@charset "utf-8";
/*RESET STYLES*/
@import url(reset.css);

/*header*/

#header_block{width:100%;min-width:1000px;height:82px;background:url(../img/header_block.png) repeat-x top left}
#header{height:82px;}
#logo{width:258px;height:82px;float:left;margin-left:15px; margin-top:9px; 
      //background:url('../img/logobkg.png') no-repeat;
      }
#h_contacts{padding:0px 0px 0px 8px; margin-top:0px;
            width:476px;height:54px;float:left;font:12px Tahoma, Geneva, sans-serif;color:#5f5f5f}
#header .h_contacts_log
{
  padding-top:32px;
}
#header .h_contacts_nolog
{
  padding-top:15px;
  width:365px;
}
#h_tel.h_tel_noLogin
{
    float:none;
}
#h_tel{padding:3px 12px 0px 26px;height:25px;background:url(../img/h_tel.png) no-repeat top left;float:left}
#h_mail{padding:3px 17px 0px 26px;height:25px;background:url(../img/h_mail.png) no-repeat top left;float:left; }
#h_mail a, #currentAgn a{border-bottom: 1px dashed;font:12px Tahoma, Geneva, sans-serif;color:#336699}
#h_tel .small
{
color:#336699;
font-size :12px;
font-family:Tahoma;    
font-weight:normal;
}
#h_tel
{
    color:#336699;
    font-family:Tahoma;
    font-size:14px;
    font-weight:bold;

}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus{
	outline: 0;
	outline: thin dotted \9;
	border-color: rgba(82, 168, 236, 0.8)!Important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)!Important;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6)!Important;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)!Important;
	     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6!Important);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)!Important;
	          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6)!Important;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

.btn-blue{
	position: relative;
	padding: 1px 0 2px;
	border: 1px solid #b9c9d5;
	border-right: 0;
	border-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #6e93af;
	background-image: -o-linear-gradient(bottom, rgb(110,147,175) 0%, rgb(160,182,198) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(110,147,175) 0%, rgb(160,182,198) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(110,147,175) 0%, rgb(160,182,198) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(110,147,175) 0%, rgb(160,182,198) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(110,147,175)),
		color-stop(1, rgb(160,182,198))
	);
	background-image: linear-gradient(bottom, rgb(110,147,175) 0%, rgb(160,182,198) 100%);
	-webkit-box-shadow: 0 0px 0px 1px #6d93af;
	-moz-box-shadow: 0 0px 0px 1px #6d93af;
	box-shadow: 0 0px 0px 1px #6d93af;
	color: #FFF;
	text-decoration: none;
	font: 11px/18px Tahoma, Verdana, sans-serif;
}

.btn-blue:hover{
	background: #89a4b9;
	color: #FFF;
	text-decoration: none;
}

.btn-gray{
	position: relative;
	display:inline-block;
	padding: 1px 10px 2px;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #dadada;
	background-image: -o-linear-gradient(bottom, rgb(233,233,233) 0%, rgb(254,254,254) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(233,233,233) 0%, rgb(254,254,254) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(233,233,233) 0%, rgb(254,254,254) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(233,233,233) 0%, rgb(254,254,254) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(233,233,233)),
		color-stop(1, rgb(254,254,254))
	);
	background-image: linear-gradient(bottom, rgb(233,233,233) 0%, rgb(254,254,254) 100%);
	color: #555555;
	text-decoration: none;
	font: 12px/18px Tahoma, Verdana, sans-serif;
	transition: none;
}

