/******************
    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
*/
.sr-only {
  position:absolute!important;
  width:1px;height:1px;
  padding:0;margin:-1px;border:0;
  clip:rect(0,0,0,0);clip-path:inset(50%);
  overflow:hidden;white-space:nowrap;
}


.fruity .table-bordered>tbody>tr>th {
    border: none;
    background: none;
}
#dynamicReloadContainer {
    padding:10px;
}
.question-text {
    margin-bottom:-20px;
}
.fruity .text-warning {
    color: #2d3035; /*#22DECE*/
}
.fruity .form-control:focus {
    border: 1px solid #22DECE;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(50,134,55,0.6)
}
.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 td {
    border: solid 1px #000;
    border-style: none solid solid none;
    padding: 10px;
}

.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:last-child { 
    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: #22DECE !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;
}
.group-container {
    border: none;
    box-shadow: none;
}
.fruity .btn-primary, .fruity .btn-primary[disabled] {
    color: #2d3035;
    background-color: #fff;
    border: 2px solid #2d3035;
    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: #22DECE;
    border: 2px solid #22DECE;
    border-radius: 0px;
}
.fruity .btn-default {
    color: #2d3035;
    background-color: #fff;
    border: 2px solid #2d3035;
    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: #22DECE;
    border: 2px solid #22DECE;
    border-radius: 0px;
}

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

.fruity .navbar-toggle {
    border: solid 1px #22DECE;
}
.fruity .navbar-toggle .icon-bar {
    background-color: #22DECE;
}
body .answer-item label::after {
    background-color: #22DECE;
    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: #22DECE;
    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: #2d3035;
}
.fruity .text-info {
    color: #2d3035;
}
.fruity a {
    color: #007b71;
}

.fruity .progress-bar {
    color: #fff;
    background-color: #22DECE;
    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.24em;
}
.cluster_question{
    font-size: 1.1em;
}
.fruity .table-bordered {
    border: none;
}