/**
 * Main CSS file
 *
 * @copyright  (c) Pavel A. Pushkarev
 * @version    2.0
 * @link       https://seometrika.ru/
 * @update     11/2018
*/


/* 
 * COMMON
*/
html{
	height: 100%;
}
body{
	background-color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 1.428571429;
	height: 100%;
}
a:link{
	text-decoration: underline;
}


/*
 * AUTH block
*/
.auth-b__bot{
	margin-top: 30px;
}
.auth-b__bot a{
	color: #aaa;
}
.auth-b__bot span{
	display: inline-block;
	width: 20px;
	text-align: center;
	color: #ccc;
}


/* 
 * ALERT block
*/
.msg-b{
	position: fixed;
	width: 50%;
	padding: 0;
	margin: 0 0 0 20%;
	display: none;
	z-index: 99999;
}
.msg-b__alert{
	margin: 0;
	padding: 10px 10px 10px 30px;
	font-size: 18px;
}


/* 
 * PAGE-TOP block
*/
.top-b{
	height: 39px;
	overflow: hidden;
	color: #bbb;
	background-color: #414a5c;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 13px;
	overflow: hidden;
}
.top-b__link:link,
.top-b__link:visited {
	color: #d4dee7;
	text-decoration: underline;
}
.top-b__link:hover,
.top-b__link:active {
	color: #ffffff;
	text-decoration: underline;
}
.top-b__left{
	height: 40px;
	float: left;
	text-align: left;
}
.top-b__left_e{
	float: left;
	margin: 10px 20px 0 10px;
}
.top-b__right{
	height: 40px;
	width: 250px;
	text-align: right;
	position: absolute;
	right: 0;
}
.top-b__right_e{
	margin: 10px 10px 0 0;
}


