/* Инфо-блоки */
.CMSL_message {
	padding:20px 20px 20px 100px;
	background: #fff; /* обязательно для ie */
	/*-webkit-box-shadow: 3px 3px 5px #ddd;
	-moz-box-shadow: 3px 3px 5px #ddd;
	box-shadow: 3px 3px 5px #ddd;*/
	border: solid 5px #555;
	color:#000;
	font-size:18px;
	min-height:50px;
	text-align:left;
}

/* При выводе в окне инфо-блок отображается по центру и скругляется */
#CMSL_Window .CMSL_message {
	/*-webkit-box-shadow: 8px 8px 5px #000;
	-moz-box-shadow: 8px 8px 5px #000;
	box-shadow: 8px 8px 5px #000;*/
/* for vertical alignment */
    display:-moz-inline-box;
    display:inline-block;
    vertical-align:middle;
    zoom:1;
    //display:inline;
}

.CMSL_message p {
	margin:0 0 15px 0;
	padding:0;
}

.CMSL_error {
	border-color:#CC0000;
	background:url(../img/sys/error.png) 10px 10px no-repeat #FCF4D8;
}

.CMSL_info {
	border-color:#039;
	background:url(../img/sys/info.png) 10px 10px no-repeat #CADFF7;
}

.CMSL_success {
	background:url(../img/sys/success.png) 10px 10px no-repeat;
}

.CMSL_warning {
	background:url(../img/sys/warning.png) 10px 10px no-repeat;
}

.CMSL_h1 {
	font-size:22px;
	font-weight:bold;
	margin-bottom:15px;
}

/* Список параметров формы */
.CMSL_input_text label, .CMSL_select label {
	max-width:200px;
	width:100%;
	box-sizing:border-box;
	float:left;
	display:block;
	padding-left:15px;
	padding-top:3px;
}
.CMSL_input_text input, .CMSL_select select {
	color:#7289BA;
	font-size:14px;
}
.CMSL_input_text label.required, .CMSL_select label.required {
	background:url(../img/sys/star.png) no-repeat;
}
.CMSL_checkboxes div {
	padding:5px;
	border-bottom:dashed 1px #dadada;
}
.CMSL_checkboxes label {
	display:block;
	margin-left:30px;
	cursor:pointer;
}
.CMSL_checkboxes input {
	position:relative;
	float:left;
}
.CMSL_checkboxes div:hover {
	background:url(../img/bg-checkbox.jpg);
}
/* Всплывающее окно */
#CMSL_Window {
	position:fixed;
	height:100%;
	width:100%;
	background:url(../img/bg-shadow.png);
	text-align:center;
	z-index:3000;
}

/* Для авторизации */
#CMSL_Window fieldset {
	padding:0;
	margin:0;
}

#CMSL_Auth_Block {
	width:100%;
	max-width:300px;
	box-sizing:border-box;
	height:auto;
	background:#fff;
	padding:20px;
	box-shadow: 10px 10px 50px rgba(0,0,0,1);
  	-moz-box-shadow: 10px 10px 50px rgba(0,0,0,1);
  	-webkit-box-shadow: 10px 10px 50px rgba(0,0,0,1);
	text-align:left;
}

#CMSL_Auth_Block {
/* for vertical alignment */
    display:-moz-inline-box;
    display:inline-block;
    vertical-align:middle;
    zoom:1;
    //display:inline;
}

/* for vertical alignment */
.CMSL_Auxiliary {
	display:none; /* Если не в окне, то не отображается! */
}
#CMSL_Window .CMSL_Auxiliary {
	display:-moz-inline-box;
    display:inline-block;
    vertical-align:middle;
    height:100%;
    width:0px;
    zoom:1;
    //display:inline;
}


#CMSL_Auth_Block label {
	font-size:16px;
	display:block;
}

#CMSL_Auth_Block fieldset {
	margin-bottom:15px;
}

#CMSL_Auth_Block input {
	font-size:22px;
}

#CMSL_Auth_Block fieldset input {
	background:#f0f0f0;
	border:solid 1px #ccc;
	color:#555;
	max-width:290px;
	width:100%;
	box-sizing:border-box;
}

