:root {
    --medium-blue: #2166AC;
    --medium-blue-alt: #4393C3;
    /*--medium-blue: #2960AF;*/
    /*--salmon: #F4A582;*/
    /*--dark-salmon: #D6604D;*/
    --maroon: #67001F;
    /*--dark-blue: #053061;*/
    --dark-blue: #01053F;
    --light-blue: #D1E5F0;
    --lime: #E7F852;
    --black: black;
    --dark-grey: #656565;
}

html {
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: var(--dark-blue);
    background-color: white;
}
body {
    min-height: 100%;
    color: var(--dark-blue);
    background-color: white;
    font-family: 'Montserrat', sans-serif;
}
h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 39px;
    /* or 122% */

    letter-spacing: 0.374px;

    /* LabelColor/Light/Primary */

    color: #000000;
}
.input_label {
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 21px;

    color: #053061;
}
.welcome_text {
    /*color: var(--dark-salmon)*/
    color: var(--black);
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 39px;
    /* or 122% */

    letter-spacing: 0.374px;
}
.header_text {
    /*color: var(--dark-salmon)*/
    color: var(--black);
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 39px;
    /* or 122% */
    padding: 8px;
    letter-spacing: 0.374px;
}
.sub_header_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    /* identical to box height, or 129% */
    padding: 8px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.408px;
    color: var(--dark-grey)

}
.light_blue {
    color: var(--light-blue)
}
.prior_statistics_label {
    color: #2166AC;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    align-items: center;
    text-align: left;
    letter-spacing: -0.408px;
}
.statistics_table {
    width: 50%;
    padding: 2px;
}
.prior_statistics_text {
    color: black;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    align-items: center;
    text-align: right;
    letter-spacing: -0.408px;
}
.grid_2col {
    display: grid;
    align-items: center;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.grid_3col {
    display: grid;
    align-items: center;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 2fr));
}
ul {
    list-style: none;
}
.copyright {
    position: fixed;
    bottom: 2px;
    color: white;
}
.mcs_blue_button {
    background-color: var(--medium-blue) !important;
    border-radius: 8px;
}
.mcs_green_button {
    background: #7FBC41;
    border-radius: 8px;
}
.mcs_red_button {
    background: #D6604D;
    border-radius: 8px;
}
.btn_login {
    font-size: 16px;
    background-color: #2166AC;
    color: white;
}
.mcs_header {
    background: var(--medium-blue);
    padding: 0 20px;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    color: white;
    /*color: var(--salmon);*/
    /*font-family: 'Roboto', sans-serif;*/
}
.mcs_header #title {
    text-align: center;
    font-size: 2.5em;
    display: inline-block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.mcs_header #welcome {
    float: left;
    /*font-size: 1.5em;*/
    display: inline-block;
    width: 10%;
}
.mcs_header #mcsLinks {
    display: none;
}
/* Style navigation menu links */
.mcs_header a {
    /*color: var(--salmon);*/
    color: var(--dark-blue);
    padding: 14px 16px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    text-align: right;
}
.mcs_header a:hover {
    color: var(--light-blue) !important;
}
/* Style the hamburger menu */
.mcs_header a.icon {
    background: var(--medium-blue);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    /*color: var(--salmon);*/
    color: white;
}
/* Add a grey background color on mouse-over */
#mcsLinks a:hover{
    background-color: var(--medium-blue);
    /*color: var(--salmon);*/
    color: var(--light-blue);
}
#mcsLinks a:visited{
    background-color: var(--medium-blue);
    /*color: var(--salmon);*/
    color: white;
}
.mcs_centered {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
h3 {
    color: var(--dark-blue);
}
tbody tr {
    cursor: pointer;
}
#contentWrapper {
    height: 100%;
    overflow: auto;
    /*padding-left: 48px;*/
    /*width: 75%;*/
    margin-top: 15px;
    /*margin-right: 25px;*/

}
#contentWrapper:after {
    clear: both;
    display: table;
    content: "";
}
.confirmationContentWrapper {
    padding-bottom: 15px;
}
a, a:visited {
    /*color: var(--salmon);*/
    color: var(--dark-blue);
}
.table_heading_black {
    font-weight: bold;
    color: black;
}
.safetyRadio {
    display: inline-block;
    padding: 2px;
}
.safetyRadioLabel {
    display: inline-block;
    margin-left: 5px;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    padding: 2px;
}
table {
    margin: 0;
    padding: 3px;
}
input, button, select {
    /*font-family: Verdana;*/
    border-radius: 5px;
    font-size: 14px;
    border:1px solid #cccccc;
    padding: 3px;
    font-weight: 500;
    /*background-color: var(--salmon);*/
    background-color: var(--light-blue);
    color: var(--dark-blue);
}
input[type=button]{

    border-radius: 50px;
    /*background-color: var(--dark-salmon);*/
    background-color: var(--medium-blue-alt);
    color: white;
    padding-left: 25px;
    padding-right: 25px;
}
input[type=submit]{

    border-radius: 50px;
    /*background-color: var(--dark-salmon);*/
    /*background-color: var(--medium-blue-alt);*/
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 10px;
}
input[type=submit].cancel {
    background-color: var(--maroon);
    color: white;
}
input[type=submit]:disabled {
    background: #dddddd;
    color: black;
}
input[type=text]:disabled {
    background: lightgray;
}
.warningText, .warningtext {
    color: #D6604D;
    font-family: 'Montserrat';
    /*font-style: italic;*/
    font-size: 14px;
    /*font-weight: bold;*/
}
.sub_text {
    font-family: 'Montserrat';
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    color: #2166AC;
    padding: 2px;
}
.detail_text {
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
    color: black;
    padding: 2px;
}
.blue_header {
    background: #92C5DE;
    border-radius: 10px;
    padding: 8px;
    color: white;
    text-align: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 22px;
    /* or 85% */

    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.408px;
}
.dark_blue_header {
    background: #2166AC;
    border-radius: 10px;
    padding: 8px;
    color: white;
    text-align: center;
}
a img {
    border: 0;
}
/* Float four columns side by side */
.column {
    float: left;
    width: 25%;
    padding: 0 10px;
}

/* Remove extra left and right margins, due to padding in columns */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Style the counter cards */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
    padding: 16px;
    text-align: center;
    margin-bottom: 15px;
    /*background-color: #f1f1f1;*/
    background: linear-gradient(180deg, #92C5DE 0%, #4393C3 100%);

    /*background: linear-gradient(180deg, #FDDBC7 0%, #F4A582 100%);*/
    /*position: absolute;*/
    /*width: 362px;*/
    /*height: 333px;*/
    /*left: 32px;*/
    /*top: 324px;*/
}
a.card_link, a:hover.card_link, a:visited.card_link {
    text-decoration: none;
    color: var(--dark-blue);
}
.cardBubble {
    display: inline-block;
    background: #0BEB07;
    border-radius: 10px;
    padding-left: 2px;
    padding-right: 2px;
}
#understood {
    background: #4393C3;
    border-radius: 50px;
}
.shift_start_warning {
    /*position: absolute;*/
    /*height: 250px;*/
    /*padding: 10px;*/
    /*width: 50%;*/
    /*background: rgba(32, 32, 32, 0.8);*/
    /*border-radius: 10px;*/
    /*color: white;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.40799999237060547px;
    text-align: left;
    margin-top: 25px;
}
.clock_in_button {
    background: #7FBC41;
    /*height: 41px;*/
    /*width: 189px;*/
    /*left: 113px;*/
    /*top: 757px;*/
    border-radius: 8px;
    color: white;
}

#driver_table_wrapper {
    width: 50%;
}