/*dependent on Main.css -- rev. 2022 0505*/

html {
}

body {
    background-color: black; /*Fallback color for older browsers
    background: linear-gradient(to right, lightgray , white, lightgray);*/
    margin: 0;
}

#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://kawasakisurveys.com/kawasakisurveys/images/header2017.png"); /*977x104*/
    padding-top: 10.66%; /* (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: none;
    */

    margin: 0;
}

#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 {
    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 solid;
}

#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: white;
    border: 1px solid gray;
    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 */
}

#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 {
    color: white; /*dark gray text*/
    font-size: 1.25em;
    background-color: black;
    border: 2px solid #6c3; /*green*/
    margin: 0 .5em;
    width: 125px !important;
    height: 48px;
}
.mrPrev {
    background-color: #646464; /*Optional - style next button a different color*/
}
.mrNext:hover, .mrPrev:hover, .mrFirst:hover, .mrLast:hover, .mrStop:hover, .mrGoto:hover {
    /*color: black;  text color */
    color: #6c3; /*green text*/
}
.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 */

@media only screen
and (min-device-width: 320px) {

    body {
        background-image:url("https://kawasakisurveys.com/kawasakisurveys/images/bottom_droid.png");
	background-position:bottom;
	background-repeat: repeat-x;
	height: 100%;
    }

    #header1{
	height:0;
	padding-top: 8%;
	width:100%;

	background-image: url("https://kawasakisurveys.com/kawasakisurveys/images/logo2017.png");
	background-position: center top;
	background-repeat: no-repeat
	border-radius: 0;
    }
	
}

/* [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;
        background-image:url("https://kawasakisurveys.com/kawasakisurveys/images/header2017.png"); /*977x104*/
        padding-top: 10.66%;
    }
    #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*/
    }
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #6c3;
    /*float: left;*/
    margin: 9px 10px 0 0;
}