/*dependent on Main.css*/

html {
}

body {
    /*background-color: #e4e4e4; Fallback color for older browsers
    background: linear-gradient(to right, lightgray , white, lightgray);*/
    background-color: white;
    background: linear-gradient(to bottom, white, white, #004693);
    background: -webkit-linear-gradient(top, #ffffff 20%,#004693 100%);
}

#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://dim7aws.davisresearch.com/SoCalGas/images/header.png"); /*977x106*/
    background-position: left;
    padding-top: 9.2%; /* (image-height / 975 width) x 100  should be 9%*/
    border-radius: 10px 10px 0 0; /*rounded borders*/

    /* Optional - inclusive borders
    background-color: white;
    border: 1px solid gray;
    border-bottom-style: none;
    */
}

#header2 {
    display: none;
    /*background-image: url("https://dim7aws.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 {
    padding-top: 1em; /*3%;*/
    background-color: white;
    border: 2px solid #004693;
    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: 2px solid #004693;
    border-style: none solid;
}

#mrsurvey {
}

#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%; /* (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://dim7aws.davisresearch.com/template/images/footer.png"); 977x48*/
    padding-top: 3%; /* (image-height / 975 width) x 100 */
    background-color: #004693;
    border: 2px solid #004693;
    border-top-style: none;
    border-radius: 0 0 10px 10px; /*rounded borders*/
}

#footer {
    display: block;
    border: 1px solid gray;
    border-style: none;
    font-size: .75em;
    color: #7f8287; /* dark gray */

    width: auto;
    height: auto
    background-color: transparent;

}

#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 gray; */
    background-color: white;
    color: #646464; /* dark gray text */
    margin: 0 .5em;
}
.mrNext {
    background-color: white; /*Optional - style next button a different color*/
}
.mrNext:hover, .mrPrev:hover, .mrFirst:hover, .mrLast:hover, .mrStop:hover, .mrGoto:hover {
    color: black; /* text color */
}
.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://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: block;
        background-image:url("https://dim7aws.davisresearch.com/template/images/davislogo.jpg"); 100x54*/
    }
}