/*ver.4.250117*/
/*dependent on Main.css*/

body {
    background-color: #aaa; /*Fallback color for older browsers
    background: linear-gradient(to right, lightgray , white, lightgray);*/
}

#header1 {
    display: block; /* match below as well */

    /*background-image:url("https://survey.davisresearch.com/230080/images/header.png"); 977x95*/
    background-image:url("https://myinternetlearning.com/230080/images/header.png"); /*977x95*/
    padding-top: 9.74%; /* (image-height / 975 width) x 100 */
    border-radius: 5px 5px 0 0; /*rounded borders*/

    /* Optional - inclusive borders
    background-color: white;
    border: 1px solid gray;
    border-bottom-style: none;
    */

    border-bottom:5px solid #183676;
    background-color: white;
}

#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 {
    padding-top: 1%;
    background-color: white;
    border: 1px solid gray;
    border-bottom-style: none;
    /*border-radius: 5px 5px 0 0; rounded borders*/

    /*Optional - connect header1 inclusive borders to mrsurvey_top (with header2 hidden)
    border-top-style: none;
    border-radius: 0;*/
}

#mainContent {
    background-color: white;
    border: 1px solid gray;
    border-style: none solid;
    min-height: 65vh;
}

#top_logo {
    display: none;
    /*background-image:url("https://survey.davisresearch.com/template/images/davislogo.jpg"); 100x54*/
    height: 60px;
    padding-bottom: 32px;
}

#NavBox {
    background-color: white;
}

/* DO NOT CHANGE - this is enabled by the program (via show_progressbar.css) 
#ProgressBar {}
*/

#bottom_logo {
    display: none;
    /*background-image:url("https://survey.davisresearch.com/template/images/davislogo.jpg"); 100x54*/
    padding-top: 5%; /* (image-height / 975 width) x 100 */
    background-position: 98%;
    background-color: white;
    border: 1px solid gray;
    border-style: none solid;
}

#mrsurvey_bottom {
    display: block;
    /*background-image: url("https://survey.davisresearch.com/template/images/footer.png"); 977x48*/
    /*padding-top: 3%;  (image-height / 975 width) x 100 */
    background-color: #183676;
    border: 1px solid gray;
    border-top-style: none;
    border-radius: 0 0 5px 5px; /*rounded borders*/
    min-height: 1rem;
    height: auto;
    padding: 1rem;
    color: white;
    text-align: center;
}
#mrsurvey_bottom a:link {
    color: white;
    /*text-decoration: none;*/
    text-decoration: underline; 
}
#mrsurvey_bottom a:hover {
    color: #ffd972; /*gold*/
    /*text-decoration: underline;*/
}
#mrsurvey_bottom a:visited {
    color: #1779ba; /*cyan*/
    /*text-decoration: none;*/
}

#footer {
    display: block;
    border: 1px solid gray;
    border-style: none;
    font-size: .75em;
    color: #7f8287; /* dark gray */
}

/* DO NOT CHANGE - this is enabled by the program (via force_landscape.css or suggest_landscape.css) 
#landscape { }
*/
/* DO NOT CHANGE 
#responses {}
*/

/* radio button size */
input[type=radio], input[type=checkbox] {
    height: 1em; 
    width: 1em;
}

/* mrInterview 
.mrQuestionText {}
.mrQuestionTable {}
.mrGridQuestionText {}
.mrGridCategoryText {}
.mrBannerText {}
.mrErrorText {}
.mrSingle, .mrMultiple {}
.mrSingleText, .mrMultipleText, .mrOtherText {}
.mrEdit {}
.mrDropdown {}
.mrListBox {}
*/

.mrNext, .mrPrev, .mrFirst, .mrLast, .mrStop, .mrGoto {
    /*border-radius: 5px; rounded corners */
    border-radius: 3rem !important; 
    border: 1px solid #183676; 
    background-color: #183676;
    color: white; 
    cursor: pointer;
    margin: 0 .5em;
    min-height: 40px;
    min-width: 120px;
    font-weight: bold;
    font-size: 1.15em;
}
/*background-color: white; Optional - style next button a different color
.mrNext {}
*/
.mrNext:hover, .mrPrev:hover, .mrFirst:hover, .mrLast:hover, .mrStop:hover, .mrGoto:hover {
    /*background-color: #646464;
    color: #CACACA; SJ*/
    color: #ffd972; /*gold*/
}

/*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: #ffd972; 
  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;
}
*/

/*
.mrGotoDropdown {}
.mrOtherText {}
.mrOtherEdit {}
*/

.mrProgressText {
    color: gray;
}

/*instructions*/
.instruct {
    color: green;
    font-style: italic;
}
/*interviewer only text*/
.intvr {
    color: blue; 
}
/*error messages*/
.errmsg {
    color: red; 
    font-weight: bold;
}

.chevron::before {
    border-color: gray;
}

/* MEDIA QUERIES (smallest to largest displays) - these are included to load different images based on device */

/* [A0] styles - Smartphones (320) */
@media only screen
and (orientation: portrait)
and (min-device-width: 320px) {
}
/* [A2] styles - Smartphones (320) */
@media only screen
and (orientation: landscape)
and (min-device-width: 320px)
and (min-device-height: 568px) {
}
/* [I0] styles - Phablets (737) anything between a large phone and a small tablet (portrait or landscape)*/
@media only screen
and (min-device-width: 737px) {
}
/* [L0] styles - Tablets/Desktops (980) */
@media only screen
and (min-device-width: 980px) {
    #header1 {
        display: block; /* match above as well */
        /*load IMAGE only for desktops (977x100) */
        /*background-image:url("https://survey.davisresearch.com/template/images/davis_gray_logo_header1.png");*/
    }
    #header2 {
        display: none;
        /* load IMAGE only for desktops (977x48) */
        /*background-image: url("https://survey.davisresearch.com/template/images/gray_bar.png");*/
    }
    #mainContent {min-height: 560px;}
    .prop {height:560px;}
    /*
    #bottom_logo {
        display: block;
        background-image:url("https://survey.davisresearch.com/template/images/davislogo.jpg"); 
    }
    */
}