@import url('https://fonts.googleapis.com/css?family=PT+Serif');

.group-description {
    padding: 0 15px;
}

#block_error{
    background: url("/surveys/upload/themes/survey/pwc_template_new/files/block.gif") no-repeat 0 51px;
}

#block_error p{
    font-size: 24px;
    line-height: 28px;
}
.question-text {
     padding-left: 10px;
 }
.fruity hr {
    border-top: 1px solid #e7e7e8;
}
.upload-button a {
    background: #fff!important;
    color: #2d2d2d!important;
    border: 1px solid #2d2d2d!important;
    line-height: 30px;
    text-align: center;
}
.fruity .btn-default{
    background: #fff;
    border: 1px solid #7d7d7d;
    color: #2d2d2d;
    border-radius: 0;
}
.fruity .btn-default:hover{
    background: #2d2d2d;
    border: 1px solid #2d2d2d;
    color: #fff;
}

.url-wrapper-survey-print{
    margin: 30px 0 10px 0;
    background: #fff;
    display: block;
    padding: 10px 0px 10px 30px;
    width: 250px;
    text-align: center;
    height: 45px;
    position: relative;
    border: 1px solid #7d7d7d;
    color: #2d2d2d;
    cursor: pointer;
}
.url-wrapper-survey-print:before {
    background: url(/surveys/upload/themes/survey/pwc_template_new/files/pdf.png);
    width: 30px;
    height: 30px;
    background-size: 100%;
    content: "";
    float: left;
    top: 7px;
    position: absolute;
    left: 15px;
}
.url-wrapper.url-wrapper-survey-print:hover {
    background: #dcdcdc;
    border: 1px solid #2d2d2d;
    color: #fff;
}
.url-wrapper.url-wrapper-survey-print:hover a {
    text-decoration:none;
}


.ls-questionhelp:before {
    background: url(/surveys/upload/themes/survey/pwc_template_new/files/help-question.png);
    width: 20px;
    height: 20px;
    background-size: 100%;
}
.fa-exclamation:before{
    background: url(/surveys/upload/themes/survey/pwc_template_new/files/info.png);
    width: 20px;
    height: 20px;
    background-size: 100%;
}
.ls-questionhelp:before, .fa-exclamation-circle:before {
    content: "";
}
 .fa-exclamation-circle:before {
    content: "";
    background: url(/surveys/upload/themes/survey/pwc_template_new/files/info.png);
    width: 20px;
    height: 20px;
    background-size: 100%;
    position: absolute;
    top: 15px;
    left: 15px;
}
.fa-upload {
    float: left;
}
.fa-upload:before {
    content: "";
}
.fa-upload:before {
    background: url(/surveys/upload/themes/survey/pwc_template_new/files/pdf.png);
    width: 30px;
    height: 27px;
    background-size: 100%;
    content: "";
    display: inline-block;
    float: left;
    top: 0px;
    position: relative;
}






.fa-ban:before{
    content: "";
}
.fa-check:before{
    content: "";
}
.fa-mars:before {
    content: "";
}
.fa-venus:before {
    content: "";
}
.fa-genderless:before {
    content: "";
}
.fa-circle-thin:before{
    content: "";
}
.gender-button label, .yesno-button label {
    margin: 0;
}
.gender-button li, .yesno-button li {
    border-right: 2px solid #f1f1f1!important;
}
ul.gender-button > li:last-child, ul.yesno-button > li:last-child{
    border-right: none!important;
}


