.card-header, .card-footer {
    padding: 5px 15px !important;
    border-color: #1D45B5;
    background-color: #1D45B5;
    color: white;
    font-weight: bold;
    font-size: 13px;
    border-bottom: none !important;
}
.list-group-item.active{
    background-color: rgba(13,110,253,.25) !important;
    border-color: rgba(13,110,253,.25) !important;
    color: #1D45B5;
}
.icon-margin-right-left{
    margin-left: 5px;
    margin-right: 5px;
    font-size: 10px;
}
.table-th-width-5{
    width: 5% !important;
}
.table-th-width-8{
    width: 8% !important;
}
.table-th-width-9{
    width: 9% !important;
}
.table-th-width-10{
    width: 10% !important;
}
.table-th-width-15{
    width: 15% !important;
}
.table-th-width-20{
    width: 20% !important;
}
.table-th-width-25{
    width: 25% !important;
}
.table-th-width-30{
    width: 30% !important;
}
.table-th-width-35{
    width: 35% !important;
}
.table-th-width-40{
    width: 40% !important;
}
.table-th-width-50{
    width: 50% !important;
}
.table-th-width-60{
    width: 60% !important;
}
.table-th-width-70{
    width: 70% !important;
}
.table-th-width-75{
    width: 75% !important;
}
.table-th-width-80{
    width: 80% !important;
}
.table-th-width-90{
    width: 90% !important;
}
.table-td-width-75{
    width: 75% !important;
}
.table-td-width-80{
    width: 80% !important;
}
.table-td-width-90{
    width: 90% !important;
}
.table-td-width-30{
    width: 30% !important;
}
.table-td-width-5{
    width: 5% !important;
}
.table-td-width-15{
    width: 15% !important;
}
.table-td-width-20{
    width: 20% !important;
}
.table-td-width-33{
    width: 33% !important;
}
.table-td-width-34{
    width: 34% !important;
}
.table-td-width-40{
    width: 40% !important;
}
.table-td-width-50{
    width: 50% !important;
    white-space: nowrap !important;
}
.td-font-color{
    color: #787878 !important;
}
.counter{
    font-size: 11px;
    font-weight: bold;
}
.tab-content{
    padding: 15px;
    background: white;
    border-left: 1px solid rgba(13,110,253,.25);
    border-right: 1px solid rgba(13,110,253,.25);
    border-bottom: 1px solid rgba(13,110,253,.25)
}
.base-color{
    color: #1D45B5 !important;
}
.nav-active{
    background: rgba(13,110,253,.25) !important;
}
.card-header-action-btn{
    border: 1px solid !important;
    border-radius: 20px;
    padding: 0 8px !important;
    font-size: 11px !important;
    float: right !important;
    background: white !important;
}
.vertical-line{
    font-size: 12px;
    border-left: 3px solid #1D45B5;
    padding: 0 5px;
}
.table{
    border-color: lightgray !important
}
.bg-secondary{
    background-color: #ced4da !important;
    color: #1D45B5 !important;
}
.btn-primary, .btn-success, .btn-danger, .btn-info, .btn-warning, .btn-secondary{
    font-weight: bold !important;
}
.custom-badge{
    border: 1px solid maroon;
    border-radius: 20px;
    padding: 0 5px;
    color: maroon;
    font-weight: bold;
}
*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

*::-webkit-scrollbar-track {
    background: #ddd;
}

*::-webkit-scrollbar-thumb {
    background-color: #1D45B5;
}
.dashboard .info-card {
    padding-bottom: 10px;
}
.dashboard .info-card h6 {
    font-size: 14px;
    color: #012970;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.card-title {
    padding: 20px 0 15px 0;
    font-size: 14px;
    font-weight: bold;
    color: #012970;
}
.grade-input{
    width: 100%;
    border: 1px solid #b7b2b2;
    border-radius: 4px;
}
.tab-style{
    border-top: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.tab-style a{
    color: #1D45B5 !important;
}

.btn-outline-secondary{
    font-weight: bold !important;
    border: 1px solid #ced4da !important;
}
.filter-table{
    box-sizing: border-box;
    border: 1px solid lightgray;
    outline: lightgray;
    border-radius: 0px;
    border-color: lightgray;
    background-image: url('../img/search_icon.png');
    background-position: 7px 7px;
    background-repeat: no-repeat;
    padding: 7px 7px 7px 40px;
    box-shadow: none;
}
.filter-table:focus{
    border: 1px solid lightgray;
    outline: lightgray;
    border-radius: 0px;
    border-color: lightgray;
    box-shadow: none;
    color: #1D45B5;
}