.btn-gray:hover{
	border: 1px solid #cacaca;
	color: #2a2a2a;
	text-decoration: none;
}
.btn-gray.ecp-enter
{
  width:312px;
  font:11px/18px Tahoma, Verdana, sans-serif;
  color:#6b6b6b;
}
.btn-blue.ecp-enter
{
  width:312px;
  font:11px/18px Tahoma, Verdana, sans-serif;
 
}
#header_block .login-form{
	float:left;
        padding: 3px 10px 10px 12px;
	width: 418px;
 background: url('../img/whitebkg.png') no-repeat;
 height: 70px;

}
.clearfix:after {
display: block;
visibility: hidden;
clear: both;
height: 0;
content: ".";
font-size: 0;
}
#header_block .login-form__formline {
float: left;
margin: 0 0 10px;
width: 130px;
}
#header_block .login-form__label {
display: block;
float: left;
width: 44px;
font: 11px/2em Tahoma, Verdana, sans-serif;
color: #5f5f5f;
}
#header_block .basic-input {
height: 20px;
border: 1px solid #e7e7e7;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #FFF;
color: #555;
line-height: 20px;
}
#header_block .login-form__formline {
float: left;
margin: 0 0 5px;
width: 130px;
}
#header_block .login-form__formline_pass {
padding-left:25px;
}
#header_block .login-form__input {
padding: 0 10px;
width: 64px;
font: 11px/18px Tahoma, Verdana, sans-serif;
}

#header_block .login-form .login-form__reg-link {

display: inline-block;
margin: 2px 10px 0 0;
font: 11px Tahoma, Verdana, sans-serif;
border-bottom:1px dashed;
color:#336699;
}
#header_block .login-form .login-form__recover-link {
display: inline-block;
margin: 2px 10px 0 0;
font: 11px Tahoma, Verdana, sans-serif;
border-bottom:1px dashed;
color:#336699;

}
#header_block .login-form__submit {
 cursor:pointer;
position: relative;
display: block;
float: left;
margin: 0 25px 9px 44px;
padding: 0 34px 0 20px;
height: 22px;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #dadada;
	background-image: -o-linear-gradient(bottom, rgb(233,233,233) 0%, rgb(254,254,254) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(233,233,233) 0%, rgb(254,254,254) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(233,233,233) 0%, rgb(254,254,254) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(233,233,233) 0%, rgb(254,254,254) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(233,233,233)),
		color-stop(1, rgb(254,254,254))
	);
	background-image: linear-gradient(bottom, rgb(233,233,233) 0%, rgb(254,254,254) 100%);
	color: #336699;
	text-decoration: none;
	font: 12px/18px Tahoma, Verdana, sans-serif;
	transition: none;
font: 11px/18px Tahoma, Verdana, sans-serif;
}
#header_block .login-form__submit:hover{
	border: 1px solid #cacaca;
	color: #336699;
	text-decoration: none;
}

#header_block .login-form__submit:after{
	position: absolute;
	top: 5px;
	right: 12px;
	display: block;
	width: 15px;
	height: 9px;
	background: url(../img/sprite2.png) -394px -29px no-repeat;
	content: '';
}
#header_block .h-controls{
	margin: 0;
	padding: 0;
	list-style: none;
        float:left;
}
#header_block .h-controls.nolog{
  padding-top:10px;
}
#header_block .h-controls__item{
	width: 20px;
	text-align: center;
        
}
/* Icons
-----------------------------------------------------------------------------*/

.ico-contact-phone{
	position: relative;
	top: 5px;
	display: inline-block;
	width: 19px;
	height: 18px;
	background: url(../img/sprite.png) 0 0 no-repeat;
}

.ico-contact-mail{
	position: relative;
	top: 9px;
	display: inline-block;
	width: 19px;
	height: 18px;
	background: url(../img/sprite.png) -20px 0 no-repeat;
}

.ico-controls-home{
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(../img/sprite.png) -40px 0 no-repeat;
}

.ico-controls-mail{
	display: inline-block;
	width: 13px;
	height: 11px;
	background: url(../img/sprite.png) -60px 0 no-repeat;
}

.ico-controls-print{
	display: inline-block;
	width: 13px;
	height: 12px;
	background: url(../img/sprite.png) -80px 0 no-repeat;
}

.ico-controls-settings{
	display: inline-block;
	width: 17px;
	height: 13px;
	background: url(../img/sprite.png) -100px 0 no-repeat;
}

.ico-submenu{
	position: relative;
	top: 2px;
	display: inline-block;
	width: 15px;
	height: 13px;
	background: url(../img/sprite.png) -140px 0 no-repeat;
}

