/******************
    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.questions-list {
    border: inherit;
}

.table-bordered td, th {
    border-left: none !important;
    border-right: none !important;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 0;
}

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

a:link:not(.dropdown-item) {
  color: blue;
}

a:visited:not(.dropdown-item) {
  color: blue;
}

a:hover:not(.dropdown-item) {
  color: blue;
}

a:active:not(.dropdown-item) {
  color: blue;
}

.footer_center_label a:link {
  color: #31708F;
}

.footer_center_label a:visited {
  color: #31708F;
}

.footer_center_label a:hover {
  color: #31708F;
}

.footer_center_label a:active {
  color: #31708F !important;
}
    
.question-container em{
    font-weight: lighter !important;
}

.asterisk {
    margin-right: 5px;
}

/**
 * Fixes for LS 6
 */
.text-info {
    color: #31708f !important;
}

.ls-answers.table {
    border: none;
}

.ls-answers.table tbody, .ls-answers.table thead {
    border: none;
}

.ls-answers.table tr {
    border: none;
}

.ls-answers.table tbody td, .ls-answers.table tbody th {
    border: 1px solid #ddd;
}

body {
    padding-top: 0px;
}

.hide {
    display: none;
}

.btn-primary:disabled {
    color: #fff;
    background-color: #FA5C2A;
    border-color: #FA5C2A;
}

/* Seleccionar el <a role="button"> dentro de una pregunta con clase white-upload */
.white-upload a.upload[role="button"],
.white-upload a.upload[role="button"] span {
    color: #fff !important;
}

#welcome-container {
    display: none;
}

.privacy.row {
    display: none;
}

/**
 * Body's top padding is set to 0 to fix the white space over the progress bar, but
 * is causes the End Message to be hidden behind the navbar. This is a workaround to
 * try to fix that.
 */
.completed-wrapper {
    padding-top: 90px;
}



