/******************
    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
*/
.no_message .ls-question-message,
.survey-contact,
.d-none{
    display:none;
}

.text-danger, .text-danger:hover {
    color: #ffe84a;
}

.form-change-lang{
    /*display:none;*/
}

.hide_total .ls-group-total,
.radio-list li.no-anwser-item,
.noanswer-text,
.noanswer-item{
    display:none !important;
}
.ls-answers{
    padding-bottom:0;
}

.question-container a{
    text-decoration:underline;
}
.overflow_initial{
    overflow: initial;
}

.hide_inputs .answer-item > div > input{
    display:none;
}
.disabledRow, .disabledRow:hover{
    display:none !important;
    background-color: #ecf0f1 !important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus,
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
    background-color: #f39c12;
}

.highlighted_text,
.no_border,
.no_border .answer-container{
    border:none !important;
}

.readonly_input .question-title-container{
    background-color: #fb8a0b;
}
.yellow_title_bg .question-title-container{
    background-color: #fb8a0b;
}


.highlighted_text .question-title-container{
    color: #f3a500 !important;
    font-size: 20px !important;
    font-weight: bold !important;
    background-color: transparent !important;
    padding-bottom:0px !important;
    padding-top:30px !important;
}

.highlighted_text .answer-container,
.highlighted_text .question-valid-container{
    display:none !important;
}
.ls-answers .ls-heading th{
    overflow-wrap: anywhere;
}

.highlighted_text:after{
    display:none;
}

/* share badges */
.article-share_badges .badge svg {
    fill: #fff;
    width: 40px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    display: block;
}

.article-share_badges {
    display: flex;
    position: relative
}

.article-share_badges .badges {
    display: flex;
    margin-right: 10px;
    transition: visibility .4s,opacity .4s
}

.article-share_badges .badges:last-child {
    margin-right: 0
}

.article-share_badges .badge {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 0;
    padding-right: 0;
    margin: 0 5px;
    background: #b4bbbc;
    border-radius: 1px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    word-wrap: normal;
    transition: background .2s,box-shadow .2s
}

.article-share_badges .badge:first-child {
    margin-left: 0
}

.article-share_badges .badge:last-child {
    margin-right: 0
}

.article-share_badges .badge:hover,.article-content .article-share_badges .badge:focus {
    background: #cdd1d2;
    box-shadow: 0 2px 3px rgba(0,0,0,.1)
}

.article-share_badges .badge:active {
    background: #797d7d;
    box-shadow: 0 0 0 rgba(0,0,0,.1)
}

.article-share_badges .badge .count {
    display: inline-block;
    margin-left: 8px;
    font-weight: normal
}

.article-share_badges .badge .count:empty {
    display: none
}

.article-share_badges .badge:before {
    display: block;
    content: none;
    width: 20px;
    height: 20px;
    flex-shrink: 0
}

 .article-share_badges .badge.facebook {
    background: #fff;
    width: auto;
    color: #2754a5 !important;
}

.article-share_badges .badge.facebook svg{
    fill: #2754a5 !important;
}

.article-share_badges .badge.facebook:hover,
.article-share_badges .badge.facebook:focus {
    background: #fff
}

.article-share_badges .badge.facebook:active {
    background: #fff
}

.article-share_badges .badge.facebook:before {
    background-position: -883px -77px
}

.article-share_badges .badge.twitter {
    background: #4dd1fc
}

.article-share_badges .badge.twitter:hover,
.article-share_badges .badge.twitter:focus {
    background: #67d9ff
}

.article-share_badges .badge.twitter:active {
    background: #26adda
}

.article-share_badges .badge.twitter:before {
    background-position: -918px -77px
}

.article-share_badges .badge.email:before {
    background-position: -953px -77px
}

.article-share_badges .badge.google_plus {
    background: #d34836
}

.article-share_badges .badge.google_plus:hover,
.article-share_badges .badge.google_plus:focus {
    background: #ec5c49
}

.article-share_badges .badge.google_plus:active {
    background: #a73627
}

.article-share_badges .badge.google_plus:before {
    background-position: -988px -78px
}

.article-share_badges .badge.tumblr {
    background: #35465c
}

.article-share_badges .badge.tumblr:hover,
.article-share_badges .badge.tumblr:focus {
    background: #41536a
}

.article-share_badges .badge.tumblr:active {
    background: #1c293a
}
.article-share_badges .badge.whatsapp {
    background: rgb(37, 211, 102);
}
.article-share_badges .badge.whatsapp:focus, 
.article-share_badges .badge.whatsapp:active, 
.article-share_badges .badge.whatsapp:hover {
    background: rgb(45, 234, 116);
}

@media only screen and (max-device-width: 500px){
    .dropdown-menu>li>a {
        white-space: initial;
    }
    .dropdown-menu.open{
        min-width: calc(100vw - 58px);
        max-width: calc(100vw - 58px);
    }
    .dropdown-item .other-text-item{
        margin-top: 20px;
    }
}

