.tools_home h1 {
    text-align: center;
}
.tools_home .text_content {
    margin-bottom: 30px;
}

.tools_home_list {
    
}
    .tools_home_list li {
        display: block;
        float: left;
        padding: 0 20px 20px 0;
    }
        .tools_home_list li:nth-child(4n) {
            padding-right: 0;
        }
    .tools_home_list li a {
        display: block;
        position: relative;
        width: 164px;
        height: 164px;
        overflow: hidden;
    }
        .tools_home_list li a img {
            width: 100%;
            height: auto;
            display: block;
            position: absolute;
            top: 0; left: 0;
        }
        .tools_home_list li a span {
            display: block;
            width: 100%;
            box-sizing: border-box;
            padding: 40px 15px 0;
            background: #fcfae2;
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            font-size: 18px;
            line-height: 2;
            text-align: center;
            color: #db6523;
            text-decoration: none;
            font-family: RioniVera, sans-serif;
            transition: opacity 0.2s;
            -webkit-transition: opacity 0.1s;
            opacity: 0;
        }
            .tools_home_list li a:hover span {
                opacity: 0.95;
            }


.tools .comments {
    margin-top: 30px;
}
.tools .comments h2 {
    color: #DB6523;
    margin-bottom: 20px;
}

.tools_menu {
    float: left;
    width: 140px;
    margin: -20px 0 0 -20px;
}
    .tools_menu h2 {
        text-align: center;
        padding: 10px 0 20px 0;
        font-size: 14px;
        font-weight: bold;
        background: #fcf6ca;
        margin-bottom: 0;
    }
    .tools_menu h2 img {
        display: block;
        margin: 0 auto 10px;
    }
    .tools_menu h2 a {
        color: #585c00;
        display: block;
        opacity: 0.7;
    }
        .tools_menu h2 a:hover {
            opacity: 1;
            text-decoration: none;
        }
    .tools_menu ul {
        border-top: 1px solid #db6523;
    }
    .tools_menu ul a {
        display: block;
        background: #fcf6ca;
        font-size: 13px;
        padding: 6px 10px 10px 10px;
        border-bottom: 1px solid #db6523;
        color: #db6523;
        text-align: center;
    }
        .tools_menu ul a:hover,
        .tools_menu ul a.active {
            background: #fff;
            text-decoration: none;
        }
    
    
.tools_body {
    float: right;
    width: 720px;
}

.tools .sharing {
    height: 25px;
    margin-top: -15px;
    margin-bottom: 10px;
}

.tools code {
    background: #dfdb88;
}

.message {
    color: #585C00;
    background: #FCF8BF;
    padding: 10px 20px 15px;
    margin: 20px 0;
    border-top: 3px solid #585C00;
}

.toolsform {
    margin-bottom: 20px;
}
.toolsform .left {
    width: 48%;
    float: left;
}
.toolsform .right {
    width: 48%;
    float: right;
}
.toolsform .inputwrap {

}
.toolsform .label {
    display: block;
    padding-left: 2px;
    padding-bottom: 3px;
    margin-left: -25px;
}
.toolsform .row {
    margin-bottom: 10px;
    padding-left: 25px;
    clear: both;
}
    .toolsform .row.plain-row {
        padding-left: 0;
    }
    .toolsform .plain-row .label {
        margin-left: 0;
        padding-left: 0;
    }
.toolsform .block {
    background: #FCF8BF;
    padding: 10px 20px 20px;
    border-top: 3px solid #DB6523;
}

.toolsform .textinput {
    background: #fff;
    border: 1px solid #cdc868;
    font-size: 13px;
    padding: 7px 10px 10px;
    color: #716e39;
    width: 97%;
    font-family: Arial, Sylfaen, sans-serif;
}
    .toolsform .textinput:focus {
        outline: none;
        border-color: #DB6523;
        color: #DB6523;
    }
    .toolsform .left .textinput,
    .toolsform .right .textinput {
        width: 95%;
    }

.toolsform .withdesc .fields {
    display: block;
    float: left;
    width: 68%;
}
.toolsform .desc {
    display: block;
    margin-top: 1px;
    font-size: 12px;
    color: #716e39;
}

