@import "/style/font/icon/css/all.css";
.wraper-form-file-control {
    width: 100%;
    display: inline-block;
}

.wraper-choose-file {
    width: 100%;
    float: left;
    padding: 10px;
    background: #ededed;
    border: 1px solid #ccc;
}

.choose-file-content {
    width: calc(100% - 150px);
    float: left;
    border: 1px dashed #ccc;
    padding: 15px;
    text-align: center;
}

.choose-file-content input {
    display: none;
}

p.icon-choose-file {
    width: 100%;
    float: left;
    font-size: 32px;
    color: #b5b5b5;
    margin: 0;
}

.choose-file-content > span {
    width: 100%;
    float: left;
}

.file-list {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 10px;
}

.preview-file {
    height: 101px;
    width: 150px;
    float: left;
    padding-left: 10px;
}

.preview-file img {
    max-width: 100%;
    max-height: 100%;
}

.is-dragover,
.is-dragover .choose-file-content {
    background: #e7e7e7;
}

.parent-visa-checklist {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

.title-visa-checklist {
    width: 100%;
    float: left;
}

.title-visa-checklist h2 {
    width: 100%;
    float: left;
    text-align: center;
    line-height: normal;
    padding: 15px;
    font-size: 18px;
    text-transform: uppercase;
}

.form-visa-checklist {
    width: 100%;
    float: left;
    display: flex;
}

.wraper-visa-checklist {
    width: 70%;
    float: left;
    margin: auto;
}

.head-form-checklist {
    width: 100%;
    float: left;
}

.content-visa-form {
    width: 100%;
    float: left;
}

.footer-visa-form {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

a.btn-submit-formvisa {
    background: #eb0281;
    display: inline-block;
    color: white;
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
}

a.btn-submit-formvisa:hover {
    background: #fb40a6;
}

label.label-visa-type {
    margin: 0;
    float: left;
    padding: 12px;
    width: 200px;
}

.select-box-visa-checklist {
    height: 46px;
    width: calc(100% - 200px);
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0px 15px;
    cursor: pointer;
    font-weight: 600;
    color: black;
}

.list-visa-form {
    width: 100%;
    float: left;
}

.item-visa-form {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.header-item-visachecklist {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.label-checklist-header {
    margin: 0;
    float: left;
    padding: 12px;
    width: 200px;
}

.header-item-visachecklist .content-row-visa {
    width: calc(100% - 200px);
    float: left;
    padding: 0px;
    display: block;
}

.content-row-visa select {
    width: 100%;
}

.content-item-visachecklist {
    width: 100%;
    float: left;
}

.item-visa-row {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

label.label-visa-row {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px;
    position: relative;
    padding-right: 150px;
}

span.required {
    font-weight: normal;
    color: red;
}

.content-row-visa {
    width: 100%;
    float: left;
    padding: 0px 10px;
    display: none;
}

label.click-file {
    cursor: pointer;
}

label.click-file:hover {
    color: #e01086;
}

.group-form-visa {
    width: 100%;
    float: left;
    border: 1px solid #ff008b3b;
    padding: 10px;
    padding-top: 10px;
    margin-top: 25px;
    position: relative;
    border-radius: 5px;
}

label.label-group-form {
    position: absolute;
    background: #dd1388;
    font-size: 12px;
    padding: 1px 20px;
    border-radius: 22px;
    color: white;
    font-weight: 500;
    top: -12px;
    left: 25px;
}

.group-child-item {
    width: 100%;
    float: left;
    position: relative;
    border: 1px solid #ededed;
    margin-top: 15px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

label.label-child-group {
    position: absolute;
    background: #ccc;
    font-weight: 500;
    color: black;
    font-size: 12px;
    padding: 1px 30px;
    border-radius: 20px;
    top: -12px;
    left: 20px;
}

.process-visa-checklist {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: url(/images/gif-maker.gif) no-repeat #ffffff9e center;
    top: 0;
    left: 0;
    background-size: 130px;
}

div#info-popup .modal-dialog {left: auto;width: 530px;}

div#info-popup .modal-header {
    border: 0;
    padding: 0;
    height: 0px;
    min-height: 0;
}

div#info-popup .close {
    position: absolute;
    top: 0px;
    right: -30px;
    font-weight: normal;
    color: white;
    opacity: 1;
    text-shadow: none;
    width: 25px;
    height: 25px;
    font-size: 30px;
}

.wraper-form-savedata {
    width: 100%;
    display: inline-block;
}

.header-frm-saveinfo {
    width: 100%;
    float: left;
    padding: 30px;
    padding-bottom: 0;
}

.header-frm-saveinfo h3 {
    font-size: 24px;
    width: 100%;
    float: left;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 500;
    color: #ed0080;
    text-align: center;
    text-transform: uppercase;
}

.content-form-savedata {
    width: 100%;
    float: left;
    padding: 10px 30px;
}

.footer-form-savedata {
    width: 100%;
    float: left;
    padding: 0px 30px;
    position: relative;
    margin-bottom: 20px;
}

a.btn-savedata {
    width: 100%;
    text-align: center;
    float: left;
    padding: 15px;
    background: #ed0080;
    color: white;
    text-transform: uppercase;
    border-radius: 31px;
    cursor: pointer;
}

.row-form-savedata {
    width: 100%;
    float: left;
    margin-bottom: 8px;
}

.row-form-savedata input {
    width: 100%;
    border: 1px solid #999;
    outline: none;
    padding: 15px;
    border-radius: 5px;
}

.row-form-savedata input:focus {
    border-color: #ed0080;
}

.process-savedata:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/images/loading.gif) no-repeat #ffffffcf center;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 155px;
}

label.text-file-drag {
    font-weight: normal;
    display: inline;
}

label.checklist-box {
    margin: 0;
    margin-left: 20px;
    line-height: normal;
    position: absolute;
    top: 12px;
    right: 90px;
}

label.checklist-box input {
    display: none;
}

label.checklist-box label {
    position: relative;
    margin: 0;
    padding-left: 28px;
    cursor: pointer;
}

label.checklist-box label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #dc1689;
    border-radius: 50%;
    left: 0;
    top: -1px;
}

label.checklist-box input:checked + label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #bf3a98;
    position: absolute;
    top: 4px;
    left: 5px;
    border-radius: 50%;
}

