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

h1{
    font-size: 28px;
}


body {
    font-size: 18px;
}

body .navbar-default .navbar-brand:hover {
color: #ffffff
}

.navbar-header{
    float:none;
}

/*li.ls-no-js-hidden{
    text-align: left;
    font-size: 0.85em;
    max-width: 30%;
        }
*/

html body .navbar.navbar-default.navbar-fixed-top {
  
    height: 65px;
    font-size: 14px;
}



.top-container{
    margin-top: 0px;
    margin-bottom:30px;
    padding-top: 15px;
    padding-bottom: 15px;

}

.top-container .progress {
   position: left;
   max-width: 100%;
   margin-left: 0px;
    -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
}

.space-col-progress{
    color:inherit;
    background-color: #ecf0f1;
}





body {
    background-color:#f6f6f6;
}

.text-info, .text-info:hover{
     color: #B9CC14;
 }
 
 .question-title-container, .question-valid-container, .question-help-container {
     background-color: #30495f;
 }
 
 .question-valid-container{
     font-weight: bold;
 }
 .answer-container {
  background-color: #ffffff;
}


.logo-containerleft {
  margin-left: 320px;
  margin-right: 0px;
  padding: 0px;
  float: left;
   width:auto;
  font-size: 18px;
  line-height: 20px;
}


.logo-container {
  padding: 0px;
  float: right;
  

  font-size: 18px;
  line-height: 20px;
}

.logo-container>img {
  max-height: 65px;
  height: 100%;
  padding: 15px;
  float: right;
  max-width: 93px;
  padding:  3%;
  margin-left: 0px;
}


.img-responsive,
.carousel-inner>.item>a>img {
 display: right;
 max-height: 100%;
 float: none;
 width:auto;
 height: 55px;
 }

.img-responsiveleft,
.carousel-inner>.item>a>img {
 display:inline-block;
 max-height: 100%;
 float: none;
 max-width:243px;
 height: 46px;
 margin-top: 9px;
}


.ls-answers tbody .answertext {
    text-align: left;
}

.ls-answers .ls-heading th {
    font-weight: normal;
}

.table-hover> tbody > tr:hover {
  background-color:#f9f9f9;
}

.form-horizontal .control-label{
    text-align: left;
}
    
.col-sm-4{
    width: default;
}

.col-sm-8{
    width: default;
}

.ls-answers > tbody > tr.ls-odd:hover {
        background-color:#ffffff;
    }
    
.long .form-group.text-item.other-text-item {width:100%;}
.long input.form-control {width:75%;}

.answer-item.dropdown-item.form-group {
    width:100%;
}

@media only screen and (max-width: 1024px) {.long input.form-control {width:100%;}

@media only screen and (max-width: 801px) {.navbar-brand{
    font-size: 11px;
    text-align: center;
    
    }
}

@media only screen and (max-width: 801px) { .top-container .progress {
   position: left;
   margin-left: 0em;
   -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 801px) {html body .navbar.navbar-default.navbar-fixed-top {
  
    font-size: 10px;
}

@media only screen and (max-width: 760px ) and (min-device-width: 768px) and (max-device-width: 1024px)  {
    table.ls-answers  tbody {
        padding: 0 1em 0 1em;
    }
    table.ls-answers  tr{
        border: 0 none;
        padding: 1em;
    }
    table.ls-answers  tr th {
        font-size: 12px;
        text-align: center;
        color: #000000;
    }
}

    table.ls-answers td {
        /* Behave  like a "row" */
        min-height: 2em;
        border: none;
        position: relative;
        /*padding-left: 95%;*/
        padding-bottom: 1em;
        white-space: normal;
        text-align: center;
    }
    
   

.dir-ltr .radio-item .ls-label-xs-visibility, .dir-ltr .checkbox-item .ls-label-xs-visibility { margin-left: 0px; }



