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

/* Title of survey can be big, allow multiline, but leave the minimum */

body {
     padding-bottom: 20px;
     padding-top: 5px;/* now is redefine in JS to fit any title length */
     font-size: 16pt;
}

.space-col {
    margin-top: 1em;
    margin-bottom: 1.1em;
}

.navbar-brand {
    min-height:20px;
    padding:0;
}

.logo-container>img {
  max-height: 50px;
  height: 100%;
  padding: 5px;
  width: auto;
}

.top-container .top-content:empty{display:none}
.group-description:empty{display:none}
.group-title:empty{display:none}
.top-container .progress {
    height: 30px;
    margin-bottom: 0;
}

.btn-primary {
    background-image: linear-gradient(#ac7827 30%,#372200);
}

.btn-primary:hover {
       background-image: linear-gradient(#468c15 30%,#03240c); 
    }
    
.btn-check:checked+.btn-primary{
       background-image: linear-gradient(#3a69a9, #3b5c89 40%, #8829f1);
    }

.group-title {
    margin:0;
}
.group-container {
    margin:0;
}

.question-container {
  margin-bottom: 1em;
  background:white;
  color: #444;
  border-bottom: 1px solid #dbdbdb;
}

.question-text {
    font-size: 1.5rem;
    font-weight: 300;
}

.control-label{
    color:#000000;
}
.answer-container {
  background-color: #F0F0F0;
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  padding-top: 0.1em;
  padding-bottom:0.1em;
}

.ls-answers{
    justify-content: space-around;
}
.ls-answers label, .ls-answers th {
    font-weight: 400;
    font-size: 0.9em;
    color: #000000;
}

.ls-even {
  background-color: #9bb8cd;
}

.progress {
    background-color:#694a09;
}

.progress-bar {
    color:#FFFFFF;
    background-color:#b19517;
}

.form-check {
    padding-left:5px;
}


@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .ls-answers > tbody > tr.ls-even:hover {
        background-color: #6f777d;
    }

      .col-md-2 {
    width: 18%;
    padding: 0px;
  }
}


@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
    
}