/******************
    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
*/
  @import url('https://questionari.unisalento.it/limesurvey/upload/fonts/im_fell_great_primer/im_fell_great_primer.css');
  @import url('https://questionari.unisalento.it/limesurvey/upload/fonts/titillium_web/titillium_web.css');

  .table-bordered > thead > tr > th {
    border: 1px solid #dadada;
  }
  .table-bordered > thead > tr > td {
    border: 1px solid #dadada;
  }

body {
    padding-top: 0px;
    font-family: 'Titillium Web', sans-serif !important;
}
:root {
    --us-percentuale-righe: 45%;
}
@media screen and (min-width: 768px) {
    :root {
        --us-percentuale-righe: 46%
    }
}

.sfondorighe {
    background-image: 
        repeating-linear-gradient(
        -80deg,
        transparent 0 var(--us-percentuale-righe),
        white calc(var(--us-percentuale-righe) + 1px) 100%)
        ,repeating-linear-gradient(
        -80deg,
        #fff 0 2px,
        #f9e98a 2px 4px
      );
}

.firstrow {
    --bs-gutter-x: 0px;
}

@media screen and (max-width: 667px) {
    body {
        overflow-x: hidden !important;
    }
    .container {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
}

.unisalentologo {
    padding-top: 10px;
    /* padding-bottom: 15px; */
    /* height: 25px; */
    /* line-height: 24px; */
    /* max-height: 25px; */
    /* max-width: 100%; */
    vertical-align: middle;
    width: 145.483px;
}

.titoloquestionario {
    display: block;
    font-family: "Titillium Web", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    position: relative;
    top: 0px;
    text-transform: uppercase;
}

.unisalentolines {
    overflow: hidden;
    height: 70px;
    right: 15px;
}

.middler {
  font-family: "IM Fell Great Primer", serif;
  width: 65%;
  height: 300px;
  margin: auto;
  font-size: 2rem;
  display: table;
}

.citation {
  display: table-cell;
  vertical-align: middle;
}

.slide-control{color:#000;font-size:40px;left:0px;margin-top:-20px;position:absolute;top:50%;}
.slide-control.right{left:auto;right:0px;}

.slider-list li:nth-child(odd) {
    background-color: #eee !important;
}

.slider-list li:nth-child(even) {
    background-color: #fff !important;
}

footer.unisalento {
    clear: both;
    position: relative;
    font-size: 11px;
    line-height: 13px;
    margin: 0 auto;
    padding: 0;
    font-weight: 600;
    z-index: 0;
    display: block;
}

div.footer-content {
    font-weight: 400;
    display: table;
    width: 100%;
}

div.footer-content-left {
    background-color: #f0cb00;
    font-weight: 600;
    width: 100%;
    vertical-align: middle;
    padding: 25px;
    margin: 0;
    position: relative;
    color: #000;
}

div.footer-content-right {
    width: 100%;
    vertical-align: top;
    background-color: #5a5756;
    color: white;
    position: relative;
    padding: 25px;
    
}

@media (min-width: 768px) {
    div.footer-content-left {
        width: 30%;
        display: table-cell;
        padding: 25px 0 25px 35px;;
    }

    div.footer-content-right {
        width: 70%;
        display: table-cell;
        padding: 25px 25px 25px 80px;
    }
    
    div.footer-content-left::after {
        content: "";
        position: absolute;
        background: #f0cb00;
        top: 0;
        right: -30px;
        bottom: 0;
        width: 50px;
        -webkit-transform: skew(-12deg);
        -moz-transform: skew(-12deg);
        -ms-transform: skew(-12deg);
        transform: skew(-12deg);
        border-right: 3px solid #fff;
        z-index: 1;
    }
}

div.footer-content-left a {
    color: #000;
    background-color: transparent;
    padding: 0;
    font-size: inherit;
    line-height: 12px;
    font-weight: 600;
    text-transform: none;
    width: 100%;
}

div.footer-content-right a {
    color: #fff;
    background-color: transparent;
    padding: 0;
    font-size: inherit;
    line-height: 12px;
    text-transform: none;
    width: 100%;
}

input#datasecurity_accepted {
    display: block;
    width: 18px;
    height: 18px;
}

.progress-bar {
    background-color:#5a5756;
}

.strong {
    font-weight: 600;
}
/*
.question-text {
    font-size: 17px;
    font-weight: bold;
}
*/

.campo_disabled {
    pointer-events: none;
}

.text-primary {
    color: #a78300;
}

a {
    color: #a78300;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #000000;
    text-decoration: underline;
}

.panel-primary {
    border-color: #f0cb00;
}

.panel-primary > .panel-heading {
    color: #000000;
    background-color: #f0cb00;
    border-color: #f0cb00;
}

/* UTILIZZATO PER ALLINEARE A SX IL TESTO DELLE DOMANDE ARRAY 
ALLA DOMANDA AGGIUNGERE NELLA SEZIONE Visualizzare/ClasseCSS LA CLASSE us-text-left
*/
.us-text-left .ls-answers tbody .answertext {
    text-align:left;
}

.bg-primary
{
  --bs-bg-opacity: 1;
  background-color: #f0cb00 !important;
}

.btn-primary
{
  background-color: #f0cb00;
  border-color: #aaa;
  color: #000;
}

.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary:hover
{
  background-color: #777;
  border-color: #000;
  color: #fff;
}

.text-primary
{
  --bs-text-opacity: 1;
  color: #555 !important;
}

.text-info
{
  --bs-text-opacity: 1;
  color: #888 !important;
}

.text-center
{
  text-align: left !important;
}

.ls-em-success {
  color: #888 !important;
}


#survey-nav
{
  background-color: #f0cb00 !important;
}

.form-check-input:checked {
  background-color: #777;
  border-color: #000;
}

.question-text {
  font-weight: bold;
  font-size: initial;
}

.text-warning {
--bs-text-opacity: none;
}

.row {
  --bs-gutter-x: 0px;
}

.btn-primary:focus {
  box-shadow: 0 0 0 .25rem #f0cb0040;
}

.question-valid-container .text-info {
    color: #31708f;
    font-weight: bold;
}

.question-container {
    margin-bottom: 0;
    border: 0;
    background-color: #fff;
}
.question-title-container {
	padding-top: 0;
	padding-bottom: 0;
}

.ls-answers {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
}

label::after {
    background-color: #CCC;
}


@media (min-width: 768px) {
    .yesno-button, .gender-button {
        width: 33%;
    }
}

.yesno-button label, .gender-button label {
	margin-right: 1em;
	margin-left: 1em;
}

.btn-group .btn {
	border-radius: 3px !important;
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
	background-color: #777 !important;
	border-color: #000 !important;
	color: #fff !important;
}


/* In linea #14 | https://questionari.unisalento.it/limesurvey/index.php/822764?token=yjDN4AwRzIspBMd&newtest=Y */

.titoloquestionario {
  max-width: 53%;
}


