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

  .ls-question-help,
  .ls-questionhelp{
    font-size:14px;
    /*font-weight: bold;*/
  }
  
  .h3 {
      font-weight: bold;
  }
  
/* Normal */
.btn-primary  { 
   /*border-color :  #3d1100; */
   color :  #000000;

   font-size: 14px;
   /*text-shadow: 1px 1px black;*/
    background-color: #80bfff;
 
}

/*--surface: #27272c;*/
/*--background: #5cc3f0;*/
/*--color: #222222;*/
/*--focus-background: #ffffff;*/
/*--focus-color: #222222;*/

.btn-default  { 
   /*border-color :  #3d1100; */
   /*color :  #000000; */

   font-size: 14px;
   /*text-shadow: 1px 1px black;*/
    /*background-color: #88b5dd;*/
 
}


/* Active */
.btn-primary .active ,  .btn-primary : active { 
  background-color :  #215A85; 
  color :  #000000; 
  border-color :  #3d1100; 
}
 
/* Normal and mouse over */
.btn-primary : hover { 
  background-color : #215A85; 
  color :  #3d1100; 
  border-color :  #3d1100; 
}
 
/* Active and move the mouse over it */
.btn-primary .active : hover { 
  background-color :  #215A85; 
  color :  #3d1100; 
  border-color :  #3d1100; 
}

.survey-name{
    font-weight:bold;
}

.question-text {
    font-size: 15px;
    font-weight: bold;
}

.navbar-default {
  background-color: #ffffff;   
}

.other-text-item > .input-sm {
    width: 500px;
}

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