﻿h3, .h3 {
    font-size: 20px;
}

h4, .h4 {
    font-size: 16px;
}

.alert-white.alert-warning .icon,
.alert-white.alert-warning .icon:after {
    border-color: orange;
    background: orange;
}

.alert-white.alert-error .icon,
.alert-white.alert-error .icon:after {
    border-color: #e74c3c;
    background: #e74c3c;
}

.alert-critical {
    color: red;
    background-color: #fff;
}

.alert-white.alert-critical .icon,
.alert-white.alert-critical .icon:after {
    border-color: red;
    background: red;
}

.alert-info {
    color: green;
    background-color: #fff;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    color: #6b7280;
}

.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
    }
}

.btn-primary {
    color: #fff;
    background-color: var(--fsblue);
    border-color: var(--fsblue);
}

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #01acf1;
        border-color: #01acf1;
    }

.navbar-default {
    border-color: #e7e7e7;
    background-color: #fff;
}

.navbar-toggler {
    margin-right: 5px;
}

.panel-heading {
    padding: 5px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: var(--fsblue);
    border-color: #ddd;
}

.form-horizontal .control-label {
    text-align: left;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/fonts/glyphicons-halflings-regular.eot');
    src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.dropdown-menu .divider {
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.card {
    margin-bottom: 10px;
}

    .card:last-child {
        margin-bottom: 30px;
    }

.card-header {
    color: #fff;
    background-color: var(--fsblue);
    font-size: 16px;
    text-transform: uppercase;
    padding: 9px 15px;
    display: inline-flex;
}

    .card-header h4 {
        color: #fff;
        margin-top: 10px;
        margin-bottom: 10px;
    }

.btn {
    padding: 6px 12px;
}

.table {
    color: inherit;
    background-color: #fff;
}

    .table th, .table td {
        padding: 8px;
        vertical-align: middle;
    }

    .table > thead > tr {
        background-color: #fff;
    }

        .table > thead > tr > th {
            padding: 8px;
            line-height: 1.42857143;
            vertical-align: top;
            border-top: 1px solid #ddd;
        }

tr .tableRowHeading:hover {
    color: #fff;
}

.table-striped thead tr {
    background-color: var(--fsblue) !important;
    color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.dropdown-menu {
    font-size: 13px;
}

    .dropdown-menu li a {
        font-size: 13px;
        text-transform: none;
        color: #666;
    }

.dropdown-item {
    padding: 5px 12px;
    line-height: 24px;
}

.user-nav {
    margin: inherit;
}

    .user-nav span, .user-nav i {
        color: var(--fsblue);
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        background-image: none;
        border-color: #adadad;
    }

        .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus {
        background-color: #fff;
        border-color: #ccc;
    }

.dropdown-item {
    color: #666;
}

.form-group label, .formLabel {
    padding-top: 5px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    margin-left: 0;
    padding: 0 5px 0 5px;
}

.card .table > thead > tr > th:first-child, .card .table > tbody > tr > td:first-child {
    border-left: 0;
}

.card .table > thead > tr > th:last-child, .card .table > tbody > tr > td:last-child {
    border-right: 0;
}

.card-body {
    padding: 7px;
    color: #6b7280 !important;
}

table td i {
    width: 22px;
}

.input-group-text {
    border-radius: 0;
}

.text-warning {
    color: #ff7400 !important;
}

.nav-item.nav-item-header {
    color: var(--fsblue);
}

.nav-item a {
    color: inherit;
}

.nav-item .scrollbar-sidebar, .scrollbar-container {
    position: relative;
    height: 100%;
    max-height: 650px;
}

.btn-actions-pane-right .btn {
    margin-left: 5px;
}

/* Dropdown toggle */

.dropdown-toggle::after {
    position: relative;
    top: 2px;
    opacity: 1;
    margin-left: 5px;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.divider {
    width: 2px;
    height: 28px;
    margin: 0 4px 0 4px;
    border-right: solid 1px #ccc;
}

.alert-primary {
    background-color: var(--fsblue);
    color: #fff;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit;
}

.table td {
    color: inherit;
}

.widget-chart {
    border-radius: 0.5rem;
}

@media (min-width: 576px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .container-fluid {
        padding: 20px;
        margin-left: 0;
    }

    .card-body {
        padding: 1.25rem;
    }

    .header-user-info {
        display: inherit;
    }

    .row {
        margin-right: 0;
        margin-left: -15px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .container {
        margin: 0px;
        padding: 5px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}