/******************
    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 body {background-position: center;}

.fruity .modal-content {background-color: #333641;}

.fruity .text-info, .fruity .text-primary, .fruity .text-success {
    color: #fff important;
}

.fruity .text-primary
{
color: #fff !important; 
}

.fruity .text-primary 
{
line-height: 1.1;}

.fruity .text-primary ul
{
    padding-top: 8px;
}
.fruity .text-primary li
{
line-height: 1.6;}

body,
.form-control {
    font-size: 17px;
}

.fruity .btn-primary.active, .fruity .btn-primary.active:focus, .fruity .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #00b136;
    border: 1px solid #007724;
}

.welcome-wrapper  {
    background-color: transparent;
    padding:10px 30px 50px 30px;
    margin-bottom:10px;
}

.survey-name {
    color:#fff;
}

.logo-container .hidden-xs {
    display: block; 
}

.fruity .alert-danger {
    background-color: #fff;
}

.welcome_detail_list {
margin-bottom:5px;
width:100%; 
height:100%; 
overflow:auto; 
border:1px solid #ccc; 
border-radius: 5px; 
background-color:#f2f2f2; 
color:black;
}
.welcome_detail_list_left {
width: 115px;
  font-weight: bold;
  padding: 5px;
 display: flex;
  align-items: center;
float:left;
}
.welcome_left_text {  
flex-grow: 1;

}

.welcome_right_text {

padding: 5px;
}


.question-title-container, .question-valid-container {
font-size:1.1em;

}

.question-item {
    border:0px;
}
.answer-container {
font-size: 1.1em;
}

  
.checkbox-item label,
.checkbox-item label.ls-label-xs-visibility {
  padding-left: 30px;
  padding-top: 3px;
}

.checkbox-item label::before,
.checkbox-item label.ls-label-xs-visibility::before {
  width: 30px;
  height: 30px;
}

.checkbox-item label::after,
.checkbox-item label.ls-label-xs-visibility::after {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  padding-top: 0px;
  padding-left: 5px;
  background-color: #702000;
  color: white;
  font-size: 24px;
  line-height: 27px;
}

.checkbox-item .ls-label-xs-visibility {
  width: 30px;
  height: 30px;
}

.checkbox-list .input-sm {
  height: 32px;
  font-size: inherit;
}

.othertext-label-checkbox-container {
  padding-top: 0;
}

.radio-item .ls-label-xs-visibility {
  width: 35px;
  height: 35px;
}

.radio-item label {
  padding-left: 25px;
  padding-top: 3px;
}

.radio-item label:before {
  width: 30px;
  height: 30px;
  border-color: #aaa;
  margin-right: 20px;
}

.radio-item label::after {
  background-color: #702000;
  width: 25px;
  height: 25px;
  left: 3px;
  top: 3px;
}

.radio-item, .checkbox-item, .radio-text-item, .checkbox-text-item {
    margin-bottom: 0.2em;
}

.ui-state-disabled {
    display:none;
}



.fruity .answer-container .table-bordered,
.fruity .answer-container .table-bordered tr td,
.fruity .answer-container .table-bordered tr th {
	border-top: 0 none;
	border-bottom: 0px;
	border-left: 0 none;
	border-right: 0 none;
}

.answers-list .radio-list 
{
    color: #fff;
}

.fruity .table-hover>tbody>tr:hover>td {
    background-color:rgba(0,0,0,0.5);
}
.fruity .table-hover>tbody>tr:hover>th {
    background-color:rgba(0,0,0,0.5);
}

.ls-answers tbody .answertext {
    text-align:left;
}

.ls-even {
    background-color: transparent;
}

.answer-text, .control-label {
    color:#fff;
}

.table {
    color:white;
    border:transparent !important;
}

#ls-button-submit {
    width: 100%;
}

.fruity .btn-check:active+.btn-primary, .fruity .btn-check:checked+.btn-primary, .fruity .btn-check:focus+.btn-primary, .fruity .btn-primary.active, .fruity .btn-primary.active.active, .fruity .btn-primary.active:focus, .fruity .btn-primary:active, .fruity .btn-primary:focus, .fruity .btn-primary:hover, .fruity .open .dropdown-toggle.btn-primary {
    background-color: green;
}

.yesno-button, .gender-button {
    width: 50% !important;
}
}

@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
    
      /* Line header ; color is h4 color */
    table.ls-answers tr th {
        font-size: 1.1em;
        text-align: left;
        color: #fff;
        font-weight:bold;
    }


    
  
    
    .fruity .answer-container .table-bordered,
.fruity .answer-container .table-bordered tr td,
.fruity .answer-container .table-bordered tr th {
	border-top: 0 none;
	border-bottom: 0px;
	border-left: 0 none;
	border-right: 0 none;
}

.answers-list .radio-list 
{
    color: #fff;
}

.fruity .table-hover>tbody>tr:hover>td {
    background-color:rgba(0,0,0,0.5);
}
.fruity .table-hover>tbody>tr:hover>th {
    background-color:rgba(0,0,0,0.5);
}

.ls-answers tbody .answertext {
    text-align:left;
    color:white;
}

.ls-even {
    background-color: transparent;
}

.answer-text, .control-label {
    color:#fff;
}

.table {
    color:#fff !important;
    --bs-table-bg: transparent !important;
    bs-table-bg: transparent !important; 
    --bs-table-accent-bg: transparent !important; 
    --bs-table-striped-color: #fff !important; 
    --bs-table-striped-bg: rgba(255,255,255,0.5) !important; 
    --bs-table-active-color: #fff !important; 
    --bs-table-active-bg: rgba(0,0,0,.1) !important; 
    --bs-table-hover-color: #fff !important; 
    --bs-table-hover-bg: rgba(255,255,255,0.5) !important; 
    /* border-color: #dee2e6;
    color: #212529; */
    margin-bottom: 1rem;
    vertical-align: top;
    width: 100%;
}

.fruity .ls-label-xs-visibility {
    color:white !important; 

}

.fruity .ls-answers td.radio-item {
    color:gray !important;
}
}