label.label-visa-row label.checklist-box:last-child {
    right: 0;
}

div[data-step="5"] .step-checklist {
    width: 20%;
}

div[data-step="6"] .step-checklist {
    width: 16.666666667%;
}

div[data-step="7"] .step-checklist {
    width: 14.285%;
}

div[data-step="8"] .step-checklist {
    width: 12.5%;
}

div[data-step="9"] .step-checklist {
    width: 11.11111111%;
}

div[data-step="10"] .step-checklist {
    width: 10%;
}

div[data-step="11"] .step-checklist {
    width: 9.090909091%;
}

div[data-step="12"] .step-checklist {
    width: 8.333333333%;
}

div[data-step="13"] .step-checklist {
    width: 7.692307692%;
}

div[data-step="14"] .step-checklist {
    width: 7.142857143%;
}

div[data-step="15"] .step-checklist {
    width: 6.666666667%;
}

div[data-step="16"] .step-checklist {
    width: 6.25%;
}

div[data-step="17"] .step-checklist {
    width: 5.882352941%;
}

div[data-step="18"] .step-checklist {
    width: 5.555555556%;
}

div[data-step="19"] .step-checklist {
    width: 5.263157895%;
}

div[data-step="20"] .step-checklist {
    width: 5%;
}

div[data-step="21"] .step-checklist {
    width: 4.761904762%;
}

div[data-step="22"] .step-checklist {
    width: 4.545454545%;
}

div[data-step="23"] .step-checklist {
    width: 4.347826087%;
}

div[data-step="24"] .step-checklist {
    width: 4.166666667%;
}

div[data-step="25"] .step-checklist {
    width: 4%;
}

.status-bar-checklist {
    width: 100%;
    float: left;
}

.step-checklist {
    height: 8px;
    float: left;
    border: 1px solid #ccc;
    margin-top: 8px;
    border-left: 0;
}

.status-bar-checklist .step-checklist:first-child {
    border-left: 1px solid #ccc;
}

.green-color {
    background-color: #0aba0a;
}

.red-color {
    background-color: #f1ad00;
}

.fixed-checklist {
    position: fixed;
    top: 122px;
    padding: 8px 0px;
    background: white;
    z-index: 8;
}

.fixed-checklist .step-checklist {
    margin: 0;
}

@media (max-width: 767px) {
    .long-label-child {
        left: 15px !important;
        padding: 1px 20px !important;
    }

    .wraper-visa-checklist {
        width: 100%;
        padding: 12px;
        font-size: 13px;
    }

    .fixed-checklist {
        top: 99px;
    }
    
    label.label-visa-type {
        width: 100%;
        padding: 0;
        padding-bottom: 8px;
    }
    
    .select-box-visa-checklist {
        width: 100%;
    }
    
    .title-visa-checklist h2 {
        padding: 12px;
        font-size: 16px;
    }
    
    .choose-file-content {
        position: relative;
    }
    
    p.icon-choose-file {
        position: absolute;
        top: 15px;
        left: 0;
    }
    
    label.click-file {
        padding-top: 42px;
        width: 100%;
        position: relative;
        z-index: 3;
    }
    label.text-file-drag {
        display: none;
    }

    label.label-checklist-header {
        width: 100%;
        padding: 0;
        padding-bottom: 8px;
    }
    
    .header-item-visachecklist .content-row-visa {
        width: 100%;
        display: block;
    }

    div#info-popup .modal-dialog {
        width: calc(100% - 20px);
    }
    
    div#info-popup .close {
        right: 5px;
        color: #00000063;
        z-index: 5;
    }
    
    .header-frm-saveinfo {
        padding: 30px 15px 0px;
    }
    
    .content-form-savedata {
        padding: 10px 15px;
    }

    .header-frm-saveinfo h3 {
        text-align: center;
        font-size: 22px;
    }

    label.label-visa-row {
        padding-right: 120px;
        padding-left: 0;
    }

    label.checklist-box {
        right: 75px;
    }

    label.checklist-box label {
        padding-left: 25px;
    }
}