﻿
.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: 5px;
    hyphens: auto;
}

.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 {
    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: 1px;
    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);
}
div.smileyface {
    left: 170px;
    top: -10px;
    margin: -10px;
    width: 20px;
	height: 20px;
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: block;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0eeee));
	background: -moz-linear-gradient(top,  #ffffff,  #e0eeee);	
	box-shadow: inset 0px -3px 5px rgba(0, 0, 0, .3), 0px 1px 10px rgba(0, 0, 0, .6);
	-webkit-box-shadow: inset 0px -3px 5px rgba(0, 0, 0, .3), 0px 1px 10px rgba(0, 0, 0, .6);
	-moz-box-shadow: inset 0px -3px 5px rgba(0, 0, 0, .3), 0px 1px 10px rgba(0, 0, 0, .6);
}

p.eyes {
	width: 3px;
	height: 5.5px;
	background: #222;
	border-radius: 100px/160px;
	-webkit-border-radius: 100px 160px;
	-moz-border-radius: 100px/160px;
	position: absolute;
	top: 2.6px;
	box-shadow: 0 2px 0 rgba(255,255,255, 0.8);
	-webkit-box-shadow: 0 2px 0 rgba(255,255,255, 0.8);
	-moz-box-shadow: 0 2px 0 rgba(255,255,255, 0.8);
}	
	
	p.eyes.lefteye {
		left: 5px;
		}
		
	p.eyes.righteye {
		right: 5px;
		}
		
div.smile {
    width: 13px;
	height: 5px;
	border: 5px solid #222;
	border-top: 0;
	background: rgba(0,0,0,0);
	-moz-border-radius: 0 0 120px 120px / 0 0 90px 90px;
	-webkit-border-radius: 0 0 120px 120px 0 0 90px 90px;
	border-radius: 0 0 120px 120px / 0 0 90px 90px;
	position: absolute;
	bottom: 4px;
	left: 4px;
	box-shadow: 0 2px 0 rgba(255,255,255, 0.8);
	-webkit-box-shadow: 0 2px 0 rgba(255,255,255, 0.8);
	-moz-box-shadow: 0 2px 0 rgba(255,255,255, 0.8);
}
		
div.sad {
    width: 13px;
	height: 5px;
	border: 5px solid #222;
	border-top: 0;
	background: rgba(0,0,0,0);
	-moz-border-radius: 120px 120px 0 0 / 90px 90px 0 0;
	-webkit-border-radius: 120px 120px 0 0 90px 90px 0 0;
	border-radius: 120px 120px 0 0 / 90px 90px 0 0;
	position: absolute;
	bottom: 4px;
	left: 4px;
	box-shadow: 0 2px 0 rgba(255,255,255, 0.8);
	-webkit-box-shadow: 0 2px 0 rgba(255,255,255, 0.8);
	-moz-box-shadow: 0 2px 0 rgba(255,255,255, 0.8);
}

@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;
    }
}
