/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

/* General begins */

.form-change-lang.form-inline {
    display: none;
}

/* General ends */

/* Fonts begins */

h1{
    margin-bottom: 4rem;
    margin-top: 4rem;
    font-size: 4rem;
    color: #1d2125;
    font-weight: 300;
    line-height: 1.2;
}

h2{
    margin-bottom: 3rem;
    margin-top: 3rem;
    font-size: 2.5rem;
    color: #1d2125;
    font-weight: 300;
    line-height: 1.2;
}

p{
    color: #1d2125;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    
}

.question-count-text {
    font-size: 14px;
    color: #1d2125;
    margin-top: 5rem;
}

/* Font ends */

/* Header begins */

.logo-container>img {
  max-height: 110px;
  padding: 15px;
  width: auto;
}

.navbar{
    border-bottom: 1px solid #38414D;
    box-shadow: 0 2px 4px #38414d;
}

.navbar-default .navbar-nav > li > a {
    border: 1px solid #091C2D;
    background-color: #26374a;
    color: #FFFFFF;
    border-radius: 0.25rem;
    margin: 25px 10px 0 25px;
}

.navbar-default .navbar-nav > li > a:hover {
    border: 1px solid #091C2D;
    background-color: #26374a;
    color: #FFFFFF;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    border: 1px solid #091C2D;
    background-color: #26374a;
    color: #FFFFFF;
    border-radius: 0.25rem;
}

.navbar-nav > li > .dropdown-menu {
    right: 10px;
    left: 0;
    color: #1d2125;
    text-align: left;
    list-style: none;
    top: 100%;
    max-height: 8rem;
    z-index: 1000;
    padding: 0.5rem 0;
    position: absolute;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    outline: 0;
    background-color: #0f6cbf;
    color: #fff;
}

.dropdown-menu > li > a {
    display: block;
    padding: 7px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}


@media (max-width: 767px){
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333333;
    padding: 7px 20px;
}
}

/* Header ends */

/* Progress bar begins*/
.top-container .progress {
    height: 30px;
    margin-bottom: 0;
}

.progress-bar {
    float: left;
    height: 100%;
    font-size: 16px;
    line-height: 20px;
}

/* Progress bar ends */

/* Buttons begins */

.btn-primary {
    color: #fff;
    background-color: #1570EF;
    border-color: transparent;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0c589c;
    border-color: #0b5190;
}

.button-item {
    background-color: transparent;
    color: #1d2125;
    border: 1px #1d2125 solid;
}

.button-item > label{
    cursor: pointer;
}

/* Buttons ends */

/* Questions begins */
.question-text{
    font-size: 16px;
}

.question-valid-container {
    font-size: 16px;
}

.question-item{
    font-size: 16px;
}

/* Questions ends */

/** Footer begins **/

body{ padding-bottom: 0; position: relative; }
.pl-2, .px-2 { padding-left: 8px!important; }
.pr-2, .px-2 { padding-right: 8px!important; }
.pb-1, .py-1 { padding-bottom: 4px!important; }
.pt-1, .py-1 { padding-top: 4px!important; }
.pb-3, .py-3 { padding-bottom: 16px!important; }
.pt-3, .py-3 { padding-top: 16px!important; }
@media (min-width: 1200px){
.pb-xl-5, .py-xl-5 { padding-bottom: 32px!important; }
.pt-xl-5, .py-xl-5 { padding-top: 32px!important; }
.text-xl-left { text-align: left!important; }
.text-xl-right { text-align: right!important; }
}
.text-light { color: #f8f9fa!important; }
a.text-light:hover, a.text-light:focus { color: #cbd3da!important; }
#page-footer { background-color: #26374A; color: #FFF; position: absolute; right: 0; bottom: 0; width: 100%; }
#page-footer a{ text-decoration: none; }
html, body{ height: auto!important; min-height: 100vh; }
body>article{ padding-bottom: 170px; }

/** Footer ends **/

/** Frontpage styles begins **/

div#surveys-list-jumbotron {
    display: none;
}

/** Frontpages styles ends **/


