﻿.mrBackground {
    /* background-color: rgb(238,238,238); */
    padding: 0px;
    top: 0px;
    position: sticky;
    z-index: 100000
}

a {
    text-decoration: none
}

.row-outer {
    padding-top: 0px;
}

#mrHeader {
    padding-top: 10px;
    position: -webkit-sticky;
    background-color: white;
}

.mrBanner {
    background-color: #E30018;
    color: white;
    font-size: 18px;
    padding: 0px;
    padding-left: 5px;
    min-height: 36px;
    z-index: 10000;
    vertical-align: middle;
}


.mrBreadcrumb {
    background-color: white;
    color: #606060;
    border-top: 3px solid #e30018;
    font-size: 16px;
    text-decoration: none;
}

    .mrBreadcrumb img {
        margin-bottom: 5px;
    }

    .mrBreadcrumb a, .mrBreadcrumb a:hover {
        text-decoration: none;
        color: #606060;
        vertical-align: middle;
    }

.mrProgressText {
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Verdana, Tahoma, Arial, sana-serif;
}

.mrQuestionText {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    padding-left: 10px;
}

.mrBannerText {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    vertical-align: middle;
}

.mrEdit {
    font-size: 16px;
    background-color: white !important;
    border: 1px solid gray;
}

    .mrEdit.mrOtherEdit {
        padding: 5px !important;
        height: 25px !important;
        font-size: 16px !important;
        background-color: white !important;
        display: inline;
        margin-left: 5px;
        vertical-align: top;
        margin-top:0px;
    }

input[type="text"] {
    padding: 5px;
    margin: 5px;
    margin-left: 0px;
    height: 30px;
    font-size: 16px;
    color: black;
}

label {
    /*display: inherit;*/
    vertical-align: middle;
    margin-left: -0.5em;
    margin-right: 0.5em;
}

.mrDropdown {
    font-size: 16px;
}

.mrMultiple {
    font-size: 16px;
    line-height: 1.5;
}

.mrSingle {
    font-size: 16px;
    line-height: 1.5;
}

.mrErrorText {
    font-size: 16px;
}

.mrMultipleText {
    font-size: 16px;
    line-height: 1.5;
}

.mrSingleText {
    font-size: 16px;
    line-height: 1.5;
}

.mrNext, .mrPrev, .mrStop {
    font-size: 16px;
    height: 20px;
}

#ProBar table {
    border-collapse: collapse;
    border: 1px solid #E30018;
}

#ProBar td {
    background-color: #fdf0f1;
    padding: 2px;
}

#qTable table {
    border-collapse: collapse;
    margin-bottom: 10px
}

#qTable td {
    border: 1px solid #fdedee;
    padding: 4px;
}

#qTable tr input[type=radio] {
   display: inline-block;
   accent-color: #0096DF;
}

.mrQuestionText td {
    border: none !important;
}

@media print {

    .mrStop, .mrPrev, .mrNext {
        display: none;
    }

    #ProBar {
        display: none;
    }
}

input[type=checkbox], input[type=radio] {
    top: 5px;
    margin: 0;
    width: 20px;
    height: 20px;
    z-index: 1;
    vertical-align: top;
}

.container {
    padding: 0px;
}

@media (max-width: 600px) {
    .container {
        max-width: calc(100%-10px);
        width: auto;
    }
}

form ul li:before {
    background-color: none;
}

input[type="submit"], input[type="reset"] {
    padding: 4px 0px 4px 20px !important;
    width: 170px !important;
}

.oz {
    padding-right: 5px;
}

input[type=checkbox], input[type=radio]{
    display: none;
}

input[type=checkbox]+label, input[type=radio]+label{
    background-color: #f1f1f1;
    color: black;
    border-radius: 0.5rem;
    padding: 0.5rem;
    width: 100%;
}

input[type=checkbox]+label:hover, input[type=radio]+label:hover {
   background: #c9c9c9;
}

input[type=checkbox]:checked+label, input[type=radio]:checked+label{
    background-color: rgb(000, 159, 223);
    color: white;
}

input[type=checkbox]:checked+label:hover, input[type=radio]:checked+label:hover{
    background-color: rgb(000, 159, 223);
}

@media only screen and (max-width: 800px) {

    .mrBreadcrumb {
        display: none;
    }

    .row-outer {
        padding-bottom: 0px;
    }

    .mrBanner {
        display: none;
    }

    .col-xs-6 {
        width: inherit;
    }

        .col-xs-6.text-right {
            float: right;
        }

    .ProBar {
        height: 15px;
        width: 200px;
    }

    table {
        width: 100% !important;
    }


    input[type="submit"], input[type="reset"] {
        width: calc(50% - 2px) !important;
        text-align: center;
        padding: 4px 4px 4px 4px !important;
    }

    .mrStop {
        display: none !important;
    }

    #bottom-innerwrap #legalmenu li {
        font-size: 12px !important;
        padding: 0px !important;
        margin-left: -5px !important;
    }

    #bottom-innerwrap {
        font-size: inherit !important;
    }

        #bottom-innerwrap img {
            margin: 0px !important;
            object-fit: contain;
        }

    .mrEdit.mrOtherEdit {
        margin-top: 3px !important;
    }

    #nav {
        display: flex;
        justify-content: space-between;
    }
}
