/* fix skelvanilla */
.logo-as-banner.container{padding:0}
.navbar-with-banner > .container{padding:0;}
/* Other fix */
.table-fixed-header table.table-bordered.ls-answers {border-collapse: collapse;}
.table-fixed-header table.table-bordered.ls-answers {border-right: 1px;border-bottom: 1px;}
.table-fixed-header table.ls-answers > thead > tr > td, .table-fixed-header table.ls-answers > thead > tr > th, .table-fixed-header table.ls-answers > tbody > tr.ls-header > td{background-clip: padding-box;}
.table-fixed-header table.table-bordered.ls-answers > thead > tr > td:first-child{border-top:1px solid #fff;border-left:1px solid #fff;}
.ls-answers tbody .answertext {text-align: left;}
.ls-even{background-color:#fafafa;}
/* Hide default help */
.list-dropdown .ls-question-help  .em_default{display:none;}
.list-radio .ls-question-help  .em_default{display:none;}
.list-with-comment .ls-question-help .em_default{display:none;}
body{background:#ebebeb;color: #333333;}
#outerframeContainer{background:#fff;padding:0.75em;}
.date.question-container .form-inline, .language.question-container .form-inline, .list-dropdown.question-container .form-inline, .choice-5-pt-radio.question-container .form-inline {
  text-align: initial;
}
.table-hover > tbody > tr:hover {
  background-color: transparent;
}
.radiostars-list{padding:1em 0 0}
.radiostar-NA{position:relative;}
.radiostar-NA .popover.fixed-popover {
	display: block;
	top: 3em;
	left: 0;
	white-space: pre;
	opacity: 1;
	color: #000;
}
/* half-stars */
.half-stars .radiostars-list .radiostar{font-size:3em;width:0.5em;overflow:hidden;}
.half-stars .radiostars-list .radiostar-even{text-indent : -0.5em;}

.radiostar-NA:before {
  content: "\f057";
}
.radiostar-NA.radiostar,.radiostar-NA.radiostar-rated{
  color:#ccc;opacity:0.5;
}
.radiostar-NA.radiostar-hover{
  color:#888;opacity:1;
}
.radiostar-NA.radiostar-rated-on{
  color:#444;opacity:1;
}

/* stars-thumb YES, NO as thumb up/down*/
.stars-thumb .radiostar-NO:before {
   content: "\f165";
 }
.stars-thumb  .radiostar-NO.radiostar,.stars-thumb .radiostar-NO.radiostar-rated{
   color:#ccc;opacity:0.5;
 }
.stars-thumb  .radiostar-NO.radiostar-hover{
   color:#888;opacity:1;
 }
.stars-thumb  .radiostar-NO.radiostar-rated-on{
   color:#444;opacity:1;
 }
.stars-thumb  .radiostar-YES:before {
   content: "\f164";
 }
.stars-thumb  .radiostar-YES.radiostar,.stars-thumb .radiostar-YES.radiostar-rated{
   color:#ccc;opacity:0.5;
 }
.stars-thumb  .radiostar-YES.radiostar-hover{
   color:#888;opacity:1;
 }
.stars-thumb  .radiostar-YES.radiostar-rated-on{
   color:#444;opacity:1;
 }

/* stars-10-colored for colored 1 to 10 */
.stars-10-colored .radiostars-list .radiostar-1{color:#FF6600}
.stars-10-colored .radiostars-list .radiostar-2{color:#FF6600}
.stars-10-colored .radiostars-list .radiostar-3{color:#FF9933}
.stars-10-colored .radiostars-list .radiostar-4{color:#FF9933}
.stars-10-colored .radiostars-list .radiostar-5{color:#FFCC00}
.stars-10-colored .radiostars-list .radiostar-6{color:#99ff99}
.stars-10-colored .radiostars-list .radiostar-7{color:#99CC00}
.stars-10-colored .radiostars-list .radiostar-8{color:#99CC00}
.stars-10-colored .radiostars-list .radiostar-9{color:#008000}
.stars-10-colored .radiostars-list .radiostar-10{color:#008000}

.radiostars-list.width-NA{padding-bottom:2em}