﻿.has-error .form-control {
    border-color: red;
    color: red;
}

.form-group .has-success {
    color: #00a65a;
}

    .form-group .has-success .form-control {
        border-color: #00a65a !important;
        box-shadow: none;
    }

.form-group .has-warning {
    color: #f39c12;
}

    .form-group .has-warning .form-control {
        border-color: #f39c12 !important;
        box-shadow: none;
    }

.form-group .has-error {
    color: #f56954;
}

    .form-group .has-error .form-control {
        border-color: #f56954 !important;
        box-shadow: none;
    }
/* Input group */
.input-group .input-group-addon {
    border-radius: 0;
    background-color: #f4f4f4;
}
/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
    border-radius: 0;
}

.help-block {
    color: red !important;
}

.errorClass {
    color: red !important;
}