.ico-eagle{
	position: absolute;
	top: -10px;
	left: 0;
	display: block;
	width: 55px;
	height: 60px;
	background: url(../img/sec_img.jpg) 0 0 no-repeat;
}

.ico-house{
	position: absolute;
	top: -10px;
	left: -4px;
	display: block;
	width: 65px;
	height: 60px;
	background: url(../img/sec_img.jpg) -55px 0 no-repeat;
}

.ico-hammer{
	position: absolute;
	top: -10px;
	left: 0;
	left: -4px;
	display: block;
	width: 69px;
	height: 60px;
	background: url(../img/sec_img.jpg) -120px 0 no-repeat;
}

.ico-step,
.ico-step-uncheck{
	position: relative;
	top: 2px;
	display: inline-block;
	margin-left: 3px;
	width: 14px;
	height: 15px;
	background: url(../img/sprite.png) -300px 0 no-repeat;
}

.ico-step-check{
	position: relative;
	top: 2px;
	display: inline-block;
	margin-left: 3px;
	width: 14px;
	height: 15px;
	background: url(../img/sprite.png) -320px 0 no-repeat;
}
.popup-wrap {
	display: none;
}

.popup-block.login-popup{
	background: url(../img/radar.png) 26px bottom no-repeat, url(../img/popup_bg.jpg);
}

.popup-block.enter-popup{
	background: url(../img/mail.png) 26px bottom no-repeat, url(../img/popup_bg.jpg);
}

.popup-block{
	font: 12px/1.34 Tahoma, Verdana, sans-serif;
	color: #fff;
	position:relative;
	background:#fcfcfc;
	width:333px;
	padding:0 6px 10px 9px;
	background: url(../img/popup_bg.jpg);
	-webkit-box-shadow:inset 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow:inset 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
	box-shadow:inset 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.actAgn
{
    border-bottom:1px dashed;
}
#currentAgn
{
    cursor:pointer;
}

.popup-block_long{
	width: 455px;
}
.popup-block_changeAgn{
	width: 630px;
}
.popup-block-cert{
	width: 535px;
}

.popup-block a.link-dashed
{
   color: #2d5f84;  
   background: url(../img/dashed_horisontal_blue-h.gif) 0 bottom repeat-x;
}

.btn-close{
	position:absolute;
	right:3px;
	top:4px;
	cursor:pointer;
	width:14px;
	height:14px;
	background:url(../img/sprite.png) -560px 0 no-repeat;
}

.popup-title{
	font: 16px/1.34 Tahoma, Verdana, sans-serif;
	color: #fff;
	padding:5px 20px 11px 0;
	margin: 0 0 15px;
	background: url(../img/dashed_horisontal_white.gif) 0 bottom repeat-x;
}

.popup-formline{
	margin: 0 0 11px;
}

.popup-label{
	font: 14px/1.34 Tahoma, Verdana, sans-serif;
	padding:5px 16px 0 0;
	width: 94px;
	text-align: right;
	vertical-align: top;
	float: left;
}

.popup-label_long{
	width: 140px;
	text-align: left;
}

.popup-label__desc{
	font: 11px/1.2 Tahoma, Verdana, sans-serif;
	display: block;
}

.popup-input-wrap{
	padding: 1px 0 0 1px;
	margin: 0 0 0 110px;
	position: relative;
}

.popup-input-wrap_long {
	margin-left: 156px;
}

.popup-input{
	width: 100%;
	height: 29px;
	font: 12px/1 Tahoma, Verdana, sans-serif;
	padding: 0 10px;
	background: #fff;
	border-top: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	-webkit-box-shadow: -1px -1px 0 0 #686868;
	-moz-box-shadow: -1px -1px 0 0 #686868;
	box-shadow: -1px -1px 0 0 #686868;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.popup-links{
	margin: 0 0 12px 110px;
}

.popup-links__pass-recover{
	float: left;
	color: #fff;
}

.popup-links__reg{
	float: right;
	color: #fff;
}

.popup-links__user-settings{
	float: right;
	color: #fff;
}

.popup-links__pass-recover:hover,
.popup-links__reg:hover,
.popup-links__user-settings:hover{
	color: #ebebeb;
	text-decoration: underline;
}

.popup-submit{
	color: #e0e0e0;
}

.popup-submit{
	position: relative;
	color: #555;
	text-align: center;
	font: 14px/1.34 Tahoma, Verdana, sans-serif;
	margin: 0 0 0 110px;
	width: 184px;
        padding-right:32px;
	height: 31px;
	border: 1px solid #e0e0e0;
	background: #fdfdfd;
	background-image: linear-gradient(bottom, rgb(229,229,229) 0%, rgb(254,254,254) 100%);
	background-image: -o-linear-gradient(bottom, rgb(229,229,229) 0%, rgb(254,254,254) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(229,229,229) 0%, rgb(254,254,254) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(229,229,229) 0%, rgb(254,254,254) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(229,229,229) 0%, rgb(254,254,254) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(229,229,229)),
		color-stop(1, rgb(254,254,254))
	);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	outline: none;
}

