/**
 *
 * Apply Here your Custom CSS
 *
*/

body {overflow-x: hidden;}

li.active a.active{
    background-color: #141414!important;
}

/*.form-control, .dataTables_wrapper .dataTables_filter > label input, .page-body, .page-body .select2-container .select2-choice{
    border: 1px solid #d2c5c5!important;
}*/

.select2-container .select2-choice .select2-arrow{
    border-left:1px solid #d2c5c5!important;
}

.form-control:focus, .dataTables_wrapper .dataTables_filter > label input:focus{
    border-color: #5897FB!important;
}

.validate-has-error .form-control[data-validate]{
    border-color: #cc2424!important;
}

.table-bordered{
    border: 1px solid #d2c5c5;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{
   border: 1px solid #d2c5c5;
}

.login-container .form-control{
    border-color:#373e4a!important;
}