
/* 
redcolor: #B51C1E;
bluecolor: #19386C;

*/

.sidebar .nav .nav-item.active > a,
.sidebar .nav.sub-menu .nav-item .nav-link.active {
    position: relative;
}

    .sidebar .nav .nav-item.active > a:before,
    .sidebar .nav.sub-menu .nav-item .nav-link.active:before {
        position: absolute;
        width: 5px;
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        background-color: #ba2227;
        z-index: 9;
    }

    .sidebar .nav.sub-menu .nav-item .nav-link.active:before {
        width: 2px;
    }

.table thead th, .jsgrid .jsgrid-table thead th {
    white-space: nowrap;
}

.dropdownselect {
    height: 45px !important;
    margin-top: 1px;
}

.input-validation-error {
    border: 1px solid #fc5661 !important;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\2191";
}


table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "\2193";
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.9em !important;
    display: block;
    opacity: 0.3;
}

/* dashboard page */

.inner-title {
    margin-bottom: 20px !important;
}

.dashboard-th {
/*    padding: 20px;*/
    display: flex;
    background: #ffffff;
/*    margin-top: 30px;*/
/*    border: 1px solid #E7EAED;*/
    flex-wrap: wrap;
}

.dash-third-part {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 10px 20px;
/*    flex: 1;*/
}

    .dash-third-part a {
        text-decoration: none;
        color: #19386C;
    }

    .dash-third-part:hover {
        background-color: #eaeaf1;
    }

.dash-last-part {
    margin-top: 30px;
}


.tab-hd {
    font-weight: bold;
    font-size: 18px;
}

span.img-part > img {
    width: 55px;
}