.form-error{color: #de815c}

.form-control.valid{color :#454e59 !important; padding:6px 8px}
.table thead > tr > td,
.table thead > tr > th{
    font-size: 15px;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 7px;
}
.table tbody > tr > td{
    padding-top:2px;
    padding-bottom:2px;
}
.grid-view .btn-sm{
    padding: 3px 8px;
}
.filters .input-sm{
    height: 25px;
}
.has-error .help-block,.form-error .has-error .control-label, .has-error .input-group-addon, .has-error .checkbox, .has-error .checkbox-inline, .has-error .radio, .has-error .radio-inline {
    color: #de815c !important;
}
.modal-title
{
    font-size: 25px;
    font-weight: 600;
    color:white;
    /*text-align: center;*/
}
.modal-header
{
    background-color: #ff6501;
    border-color: #ff6501;
    color:white;
}
.close
{
    color: white !important;
}