.errors {
	margin-top: 10px;
	margin-bottom: 10px;
}

.error, .error-item {
	color: #ff0000;
	margin-bottom: 5px;
}

input.valid_input, .chosen-container-single a.valid_input {
    border: 1px solid #569d01;
}

input.error_input, .chosen-container-single a.error_input {
	border: 1px solid #ff0000;
}

.chosen-disabled .chosen-single {
	  background-color: #FAFAFA;
}

.pic-block .btm-txt p {
    margin-bottom: 0px;
}

.profile_status_text {
	font-style: italic;
}

#user_fields .changed {
	color: #d72d2d;
}
#user_fields input.changed {
	border-color: #d72d2d;
}


.extra-content {
    margin-bottom: 20px;
}

.extra-content .extra-title {
    font-size: 14px;
    font-family: 'open_sanssemibold';
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #333;
    margin-bottom: 10px;
    line-height: 16px;
    cursor: pointer;
}


.extra-content .extra-content .extra-title {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
}

.extra-content .extra-title.active {
    cursor: default;
}

.extra-content .extra-fields {
    display: none;
    padding-left: 10px;
}

.extra-content .extra-field {
    
}

.extra-content .extra-add-field {
    font-size: 12px;
    border-bottom: 1px dashed #848485;
    color: #848485;
    margin-bottom: 10px;
    line-height: 14px;
    cursor: pointer;
}

.extra-content .extra-add-field:hover {
    border-bottom: none;
}

.extra-content .uploaded-files p {
    margin-bottom: 5px;
}

.save-order-block {
    width: 354px; 
    line-height: 20px; 
    font-size: 16px; 
    vertical-align: middle; 
    text-align: center;
    display: inline-block;
    margin-top: 20px;
}

.btn-complex a.save-order {
    cursor:pointer; 
    width: auto; 
    height: 90px; 
    float: none; 
    padding-left: 0; 
    padding-top: 25px;
}

.saved-order-box .task-header {
    cursor: default;
}

.saved-order-box .task-header:hover {
    background-color: #fff;
}

.saved-order-box .task-header:hover .fleft {
	color: #848485;
}
.saved-order-box .task-header:hover .sep {
    color: #a2a2a3;
}


.saved-order-box .task-header:hover .dashed.color.color5 {
	color: #848485;
    background-image: url(../images/bg/dashed-grey.png);
}

.saved-order-box .task-header:hover .dashed {
	color: #000;
    background-image: url(../images/bg/dashed-black.png);
}

.saved-order-box .task-header a:hover .dashed.color.color5 {
    background-image: none;
}

.saved-order-box .task-header a:hover .dashed {
    background-image: none;
}

.saved-order-box .task-header a:hover {
	text-decoration: none;
}

.extra-title b {
    color: #569d01;
    font-size: 26px;
    vertical-align: bottom;
}

.hor-menu .menu-item:hover, .hor-menu .menu-item.first-item {
    background-color: #6699cc;
    color: #fff;
}

.hor-menu .menu-item >.border.color1 {
    background-color: #64a700;
}

.accept_btn.btn-complex .btn-ico, .moder_btn.btn-complex .btn-ico {
    line-height: 90px;
}


.special-body-page .site-button.button-green.unactive,
.special-body-page .site-button.button-green.unactive:hover {
	cursor: default;
    background-color: transparent;
    color: #5ca406;
    border-color: #5ca406;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.special-body-page .filter-table .ft-header-activity {
    min-width: 12%;
    width: 12%;
    max-width: 12%;
}

.special-body-page .filter-table .ft-header-price {
    min-width: 13%;
    width: 13%;
    max-width: 13%;
}

.special-body-page .filter-table .ft-header-rating {
    min-width: 20%;
    width: 20%;
    max-width: 20%;
}

#layer-balance .btn.color1.unactive,
#layer-balance .btn.color1.unactive:hover {
    cursor: default;
    background: #fff;
    color: #5ca406;
    border-color: #5ca406;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.site-banner {
    display: block; width: 100%; height: auto; position: relative; margin: 20px auto; padding: 0;
    border: 10px solid transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;

    font-family: Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
    font-size: 22px; font-weight: 400; color: #000;
}
.site-banner > .site-wrapper {
    display: block; width: 100%; height: 100%; position: relative; margin: 0 auto; padding: 22px 32px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.site-banner > .site-wrapper > .title {
    display: block; margin: 0 auto 23px; padding: 0;
    font-size: 21px; font-weight: 700;
    text-decoration: underline;
}
.site-banner > .site-wrapper > .text {
    display: block; margin: 23px auto; padding: 0;
    font-size: inherit; font-weight: inherit;
}
.site-banner > .site-wrapper > .text.small { font-size: 19px; }
.site-banner > .site-wrapper > .text:last-child { margin-bottom: 0; }
.site-banner.red {
    border-color: #fd787a;
}

.fancybox-opened {    z-index: 8030;    max-height: 90%;    overflow-y: auto !important;    overflow-x: hidden !important;}

.hide {display: none;}