#CMSL_Auth_Block .CMSL_Button_Holder {
	text-align:center;
	margin-top:25px;
}

#CMSL_Button {
	width:auto;
	padding:10px 20px;
	cursor:pointer;
	margin:0 auto;
	display:block;
}

#CMSL_Window p {
	margin:5px 0; 
	text-align:center;
}

/* Forms */
.CMSL_Form {
	background:#fff;
	padding:20px 20px 0 20px;
	box-sizing:border-box;
	border:solid 2px #dee2f0;
	/* box-shadow: 2px 2px 30px rgba(0,0,0,0.2); */
}
.CMSL_Form h2 {
	font-size:20px;
	font-weight:600;
	font-style:italic;
}
.CMSL_Form fieldset { display:block; border:none; margin-bottom:6px; padding:3px 0; overflow:hidden; }
.CMSL_Form fieldset textarea { width:100%; box-sizing:border-box; height:50px; color:#888;  border:solid 1px #BBB; font-size:12px; }
.CMSL_Form fieldset label { 
	display:block; 
	float:left; 
	max-width:300px; 
	width:100%;
	box-sizing:border-box;
	/* text-align:right; */
	font-size:16px;  
	padding:4px 7px 0 0;
	margin: 0 7px 0 0;
	line-height:28px;
	font-weight:600;
}
.CMSL_Form fieldset label span { display:block; /* text-align:right; */ font-size:11px; font-color:#ccc; }
.CMSL_Form fieldset label.required { background: url(../img/sys/star.png) no-repeat right 3px; }
.CMSL_Form fieldset { position:relative; }
.CMSL_Form fieldset .msg { position:absolute; right:0; top:0; }
.CMSL_Form fieldset .msg top {  } 
.CMSL_Form fieldset label b {color:#F00;}
.CMSL_Form #text fieldset img { border:none; }
.CMSL_Form fieldset input[type="text"], .CMSL_Form fieldset input[type="password"], .CMSL_Form fieldset select {
	float:left;
	border:1px solid;
	border-color:#abadb3 #dbdfe6 #e3e9ef;
	padding:5px 6px 6px;
	font-size:15px;
	margin:0 9px 0 0;
	font: 16px opensans;
	background:#eff1f8;
	box-sizing:border-box;
	width:100%;
	max-width:290px;
	font-family: proxima;
}

.CMSL_Form fieldset input.big { max-width:501px; width:100%; box-sizing:border-box; }
.CMSL_Form fieldset input.middle { max-width:290px; width:100%; box-sizing:border-box; }
.CMSL_Form fieldset input.small { max-width:200px; width:100%; box-sizing:border-box; }
.CMSL_Form .captureContainer { text-align:center; }

.CMSL_Form h4 { color:#000; font-weight:600; font-size:22px; border-bottom:dashed 1px #dadada; padding-bottom:5px; text-align:right; margin-bottom:20px; margin-top:20px; }

.CMSL_valueNeeded {
	background:url(../img/sys/err.png) right top no-repeat #FCC;
}

#CMSL_cover {
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	overflow:auto;
	z-index:3000;
	background:url(../img/sys/bg-cover.png);
	display:none;
}

#CMSL_space {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	overflow:hidden;
	z-index:100;
	background:url(../img/sys/bg-cover.png);
	display:none;
}

#CMSL_coverInner {
	padding:40px;
	background:#fff;
	max-width:960px;
	width:90%;
	margin:40px auto;
	position:relative;
}

#CMSL_coverCloseBtn {
	width:36px;
	height:36px;
	background:url(../img/sys/btn-close.png) no-repeat;
	position:fixed;
	right:40px;
	top:40px;
	cursor:pointer;
	z-index:1000;
}

#CMSL_coverCloseBtn:hover {
	background-position:0 -36px;
}

#CMSL_messageCover {
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:url(../img/sys/bg-cover.png);
	z-index:5000;
	display:none;
	overflow:auto;
	padding:20px 0;
	box-sizing:border-box;
}

#CMSL_alertOuter {
	display:table;
	width:100%;
	height:100%;
}

#CMSL_alertInner {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}

