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


.table-bordered > thead > tr > th {
    border: 1px solid #dadada;
}
.table-bordered > thead > tr > td {
    border: 1px solid #dadada;
}


html body .top-container {
    margin-top:0;
}


/** SURVEY **/
.fa, .fas {color: #de7c00;}
.info {position: relative;  display: inline-block;  border-bottom: 1px dotted black;}
.info:before { content:"\f05a"; }
.info .infotext { font-family:"Noto Sans"; font-weight:normal; font-size:13px; visibility: hidden;  width: 400px; hyphens: manual; background-color: #555;  color: #fff; border-radius: 6px;  padding: 5px 5px;  position: absolute;  z-index: 100;  bottom: 125%;  left: 50%;  margin-left: -50px;  opacity: 0;  transition: opacity 0.3s;}
.info:hover .infotext {  visibility: visible;  opacity: 1;}

#limesurvey .question-item .control-label {
    text-align:left;
}
#limesurvey .question-container.text-before {
    margin-bottom:0;
    border-bottom:none;
}
#limesurvey .question-container.text-after {
    border-top:none;
}

#limesurvey h1, #limesurvey h2, #limesurvey h3, #limesurvey h4 {
    margin-top:0;
}

.question-container.validation-error {
    background-color:#ffdede;
}
  