.toolsform .chck {
    float: left;
    padding: 5px;
    cursor: pointer;
    color: #716e39;
    margin-right: 15px;
    border: 1px solid #dad79e;
    background: #fcfae2;
    margin-top: 3px;
}
    .eng .toolsform .chck {
        font-size: 13px;
    }
    .toolsform .chck.checked {
        border-color: #cdc868;
        color: #504d11;
        background: #fff;
    }
    
    .toolsform .submit {
        border-top: 0 none;
        padding-left: 45px;
        padding-top: 0;
    }
    	.toolsform .plain-submit {
	    	padding-left: 20px;
    	}
        .toolsform .submit input {
            padding: 7px 10px 10px 10px !important;
            background: #DB6523;
            border: 0 none;
            color: #FCF8BF;
            font-family: RioniVera, sans-serif;
            font-size: 18px;
            display: block;
            float: left;
            cursor: pointer;
        }
        .toolsform .submit input:active {
            padding: 9px 8px 8px 12px !important;
        }
        .toolsform .loading {
            width: 1px;
            height: 1px;
            margin-top: 8px;
            float: left;
            background: url(../images/loader.gif) no-repeat 50% 1px;
        }
            .toolsform .loading.active {
                height: 20px;
                width: 50px;
            }
    


/*  jquery ui   */
.slider-input {
    display: block;
}
    .slider-input .num {
        float: left;
        width: 50px;
    }
        .slider-input .num.slider-right {
            margin-right: 0;
            float: right;
        }
    .slider-input .slider {
        display: block;
        clear: both;
        padding-top: 4px;
    }
    
    .slider-input .num input {
        border: 0 none;
        padding: 0;
        background: transparent;
        width: 100%;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
    }
        .slider-input .num.slider-right input {
            text-align: right;
        }
        .slider-input .num input:focus,
        .slider-input .num input:hover {
            outline: none;
            background: #fff;
        }



/*  lipsum  */

.tools.lipsum .message p {
    text-align: left;
}


/*  hash    */
.hash_table {
    width: 106%;
    margin: 20px 0 0 -20px;
}
    .hash_table th {
        text-align: left;
        background: #fff;
        padding: 8px 10px 13px;
        font-weight: normal;
    }
    .hash_table td {
        padding: 8px 10px 8px;
        border-top: 1px solid #B1B669;
    }
    .hash_table .algo {
        font-family: monospace;
        font-weight: bold;
        width: 20%;
    }
    .hash_table .hash {
        width: 80%;
    }
    .hash_table .hash input {
        border: 0 none;
        margin: 0;
        padding: 0;
        background: transparent;
        width: 100%;
        display: block;
        font-family: monospace;
        cursor: text;
        color: #000;
    }
        .hash_table .hash input:focus {
            outline: none;
        }



/*  favicon */

.faviconsform {
    
}
    .faviconsform .block {
        padding-left: 10px;
        padding-right: 10px;
    }
    .faviconsform .file-block {
        width: 23.5%;
        margin: 10px 0.5% 20px;
        padding-bottom: 15px;
        background: #fcfae2;
        float: left;
        border: 1px solid #DB6523;
    }
        .faviconsform .file-block .chck-title {
            display: block;
            margin-bottom: 10px;
            background: #DB6523;
            padding: 10px;
            text-align: center;
            color: #fcfae2;
            cursor: pointer;
        }
        .faviconsform .file-block.disabled {
            opacity: 0.5;
        }
        .faviconsform .file-block .file-title {
            display: block;
            padding: 0 10px 0;
            text-align: center;
        }
    .faviconsform .file-block input[type=file] {
        width: 95%;
        margin-top: 5px;
    }

    .faviconsform .row {
        padding-left: 5px;
    }
    .faviconsform .submit {
        padding-left: 15px;
    }



/*  encodings   */
.encodingsform .row {
    padding-left: 0;
}

