/*dependent on MAIN-2025.css - ver.4.250516 */
body {
    background-color: white /*#e4e4e4; /*Fallback color for older browsers
    background: linear-gradient(to right, lightgray , white, lightgray);*/
}
#header1 {
    display: block; /* match below as well */
    /*background-image:url("https://dim7aws.davisresearch.com/template/images/davis_header_black.png"); 975x80*/
    /*background-image:url("https://dim7web.davisresearch.com/230022/images/monogram.png");*/
    background-image:url("https://dim7aws.davisresearch.com/250034/images/monogram.png");
    background-position: left;
    padding-top: 3rem; /*8.2%;  (image-height / 975 width) x 100 */
    border-radius: 0; 
    margin: 1rem auto;
}
#header2 {
    display: none;
    /*Optional - apply left & right borders
    background-color: white;
    border: 1px solid gray;
    border-style: none solid;*/
    /*Optional -
    background-color: lightgray;
    border: 1px solid gray;
    border-radius: 10px;
    padding: 2px;
    height: 25px;
    margin: 4px 0;
    text-indent: 65%;
    font-size: 1em;
    color: white;*/
}
/*#header2:after { content: "SURVEY SURVEY SURVEY";}*/
#mrsurvey_top {
    display: none;
    padding-top: 1%;
    background-color: white;
    border: 1px solid gray;
    border-bottom-style: none;
    border-radius: 5px 5px 0 0; 
    /*Optional - connect header1 inclusive borders to mrsurvey_top (with header2 hidden)
    border-top-style: none;
    border-radius: 0;*/
}
#mainContent {
    background-color: white;
    /*
    border: 3px solid #033c5a;
    border-style: solid none;
    border: 1px solid gray;
    border-style: none solid;
    */
}
/*#mrsurvey {}*/
/*#landscape {} */ /* DO NOT CHANGE */
/*#responses {} */ /* DO NOT CHANGE */
#top_logo {
    display: none;
    /*background-image:url("https://dim7aws.davisresearch.com/template/images/davislogo.jpg"); 100x54*/
    height: 60px;
    padding-bottom: 32px;
}
#NavBox {background-color: white;}
/*#ProgressBar {} DO NOT CHANGE - this is enabled by the program (via show_progressbar.css) */
#bottom_logo {
    display: none;
    /*
    background-image:url("https://dim7aws.davisresearch.com/template/images/davislogo.jpg"); 100x54
    padding-top: 5%; 
    background-position: 98%;
    background-color: white;
    border: 1px solid gray;
    border-style: none solid;
    */
}
#mrsurvey_bottom {
    display: block;
    /*background-image: url("https://dim7aws.davisresearch.com/template/images/footer.png"); 977x48*/
    /*padding-top: 3%;  (image-height / 975 width) x 100 
    background-color: white;
    border-radius: 0 0 5px 5px; 
    border: 1px solid gray;*/
    border-top-style: none;
    border-radius: 0;
    /*gw*/
    min-height: 3rem;
    background-color: #033c5a;
    /*background-image:url("https://dim7web.davisresearch.com/230022/images/gw-footer-image.png");*/
    background-image:url("https://dim7aws.davisresearch.com/250034/images/gw-footer.png");
    background-repeat:no-repeat;
    background-size: contain; 
    background-position: left;
    border: .5rem solid #033c5a;
    padding: .25rem;
}
#footer {
    display: none;
    border: 1px solid gray;
    border-style: none;
    font-size: .75em;
    color: #7f8287; /* dark gray */
}
#resprivacy {display: none;}
/* radio button size */
input[type=radio], input[type=checkbox] {
    height: 1em; 
    width: 1em;
    /*
    appearance: none;
    border: 2px solid black;
    border-radius: 50%;
    background-clip: content-box;
    padding: 3px;
    */
}
/* input[type="radio"]:checked {background-color: #555555;}*/

