﻿/*----------------------------------------------------*/
/* submission wizard */
/*----------------------------------------------------*/


.wizard_div_question_border {
    border: 1px solid rgba(85, 182, 218, 1);
    border-radius: 0;
    padding: 10px 10px 10px 10px;
    position: relative;
    background: rgba(255, 255, 255, .8);
    min-height: 273px;
}
.wizard-question-list-container{
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 15px;
}
#wizard {
    border: 1px solid rgba( 45, 186, 155, .6);
    border-radius: 0;
    padding: 11px 14px 12px 12px;
    position: relative;
    background: rgba(255, 255, 255, .8);
}
/*.wizard > .steps-container{
    height: auto;
    max-height: 310px;
    overflow-y: auto;
}*/
.wizard > .steps ul,
.wit > .steps ul {
    content: "";
    /*width: 60%;*/
    width: 100%;
    height: 12px;
    background: transparent;
    border-radius: 6px;
    line-height: 2.6em;
    list-style-type: none;
    padding: 0;
}
    /*@media(max-width: 1198px){
    .wizard > .steps ul {
        width: 45%;
    }
}*/

    .wizard > .steps ul li,
    .wit > .steps ul li {
        border: none;
    }

    .wizard > .steps ul a,
    .wizard > .steps ul a:visited,
    .wit > .steps ul a,
    .wit > .steps ul a:visited {
        font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
        font-weight: 300 !important;
        text-transform: capitalize;
        background-color: #ffffff;
        padding: 12px;
        font-size: 12px;
        line-height: 1.2em;
        letter-spacing: 1px;
        color: #222222;
        text-decoration: none;
        font-weight: 300 !important;
        width: auto;
        display: block;
        height: auto;
        transition: background-color .2s;
      
        border-bottom: 1px solid rgba(85, 182, 218, 1);
    }

        .wit > .steps ul a:hover,
        .wit > .steps ul a:active,
        .wizard > .steps ul a:hover,
        .wizard > .steps ul a:active {
            background-color: rgb(85, 182, 218);
            transition: background-color .2s;
            text-shadow: none;
        }

        .wizard > .steps ul a.pending,
        .wit > .steps ul a.pending {
            color: #393B3E;
            background-color: rgba( 16, 16, 16, .3);
            border: 1px solid rgba( 45, 186, 155, 0);
            transition: background-color .2s;
        }
.wizard_div_question_border h5 {
    text-align: center;
}
div.x-wizard-fade,
.wizard_div_question_border,
.form-holder {
    width: 100% !important
}
div.mud-input-control.mud-input-input-control > div > div {
    width: 100px;
    margin-left: 15px;
}
#SubmissionButtons > a {
    margin: 0 5px;
    float: right;
}



@media(max-width: 767px) {
    .wizard > .steps ul, .wit > .steps ul {
        content: "";
        height: 12px;
        /*background: rgba(255, 255, 255, 0.3);*/
        background: transparent;
        border-radius: 6px;
        padding-top: 10px;
        padding: 0;
        top: 0;
        /*transform: translateX(-50%);*/
        /*list-style: decimal;*/
    }

    .wizard_div_question_border {
        padding: 11px 14px 12px 12px;
    }
}

.wizard > .steps ul:before,
.wit > .steps ul:before {
    /*content: '\f26b';
    position: absolute;
    font-size: 20px;
    font-family: Material-Design-Iconic-Font;
    bottom: 20px;
    left: 29.4%;
    transition: all 0.5s ease;*/
    display: none;
}

.wizt > .steps ul:after,
.wizard > .steps ul:after {
    /*content: "";
    width: 33.33%;
    height: 12px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease;*/
    display: none;
}

.wizard > .steps ul.step-2:before,
.wit > .steps ul.step-2:before {
    left: 62.5%;
    transition: all 0.5s ease;
}

.wizard > .steps ul.step-2:after,
.wit > .steps ul.step-2:after {
    width: 66.67%;
    transition: all 0.5s ease;
}

.wizard > .steps ul.step-3:before,
.wit > .steps ul.step-3:before {
    left: 96%;
    transition: all 0.5s ease;
}

.wizard > .steps ul.step-3:after,
.wit > .steps ul.step-3:after {
    width: 100%;
    transition: all 0.5s ease;
}
/*-----------------------------------------------------------------------
                         Wizard Question: BEGIN
-----------------------------------------------------------------------*/
.wizard-question-option {
    margin-bottom: 5px;
}

.wizard-question-container {
    min-height: 200px;
}

    .wizard-question-container .file-upload-container, .wizard-question-container .form-container {
        padding: .375rem .75rem;
    }

.wizard-question-selected {
    background-color: rgba(85, 182, 218, 0.25) !important;
}

.wizard-form-buttons .wizard-reset-btn {
    color: #fff;
    background-color: rgba(85, 182, 218, 1);
    border-color: rgba(85, 182, 218, 1);
    display: inline;
    float: right;
    margin-left: 10px;
}


.wizard-answer-animated-li {
    animation: cssAnimation 200ms 300ms forwards;
    opacity: 0.0;
}

#wizard-container a[question-type="supplemental"] {
    padding-left: 25px !important;
}