/* Variables */
:root {
    --primary: #2b3580;
    --light: #ffffff;
}

body.theme-default {
    
}

.custom-font {
    
}

h3,
.h3 {
    font-size: 1.5rem;
}

h4,
.h4 {
    font-size: 1.35rem;
}

a {
    color: #2b3580 !important;
}

a:hover,
a:focus,
a:active {
    color: #21275a !important;
}

.theme-default .text-primary {
    color: #2b3580!important;
}

.theme-default .bg-primary {
    background-color: #2b3580!important;
}

.theme-default .bg-secondary {
    background-color: #151515!important;
}

.theme-default .bg-dark {
    background-color: #222222!important;
}

.theme-default .border-primary {
    border-color: #21275a!important;
}

.notification.bg-primary {
    background-color: #222222 !important;
}

.theme-default .bg-danger {
    background: #2b3580!important;
}

.text-white .text-dark {
    color: #ffffff!important;
}

.text-white .text-dark:hover {
    color: #f5f5f5!important;
}

.text-white .text-muted {
    color: #f5f5f5!important;
}

.btn {
    border: 2px solid transparent !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}


/* Primary button */
.btn-primary {
    color: #ffffff !important;
    background-color: #2b3580!important;
    border-color: #2b3580!important;
}

.btn-primary:hover {
    color: #ffffff !important;
    background-color: #21275a !important;
    border-color: #21275a !important;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(8, 24, 252, 0.5) !important;
    color: #ffffff !important;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff !important;
    background-color: #2b3580!important;
    border-color: #2b3580!important;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: #2b3580!important;
    border-color: #2b3580!important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(8, 24, 252, 0.5) !important;
}

/* Secondary button */
.btn-secondary {
    color: #ffffff !important;
    background-color: #222222 !important;
    background-color: #222222 !important;
}

.btn-secondary:hover {
    color: #ffffff !important;
    background-color: #111111 !important;
    border-color: #111111 !important;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5) !important;
    color: #ffffff !important;
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #ffffff !important;
    background-color: #222222 !important;
    background-color: #222222 !important;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #ffffff !important;
    background-color: #222222 !important;
    background-color: #222222 !important;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(44, 44, 44, 0.5) !important;
}

.btn-light,
.btn-light:hover {
    color: #212529 !important;
}

.btn-outline-primary {
    color: #2b3580 !important;
    border-color: #2b3580 !important;
}

.btn-outline-primary:hover {
    color: #ffffff !important;
    background-color: #2b3580 !important;
    border-color: #2b3580 !important;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5) !important;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #2b3580 !important;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: #2b3580 !important;
    border-color: #2b3580 !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5) !important;
}

.btn-outline-secondary {
    color: #21275a !important;
    border-color: #21275a !important;
}

.btn-outline-secondary:hover {
    color: #ffffff !important;
    background-color: #21275a !important;
    border-color: #21275a !important;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5) !important;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #21275a !important;
    background-color: transparent !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #ffffff !important;
    background-color: #21275a !important;
    border-color: #21275a !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5) !important;
}

.btn-outline-light {
    color: #e2e6ea !important;
    border-color: #e2e6ea !important;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active {
    color: #21275a !important;
}

/*Pagination*/

.theme-default .page-link {
    color: #ffffff !important;
    background-color: #2b3580 !important;
    border: 1px solid #21275a !important;
}

.theme-default .page-item.disabled .page-link {
    color: #21275a !important;
    background-color: #ffffff !important;
    border-color: #21275a !important;
}

.theme-default .page-item.active .page-link,
.theme-default .page-link:hover {
    color: #ffffff !important;
    background-color: #21275a !important;
    border-color: #21275a !important;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/*form control */

.form-control:focus, 
.form-control:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover, 
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus, 
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    outline: 0 !important;
}

.form-control:focus, 
.form-control:active {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25) !important;
    border-color: #333333 !important;
}

.custom-select {
    background-size: 8px 10px !important;
    border-radius: 0 !important;
}

.isFrontPage .col-md-12 {
    min-height: 0;
}

@media (min-width: 768px) {

    .content-column .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media (min-width: 991px) {

    .content-column .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

}