/******************
    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
*/
.fruity .table-bordered>tbody>tr>th {
    border: none;
    background: none;
}
.ls-question-mandatory{
 display:none;   
}
p {
    font-size: 1.3em;
}
.my-logo {
    width:100%;
    text-align:center;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: inline;
}
#dynamicReloadContainer {
    padding:10px;
}
.question-valid-container .text-danger {
    font-weight: bold;
    padding-top: 10px;
}
.answer-container td {
    border: solid 1px #000;
    border-style: none solid solid none;
    padding: 10px;
}
.answer-container td {
    border: none;
    border-style: none;
    padding: 10px;
}
@media only screen and (max-device-width: 760px){
.question-title-container {
    padding-top: 1em;
    padding-bottom: 1em;
}
}
input:focus,.form-control:focus { 
        outline: none !important;
    }
    *:focus {
    outline: none !important;
}
textarea {
    resize: none;
}
.ls-questionhelp:before {
    content: "\f06a";
    font-size: 1.1em;
}
.fruity .navbar {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0 !important;
}
.navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-left: 15px;
}
.nav_outer {
    width: 100%;
    max-width: 680px;
}
#navigator-container {
    display:flex;
    align-items:center;
    justify-content:center;
}
.group-outer-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.answer-container {
    padding-bottom: 2em;
}
.group-container {
    border: none;
    box-shadow: none;
    border-radius:8px;
    max-width:680px;
}
body{
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position-x: right;
    font-size: 16px;
}
.question-text {
    margin-bottom:-20px;
}
.fruity .text-warning {
    color: #002A3A; /*#FF5F25*/
}
.fruity .form-control:focus {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(107 206 182 / 20%);
    border: 1px solid rgb(107 206 182 / 70%);
}
.radio-item label::before {
    width: 17px;
    height: 17px;
    left: 0;
    top: 0;
}
@media (max-width: 768px) {
.navbar-header {
    position: relative; 
}
.group-container {
    width: 100%;
     border: none; 
     box-shadow: none; 
     padding: 2px; 
}
}
@media (min-width: 768px) {
.fruity .table-bordered>thead>tr>th {
    border: none;
}
.fruity .table-bordered>thead>tr>td {
    border: none;
}
.fruity .table-bordered {
    border: none;
}
.fruity .table-bordered>tbody>tr>td {
    border: none;
        border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.answer-container tbody {
    border: 1px solid #ddd;
}
.answer-container table { border-collapse: separate; border-spacing: 0; }

.answer-container tr td:nth-child(2) { 
    border-bottom-left-radius: 10px; 
    border-top-left-radius: 10px;
    border-left: 1px solid #ddd !important;
}
.answer-container tr td:nth-child(4) { 
    border-top-right-radius: 10px; 
    border-bottom-right-radius: 10px; 
    border-right: 1px solid #ddd !important;
}
    
}


.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #FF5F25 !important;
    color: #fff !important;
}

.select2-container {
    min-width: 260px;
}

.select2-container .select2-selection--single {
    height:32px !important;
    padding:1px !important;
}

.ls-answers .ls-heading th {
    font-weight: 400;
}
#outerframeContainer {
    hyphens: none;
}
.fruity .btn-primary, .fruity .btn-primary[disabled] {
    color: #002A3A;
    background-color: #fff;
    border: 2px solid #002A3A;
    border-radius: 0px;
    min-width:100px;
    font-weight: bold;
}
.fruity .btn-primary:hover, .fruity .btn-primary:active, .fruity .btn-primary:focus, .fruity .btn-primary[disabled]:hover{
    color: #fff;
    background-color: #FF5F25;
    border: 2px solid #FF5F25;
    border-radius: 0px;
}
.fruity .btn-default {
    color: #002A3A;
    background-color: #fff;
    border: 2px solid #002A3A;
    border-radius: 0px;
    min-width:100px;
    font-weight: bold;
}
.fruity .btn-default:hover, .fruity .btn-default:active, .fruity .btn-default:focus {
    color: #fff;
    background-color: #FF5F25;
    border: 2px solid #FF5F25;
    border-radius: 0px;
}

.pd-10 {
    padding:10px;
}
.pdl-25 {
    padding-left:25px;
}
.logo-container>img {
    max-height: 70px;
}

.fruity .navbar-toggle {
    border: solid 1px #FF5F25;
}
.fruity .navbar-toggle .icon-bar {
    background-color: #FF5F25;
}
body .answer-item label::after {
    background-color: #FF5F25;
    width: 17px;
    height: 17px;
    left: 0;
    top: 0;
}

.checkbox-item input[type="checkbox"]:checked+label::after, .checkbox-item input[type="radio"]:checked+label::after {
    background-color: #23dece;
}
.checkbox-item input[type="checkbox"]:checked + label::after, .checkbox-item input[type="radio"]:checked + label::after {
    padding-right: 2px;
}
/* Ranking question */
.sortable-choice {
  padding: 5px;
}
.sortable-choice .ls-choice.sortable-item {
  background-color: #ddd;
  border: 1px solid #ddd;
  margin-bottom: 5px;
}
.sortable-rank {
  padding: 5px;
}

