
	/* clear */
	
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	:focus {
		outline: 0;
	}
	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	html {
		height: 100%;
	}
	body {
		font: 12px/18px Arial, Tahoma, Tahoma, sans-serif;
		width: 100%;
		height: 100%;
	}
	a {
		color: blue;
		outline: none;
		text-decoration:none;
	}
	a:hover {
		text-decoration: none;
	}
	img {
		border: none;
	}
	input {
		vertical-align: middle;
	}

	/**/
	
	body *{
		font-family: Arial;
	}
		.all{
			width: 100%;
			margin: 0px auto;
			padding: 0px 10px;
			box-sizing: border-box;
			/*max-width: 1240px;*/
		}
		.all.main_panel, .all.error_report_panel, .all.error_reports_list_panel{
			width: 100%;
			margin: 0px auto;
			padding: 0px 5px;
			box-sizing: border-box;
			/*max-width: 1240px;*/
			padding-bottom: 200px;
			/*min-width: 1600px;*/
			padding-left: 8px;
			padding-top: 40px;
		}
		.header{
			/*height: 40px;*/
		}
			.header_title{
				color: #000;
				float: left;
				font: 18px "Arial";
				padding-top: 8px;
			}
	
	/**/
	
	pre{
		font-family: "Lucida Console", "Menlo", "Monaco", "Courier", monospace;
	}
	/*.red{
		color: red !important;
	}
	.green{
		color: #4bff00 !important;
	}
	.orange{
		color: orange !important;
	}*/
	
	/**/
	
	.login_form{
		width: 570px;
		position: relative;
		margin: 0px auto;
		margin-top: 170px;
		border: 1px solid #ccc;
		padding: 20px 0px;
	}
		.login_login_div{
			margin-top: 5px;
			padding: 5px;
			text-align: center;
		}
		.login_password_div{
			margin-top: 5px;
			padding: 5px;
			text-align: center;
		}
		.login_button{
			display: block;
			margin: auto;
			margin-top: 15px;
			background: #ebecf0;
			padding: 10px;
			cursor: pointer;
			/* color: #172b4d; */
			background: rgb(23 215 0) no-repeat 4px center;
			opacity: 1;
			color: #fff;
			border: 0px;
			font: bold 12px Roboto;
			box-shadow: 0px 1px 2px 0px #00000044;
			text-decoration: none;
			margin-bottom: 30px;
		}
		.register_interface_button,
		.remind_password_interface_button{
			display: block;
			margin: auto;
			margin-top: 15px;
			border-radius: 3px;
			background: transparent;
			padding: 0;
			cursor: pointer;
			color: #172b4d;
			opacity: 1;
			color: #666;
			border: 0px;
			font: normal 12px Roboto;
			text-decoration: underline;
		}
	
	.top_menu{
		background: hsl(0deg 0% 30%);
		/* padding: 10px; */
		height: 30px;
		width: 100%;
		position: fixed;
		z-index: 3;
	}
		.top_menu .all span>a{
			padding: 10px;
			font: normal 14px/18px Roboto;
			color: #fff;
			text-align: center;
			display: inline-block;
		}
		.top_menu .all span>a:hover{
			text-decoration: underline;
		}
	
	.modal_back{
		background: #000000cc;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		z-index: 10000;
		
		display: none;
	}
	.modal_back.active{
		display: block;
	}
	.modal_back.blocked{
		cursor: default;
	}
	
	/**/
	
	.main_menu{
		display: inline-block;
		background: hsl(0deg 0% 30%);
		padding: 3px;
		color: #fff;
	}
	
	.main_block{
		padding-top: 50px;
	}
	
	/**/
	/**/
	/**/
	
	.one_proxy_params{
		margin: 5px;
		padding: 5px;
		border: 1px solid #ccc;
		background: #eee;
		width: 500px;
		display: none;
	}
	.one_proxy_params.active{
		display: block;
	}
		.one_proxy_params .proxy_id{
			display: inline-block;
			margin-right: 10px;
		}
		.one_proxy_params .proxy_ip{
			display: inline-block;
			margin-right: 10px;
		}
		.one_proxy_params .proxy_country{
			font-size: 0.9em;
			display: inline-block;
			margin-right: 10px;
		};
		}
		.one_proxy_params .proxy_exclusive{
			font-size: 0.9em;
			display: inline-block;
			margin-right: 10px;
			color: orange;
		}
		.one_proxy_params .proxy_mark{
			font-size: 0.9em;
			display: inline-block;
			margin-right: 10px;
		}
		.one_proxy_params .proxy_errors_count::before{
			content: "Ошибок: ";
		}
		.one_proxy_params .proxy_sites_count::before{
			content: "Сайтов привязано: ";
		}
		.one_proxy_params .proxy_block_day_time::before{
			content: "В блоке (среднее):";
		}
		.one_proxy_params .additional_info{
			background: #eef;
			border: 1px solid #ccf;
			line-height: 1.5;
		}
		.one_proxy_params .proxy_block_day_time_sites{
			background: #fee;
			border: 1px solid #fcc;
			line-height: 1.5;
		}
			.one_proxy_params .proxy_block_day_time_sites .site_name{
				display: inline-block;
				width: 100px;
			}
			.one_proxy_params .proxy_block_day_time_other_sites{
				margin-top: 10px;
			}
	
	.one_proxy_short_params{
		margin: 0px 5px;
		padding: 0px 5px;
		border: 1px solid #eee;
		border-bottom: 1px solid #ccc;
		background: #eee;
		width: 640px;
		display: none;
		cursor: pointer;
	}		
	.one_proxy_short_params:hover{
		background: #ffe;
	}
	.one_proxy_short_params.active{
		display: block;
	}
		.one_proxy_short_params .proxy_id{
			display: inline-block;
			margin-right: 10px;
			width: 30px;
		}
		.one_proxy_short_params .proxy_ip{
			display: inline-block;
			margin-right: 10px;
			width: 100px;
		}
		.one_proxy_short_params .proxy_country{
			font-size: 0.9em;
			display: inline-block;
			margin-right: 10px;
			width: 60px;
			overflow: hidden;
			line-height: 1;
			vertical-align: middle;
			padding: 2px 0px;
		}
		.one_proxy_short_params .proxy_exclusive{
			font-size: 0.9em;
			display: inline-block;
			margin-right: 10px;
			width: 60px;
			overflow: hidden;
			line-height: 1;
			vertical-align: middle;
			padding: 2px 0px;
			color: orange;
		}
		.one_proxy_short_params .proxy_mark{
			font-size: 0.9em;
			display: inline-block;
			margin-right: 10px;
			width: 60px;
			overflow: hidden;
			line-height: 1;
			vertical-align: middle;
			padding: 2px 0px;
		}
		.one_proxy_short_params .worked_sites{
			font-size: 0.9em;
			display: inline-block;
			margin-right: 10px;
			width: 60px;
			overflow: hidden;
			line-height: 1;
			vertical-align: middle;
			padding: 2px 0px;
		}
		.one_proxy_short_params .proxy_last_use_ts{
			font-size: 0.7em;
			display: inline-block;
			margin-right: 10px;
			width: 35px;
			overflow: hidden;
			line-height: 1;
			vertical-align: middle;
			padding: 2px 0px;
			color: #555;
		}
		.one_proxy_short_params .proxy_worked_sites_count{
			font-size: 0.7em;
			display: inline-block;
			margin-right: 10px;
			width: 30px;
			overflow: hidden;
			line-height: 1;
			vertical-align: middle;
			padding: 2px 0px;
			color: #555;
			text-align: center;
		}
			.one_proxy_short_params .proxy_worked_sites_count::before{
				content: "usd-sts ";	
			}
		.one_proxy_short_params .proxy_errors_count{
			display: inline-block;
			float: right;
			margin-right: 10px;
			width: 30px;
			overflow: hidden;
			white-space: nowrap;
		}
			.one_proxy_short_params .proxy_errors_count::before{
				content: "err: ";
				font-size: 0.7em;			
			}
		.one_proxy_short_params .proxy_sites_count{
			display: inline-block;
			float: right;
			margin-right: 10px;
			width: 30px;
			overflow: hidden;
			white-space: nowrap;
		}
			.one_proxy_short_params .proxy_sites_count::before{
				content: "sts: ";
				font-size: 0.7em;
			}
		.one_proxy_short_params .proxy_block_day_time{
			display: inline-block;
			float: right;
			margin-right: 10px;
			width: 90px;
			overflow: hidden;
			white-space: nowrap;
			text-align: right;
			padding: 0px 2px;
		}
		.one_proxy_short_params .proxy_block_day_time.green{
			background: #9bfb9b;
			border-radius: 3px;
		}
		.one_proxy_short_params .proxy_block_day_time.yellow{
			background: #ffeb006e;
			border-radius: 3px;
		}
		.one_proxy_short_params .proxy_block_day_time.orange{
			background: #ffc458;
			border-radius: 3px;
		}
		.one_proxy_short_params .proxy_block_day_time.red{
			background: #f57373;
			border-radius: 3px;
		}
			.one_proxy_short_params .proxy_block_day_time::before{
				content: "block-time ";
				font-size: 0.7em;
				float: left;
			}
	
	/**/
	/**/
	
	.text_subnet_params{
		color: #666;
		display: inline-block;
		margin: 0px 5px;
		padding: 0px 5px;
	}
		.text_subnet_params .proxies_count{
			display: inline-block;
			margin-right: 10px;
			width: 30px;
		}
		.text_subnet_params .proxy_countries{
			display: inline-block;
			margin-right: 10px;
		}
		.text_subnet_params .proxy_marks{
			display: inline-block;
			margin-right: 10px;
			color: #000;
		}
		.text_subnet_params .proxies_used_sites{
			display: inline-block;
			margin-right: 10px;
			width: 70px;
		}
			.text_subnet_params .proxies_used_sites::before{
				content: "usd-sts: ";
				font-size: 0.7em;
			}
		.text_subnet_params .proxies_error_sites{
			display: inline-block;
			margin-right: 10px;
			width: 70px;
		}
			.text_subnet_params .proxies_error_sites::before{
				content: "err-sts: ";
				font-size: 0.7em;
			}
		.text_subnet_params .proxies_middle_block_time{
			display: inline-block;
			margin-right: 30px;
			width: 90px;
			white-space: nowrap;
			text-align: right;
			padding: 0px 2px;
			background: #eee;
			border-radius: 3px;
			color: #000;
		}
			.text_subnet_params .proxies_middle_block_time.green{
				background: #9bfb9b;
				border-radius: 3px;
			}
			.text_subnet_params .proxies_middle_block_time.yellow{
				background: #ffeb006e;
				border-radius: 3px;
			}
			.text_subnet_params .proxies_middle_block_time.orange{
				background: #ffc458;
				border-radius: 3px;
			}
			.text_subnet_params .proxies_middle_block_time.red{
				background: #f57373;
				border-radius: 3px;
			}
			.text_subnet_params .proxies_middle_block_time::before{
				content: "block-time ";
				font-size: 0.7em;
				float: left;
			}
	
	/**/
	
	.one_mark_name{
		display: inline-block;
		width: 100px;
	}
	
	.stats_text_params{
		color: #666;
		display: inline-block;
		margin: 0px 5px;
		padding: 0px 5px;
		font-weight: normal;
	}
		.stats_text_params .proxies_count{
			display: inline-block;
			margin-right: 10px;
			width: 30px;
		}
		.stats_text_params .proxy_countries{
			display: inline-block;
			margin-right: 10px;
		}
		.stats_text_params .proxy_marks{
			display: inline-block;
			margin-right: 10px;
			color: #000;
		}
		.stats_text_params .proxies_used_sites{
			display: inline-block;
			margin-right: 10px;
			width: 70px;
		}
			.stats_text_params .proxies_used_sites::before{
				content: "usd-sts: ";
				font-size: 0.7em;
			}
		.stats_text_params .proxies_error_sites{
			display: inline-block;
			margin-right: 10px;
			width: 70px;
		}
			.stats_text_params .proxies_error_sites::before{
				content: "err-sts: ";
				font-size: 0.7em;
			}
		.stats_text_params .proxies_middle_block_time{
			display: inline-block;
			margin-right: 30px;
			width: 90px;
			white-space: nowrap;
			text-align: right;
			padding: 0px 2px;
			background: #eee;
			border-radius: 3px;
			color: #000;
		}
			.stats_text_params .proxies_middle_block_time.green{
				background: #9bfb9b;
				border-radius: 3px;
			}
			.stats_text_params .proxies_middle_block_time.yellow{
				background: #ffeb006e;
				border-radius: 3px;
			}
			.stats_text_params .proxies_middle_block_time.orange{
				background: #ffc458;
				border-radius: 3px;
			}
			.stats_text_params .proxies_middle_block_time.red{
				background: #f57373;
				border-radius: 3px;
			}
			.stats_text_params .proxies_middle_block_time::before{
				content: "block-time ";
				font-size: 0.7em;
				float: left;
			}
	
	/**/
	/**/
	
	.ip_part2{
		margin-top: 10px;
		margin-left: 10px;
		display: none;
	}
		.one_mark.active .ip_part2,
		.one_country.active .ip_part2,
		.ip_part2.active{
			display: block
		}
	
	.ip_part3{
		margin-left: 20px;
		display: none;
	}
		.one_mark.active .ip_part3,
		.one_country.active .ip_part3,
		.ip_part3.active{
			display: block;
		}
	.ip_part3_ip{
		width: 110px;
		display: inline-block;
	}
	.ip_part3_header{
		background: #fff;
		width: 840px;
		cursor: pointer;
		overflow:hidden;
	}
	.ip_part3_header:hover{
		background: #ffe;
	}
	.ip_part3_content{
		display: none;
	}
	.ip_part3_content.active{
		display: block;
	}
	
	/**/
	
	.one_mark{}
		.one_mark.active{
			margin-bottom: 20px;
		}
		.one_mark_header{
			margin-top: 2px;
			margin-left: 0px;
			font-weight: bold;
			background: #fff;
			padding: 3px 5px;
			cursor: pointer;
		}
		.one_mark.active .one_mark_header{
			background: #eee;
		}
		.one_mark_header:hover{
			background: #ffe;
		}
	
	/**/
	
	.one_module_selector{
		display: inline-block;
		background: #eee;
		padding: 2px 7px;
		margin-right: 5px;
		margin-bottom: 5px;
		border-radius: 3px;
		cursor: pointer;
	}
	.one_module_selector.active{
		background-color: orange;
	}
	
	.one_time_variant_selector{
		display: inline-block;
		background: #eee;
		padding: 2px 7px;
		margin-right: 5px;
		margin-bottom: 5px;
		border-radius: 3px;
		cursor: pointer;
	}
	.one_time_variant_selector.active{
		background-color: #9bfb9b;
	}
	
	.one_group_variant_selector{
		display: inline-block;
		background: #eee;
		padding: 2px 7px;
		margin-right: 5px;
		margin-bottom: 5px;
		border-radius: 3px;
		cursor: pointer;
	}
	.one_group_variant_selector.active{
		background-color: #9bbdfb;
	}