﻿ul.list li{
    list-style-type: disc;
    margin-left: 1em;
}

.stepOver.borderless{
    padding: 0;
}
.errorHolder > .help-block{
    margin-top: 0;
}
.mainContent {
    margin: 10px 15px;
}

@keyframes kf-ripple {
    0% {
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

@-webkit-keyframes kf-ripple {
    0% {
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}
.stepOver{
    padding: 15px;
    overflow: hidden;
    position: relative;
    min-height: 100px;
}
.stepOver > div[data-step]{
    display: none; /* preview display: none;*/
    transition: left 0.4s;
    position: relative;
    left: 0%;
}
.stepOver > div.standbyIn[data-step]{
    display: block;
    position: relative;
    left: 100%;
    top: 0px;
}
.stepOver.moveBack > div.standbyIn[data-step]{
    left: -100%;
}
.stepOver > div.active[data-step]{
    display: block;
    left: 0%;
}
.stepOver > div.active > .form-horizontal{
    overflow: hidden;
}
.stepOver > div.standbyOut[data-step]{
    display: block;
    position: absolute;
    width: 100%;
    left: -100%;
    top: 15px;
}
.stepOver.borderless > div.standbyOut[data-step] {
    top: 0;
}
.stepOver.moveBack > div.standbyOut[data-step]{
    left: 100%;
}

.loadingMask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    display: none;
    transition: opacity 0.25s;
    z-index: 100000;
}
.loadingMask.standby{
    opacity: 0;
    display: block;
}
.loadingMask.active{
    opacity: 1;
    display: block;
}
.loadingMask .loadingIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    -webkit-transform: translate(-50%, -50%) scale(1) translate(50%, 50%);
    transform: translate(-50%, -50%) scale(1) translate(50%, 50%);
}
.loadingMask .loadingIcon div {
    box-sizing: content-box;
    position: absolute;
    border-width: 4px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: kf-ripple 1.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: kf-ripple 1.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.loadingMask .loadingIcon div:nth-child(1) {
    border-color: #8cd0e5;
}

.loadingMask .loadingIcon div:nth-child(2) {
    border-color: #376888;
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.finishing {
    text-align:left;
    padding-top: 30px;
    padding-bottom: 60px;
}

#membershipInfoSteps{
    padding: 0;
}
#membershipInfoSteps > div[data-step]{
    top: 0;
}

#main #member-container .capImgWrap{
    float:left;
    max-width: 240px;
}
#main #member-container #capReload{
    line-height: 66px;
    font-size: 28px;
    margin-left: 20px;
    float: left;
}
#main #member-container #capReload > .fa-refresh{
    cursor: pointer;
    color: #666;
    animation: rotateLoading infinite 1s linear;
    animation-play-state: paused;
    width: 1em;
    height: 1em;
    line-height: 1em;
    text-align: center;
}
#main #member-container #capReload > .fa-refresh.loading{
    animation-play-state: running;
    cursor: not-allowed;
}
#main #member-container #capImg {
    max-width: 240px;
    margin-bottom: 5px;
    filter: blur(0px);
    opacity: 1;
    transition: filter 0.3s, opacity 0.2s;
}
#main #member-container #capImg.loading{
    filter: blur(5px);
    opacity: 0.5;
}

#main #member-container #CAPTCHA {
    max-width: 240px;
    display:block;
    text-transform: uppercase;
}

body .form-horizontal .control-label {
    text-align: left;
}

body .form-group .checkbox {
    padding-left: 0px;
    line-height: 22px;
}

.resetBtn, .goBackBtn{
    font-size: 22px;
    padding: 0px 12px;
    margin-left: 20px;
}

#main #member-container .gestureHints{
    display: none;
    line-height: 30px;
    overflow: hidden;
}
#main #member-container .gestureHints .left{
    float:left;
}
#main #member-container .gestureHints .right{
    float:right;
}
#main #member-container .gestureHints .gestureIcon{
    width: 30px;
    height: 30px;
}