/* mrInterview */
/*
.mrBannerText {}
.mrDropdown {}
.mrEdit {}
.mrErrorText {}
.mrGotoDropdown {}
.mrGridCategoryText {}
.mrGridQuestionText {}
.mrListBox {}
.mrOtherText {}
.mrOtherEdit {}
*/
.mrNext, .mrPrev, .mrFirst, .mrLast, .mrStop, .mrGoto {
    border-radius: 5px; 
    /*
    border: 1px solid #646464; 
    background-color: white;
    color: #646464; 
    */
    border: 2px solid #0073aa;
    background-color: white;
    color: #0073aa;

    cursor: pointer;
    margin: 0 .5em;
    min-height: 40px;
    min-width: 120px;
    font-weight: bold;
    font-size: 1.15em;
    /*width: auto; do not set width, allow to re-size */
}
/*Optional - style next button a different color*/
/*.mrNext {} */
.mrNext:hover, .mrPrev:hover, .mrFirst:hover, .mrLast:hover, .mrStop:hover, .mrGoto:hover {
    /*
    background-color: #646464;
    color: white;
    background-color: #d9d0bb; 
    */
    background-color: #d9d0bb; 
    color: #0073aa;
    border: 2px solid #d9d0bb;
}
/* dynamically size nav buttons - do not set width, allow to re-size */
@media only screen and (max-width: 767px) {
    .mrNext, .mrPrev {min-width: 150px}
}
@media only screen and (max-width: 375px) {
    .mrNext, .mrPrev {min-width: 100px; font-size: 0.8rem;}
}
/*OPTIONAL -- NAV BUTTON COLOR TRANSITION - dark to light gray, LEFT to RIGHT
.mrNext, .mrPrev, .mrFirst, .mrLast, .mrStop, .mrGoto {
    color: white; 
    background-image: linear-gradient(to right, #D3D3D3 50%, #646464 50%); 
    background-image: linear-gradient(-90deg, hsl(0 0% 39%) 0%, hsl(0 0% 53%) 50%, hsl(0 0% 93%) 50%, hsl(0 0% 83%) 100%);
    background-size: 210% 110%;
    transition: background-position 0.3s ease;
    background-position: 100% 0;
}
.mrNext:hover, .mrPrev:hover {
  color: #646464;
  background-position: 0 0;
}
*/
/*OPTIONAL -- NAV BUTTON COLOR TRANSITION - dark to light gray, RIGHT to LEFT
.mrNext, .mrPrev, .mrFirst, .mrLast, .mrStop, .mrGoto {
    color: #646464; 
    background-image: linear-gradient(to right, #D3D3D3 50%, #646464 50%); 
    background-image: linear-gradient(90deg, hsl(0 0% 39%) 0%, hsl(0 0% 53%) 50%, hsl(0 0% 93%) 50%, hsl(0 0% 83%) 100%);
    background-size: 210% 110%;
    transition: background-position 0.3s ease;
    background-position: 0 0;
}
.mrNext:hover, .mrPrev:hover {
  color: white;
  background-position: 100% 0;
}
*/
/*.mrProgressText {color: gray;}*/
/* .mrQuestionText {} */
/* .mrQuestionTable {} */
/*
.mrSingle, .mrMultiple {}
.mrSingleText, .mrMultipleText, .mrOtherText {}
*/

/*instructions*/
.instruct {
    color: green;
    font-style: italic;
}
/*interviewer only text*/
.intvr {color: blue;}
/*error messages*/
.errmsg {
    color: red; 
    font-weight: bold;
}

/* MEDIA QUERIES (smallest to largest displays) */
/* [A0] Smartphones (320) 
@media only screen
and (orientation: portrait)
and (min-device-width: 320px) {
} */
/* [A2] Smartphones (320) 
@media only screen
and (orientation: landscape)
and (min-device-width: 320px)
and (min-device-height: 568px) {
} */
/* [I0] Phablets (737) large phone/small tablet (portrait or landscape)
@media only screen
and (min-device-width: 737px) {
} */

/* [L0] Tablets/Desktops (980) */
@media only screen
and (min-device-width: 980px) {
    #header1 {
        display: block; /* match above as well */
        /*load IMAGE only for desktops */
        /*background-image:url("https://dim7aws.davisresearch.com/template/images/davis_gray_logo_header1.png");*/
    }
    #header2 {
        display: none;
        /* load IMAGE only for desktops (977x48) */
        /*background-image: url("https://dim7aws.davisresearch.com/template/images/gray_bar.png");*/
    }
    #mainContent {min-height: 560px;}
    .prop {height:560px;}
    #bottom_logo {
        display: none;
        /*background-image:url("https://dim7aws.davisresearch.com/template/images/davislogo.jpg"); 100x54*/
    }
}