/*ver.4.240502*/
/*dependent on Main.css*/

body {
     background-color: white;   /*background-color: #25499d; Fallback color for older browsers */
   /* background: linear-gradient(to right, black, #25499d, black);  */
	
	 background: linear-gradient(to right, black,#005EA2, #005EA2,  #005EA2, #162E51);
}

#header1 {
    display: block; /* match below as well */

    background-image:url("https://rtdcommunitysurvey.com/250043/images/header.png"); /*975x80*/
	 background-repeat: no-repeat;
	padding-top: 8.0%; /* (image-height / 975 width) x 100 */
    border-radius: 15px 15px 0px 0px; rounded borders
	
    /* Optional - inclusive borders*/ 
    background-color: white;
    border: 3px solid #063f7c;
	border-bottom-style: block;
    
    /*0502
    border: 8px solid #3bb74c;
    border-style: none none solid;*/
    
}

#header2 {
    display: none;

    /*Optional - apply left & right borders*/
    background-color: white;
    border: 1px solid white;
    border-style: none solid;

    /*Optional - background-color: white;*/
    border: 10px solid white;
    border-radius: 10px soldid #063f7c;
    padding: 2px;
    height: 25px;
    margin: 4px 0;
    text-indent: 65%;
    font-size: 1em;
    color: white;
}
/*#header2:after { content: "XXXXX ";}*/

#mrsurvey_top {
	 display: none;
	padding-top: 1%;
    background-color: white;
	border: 3px solid #063f7c;
    border-bottom-style: none;
    border-radius: 10px 10px 0 0; /*rounded borders*/
	margin-top: .7rem; /*0502*/
    /*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 #063f7c; 
    border-style: none solid;
padding: 20px;
}

#top_logo {
    display: none;
    /*background-image:url(""); 100x54*/
    height: 40px;
    padding-bottom: 32px;
}

#NavBox {
    background-color: white;
}

#bottom_logo {
    display: none;
    /*background-image:url(""); 100x54*/
    padding-top: 5%; /* (image-height / 975 width) x 100 */
    background-position: 98%;
    background-color: #063f7c;
    border: 3px solid #063f7c;
    border-style: none solid;
}

#mrsurvey_bottom {
    display: block;
    /*background-image: url("");*/ /*977x48*/
    padding-top: 1.5%; /* (image-height / 975 width) x 100 */
    background-color: #063f7c;
    border: 3px solid #063f7c;
    border-top-style: none;
    border-radius: 0 0 10px 10px; /*rounded borders*/
}

#footer {
    display: block;
    border: 1px solid #3bb74c;
    border-style: none;
    font-size: .75em;
    color: gray; /* dark gray */
}

/* radio button size */
input[type=radio], input[type=checkbox] {
    height: 1em; 
    width: 1em;
}

/* mrInterview */
.mrNext, .mrPrev, .mrFirst, .mrLast, .mrStop, .mrGoto {
   	border-top-style: none;
	 border-radius: 15px 15px 15px 15px; 
    border: 2px solid #black; 
    background-color: #189ad5;
    color: #FFFFFF; 
    cursor: pointer;
    margin: .5em;
    min-height: 40px;
    min-width: 120px;
    font-weight: bold;
    font-size: 1.15em;
}
.mrNext:hover, .mrPrev:hover, .mrFirst:hover, .mrLast:hover, .mrStop:hover, .mrGoto:hover {
    background-color: #063f7c;
    color: white;
}

/*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;
}

/*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://rtdcommunitysurvey.com/250043/images/header.png");*/
    }d
    #header2 {
        display: none;
        /* load IMAGE only for desktops (977x48) */
        /*background-image: url("");*/
    }
    #mainContent {min-height: 560px;}
    .prop {height:560px;}
}