

/* Start:/local/templates/evacuator/components/api/formdesigner/calcform/themes/simple/style.css?165400322811392*/
.afd-theme-simple{position:relative;}
.afd-theme-simple * {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.afd-theme-simple .afd-asterisk{display: inline-block;color: #b00;font-weight: bold;margin-left: 3px;}
.afd-theme-simple .afd-antibot{border: 0 none !important;font-size: 0 !important;height: 0 !important;line-height: 0 !important;padding: 0 !important;position: absolute !important;right: 0 !important;top: 0 !important;width: 0 !important;}
/* form */
.afd-theme-simple .afd-title{
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 25px;
}
.afd-theme-simple .afd-row{position:relative;}
.afd-theme-simple .afd-row + .afd-row {margin-top: 30px;}
.afd-theme-simple .afd-type-text,
.afd-theme-simple .afd-type-select,
.afd-theme-simple .afd-type-textarea {
	border: 1px solid  rgba(0,0,0,.27);
	border-top-color: rgba(0,0,0,.38);
	border-bottom-color: rgba(0,0,0,.16);
	height: 35px;
	color: #000;
	padding: 5px;
	margin:0;
	font-size: inherit;
	font-family:inherit;
	width: 100%;
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .2), inset 0 1px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, .2), inset 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow:0 1px 0 rgba(255, 255, 255, .2), inset 0 1px 1px rgba(0, 0, 0, .1);
}
.afd-theme-simple .afd-type-textarea{min-height:80px}
.afd-theme-simple .afd-type-select{height:auto;}
.afd-theme-simple .afd-type-select optgroup{font-family:inherit; font-size:inherit; color:inherit}
.afd-theme-simple .afd-type-select option{min-height:22px}
.afd-theme-simple .afd-type-select option[value=""]{color:#000}
.afd-theme-simple .afd-control{position:relative}
.afd-theme-simple .afd-control-multiple{padding:5px 0 0}/* select type=multiple */
.afd-theme-simple .afd-control-name{display: block}
.afd-theme-simple .afd-field-multi{padding:5px 0 0}/* radio & checkbox */
.afd-theme-simple .afd-field-multi label{display:block}
.afd-theme-simple .afd-label{display:block;margin:0 0 5px; color:#666}
.afd-theme-simple .afd-active .afd-label{}
.afd-theme-simple .afd-row-danger .afd-field{border-color: #b00;}
.afd-theme-simple .afd-row-danger .afd-label{color: #b00;}
.afd-theme-simple .afd-row-danger .api_upload_drop{border-color: #b00;}
.afd-theme-simple .afd-error{font-size:12px;color:#b00;}
.afd-theme-simple .afd-button{
	height: auto;
	line-height: normal;
	color:#000;
	background: #f3f4f5;
	border: 0;
	cursor: pointer;
	text-decoration:none;
	display: block;
	font-family:inherit;
	font-weight: inherit;
	font-size: 16px;
	width:100%;
	max-width: 100%;
	margin: 0;
	padding: 13px 16px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.afd-theme-simple .afd-button:hover,
.afd-theme-simple .afd-button:focus{background:#e4e4e4;}
.afd-theme-simple .afd-button:active{
	background:#dedede;
	-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.2); -moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.2); box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
.afd-theme-simple .afd-button:disabled{cursor: not-allowed;opacity: 0.5;}
.afd-theme-simple .afd-alert{
	padding: 10px;
	margin-bottom: 30px;
	border: 1px solid transparent;
	overflow:hidden;
	position:relative;
	-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
}
.afd-theme-simple .afd-alert span{
	background:url("/local/templates/evacuator/components/api/formdesigner/calcform/themes/simple/images/alert.png") -36px 0;
	width:36px;
	height:36px;
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-18px;
}
.afd-theme-simple .afd-alert .afd-alert-title{margin-left:50px;}
.afd-theme-simple .afd-alert-danger {background-color: #f2dede;border-color: #ebcccc;color: #a94442;}
.afd-theme-simple .afd-alert-danger span{background-position:0 0;}
.afd-theme-simple .afd-alert-warning {background-color: #fcf8e3;border-color: #faf2cc;color: #8a6d3b;}
.afd-theme-simple .afd-alert-warning span{background-position:-72px 0;}
.afd-theme-simple .afd-alert-success{
	background: #fcfcfb;
	padding: 25px 15px;
	color: #000;
	text-align: center;
}
.afd-theme-simple .afd-alert-success span{
	background:transparent url("/local/templates/evacuator/components/api/formdesigner/calcform/themes/simple/images/success.svg") no-repeat scroll 0 0 / contain;
	height: 80px;
	width: 80px;
	margin:0 0 20px;
	display:inline-block;
	position:relative;
	top:auto;
	left:auto;
}
.afd-theme-simple .afd-alert-success .afd-alert-title{
	display:block;
	margin:0;
	font-size:30px;
	line-height: 1;
}
.afd-theme-simple .afd-alert-success .afd-alert-desc{margin:15px 0 0}
.afd-theme-simple .afd-show-picture-block{
	position: absolute;
	left: 100%;
	top: 50%;
	margin-left:15px;
	height: auto;
	display:none;
}
.afd-theme-simple .afd-show-picture-block img{border:2px solid #ccc;}
/* icon */
.afd-theme-simple .calendar-icon{margin-top: -10px;position: absolute;right: 5px;top: 50%;z-index:10}
.afd-theme-simple .afd-icon-refresh{background: url("/local/templates/evacuator/components/api/formdesigner/calcform/themes/simple/images/refresh.svg") no-repeat 0 0;width: 24px;height: 24px;display: inline-block;vertical-align: middle;cursor: pointer;}
.afd-theme-simple .api_icon{margin-top: -10px;position: absolute;right: 5px;top: 50%;z-index:10}
.afd-theme-simple .api_icon_calendar{background: url("/bitrix/css/api.core/images/icons/light/calendar.svg") no-repeat 50% 50% transparent;width: 16px;height: 16px;}
/*------------------ Разное ------------------*/
.afd-theme-simple .afd-row-type-upload .afd-label{}
.afd-theme-simple .afd-row-static .afd-label{position: relative;top: -10px;}
.afd-theme-simple .afd-row-captcha_sid img{margin: 0 !important; padding: 0 !important; border: 0 !important; vertical-align: middle !important;}
/* afd-row-wysiwyg */
.afd-theme-simple .afd-row-wysiwyg .afd-label{position: relative; padding-bottom: 10px}
.afd-theme-simple .redactor-air li a.re-button-icon,
.afd-theme-simple .redactor-toolbar li a.re-button-icon{padding: 10px; height: auto}
/* afd-row-accept */
.afd-theme-simple .afd-accept-label {font-size: 12px;line-height:18px; font-weight: bold;cursor: pointer;padding-left: 20px;display: block;}
.afd-theme-simple .afd-accept-label input{cursor: pointer;position: absolute;left: 0;top: 3px;margin: 0;padding: 0;}
.afd-theme-simple .afd-accept-text{color: #337ab7;text-decoration: none;cursor: pointer}
.afd-theme-simple .afd-accept-text:hover,
.afd-theme-simple .afd-accept-text:focus{color: #23527c;}
.afd-theme-simple .afd-accept-desc{display: none;}
/* afd-hl-list */
.afd-theme-simple .afd-hl-list{overflow: hidden;}
.afd-theme-simple .afd-hl-list input{display: none}
.afd-theme-simple .afd-hl-list .afd-hl-item{cursor: pointer}
.afd-theme-simple .afd-hl-list-g .afd-hl-item{float: left}
.afd-theme-simple .afd-hl-list-h .afd-hl-item{display: block}
.afd-theme-simple .afd-hl-icon{display: inline-block;border: 1px solid #ccc;padding: 5px;background: #FFF;vertical-align: middle;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.afd-theme-simple .afd-hl-icon i{line-height: 24px;border-radius: 2px;display: block;width: 24px;height: 24px;vertical-align: middle;-webkit-background-size: cover;background-size: cover;-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05); -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);}
.afd-theme-simple .afd-hl-active{color: #3b79d2;}
.afd-theme-simple .afd-hl-active .afd-hl-icon{border: 2px solid #3b79d2;padding: 4px;}
.afd-theme-simple .afd-hl-item label {display: inline-block;max-width: 100%;margin-bottom: 5px;font-weight: bold;cursor: pointer;padding: 0 15px 0 0;}

/*------------------ Цвета ------------------*/
/*blue1*/
.afd-theme-simple.afd-color-blue1 .afd-button{color:#fff;background: #00a8e6;}
.afd-theme-simple.afd-color-blue1 .afd-button:hover,
.afd-theme-simple.afd-color-blue1 .afd-button:focus{background: #35b3ee;}
.afd-theme-simple.afd-color-blue1 .afd-button:active{background: #0091ca;;}
.afd-theme-simple.afd-color-blue1 .afd-active .afd-label{color:#2196f3;}
.afd-theme-simple.afd-color-blue1 .afd-field:focus{border-color: #2196f3;}
/*blue2*/
.afd-theme-simple.afd-color-blue2 .afd-button{color:#fff;background: #027fd6;}
.afd-theme-simple.afd-color-blue2 .afd-button:hover,
.afd-theme-simple.afd-color-blue2 .afd-button:focus{background: #1296f2;}
.afd-theme-simple.afd-color-blue2 .afd-button:active{background: #0070bf;;}
.afd-theme-simple.afd-color-blue2 .afd-active .afd-label{color:#0071bf;}
.afd-theme-simple.afd-color-blue2 .afd-field:focus{border-color: #0071bf;}
/* green1 */
.afd-theme-simple.afd-color-green1 .afd-button{color:#fff;background: #8cc14c;}
.afd-theme-simple.afd-color-green1 .afd-button:hover,
.afd-theme-simple.afd-color-green1 .afd-button:focus{background: #8ec73b;}
.afd-theme-simple.afd-color-green1 .afd-button:active{background: #72ae41;}
.afd-theme-simple.afd-color-green1 .afd-active .afd-label{color:#72ae41;}
.afd-theme-simple.afd-color-green1 .afd-field:focus{border-color: #72ae41;}
/* yellow1 */
.afd-theme-simple.afd-color-yellow1 .afd-button{color:#000;background: #fde037;}
.afd-theme-simple.afd-color-yellow1 .afd-button:hover,
.afd-theme-simple.afd-color-yellow1 .afd-button:focus{background:#f9d000;}
.afd-theme-simple.afd-color-yellow1 .afd-active .afd-label{}
.afd-theme-simple.afd-color-yellow1 .afd-field:focus{
	border-color: rgba(94,76,2,.42);
	border-top-color: rgba(78,62,2,.515);
	border-bottom-color: rgba(117,93,0,.335);
	-webkit-box-shadow: 0 0 6px 2px rgba(255,204,0,.7),0 1px 0 rgba(255,255,255,.2),inset 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 0 6px 2px rgba(255,204,0,.7),0 1px 0 rgba(255,255,255,.2),inset 0 1px 1px rgba(0,0,0,.1);
}
/* red1 */
.afd-theme-simple.afd-color-red1 .afd-button{color:#fff;background: #da314b;}
.afd-theme-simple.afd-color-red1 .afd-button:hover,
.afd-theme-simple.afd-color-red1 .afd-button:focus{background:#e4354f;}
.afd-theme-simple.afd-color-red1 .afd-button:active{background:#c91032}
.afd-theme-simple.afd-color-red1 .afd-active .afd-label{color:#c91032;}
.afd-theme-simple.afd-color-red1 .afd-field:focus{border-color: #c91032;}


/*------------------ Animations ------------------*/
.afd-animation-rotate {
	display: inline-block;
	-webkit-animation: afd-rotate 2s infinite linear;
	animation: afd-rotate 2s infinite linear;
}

/* Keyframes: Rotate */
@-webkit-keyframes afd-rotate {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(359deg);}
}
@keyframes afd-rotate {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(359deg);}
}


/*------------------ Tablet portrait and smaller ------------------*/
@media (max-width: 640px) {
	.api-formdesigner {	width:100% !important;}
	.afd-theme-simple .afd-show-picture-block{
		position: relative;
		left: auto;
		top: auto;
		margin:15px 0 0 !important;
		height: auto;
		display:none;
	}
}
/* End */
/* /local/templates/evacuator/components/api/formdesigner/calcform/themes/simple/style.css?165400322811392 */