.encodingsform .toolbar {
    margin-bottom: 10px;
}
.encodingsform .toolbar .charmaps {
    float: left;
}
    .encodingsform .toolbar .charmaps .icons {
        display: block;
        margin-top: 5px;
    }
        .encodingsform .toolbar .charmaps .icons a {
            display: block;
            float: left;
            width: 32px;
            height: 32px;
            background: #fff url(../images/tools_encodings.svg) no-repeat 0 0;
            border: 1px solid #cdc868;
            border-right-width: 0;
            text-indent: -5000px;
            cursor: pointer;
        }
        .encodingsform .toolbar .charmaps .icons a:hover,
        .encodingsform .toolbar .charmaps .icons a.active {
            background-color: #DB6523;
            border-color: #DB6523;
        }
        .encodingsform .toolbar .charmaps .icons a.lat { background-position: 0 0; }
        .encodingsform .toolbar .charmaps .icons a.utf { background-position: -32px 0; }
        .encodingsform .toolbar .charmaps .icons a.std { background-position: -64px 0; }
        .encodingsform .toolbar .charmaps .icons a.upr { background-position: -96px 0; border-right-width: 1px; }
        .encodingsform .toolbar .charmaps .icons a.lat.active,
        .encodingsform .toolbar .charmaps .icons a.lat:hover { background-position: 0 -32px; }
        .encodingsform .toolbar .charmaps .icons a.utf.active,
        .encodingsform .toolbar .charmaps .icons a.utf:hover { background-position: -32px -32px; }
        .encodingsform .toolbar .charmaps .icons a.std.active,
        .encodingsform .toolbar .charmaps .icons a.std:hover { background-position: -64px -32px; }
        .encodingsform .toolbar .charmaps .icons a.upr.active,
        .encodingsform .toolbar .charmaps .icons a.upr:hover { background-position: -96px -32px; }
        
    .encodingsform .toolbar .charmaps .tip {
        font-size: 12px;
    }

.encodingsform .toolbar .arrow {
    width: 55px;
    text-align: center;
    font-size: 30px;
    color: #DB6523;
    font-weight: bold;
    float: left;
    line-height: 1px;
    padding-top: 36px;
}
.encodingsform .toolbar .html {
    float: left;
    margin-left: 20px;
    padding-top: 23px;
}
    .encodingsform .toolbar .html .chck {
        font-size: 11px;
        color: #000;
        height: 22px;
        margin-top: 0;
    }

.encodingsform .toolbar .submit {
    float: right;
    padding-top: 23px;
    padding-left: 0;
}
    .encodingsform .toolbar .submit input {
        font-size: 14px;
    }




/*  htaccess    */

.htaccessform .inputgroup {
    padding-bottom: 5px;
}

.htaccessform .inputgroup .textinput {
    float: left;
    width: 150px;
    margin-right: 5px;
}
.htaccessform .inputgroup .btn {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 21px;
    cursor: pointer;
    border-radius: 50px;
    border: 1px solid #cdc868;
    background: #fff;
    color: #cdc868;
    margin-right: 5px;
    margin-top: 6px;
}
    .htaccessform .inputgroup .btn:hover {
        color: #fff;
        border-color: #49aa1f;
        background: #49aa1f;
    }
        .htaccessform .inputgroup .btn.remove:hover {
            color: #fff;
            border-color: #ec2424;
            background: #ec2424;
        }
    
    .htaccessform .inputgroup:first-child .btn.remove {
        display: none;
    }
    .htaccessform .inputgroup .btn.add {
        display: none;
    }
    .htaccessform .inputgroup:last-child .btn.add {
        display: block;
    }





/*	columns	*/

.column_variants {
	
}
	.column_variants h2 {
		margin-bottom: 20px;
		text-align: center;
	}
	.column_variants .column {
		margin-bottom: 30px;
		background: #FCF8BF;
		border: 3px solid #cdc868;
	}
		.column_variants .column.sticked {
			margin-top: -33px;
		}
	.column_variants .column .col-header {
		background: #cdc868;
	}
		.column_variants .column .col-header .item {
			display: block;
			float: left;
			padding: 8px 8px 11px 15px;
			font-size: 14px;
			font-weight: bold;
			width: 120px;
		}
		.column_variants .column .col-header .item.col_width {
			padding-left: 23px;
			background: url(../images/icon_column_width.png) no-repeat 0 11px;
			cursor: help;
			width: 105px;
		}
		.column_variants .column .col-header .item.gap_width {
			padding-left: 26px;
			background: url(../images/icon_gap_width.png) no-repeat 0 11px;
			cursor: help;
			width: 105px;
		}
		.column_variants .column .col-header .item.download {
			background: url(../images/icon_column_download.png) no-repeat 0 11px;
			padding-right: 10px;
            padding-left: 13px;
            margin-left: 10px;
            width: auto;
            text-align: right;
            float: right;
            opacity: 0.3;
            color: #000;
		}
            .column_variants .column .col-header .item.download:hover {
                text-decoration: none;
                opacity: 0.9;
            }
		.column_variants .column .col-header .item.dontshow {
			text-indent: -5000px;
		}
	.column_variants .column .cols_simulation {
		overflow: hidden;
		padding: 15px;
		position: relative;
	}
		.column_variants .column .cols_simulation .mask {
			display: block;
			width: 50px;
			height: 90px;
			background: url(../images/tools_column_mask.png) repeat-y right top;
			position: absolute;
			top: 0; right: 0;
			z-index: 2;
		}
		.column_variants .column .cols_simulation .ruler {
		  display: block;
		  width: 1200px;
		  height: 16px;
		  background: url(../images/tools_column_ruler.png) no-repeat top left;
		  position: absolute;
		  top: 38px; left: 15px;
		  z-index: 1;
		  opacity: 0;
		  -webkit-transition: opacity 0.2s;
		}
		      .column_variants .column .cols_simulation:hover .ruler {
		          opacity: 1;
		      }
		.column_variants .column .cols_simulation .col_container {
			width: 999999em;
			height: 60px;
		}
		.column_variants .column .cols_simulation .col_container .col {
			float: left;
			background: #DB6523;
			height: 60px;
		}
		.column_variants .column .cols_simulation .col_container .gap {
			float: left;
			height: 60px;
			background: #fff;
		}



