﻿input[type="text"].disabled {
    background: #dddddd;
}

.ui-tooltip {
    opacity: 1 !important;
    background: #e0e0e0 !important;
}

div.question-text div:first-of-type, div.question-text p:first-of-type  {
  display: inline;
}

div.labelQuestionText div:first-of-type, div.labelQuestionText p:first-of-type {
    display: block;
}

.divNotAnsweredWarning
{
    padding-left:20px; 
    padding-right:10px;
    padding-top:30px;
    padding-bottom:20px; 
    width:90%;
}

.divNotAnsweredWarningMessage
{
    /*border: 1px solid red; 
    background-color:#ffc860;*/ 
    height:25px;
    color: #B24B22;
    text-align: center;
    font-weight: bold;
}

.divNotAnsweredWarningMessageText {
    /*vertical-align:top; */
    font-size: 16px;
}

.divNotAnsweredWarningMessage img
{
    padding: 3px 3px 0 3px;
}
 
.divNotAnsweredWarningButton
{
    padding-top: 20px; padding-bottom:5px; text-align:center; display:block;
}


.divValidationContainer
{
    /*padding-left:20px; 
    padding-right:10px;
    padding-top:20px;
    padding-bottom:25px; 
    width:90%;*/
}

.divValidationContainerMessage
{
    /*border: 1px solid #B22222;
    background-color: #FFE6E6;*/    
    color: #B22222;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
   
}

.divValidationContainerMessageText {
    /*border: 1px solid green;*/  
    font-size: 16px;
    font-weight: bold;
}

.divValidationContainerMessage img
{
    padding-top: 5px;
    padding-right: 10px;
}

.SurveyLoading {

   /*padding-top:18px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
}

.SurveyLoading1 {
        background-color: red !important;
    vertical-align: top;
    width: 10%;
    top: 40%;
    text-Align: center;
    left: 42%;
    height: 60px;
    font: 20px arial, sans-serif;
    margin: 0px auto;
}


.SessionCountdownAlert
{   
    text-align:center;   
}

.SessionCountdownAlert span
{       
    font-weight: bold;
    color: #b22222;     
}


.select2-container {
    min-width: 200px;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table;
    table-layout: fixed;
    text-align: left;
}

.select2-selection {
    border-radius: 0px;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 250px !important;
}

.HeaderSurveyName{
    display: none;
}

.ProgressBarTop{
    min-height: 40px;
}

.scoreCard {
    margin: 0 auto;
}

.sliderRadio {
    opacity: 0;
    position: absolute;
}

.ui-dialog-titlebar-close{
    font-size: 0 !important;
}

.ui-button {
    padding: 5px 10px !important;
}

.hiddenQuestionMessage {
    background-color: #c8e6c9;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.hiddenQuestion {
    visibility: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 0px;
}

.sessionExpiryTimer {
    background: #FEE949;
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 1%;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    font-weight: bold;
}

.sessionExpiryLabel{
    text-align: right;
    padding-right: 1%;
    padding-top: 1%;
}

.placeholder {
    visibility: hidden;
}

/***************Custom CSS for iPads and other tablets***********************/
@media only screen and (device-width: 768px), 
    only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait),
    only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape),
    (min-device-width: 800px) and (max-device-width: 1280px),
    (max-device-width: 800px) and (orientation: portrait),
    (max-device-width: 1280px) and (orientation: landscape)
 {
  /* For general iPad layouts */
        
    #container{
        width: 100%;
    }

    #wrap{
        min-height: 95%;
    }

    .question-content {
        width: 100%;
    }

    .question-content, .question-text, div.text-question label {
        font-size: 22px;
    }

    .sliderLegend {
        font-size: 14px;
        margin-top: -55px;
    }

    .sliderLegendAtBottom {
        margin-top: 25px;
    }

    .SingleAnswerSlider .ui-slider-horizontal {
        height: 13px;
    }

    table.choice-table td{
        padding: 0;
    }
    
    .choice-label{
        font-size: 22px;
        width: 92%;
        margin: 15px;
        margin-left: 5px;
    }
    
    .choice{
        margin-top: 20px;
        margin-left: 15px;
        margin-bottom: 20px;
    }

    input[type=checkbox]:checked ~ .choice-table-option {
        background: red;
    }

    .select2-container {
        margin: 8px !important;
    }
    
    .ui-widget-content {
        padding-top: 7px;    
    }

    .ui-slider .ui-slider-handle{
        width: 35px !important;
        height: 35px !important;
        top: -0.4em !important;
    }

    .sliderContainer .matrix-response-odd > td, .sliderContainer .matrix-response-even > td,
    .starRatingContainer .matrix-response-odd > td, .starRatingContainer .matrix-response-even > td {
        padding: 15px 0 !important; 
    }   

    .matrix-table .matrix-response-odd, .matrix-table .matrix-response-even {
        padding: 10px 0 !important; 
    }

    input[type="text"] {
        height: 30px;
        font-size: large;
    }
    
    /*#btnNext, #btnPrevious, #btnFinalise{
        color: #333;
        font-size: 20px !important;
        background: #bcd2d0;
        height: 60px;
        border: 0;
        cursor: pointer;
        width: 105px;
        padding: 0 10px;
    }*/
    
    select {
       -webkit-appearance: button;
       -webkit-border-radius: 2px;
       -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
       -webkit-padding-end: 20px;
       -webkit-padding-start: 2px;
       -webkit-user-select: none;
       background-image: url(../../surveys/images/DropdownArrow.png) , -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
       background-position: 97% center;
       background-repeat: no-repeat;
       border: 1px solid #AAA;
       color: #555;
       font-size: inherit;
       margin: 10px;
       overflow: hidden;
       padding: 7px 10px;
       text-overflow: ellipsis;
       white-space: nowrap;
       min-width: 200px;
    }

    .choice-modern-radiobutton td,
    .choice-modern-checkboxbutton td {
        display: table-cell !important;
    }

    .choice-simple-radio td,
    .choice-simple-checkbox  td {
        display: table-cell !important;
    }


    table.SingleAnswer .choice-table-option-row {
        display: table-cell !important;
    }

    .choice-table-option-row input[type="radio"] + label .checkmark,
    .choice-table-option-row input[type="radio"]:checked + label .checkmark {
        left: 0 !important;
    }

    .bigStars {
        width: 100% !important;
    }

    .bigStars img {
        height: 45px !important;
    }

    .starRatingContainer .matrix-response-odd > td, .starRatingContainer .matrix-response-even > td {
        padding: 15px 0 !important;
        display: block;
    }  
}

/***************End of Custom CSS for iPads and other tablets******************/
