/* Smart Alacc Theme (append to site css stack using theme.yml) */

div#borderedcontainer.container {
    padding-bottom: 40px;
    padding-top: 20px;
}

.siteLogo {
    display: block;
    margin: 0 auto;
}

h2,
h3 {
    color: #666;
}

#top-site-language-link {
    display:none;
}

.navbar-default {
    border-bottom: solid 1px #ddd;
}

.navbar-default .nav li:first-child {
    border-left: 1px solid #dedede;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.features {
    background: url(../images/smartalacc-bg.jpg);
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-attachment: relative;
    margin-bottom: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    padding-bottom: 45px;
    padding-top: 40px;
    border-top: solid 2px #9ccfe9;
    border-bottom: solid 2px #9ccfe9;
}

.navbar-default {
    border-bottom: solid 1px #dedede;
    border-top: none;
}

/* Hide landuage switcher in SA */
.language-switcher {
    display:none;
}

@media (max-width:715px) {
    .features {
        background: rgb(238, 238, 238);
        background: -moz-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238, 238, 238, 1)), color-stop(100%, rgba(238, 238, 238, 1)));
        background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
        background: -o-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
        background: -ms-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
        background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0);
        padding-bottom: 25px;
        padding-top: 20px;
    }
    .siteLogo {
        max-width: 320px;
    }
}

.report-language-switch {
    display:none !important;
}

/* Always hide (question) survey_text form field */
.form-group.question-survey_text {
    display:none;
}