﻿
.ssdc-questionnaire-wiz-step {
    background-color: #0177bd;
    border: 0;
    padding: 3px 25px;
    color: white;
}

.ssdc-wiz-step-selected {
    background-color: white;
    border: 1px solid #0177bd;
    color: rgb(75, 75, 75);
}

.ssdc-questionnaire-sec {
    border-radius: 7px;
padding: 10px;
margin-top: 5px;
/*background-color: rgb(239, 241, 252);*/
border: 1px solid rgb(219, 218, 218);
}
/*#submit-btn.button {
   padding: 8px 30px;
width: 180px;
font-size: 1.4em;
}*/
/*Radio button*/

.ssdc-radio-button.ssdc-first {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.ssdc-radio-button.ssdc-last {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.ssdc-radio-button {
    background: #ededed;
    color: rgb(120, 120, 120);
    cursor: pointer;
    margin-right: -5px;
    /*margin-top: 5px;*/
    padding: 8px 25px;
    font-weight: normal;
    font-size: 1.0em;
    border: 1px solid rgb(203, 203, 203);
}

.ssdc-radio-button:hover {
    background: #dedede;
}

.ssdc-radio-selected {
     background: #A8A8A8;
    color: white;
}

.ssdc-radio-selected:hover {
     background: #959595;
}

.input_hidden {
    position: absolute;
    left: -9999px;
}

.ssdc-help-text {
    background-color: rgb(236, 236, 236);
    border-radius: 5px;
    clear: both;
    color: rgb(145, 146, 147);
    display: none;
    padding: 5px 5px;
    position: absolute;
    border: 1px solid rgb(188, 188, 193);
}

.ssdc-show-help-text img {
    margin-top: -4px;
}

.ssdc-show-help-text:hover .ssdc-help-text { display: inline-block; }

.ssdc-question {
    margin-bottom: 20px;
}

.ssdc-question input[type=text] {
    font-size: 1em;
    color: #5c5c5c;
}

.ssdc-question-text {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 1.1em;
}

