/*dependent on Main.css - rev.240314*/

html {
}

body {
    background-color: white; /*Fallback color for older browsers
    background: linear-gradient(to right, lightgray , white, lightgray);*/
}

#container {
}

#header0 {
/* DO NOT CHANGE - this is used to display respondent info for cati-to-web and clinics */
/* set style in resp_info.css */
}

#header1 {
    display: block;
    background-image:url("https://transitionssurvey.com/240004/images/rand_header2.png"); /*975x100*/
    padding-top: 10.25%; /* (image-height / 975 width) x 100 */
    border-radius: 10px 10px 0 0; /*rounded borders*/

    /* Optional - inclusive borders
    background-color: white;
    border: 1px solid gray;
    border-bottom-style: solid;
    */

    /*background-image: url("https://www.SoldierSurvey.org/210086/images/rand_header.png");*/
    border: 3px solid #751DDB;
    border-style: none none solid none;
}

#header2 {
    display: none;
    /*background-image: url("https://opinions.davisresearch.com/template/images/gray_bar.png"); 977x48*/
    padding-top: 4.92%; /* (image-height / 975 width) x 100 */

    /*Optional - apply left & right borders
    background-color: white;
    border: 1px solid gray;
    border-style: none solid;*/

    /*Optional - no image, css bar (comment background-image above)
    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: 3%;
    background-color: white;
    border: 1px solid gray;
    border-bottom-style: none;
    border-radius: 10px 10px 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;
}

#mrsurvey {
}

#top_logo {
    display: none;
    /*background-image:url("https://opinions.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://opinions.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://opinions.davisresearch.com/template/images/footer.png"); 977x48*/
    /*padding-top: 3%; (image-height / 975 width) x 100 */
    /*background-color: #751DDB; purple*/
    border: 3px solid #751DDB;
    /*border-top-style: none;*/
    /*border-radius: 0 0 10px 10px; rounded borders*/
    border-style: solid none none none;
}

#footer {
    display: block;
    border: 1px solid gray;
    border-style: none;
    font-size: .75em;
    color: #751DDB; /*purple*/
}

#landscape { 
/* DO NOT CHANGE - this is enabled by the program (via force_landscape.css or suggest_landscape.css) */
}
#responses {
/* DO NOT CHANGE */
}

/* 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: 1px solid #646464;
    background-color: #751ddb;
    color: white;
    cursor: pointer;
    margin: 0 .5em;
    min-height: 40px;
    min-width: 120px;
    font-weight: bold;
    font-size: 1.15em;
}
.mrNext {
    /*background-color: white; Optional - style next button a different color*/
}
.mrNext:hover, .mrPrev:hover, .mrFirst:hover, .mrLast:hover, .mrStop:hover, .mrGoto:hover {
    background-color: #646464;
    color: white;
}
.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;
        /*load IMAGE only for desktops (977x100) */
        /*background-image:url("https://opinions.davisresearch.com/template/images/davis_gray_logo_header1.png");*/
    }
    #header2 {
        display: none;
        /* load IMAGE only for desktops (977x48) */
        /*background-image: url("https://opinions.davisresearch.com/template/images/gray_bar.png");*/
    }
    #mainContent {min-height: 560px;}
    .prop {height:560px;}
    #bottom_logo {
        /*display: block;
        background-image:url("https://opinions.davisresearch.com/template/images/davislogo.jpg"); 100x54*/
    }
}