﻿.card .header {
    font-weight: bold;
    font-size: 24px;
}

/* Sitewide */
.sidebar, .sidebar .sidebar-wrapper {
    position: fixed;
}

@media (max-width: 1599px) and (min-width: 993px) {
    .sidebar, .sidebar .sidebar-wrapper {
        position: fixed;
        width: 107px;
    }
}

.navbar-default .navbar-nav > li > a:not(.btn), 
.card label, .modal-body label {
    color: #333;
}

@media screen and (max-width: 991px) {
    .navbar-nav p .card h4, .card .title {
        font-size: 20px;
    }
}

.topleft-logo {
    margin: 5px 15px;
    height: 50px;
}

.navbar-default .navbar-nav > li > a:not(.btn):hover,
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before,
a, .btn-info {
    color: #0857f4;
}

.btn-info {
    border-color: #0857f4;
}

.btn-info.btn-fill, .alert-info
.pagination > li.active > a,
.pagination > li.active > span, .pagination > li.active > a:hover,
.pagination > li.active > span:hover,
.pagination > li.active > a:focus,
.pagination > li.active > span:focus {
    background-color: #0857f4;
}

.main-panel .main-content {
    padding-bottom: 0;
}

.footer .copyright {
    margin: 10px 15px 10px 0;
    padding: 0;
}

.card .content {
    padding-bottom: 0;
}

@media screen and (max-width: 991px) {
    .nav > li > a {
        padding: 5px 10px;
    }

    .sidebar .nav p,
    .sidebar .nav [data-toggle="collapse"] ~ div > ul > li > a,
    .sidebar .sidebar-wrapper .nav a.panel-title {
        font-size: 16px;
    }
}

.navbar .navbar-nav > li > a:hover {
    cursor: pointer;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    color: black;
}

/* Logout Modal */
.logout-modal {
    position: fixed;
    z-index: 9010;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.logout-modal--sidebar {
    justify-content: flex-start;
    align-items: center;
}

.logout-modal__body {
    height: 200px;
    width: 300px;
}

.logout-modal__body--sidebar {
    margin-left: calc(-50vw + 160px);
}

.logout-modal__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: black;
}


.logout-modal__btn {
    margin: 0 10px;
}

/* Sitewide Tables */
thead th .both {
    padding-right: 0px;
    background-image: none;
}

thead th .asc,
thead th .desc {
    padding-right: 18px;
    background-position: right 3px;
}

thead th .desc {
    background-position: right -5px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
    font-size: 13px;
    background-color: #fafafa;
    font-weight: 600;
    color: #333;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
    /*padding: 14px 8px;*/
    padding: 5px 8px;
}

.table > thead > tr > th {
    vertical-align: top;
}

.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 5px 8px;
    font-family: Calibri, 'Trebuchet MS', sans-serif;
}

.table > tbody > tr > td.right-align-data, .table > .tfoot > tr > td.right-align-data,
.table > thead > tr > th.right-align-data, .table > tbody > tr > th.right-align-data,
.table > tfoot > tr > td.right-align-data {
    text-align: right;
}

.table > tbody > tr > td.left-align-data, .table > .tfoot > tr > td.left-align-data,
.table > thead > tr > th.left-align-data, .table > tbody > tr > th.left-align-data,
.table > tfoot > tr > td.left-align-data {
    text-align: left;
}

.table > tbody > tr > td.center-align-data, .table > .tfoot > tr > td.center-align-data,
.table > thead > tr > th.center-align-data, .table > tbody > tr > th.center-align-data,
.table > tfoot > tr > td.center-align-data {
    text-align: center;
}

.card .table tbody td:last-child, .card .table thead th:last-child, .card .table tfoot td:last-child {
    padding-right: 8px;
}

.test-results-request-form {
    margin-bottom: 0;
    border-bottom: none;
}

.test-results-legend {
    margin-bottom: 0;
}

.table__margin-top {
    margin-top: 15px;
}

.table-pag__container {
    margin-left: 15px;
}

.test-normal-range {
    background-color: inherit;
}

@media screen and (max-width: 991px) {
    .main-panel .main-content {
        padding: 30px 0;
    }

    .content.table-responsive.table-full-width,
    .content.less-table-padding {
        padding: 15px 0px;
        margin: 0;
    }

    .offset-less-table-padding {
        padding: 0 15px;
    }

    .negative-table-margins {
        margin: 0 -15px;
    }
}

/* Master Settings Icon */
.master-settings__link-icon {
    position: absolute;
    top: -19px;
    right: 16px;
    font-size: 24px;
    padding: 0.5rem 1.75rem;
    color: black;
    border-radius: 24px 24px 0 0;
    background-color: #fafafa;
    border: 1px solid #eee;
    border-bottom: 1px solid #fafafa
}

.master-settings__link-icon:hover {
    cursor: pointer;
    color: #0857f4;
}