﻿/* DEFAULTS
----------------------------------------------------------*/
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: "Open Sans", sans-serif;
    vertical-align: baseline;
}


.open-sans {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.crimson-text-regular {
    font-family: "Crimson Text", serif;
    font-weight: normal;
    font-style: normal;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section 
{
	display: block;
}

body {
    background: #ffffff;
    margin: 0px;
    padding: 0px;
    color: #020202;
    margin-left: 20px;
    font-size: 10pt;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

a
{
    color: #b01b2e;
}

a:hover {
    text-decoration: none;
}

p
{
    margin-bottom: 10px;
    line-height: 1.2em;
}

strong, b
{
    font-weight: bold;
}

/* General classes*/
.clear
{
	clear: both;	
}

.a-center
{
	text-align: center;	
    margin-bottom: 5px;
}

.a-fcenter
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.a-right
{
	text-align: right;	
    margin-bottom: 5px;
}

.a-left
{
	text-align: left;	
    margin-bottom: 5px;
}

.a-middle {
    vertical-align: middle;
    display: inline-block;
}

.a-bottom {
    vertical-align: bottom;
    height: 100%;
    display: inline-block;
}

.a-middle img
{
    vertical-align: middle;
    max-height: 32px;
    max-width: 32px;
}

.a-middle-parent
{
    height: 32px;
    line-height: 12px;
}

.spaced
{
	margin: 10px 0 10px 0;
}

.hidden
{
	display: none;	
}

.invisible
{
	visibility: hidden;	
}

.f-left
{
	float: left;	
}

.f-right
{
	float: right;	
}

.padding3 {
    padding: 3px;
}

.padding10 {
    padding: 10px;
}
.height30 {
    height: 30px;
}
.height40 {
    height: 40px;
}

.height0 {
    height: 0px;
}

.relative {
    position: relative;
}


.width-min {
    max-width:fit-content;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 27pt;
    font-variant: normal;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 0.5rem;
    line-height: 27pt;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-size: 27pt;
    font-family: "Crimson Text", serif;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 27pt;
    font-family: "Crimson Text", serif;
}

h3 {
    font-size: 20pt;
    font-family: "Crimson Text", serif;
}

h4
{
    font-size: 16pt;
}

h5, h6
{
    font-size: 14pt;
}

ul {
    list-style-position: inside;
}
.no-after:after {
    content: none;
}
.no-before:before {
    content: none;
}

.no-top-margin {
    margin-top: 0px;
}

.no-bottom-margin {
    margin-bottom: 0px;
}

/* responsive images */
.home-responsive {
    padding-bottom: 42.75% !important;
}

.mobile-responsive {
    padding-bottom: 84.82% !important;
}

.inner-responsive {
    padding-bottom: 17.25% !important;
}

.video-responsive {
    padding-bottom: 56.25% !important;
}

.graph-responsive {
    display: block;
    padding: 75% 0 0 0 !important;
    width: 100%;
}

.graph-responsive2 {
    display: block;
    padding: 37.5% 0 0 0 !important;
    width: 100%;
}

.graph-responsive3 {
    display: block;
    padding: 25% 0 0 0 !important;
    width: 100%;
}

.graph-responsive3h {
    display: block;
    padding: 33.33% 0 0 0 !important;
    width: 100%;
}

    .graph-responsive img {
        display: block;
    }

.all-responsive {
    overflow: hidden;
    position: relative;
    height: 0;
}

    .all-responsive img, .all-responsive iframe {
        left: 0px;
        top: 0px;
        height: 100% !important;
        width: 100% !important;
        position: absolute;
    }

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.a-message {
    font-size: 12pt;
    font-variant: normal;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 0.5rem;
    line-height: 20pt;
    font-family: "Crimson Text", serif;
    font-weight: bold;
    font-style: normal;
}

.a-error {
    color: #b01b2e;
}

.header-logo img {
    cursor: pointer;
}

.instructions ul {
    list-style-type: decimal;
    list-style-position: inside;
}

.instructions li {
    margin: 5px;
}

.dashboard-filters > div {
    padding-right: 2%;
}

.dashboard-filters h5 {
    margin-right: auto;
    margin-bottom: 0px;
    font-size: 12pt;
}

.dashboard-page input, .dashboard-page select {
    width: 15em;
}
.dashboard-page .results-table table tr td {
    border: 1px solid #f4f4f4;
}

.dashboard-page .results-table table tr th, .results-table table tr td {
    min-width: 150px;
}

div.dt-container div.dt-length select {
    width: 75px !important;
    min-width: 75px;
    margin-bottom: 0;
}

div.dt-container div.dt-search input {
    min-width: 15em;
}

div.dt-container div.dt-search {
    padding-right: 10px;
}

.chart-box {
    padding: 0px 10px 5px 10px;
    background-color: #ffffff;
    height: 100%;
    text-align: center;
}

    .chart-box img {
    }

.chart-zoom img {
    position: relative;
    top: 5px;
    left: -5px;
    height: 27px !important;
    z-index: 999;
    cursor: pointer;
}

.chart-topper .number-box {
    position: relative;
    top: 5px;
    left: -50px;
    min-height: 80px !important;
    border: 1px solid black;
    z-index: 999;
}
    .chart-topper .number-box h4 {
        font-size: 12pt;
        font-weight: bold;
        margin-bottom: 2px;
        color: #b01b2e;
    }
    .chart-topper .number-box p {
        font-size: 10pt;
        font-weight: bold;
        margin-bottom: 2px;
    }

.red-top {
    border-top: 5px solid #b01b2e;
}

.number-box {
    padding: 3px;
    width: 100%;
    padding: 6px;
    float: left;
    background-color: #ffffff;
    min-height: 120px;
    margin: 0px auto;
    text-align: center;
    height: 100%;
    font-size: 10pt;
}
    .number-box table {
        width: 100%;
    }
        .number-box table td {
            text-align: center;
            height: 30px;
            padding: 3px;
            font-size: 14pt;
            font-weight: bold;
            color: #b01b2e;
        }

        .number-box table tbody tr td span {
            font-size: 12pt !important;
            font-weight: normal !important;
            color: black;
        }

        .number-box table tbody tr td h4 {
            font-size: 18pt !important;
            font-weight: bold !important;
        }

        .number-box table th {
            text-align: center;
            height: 30px;
            padding: 3px;
        }

        .number-box table tbody tr th {
            text-align: left;
            height: 30px;
            padding: 3px;
        }

        .number-box table tr:nth-child(even), .number-box thead {
            background-color: #ffffff;
        }

        .number-box p {
            font-weight: bold;
        }

        .top-value-box table thead tr th {
            border-top: 1px solid black;
            border-bottom: 1px solid black;
            width: 50%;
        }

        .top-value-box table tbody tr td {
            width: 50%;
            color: black;
            font-size: 10pt;
            font-weight: normal;
            text-align: left;
            padding-left: 20px;
        }

        .top-value-box table tr td:first-child, .top-value-box table tr th:first-child {
            border-right: 1px solid black;
            width: 50%;
        }

.home-item {
    margin: 100% 5px 10px 5px;
    padding: 10px;
    background-color: #ffffff;
    min-height: 150px;
    cursor: pointer;
}

    .home-item hr, .home-item-large hr {
        margin: 10px 10px;
        border-bottom: 2px solid #cacaca;
        width: 50px;
    }

.home-item-large {
    margin: 50% 5px 10px 5px;
    padding: 10px;
    background-color: #ffffff;
    min-height: 150px;
    cursor: pointer;
}

.home-left {
    border-top: 5px solid #de6328;
}

    .home-left h3 {
        color: #de6328;
        font-size: 16pt;
    }

.home-middle {
    border-top: 5px solid #195d90;
}

    .home-middle h3 {
        color: #195d90;
        font-size: 16pt;
    }

.home-right {
    border-top: 5px solid #528024;
}

    .home-right h3 {
        color: #528024;
        font-size: 16pt;
    }


.gold-top {
    border-top: 5px solid #f9d97e;
}

.page-border-top {
    display: block;
    background-color: #ffffff;
    max-width: 1200px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin: 20px auto 0px auto;
}
.gold-top {
    border-top: 5px solid #f9d97e;
}

    .page-border-top h2 {
        width: fit-content;
        padding: 5px;
        margin-bottom: 0px;
        position: relative;
        top: 40px;
        display: block;
    }

    .page-border-top .print {
        top: -40px;
        padding: 5px;
    }

.page-border-top img {
    height: 40px;
}

.image-icon {
    height: 10pt !important;
}

.page-noborder {
    display: block;
    background-color: #ffffff;
    max-width: 1200px;
    margin: 20px auto 0px auto;
}

.page {
    display: block;
    background-color: #ffffff;
    max-width: 1200px;
    margin: 80px auto 0px auto;
}

span.page-gray {
    cursor: pointer;
}

.page-gray {
    background-color: #f4f4f4 !important;
}

    .page h2, .page h3, .page h4, .page h5 {
        color: #b01b2e;
    }

    .popup h2, .popup h3, .popup h4, .popup h5 {
        color: #b01b2e;
    }
    .page h5 i {
        color: #b01b2e;
    }
    .page h5 span {
            font-size: 12pt;
            color: #040404;
        }

.print_page {
    display: block;
    background-color: #ffffff;
    max-width: 1200px;
    margin: 20px auto 0px auto;
    border: 0px;
    border-top: 5px solid black;
}

.main-form {
    max-width: 1200px;
    width: 100%;
    background-color: #f4f4f4;
    background-image: url('../Images/background-photo.webp');
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 25%;
    border-top: 30px solid #f4f4f4;
    margin: 0px auto 0px auto;
    box-shadow: 0 -5px 4px 0px #cacaca;
}

.main-form-no-image {
    max-width: 1200px;
    width: 100%;
    background-color: #f4f4f4;
    padding-bottom: 25%;
    border-top: 30px solid #f4f4f4;
    margin: 0px auto 0px auto;
    box-shadow: 0 -5px 4px 0px #cacaca;
}

.print-form {
    max-width: 1200px;
    width: 100%;
    background-color: #f4f4f4;
    padding-bottom: 25%;
    border-top: 30px solid #f4f4f4;
    margin: 0px auto 0px auto;
}
.header-logo {
    padding: 3px;
}
.header-logo img {
    height: 50px;
    width: 150px;
    max-height: 50px;
    max-width: 150px;
}

.header {
    background: #ffffff;
    padding: 0px;
    margin: 5px 0 0;
}

.qr-code {
    min-height: 200px;
}

.header-block {
    height: 100%;
    margin: 0px;
    color: #333333;
}
    .header-block a {
        color: #333333;
    }
    /*
div:has(div.header-block) {
    margin: 0;
}
*/
.header-block div {
    height: 100%;
    padding: 20px;
}

.header-block-menu {
    font-family: "Open Sans", sans-serif;
    font-size: 16pt;
    text-align: center;
    padding: 5px;
    margin: 0px auto;
    position: relative;
    top: 50px;
    display: block;
}

    .header-block-menu .menu-item {
        background-color: #a6a6a6;
        color: #ffffff !important;
        cursor: pointer;
        width: 100%;
        margin: 3px;
        padding: 5px;
        opacity: 0.8;
    }

        .header-block-menu .menu-item.black-back {
            background-color: #040404;
            color: #ffffff !important;
            cursor: pointer;
            opacity: 1.0;
        }


    .header-block-menu .menu-item:hover {
        cursor: pointer;
    }
.header h1
{
    font-variant: normal;
    text-transform: none;
    margin: 0px;
    padding: 5px 5px 5px 5px;
    color: #0188C0;
    border: none;
    line-height: 1.5em;
    font-size: 1.5em;
    height: 65px;
    text-align: center;
}

.footer
{
    background-color:#ffffff;
    padding: 8px 0px 8px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.footer div
{
    padding: 8px;
}

.footer a
{
    text-decoration: underline;
}

.form-table, .form-table tr
{
    width: 100%;
}

    .form-table tr td:nth-child(1) {
        padding-left: 5%;
        width: 37%;
        vertical-align: middle;
    }

.form-table tr td:nth-child(2)
{
    width: 57%;
    padding-right: 3%;
}

.form-table tr:nth-child(even) {
    background-color: #ffffff;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.results-table, .results_table table
{
    width: 100%;
}

.results-table-scroll {
    overflow-x: scroll;
}

.results-table table tr th, .results-table table tr td {
    padding: 5px !important;
    vertical-align: middle;
    height: 100%;
    min-width: 140px;
    max-width: 160px;
}

table.manage-table tr th, table.manage-table tr td {
    min-width: 80px;
}

.results-table table tr td {
    overflow-wrap: anywhere;
    background-color: #ffffff;
}

.results-table table tr th {
    overflow-wrap: anywhere;
    background-color: #dfdfdf;
    color: #000000;
}
    .results-table table tr th span {
        position: static !important;
        display: inline-block !important;
        padding: 3px;
    }

        .results-table table tr th span:before, .results-table table tr th span:after {
            left: initial !important;
        }

    .results-table table tr th a {
        background-color: #dfdfdf;
        color: #ffffff;
        text-decoration: underline;
    }

table.dataTable > tbody > tr:nth-child(2n)>* {
    background-color: #ffffff !important;
    box-shadow: none !important;
}

.results-table table tbody tr:nth-child(even) {
    background-color: #ffffff;
    box-shadow: none;
}
.results-table table tbody tr:nth-child(odd) {
    background-color: #ffffff;
    box-shadow: none;
}

.results-table button img {
    padding: 3px;
    height: 30px;
    cursor: pointer;
}
table.manage-table tr td.min-width, table.manage-table tr.min-width {
    min-width: 40px;
    width: 1%;
    white-space: nowrap;
}
td.min-width-actions, th.min-width-actions {
    width: 1%;
    min-width: 300px !important;
    white-space: nowrap;
}
td.min-width-actions2, th.min-width-actions {
    width: 1%;
    min-width: 300px !important;
    white-space: nowrap;
}

.gray-back {
    background-color: #a6a6a6;
    color: #ffffff !important;
    cursor: pointer;
}

    .gray-back h1, .gray-back h2, .gray-back h3 {
        color: #ffffff !important;
    }


.black-back {
    background-color: #040707;
    color: #ffffff !important;
    cursor: pointer;
}

    .black-back h1, .black-back h2, .black-back h3 {
        color: #ffffff !important;
    }

.red {
    color: #b01b2e;
}

.boldred {
    color: #b01b2e;
    font-weight: bold;
}


.red-back {
    background-color: #b01b2e;
    color: #ffffff !important;
}
    .red-back a {
        background-color: #b01b2e;
        color: #ffffff !important;
    }

@media print {
    .red-back {
        background-color: #b01b2e !important;
        color: #ffffff !important;
    }

        .red-back a {
            background-color: #b01b2e !important;
            color: #ffffff !important;
        }
}

        .red-back h1, .red-back h2, .red-back h3 {
            color: #ffffff !important;
        }

        .red-back ul {
            list-style-type: disc;
            list-style-position: inside
        }

        .red-back li {
            margin: 5px;
        }

    .no-padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

        .no-padding > .row {
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-top: 10px !important;
        }

.button-red {
    background-color: #b01b2e;
    display: inline-block;
    cursor: pointer;
    pointer-events: all;
    color: #ffffff;
    font-size: 10pt;
    padding: 3px 3px;
    text-decoration: none;
    border: 1px solid #cccccc;
    margin: 0px;
    vertical-align: middle;
    height: 30px;
    min-width: 150px;
    width: 100%;
}

        .button-red:hover {
            background-color: #c5283f;
        }

        .button-red:active {
            position: relative;
            top: 1px;
        }

.button-disabled {
    background-color: lightgray;
    display: inline-block;
    color: white;
    font-size: 10pt;
    padding: 3px 3px;
    text-decoration: none;
    border-color: lightgray;
    border: 1px solid lightgray;
    margin: 0px;
    vertical-align: middle;
    height: 30px;
    min-width: 150px;
    width: 100%;
    pointer-events: none;
    cursor: none;
}

.inputtxt, .dt-input {
    padding: 3px 3px;
    height: 30px !important;
    font-size: 10pt;
    border: 1px solid #cccccc;
    background-color: #FFFFFF;
    color: #000000;
    border-style: solid;
    min-width: 150px;
    margin-bottom: 0px;
}

    .inputtxt:focus {
        outline: none;
    }

    div.profile-page .inputtxt {
        min-width: 60px;
    }

.link-button {
    background: none !important;
    border: none;
    padding: 0 !important;
    text-decoration: underline;
    cursor: pointer;
}

.link-link {
    background: none !important;
    border: none;
    padding: 0 !important;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 0.5rem;
    vertical-align: middle;
    height: 100%;
    display: inline-block;
    line-height: 27pt;
    margin-right: 10px;
    color: #b01b2e;
}
        .link-link img {
            vertical-align: middle;
            max-height: 32px;
            max-width: 32px;
            height: 10pt;
        }

        .link-link:hover {
            text-decoration: underline;
            color: #b01b2e;
        }

    /* Popup */
    .popupmenu {
        position: absolute;
        display: none;
        z-index: 9999;
        background-size: 100%;
        background-color: #f9de85;
        height: auto;
        border: 1px solid #ccc;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    /* Popup */
    .popup {
        background-image: url(/Images/black-fade.png);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 500%;
        display: none;
        z-index: 9999;
    }

        .popup > div {
            background-color: #ffffff;
            position: relative;
            top: 5%;
            left: 0;
            width: 50%;
            min-height: 120px;
            margin: 0px auto;
            padding: 15px;
            border-top: 5px solid #b01b2e;
        }

        .popup input, .popup select {
            max-width: 300px;
            padding: 3px;
        }

        .popup .close-button img {
            height: 25px;
            cursor: pointer;
        }

    .button-table img {
        padding: 3px;
        height: 30px;
        cursor: pointer;
    }

.cohort_popup_body .a-middle {
    margin-top: 4px;
}

.copied-popup {
    position: relative;
    top: 0;
    left: 0;
    height: 0;
    display: none;
}

    .copied-popup > div {
        color: #b01b2e;
        padding: 5px;
        position: absolute;
        top: -50px;
        left: 20px;
        background-color: white;
        border: 1px solid #b01b2e;
        z-index: 9999;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

@media only screen and (max-width: 1024px) {
    .breadcrumb-link h4, .breadcrumb-link a {
        font-size: 8pt;
    }
}
