/******************
    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
*/

body{
    height: 100%;
    padding-top: 0;
}
article{
    min-height: 100%;
}
.container-fluid > .navbar-header{
    margin: unset;
}
.navbar-title {
    /*margin: 1rem 2rem;*/
    color: #777;
}
.navbar-toggle{
    position: absolute;
    top: 0;
    right: 0;
}

.container-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.item{
    margin: 2rem;
}
.item-1{
    order: 1;
}
.item-2{
    order: 2;
}
.item-3{
    order: 3;
}

@media screen and (min-width: 768px) {
    .navbar-collapse {
        float: right !important;
    }
}
@media screen and (max-width: 1199px){
    .text-center-xs{
        text-align: center;
    }
}



/*.navbar-brand.logo-container {
    display: flex;
    align-items: center;
}

.survey-info-name {
    padding: 8px 0 8px 16px;
    margin-left: 16px;
    border-left: 1px solid #e7e7e7;
}
*/
/*.fruity .navbar {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}*/

/*.navbar-toggle {
    margin-top: 33px;
}
*/
/*.logo-container>img {
    padding: unset;
}
*/
.ls-label-question {
    font-size: 18px;
}

#surveyListFooter {
    background-color: #ffffff;
    border-top: solid 1px #dadada;
    position: relative;
    padding-bottom: 50px;
    padding-top: 40px;
}


/*#surveys-list-container,*/

.wrapper-message {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.card-message {
    flex: 0;
    flex-grow: 4;
    min-width: 25%;
    margin-top: 4rem;
    /*max-width: 500px;*/
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.card {
    flex: 1;
    min-width: 25%;
    /*max-width: 500px;*/
    margin: 1.5rem 0;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 992px) {
    .card {
        min-width: 33.33%;
    }
}

@media screen and (max-width: 640px) {
    .card {
        min-width: 100%;
    }
}

.card-body,
.card-footer {
    padding: 1.25rem;
}

.card-message .card-title h5 {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    padding: 20px 0;
    margin: 1.25rem;
    background-color: #eceff1;
    border-radius: .25rem;
}

.card .card-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    padding: 20px 0;
    margin: 1.25rem;
    border-radius: .25rem;
}

.card .card-title a {
    font-size: 20px;
}

.wrapper-index-survey {
    margin: 0 auto;
}

@media screen and (min-width: 1200px) {
    .wrapper-index-survey {
        width: 80%;
    }
}

@media screen and (min-width: 992px) {
    .wrapper-index-survey {
        width: 90%;
    }
}

@media screen and (min-width: 768px) {
    .wrapper-index-survey {
        width: 90%;
    }
}


/* GDPR Cookie dialog */

.gdprcookie {
    z-index: 100;
    max-width: 25em;
    font-size: 14px;
    line-height: 1.42857143;
    background: #0a6ebd;
    padding: 2rem;
}

.gdprcookie h1 {
    font-size: 21px;
    margin-top: 0;
}

.gdprcookie h2 {
    font-size: 18px;
}

.gdprcookie .gdprcookie-buttons button {
    margin: 1rem .5rem;
}

.gdprcookie a {
    font-weight: 600;
    text-decoration: underline;
}

.gdprcookie a:hover {
    color: #bfbfbf;
}

.gdprcookie button {
    font-weight: 600;
}

.gdprcookie button:hover {
    color: #bfbfbf;
}

.gdprcookie label {
    font-weight: normal;
}