@media (min-width: 768px) {
    /*.dataTables_wrapper {    
        min-height: 300px
    }*/
}

.vich-image img {
    display: block;
    max-height: 200px;
    margin:1rem 0;
}

.img-login
{
    max-width: 300px;
}


/***************** ADMIN STATISTICS ********************/

#stats th, #stats td, #refuses th, #refuses td, #refuses2 th, #refuses2 td {
    border: 0.1px solid black;
}

#refuses2{
    border-bottom: 0.1px !important;
}



.line-height-18 {
    line-height: 1.8;
}


.dark-blue {
    background-color: #1a3867!important;
}

.blue {
    background-color: #206bc4!important;
}

.light-blue {
    background-color: #94aac9!important;
}

.lighter-blue {
    background-color: #b5c5da!important;
}

.dark-orange {
    background-color: #ea6b01!important;
}

.nav-item{
    --tblr-navbar-active-border-color: 0px !important;
    border-top: 1px solid #6c7a916b;
    border-left: 0px solid #6c7a916b;
}

.ck-voice-label {
    display: none !important;
}

/*
.table-responsive {
    overflow-x: auto !important;
}*/


.select2-container .select2-selection--single {
    height: 48px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px!important;
}

.question-choices label {
    margin-right: 3rem;
    margin-left: 0.5rem;
}

.stats-results {
    font-size: 4rem;
    font-weight: bold;
}

.stats-title, .stats-sub {
    font-size: 1.3rem;
}

.stats {
    /* background: #ffed00; */
    text-align: center;
    /*padding: 2rem 0;*/
    min-height: 200px;
}

.bg-white {
    background: #FFF;
}

.stats-height {
    min-height: 340px;
}

.vcenter {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .bg-grey{
    background: #efefef;
  }

  .bg-orange{
    background: #E97C30;
  }

  .bg-dark{
    background: #000;
  }

  .bg-orange1{
    background: #ffc000;
  }

  .bg-orange2{
    background: #fff2cc;
  }

  .bg-orange3{
    background: #ffd966;
  }
