/**
 * Specific configuration for Light And Shadow template
 *
 * It's the very last file to be loaded.
 * N.B for internal team: this file will not be RTL. Any defintion specific to left/right positionning should be placed on template.css
 */

 .answer-container,.question-help-container {
     border: none;
 }

 .radio label::after {
   background-color: #106a8c;
 }


 .checkbox label::after {
   color: #106a8c;
 }

.question-text{
    color: #333333;
    font-size: 18px;
}


body div#outerframeContainer div#main-row div#main-col form#limesurvey div.row div.question-container
{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

body div#outerframeContainer div#main-row div#main-col form#limesurvey div.row div.input-error
{
   border: 2px solid #ff4136;
}


.questionvalidcontainer .questionhelp
{
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #454545;
    color: #454545;
    background-color: #f6f6f6;
    width: 30%;
    margin-left: 35%;
}

div.input-error .questionvalidcontainer .questionhelp
{
    border-color: #ff4136;
    color: #ff4136;
}

.radio label::before
{
    border: 1px solid #454545;
}
