body.gradient {
}
a, p, span, label, .top h1, .top p, .modal-body, .rating-word,
.comment textarea, .input, .input input, .success-msg a {
    color: #837551;
    border-color: #837551;
}

.rating-word.error {
    color: #e31616;
}

.input input.error, .comment textarea.error, select.error {
    border-color: #e31616;
}

textarea::-webkit-input-placeholder {color: #ffffff !important;} 
textarea::-moz-placeholder {color: #ffffff !important;}
textarea:-moz-placeholder {color: #ffffff !important;} 
textarea:-ms-input-placeholder {color: #ffffff !important;}

.input input.error::-webkit-input-placeholder {color: #e31616 !important;}
.input input.error::-moz-placeholder {color: #e31616 !important;}
.input input.error:-moz-placeholder {color: #e31616 !important;} 
.input input.error:-ms-input-placeholder {color: #e31616 !important;}

textarea.error::-webkit-input-placeholder {color: #e31616 !important;}
textarea.error::-moz-placeholder {color: #e31616 !important;}        
textarea.error:-moz-placeholder {color: #e31616 !important;}
textarea.error:-ms-input-placeholder {color: #e31616 !important;}

select.error {color: #e31616 !important; font-weight: bold;}

input::-webkit-input-placeholder {color: #ffffff !important;}
input::-moz-placeholder {color: #ffffff !important;}       
input:-moz-placeholder {color: #ffffff !important;}
input:-ms-input-placeholder {color: #ffffff !important;}

.radio-buttons__text_radio, .radio-checkboxes-buttons__text_checkbox {
    border-color: #ffffff !important;
}

.radio-buttons__input:checked+label.radio-buttons__text .radio-buttons__text_radio:before,
.radio-buttons__input:checked+label.radio-buttons__text .radio-buttons__text_checkbox:before,
.radio-buttons__item_checked .radio-buttons__text_radio::before {
    background: #ffffff;
}

.radio-checkboxes-buttons__input:checked+label.radio-checkboxes-buttons__text .radio-checkboxes-buttons__text_checkbox:before,
.radio-checkboxes-buttons__item_checked .radio-checkboxes-buttons__text_checkbox::before {
    background: #ffffff;
}

span.voter-item-name.error, span.voter-item-list-name.error, 
span.form-checkboxes-field-name.error, span.form-radio-field-name.error {
    color: #e31616;
}
.vote-default-layer-text_btn:hover,
.vote-default-layer-text_btn.active 
{
    background: #ffffff;
}
.vote-default-layer-text_btn {
    color: #ffffff;
    border-color: #ffffff;
}
.modal-body {
}
.button-submit {
    border-color: #837551 !important;
}
.submit.active .button-submit:hover {
}
.submit.active .button-submit:hover span {
    color: #ffffff;
}

