/******************
    User custom CSS eDaktik
    ---------------

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

.navbar {
  border-bottom: 1px solid #FA9E0D;
}

.progress-bar {
    background-color: #6a9b53  !important;
    font-weight:600;
    font-size:125%;
}

.top-container.progress {
    height: 8px;
}

.btn-primary {
    background-color: #FA9D0D !important;
    border-color: #F98012 !important;
}
.btn-primary:hover {
    background-color: #FA9E0D !important;
    border-color: #F98012 !important;
}
 
.btn-primary:active, 
.btn-primary.active {
    background-color: #FA9E0D !important;
    border-color: #F98012 !important;
}

body .top-container {
  margin-top: 10px !important;
}

.space-col {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}

.group-title.text-center, .survey-name.text-center {
text-align: left !important;
}

.ls-label-question {
  font-size: 110%;
/*  font-weight: 400;*/
}

.survey-welcome.text-primary {
    font-weight:normal;
    color: #000 !important;
    font-size:100%;
}

.group-title {
    font-weight:800;
}

/*progressbar*/

@media (min-width: 1400px) {
  .top-content.container-fluid {
    max-width: 1320px;
  }
}
/*@media (min-width: 1200px) {
  .top-content.container-fluid {
    max-width: 1140px;
  }
}
@media (min-width: 992px) {
  .top-content.container-fluid {
    max-width: 960px;
  }
}
@media (min-width: 768px) {
  .top-content.container-fluid {
    max-width: 720px;
  }
}*/

/*large smileys*/

thead th[id*="L001"],thead th[id*="L002"],thead th[id*="L003"],thead th[id*="L004"] {
    font-size:150%;
}

thead th[id*="answer198552X6X50"],
thead th[id*="answer918887X11X83"]  {
    font-size:100%;
}

.completed-text a {
    font-weight:600;
    font-size:150%;
}

.ranking-advanced-style ul.list-group {
    border: 1px solid #ccc;
}
