/* Course Design */

.course{
    width: 100%;
    height: auto;
    background-image: url('../img/white_pix.png');
}

/* Course Table Heading */

th{background-color: #0e3ab7;color: white;}

/* Course Hover */
tr:hover {/* background-image: url('../img/red_pix.png'); */color: #250000;background-color: #c3ff004a !important;font-weight: bold;cursor: pointer;}
    
    .big {
    font-size: 25px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-style: bold;
    background-color: #001131;
    color: white;
}

.Notice {
    background-color: #000b17bf;
    color: #fff;
    font-weight: bold;
}


.slider-header{
margin-top: -56px;
}


/* Active Menu Design */

.mactive {
background-color: #ff3100;
color: #fdfdfd;
}



.footer {
    background-color: #004a9bed;
    padding-top: 10px;
    color: #fff;
}


.footer li a {
    color:white;
}

.footer li h5 {
    color: white;
}

.footer a li {
    color: white;
}

.footer .container .row .col-sm-3n h5 {
    color : white;
}

.card-icon {
        font-size: 36px;
    background-color: white;
    padding: 7px;
    border-radius: 100%;
}

.card-icon:hover {
        font-size: 36px;
    background-color: red;
    padding: 7px;
    border-radius: 100%;
}

/* Design for Affialiation Page Mainly */
#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}


/*Custome Style After Date 23-06-2019*/
.menu-bar .nav-item:hover {
    background-color: #2771b8;
    margin-top: -10px;
    margin-bottom: -10px;
    padding-top: 10px;
    }

    .menu-bar .nav-item .nav-link {
    text-transform: uppercase;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(255, 255, 255, 0.9)!important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255, 255, 255)!important;
}

/* Data */

.dropdown-item {
    color: #ffffff!important;
}

.con_txt {
    font-size: 27px;
}

.card-stat {
    width: 100%;
    background-color: #1877f2;
    color: white;
    font-size: 20px;
    padding: 7px;
    text-align: center;
}

.std-card {
    height: 450px;
    overflow: hidden;

}

.btn-success {
    color: #fff;
    background-color: #2871c2!important;
    border-color: #002851!important;
}

.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #00162d;
}