.card-header{
    font-size: 1.2rem !important;
    font-weight: 500;
    color: #3d4465;
    background:transparent;
} 
 
 .has-error{
    color: #a94442 !important;
 }
 .has-success{
    color: #3c763d !important;
 }
 
 .has-error .form-control{
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
 }
 .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
th .fa{
    color:#3490dc;
}
.k-form__actions{
    margin-top:20px;
}
