
/*!
 * Color Admin v4.4.0 (https://seantheme.com/color-admin/)
 * Copyright 2019 SeanTheme
 */
body{
    background-color: #fbf9ff !important;
}
.header.navbar-default {
    background: #ebebeb !important;
}
.page-without-sidebar .content {    
    padding: 20px 10px !important;
}
.header .navbar-brand .navbar-logo {    
    background: #725cc6;
}
.header.navbar-default .navbar-brand {
    color: #352c60 !important;
}
.btn {
    /* color: #999 !important; */
}
.btn.btn-default{
    color: #725cc6 !important;
    background-color: #e9e7fe !important;
}
.btn.btn-default.btn-submit{
    font-weight: 600;
    font-size: .85rem;
}
.section-1 .form-control:disabled, .section-1 .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.sidebar{
    background: #494071 !important;
}
.sidebar .nav>li.active>a {
    background: #656086 !important;
}
.sidebar .nav>li.nav-profile {
    background: #494071 !important;
}
.row-subject{
    background-color: #494071;
    padding: 4px 0;
}
.row-subject select{
    background-color: #494071;
    border: none;
    color: #fff;
    font-weight: 600;
}
.section-2 .section-name,
.section-3 .section-name,
.section-4 .section-name,
.section-1 .section-name{    
    font-size: 18px;    
    font-weight: 500;
}
.section-1 i,
.section-2 i,
.section-3 i,
.section-4 i{
    font-size: 18px;
    margin-right: 10px;
}
.section-1{
    background-color: #e9e7fe;
    padding: 5px 0;
}
.section-1 .section-name{
    color: #725cc6;
}
.section-1 i{    
    color:#a4a1fc;
}
.section-1.odd{
    background-color: #e1dafd;
}
.section-1.even{ 
    background-color: #a496e1;
}

.section-2{
    background-color: #4FC3F7; /* #6fe8fd;*/
    padding: 5px 0;
}
.section-2 .section-name{
    color: #0D47A1; /* #148ab0;*/
}
.section-2 i{    
    color:#0D47A1 /*#1cb0d2;*/
}
.section-2.odd{
    background-color: #B3E5FC; /* #c4f4fe;*/
}
.section-2.even{ 
    background-color: #4FC3F7 /* #6fe8fd;*/
}

.section-3{
    background-color: #fecefd;
    padding: 5px 0;
}
.section-3 .section-name{
    color: #dd1ec6;
}
.section-3 i{    
    color:#ec49d9;
}
.section-3.odd{
    background-color: #ffeafe;
}
.section-3.even{ 
    background-color: #fecefd;
}


.section-4{
    background-color: #fed186;  
    padding: 5px 0;  
}
.section-4 .section-name{
    color: #c36d1b; 
}
.section-4 i{
    color:#c36d1b;
}
.section-4.odd{
    background-color: #feeccc;
}
.section-4.even{ 
    background-color: #fed186;
}

.section-1 .form-control,
.section-2 .form-control,
.section-3 .form-control,
.section-4 .form-control {
    display: block;
    width: 100%;
    height: calc(1.3em + 12px + 2px);
    padding: 4px .75rem;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2d353c;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d5dbe0;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-top: 3px;
}
.dataTable{
    /* width: 100% !important; */
}
.dataTables_wrapper.dt-bootstrap4 .dataTables_scroll .dataTables_scrollBody .dataTable {
    border-bottom: 1px solid #e4e7ea !important;
}

.page-header {
    color: #735ccb !important;
}
.print_table tr td{
    border: 1px solid #000 !important;
}
.print_table .sub_table {
    width: 100%;
}
.print_table .sub_table tr td{
    border: none !important;
}
.modal.modal-preview .modal-dialog{
    width: 80% !important;
    max-width: 80% !important;

}
.swal-footer{
    text-align: center !important;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}
.approval-table thead{
    background: #494071 !important;
    color: #ffffff;
}
.approval-table thead tr th{
    border-color: #494071;
}
.icon-container {
    display: block;
    width: 24px;
    float: left;
    height: 22px;
    margin-right: 7px;
}
.icon-container .icst{
    color: #777;
}
.icon-container .icnd{
    top: -20px;
    position: relative;
    left: 4px;
}
@media print{
    body{
        background-color: #fff !important;
    }
    .no-print{
        display: none;
    }
}
.teaching-group{
    padding: 2px 12px;    
    margin-left: -10px;
    margin-right: -10px;    
}
.teaching-group.even{
    background-color: #01579B; /*#a496e1;*/
}
.teaching-group.odd{
    background-color: #e1dafd;
}

.badge.badge-warning {
    background: #e65100 !important;
}
.badge.badge-success {
    background: #00695C !important;
}
.badge.badge-silver {
    background: #424242 !important;
}
.badge.badge-success,
.badge.badge-warning,
.badge.badge-silver{
    padding: 3px 5px 4px 5px;
    margin-bottom: 2px;
}