.bg-primary {
    background-color: #586783;
}
.form-control{
    height: 26px;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
    border-radius: 1px;
}
.btn{
    border-radius: 0px;
}

.td-center{
    text-align: center;
    
}

@media (max-width:767px){
    .navbar-brand{
        max-width:80%;
        margin-bottom: 3%;  
    }
   .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        color:#ffffff;
    }
}
tfoot tr.foot select{
    max-width: 50px;
}

/* new for teacher*/
.custom-button-group{
    height: 50px;
    font-size: 16px
} 

.custom-text-danger{
    color:red;
    font-weight: bold;
}

/*.table-striped>tbody>tr:nth-child(odd)>td,*/
/*    .table-striped>tbody>tr:nth-child(odd)>th {*/
/*        background-color: #dedede!important;*/
/*    }*/

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
        background-color: #dedede!important;
    }
    
    
    
/* Infobox ===================================== */
.info-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 5px; }
.info-box .icon {
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.12);
    width: 80px; }
.info-box .icon i {
    padding: 10px;
    color: #fff;
    font-size: 50px;
    line-height: 61px; }
.info-box .icon .chart.chart-bar {
    height: 100%;
    line-height: 100px; }
.info-box .icon .chart.chart-bar canvas {
    vertical-align: baseline !important; }
.info-box .icon .chart.chart-pie {
    height: 100%;
    line-height: 123px; }
.info-box .icon .chart.chart-pie canvas {
    vertical-align: baseline !important; }
.info-box .icon .chart.chart-line {
    height: 100%;
    line-height: 115px; }
.info-box .icon .chart.chart-line canvas {
    vertical-align: baseline !important; }
.info-box .contentInfo {
    display: inline-block;
    padding: 7px 10px; }
.info-box .contentInfo .text {
    font-size: 15px;
    margin-top: 11px;
    color: #555; }
.info-box .contentInfo .number {
    font-weight: normal;
    font-size: 26px;
    margin-top: -4px;
    color: #555; }

.info-box.hover-zoom-effect .icon {
    overflow: hidden; }
.info-box.hover-zoom-effect .icon i {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.info-box.hover-zoom-effect:hover .icon i {
    opacity: 0.4;
    -moz-transform: rotate(-32deg) scale(1.4);
    -ms-transform: rotate(-32deg) scale(1.4);
    -o-transform: rotate(-32deg) scale(1.4);
    -webkit-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4); }

.info-box.hover-expand-effect:after {
    background-color: rgba(0, 0, 0, 0.05);
    content: ".";
    position: absolute;
    left: 80px;
    top: 0;
    width: 0;
    height: 100%;
    color: transparent;
    -moz-transition: all 0.95s;
    -o-transition: all 0.95s;
    -webkit-transition: all 0.95s;
    transition: all 0.95s; }

.info-box.hover-expand-effect:hover:after {
    width: 100%; }

.bg-red {
    background-color: #F44336 !important;
    color: #fff; }

.info-box .content {
    display: inline-block;
    padding: 7px 10px; }

.bg-dark-blue {
    background-color: #4f6184 !important;
    color: #fff; }
.bg-dark-blue .content .text,
.bg-dark-blue .content .number {
    color: #fff !important; }

.bg-dark-green {
    background-color: #287575 !important;
    color: #fff; }
.bg-dark-green .content .text,
.bg-dark-green .content .number {
    color: #fff !important; }


.bg-dark-red {
    background-color: #964545 !important;
    color: #fff; }
.bg-dark-red .content .text,
.bg-dark-red .content .number {
    color: #fff !important; }

.bg-dark-brown {
    background-color: #846048 !important;
    color: #fff; }
.bg-dark-brown .content .text,
.bg-dark-brown .content .number {
    color: #fff !important; }


.quick-link-info-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 92px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    cursor:pointer;
    margin-bottom: 5px; }

.quick-link-info-box .icon-quick-link {
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.12);
    width: 100%; }

.quick-link-info-box .icon-quick-link i {
    padding: 13px;
    color: #fff;
    font-size: 42px;
    line-height: 25px; }