/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 94px tall */

body{
    background: url(../img/y_bg_full_smaller.png) #FFF no-repeat top right fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

html{

}

main {
    margin: 10px 0 20px 0;
    padding: 20px 20px 0 20px;
    /*min-height: calc(100vh - 330px) !important;*/



    /*background-color: ;*/
    /*min-height: 100%;*/
    /*
    height: calc(100vh - 300px);
    border: solid 1px red;
    */

    /*
    background-image: url(bundles/framework/img/y_bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    */
}

ul.withDiscOutside{
    margin: 20px 0 10px 0;
}

ul.withDiscOutside > li{
    padding-left: 1.1em;
    text-indent: -.7em;
    /*
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 24px;
    color: #CE062D;
    */
}

ul.withDiscOutside > li:before{
    content: "● ";
    color: #CE062D;
}

h1, h2, h3{
    color: #CE062D;
}

h3{
    margin-top: 20px;
}

/*
 * Header
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    border: 0;
}

#survey-header{
    height: 130px;
}

#logo{
    /*width: 20vw;*/
    /*height: 90px;*/
    width: 20vw;
    max-height: 110px;
    position: absolute;
    left: 1vh;
    bottom: 0;
}

#survey-header-menu{
    height: 120px;
    border-bottom: 1px #CE062D;
    position: relative;
}

.survey-header-menu-item{
    position: relative;
    height: 120px;
}


#survey-header-logo{
    position: relative;
    height: 120px;
}

#survey-header-subtitle{
    position: relative;
    height: 120px;

}

#sub-logo{
    width: 14vw;
    position: absolute;
    right: 6vw;
    /*left: 0;*/
    bottom: 0;
    /*margin: auto;*/

}

.survey-menu-link{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2em;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

a{
    color: #F15921 !important;
}

a:hover{
    color: #CE062D !important;
}

.navbar{
    box-shadow: none;
    background-color: transparent !important;
}
.md-form .prefix-label{
    padding-left: 15px;
}

.survey-privacy-container{
    max-height: 70vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

footer.page-footer{
    /*
    position: fixed;
    bottom: 0;
    */
    width: 100%;
    /*
    height: 70px;
    */
    /*background-color: #EC193A;*/
    background-color: #F3F3F3;
    z-index: 9999;

    -webkit-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.3);
}


#footer-logo{
    display: inline-block;
    height: 28px;
    margin-left: 5px;
    margin-right: 5px;
}

.btn-primary{
    background-color: #EC193A !important;
    color: white !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
    background-color: #F15921 !important;
    color: white !important;
}

.btn-secondary{
    background-color: #DDDDDD !important;
    color: #EC193A !important;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus{
    background-color: #F15921 !important;
    color: white !important;
}

input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=search-md]:focus:not([readonly]), input[type=search]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=url]:focus:not([readonly]), textarea.md-textarea:focus:not([readonly]){
    border-bottom-color: #EC193A;
    box-shadow: 0 1px 0 0 #EC193A;
}

[type=checkbox].filled-in:checked+label:after{
    background-color: #EC193A;
    border-color: #EC193A;
}

a.white-link, a.white-link:hover{
    color: white !important;
}

.page-footer a, .page-footer a:hover{
    color: #F15921 !important;
}

.page-footer a:hover{
    text-decoration: underline;
}

.survey-footer-bullet{
    font-size: 2em;
    line-height: 1em;
}

.survey-footer-icon{
    margin-right: 10px;
    font-size: 0.8em;
}

.survey-footer-social-icon{
    background-color: #F15921;
    margin-bottom: 0 !important;
}

.footer-copyright{
    background-color: #EC193A !important;
}

.footer-copyright a, .footer-copyright a:hover{
    color: white !important;
}

.survey-hamburger-icon > i{
    background: rgba(255,255,255,0.5);
    position: fixed;
    left: 15px;
    top: 15px;
    z-index: 1;
    font-size: 32px;
    color: rgb(40,40,40);
}

@media (max-width: 576px) {
    #logo{
        margin-right: auto;
        margin-left: auto;
        width: 60vw;
        height: auto;
        left: 15vw;
        top: 10px;
    }

    body{
        background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.9)), url(../img/y_bg_full.png) #FFF no-repeat top right fixed;
        background: overlay;

    }

    h1{
        font-size: 24px;
    }

    h3{
        font-size: 1.2em;
        font-weight: bold;
    }

    #survey-container{
        margin-top: 30px;
    }

    #survey-homepage-action-button{
        font-size: 1.2em !important;
    }

    .main{
        min-height: calc(100vh - 140px) !important;

    }



}

@media (max-width: 992px) {
    #survey-header-logo{
        /*background-color: white;*/
    }
}
/*
@media (min-width: 800px) and (max-width: 1100px) {
    .survey-menu-link{
        font-size: 1.2em;
    }
}*/

@media (min-width: 576px) and (max-width: 992px) {
    .main{
        min-height: calc(100vh - 319px) !important;

    }


}


@media (min-width: 576px) {
    .main{
        min-height: calc(100vh - 319px) !important;

    }
}

.multi-multi-select{
    position: relative;
    display: inline-block;
    margin-top: 20px;
    width: initial;
    padding: 3px;
    border-radius: 3px;
    background-color: #f15921;
    color: #ffffff;

}