@media only screen and (max-width: 750px)  {
    .stepOver{
        padding: 0;
        min-height: 50px;
    }
    .stepOver > div[data-step]{
        top: 0;
    }
    #main #member-container .capImgWrap{
        width: calc(100% - 60px);
    }
    #main #member-container #CAPTCHA {
        max-width: 290px;
    }
    #main #member-container .gestureHints{
        display: block;
    }
     .finishing {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@keyframes rotateLoading {
    0%{ transform: rotate(0deg); }
    50% { transform: rotate(180deg); }
    100% { transform: rotate(360deg); }
}

.docItem{
    margin: 1em 0 0 0;
}
.docItem.has-error{
    color: #a94442;
}
.docItem > span{
    float: left;
}
.docItem > div{
    margin: 0 0 0 2em;
}
.docItem .help-block{
    float: none;
}
.vehicleBlock{
    margin: 1.5em 0 1em;
    overflow: hidden;
}
#addVehicle{
    display: inline-block;
    /* margin: 0 0 2em; */
}
.licensePlateNo{
    text-transform: uppercase;
}
.fistRowLicensePlate{
    margin: 0 -15px 15px;
}
.fistRowLicensePlate > .form-group{
    width: 50%;
    margin: 0 0;
    float: left;
}
@media screen and (max-width: 480px) {
    .fistRowLicensePlate > .form-group{
        width: 100%;
        margin-bottom: 15px;
        float: none;
    }
}

#membershipNo, #re-membershipNo{
    text-transform: uppercase;
}
.inputValue{
    padding: 7px 15px 0;
    display: block;
}
#addVehicle:active, #addVehicle:focus {
    border: 1px dotted #C2A216;
}

.footerNotes{
    margin-top: 20px;
}
.file.input-group{
    overflow: hidden;
    max-width: 500px;
}
.file.input-group > input[type=file]{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.01;
    z-index: 3;
    font-size: 0px;
}
.file.input-group:focus-within, .file.input-group > input[type=file]:active + span, .file.input-group > input[type=file]:focus + span{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.file.input-group > .form-control > span {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 12px;
}
#carLicenseForm{
    padding: 1px;
}

#main #member-container .member-content-container a.removeVehicle{
    display: block;
    color: #cc0000;
    float: right;
    padding: 7px 10px; 
}

#main #carLicenseForm .carLicenseFormToolBox .btn.btn-default {
    margin-top: 2px;
}

/* Start: New Added: 10/05 */
#main #carLicenseForm .carLicenseFormToolBox span {
    display: inline-block;
    margin: 0px 15px;
}

#main #carLicenseForm .carLicenseFormToolBox #addVehicle {
    background-color: #E8CE66;
    border: 1px solid #d9ad00;
    padding: 7px 10px;
    color: #000;
    text-align: left;
    font-size: 14px;
}

#main #carLicenseForm .carLicenseFormToolBox #addVehicle:hover {
    text-decoration: none;
    background-color: #c2a216;
}
/* End: New Added: 10/05 */
.relationshipOptions > input[type=text] {
    margin-top: 0.5em;
}

@media only screen and (min-width: 768px) {
    .relationshipOptionsWrap{
        position: relative;
    }
    .relationshipOptions{
        position: absolute;
        left: 0;
        margin-top: 0;
        width: 100%;
    }

    .relationshipOptions > input[type=text] {
        margin-top: 1.5em;
    }

}

.footerNotes.bullet-icon ul ul li:nth-child(1)::before{
    content: "i)";
    font-size: 1em;
    font-weight: normal;
}
.footerNotes.bullet-icon ul ul li:nth-child(2)::before{
    content: "ii)";
    font-size: 1em;
    font-weight: normal;
}
.footerNotes.bullet-icon ul ul li:nth-child(3)::before{
    content: "iii)";
    font-size: 1em;
    font-weight: normal;
}