* {
    font-family:  Nunito, Arial, Helvetica, sans-serif;
}
 .q_select {
     padding: 0 0 1em;
     background: #d5e1ef;
 }
.q_select p{
    color: #161616;
}


th.free_th, td.free_td, th.paid_th, td.paid_td {
    background: #fff !important;
}

th.free_th, td.free_td, .no_td {
    border-right: 15px solid #d5e1ef
}

td.free_td ul, td.paid_td ul {
    list-style: none;
    text-align: center;
}

td.free_td ul li, td.paid_td ul li, .descr-quiz li {
    border-bottom: 1px solid #ebebeb;
    padding: 0.4em 1em;
}

.descr-quiz {
    text-align: right;
    list-style: none;
}

.recommend {
    background: orange;
    color: #fff
}

.quiz_checkboxes {
    border-bottom: none !important;
    padding-top: 1em !important;
    padding-bottom: 0 !important;
}

.quiz_checkboxes a {
    width: 100%;
}

@media only screen and (max-width: 660px) {
    .q_select table ul {
        min-width: 150px;
        font-size: 13px;
        font-weight: 400;
    }

    .q_select .table th {
        padding-left: 0 !important;
    }
}
.q_select ul {
    padding: 0;
    margin: 0;
    list-style: none
}
#msform fieldset:not(:first-of-type) {
    display: none;
}
#progressbar {
    margin-bottom: 5px;
    overflow: hidden;
    color: #6b7b8a;
    text-align: center;
}
#progressbar .active {
    color: #000000;

}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 33.33%;
    float: left;
    position: relative;
}
#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: #94c4ea;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #94c4ea;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}
#progressbar li.active:before, #progressbar li.active:after {
    background: #00508f;
}
 .dropzone{
     border: 2px dashed #3498db !important;
     border-radius: 5px;
 }
 .dropzone .dz-preview .dz-details {
     z-index: 200;
     position: absolute;
     top: 0;
     left: 0;
     opacity: 1;
     font-size: 13px;
     min-width: 50%;
     /* max-width: 10%; */
     padding: 1em 0.5em !important;
     text-align: center;
     color: rgba(0,0,0,0.9);
     line-height: 13px;
 }
 .dropzone .dz-preview .dz-remove {
     margin-top: 20px !important;
 }
 .dropzone .dz-preview .dz-image {
     border-radius: 10px !important;
 }
 .dropzone .dz-preview.dz-file-preview .dz-image {
     border-radius: 10px;
 }
 .dropzone .dz-preview .dz-image {
     border-radius: 10px;
     overflow: hidden;
     width: 90px !important;
     height: 60px !important;
 }
.form-control {
    border: 1px solid #c1e2ff;
}
 .titlecolumn th {
     background: whitesmoke;
     white-space: nowrap;
     text-align: right;
     font-weight: bold;
     width: 2%!important;;
 }
.process_spinner{
    height: 100%!important;
    width: 100% !important;
    /* position: absolute; */
    left: 0;
    top: 0;
    z-index: 344444;
    background: #00000088;
    position: fixed;
}
.process_spinner img{
    width: 70px;
    position: absolute;
    left: 50%;
    top: 30%;
}
.revision_time{
    background: #eaeaea;
    border-radius: 4px;
    padding: 3px 8px;
    font-size: 12px !important;
}


@media screen and (max-width: 800px){
    .process_spinner img{
        width: 80px;
        position: absolute;
        left: 40%;
        top: 30%;
    }
}

