/******************
    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;
  }
  
  /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Anpassungen für Accenture ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  
  /* Styling the Question Text: Making the font 1.5 times bigger than the standard font*/
.ls-label-question{
    font-size: 1.3em;
    font-weight: bold
}

.group-description{
    font-size: 1em;
    font-weight: bold
}
  /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Anpassungen für IV ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
  
  /*
    .table-bordered > thead > tr > th {
    border: 1px solid var(--bs-iv-blau);
  }
  .table-bordered > thead > tr > td {
    border: 1px solid var(--bs-iv-blau);
  }
  */
  
 :root { 
    --bs-iv-blau: #0067A5; /*  var(--bs-iv-blau) */
 }
 
  .progress .progress-bar {
    line-height: 40px;
}

.progress-bar {
    background-color: var(--bs-iv-blau);
    /* #0067A5 */
}


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




/* Define the color for Awesome Bootsrap Checkboxes ; based on bg-primary background-color*/
label::after {
    background-color: var(--bs-iv-blau);
}


.btn-outline-secondary {
    border-color: var(--bs-iv-blau);
    color: var(--bs-iv-blau);
}


#survey-nav .nav-link:hover {
    color: var(--bs-iv-blau);
}
#survey-nav .nav-link:focus {
    color: var(--bs-iv-blau);
}

.text-info {
    --bs-text-opacity: 1;
    --bs-grey-600-rgb: 108, 117, 125;
    color: rgba(var(--bs-grey-600-rgb),var(--bs-text-opacity))!important;
}

body {
       color: var(--bs-iv-blau);
    
}


.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-gray-600); /* #212529; */;
    --bs-table-striped-bg: #f9f9f9;
    --bs-table-active-color: var(--bs-gray-600); /* #212529; */;
    --bs-table-active-bg: rgba(0, 0, 0, .1);
    --bs-table-hover-color: var(--bs-gray-600); /* #212529; */;
    --bs-table-hover-bg: #f5f5f5;
    border-color: #dee2e6;
     /* border-color: var(--bs-gray-600); */;
    color: var(--bs-gray-700);
    margin-bottom: 1rem;
    vertical-align: top;
    width: 100%;
}

.ls-answers .ls-heading th {
    color: var(--bs-iv-blau);
}

.ls-answers tbody .answertext {
    color: var(--bs-iv-blau);
}


  