

/* Start:/local/components/zebrus/custom.profile.edit/templates/.default/style.css?17588925163397*/
.edit-profil-page-wrap {
	margin-top: 25px;
	background: #fff;
}

.edit-profil-page-wrap:after {
	content: "";
	width: 0;
	height: 0;
	display: table;
	clear: both;
}



.edit-profil-page-block {
	margin-bottom: 50px;
}


.edit-profil-page-block-title {
	font-size: 24px;
	color: #484848;
	font-weight: 400;
	margin-bottom: 15px;
}

.edit-profil-page-block-line {
	margin-bottom: 7px;
}
.edit-profil-page-block-line label {
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	color: #484848;
	line-height: 41px;
	width: 200px;
	margin-right: 26px;
}

/*.edit-profil-page-block-line .edit-profil-page-form-input {
    width: 500px;
	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;
}*/

select.edit-profil-page-form-input {
	width: 100px;
	height: 26px;
	border-radius: 10px;
	-webkit-appearance: none;
	background-image: url(/local/markup/images/icon_down.png);
	background-position-x: 98%;
	background-position-y:  center;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	line-height: 1em;
	/* for FF */
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	/* for IE */
	-ms-appearance: none;
	appearance: none!important;

}
select.edit-profil-page-form-input:active{
	background-image: url(/local/markup/images/icon_up.png);

}
select.edit-profil-page-form-input::-ms-expand {
	display: none;
}
select.edit-profil-page-form-input:after::-webkit-scrollbar {width: 10px;}
select.edit-profil-page-form-input:after::-webkit-scrollbar-track {background: #0b60c8;}
select.edit-profil-page-form-input:after::-webkit-scrollbar-thumb {background: #0b60c8;}
select.edit-profil-page-form-input:after::-webkit-scrollbar-thumb:hover {background: #a4a4a4;}


/*.edit-profil-page-block-line.multi .edit-profil-page-form-input:first-of-type {
	width: 165px;
	margin-right: 7px;
}

.edit-profil-page-block-line.multi .edit-profil-page-form-input:last-child {
	width: 291px;
	margin-right: 0;
}*/

/*.edit-profil-page-block-line .edit-profil-page-form-input.hidden {
	margin-left: 229px;
	margin-top: 7px;
    display: none;
}*/

.edit-profil-page-submit-block {
	text-align: center;
	margin-right: 180px;
}

.edit-profil-page-form-submit {
	width: 195px;
	height: 36px;
	text-align: center;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
}

/*.edit-profil-page-block-line .edit-profil-page-form-input.error {
	border-color: #f24942;
}

.edit-profil-page-block-line .edit-profil-page-form-input.error::-webkit-input-placeholder {
   color: #f24942;
}

.edit-profil-page-block-line .edit-profil-page-form-input.error:-moz-placeholder {
   color: #f24942;
}

.edit-profil-page-block-line .edit-profil-page-form-input.error::-moz-placeholder {
   color: #f24942;
}

.edit-profil-page-block-line .edit-profil-page-form-input.error:-ms-input-placeholder {
   color: #f24942;
}*/

.edit-profil-page-error-block {
	text-align: center;
	font-size: 16px;
	color: #f24942;
	margin-bottom: 20px;
	display: none;
}

.edit-profil-page-succes-block {
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
	display: none;	
	color: green;
}
/* End */
/* /local/components/zebrus/custom.profile.edit/templates/.default/style.css?17588925163397 */
