﻿html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 13px/normal "Trebuchet MS", Arial, sans-serif;
	height: 100%;
}

.trebuchet {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-bottom:65px;
	z-index:2
}

.help {
	width: 100%;
	/*min-width: 1000px;*/
	min-width: 320px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	z-index:2;
	padding-top:30px;
}

.container_padding {
	width: 96% !important;
	margin-left: 2% !important;
}

i {
	display:inline-block;
	position:relative;
}

h1 {
	color:#f59a28;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

a {
	color:#138687;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

label.checkbox i {
	width: 11px;
	height: 11px;
	background: url(images/pattern.png) -21px -40px no-repeat;
	cursor: pointer;
	margin-right:5px;
}

label.checkbox.checked i {
	background: url(images/pattern.png) -10px -40px no-repeat;
}

.gray {background-color:#efefef;}
.peach{background-color:#f3ece5;}
.clear {
	width:100%;
	clear:both;
}

.align-center {
	text-align:center;
	width:60%;
	margin:0 auto;
}

.align-center p {
	line-height:28px;
	font-size:15px;
}

input.lupa{
	width:27px;
	height:27px;
	background: url(images/pattern.png) -16px -12px no-repeat;
	border:none;
	cursor: pointer;
}

input[type="text"]{
	width:225px;
	height:23px;
	margin:0px 5px 0 7px;
	border:1px solid #cdcdcd;
}
input[type="checkbox"]{
position:relative;
z-index:2;
opacity:0;
cursor:pointer;
}
input[type="checkbox"] + label{
	cursor: pointer;
	display:inline-block;
	font-weight:normal !important;
	color:#909090;
	margin-left:-20px!important;
}
input[type="checkbox"] + label:before {
	background-image:url(images/pattern.png);
	background-position: -21px -40px;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 11px;
	width: 11px;
	margin:0 5px 0 0;
	background-position: 100px 100px\8;
}
input[type="checkbox"]:checked + label:before {background-position:-10px -40px;} 
select{
width:210px;
border:1px solid #cdcdcd;
-webkit-appearance: none; /*Removes default chrome and safari style*/
-moz-appearance: none; /* Removes Default Firefox style*/
appearance: none;
text-indent: 0.01px; /* Removes default arrow from firefox*/
text-overflow: ""; /*Removes default arrow from firefox*/
background: url('images/arrow.png') no-repeat;
background-position:195px 10px; /*Position of the background-image*/
background-color:white;
overflow:hidden;
padding-left:5px;
height:24px;
margin-right:5px;
color:#585858;
}
select:focus{outline:none;}
select::-ms-expand {display:none;}
	option{
	height:22px;
	border:none;
	border-right:1px solid #cdcdcd;
	padding-left:7px;
	}
.button{
height:32px;
color:white;
font-weight:bold;
font-family:inherit;
border:none;
background-color:#0c8384;
cursor:pointer;
border-radius:15px;
padding:0 18px;
text-decoration:none;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.button.little{font-size:12px;}
a.button,span.button,div.button{
display:inline-block;
line-height:31px;
}
.button:hover{background-color:#0b7676;}
.button.reset,.button.gray{background-color:#737373;}
.button.reset:hover,.button.gray:hover{background-color:#666666;}
b{font-weight:bold;}
.table-box{display:table;}
	.table-box .col{display:table-cell;}

h2{
font-size:30px;
color:#676767;
}
h3{
color:#676767;
font-size:16px;
font-weight:bold;
}
h4{
font-size:14px;
color:black;
font-weight:bold;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 130px;
	background: white;
	font-size:14px;
}

.top-header {
	height:75px;
	position: relative;
}

.top-header__logo {
	position: absolute;
	left:0px;
	top:50%;
	margin-top: -20px;
}

.top-header__profile-box {
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-15px;
}

.top-header__profile-box .welcome {
	color:#909090;
}

.top-header__profile-box .welcome a {
	color:#0c8384;
	font-style: italic;
	font-weight:bold;
}

.top-header__profile-box .profile_link {
	display: inline-block;
	margin-left: 50px;
	color:#0c8384;
}

	.top-header__profile-box .profile_link i{
		background: url(images/pattern.png) 0px 0px no-repeat;
		width:16px;
		height:20px;
		top: 5px;
		margin-right:5px;
	}

.top-header__profile-box .logout_link {
	display: inline-block;
	margin-left: 20px;
	color: #909090;
}

	.top-header__profile-box .logout_link i{
		background: url(images/pattern.png) -1px -21px no-repeat;
		width:13px;
		height:13px;
		margin-right:5px;
		top: 2px;
	}

.top-menu {
	height: 55px;
	background: url(images/fon-top-menu.jpg) 0 0 repeat-x;
	text-align: center;
}

.top-menu a {
	display:inline-block;
	height:32px;
	padding:6px 22px 5px;
	margin: 12px 60px 0px;
	box-sizing:border-box;
	color:white;
	position: relative;
}


.top-menu a.current {
	text-decoration: none;
	border-radius:20px;
	font-weight: 600;
	background:#005455;
	border-bottom:1px solid #0ea2a3;
}

.top-menu a:hover {
	text-decoration: none;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 39px 0 120px;
}


.page-name {
	/*margin: 0 0px 20px;*/
}
.control-set{
margin-top:20px;
}

.control-item {
	display:inline-block;
	position:relative;
	margin-bottom:10px;
}
.control-item a.control-item-link {
	box-sizing:border-box;
	color:white;
	padding:9px 15px;
	border-radius: 20px;
	background: #0c8384;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	display: inline-block;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
	
}

.control-item.gray a.control-item-link {
	background:#737373;
}

.control-item.gray a.control-item-link:hover {
	background: #4e4e4e;
}

.control-item.parent  a.control-item-link:hover {

	background: #0c8384;
}

.control-item a.control-item-link:hover {
	background: #045354;
}

.control-item.new i {
	background: url(images/pattern.png) 0px -33px no-repeat;
	width: 9px;
	height: 14px;
	margin-right: 5px;
	top:2px;
}

.control-item.exit i {
	background: url(images/pattern.png) 0px -47px no-repeat;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	top:0px;
}

.control-item.help-link i {
	background: url(images/pattern.png) -1px -57px no-repeat;
	width: 5px;
	height: 11px;
	margin-right: 5px;
	top:0px;
}
.control-item.parent a{
	/*border-radius: 20px 20px 0px 0px;*/
}

.control-item.parent i {
	background: url(images/pattern.png) 0px -69px no-repeat;
	width: 7px;
	height: 4px;
	margin-right: 5px;
	top:-2px;
}

.control-item.parent .children {
	display:none;
	background: #0c8384;
	padding: 20px 17px;
	position: absolute;
	right:0;
	text-align: left;
	z-index:2;
	width:175px;
}

.control-item.parent .children a {
	color: white;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	display:inline-block;
	margin-bottom: 10px;
}

.control-item.parent .corner {
	position:absolute;
	width:14px;
	height:12px;
	background: url(images/pattern.png) -16px 0px no-repeat;
	bottom:0;
	left:-14px;
	display:none;
}

.control-item.parent:hover .children  {
	display:block;
	/*margin-left:-43px;*/
	border-radius: 20px 0px 20px 20px;
}

.control-item.parent:hover  .corner {
	display: block;
}

.control-item.parent:hover a
{
	border-radius: 20px 20px 0px 0px;
}

.control-item.right {
	float:right
}

.table-data {
	margin-top: 10px;
}

.table-data-head {
	border-radius: 20px 20px 0px 0px;
	background: #e9eaea;
	padding:7px 25px 11px 20px;
	box-sizing: border-box;
}


	.table-data-head .filter-control {
		margin-top:5px;
		color: black;
		font-size:15px;
		display:inline-block;
	}
.filter_control__set_filter{display:none;}
	.filter_control__set_filter a ,.filter_control__default a{
		color:#0c8384;
	}

.filter-control__controls {
	margin-left:40px;
	display:none;
}

	.filter-control__controls a {
		color:#3c3c3c;
		font-size:12px;
		display: inline-block;
		margin-right: 20px;
	}

.my-filters {
	float:right;
	position:relative;
	width:210px;
	height:22px;
	padding:3px 9px;
	background-color:white;
	border:1px solid #cdcdcd;
	font-size:14px;
	color:#585858;
}
	.my-filters .title{margin-top:1px;}
	.my-filters .title:after{
	position:absolute;
	top:12px;
	right:10px;
	content:'';
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	border-top:4px solid #585858;
	display:inline-block;
	}
	.my-filters .sub{
	position:absolute;
	z-index:2;
	background-color:white;
	width:210px;
	padding:3px 9px;
	top:100%;
	left:0;
	margin:-1px 0 0 -1px;
	border:1px solid #cdcdcd;
	border-top:none;
	display:none;
	}
	.my-filters:hover .sub{display:block;}
		.my-filters .item{
		padding:9px 0;
		}
			.check-agent .remove,.check-agent .edit{display:block;}
			.check-agent .remove:before,.check-agent .edit:before{content:'';}
			.my-filters .remove,.my-filters .edit,.check-agent .remove:before,.check-agent .edit:before{
			background-image:url(images/pattern.png);
			background-repeat:no-repeat;
			background-color:none;
			display:inline-block;
			cursor:pointer;
			margin:0px 3px -1px 0;
			}
			.my-filters .remove,.check-agent .remove:before{
			height:11px;
			width:11px;
			background-position:-136px 0;
			}
			.my-filters .edit,.check-agent .edit:before{
			height:14px;
			width:13px;
			background-position:-136px -11px;
			}
			.my-filters .name{
			cursor:pointer;
			text-decoration:none;
			color:#585858;
			}
			.my-filters .name:hover{text-decoration:underline;}
.filter-view{
font-size:13px;
padding:24px 0 10px;
color:#3c3c3c;
line-height:18px;
display:none;
}
	.filter-view b{font-weight:bold;}
	.filter-view .pad{
	padding-left:20px;
	}
.overflow-box-fon{
height:100%;
width:100%;
background-color:black;
position:fixed;
display:none;
content:'';
top:0;
left:0;
z-index:11;
opacity:0.3;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=30)"; 

}
.overflow-box{
position:absolute;
z-index:12;
overflow:hidden;
background-color:#f5f5f5;
border-radius:20px;
width:96%;
box-shadow:0 20px 20px rgba(0,0,0,0.2);
text-align:center;
padding-bottom:15px;
display:none;
}
	.overflow-box .top{
	text-align:left;
	height:40px;
	line-height:40px;
	padding:0 13px 0 25px;
	color:white;
	font-weight:bold;
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02b8a5', endColorstr='#0b7676',GradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#02b8a5', endColorstr='#0b7676',GradientType=0)"; 
	background: -moz-linear-gradient(bottom, #0b7676 0%,   #02b8a5 100%);
	background: -webkit-linear-gradient(bottom, #0b7676 0%,   #02b8a5 100%);
	background: -o-linear-gradient(bottom, #0b7676 0%,   #02b8a5 100%);
	background: -ms-linear-gradient(bottom, #0b7676 0%,   #02b8a5 100%);
	background: linear-gradient(bottom, #0b7676 0%,   #02b8a5 100%);
	}
		.overflow-box .top .cross{
		background-image:url(images/pattern.png);
		background-repeat:no-repeat;
		background-color:none;
		cursor:pointer;
		float:right;
		margin:14px 0 0 0;
		height:14px;
		width:14px;
		background-position:-147px 0;
		}
	.overflow-hidden{overflow:hidden;}
	.overflow-box .overflow-scroll{overflow:auto;}
	.overflow-box .table-box {}
		.overflow-box .table-box .col{
		padding:20px;
		text-align:left;
		font-size:14px;
		line-height:1.6em;
		min-width:400px;
		color:#585858;
		}
			.overflow-box .table-box h3{
			color:#585858;
			font-size:18px;
			font-weight:bold;
			margin-bottom:5px;
			}
			.overflow-box .table-box span{
			color:#0c8384;
			font-weight:bold;
			}
			.overflow-box .table-box b{color:black;}
			.overflow-box .table-box .all{
			font-size:21px;
			font-weight:bold;
			color:#f59a28;
			}
	.overflow-box .prop-list{
	display:table;
	padding:15px 0 30px;
	text-align:left;
	width:100%;
	}
	.overflow-box .prop-list .item{display:table-row;}
		.overflow-box .prop-list .caption{
		display:table-cell;
		padding-left:24px;
		font-size:14px;
		width:105px;
		font-weight:14px;
		color:#585858;
		height:37px;
		vertical-align:middle;
		font-weight:bold;
		}
		.overflow-box .prop-list .value{
		display:table-cell;
		vertical-align:middle;
		width:85%;
		}
			.overflow-box .hidden{display:none;}
			.overflow-box .to-select{margin-left:10px;}
			.overflow-box .select{
			width:75%;
			max-width:792px;
			margin-right:6px;
			background-position: 99% 10px;
			}
			.overflow-box .prop-list .button{margin:0 4px;}
	
	
.table {
	width:100%;
}
.table thead tr {
	box-shadow:inset 0 3px 4px -4px rgba(0, 0, 0, .2);
}
.table thead tr td {
	height:37px;
	border-left:1px solid #c8c8c8;
	background:#e0e0e0;
	text-align: center;
	text-transform: uppercase;
	font-size:13px;
	letter-spacing:2px;
	vertical-align: middle;
	padding:0 5px;
}



.table thead tr td:first-child{
	border-left:none;
}


.table tbody tr td {
	border-bottom:1px solid #c8c8c8;
	background: #fbfbfb;
	height:50px;
	vertical-align: middle;
	text-align:center;
	padding:10px 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.table tbody tr td .status {
	color:#c52323;
	display: inline-block;
	margin:6px 0 10px;
	font-weight:bold;
}

.table tbody tr td b {
	font-weight:bold;
}

.table tbody tr td .icon-status {
	width:72px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	overflow:hidden;
	color:black;
	vertical-align:middle;
	text-align: center;
	position:relative;
	margin:0 auto;
	font-weight:bold;
	padding:20px 0px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(150, 150, 150, 0.77);
	-moz-box-shadow:    0px 2px 0px 0px rgba(150, 150, 150, 0.77);
	box-shadow:         0px 2px 0px 0px rgba(150, 150, 150, 0.77);
}

.table tbody tr td .icon-status.red {
	background: #ffabab; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffabab 0%, #ca8a8a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffabab), color-stop(100%,#ca8a8a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffabab 0%,#ca8a8a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffabab 0%,#ca8a8a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffabab 0%,#ca8a8a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffabab 0%,#ca8a8a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffabab', endColorstr='#ca8a8a',GradientType=0 ); /* IE6-9 */
}


.table tbody tr td .icon-status.gray {
	background: #e4e4e4; /* Old browsers */
	background: -moz-linear-gradient(top,  #e4e4e4 0%, #c1c1c1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e4e4e4 0%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e4e4e4 0%,#c1c1c1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e4e4e4 0%,#c1c1c1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e4e4e4 0%,#c1c1c1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */
}


.table tbody tr td .icon-status.yellow {
	background: #fff999; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff999 0%, #e1c078 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff999), color-stop(100%,#e1c078)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff999 0%,#e1c078 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff999 0%,#e1c078 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff999 0%,#e1c078 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff999 0%,#e1c078 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff999', endColorstr='#e1c078',GradientType=0 ); /* IE6-9 */
}

.table tbody tr td .icon-status b {
	font-weight: bold;
}

.table tbody tr td .icon-status span {
	color:#c52323;
	display: inline-block;
	margin-top:5px;
}

.table tbody tr:hover td {
	background:white;
}

.table.knowledge  tbody tr td:first-child {
	text-align:left
}

.table tbody tr td:nth-child(2) {
	text-align:left
}
	.table tbody td:nth-child(2) .box{font-size:14px;}

.table tbody label {
	color:#f59a28;
	margin-left: 5px;
	font-weight:bold;
}
.table tbody .new a{font-weight:bold;}
.table-data-footer .paginator {
	text-align: center;
	padding-top:25px;
	background: #fbfbfb;
	padding-bottom:25px;
}

.table-data-footer .paginator a{
	color:#138687;
	display:inline-block;
	margin:0px 7px;
	font-weight:bold;
}

.table-data-footer .paginator a.current {
	color:black;
	text-decoration:none;
}

.table-data-footer .controls {
	background: none repeat scroll 0 0 #e9eaea;
	border-radius:0 0 20px 20px;
	box-sizing: border-box;
	min-height: 70px;
	font-weight:bold;
	font-size:14px;
}

.table-data-footer .controls.knowledge {
	height: 140px;
}

.table-data-footer .controls .search-block {
	float:right;
	min-height: 70px;
	color:#585858;
	margin-right:20px;
}
.table-data-footer .search-block label{
	font-size:14px;
	font-weight:bold;

}
.table-data-footer .use_filter-box{
    display: inline-block;

    margin: 0 0 0 0px;
}
	.table-data-footer .use_filter-box .checkbox{
	position:absolute;
	margin-left:3px;
	}


.table-data-footer .goto {
	color:#585858;
	clear: both;
	border-top:1px solid #cecece;
	padding-left:20px;
	padding-top:15px
}

.table-data-footer .goto .control-item a{
	background: #737373;
}



.table-data-footer .controls.knowledge .search-block {
	float:left;
	margin-left:25px;
}

.table-data-footer .controls .search-block .search_1 {
	width:370px;
	float:right;
	padding-top:11px;
}

.table-data-footer .controls.knowledge .search_1 {
	width:490px;
}

.table-data-footer .controls .search-block .search_2 {
	width:450px;
	float:right;
	padding-top:11px;
}

.table-data-footer .controls.knowledge .search_2 {
	width:350px;
}



.profile_name {
	color:#676767;
	font-size:30px;
	text-align:center;
}

.profile_menu {
	width:60%;
	min-width: 850px;
	margin: 0 auto ;
}
.profile_menu .left_col {
	width:49%;
	float:left;
}

.profile_menu .right_col {
	width:49%;
	float:right;
}
.white-boxes{
text-align:center;
margin:25px auto 0;
width:900px;
}
.products.white-boxes{margin-top:80px;}
	.white-boxes .item {
		display:inline-block;
		width:392px;
		height:130px;
		padding:3px;
		border-radius: 10px;
		-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
		box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
		margin:9px;
		background: white;
		cursor: pointer;
		position:relative;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.white-boxes .item:hover {
		-webkit-box-shadow: 0px 16px 27px -4px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 16px 27px -4px rgba(0,0,0,0.15);
		box-shadow: 0px 16px 27px -4px rgba(0,0,0,0.15);
		 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bdbf', endColorstr='#0c8384',GradientType=0);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bdbf', endColorstr='#0c8384',GradientType=0)"; 
		background: -moz-linear-gradient(bottom, #0c8384 0%, #00bdbf 100%);
		background: -webkit-linear-gradient(bottom, #0c8384 0%, #00bdbf 100%);
		background: -o-linear-gradient(bottom, #0c8384 0%, #00bdbf 100%);
		background: -ms-linear-gradient(bottom, #0c8384 0%, #00bdbf 100%);
		background: linear-gradient(bottom, #0c8384 0%, #00bdbf 100%);
	}
	.white-boxes a.item p,.white-boxes .item a{
		-webkit-transition: color 0.5s ease;
		-moz-transition: color 0.5s ease;
		-ms-transition: color 0.5s ease;
		-o-transition: color 0.5s ease;
		transition: color 0.5s ease;
	}
	.white-boxes a.item:hover p,.white-boxes .item:hover a{
		color:#c52323;
		text-decoration: none;
	}

	.white-boxes .item .cont {
		border-radius:6px;
		background:white;
		height:100%;
		text-align: center;
		width:100%;
		display:table;
	}
		.white-boxes .item .cont p {
			display:table-cell;
			vertical-align:middle;
			padding:5px;
			font-size:14px;
			font-weight:bold;
		}
		.white-boxes .item .cont p span{
			padding-top:8px;
			font-style:italic;
			display:block;
		}
		.white-boxes .item .cont p a{
			font-size:16px;
			display:block;
		}
		.products.white-boxes .item p{
			font-size:22px;
		}
		.white-boxes.products .item .img {
			display:table-cell;
			width:125px;
		}
			.white-boxes.products .item .img img{
			margin:-30px -60px 0 20px;
			display:block;
			}
		


.plus {
	display: block;
	cursor:pointer;
}

td.plus {
	display: table-cell;
}

.plus i{
	width:11px;
	height:11px;
	background:url(images/pattern.png) -30px 0 no-repeat;
	margin:0px 5px
}
.knowledge .plus{font-weight:bold;}
	.knowledge .plus i{margin:0 6px -1px 5px}
.plus.active{color:#f59a28;}
.minus {
	display: block;
}

.knowledge .minus {
	margin-top:13px;
}
.minus i {
	background:url(images/pattern.png) -41px 0 no-repeat !important;
}
.plus.check-agent{position:relative;}
	.plus.check-agent .block{
	text-align:left;
	display:none;
	position:absolute;
	padding:8px;
	width:180px;
	line-height:25px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow:3px 5px 5px rgba(0,0,0,0.2);
	-moz-box-shadow:3px 5px 5px rgba(0,0,0,0.2);
	box-shadow:3px 5px 5px rgba(0,0,0,0.2);
	background-color:white;
	border:1px solid #eeeeee;
	margin-top:-43px;
	}
.baza {
	margin:0 0px 22px 0px;
}

.baza .cur{
	float:right;
	font-weight:bold;
}


.page-info {
	font-size:14px;
	padding-top:5px;
}

.table h3 {
	color: #f59a28;
	font-size: 13pt;
}

.table.knowledge .hide{
	font-size:11pt;
	line-height: 1.2em;
	color:#676767;
	padding:10px 20px 30px 20px;
	position: relative;
	display:none;
}

.table.knowledge .hide b {
	color: black;
	font-weight: bold;
}

.table.knowledge .hide a.link {
	position: absolute;
	bottom:10px;
	right:20px;
	font-style: italic;
	color:#676767;
}

.left-col {
	float: left;
	margin-left: -100%;
	position: relative;
	width:36%;
}

.form_response .left-col {
	width:60%;
	min-width:700px;
	max-width:900px;
}

.news-list {
	border-radius:20px 20px 0px 20px;
	min-height:100px;
	padding: 26px 26px 10px 30px;
}

.news-list .controls {
	display:inline-block;
	width:50%;
	float:right;
	text-align:right
}

.news-list .controls a {
	color:#676767;
	font-size:12px;
}

.news-list .controls a.settings {
	color:white;
	display: inline;
	background: #676767;
	border-radius: 15px;
	margin-left:10px;
	padding:9px 19px 10px 7px;
}
.news-list .controls a.settings i {
	background:url(images/pattern.png) -34px -39px no-repeat;
	width:19px;
	height:19px;
	top:5px;
	margin-right:5px;
}

.news-list .link_all {
	display: inline-block;
	float: left;
	font-size:24px;
}
.news-list .list {
	margin-top:25px;
}
.news-list .list a{
	display: block;
	margin:5px 0px 36px 0px;
	color:#676767;
	font-size:14px;
	line-height:22px;
}

.news-list .list b {
	font-weight: bold;
	color:#676767;
}

.right-block {
	float: left;
	width: 100%;
	min-height:1px;

}

.right-block .block {
	padding-left:36%;
}

	.form_response .to-fix{
		padding-left:60%;
		text-align:right;
		min-height: 200px;
	}
	.form_response .to-fix.active{
	position:fixed;
	top:30px;
	right:2%;
	z-index:10;
	}


.knowledge_month {
	margin-left:30px;
	margin-bottom:30px;
	border-radius: 20px 20px 20px 0px;
	padding: 32px 35px 45px 40px;
	font-size:15px;
}

.knowledge_month h1 {
	font-size:30px;
	color:#676767;
	margin-bottom: 10px;

}

.knowledge_month h2 {
	font-size:21px;
	color:#f59a28;
	margin-bottom:8px;
	font-weight:bold;
}

.block-link {
	margin-left:30px;
}
	.tab_pane{
		border-radius: 0px 20px 0px 0px;
		overflow:hidden;
		display:none;
	}
	.tab_pane.current{
		display:block;
	}
		.tab_pane .gray{position:relative;}
		.tab_pane .switcher:after ,
		.tab_pane .block-content:after {
			content: "";
			position: absolute;
			left: 0px;
			width:100%;
			height:2px;
			background-image: linear-gradient(to right, #f59a28, #ffd500);
			bottom:0;
		}

.block-link .block-content:before {
	top:0px;
}

.block-link .block-content:after {
	bottom:0px;
}



.block-link .switcher a{
	line-height:50px;
	display:inline-block;
	margin:0px 0px 0px 40px;
	font-size:14px;
	color:#858585;
	font-weight:bold;
}

.block-link .block-content {
	position:relative;
	padding: 25px 35px 43px 40px;
}

.block-content h2 {
	color:#676767;
	font-size:30px;
}

.block-content table tr td {
	height: 40px;
	vertical-align: middle;
}

.block-link .buttons .item{
	display:block;
	float:left;
	padding:10px 12px;
	border-right:1px solid white;
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a7e7e', endColorstr='#02635c',GradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a7e7e', endColorstr='#02635c',GradientType=0)"; 
	background: -moz-linear-gradient(bottom, #02635c 0%, #0a7e7e 100%);
	background: -webkit-linear-gradient(bottom, #02635c 0%, #0a7e7e 100%);
	background: -o-linear-gradient(bottom, #02635c 0%, #0a7e7e 100%);
	background: -ms-linear-gradient(bottom, #02635c 0%, #0a7e7e 100%);
	background: linear-gradient(bottom, #02635c 0%, #0a7e7e 100%);
	color:white;
	text-decoration:none;
	font-size:12px;
	letter-spacing:2px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor:pointer;
	font-weight:bold;
}
.block-link .buttons .item.current, .block-link .buttons .item:hover {
	 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)"; 
	background: #efefef;
	color:black;
}

.block-link .block-content a,.block-link .block-content .num{
font-size:15px;
font-weight:bold;
}
.block-link .block-content .num{color:#676767;}
.last-message {
	margin-left:30px;
	margin-top:36px;
	font-size:15px;
}

.last-message h1 {
	font-size:21px;
	margin-bottom: 8px;
}

.news-search {
	float:right;
	display: inline-block;
}

.news {
	margin-top:30px;
}

.news .control-item {
	margin-left:15px;
}

.news-list-main {
	font-size:14px;
	margin-top:30px;
	color:#676767;
}

.news-list-main .news-item {
	margin-bottom:10px;
}

.news-list-main .news-item span.date {
	color:#676767;
	font-weight: bold;

}

.news-list-main .news-item a {
	font-size:16px;
	font-weight:bold;
	display:inline-block;
	margin-left:5px;
}

.page-nav {
	text-align: center;
	margin-top:30px;
}
.page-nav a{
	display: inline-block;
	padding: 5px 10px;
	border-radius: 20px;
	border:1px solid #138687;
	font-weight:bold;
	margin: 10px;
}

.card_query {
	border-radius: 30px 30px 30px 0;
	min-height: 100px;
	padding: 30px;
}

.card_query h1 {
	color: #676767;
	font-size: 30px;
}
	.card_query .table-box{
	display:table;
	margin:12px 0 3px;
	}
	.card_query .col{
	display:table-cell;
	line-height:22px;
	}
		.card_query .col:first-child{
		padding-right:30px;
		}
		.card_query .col .caption{
		color:#676767;
		padding-right:5px;
		}
		.card_query .col h4.caption{font-size:17px;}
		.card_query .col b{font-size:15px;font-weight:bold;}

.attention {
	text-decoration:none;
	display: inline-block;
	color: #c20000;
	font-weight:bold;
	border: 2px solid #c20000;
	padding: 3px 5px;
	text-transform: uppercase;
	font-size:15px;
	letter-spacing:2px;
	background-color:white;
}
.message_list {
	margin:23px 0;
	
}
.message_item {
	margin-bottom:10px;
}

.message_item .head {
	border-radius: 20px 20px 0px 0px;
	background:#e9eaea;
	margin-bottom:1px;
	padding:13px 25px;
	color: black;
}
	.message_item .head .id{
	color:#585858;
	font-weight:bold;
	margin-left:20px;
	}
	.message_item .head .date {
		color:#585858;
	}
	.message_item .head .scroll-buttons{
	float:right;
	color:#0c8384;
	text-decoration:underline;
	font-weight:bold;
	font-size:13px;
	width:180px;
	text-align:right;
	}
		.to-top,.to-bottom{
		cursor:pointer;
		text-decoration:underline;
		display:inline-block;
		margin-left:20px;
		}
		.to-top:hover,.to-bottom:hover{text-decoration:none;}
		.to-top:before,.to-bottom:before{
		display:inline-block;
		margin:0 3px 2px 0;
		height:0;
		width:0;
		content:'';
		border-left:4px solid transparent;
		border-right:4px solid transparent;
		}
		.to-top:before{border-bottom:4px solid #0c8384;}
		.to-bottom:before{border-top:4px solid #0c8384;}
.message_item .files{
	background-color:#e7e7e7;
	padding:5px 20px 7px;
	margin-bottom:1px;
	text-align:right;
	font-size:12px;
}
	.message_item .files .list{
	display:inline-block;
	text-align:left;
	}
		.message_item .files .item{display:inline-block;margin-left:20px;}
		.message_item .files b{color:#585858;}
		.message_item .files .del-file{
		display:inline-block;
		height:10px;
		width:10px;
		cursor:pointer;
		background-image:url(images/pattern.png);
		background-repeat:no-repeat;
		background-position:-149px -14px;
		margin:0 0 -1px -1px;
		}
.message_item .body {
	border-radius:0px 0px 20px 20px;
	background:#f5f5f5;
	padding:13px 25px;
	font-size:15px;
	color:#585858;
}
	.message_item .slide-it{
	display:block;
	margin-bottom:3px;
	font-weight:bold;
	color:#585858;
	text-decoration:underline;
	cursor:pointer;
	}
	.message_item .slide-it:hover{text-decoration:none;}
	.message_item .slide-it:before{
	content:'Показать текст';
	display:block;
	}
	.active .slide-it:before{
	content:'Скрыть текст';
	}
	.message_item .slide-box{
	display:none;
	}

.text_editor {
	min-height:300px;
	border-radius:0px 0px 20px 20px;
	background: #f5f5f5;
	padding:30px 40px;
}
.text_editor-head {
	border-radius: 20px 20px 0px 0px;
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02b8a5', endColorstr='#0c8484',GradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#02b8a5', endColorstr='#0c8484',GradientType=0)"; 
	background: -moz-linear-gradient(bottom, #0c8484 0%,   #02b8a5 100%);
	background: -webkit-linear-gradient(bottom, #0c8484 0%,   #02b8a5 100%);
	background: -o-linear-gradient(bottom, #0c8484 0%,   #02b8a5 100%);
	background: -ms-linear-gradient(bottom, #0c8484 0%,   #02b8a5 100%);
	background: linear-gradient(bottom, #0c8484 0%,   #02b8a5 100%);
	text-align: center;
	color:white;
	font-weight:bold;
	font-size:21px;
	padding:10px;
}

.text_editor textarea {
	width:100%;
	height:250px;
	border:1px solid #cdcdcd;
	resize: none;
}

.text_editor .control-bar {
	height:32px;
	width:100%;
	margin:0px 0px 10px 0px;
}

.text_editor .control-bar i {
	display:inline-block;
	float:left;
	margin-right:6px;
	width:32px;
	height:32px;
	background:url(images/pattern.png) 0 0 no-repeat;
	cursor:pointer;
}

.text_editor .control-bar i.b {
	background-position: 0px -116px;
}

.text_editor .control-bar i.i {
	background-position: 0px -150px;
}

.text_editor .control-bar i.u {
	background-position: -32px -116px;
}

.text_editor .control-bar i.link {
	background-position: -32px -150px;
}

.text_editor .control-bar i.message {
	background-position: -65px -83px;
}

.text_editor .control-bar i.sharpe {
	background-position: -32px -83px;
}
.text_editor .control-bar i.l {
	 background-position: -66px -116px;
}

.text_editor .control-bar i.lastic {
	background-position: -66px -150px;
}

.text_editor .info-tbl h3{
	font-size:18px;
	margin:15px 0px 3px;
	color:#585858;
}

.text_editor input.text {
	margin:0px;
	width:100%;
	border:1px solid #cdcdcd
}

.text_editor .file-container {
	display:inline-block;
	border:1px solid #0c8384;
	border-radius: 20px;
	padding: 6px 18px;
	font-size:13px;
	letter-spacing:2px;
	font-weight:bold;
	color:#0c8384;
	text-transform:uppercase;
	position: relative;
}

.text_editor .file-container input{
	opacity: 0;
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height:100%;
	cursor: pointer;
}

.text_editor .for-file {
	color:#909090;
	font-size:9pt;
	display: inline-block;
	margin-left:10px;
}

.text_editor .error {
	color:#c20000;
	font-size:14px;
}

.text_editor .info {
	line-height: 1.7em;
}

.home_page{
width:100%;
}
	.home_page .tab_pane.current{
	display:table;
	width:100%;
	}
	.home_page .right-block{
		width:20%;
		display:table-cell;
		float:none;
		vertical-align:top;
	}

	.home_page .right-block .block{padding-left:15%;}
	.home_page .left-col {
		display:table-cell;
		float:none;
		width:80%;
		vertical-align:top;
	}

.home_page .block-link {
	margin-left:0px;
}
.home_page .block-link.top{height:35px;}
.home_page .buttons.to-fix{
	position:relative;
	z-index:9;
}
.home_page .buttons.to-fix.active{
	position:fixed;
	top:0;
	width:100%;
}
	.home_page .buttons.to-fix .item{position:relative;}
.home_page .buttons.to-fix.active:before{
	position:absolute;
	top:0;
	height:36px;
	width:108%;
	left:-4%;
	content:'';
	background-color:white;
	box-shadow:0 0 25px rgba(0,0,0,0.25);
}
.home_page  .block-link .block {
	border-radius: 0px 20px 0px 0px;
	min-height:100px;
	padding:20px 10px
}

.home_page  .block-link .tbl {
	line-height:1.7em;
	color:#676767;
}

.home_page  .block-link .tbl label {
	font-weight: bold;
	color:black;
}

.list-theam {}
	.list-theam h3{
	font-weight:bold;
	font-size:16px;
	margin-bottom:12px;
	}
	.list-theam ul li {
		color:#138687;
		padding-left:30px;
		font-size:9pt;
	}

		.list-theam ul li i {
			width:4px;
			height:5px;
			background: url(images/pattern.png) 0px -74px no-repeat;
			margin-right:7px;
			bottom:3px
		}

		.list-theam ul li a {
			text-decoration: none;
		}

.tbl-head {
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02b8a5', endColorstr='#0c8484',GradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#02b8a5', endColorstr='#0c8484',GradientType=0)"; 
	background: -moz-linear-gradient(bottom, #0c8484 0%, #02b8a5 100%);
	background: -webkit-linear-gradient(bottom, #0c8484 0%, #02b8a5 100%);
	background: -o-linear-gradient(bottom, #0c8484 0%, #02b8a5 100%);
	background: -ms-linear-gradient(bottom, #0c8484 0%, #02b8a5 100%);
	background: linear-gradient(bottom, #0c8484 0%, #02b8a5 100%);
	
	-webkit-border-radius: 20px 20px 0 0;
	-khtml-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
	color: white;
	font-size: 21px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}


.tbl-content thead tr td {
	height:37px;
	border-left:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
	background:#e0e0e0;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	padding:0px 5px;
	letter-spacing:2px;
}


.tbl-content thead tr td:first-child {
	border-left:none;
	border-right:none;
}

.tbl-content thead tr td:last-child {
	border-left:none;
	border-right:none;
}

.tbl-content tbody tr td {
	background: #fbfbfb;
	text-align:center;
	vertical-align: middle;
	border-bottom: 1px solid #e0e0e0;
	padding:20px 5px;
}

.control-set .left-side {
	/*width:50%;*/
	float:left
}

.control-set .right-side {
	/*width:50%;*/
	float:right;
	text-align:right;
}

.control-set b {
	font-size:11pt;
	color:#878787;
	display: inline-block;
	margin-right: 10px;
	font-weight:bold;
}

.control-set b .no {
	text-decoration: underline;
	color:#c52323;
}
.control-set b .yes {
	text-decoration: underline;
	color:#4da3a4;
}

.table-data-footer .block-count {
	float:left;
	margin:20px 40px 20px 20px;
	color:#585858;
}

.table-data-footer .block-count b {
	color:black;
}

.table-data-footer .block-count span {
	font-style:italic
}

.portal_name {
	text-align: center;
	color:#0c8384;
	font-size:30px;
	margin-top:20px;
	font-weight:bold;
	margin-bottom:32px;
}

.portal_name span.yellow_dots {
	display: inline-block;
	width:78px;
	height:22px;
	background:url(images/pattern.png) -57px -33px no-repeat;
	position: relative;
	top:-2px;
	margin-right:10px;
}

.portal_name span.question {
	display: inline-block;
	width:40px;
	height:40px;
	background:url(images/pattern.png) -97px -57px no-repeat;
	position: relative;
	top:-20px;
	margin-left:10px;
}

.user-name {
	font-size:21px;
	font-weight:bold;
}

.container_help {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 0px 30px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 0px 30px 0px rgba(50, 50, 50, 0.2);
	width:97%;
	margin: 0 auto;
	min-height: 100px;
	padding-bottom:100px;
}

.help-head {
	text-align:center;
	padding-top:30px;
	max-width: 1600px;
	margin: 0 auto;
}
	.help-head img{max-width:100%;}
.head-menu {
	background: url(images/shadow-m.png) 0 100% no-repeat;
	background-size: contain;
	min-height:80px;
	max-width: 900px;
	margin: 0 auto;
}

.head-menu i{
	display: inline-block;
	width:4px;
	height: 4px;
	background: url(images/pattern.png) 0px -74px no-repeat;
	top:-2px;
	margin:0px 7px 0px 10px;
}
.content_help {
	width:90%;
	margin:0 auto;
}
.content_help h1 {
	text-align: center;
	color: #676767;
	font-size: 30px;
}

.content_help h2.name {
	font-size: 21px;
	color: #f59a28;
	margin-top:30px;
	margin-bottom: 10px;
	font-weight:bold;
}

.content_help h3.name {
	font-weight:bold;
	color: black;
	font-size:18px;
	margin:16px 0px 4px;
}
.contents .contents-block {
	width:100%;
	/*margin-right:3%;
	margin-top:15px;
	float:left;*/
	font-size:13px;
	line-height: 1.5em;
}

.contents-block ul.sub{margin-left:15px;}
.contents .contents-block li {
}
.contents .contents-block b,.contents .contents-block a {
	font-weight:bold;
	display:table-cell;
	vertical-align:top;
}
.contents .contents-block a {
	padding-left:10px;
}
.contents-text {
	line-height: 1.6em;
	font-size:14px;
}
.contents-text b {
	font-weight:bold;
}
.contents-text span {
	font-weight:bold;
	margin-top:10px;
	color: #0c8384;
	display: inline-block;
}
.contents-text ul li{
	list-style-type: none; /* Прячем исходные маркеры */
}

.contents-text ul li:before {
	content: ""; /* Сам маркер */
	width:0px;
	height:4px;
	display:inline-block;
	position:relative;
	left:5px;
	bottom:3px;
	padding-right: 10px; /* Расстояние от маркера до текста */
	background: url(images/pattern.png) 0px -74px;
}
.back{
margin:3px 0 30px;
display:inline-block;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	/*margin: -65px auto 0 ;*/
	min-width: 1000px;
	height: 65px;
	background: #a19d8f;
	position: fixed;
	bottom:0px;
	width:100%;
	z-index: 10;
}
.footer .white{
font-size:25px;
line-height:64px;
color:white;
font-weight:bold;
margin-left:6.7%;
letter-spacing:2px;
}
.bottom_menu {
	float:right;
	margin-top:18px;
	margin-right:100px;
}

.bottom_menu a {
	color:white;
	font-size:14px;
	letter-spacing:2px;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration:none;
	display:inline-block;
	height:20px;
	margin-left:50px;
}

.bottom_menu a i {
	margin-right:8px;
}

.bottom_menu a.products i{
	width: 18px;
	height: 18px;
	background: url(images/pattern.png) -10px -52px no-repeat;
	top:3px
}

.bottom_menu a.support i{
	width: 22px;
	height: 18px;
	background: url(images/pattern.png) -10px -72px no-repeat;
	top:3px
}

.bottom_menu a.coords i{
	width: 15px;
	height: 21px;
	background: url(images/pattern.png) -10px -92px no-repeat;
	top:5px
}

@media only screen and (min-width: 960px){
	.contents .contents-block{
	width:30%;
	margin-right:3%;
	margin-top:15px;
	float:left;
	}
}