/* Body background */
body {
    background-color: #ffffff;
    color: #212529;
}

.list-group.list-options .list-group-item,
.list-group.list-options a.list-group-item:focus,
.list-group.list-options a.list-group-item:hover {
    color: #212529 !important
}

/* Link color */
a,
a:hover {
    color: #0074b2;
}

/* Logo */
.header .logo .logo-slogan {
    color: #232629;
}

/* Pagination style */
.pagination .page-item.active .page-link,
div.pagination ul.pagination li.active .page-link,
div.pagination ul.pagination li.active a {
    background-color: #0074b2;
    border-color: #0074b2;
}

/* Header style */
.header {
    background: #ffffffB3;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffffB3), to(#ffffffB3));
    background: -webkit-linear-gradient(#ffffffB3, #ffffffB3);
    background: -moz-linear-gradient(#ffffffB3, #ffffffB3);
    background: -ms-linear-gradient(#ffffffB3, #ffffffB3);
    background: -o-linear-gradient(#ffffffB3, #ffffffB3);
    background: linear-gradient(#ffffffB3, #ffffffB3);
    border-bottom: 1px solid #f7f9fb !important;
}

/* Title style */
.title {
    background: #f7f9fb;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f7f9fb), to(#f9f9fb));
    background: -webkit-linear-gradient(#f7f9fb, #f9f9fb);
    background: -moz-linear-gradient(#f7f9fb, #f9f9fb);
    background: -ms-linear-gradient(#f7f9fb, #f9f9fb);
    background: -o-linear-gradient(#f7f9fb, #f9f9fb);
    background: linear-gradient(#f7f9fb, #f9f9fb);
}

.title h3 {
    color: #232629;
}

/* Navigation bar style */
.nav-content nav.navbar {
    background: #2e3338;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2e3338), to(#2e3338));
    background: -webkit-linear-gradient(#2e3338, #2e3338);
    background: -moz-linear-gradient(#2e3338, #2e3338);
    background: -ms-linear-gradient(#2e3338, #2e3338);
    background: -o-linear-gradient(#2e3338, #2e3338);
    background: linear-gradient(#2e3338, #2e3338);
    border-bottom: 1px solid #f9f9fb !important;
}

.nav-content nav.navbar .navbar-nav>.active>a,
nav.navbar .navbar-nav>.active>a:hover,
nav.navbar .navbar-nav>.active>a:focus {
    color: #fbfcfd !important;
}

.nav-content nav.navbar .navbar-nav>li>a {
    color: #d8dbde !important;
}

@media (max-width: 767px) {
    nav.navbar .navbar-nav .show .dropdown-menu>a {
        color: #d8dbde !important;
    }

    nav.navbar .navbar-nav .show .dropdown-menu>a:hover,
    nav.navbar .navbar-nav .show .dropdown-menu>a:focus {
        color: #fbfcfd !important;
    }
}

.navbar-dark .navbar-toggler {
    color: #fbfcfd;
    border-color: #fbfcfd;
}

.navbar-dark .navbar-toggler.collapsed {
    color: #d8dbde;
    border-color: #d8dbde;
}

.nav-content nav.navbar .navbar-nav>li>a:hover {
    color: #fbfcfd !important;
}

.nav-content nav.navbar .navbar-nav>.open>a,
nav.navbar .navbar-nav>.open>a:hover,
nav.navbar .navbar-nav>.open>a:focus {
    color: #fbfcfd !important;
}

.nav.nav-tabs .nav-item .nav-link,
.nav.nav-pills .nav-item .nav-link {
    color: #212529 !important;
}

.nav.nav-tabs .nav-item .nav-link:hover,
.nav.nav-pills .nav-item .nav-link:hover {
    background-color: #e2e6ea !important;
    color: #212529 !important;
}

.nav.nav-tabs .nav-item .nav-link.active,
.nav.nav-pills .nav-item .nav-link.active,
.nav.nav-tabs .nav-item .nav-link.active:hover,
.nav.nav-pills .nav-item .nav-link.active:hover {
    background-color: #007bff !important;
    color: #ffffff !important;
}


/* Card style */
.card-blesta>.card-header {
    color: #2e3338;
}

.card .card-body h4,
.card .card-body .h4,
.card .card-body h5,
.card .card-body .h5,
.card .card-body h6,
.card .card-body .h6 {
    color: #2e3338 !important;
}

.card .card-body .card-nav .card-links li:hover {
    background: #e2e6ea;
}

.card .card-body .card-nav .card-links li a,
.card .card-body .card-nav .card-links li:hover a {
    color: #212529;
}

.card .card-body .card-nav .card-links li.active {
    background: #007bff;
}

.card .card-body .card-nav .card-links li.active a {
    color: #ffffff;
}

/* Modal style */
.modal .modal-header h5 {
    color: #2e3338 !important;
}

/* Highlight Color */
.list-group.list-options a.list-group-item:hover,
.list-group.list-options a.list-group-item:focus,
a.list-group-item:hover,
a.list-group-item:focus {
    background-color: #d1ecf1 !important;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: #d1ecf1 !important;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #d1ecf1 !important;
}

.list-group-item-action,
.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #212529 !important;
}

/* Settings Link Text Color */
.list-group-item.credits {
    color: #4f4f4f !important;
}

.top-focus-box {
    background-color: #d1ecf1 !important;
}

.list-group-item h4 {
    color: #0074b2 !important;
}

/* Top navigation style */
.top-nav .dropdown a.dropdown-toggle,
.top-nav .dropdown a.dropdown-toggle:focus {
    color: #ebebeb !important;
}

.top-nav .dropdown a.dropdown-toggle:hover {
    color: #ffffff !important;
}

.dropdown-item,
ul.dropdown-menu li a {
    color: #2e3338 !important;
}

.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover,
ul.dropdown-menu li a:active,
ul.dropdown-menu li a:focus,
ul.dropdown-menu li a:hover {
    background-color: #d1ecf1 !important;
    color: #2e3338 !important;
}

/* Select2 style */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #007bff !important;
}

/* Slider style */
.slider .slider-handle,
.slider .slider-selection {
    background: #007bff !important;
}

/* Bootstrap theme */
.bg-primary {
    background-color: #007bff !important;
}

.text-primary {
    color: #007bff !important;
}

.border-primary {
    border-color: #007bff !important;
}

.badge-primary {
    color: #ffffff !important;
    background-color: #007bff !important;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

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

.btn-primary:disabled,
.btn-primary.disabled {
    background-color: #007bff !important;
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff !important;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background: #007bff;
    border-color: #007bff;
}

.alert-primary {
    color: #004085;
    background: #cce5ff;
    border-color: #b8daff;
}


.bg-secondary {
    background-color: #6c757d !important;
}

.text-secondary {
    color: #6c757d !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.badge-secondary {
    color: #ffffff !important;
    background-color: #6c757d !important;
}

.btn-secondary {
    color: #ffffff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

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

.btn-secondary:disabled,
.btn-secondary.disabled {
    background-color: #6c757d !important;
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d !important;
}

.btn-outline-secondary:hover {
    color: #ffffff;
    background: #6c757d;
    border-color: #6c757d;
}

.alert-secondary {
    color: #383d41;
    background: #e2e3e5;
    border-color: #d6d8db;
}


.bg-success {
    background-color: #28a746 !important;
}

.text-success {
    color: #28a746 !important;
}

.border-success {
    border-color: #28a746 !important;
}

.badge-success {
    color: #ffffff !important;
    background-color: #28a746 !important;
}

.btn-success {
    color: #ffffff !important;
    background-color: #28a746 !important;
    border-color: #28a746 !important;
}

.btn-success:hover {
    color: #ffffff !important;
    background-color: #218838 !important;
    border-color: #218838 !important;
}

.btn-success:disabled,
.btn-success.disabled {
    background-color: #28a746 !important;
}

.btn-outline-success {
    color: #28a746;
    border-color: #28a746 !important;
}

.btn-outline-success:hover {
    color: #ffffff;
    background: #28a746;
    border-color: #28a746;
}

.alert-success {
    color: #155725;
    background: #d4edda;
    border-color: #c3e6cb;
}


.bg-info {
    background-color: #17a3b8 !important;
}

.text-info {
    color: #17a3b8 !important;
}

.border-info {
    border-color: #17a3b8 !important;
}

.badge-info {
    color: #ffffff !important;
    background-color: #17a3b8 !important;
}

.btn-info {
    color: #ffffff !important;
    background-color: #17a3b8 !important;
    border-color: #17a3b8 !important;
}

.btn-info:hover {
    color: #ffffff !important;
    background-color: #138596 !important;
    border-color: #138596 !important;
}

.btn-info:disabled,
.btn-info.disabled {
    background-color: #17a3b8 !important;
}

.btn-outline-info {
    color: #17a3b8;
    border-color: #17a3b8 !important;
}

.btn-outline-info:hover {
    color: #ffffff;
    background: #17a3b8;
    border-color: #17a3b8;
}

.alert-info {
    color: #0c5360;
    background: #d1ecf1;
    border-color: #bee5eb;
}


.bg-warning {
    background-color: #ffc107 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.badge-warning {
    color: #ffffff !important;
    background-color: #ffc107 !important;
}

.btn-warning {
    color: #ffffff !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.btn-warning:hover {
    color: #ffffff !important;
    background-color: #e0a800 !important;
    border-color: #e0a800 !important;
}

.btn-warning:disabled,
.btn-warning.disabled {
    background-color: #ffc107 !important;
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107 !important;
}

.btn-outline-warning:hover {
    color: #ffffff;
    background: #ffc107;
    border-color: #ffc107;
}

.alert-warning {
    color: #856504;
    background: #fff3cd;
    border-color: #ffeeba;
}


.bg-danger {
    background-color: #dc3545 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.badge-danger {
    color: #ffffff !important;
    background-color: #dc3545 !important;
}

.btn-danger {
    color: #ffffff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-danger:hover {
    color: #ffffff !important;
    background-color: #c82334 !important;
    border-color: #c82334 !important;
}

.btn-danger:disabled,
.btn-danger.disabled {
    background-color: #dc3545 !important;
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545 !important;
}

.btn-outline-danger:hover {
    color: #ffffff;
    background: #dc3545;
    border-color: #dc3545;
}

.alert-danger {
    color: #721c25;
    background: #f8d7da;
    border-color: #f5c6cb;
}


.bg-light,
.bg-default {
    background-color: #e2e6ea !important;
}

.text-light,
.text-default {
    color: #e2e6ea !important;
}

.border-light,
.border-default {
    border-color: #e2e6ea !important;
}

.badge-light,
.badge-default {
    color: #212529 !important;
    background-color: #e2e6ea !important;
}

.btn-light,
.btn-default {
    color: #212529 !important;
    background-color: #ffffff !important;
}

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

.btn-light:disabled,
.btn-light.disabled,
.btn-default:disabled,
.btn-default.disabled {
    background-color: #ffffff !important;
}

.btn-outline-light,
.btn-outline-default {
    color: #ffffff;
    border-color: #ffffff !important;
}

.btn-outline-light:hover,
.btn-outline-default:hover {
    color: #212529;
    background: #ffffff;
    border-color: #ffffff;
}

.alert-light,
.alert-default {
    color: #818182;
    background: #fefefe;
    border-color: #fdfdfe;
}