.input_customized{width: 100%;font-weight: normal;
height:50px;
border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-khtml-border-radius:4px;
box-sizing:border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;
background-color:#FFFFFF;
}
.input_customized input{width: 94%;height: 50px;font-size: 18px;line-height:50px;padding:0;border:none;background:transparent;padding-right:3%;padding-left:3%;font-family:Axiforma !important;}
.input_customized input.w100{width: 90%;}
.input_customized span{font-size:12px;white-space:nowrap;}
.userdata .button{    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;}

.aleft{float:left;posotion:relative;width:50%;}

.tea{height:200px !important;}

textarea{height:120px;width:100%;
border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-khtml-border-radius:4px;
border:none;
box-sizing:border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;
font-size:18px;
resize: none;
}

/* checkbox */
input[type="checkbox"] {display:none;}
input[type="checkbox"] + label span {
     display:inline-block;
     height:16px;
     margin:-1px 4px 0 0;
     vertical-align:middle;
     background:url(/images/checkbox.png) left top no-repeat;
     cursor:pointer;
padding-left:30px;
padding-bottom:20px;
}
input[type="checkbox"]:checked + label span {
     background:url(/images/checkbox_active.png) left top no-repeat;
}


/* form button */
.form_button{
-ms-user-select: none;-moz-user-select: none;-khtml-user-select: none;-webkit-user-select: none;
height:50px;line-height:50px;font-size:16px;
padding-left:50px;padding-right:50px;
display:inline-block;cursor:pointer;
background: -moz-linear-gradient(#f6b301, #fee300);
background: -ms-linear-gradient(#f6b301, #fee300);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6b301), color-stop(100%, #fee300));
background: -webkit-linear-gradient(#f6b301, #fee300);
background: -o-linear-gradient(#f6b301, #fee300);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b301', endColorstr='#fee300');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b301', endColorstr='#fee300')";
background: linear-gradient(#f6b301, #fee300);
border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;
}

.disabled_button{
background: -moz-linear-gradient(#7c7c7c, #979797) !important;
background: -ms-linear-gradient(#7c7c7c, #979797) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c7c7c), color-stop(100%, #979797)) !important;
background: -webkit-linear-gradient(#7c7c7c, #979797) !important;
background: -o-linear-gradient(#7c7c7c, #979797) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c7c7c', endColorstr='#979797') !important;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c7c7c', endColorstr='#979797')" !important;
background: linear-gradient(#7c7c7c, #979797) !important;
cursor:default !important;
color:#FFFFFF;
}

.form_button span{margin-left:25px;margin-right:25px;margin-top:8px;margin-bottom:10px;display:block;color:#FFFFFF;font-size:14px;font-weight:normal;}
.form_button b.red{color:#ff0000;font-weight:bold;}


.delete_button{
-ms-user-select: none;-moz-user-select: none;-khtml-user-select: none;-webkit-user-select: none;
height:30px;line-height:30px;font-size:14px;
padding-left:30px;padding-right:30px;
display:inline-block;cursor:pointer;
background: -moz-linear-gradient(#ff6f60, #df5f51);
background: -ms-linear-gradient(#ff6f60, #df5f51);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6f60), color-stop(100%, #df5f51));
background: -webkit-linear-gradient(#ff6f60, #df5f51);
background: -o-linear-gradient(#ff6f60, #df5f51);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6f60', endColorstr='#df5f51');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6f60', endColorstr='#df5f51')";
background: linear-gradient(#ff6f60, #df5f51);
border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;
}


/* menu */
.menu_blocks{
padding-top:60px;
}

.menu_spacer{width:100%;height:30px;}

.menu_blocks .menu_block{
height:60px;width:100%;line-height:60px;color:#FFFFFF;background-repeat:no-repeat;background-position:top left;cursor:pointer;
}
.menu_blocks .menu_block div{margin-left:60px;overflow:hidden;}
.menu_blocks .highlight{background-color:#464646;}

.menu_blocks .icon_landings{background-image:URL(/images/menu_landings.png);}
.menu_blocks .icon_help{background-image:URL(/images/menu_help.png);}
.menu_blocks .icon_support{background-image:URL(/images/menu_support.png);}

.menu_blocks .icon_setup{background-image:URL(/images/menu_setup.png);}
.menu_blocks .icon_content{background-image:URL(/images/menu_content.png);}
.menu_blocks .icon_template{background-image:URL(/images/menu_template.png);}


/* contentout */
.title{font-size:32px;color:#333333;margin-bottom:20px;}



.button_block{margin-top:50px;padding-bottom:50px;}
.button_blockb{margin-bottom:30px;margin-top:20px;}

/* forms */
form{width:600px;padding-top:60px;}
form .form_caption{position:relative;float:left;width:50%;height:60px;}
form .form_input{position:relative;float:left;width:50%;height:60px;}
form .form_bottom_spacer{clear:both;width:100%;height:30px;}

#support_form_id{width:900px;padding-top:60px;}
#support_form_id .form_caption{position:relative;float:left;width:30%;height:60px;}
#support_form_id .form_input{position:relative;float:left;width:70%;height:60px;}
#support_form_id .ta{height:220px;}
#support_form_id textarea{padding-right: 3%;padding-left: 3%;height:200px;}



.result_popup{position: absolute;width: 760px;height:300px;z-index: 9999999;background-color:#FFFFFF;}
.result_popup #show_result_text_id{width:90%;text-align:center;margin:0 auto;line-height:300px;font-size:14px;}
.result_popup .close{width:30px;height:30px;position:relative;float:right;margin-top:30px;margin-right:30px;background-image:URL(/images/close.png);cursor:pointer;}

#fader {position: absolute;top: 0;z-index: 999999;background-color: #000000;width: 100%;height: 100%;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);-moz-opacity: 0.6;-khtml-opacity: 0.6;opacity: 0.6;cursor: pointer;}

/* filters */
.filters{height:90px;}
.filters .filter{width:300px;margin-right:50px;display:inline-block;}
.filters .form_button{display:block;position:relative;float:right;}

/* scanners table */
.scanners_table{width:100%;}
.scanners_table .scanner{height:120px;}
.scanners_table .scanner td{vertical-align:top;}
.scanners_table .scanner td.c{text-align:center;}
.scanners_table .scanner td .scanner_title{font-size:24px;color:#333333;}
.scanners_table .scanner td.img{width:100px;}
.scanners_table .scanner span{display:block;padding-left:20px;color:#646464;}
.scanners_table .scanner a{color:#525252;}
.scanners_table .scanner span.sid{line-height:33.3px;height:33.3px;}
.scanners_table .scanner .no-connect{color:#9e9e9e;}
.scanners_table .scanner .small{font-size:8px;}

/* clients table */
.clients_table{width:100%;}
.clients_table td{vertical-align:top;padding-top:10px;padding-bottom:10px;}

.treedatatable b{cursor:pointer;margin-left:10px;margin-right:10px;text-decoration:underline;color:#db7c01;}
.treedatatable .linp{width:200px !important;}
.treedatatable .pass{width:120px !important;}
.treedatatable input{padding-left:5px;}

/* statistics */
.stat{color:#4d4d4d;}
.stat .subtitle{font-size:20px;margin-bottom:5px;}

.stat .statistic_panel{margin-top:20px;margin-bottom:20px;}

@media screen and (max-width:1060px){
.stat .statistic_panel .scanner_panel{width:50% !important;margin-bottom:40px;}
.stat .statistic_panel .date_panel{width:50% !important;margin-bottom:40px;}
.stat .statistic_panel .time_panel{width:50% !important;}
.stat .statistic_panel .radius_panel{width:50% !important;}
}

.stat .statistic_panel .scanner_panel{position:relative;float:left;width:19%;}
.stat .statistic_panel .scanner_panel .inpanel{width:95%;}

.stat .statistic_panel .date_panel{position:relative;float:left;width:24%;}
.stat .statistic_panel .date_panel .presets{width:100%;}
.stat .statistic_panel .date_panel .active{background-color:#f7b901 !important;}
.stat .statistic_panel .date_panel .presets .preset{
height:30px;line-height:32px;font-size:9px;width:75px;margin-bottom:5px;margin-right:5px;
display:inline-block;cursor:pointer;
background-color:#c6c6c6;text-align:center;
border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-khtml-border-radius:3px;
-ms-user-select: none;-moz-user-select: none;-khtml-user-select: none;-webkit-user-select: none;
}

.stat .statistic_panel .time_panel{position:relative;float:left;width:32%;}
.stat .statistic_panel .time_panel .timers{height:188px;width:100%;}
.stat .statistic_panel .time_panel .timer{width:50%;height:188px;position:relative;}
.stat .statistic_panel .time_panel .timer .center_timer{margin:0 auto;display:block;width:150px;}

.stat .statistic_panel .time_panel .lf{float:left;}
.stat .statistic_panel .time_panel .rf{float:right;}
/*@media screen and (max-width:1060px){
.stat .statistic_panel .time_panel .timer{width:100%;}
.stat .statistic_panel .time_panel .timers{height:376px;}
.stat .statistic_panel .time_panel .rf{margin:0 auto;float:none !important;}
.stat .statistic_panel .time_panel .lf{margin:0 auto;float:none !important;}
} */

.stat .statistic_panel .time_panel .timer_caption{width:150px;height:40px;line-height:40px;margin-top:150px;text-align:center;}
.stat .statistic_panel .time_panel .timer_caption sup{font-size:10px;}
.stat .statistic_panel .time_panel .timer div{position:absolute;width:150px;height:148px;background-size:150px;}
.stat .statistic_panel .time_panel .timer .caption{z-index:2;}
.stat .statistic_panel .time_panel .timer .caption img{width:150px;}
.stat .statistic_panel .time_panel .timer .hour{z-index:1;}
.stat .statistic_panel .time_panel .timer .hhour{z-index:1;filter:alpha(opacity=50);-moz-opacity: 0.5;-khtml-opacity: 0.5;opacity: 0.5;}
.stat .statistic_panel .time_panel .timer .h1{background-image:URL(/images/timer/1.png);}
.stat .statistic_panel .time_panel .timer .h2{background-image:URL(/images/timer/2.png);}
.stat .statistic_panel .time_panel .timer .h3{background-image:URL(/images/timer/3.png);}
.stat .statistic_panel .time_panel .timer .h4{background-image:URL(/images/timer/4.png);}
.stat .statistic_panel .time_panel .timer .h5{background-image:URL(/images/timer/5.png);}
.stat .statistic_panel .time_panel .timer .h6{background-image:URL(/images/timer/6.png);}
.stat .statistic_panel .time_panel .timer .h7{background-image:URL(/images/timer/7.png);}
.stat .statistic_panel .time_panel .timer .h8{background-image:URL(/images/timer/8.png);}
.stat .statistic_panel .time_panel .timer .h9{background-image:URL(/images/timer/9.png);}
.stat .statistic_panel .time_panel .timer .h10{background-image:URL(/images/timer/10.png);}
.stat .statistic_panel .time_panel .timer .h11{background-image:URL(/images/timer/11.png);}
.stat .statistic_panel .time_panel .timer .h12{background-image:URL(/images/timer/12.png);}
#result_time_id{width:100%;height:40px;line-height:40px;clear:both;font-size:20px;text-align:center;}
#result_time_id sup{font-size:10px;}


.stat .statistic_panel .radius_panel{position:relative;float:left;width:25%;}

.stat .result_panel{clear:both;height:100px;background-color:#efefef;
border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-khtml-border-radius:4px;
}
.stat .result_panel .display_results{position:relative;float:left;width:32%;font-size:32px;height:100px;line-height:100px;margin-left:1%;}
.stat .result_panel .display_results_total{font-size:32px;height:100px;line-height:100px;margin-left:1%;text-align:center;}
/*#result_pre_total{width:150px;display:inline-block;}*/

@media screen and (min-width:1101px) and (max-width:1400px){
.stat .result_panel .display_results{font-size:24px;}
}

@media screen and (max-width:1100px){
.stat .result_panel .display_results{font-size:18px !important;}
.stat .display_results_total{font-size:18px !important;}
.stat .export_panel .nice-select{width:200px !important;font-size:9px !important;}
}

.stat .extended_result_panel{clear:both;padding-top:20px;margin-bottom:20px;}
.stat .extended_result_panel .graphics{height:300px;width:500px;position:relative;float:left;vertical-align: middle;}
.stat .preload_image{position: absolute;margin: auto;top: 0;bottom: 0;left: 0;right: 0;width:32px;height:32px;
background-image:URL(/images/preload.svg);
}

.stat .export_params_panel{padding-bottom:20px;}
.stat .export_params_panel .ib{position:relative;float:left;width:300px;margin-right:50px;padding-top:20px;}
.stat .export_params_panel .ib span{display:block;margin-bottom:7px;}

.stat .radiuses{height: 200px;width: 300px;vertical-align: middle;position:relative;clear:both;}


.stat .export_buttons_panel{clear:both;margin-top:30px;padding-bottom:30px;}

.stat .export_buttons_panel .form_button{position:relative;float:left;}
#message_id{position:relative;float:left;line-height:50px;height:50px;margin-left:50px;}

.stat .export_panel{}
.stat .export_file_panel{}

.stat .selector{margin-top:20px;}
.stat .selector .date_selector{position:relative;float:left;width:240px;margin-right:20px;}
.stat .selector .date_selector .input_customized{background-color:#efefef;}
.stat .selector .date_selector .input_customized input{text-align:center;color:#4a4a4a;}

.stat .export_panel .nice-select{width:300px;}
.stat .export_panel .export_config{position:relative;float:left;width:32%;font-size:16px;margin-left:1%;padding-top:30px;}
.stat .export_panel .export_config .digit_block{width:200px;position:relative;float:left;height:20px;line-height:20px;margin-bottom:15px;}
.stat .export_panel .export_config .wide_digit_block{height:20px;line-height:20px;margin-bottom:15px;}

.disabled_button{cursor:default;
background: -moz-linear-gradient(#7b7b7b, #9c9c9c);
background: -ms-linear-gradient(#7b7b7b, #9c9c9c);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7b7b7b), color-stop(100%, #9c9c9c));
background: -webkit-linear-gradient(#7b7b7b, #9c9c9c);
background: -o-linear-gradient(#7b7b7b, #9c9c9c);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b7b7b', endColorstr='#9c9c9c');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b7b7b', endColorstr='#9c9c9c')";
background: linear-gradient(#7b7b7b, #9c9c9c);

}

.export_history{width:100%;}

.small_description{font-size:9px;}


.check_mac_panel{width:300px;}
.check_mac_panel .i{height:70px;}
.check_mac_panel .form_button{width:300px !important;text-align:center;}
.mac_logs{width:300px;}


ol {
	list-style-type: none; 
	counter-reset: num;
	margin: 0 0 0 45px;
	padding: 15px 0 5px 0;
	font-size: 13px;
}
ol li {
	position: relative;	
	margin: 10px 0 20px 0;
	padding: 0 0 0 0;
	line-height: 1.4;

}
ol li a{margin-bottom:20px;display:block;padding-top:7px;}
ol li:before {
	content: counter(num); 
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 0;
	left: -38px;
	width: 28px;
	height: 32px;
	line-height:32px;
	background: #f7b901;
	color: #000;
	text-align: center;
	font-size: 13px;
}

.help{margin-top:50px;}
.help a{color:#000000;}
.help .sections{position:relative;float:left;width:20%;}
.help .sections .sod{position:fixed;}
.help .text_content{position:relative;float:left;width:56%;margin-left:2%;margin-right:2%;}
.help .materials{position:relative;float:left;width:20%;}
.help .materials .sod{position:fixed;}
.help .materials .material{text-align:center;margin-bottom:50px;width:200px;}
.help .sections .help_title{font-size:14px;}
.help h1{margin-top:0;color:#484848;font-weight:bolder;}
@media screen and (max-width:1600px){
.help .sections{width:15% !important;}
.help .text_content{width:66% !important;margin-left:1% !important;margin-right:1% !important;}
.help .materials{left;width:15% !important;}
.help .sod{width:150px;}
.help .sod li{font-size:10px !important;}
li a{padding-top:0 !important;}
}

@media screen and (max-width:1070px){
.help .sod{width:100px !important;}
.help .sod li{font-size:9px !important;}
.help .material p{font-size:10px !important;}
.help .materials .material{width:100px !important;}
.article .w50{width:100% !important;}
.im_y_aud{width:90%;}
.text_aud{font-size:10px;}
li a{padding-top:0 !important;}
}
@media screen and (max-width:920px){
.help .sections{width:20% !important;}
.help .text_content{width:61% !important;}
.help .sod li{font-size:9px !important;}
li a{padding-top:0 !important;}
}

.article{line-height:32px;text-align:left;font-size:16px;font-weight:normal;color:#2b2b2b;}
.article p{margin-bottom:20px;}
.article .strong{font-size:24px;margin-top:50px;}

.article ul{list-style:none;margin:30px;}
.article ul li{position:relative;line-height:22px;padding-bottom:20px;}
.article ul li:before{content:"—";position:absolute;left:-28px;}
.article a{color:#d94b05;}

.article b,strong{font-weight:bold !important;}
.article table{border-collapse: collapse;margin-bottom:30px;}
.article td{background-color:#EFEFEF;margin:3px;padding:4px;border:3px solid #FFFFFF;}
.article .w50{width:50%;position:relative;float:left;}

.journal{}
.journal td{width:4%;height:30px;}
.journal .d{height:30px;}
.journal b{height:30px;display:inline-block;background-color:#009149;width:16.6%;}
.journal u{height:30px;display:inline-block;background-color:#ffb500;width:16.6%;}
.journal i{height:30px;display:inline-block;background-color:#888888;width:16.6%;}



#add_license_form_id .form_input{width:100%;height:100px;}
#add_license_form_id .short{width:30%;}
#add_license_form_id .date_selector{width:260px;position:relative;float:left;}
#add_license_form_id .short2{width:250px;}
#add_license_form_id .short2 input{text-align:center;}
#add_license_form_id .days{position:relative;float:left;width:80px;}
#add_license_form_id .days input{text-align:center;}
#add_license_form_id span{position:relative;float:left;line-height:50px;height:50px;margin-left:20px;}

.lic .active{color:#9bd207;}
.lic .expired{color:#d25807;}
.license_history{width:100%;padding-bottom:60px;}
.license_history td{height:30px;line-height:30px;font-size:18px;}

.text_block_info{padding-bottom:50px;}
.warning{margin-bottom:50px;background-color:#e18a8a;}
.warning span{padding:20px;display:block;}
.warning a{color:#000000;}
.client_selector{width:600px;}

.support_tickets{width:100%;}
.support_tickets a{color:#000000;}
.support_ticket a{color:#000000;}
.support_ticket p{margin-bottom:20px;}

.landings_table td{padding-right:20px;padding-top:5px;padding-bottom:5px;}

.setup_form{padding-bottom:50px;}
.setup_table{width:800px;}
.setup_table td{padding-bottom:20px;}

.template_selector{width:600px;}

.content_form{width:100%;padding-bottom:50px;padding-top: 0;}
.block{margin-bottom:30px;}
.block_name{font-weight:bold;margin-bottom:30px;font-size:36px;color:#e56254;}
.element{margin-bottom:30px;}
.element .element_name{position:relative;float:left;width:20%;}
.element .element_name .tit{font-size:16px;}
.element .element_name i{display:block;color:#444444;}
.element .element_content{position:relative;float:left;width:80%;}
.element .view_image{width:200px;height:200px;position:relative;float:left;}
.element .view_image .image_box{width:200px;height:200px;color:#979797;text-align:center;line-height:200px;background-color:#dddcdc;
position: relative;vertical-align: middle;
}
.element .view_image .image_box img {
position: absolute;
margin: auto;top: 0;bottom: 0;left: 0;right: 0;
}

.element .operate_image{position:relative;float:left;margin-left:50px;}
.element p{margin-bottom:20px;}
.element .upload_file{margin-top:20px;}
.element p a{color:#000000;}

.interface_caption{height:30px;width:100%;background-color:#f0f0f0;}
.interface_caption .block_caption{position:relative;float:left;height:30px;background-color:#DEDEDE;line-height:30px;text-align:center;padding-left:20px;padding-right:20px;margin-right:2px;cursor:pointer;}
.interface_caption .active{background-color:#5d5d5d;color:#FFFFFF;}
.interface_content{clear:both;margin-top:20px;}






