

/* Start:/local/components/zebrus/custom.user.edit/templates/.default/style.css?17588925163767*/
.edit-user-page-wrap {
	padding: 20px 0;
	background: #fff;
}

.edit-user-page-wrap:after {
	content: "";
	width: 0;
	height: 0;
	display: table;
	clear: both;
}

.edit-user-page-block {
	margin-bottom: 30px;
}


.edit-user-page-block-title {
	font-size: 24px;
	color: #484848;
	font-weight: 300;
	margin-bottom: 15px;
}

.edit-user-page-block-line {
	margin-bottom: 7px;
}

.edit-user-page-block-line label {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	color: #484848;
	line-height: 41px;
	width: 200px;
	margin-right: 26px;
}
.edit-user-page-block-line .sm-calculate__checkbox {
	width: 230px;
	line-height: 20px;
    font-size: 14px;
    color: #a4a4a4;
}
.edit-user-page-block-line .sm-calculate__checkbox:hover,.edit-user-page-block-line .js-input-toggle-active {
    color: #2c2c2c;
}

.edit-user-page-block-line .edit-user-page-form-input
{
	width: 320px;
	height: 32px;
	border: 1px solid #b1b0b3;
	border-radius: 0;
	padding: 0 12px;
	line-height: 32px;
	font-weight: 300;
	background-color: #fff;
	font-size: 14px;
	transition: border .2s, box-shadow .2s, z-index .2s;
}



.edit-user-page-block-line .edit-user-page-form-input:disabled {
	background: #fff;
	border: 1px solid #b1b0b3;
}

.edit-user-page-block-line .edit-user-page-form-input:focus {
	background: #fff;
}

.edit-user-page-block-line.multi .edit-user-page-form-input:first-of-type {
	width: 465px;
	display: block;
	margin-right: 7px;
}

.edit-user-page-block-line.multi .edit-user-page-form-input:last-child {
	width: 465px;
	margin-right: 0;
	margin-top: 10px;
}
.edit-user-page-block-line .edit-user-page-form-input.hidden {
	margin-left: 329px;
    margin-top: 7px;
    display: none;
}
.edit-user-page-form-input[disabled] {
    font-weight: 300;
    font-size: 16px;
}

.edit-user-page-submit-block {
	text-align: left;
}

.edit-user-page-form-submit {
	width: 230px;
	height: 36px;
	text-align: center;
	cursor: pointer;
}

.edit-user-page-block-line .edit-user-page-form-input.error {
	border-color: #f24942;
}

.edit-user-page-block-line .edit-user-page-form-input.error::-webkit-input-placeholder {
   color: #f24942;
}

.edit-user-page-block-line .edit-user-page-form-input.error:-moz-placeholder {
   color: #f24942;
}

.edit-user-page-block-line .edit-user-page-form-input.error::-moz-placeholder {
   color: #f24942;
}

.edit-user-page-block-line .edit-user-page-form-input.error:-ms-input-placeholder {
   color: #f24942;
}

.edit-user-page-error-block {
	text-align: center;
	font-size: 16px;
	color: #f24942;
	margin-bottom: 20px;
	display: none;
}

.edit-user-page-succes-block {
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
	display: none;	
	color: green;
}

.edit-user-page-block-line-check-box-block input[type="checkbox"] {
	display: none;
}

.edit-user-page-block-line-check-box-block input[type="checkbox"]:checked + label:before {
	width: 24px;
	height: 24px;
	border: 1px solid #009bdd;
	background: url(/local/templates/furnitop/img/icon-check-blue.png) no-repeat center center;
}

.edit-user-page-block-line-check-box-block input[type="checkbox"]:not(checked) + label:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 1px solid #cccfe6;
	background: #fff;
}

.edit-user-page-block-line-check-box-block input[type="checkbox"] + label span{
	display: inline-block;
	line-height: 26px;
	vertical-align: top;
	padding-left: 3px;
}

.edit-user-page-block-line-check-box-block {
	width: 465px;
	display: inline-block;
}

.edit-user-page-block-line-check-box-block label {
	width: auto;
	line-height: 1;
	margin-top: 10px;
}
/* End */
/* /local/components/zebrus/custom.user.edit/templates/.default/style.css?17588925163767 */