/*  data    */

.dataTable {
    background: #cdc868;
}
    .dataTable .dataColumns {
        float: left;
        width: 250px;
        list-style: none;
        border-bottom: 1px solid #716e39;
        margin-bottom: 100px;
    }
        .dataTable .dataColumns li {
            padding: 10px;
            border-top: 1px solid #716e39;
            cursor: pointer;
            position: relative;
        }
            .dataTable .dataColumns li .dragHandle {
                width: 21px;
                height: 21px;
                cursor: move;
                background: url(../images/tools_column_drag.png) no-repeat center center;
                position: absolute;
                top: 17px;
                right: 13px;
                opacity: 0;
            }
        
        .dataTable .dataColumns li .colName,
        .dataTable .dataColumns li .colType {
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }
            .dataTable .dataColumns li:hover .colName,
            .dataTable .dataColumns li:hover .colType {
                padding-right: 35px;
            }
        .dataTable .dataColumns li .colName {
            font-family: monospace;
            font-size: 14px;
            font-weight: bold;
        }
        .dataTable .dataColumns li .colType {
            font-size: 12px;
            color: #566829;
        }
            .dataTable .dataColumns li:hover .colType,
            .dataTable .dataColumns li.active .colType {
                color: #DB6523;
            }
            .dataTable .dataColumns li:hover,
            .dataTable .dataColumns li.active {
                background: #FCF8BF;
            }
            .dataTable .dataColumns li.active {
                margin-right: -1px;
            }
            .dataTable .dataColumns li:hover .dragHandle {
                opacity: 0.7;
            }
            .dataTable .dataColumns li.active .dragHandle {
                right: 14px;
            }
    
    
    .dataTable .colSettings {
        width: 468px;
        float: right;
        background: #FCF8BF;
        border: 1px solid #716e39;
        min-height: 400px;
    }
        .dataTable .colSettings .colSettingsBlock {
            padding: 15px;
        }
        
.dateOtherFormat {
    display: block;
}
.dateFormatPreview code {
    padding: 0 5px;
}


.dataform .row {
    padding-bottom: 15px;
}
    .dataform .row.border-bottom {
        border-bottom: 1px solid #DB6523;
        margin-bottom: 15px;
    }
    
    .dataform .label {
        display: block;
        padding-bottom: 5px;
    }
        .dataform .label.inline {
            display: inline;
            padding-right: 5px;
        }
    
    .dataform .desc {
        display: block;
        margin: 5px 0;
        font-size: 12px;
        color: #716e39;
    }
    
    .dataform .textinput {
        background: #fff;
        border: 1px solid #cdc868;
        font-size: 12px;
        padding: 4px 6px 6px;
        font-family: Arial, Sylfaen, sans-serif;
        font-weight: bold;
    }
        .dataform .textinput:focus {
            outline: none;
            border-color: #DB6523;
            color: #DB6523;
        }
    
    .dataform select {
        background: #fff;
        border: 1px solid #cdc868;
        font-size: 12px;
        padding: 4px 6px 6px;
        color: #2C2B19;
        font-family: Arial, Sylfaen, sans-serif;
        cursor: pointer;
    }
        .dataform select:focus {
            outline: none;
        }
    
    .dataform .chck {
        display: block;
        background: #fcfae2;
        border: 1px solid #dad79e;
        font-size: 12px;
        padding: 4px 6px 6px;
        color: #2C2B19;
        margin-bottom: -1px;
        cursor: pointer;
    }

    .dataform .btn {
        box-shadow:inset 0px 1px 0px 0px #cf866c;
        background-color:#d0451b;
        border:1px solid #942911;
        display:inline-block;
        color:#ffffff;
        font-size:12px;
        font-weight:normal;
        padding:6px 10px 8px !important;
        text-decoration:none;
        text-shadow:0px 1px 0px #854629;
        cursor: pointer;
    }
        .dataform .btn:active {
            position:relative;
            top:1px;
        }
        
        .dataform .btn.danger:hover {
            background-color:#bc3315;
        }
        
        .dataform .btn.greenish {
            box-shadow: inset 0px 1px 0px 0px #9acc85;
            background-color: #4a9128;
            border-color: #3b6e22;
            color: #fff;
            text-shadow:0px 1px 0px #3b6e22;
        }
        .dataform .btn.greenish:hover {
            background-color:#3d7821;
        }
        
        .dataform .btn.bluish {
            box-shadow: inset 0px 1px 0px 0px #54a3f7;
            background-color: #007dc1;
            border-color: #124d77;
            color: #fff;
            text-shadow:0px 1px 0px #154682;
        }
        .dataform .btn.bluish:hover {
            background-color:#0061a7;
        }
        
        .dataform .btn:disabled {
            box-shadow: inset 0px 1px 0px 0px #91b8b3;
            background-color: #768d87;
            border-color: #566963;
            color: #dae3e1;
            text-shadow:0px 1px 0px #2b665e;
        }
        .dataform .btn:disabled:hover {
            background-color:#768d87;
            cursor: default;
        }
        .dataform .btn:disabled:active {
            top: 0;
        }
        
        
        .dataform .btn.master {
            font-size: 14px;
            padding: 8px 16px 10px !important;
        }