.popup-submit:hover{
	background: #e7e7e7;
	background-image: linear-gradient(bottom, rgb(236,236,236) 0%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(236,236,236) 0%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(236,236,236) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(236,236,236) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(236,236,236) 0%, rgb(255,255,255) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(236,236,236)),
		color-stop(1, rgb(255,255,255))
	);
}

.popup-submit:after{
	content: '';
	position: absolute;
	right: 22px;
	top: 11px;
	bottom: 0;
	width: 20px;
	height: 10px;
	background: url(../img/sprite.png) -180px -10px no-repeat;
}

.logged-user {
float:left;
padding: 0 22px 0 26px;
//background: url(../img/dashed_vertical.gif) bottom left repeat-y, url(../img/dashed_vertical.gif) bottom right repeat-y;
font: 12px/1.16 Tahoma, Verdana, sans-serif;
}
.logged-user__info {
margin: 2px 0 4px;
color:#5f5f5f;
font-size:12px;
font-family:Tahoma;
}
.logged-user__title {
//display: block;
color: #5f5f5f;
font-size:12px;
font-family:Tahoma;
}
.logged-user__controls {
margin: 0;
padding-top: 3px;
font: 11px/1.45 Tahoma, Verdana, sans-serif;
color:#5f5f5f;
}
.logged-user__controls a
{
color: #336699;
border-bottom: 1px dashed;
}

.popup-select{
	position: relative;
	width: 100%;
	height: 32px;
}

.popup-select .jq-selectbox{
	background: none;
}

.popup-select .jq-selectbox__select{
	height: 30px;
	font: 12px/1.34 Tahoma, Verdana, sans-serif;
	border: 1px solid #c8c8c8;
	-webkit-box-shadow: -1px -1px 0 0 #686868;
	-moz-box-shadow: -1px -1px 0 0 #686868;
	box-shadow: -1px -1px 0 0 #686868;
}

.popup-select .jq-selectbox__select-text{
	padding: 6px 5px 7px;
}

.popup-select .jq-selectbox__trigger{
	width: 32px;
	height: 30px;
	border-color: #b2b2b2;
}

.popup-select .jq-selectbox__trigger:after{
	right: 13px;
}

.basic-table__title{
	margin: 10px 0 0;
	padding: 0;
	font: 14px/1.4 Tahoma, Verdana, sans-serif;
}

.basic-table{
	font: 12px/1.6 Tahoma, Verdana, sans-serif;
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 4px 0 12px;
}

.basic-table thead{
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
}

.basic-table tr{
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

.basic-table th{
	background: #eee;
	font-weight: normal;
	padding: 4px 8px;
	text-align: left;
	border: 1px solid #ddd;
}

.basic-table tbody{
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}

.basic-table td{
	padding: 4px 8px;
	text-align: left;
	border: 1px solid #ddd;
	background: #fff;
}