/* Bootsprap select styles */

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active{
    background-color: white;
}
.bootstrap-select > .dropdown-toggle, .btn-default:active:hover, .btn-default.active:hover, 
.open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, 
.open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, 
.open>.dropdown-toggle.btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default{
    background-color: white;
    color:black;
}
.bootstrap-select .dropdown-menu li a {
    white-space: break-spaces;
}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active,
.checkbox-item:checked~.checkbox-item::before
{
  border-color: inherit;
    outline:0px !important;
    box-shadow: none !important;
}
body, html{
    background-color: #ffffff;
}
.navbar-header,
.logo-container{
    float:none;
}
#outerframeContainer{
    hyphens: none;
}
.surveytitle{
    padding:0;
}
a{
    color:#2f52a0;
}
.navbar-default .navbar-toggle,
.navbar-nav,
.survey-description,
#surveyListFooter{
    display:none;
}
.navbar-fixed-top{
    background-color:#fff;
    border-bottom:1px solid #dbdbdb;
    margin-bottom:0;
}
.logo-container>img{
    max-height: 60px;
    margin: auto;
    padding-top: 13px;
    padding-bottom: 13px;
}
h1, .h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 6rem;
    margin-top: 4rem;
}
.survey-name{
    font-size: 30px;
}
.survey-name::first-line {
    font-size: 30px;
    line-height:1.6;
}
.btn-primary,
.bg-primary{
    color: #ffffff;
    background-color: #2f52a0;
    border:none;
}
.survey-welcome p{
    font-size:15px;
    line-height:22px;
    hyphens: none;
    word-break: keep-all;
}
.ls-answers tbody .answertext{
    hyphens: none;
    word-break: keep-all;
}
.input-error.question-container > .answer-container{
    border-color: #ff9900;
}
.radio-list li:last-of-type{
    margin-bottom:0;
}
.answers-list ul{
    margin-bottom:0;
}
.asterisk .fa-asterisk{
    color: #ffffff;
    font-size: 9px;
    vertical-align: 2px;
    padding-right: 4px;
}
.question-title-container{
    padding-bottom:.5em;
}
.question-title-container a,
.question-title-container a:hover,
.question-title-container a:visited{
    color: white !important;
}
.ls-question-mandatory{
    margin-bottom:.5em;
}
.question-text{
    padding-bottom:.5em;
}
#vmsg_652_default, .em_regex_validation{
    display:none;
}
.option_disabled,
.option_disabled:hover{
    background-color: #dedede !important;
}
.option_disabled *{
    display:none !important;
}
.label_down .radio-item label::before{
    top:auto;
    bottom: 2px;
}
.label_down strong{
    margin-left: -24px;
    margin-bottom: -12px;
    display: block;
}
.label_down .radio-item label::after{
    top:auto;
    bottom: 5px;
}
.text-info, .text-info:hover{
    color:#ffffff;
}
.ls-input-sized .ls-input-group{
    width:100%;
}
.ls-input-sized .ls-input-group-extra{
    width:110px;
}
.question-valid-container{
    text-align:left;
}
#main-col,
.group-outer-container{
    margin-top:0;
    margin-bottom:0;
}
#vmsg_699_regex_validation{
    display: block;
}
.ls-questionhelp{
    color:#2f52a0;
    margin-bottom:0;
    margin-top:5px;
}
#surveys-list-container{
    max-width:800px;
    margin:0 auto;
}
#surveys-list-jumbotron{
    margin-bottom:50px;
}
.survey-contact{
    margin-top:25px;
}
.first_wide table > thead > tr > th:nth-child(2),
.first_wide table > tbody > tr > td:nth-child(2){
    min-width:100px;
}

.question-container{
    margin-bottom: 15px;
}

.array-flexible-row .answer-container{
    padding:0;
}

.hide_first_col table thead tr td:nth-child(1),
.hide_first_col table tbody tr th,
.hide_first_col colgroup .col-answers{
  display: none
}

.large_other .input-sm{
    width: 80vw;
    max-width: 700px;
}

.mb_mobile{
    margin-bottom:200px;
}

@media (max-width: 481px){
    .ls-input-group .form-control {
        display: table-cell;
        margin-bottom: 0;
        position: relative;
        z-index: 2;
        width: 50%;
    }
    .dir-ltr .ls-input-group .form-control {
        float: left;
    }
    .ls-input-group-extra {
        width: 1%;
        white-space: nowrap;
        vertical-align: middle;
        display: table-cell;
        padding: 1.4rem 1.2rem;
        line-height: 1;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}
@media (min-width: 761px){
    .answer-container{
        padding-top:0;
    }
    .table-array-radio .radio-item .ls-label-xs-visibility{
        display: block;
        margin: 0;
        padding: 0;
        margin-top: 20px;
        margin-left: 40%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-device-width: 760px){
    .logo-container{
        float:none;
    }
    .option_disabled{
        display:none !important;
    } 
    .logo-container>img{
        padding-top: 15px;
        padding-bottom: 15px;
        max-height:56px;
        margin:auto;
    }
    .survey-name{
        font-size: 20px;
    }
    .survey-name::first-line {
        font-size: 20px;
    }
    .survey-welcome h3 {
        font-size: 18px;
    }
    .question-title-container{
        padding-top: .5em;
        padding-bottom: 0;
    }
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-device-width: 1024px){
    .transpose_table table{
        border:0;
    }
    .transpose_table table,
    .transpose_table tbody{
        display:flex !important;
    }
    .transpose_table td, .transpose_table th{
        display:block;
        min-height:42px;
    }
    .transpose_table tbody th{
        text-align:center !important;
    }
    .transpose_table tr, .transpose_table thead, .transpose_table tbody{
        display:block;
    }
    .table-hover>tbody>tr:hover{
        background-color: inherit !important;
    }
    .transpose_table .table>colgroup+thead>tr:first-child>td{
        border: 1px solid #ecf0f1;
    }
}

@media only screen and (max-device-width: 640px){
    .answers-list ul {
        margin-bottom: 0;
        padding-top:10px;
    }
}