#CMSL_alertContainer {
	width:90%;
	max-width:400px;
	margin:0 auto;
	height:auto;
	position:relative;
	background:none;
	overflow:auto;
	font-size:22px;
	display:none;
	border-radius:3px;
	overflow:hidden;
}

#CMSL_alertCloseIcon {
	width:24px;
	height:24px;
	background:url(../img/sys/btn-close-small.png) no-repeat;
	position:absolute;
	right:20px;
	top:20px;
	cursor:pointer;
	z-index:1000;
}

#CMSL_alertCloseIcon:hover {
	background-position:0 -24px;
}

#CMSL_alertContainer h2 {
	background:#dfc161;
	padding:20px 60px 20px 20px;
	color:#000;
	font-weight:normal;
	line-height:130%;
	margin-bottom:0;
	font-weight:bold;
	font-size:18px;
	font-family:proxima;
	text-transform:uppercase;
}

#CMSL_alertMessage {
	line-height:120%;
	padding:20px;
	font-size:16px;
	background:#fff;
}

#CMSL_alertMessage label {
	display:block;
	width:100%;
	text-align:left;
	font-size:16px;
	font-weight:normal;
	padding-right:15px;
	box-sizing:border-box;
}

#CMSL_alertMessage input[type=text] {
	padding:3px 5px;
	width:100%;
	border:none;
	background:#ececec;
	font-size:20px;
	margin-bottom:10px;
	box-sizing:border-box;
}

#CMSL_alertMessage textarea {
	width:100%;
	height:100px;
	box-sizing:border-box;
	border: solid 1px #dadada;
}

.CMSL_buttonSection {
	text-align:center;
}

.CMSL_buttonContainer { 
	text-align:center; 
	padding:20px 0; 
	border-top:dashed 1px #dadada; 
	background:#fff;
}

.CMSL_buttonContainer input { 
	padding:12px 30px; 
	font-size:16px; 
	width:auto; 
	margin:5px; 
	cursor:pointer; 
	border:none;
	background:#58B830;
	color:#fff;
	font-weight:600;
	border-radius:3px;
}

.CMSL_buttonContainer input:hover {
	background:#58B830;
}

#CMSL_alertContainer .CMSL_buttonContainer input#CMSL_alertCloseBtn { 
	background:#58B830;
}

#CMSL_alertContainer .CMSL_buttonContainer input#CMSL_alertCloseBtn { 
	background:#58B830;
}


#CMSL_alertContainer .CMSL_buttonContainer input#CMSL_alertCloseBtn:hover { 
	background:#56d052;
}


#CMSL_alertContainer .CMSL_buttonContainer input#CMSL_confirmNoBtn { 
	background-color:#e83c63;
	transition-property:background-color;
	transition-duration:0.2s;
	-moz-transition-property:background-color;
	-moz-transition-duration:0.2s;
	-webkit-transition-property:background-color;
	-webkit-transition-duration:0.2s;
	-o-transition-property:background-color;
	-o-transition-duration:0.2s;
}

#CMSL_alertContainer .CMSL_buttonContainer input#CMSL_confirmNoBtn:hover {
	background-color:#dfc161;
}

.CMSL_buttonContainer input[disabled] {
	background:#E8E8E8;
	cursor:default;
}

#CMSL_alertContainer .CMSL_buttonContainer input {
	background-color:#58B830;
	-moz-transition-property:background-color;
	-moz-transition-duration:0.2s;
	-webkit-transition-property:background-color;
	-webkit-transition-duration:0.2s;
	-o-transition-property:background-color;
	-o-transition-duration:0.2s;
}

#CMSL_alertContainer .CMSL_buttonContainer input:hover {
	background-color:#dfc161;
}

.freeze1 {
	overflow:hidden;
	margin-right:8px;
}

.freeze2 {
	overflow:hidden;
	margin-right:8px;
}

#formContainer h2 {
	font-size:20px;
	font-weight:bold;
	color:#000;
	font-weight:600;
	font-style:italic;
	margin-bottom:10px;
}

@media screen and (max-width: 930px) {
	#registrationForm .CMSL_Form fieldset label {
		max-width:none;
		width:100%;
	}
}