Your IP : 216.73.216.79


Current Path : /var/www/html/crm/web/css/
Upload File :
Current File : /var/www/html/crm/web/css/custom-main.css

.table-custom thead th.head-sort a:after {
    font-family: "Font Awesome 5 Free";
    content: " \f0dc";
    font-weight: 900;
}

.table-custom thead th.head-sort a.asc:after {
    font-family: "Font Awesome 5 Free";
    content: " \f0de";
    font-weight: 900;
}

.table-custom thead th.head-sort a.desc:after {
    font-family: "Font Awesome 5 Free";
    content: " \f0dd";
    font-weight: 900;
}

.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-wrapper .kt-header__topbar-icon  {
    background-color: #1175bc !important;
    border: 1px solid #fff !important;
}

.kt-header{ 
    background: rgb(0,0,0); 
    background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,-0) 100%);
    border-bottom: none;
}

#w1 {overflow-x: auto;} 

body {background-color: #f0f0f0;}

.kt-portlet .kt-portlet__head {
    background-color: #1175bc !important;
    color: #fff;
}

.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title { color:#ffffff !important; }

.kt-font-info {color: #ffffff !important;}

.form-control, .custom-file-label { 
    background-color: #f4f4f4;
    border: 1px solid #aaa;
}

.form-control[readonly] {    
    background-color: #dedede;    
    border: 1px solid #aaa;
}

.bootstrap-select > .dropdown-toggle.btn-light, .bootstrap-select > .dropdown-toggle.btn-secondary {    
    background-color: #f4f4f4;    
    border: 1px solid #aaa;
}

.kt-portlet__head .btn, .kt-form__actions .btn{
    background-color : #0a2f4a !important;
    color : white !important;
    border : 1px solid white !important;
}

.table-custom tbody td{vertical-align: middle !important;}