body.gradient {
    background-color: #ffffff !important;
}
a, p, span, label, .top h1, .top p, .modal-body, .rating-word,
.comment textarea, .input, .input input, .success-msg a {
    color: #0E2629;
    border-color: #0E2629;
}

.rating-word.error {
}

.input input.error, .comment textarea.error, select.error {
}

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




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

.radio-buttons__text_radio, .radio-checkboxes-buttons__text_checkbox {
    border-color: #0E2629 !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: #0E2629;
}

.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: #0E2629;
}

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