.completed-wrapper {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
ls-answers tbody .answertext {
    text-align: left;
}
@media (max-width: 767px){
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #f2f2f2;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0!important;
        text-align: center;
    }
    .fruity .navbar a {
        padding-top: 15px;
        padding-bottom: 15px;
        box-shadow: none; 
        text-align: center;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
}

@media (min-width: 168px){
.navbar-right {
    float: right!important;
    margin-right: -15px;
}}

.checkbox-item input[type="checkbox"]:checked+label::after, .checkbox-item input[type="radio"]:checked+label::after {
    background-color: #4a4a4c;
    color: white;
}
.dir-ltr .ls-questionhelp:before {
    left: 5px;
}
.dir-ltr .ls-questionhelp {
     margin-left: 0; 
}
.fruity .text-danger {
    color: #a94442;
    margin: 10px 0;
}

.fa-asterisk:before {
    font-size: 50%;
    position: absolute;
    top: 20px;
}



.title-strip {
    color: #fff;
    font-family: "PwC Helvetica Neue", "Helvetica Neue", helvetica, arial, sans-serif;
    background: #e0301e;
}
.title-strip .title-strip__heading {
    font-family: "PwC ITC Charter", "Charter ITC", georgia, serif;
    font-size: 2.875rem;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}
.title-strip .title-strip__heading.bsui-hlight, p.h4.title-strip__sub-heading.bsui-hlight {
    padding-left: 15px;
}
.title-strip .bsui-hlight__inner {
    background: #2d2d2d;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    -webkit-box-shadow: 15px 0 0 #2d2d2d, -15px 0 0 #2d2d2d;
    box-shadow: 15px 0 0 #2d2d2d, -15px 0 0 #2d2d2d;
    color: white;
    display: inline;
    padding: 0;
    padding-top: 9px;
    padding-bottom: 12px;
    vertical-align: middle;
    line-height: 1.6;
}
@media (min-width: 768px){
.title-strip.title-strip--content-pages .title-strip__wrapper {
    padding: 80px 0 40px;
}}

.title-strip.title-strip--content-pages .title-strip__wrapper {
    padding: 40px 0 35px;
}
.title-strip .title-strip__wrapper {
    padding: 30px 0;
}
body .top-container {
    margin-top: 30px;
}
body .answer-item label::after {
    background-color: #49494b;
}
.fruity .navbar {
    background-color: #fff;
     box-shadow: none; 
    /* border-radius: 0 !important; */
    /*border-bottom: 1px solid #dcdcdc;*/
}

@media (min-width: 768px){
.navbar-header {
    float: left;
    width: 100%;
}}
.fruity .text-info {
    color: #404041;
}
.lang_switcher{
    border: 2px solid #404041!important;
    border-radius: 5px;
    padding: 5px 8px!important;
    margin: 2.5rem 0 0 0;
    color: #404041!important;
}
.fruity a{
    color: #404041;
}

.fruity .navbar a.animate:hover {
    border: 2px solid #e0301e!important;
    text-decoration: none;
    color: #e0301e!important;
    background: #fff;
}
.fruity .navbar a.animate:hover:after {
    background-color: #fff!important;
}

body {
     padding-top: 0px;/* now is redefine in JS to fit any title length */
}

.fruity .btn-primary {
    border: 1px solid transparent;
    color: #fff;
    background: #2d2d2d;
    border-radius: 0;
}
.fruity .btn-primary:hover {
    color: #fff;
    background-color: #e0301e;
    border: 1px solid #0f3e12;
}

.fruity .btn-primary:focus, .fruity .btn-primary:active, .fruity .btn-primary.active, .fruity .btn-primary.active:focus, .fruity .open .dropdown-toggle.btn-primary {
    color: #fff;
    background: #e0301e;
    border: none;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
}





.gender-button  .btn-primary {
    color: #2d2d2d;
    background-color: #dedede;
    border-radius: 0;
    border: none;
    padding: 10px 15px;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
}
.gender-button  .btn-primary:hover{
    color: #2d2d2d;
    background: #ccc;
    border: none;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
   
}
.gender-button  .btn-primary.active {
    color: #fff;
    background: #e0301e;
    border: none;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
}

.yesno-button  .btn-primary {
    color: #2d2d2d;
    background-color: #dedede;
    border-radius: 0;
    border: none;
    padding: 10px 15px;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
}

.yesno-button  .btn-primary:hover {
    color: #2d2d2d;
    background: #ccc;
    border: none;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
}
.yesno-button  .btn-primary.active {
    color: #fff;
    background: #e0301e;
    border: none;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
}


.fruity .progress-bar {
    color: #404041;
    background-color: #ffb600;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
}

.navbar {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
     .navbar{
        width:750px;
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
     .navbar{
        width:970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
    .navbar{
        width:1170px;
    }
}

.question-container {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    margin-bottom: 2em!important;
}
.question-title-container{
    background: #fafafa;
    border: none;
}
.question-help-container{
    background: rgba(179, 220, 249, 0.5);
    border: none;
}
.question-valid-container{
    background: #fff3d9;
    border: none;
}
.question-valid-container .fa {
    margin-right: 15px;
    width: 20px;
    height: 20px;
}
.ls-question-help {
    padding: 10px 0;
}
.ls-questionhelp {
    padding: 10px 0 10px 45px;
}

.ls-label-question {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
}
.question-container {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    /* box-shadow: 0 1px 2px rgba(0,0,0,.2); */
}
.fruity .form-control {
    color: #636363;
    background-color: #fff;
    border: 1px solid #ccc;
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); */
}
.fruity .form-control:focus {
    border: 1px solid #66afe9;
    box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.fruity .question-item {
    padding-top: 0;
}
.question-container {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    box-shadow: none!important;
}
.pull-left {
    float: left!important;
    margin-right: 10px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top:7px;
        margin-bottom: 7px;
        text-align: right;
    }
}



.survey_title{
    margin: 1.5rem 0;
    line-height: 2.7rem;
    color: #666666;
    font-family: 'PT Serif', Georgia, serif;
    font-size: 2.45rem;
    font-weight: 700;
}

/*hide right elements*/
.ls-link-loadall{
    display:none!important;
}
.ls-link-clearall{
    display:none!important;
}
/*hide survey-name*/
.survey-name {
    display: none;
}
@media
only screen and (max-width: 600px)  {
    table.ls-answers,table.ls-answers thead,table.ls-answers tbody,table.ls-answers th,table.ls-answers td,table.ls-answers tr {display: block;}
    .dir-ltr table.ls-answers,.dir-ltr table.ls-answers thead,.dir-ltr table.ls-answers tbody,.dir-ltr table.ls-answers th,.dir-ltr table.ls-answers td,table.ls-answers tr {text-align:left;}
    .dir-rtl table.ls-answers,.dir-rtl table.ls-answers thead,.dir-rtl table.ls-answers tbody,.dir-rtl table.ls-answers th,.dir-rtl table.ls-answers td,table.ls-answers tr {text-align:right;}

    table.ls-answers thead{display:none} /* We don't need it for accessibility : we already have the label */

    table.ls-answers tbody td{text-align:left;}
    table.ls-answers .information-item:empty{display:none}
    .dir-rtl table.ls-answers tbody td{text-align:right;}
    .ls-answers td.radio-item,.ls-answers td.checkbox-item{padding: 4px;}
    .dir-ltr .ls-answers td.radio-item,.dir-ltr .ls-answers td.checkbox-item{padding-left: 24px;padding-right: 4px;}
    .dir-rtl .ls-answers td.radio-item,.dir-rtl .ls-answers td.checkbox-item{padding-right: 24px;padding-left: 4px;}

    table.ls-answers tbody .control-label{text-align:left}
    .dir-rtl table.ls-answers tbody .control-label{text-align:right}
    table.ls-answers .answertextright{text-align:right}
    .dir-rtl table.ls-answers .answertextright{text-align:left}

    /* Show the label */
    table.ls-answers .ls-label-xs-visibility
    {
        display:block;
        position:relative;
        width: auto;
        height: auto;
        overflow:initial;
        white-space: normal;
    }
    .dir-ltr table.ls-answers .ls-label-xs-visibility{left:auto;}
    .dir-rtl table.ls-answers .ls-label-xs-visibility{right:auto;}

    table.ls-answers .radio-item .ls-label-xs-visibility,table.ls-answers .checkbox-item .ls-label-xs-visibility{
        line-height: initial;
        text-indent: initial;
    }
    .dir-ltr table.ls-answers .radio-item .ls-label-xs-visibility,.dir-ltr table.ls-answers .checkbox-item .ls-label-xs-visibility{margin-left:0;}
    .dir-rtl table.ls-answers .radio-item .ls-label-xs-visibility,.dir-rtl table.ls-answers .checkbox-item .ls-label-xs-visibility{margin-right:0;}

    table.ls-answers .ls-label-xs-visibility > *
    {
        position:relative;
        top:auto;
        width:auto;
        height:auto;
        overflow:auto;
    }
    .dir-ltr table.ls-answers .ls-label-xs-visibility > * {left:auto;}
    .dir-rtl table.ls-answers .ls-label-xs-visibility > * {right:auto;}

    .dir-ltr table.ls-answers .radio-item label.ls-label-xs-visibility::before,.dir-ltr table.ls-answers .checkbox-item label.ls-label-xs-visibility::before {margin-left:-20px;}
    .dir-rtl table.ls-answers .radio-item label.ls-label-xs-visibility::before,.dir-rtl table.ls-answers .checkbox-item label.ls-label-xs-visibility::before {margin-right:-20px;}
    .dir-ltr table.ls-answers .radio-item label.ls-label-xs-visibility::after,.dir-ltr table.ls-answers .checkbox-item label.ls-label-xs-visibility::after {margin-left:-20px;}
    .dir-rtl table.ls-answers .radio-item label.ls-label-xs-visibility::after,.dir-rtl table.ls-answers .checkbox-item label.ls-label-xs-visibility::after {margin-right:-20px;}

    table.ls-answers > tbody > tr:hover {
        background-color: transparent;
    }
    /* bs fix */
    table.ls-answers td.visible-xs,table.ls-answers th.visible-xs{display:block !important}
}

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

.fruity .text-primary {
    color: #2d2d2d;
    font-family: arial;
}

@media (min-width: 761px){
.language_change_container {
    height: auto;
}
}
@media (min-width: 769px){
.fruity .navbar a.animate:after{
    background-color: #6d6e71!important;
}}



#langs-container{
    overflow: hidden!important;
    padding: 10px;
}

.fruity .nav .open>a:focus {
    background: #6d6e71;
    border: 2px solid #e0301e!important;
    text-decoration: none;
    color: #e0301e!important;
    background: #fff;
}

.fruity .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #6d6e71;
}
.fruity .dropdown-menu>li>a {
    padding: 10px 10px;
}
.fruity .nav .open>a {
    background-color: #fff;
    color: #e0301e;
    border: 2px solid #e0301e!important;
}
.fruity .nav>li>a:focus {
    text-decoration: none;
}
.survey-welcome.h4.text-primary {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}


[data-number='1']{text-align:left!important}
.number-of-questions.text-muted {
    margin: 20px 0;
}

dir-ltr .ls-answers td.radio-item, .dir-ltr .ls-answers td.checkbox-item {
    padding: 10px 0;
    padding-right: 0;
}
.row{
    margin: 0;
}
#main-col {
    margin-bottom: 70px!important;
}