.sortable-rank .ls-choice.sortable-item {
    background-color: #6BCEB6;
    border: 1px solid #333;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 700;
}
.qText{
    min-width:100px;
    font-size:.95em;
}
.asterisk {
    margin-left: -10px;
    margin-top: 30px;
    font-size: 10px;
    display: none;
}

.fruity .text-primary {
    color: #002A3A;
}
.fruity .text-info {
    color: #002A3A;
}
.fruity a {
    color: #007b71;
}

.fruity .progress-bar {
    color: #fff;
    background-color: #13928b;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
}

.fruity .well {
    background-color: transparent ; 
    border: none; 
    -webkit-box-shadow: none; 
    box-shadow: none; 
}
.fruity .text-danger {
    /*display:none;*/
}


.cluster_header{
    font-size: 1.3em;
}
.cluster_question{
    font-size: 1.21em;
    overflow-wrap: normal
    hyphens: none;
}


body {
     padding-bottom: 0; /* no bottom padding, footer should be bottom aligned */
     padding-top: 60px;/* now is redefine in JS to fit any title length */
     flex-direction: column; /* article, then footer */
     display: flex; /* flex, to extend the content to full size */
     min-height: 100vh; /* full height, to bottom-align footer */
     font-family: 'Tw Cen MT','Noto Sans' !important;
}
body > article {
    flex: 1; /* the main article should use as much space as possible */
}
@font-face {
    font-family: 'Tw Cen MT';
    src: url('./fonts/TwCenMT-Regular.eot');
    src: url('./fonts/TwCenMT-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/TwCenMT-Regular.woff2') format('woff2'),
        url('./fonts/TwCenMT-Regular.woff') format('woff'),
        url('./fonts/TwCenMT-Regular.ttf') format('truetype'),
        url('./fonts/TwCenMT-Regular.svg#TwCenMT-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Tw Cen MT';
    src: url('./fonts/TwCenMT-Bold.eot');
    src: url('./fonts/TwCenMT-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/TwCenMT-Bold.woff2') format('woff2'),
        url('./fonts/TwCenMT-Bold.woff') format('woff'),
        url('./fonts/TwCenMT-Bold.ttf') format('truetype'),
        url('./fonts/TwCenMT-Bold.svg#TwCenMT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Tw Cen MT';
    src: url('./fonts/TwCenMT-Italic.eot');
    src: url('./fonts/TwCenMT-Italic.eot?#iefix') format('embedded-opentype'),
        url('./fonts/TwCenMT-Italic.woff2') format('woff2'),
        url('./fonts/TwCenMT-Italic.woff') format('woff'),
        url('./fonts/TwCenMT-Italic.ttf') format('truetype'),
        url('./fonts/TwCenMT-Italic.svg#TwCenMT-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

.checkbox-item label {
    color: #fff;
}
  .ls-em-success {
    color: #019f01;
}
  .checkbox-item label {
    height: 3em;
    width: 100%;
    text-align: center;
    font-size: 1.1em;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    display: table-cell;
    width: 680px;
}
.question-item .answer-item .checkbox-item {
    display: table;
    vertical-align: middle;
    width: 100%;
}
  .fruity .question-item {
    padding-top: .1em;
}
  .checkbox-item label::before {
    width: 100%;
    height: 3em;
    border-radius: 6px;
    z-index: -99;
    background-color: #0A5456;
    color: #fff;    
    border: #0A5456;
    margin-left: 0px;
 /*   box-shadow: rgb(0 0 0 / 16%) 0px 3px 3px, rgb(0 0 0 / 16%) 0px 3px 3px;
    background: linear-gradient(0deg, rgba(6,70,71,1) 0%, rgba(10,84,86,1) 40%, rgb(4 219 225) 100%);
        background: linear-gradient(0deg, rgba(6,70,71,1) 0%, rgba(10,84,86,1) 24%, rgb(3 195 201) 100%); */
}
  
  .checkbox-item label:hover::before {
    background-color: #6BCEB6;
   /* background: rgb(78,185,159);
background: linear-gradient(0deg, rgba(78,185,159,1) 0%, rgba(107,206,182,1) 43%, rgba(214,242,235,1) 100%);
background: linear-gradient(0deg, rgba(6,70,71,1) 0%, rgba(10,84,86,1) 34%, rgb(4 219 225) 100%); */
}
  .checkbox-item input[type="checkbox"]:checked + label::after {
    width: 100%; 
    height: 5em;
    margin-left: 0px;
    content: "" !important;
    z-index: -99;
    background-color: #FF5F25;
    /* box-shadow: none;
    box-shadow: rgb(50 50 93 / 20%) 0px 10px 10px -22px inset, rgb(0 0 0 / 30%) 0px 10px 16px -8px inset;
        background: radial-gradient(circle, rgb(245 99 46) 0%, rgb(184 63 18) 100%); */
}
  .checkbox-item input[type="checkbox"]:checked + label:hover::after {
    background-color: #ff4c0b;
}
.checkbox-item {
    padding-left: 0px; 
}
.group-container {
    padding-top: 0px;
}
.fruity .text-danger {
    color: #ff5f25;
}
.space-col {
    margin-top: 0em;
    margin-bottom: 0em;
}