.addData {
    background: #cdc868;
    padding: 0 15px 15px 15px;
    float: left;
    margin-top: -84px;
}
    .addData .btn {
        width: 220px;
        display: block;
        margin-top: 5px !important;
    }
    .addData select {
        width: 220px;
        border-color: #716e39;
        font-size: 14px;
    }



.export {
    padding: 20px 0;
}
    .export .expCol {
        float: left;
        margin-right: 20px;
        padding-right: 20px;
        border-right: 1px solid #cdc868;
        min-height: 210px;
    }
    .export .label {
        padding-top: 10px;
    }
    
    .export .exportFormat {
        /*width: 300px;*/
    }
    .export .exportSettings {
        width: 220px;
    }    
    .export .exportButton {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
        /*float: right;*/
        padding-top: 15px;
        width: 160px;
    }
        .export .exportButton .errMessage {
            color: #ff0000;
            display: none;
        }


    
    .dataform .left {
        display: block;
        float: left;
    }
    .dataform .right {
        display: block;
        float: right;
    }
    .dataform .width-100 { width: 100px; }
    .dataform .width-150 { width: 150px; }
    .dataform .width-200 { width: 200px; }
    .dataform .width-250 { width: 250px; }
    .dataform .width-300 { width: 300px; }
    .dataform .width-350 { width: 350px; }
    .dataform .width-400 { width: 400px; }
    
    .dataform .left-pad {
        margin-left: 25px;
    }
    
    .dataform .disabled {
        opacity: 0.5;
    }
    
    .dataform .disabled * {
        cursor: default;
    }
    
    .dataform .clearer {
        clear: both;
    }


    .dataform [class*=error] {
        background: #fdd6d6;
        border-color: #ff0000;
    }




.data .sampleArea {
	margin-top: 20px;
}
	.data .sampleArea .sampleReload {
		cursor: pointer;
		opacity: 0.6;
		margin-left: 30px;
		display: block;
		float: right;
		font-size: 12px;
		color: #000;
		margin-top: 2px;
	}
	.data .sampleArea .sampleReload:hover {
		opacity: 0.9;
	}
		.data .sampleArea .sampleReload img {
			vertical-align: middle;
			height: 12px;
		}

.data .sampleData {
	position: relative;
	overflow: hidden;
}
	.data .sampleDataMask {
		height: 20px;
		width: 100%;
		background: url(../images/tools_data_table_mask.png) repeat-x;
		position: absolute;
		bottom: 0; left: 0;
	}

.data .sampleTable table {
	min-width: 100%;
	border: 1px solid #cdc868;
	font-size: 10px;
	cursor: default;
}
	.data .sampleTable th,
	.data .sampleTable td {
		border: 1px solid #cdc868;
		padding: 2px 5px 4px;
		white-space: nowrap;
	}
	.data .sampleTable th {
		background: #dbd68d;
	}
	.data .sampleTable td {
		background: #fcfae2;
	}


















