﻿.navbar-brand { background: #2B2A2A; }
h1 { color: #D83B34 ;}
/*#2B2A2A nav*/
/*#D83B34  headings*/
.navbar-nav a:hover { border-bottom: 5px solid #D83B34; }
#logoutBtn{
    border: none;
}
.navbar-nav a.active { border-bottom: 5px solid #D83B34; }

.btn-secondary { color: #fff; background-color: #0062cc; border-color: #005cbf; }


.btn-primary-outline { border: 2px solid #007bff; color: black !important; }
.btn-primary-outline:hover { background: #007bff; color: #fff !important; }

    /*.btn-primary:hover, .btn-primary:active {
        background-color: #808080 !important;
        color: white !important;
        border: 2px solid #808080 !important;
    }

    .btn-primary.active {
        background-color: #24656f !important;
        border-color: #24656f !important;
    }
*/
.card, .card-underlined { border: 1px solid #ced4da; background-color: #F0F0F0; }

.card-underlined { border-bottom: 3px solid #D83B34; background-color: #F8F8F8; }
.form-content { border-bottom: 3px solid #D83B34 !important }
/**/
.btn-group > button.primary.active { color: #fff; background-color: #007bff; }

/*.btn-group > button.secondary.active {
    color: #fff;
    background-color: #6c757d;
}

.btn-group > button:first-child {
    border-top: #ced4da solid 1px;
    border-left: #ced4da solid 1px;
    border-top-left-radius: .25rem;
}

.btn-group > button:last-child {
    border-top: #ced4da solid 1px;
    border-right: #ced4da solid 1px;
    border-top-right-radius: .25rem;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: rgba(255,0,0,.75);
    border-bottom: 5px solid #D83B34;
}*/

.btn-group > button.primary {
    border: none;
    border-top: #ced4da solid 1px;
    padding: 7.5px 13.5px;
    color: #2A7682;
}

    .btn-group > button.primary:hover, .btn-group > button.primary.active:hover { color: #fff; background-color: #007bff; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current { background: #007bff !important; color: #fff !important; border: 2px solid #007bff !important; }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:active { background: #007bff !important; color: #FFF !important; border: 2px solid #007bff !important; }
.dataTables_wrapper .dataTables_paginate .paginate_button:hover { border: 2px solid #007bff !important; border-radius: 3px !important; background: #007bff !important; color: #fff !important; }
.fa-bell { color: #fff; }
    .fa-bell:hover { color: #D83B34; }

#notificationTray { background-color: #F8F8F8; box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px; border-bottom: #D83B34 3px solid; }

.bg-dark { background-color: #2B2A2A !important; color: #000; }

.navbar-dark .navbar-nav .nav-link { color: #fff; }
    .navbar-dark .navbar-nav .nav-link:hover { color: #D83B34; }

