﻿.navbar-brand {
    background: #2A7682;
}

.navbar-nav a:hover {
    border-bottom: 5px solid #2A7682;
}

.navbar-nav a.active {
    border-bottom: 5px solid #2A7682;
}

.btn-primary, .btn-primary:focus {
    background-color: #2A7682;
    border: 2px solid #2A7682;
    color: white !important;
}

    .btn-primary:hover, .btn-primary:active {
        background-color: #24656f !important;
        color: white !important;
        border: 2px solid #24656f !important;
    }

    .btn-primary.active {
        background-color: #24656f !important;
        border-color: #24656f !important;
    }

.btn-primary-outline, btn-primary-outline:focus {
    background-color: white;
    color: #2A7682 !important;
    border: 2px solid #2A7682;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
}

    .btn-primary-outline:hover, .btn-primary-outline:active {
        background-color: #24656f !important;
        border-color: #24656f !important;
        color: white !important;
        outline: none !important;
        box-shadow: none !important;
    }

.btn-secondary {
    outline: none !important;
    box-shadow: none !important;
    border: 2px solid #6C757D;
    color: white !important;
}

.btn-secondary-outline, .btn-secondary-outline:focus {
    background-color: white !important;
    color: #6C757D;
    border: 2px solid #6C757D;
    outline: none !important;
    box-shadow: none !important;
}

    .btn-secondary-outline:hover, .btn-secondary-outline:active, .btn-secondary-outline.active {
        background-color: #545b62 !important;
        border-color: #545b62 !important;
        color: white !important;
        outline: none !important;
        box-shadow: none !important;
    }

.btn-danger {
    color: #fff !important;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
    border-width: 2px;
}

.btn-danger-outline, .btn-danger-outline:focus {
    background-color: white;
    border: 2px solid #DC3545;
    color: #DC3545;
    outline: none !important;
    box-shadow: none !important;
}

    .btn-danger-outline:hover, .btn-danger-outline:active {
        background-color: #DC3545 !important;
        border-color: #DC3545 !important;
        color: white !important;
        outline: none !important;
        box-shadow: none !important;
    }

.btn-success {
    color: #fff !important;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
}

.btn-success-outline, .btn-success-outline:focus {
    background-color: white;
    border: 2px solid #28A745;
    color: #28A745;
    outline: none !important;
    box-shadow: none !important;
}

    .btn-success-outline:hover, .btn-success-outline:active {
        background-color: #28A745 !important;
        border-color: #28A745 !important;
        color: white !important;
        outline: none !important;
        box-shadow: none !important;
    }

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #3699a9;
    border-color: #3699a9;
}

.btn-primary-outline.active {
    background-color: #2a7682;
    border-color: #2a7682;
    color: white !important;
    outline: none;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .35rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

.card, .card-underlined {
    border: 1px solid #ced4da;
    background-color: #F0F0F0;
}

.card-underlined {
    border-bottom: 3px solid #2A7682;
    background-color: #F8F8F8;
}

.btn-group > button.primary.active {
    color: #fff;
    background-color: #2A7682;
}

.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,255,255,.75);
    border-bottom: 5px solid #2A7682;
}

.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: #24656f;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #24656f !important;
    color: #fff !important;
    border: 2px solid #24656f !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:active {
        background: #24656f !important;
        color: #fff !important;
        border: 2px solid #24656f !important;
    }

.fa-bell:hover {
    color: #2a7682;
}

#notificationTray {
    background-color: #F8F8F8;
    box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
    border-bottom: #2a7682 3px solid;
}

.navbar-dark .navbar-nav .nav-link {
    color: #FFF;
}