



.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #005caa !important;
    border-color: #005caa !important;
    }
.close {
    color: #005caa !important;
    float: none !important;
    position: absolute !important;
    top: 70% !important;
    right: 15px !important;
    transform: translateY(-50%) !important;
    margin-top:0 !important;

}
.close span {
  color: #005caa !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #005caa !important;
    border-color: #005caa !important;
    }

.pagination>li>a, .pagination>li>span {
    color: #005caa;
    font-size: 11px;
    font-weight:bold;
}


.btn-group>.btn-switch {
    padding: 0;
    width: 98px;
    height: 32px;
    line-height: 32px;
    color: #005caa !important;
    border: 1px solid #005caa !important;
    background: #fff;
}
.btn-group>.btn.active, .btn-group>.btn:active {
    color: #ffffff !important;
    background-color: #005caa !important;
    border-color: #005caa !important;
}



th{
    background-color: #005caa !important;
}


hr{
    border-top: 1px solid #005caa !important;
}


.modal-header {
    background-color: transparent !important;
    border-bottom: none !important;
    position: relative !important;
    padding: 15px 15px 0px 15px !important;
}
.modal-title {
  color: #1E1E1E !important;
}
.modal-content{
    border: none !important;
}

.modal-footer {
    border-top: none !important;
}


.panel-default{
        border-color: #005caa !important;;
    }
        .panel-default>.panel-heading {
        color: #ffffff !important;;
        background-color: #005caa !important;;
        border-color: #005caa !important;;
    }


input[type="checkbox"]:checked + input[type="hidden"] + .slider,
input[type="checkbox"]:checked + .slider {
  background-color: #005caa !important;;
}

input[type="checkbox"]:focus + input[type="hidden"] + .slider,
input[type="checkbox"]:focus + .slider {
  box-shadow: 0 0 1px #005caa !important;;
}




    
    #noti_Container {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .glyphicon.glyphicon-envelope {
        font-size: 22px;
    }

    /* A CIRCLE LIKE BUTTON IN THE TOP MENU. */
    #noti_Button {
        width: 22px;
        height: 22px;
        cursor: pointer;
        padding-top: 12px;
        
    }

    /* THE POPULAR RED NOTIFICATIONS COUNTER. */
    #noti_Counter {
        display: none;
        background: #E1141E;
        color: #FFF;
        font-size: 12px;
        border-radius: 2px;
        padding: 1px 3px;
        position: absolute;
        right: -11px;
    }

    #profile {
        display: none;
        width: 250px;
        position: fixed;
        top: 8.5vh;
        right: 0.5rem;
        border-radius: 0.75rem;
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
        z-index: 50;
        background:#ffffff;
    
    }

    /* THE NOTIFICAIONS WINDOW. THIS REMAINS HIDDEN WHEN THE PAGE LOADS. */
    #notifications {
        display: none;
        width: 350px;
        position: fixed;
        top: 8.5vh;
        right: 0.5rem;
        border-radius: 0.75rem;
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
        z-index: 50;
        background:#ffffff;
        
    }

    h3 {
        display: block;
        color: #333;
        font-weight: bold;
        font-size: 13px;
        padding: 8px;
        margin: 0;
    }

    .notificationContent {
        max-height: 80vh;
        overflow-y: auto;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px;
        font-weight: 700;
        text-align: center;
    }

    .notificationContent a {
        color: #525252:
    }

    .well {
        margin-bottom: 5px;
    }

    hr {
        margin: 5px;
    }

    .glyphicon-remove-bell {
        color: #db0000;
    }

    .modal-dialog  {
        margin-bottom: 100px !important;
    }
    
