/* @import url('bcMain/css/base.css'); */
.clearfix {
	clear: both;
	*zoom: 1;
}
.red {color:red;}
img.width-auto {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

sup {top: -0.5em;}
sub {bottom: -0.25em;}

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 5px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #c09853;
	font-size: 14px;
}
.alert-heading {
	color: inherit;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
	cursor: pointer;
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.alert .close:hover {
	color: #000000;
	text-decoration: none;
	opacity: 0.4;
	filter: alpha(opacity=40);
	cursor: pointer;
}


.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}

.user-profile-menu a.active {
	font-weight: bold;
}



.breadcrumb {
	margin: 0 0 9px;
	list-style: none;
}
.breadcrumb > li {
	display: inline-block;
	text-shadow: 0 1px 0 #ffffff;
}
/* @import url('bcMain/css/form.css'); */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
[data-type=checkboxTree] {
	color: #555555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-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;
}

.control-group .labels {
	width: 30%;
	float: left;
}
.form-actions,
.control-group {
	min-width: 457px;
	max-width: 600px;
	padding: 0 0 10px 0;
}

.control-group.description .controls {
	font-size: 11px;
	color: #777;
}

.control-group .controls input[type="text"],
.control-group .controls input[type="password"] {
	width: 70%;
	height: 20px;
	padding: 3px 9px;
}
.control-group .controls textarea {
	height:150px;
	width: 70%;
	padding: 3px 9px;
}

.control-group .controls img {
	float: left;
	padding: 0 15px 0 0;
}
.control-group .controls input.captcha {
	width: 24%;
	height: 38px;
	font-size: 19px;
	text-align: center;
}

.form-actions input[type="submit"] {
	margin: 0 0 0 30%;
}

[data-type=subformList] {
	margin-bottom: 15px;
}

[data-type=subformList] [data-item] {
	position: relative;
}

[data-type=subformList] [data-item] [data-controls] {
	display: none;
	position: absolute;
	right: -7px;
	top: -7px;
	z-index: 1;
}

[data-type=subformList] [data-item] [data-controls].active {
	display: block;
}

[data-type=subformList] [data-item] [data-controls] [data-action].restore {
	display: none;
}

[data-type=subformList] [data-item].deleted [data-body] {
	opacity: 0.3;
}
[data-type=subformList] [data-item].deleted [data-action] {
	display: none;
}
[data-type=subformList] [data-item].deleted [data-action].restore {
	display: inline-block;
}

[data-type=subform] {
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 10px;
	margin: 10px 5px 10px 5px;
}

[data-type=date] {
	background: #fff url(../../../../assets/components/bcMain/i/calendar.png) no-repeat 99% 3px;
	padding-right: 18px;
}

ul[data-type=checkboxGroup] {
	list-style-type: none;
}

[data-type=checkboxTree] [data-value-view-box] {
	background: #fff url(../../../../assets/components/bcMain/i/tree.png) no-repeat 99% 3px;
	box-sizing: content-box;
	height: auto;
	min-height: 18px;
	max-height: 100px;
	padding: 2px 18px 2px 5px;
	overflow-y: auto;
}

[data-type=checkboxTree] [data-tree-box] {
	display: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1000;
}

[data-type=checkboxTree] [data-tree-box] [data-tree-inner-box] {
	overflow: auto;
	max-height: 370px;
	min-width: 250px;
}

[data-type=checkboxTree] [data-tree-item] [data-toggler] {
	display: inline-block;
	position: relative;
	top: 2px;
	width: 16px;
	height: 16px;
	background: transparent url(../../../../assets/components/bcMain/i/control_add.png);
	float: left;
	margin: -1px 3px 3px -2px;
	cursor: pointer;
}

[data-type=checkboxTree] [data-tree-item] [data-toggler].opened {
	background: transparent url(../../../../assets/components/bcMain/i/control_remove.png);
}

[data-type=checkboxTree] [data-tree-item] [data-item-box] {
	margin: 0 0 0 30px;
}

form span.error {
	color: red;
}

form .from-to {position:relative; overflow:hidden;}
form .from-to .control-group:first-child {width:64%; min-width:64%; max-width:64%; float:left;}
form .from-to .control-group:last-child {width:36%; min-width:36%; max-width:36%; float:left;}
form .from-to .control-group .labels {width:47%;}
form .from-to .control-group:last-child .labels {width:15%;}
form .from-to .control-group .controls {width:48%; float:left;}
form .from-to .control-group:last-child .controls {width:85%;}
form .from-to .control-group .controls input {width:100%;}
.recaptcha__block__wrapper {
	text-align:right;
}
.recaptcha__block__wrapper>div {
	display:inline-block;
}
/* @import url('bcMain/css/icon.css'); */
.i-wrapper {
	background: #F7F7F7;
	border: 1px solid #ddd;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	height: 21px;
	width: 21px;
	padding: 1px;
}

.i-wrapper [class^="icon"] {
	background-image: url(../../../../assets/components/bcMain/i/sprite-crm.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 16px;
	width: 16px;
	position: relative;
	vertical-align: inherit;
}

.icon-close {background-position: -22px -102px;}
.icon-close:hover {background-position: -2px -102px;}

.icon-undo {background-position: -82px -262px;}
.icon-undo:hover {background-position: -62px -262px;}