/* 
 * PAGE-MAIN block
*/
.main-b{
	position: relative;
	min-height: 100%;
	padding: 0 0 150px 0;
	margin: 0 0 -40px 0;
	overflow: hidden;
}
/* menu */
.main-b__menu{
	min-height: 400px;
	width: 220px;
	float: left;
}
.main-b__menu-logo{
	display: block;
	margin: 20px 0 0 15px;
}
.main-b__menu-ul{
	margin: 0 10px 20px 10px;
}
.main-b__menu-ul-li_header{
	display: block;
	padding: 4px 10px;
	margin: 10px 0 0 0 !important;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #bbb;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
/* content */
.main-b__cnt{
	margin: 0 20px 0 250px;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: visible;
}
/* navigator */
.main-b__cnt-navigator{
	height: 40px;
	margin: 20px 0 0 0;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 15px;
}
.main-b__cnt-navigator_left{
	float: left;
	padding: 0 0 0 5px;
}
.main-b__cnt-navigator_right{
	width: 100px;
	float: right;
	text-align: right;
	padding: 0 10px 0 0;
}
/* panel */
.main-b__cnt-panel{
	height: 70px;
	margin: 0;
	padding: 20px 0 0 0;
	clear: both;
}
/* workplace */
.main-b__cnt-workplace{
	margin: 20px 0 0 0;
}
@media (min-width: 768px) {
	.main-b__cnt-workplace{
		margin: 20px 0 0 0;
		min-height: 600px;
	}
}


/* 
 * PAGE-BOTTOM block
*/
.bot-b{
	color: #aaa;
	background-color: #414a5c;
	height: 121px;
	margin: -120px 0 0 0;
	overflow: hidden;
	position: relative;
}
.bot-b a{
	color: #eee;
}
.bot-b__info{
	height: 100px;
	float: left;
	padding: 0 0 0 20px;
}
.bot-b__info_zag,
.bot-b__support_zag{
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 14px;
	margin: 15px 0;
}
.bot-b__info_link{
	display: block;
	font-size: 12px;
	margin: 0 0 3px 0;
}
.bot-b__support{
	height: 100px;
	float: left;
}
.bot-b__support_mailto,
.bot-b__support_tel{
	display: block;
	font-size: 12px;
	margin: 0 0 3px 0;
	color: #eee;
}
.bot-b__label{
	height: 100px;
	width: 200px;
	float: right;
	font-size: 11px;
	padding: 15px 0 0 0;
}
.bot-b__label a{
	color: #bbb;
}


/*
 * MY customize
*/
.my-form-table{
	width: 100%;
}
.my-form-table td{
	padding: 3px 0 20px 0;
}
.my-form-label,
.my-form-table label{
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 14px;
	color: #333;
}
.my-form-table__th{
	border-style: none;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
}
.my-form-table__th_a{
	color: #333;
}
.my-form-table__th_tf{
	background-color: #ccc;
	padding-top: 8px;
	padding-bottom: 0;
	font-weight: normal;
}
.my-form-table__th_tf-tr:hover th{
	background-color: #ccc !important;
}
.my-form-table__td_bot{
	padding-top: 10px;
	padding-bottom: 0;
}
.my-form-datepicker{
	width: 140px;
	font-family: "Courier New", consolas;
	font-size: 16px;
}
.my-form-timepicker{
	width: 160px;
	font-family: "Courier New", consolas;
	font-size: 16px;
}
.my-form-back{
	color: #999 !important;
	font-size: 12px !important;
	margin-top: 10px;
}
.my-noborder{
	border: none;
}
.my-noborder_top{
	border-top: none;
}
.my-noborder_bottom{
	border-bottom: none;
}
.my-noborder_left{
	border-left: none;
}
.my-noborder_right{
	border-right: none;
}
.my-action{
	border-bottom: 1px dashed #0069c4;
	text-decoration: none !important;
	color: #0069c4;
}
.my-action_grey{
	border-bottom: 1px dashed #777;
	text-decoration: none !important;
	color: #777;
}
.my-action_black{
	border-bottom: 1px dashed #000;
	text-decoration: none !important;
	color: #000;
}
.my-sort_asc{
	padding-right: 15px;
	background: url('//cdn.sm.plus/sm/cp/sort_asc.gif') right 6px no-repeat;
}
.my-sort_desc{
	padding-right: 15px;
	background: url('//cdn.sm.plus/sm/cp/sort_desc.gif') right 7px no-repeat;
}
.my-fancy__zag{
	margin: 20px;
}
.my-fancy__form{
	margin: 0 15px;
}
.my-list__image{
	display: block;
	width: 100px;
	height: 60px;
	overflow: hidden;
	background-size: contain !important;
	border: #ccc 1px solid;
}
.my-anchor__hidden{
	position: absolute;
	margin-top: 100px;
}
.yakor{
	position: absolute;
	margin-top: 150px;
	display: block;
}


/* 
 * Bootstrap & plugin customize
*/
a.btn:link{
	text-decoration: none;
}
.btn-primary,
.btn-primary[disabled]{
	color: #000 !important;
	background-color: #ffcc00 !important;
	border-color: #ffdd11 !important;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{
	color: #000 !important;
	background-color: #ffdd11 !important;
	border-color: #ffdd11 !important;
}
select.form-control{
	width: auto;
}
.well{
	background-image: none;
}
.nav-list .active a,
.nav-list .active a:hover,
.nav-list .active a:focus,
.nav-pills .active a,
.nav-pills .active a:hover,
.nav-pills .active a:focus{
	color: #000;
	text-decoration: none;
	background-color: #ffcc00;
	background-image: -moz-linear-gradient(top, #ffcc00, #eebb00);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcc00), to(#eebb00));
	background-image: -webkit-linear-gradient(top, #ffcc00, #eebb00);
	background-image: -o-linear-gradient(top, #ffcc00, #eebb00);
	background-image: linear-gradient(to bottom, #ffcc00, #eebb00);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc00', endColorstr='#ffeebb00', GradientType=0);
}
.nav-pills li a{
	padding: 3px 10px;
	margin: -3px 0 0 0;
	font-size: 13px;
}
.nav-pills .active a{
	padding: 5px 10px 7px 10px;
	margin: 0;
	font-size: 13px;
	color: #000 !important;
}
.dropdown-menu a,
.nav-tabs .active a{
	text-decoration: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	color: #000;
	text-decoration: none;
	background-color: #ffcc00;
	background-image: -moz-linear-gradient(top, #ffcc00, #eebb00);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcc00), to(#eebb00));
	background-image: -webkit-linear-gradient(top, #ffcc00, #eebb00);
	background-image: -o-linear-gradient(top, #ffcc00, #eebb00);
	background-image: linear-gradient(to bottom, #ffcc00, #eebb00);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc00', endColorstr='#ffeebb00', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #000;
	text-decoration: none;
	background-color: #ffcc00;
	background-image: -moz-linear-gradient(top, #ffcc00, #eebb00);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcc00), to(#eebb00));
	background-image: -webkit-linear-gradient(top, #ffcc00, #eebb00);
	background-image: -o-linear-gradient(top, #ffcc00, #eebb00);
	background-image: linear-gradient(to bottom, #ffcc00, #eebb00);
	background-repeat: repeat-x;
	outline: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc00', endColorstr='#ffeebb00', GradientType=0);
}
.pagination > .active>a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active>a:focus,
.pagination > .active > span:focus{
	color: #000;
	text-decoration: none;
	background-color: #ffcc00;
	border-color: #ffcc00;
}
#cboxTitle{
	margin: -3000px;
}
#cboxLoadedContent{
	margin-bottom: 0;
}
a.cke_dialog_tab,
a.cke_dialog_ui_button{
	text-decoration: none;
}
.introjs-button{
	text-decoration: none !important;
}
.introjs-skipbutton{
	display: none;
}
.introjs-helperLayer{
	background-color: #eee;
	border: 1px solid #aaa;
}
