/* интернет приемная */
.reception {
	padding: 22px;
	margin: 22px 0;
	border-radius: 5px;
	background-color: #f5f5f5;
}
.reception .b-form {
}
.reception-left-col {
	float: left;
	width: 380px;
}
.reception-right-col {
	float: left;
	width: 220px;
	margin-left: 40px;
}
.reception-divider {
	height: 1px;
	margin: 14px 0;
	border-radius: 4px;
	background-color: #d0ddcd;
	border-top: solid 1px #d0ddcd;
	border-bottom: solid 1px #d0ddcd;
}
.reception-divider hr {
	display: none;
}
.reception-hint {
	color: #626262;
	font-size: 12px;
	line-height: 1.2;
}
.reception-hint-highlight {
	color: #c46969;
}
.reception-rq-field {
	color: #c46969;	
}
.reception-semi-rq-field {
	color: darkorange;
}
.reception-captcha-holder {
	float: left;
	width: 120px;
	height: 60px;
	overflow: hidden;
	margin-right: 18px;
	background-color: whitesmoke;
}
.reception-captcha-controls {
	float: left;
	width: 240px;
	height: 60px;
	line-height: 1.35;
	position: relative;
}
.reception-captcha-controls input[type="text"] {
	left: 0;
	bottom: 0;
	margin-bottom: 0;
	position: absolute;	
	outline-offset: 2px;
}
.reception-select-field select {
	width: 100%;
	margin-top: 9px;
}
.reception-textarea-field textarea {
	resize: none;
	height: 120px;
}
.reception-agreement .control-label {
	font-size: 12px;
	line-height: 18px;
}
.reception-agreement .radio {
	display: inline-block;
}
.reception-agreement .radio + .radio {
	margin-left: 9px;
}
.reception .form-actions {
	padding: 0;
	border-width: 0;
	background-color: transparent;
}
.reception .form-actions button + button {
	margin-left: 9px;
}
.reception-attach-wrapper {
	width: 380px;
}
.reception-attach .controls {
	padding: 6px;
	overflow: hidden;
	background-color: whitesmoke;
}
.reception-attach-container {
	margin: 12px 0;
}
.reception-attach .controls input {
	float: left;
}
.reception-attach .controls button {
	float: right;
}

.reception-custom-col{
	width: 358px;
}

.reception-custom-col input[type="text"]{
	width: 100%;
	box-sizing: border-box;
	padding: 6px;
	font-size: 14px;
	height: 36px;
	bottom: auto;
}

.reception-custom-col .reception-hint{
	margin: 10px 0;
}

.reception-custom-col .protection-block{
	height: 190px;
}

.reception-custom-col select{
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	height: 36px;
	font-size: 14px;
}

.reception-custom-col textarea{
	width: 100%;
	box-sizing: border-box;
}

.corrupt-popup-overlay{
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,.8);
	z-index: 9999999;
	text-align: center;
	display: none;
}


.corrupt-popup-overlay:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.corrupt-popup{
	display: inline-block;
	vertical-align: middle;
	width: 600px;
	padding: 20px 40px 70px;
	background: #fff;
	border-radius: 3px;
	position: relative;
}

.corrupt-popup-footer{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px 40px;
	text-align: right;
	box-sizing: border-box;
}

.corrupt-popup-footer input{
	margin-left: 10px;
	cursor: pointer;
}

.corrupt-popup-content{
	text-align: justify;
}

.add-files-btn{
	display: inline-block;
	font-size: 13px;
	color: whitesmoke;
	font-weight: bold;
	padding: 6px 10px;
	border-radius: 3px;
	background: -moz-linear-gradient(top, #519f5e 0%, #448a51 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #519f5e 0%,#448a51 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #519f5e 0%,#448a51 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	cursor: pointer;
}

.file-uploader-wrapper{
	margin: 20px 0;
}

.file-uploader-wrapper .jFiler-items-default .jFiler-item{
	margin: 0;
	padding: 20px 0 0;
}

.file-uploader-wrapper .jFiler-items-default .jFiler-item-assets a{
	font-size: 13px;
	color: whitesmoke !important;
	font-weight: bold;
	padding: 6px 10px;
	border-radius: 3px;
	background: -moz-linear-gradient(top, #d24657 0%, #b73b49 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d24657 0%,#b73b49 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d24657 0%,#b73b49 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	cursor: pointer;
	border: none;
	border-radius: 3px;
	text-decoration: none;
}

.file-uploader-wrapper .jFiler-items-default .jFiler-item-assets a:before{
	content: 'Удалить';
}

.file-uploader-wrapper .jFiler ul.list-inline li{
	padding: 0;
}

.file-uploader-wrapper .jFiler-items-default .jFiler-item-assets{
	right: 0;
	top: 64%;
}

.file-uploader-wrapper .jFiler-items-default .jFiler-item .jFiler-item-others{
	display: none;
}