﻿/*------------------------------------------------------------------*/
/* Login page */
/*------------------------------------------------------------------*/
#login, .forget {
    margin: 0 auto;
    max-width: 400px;padding: 0px 30px 30px 30px;
    border-radius: 10px;
    background: white;
    padding: 5px 30px 30px 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 4px 3px 8px;
    margin-top: 20px;margin-bottom: 20px;
}

    .register-login-form .sign-up-content form input, .register-login-form .verify-content form input, .register-verify-form .sign-up-content form input, .register-verify-form .verify-content form input {
        border: 1px solid #e5e5e5;
        padding: 12px 20px;
        margin: auto;
    }

.forgotpass {
}
hr {
    border-top: 1px solid #ddd;margin:10px 0px 10px 0px !important;
}
.form-group h2{margin-bottom:0px;}

.register-login-form .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-group{text-align:left;}
.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.phone-col-2 {
    width: 75%;
}

.phone-col-1 {
    width: 25%;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

select, input, textarea {
    border: 1px solid #e5e5e5 !important;
    padding: 9px 20px !important;
    margin: auto;
}

table thead {
    color: #444;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #c98a1a;
    color: #fff;
}

.contact-form .actions input {
    margin-left: 10px;
}

.download-app-img {
}

#appdownload .app-list {
    list-style: none;
    margin-bottom: 30px;
}

    #appdownload .app-list li {
        display: inline-block;
        padding: 0 30px
    }

        #appdownload .app-list li a, #appdownload .fa {
            color: rgb(165, 165, 165);
        }

#appdownload .fa {
    font-size: 50px;
    display: inline-block;
}

#appdownload .app-list li a:hover,
#appdownload .app-list a:hover .fa,
#appdownload .app-list li a:focus,
#appdownload .app-list li a:focus .fa {
    color: #c98a1a;
}
.btn-primary, .btn.btn-dark {
    border-radius: 20px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 5px 20px 5px 20px;
}
    .btn.btn-dark a{color:#fff;}
    .btn-dark:hover {
        background: #666 !important;
        color: #fff !important;
    }
.login-form .form-group a, .form-group a {
    color: #000 !important;
}
.form-group h2, .header_stepreg h2, .tabReg h2 {
    color: #c98a1a
}
.fa-chevron-right{color:#000;}
.tabReg h2 {
    font-weight: bold;
    margin-bottom: 0px !important;
    margin-top: 5px;
}
.none_{border:none;}
/*register*/
.dz-clickable {
    border: 1px dashed #b1becc;
    background: #e0e8f3;
    border-radius: 4px;
    padding: 20px 0 10px;
    text-align: center;
    margin-top: 20px;
}
    /**Checkbox*/
.input-checkbox-md ~ label:not(.error):after {
    line-height: 24px;
    font-size: 10px;
}
.input-checkbox-md ~ label:not(.error):before, .input-checkbox-md ~ label:not(.error):after {
    height: 24px;
    width: 24px;
    border: 2px dashed #ddd;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.input-checkbox, .input-radio {
    position: absolute;
    opacity: 0;
    height: 1px;
    width: 1px;
}
button, input {
    overflow: visible;
}
.input-radio ~ label:not(.error):after /*.input-checkbox ~ label:not(.error):after,*/
{
    line-height: 30px;
    text-align: center;
    font-family: themify;
    content: "\f14a";
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    background: #c88b2a;
    opacity: 0;
}
/**end checkbox*/
.dz-message {
    padding-bottom: 20px;
}

    .dz-message span {
        display: block;
        color: #000;
    }


.gaps-1x {
    height: 10px;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.input-checkbox, .input-radio {
    position: absolute;
    opacity: 0;
    height: 1px;
    width: 1px;
}

button, input {
    overflow: visible;
}

.input-item {
    position: relative;
    padding-bottom: 20px;
}

.nextstep {
    text-align: right;
}

.input-radio ~ label:not(.error):before, .input-radio ~ label:not(.error):after {
    border-radius: 50%;
}

.input-checkbox ~ label:not(.error):before, .input-radio ~ label:not(.error):before {
    content: '';
    border: 2px solid #d2dde9;
}

.input-checkbox ~ label:not(.error):before, .input-checkbox ~ label:not(.error):after, .input-radio ~ label:not(.error):before, .input-radio ~ label:not(.error):after {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    transition: all .4s;
}

#uyquyen {
    margin-top: 10px;
}

.input-checkbox ~ label:not(.error):before, .input-checkbox ~ label:not(.error):after {
    border-radius: 0px !important;
}

.input-radio ~ label:not(.error):after {
    content: '';
    height: 16px;
    width: 16px;
    top: 7px;
    left: 7px;
}

.input-checkbox ~ label:not(.error), .input-radio ~ label:not(.error) {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    color: #2f2f2f;
    padding-left: 42px;
    position: relative;
    cursor: pointer;
    transition: all .4s;
    display: block;
}


.input-radio:checked ~ label:not(.error):before {
    border-color: #e00303;
}

.input-checkbox:checked ~ label:not(.error):after, .input-radio:checked ~ label:not(.error):after {
    opacity: 1;
}

@media (min-width: 576px) {
    .step-number {
        font-size: 20px;
        margin-right: 18px;
    }
}

.step-number {
    flex-shrink: 0;
    height: 48px;
    width: 48px;
    font-size: 16px;
    color: #758698;
    border: 2px solid #b1becc;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    margin-right: 12px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.step-head {
    display: flex;
    align-items: center;
}
.register-login-form img {
    max-width: 100%;
    overflow: hidden;
    width: 300px;
    height: 140px;
}
.form-control input {
    padding: 8px 20px !important
}
.form-control {
    height: auto !important;
}
.ui-datepicker input, .ui-datepicker select {
    padding: 2px 9px !important;
}
label {
    font-weight: bold !important;
    font-size: 15px !important;
}
.dz-clickable {
    border: 1px dashed #b1becc;
    background: #e0e8f3;
    border-radius: 4px;
    padding: 20px 0 10px;
    text-align: center;
    margin-top: 20px;
}

.dz-message {
    padding-bottom: 20px;
}

    .dz-message span {
        display: block;
        color: #000;
    }
.header_stepreg {
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
}
.form-step-final {
    border-top: 1px solid #e0e8f3;
    padding-bottom: 20px;
    margin-top: 20px;
}
.fa-remove:before, .fa-close:before, .fa-times:before{font-size:22px;}
.gaps-1x {
    height: 10px;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.input-checkbox, .input-radio {
    position: absolute;
    opacity: 0;
    height: 1px;
    width: 1px;
}
.bankitems,.tkdus {
    float: left;
    width: 100%;
}

button, input {
    overflow: visible;
}



.nextstep {
    text-align: right;
}

.input-radio ~ label:not(.error):before, .input-radio ~ label:not(.error):after {
    border-radius: 50%;
}

.input-checkbox ~ label:not(.error):before, .input-radio ~ label:not(.error):before {
    content: '';
    border: 2px solid #d2dde9;
}

.input-checkbox ~ label:not(.error):before, .input-checkbox ~ label:not(.error):after, .input-radio ~ label:not(.error):before, .input-radio ~ label:not(.error):after {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    transition: all .4s;
}

.input-radio ~ label:not(.error):after {
    content: '';
    height: 16px;
    width: 16px;
    top: 7px;
    left: 7px;
}

.input-checkbox ~ label:not(.error), .input-radio ~ label:not(.error) {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    color: #2f2f2f;
    padding-left: 42px;
    position: relative;
    cursor: pointer;
    transition: all .4s;
    display: block;
}
.fa-check:before {
    content: '' !important;
}
.fa-check {
    width: 30px;
    height: 20px;float:left;
}
.input-checkbox ~ label:not(.error):after {
    font: normal normal normal 14px/1 FontAwesome;
    background: #FFF;
    border: 2px solid #c88b2a;
    /*       border-radius: 0px !important;
        height: 30px;*/
    font-size: 34px;
    content: "\f14a";
    color: #fff;
}
    .input-checkbox ~ label:not(.error):before {
        font: normal normal normal 14px/1 FontAwesome;
        border: 2px solid #c88b2a;
        /*border-radius: 0px !important;
        height: 30px;
        width: 30px;
        border-radius: 3px;
        transition: all .4s;
        color: #fff;*/
    }
    .input-radio:checked ~ label:not(.error):before {
        border-color: #c88b2a;
    }

.input-checkbox:checked ~ label:not(.error):after, .input-radio:checked ~ label:not(.error):after {
    opacity: 1;
}
@media (min-width: 576px) {
    .step-number {
        font-size: 20px;
        margin-right: 18px;
    }
}




.step-number {
    flex-shrink: 0;
    height: 48px;
    width: 48px;
    font-size: 16px;
    color: #758698;
    border: 2px solid #b1becc;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    margin-right: 12px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.step-head {
    display: flex;
    align-items: center;
}
.list-check li{list-style-type:none;font-style:italic;margin-left:10px;}
.list-check{margin-bottom:20px;}
.header_stepreg h2 {
    color: #c88b2a;
    font-weight: bold;
}
.item_step {
    float: left;
    margin-right: 10px;
    opacity: 0.5;cursor:pointer;
}
.item_step .numeric{font-weight:bold; font-size:28px;}
    .item_step .info {
        font-size: 20px;
    }
    .item_step a {
        color: #000;
        opacity: 0.5;
    }
    .numeric.active, .info.active, .active {
        color: #c88b2a;cursor:pointer;
        opacity: 1;
    }
.select-block + .select2-container.select2 {
    width: 100% !important;
}
.itemregconfirm {
   
}
.form-step-final {
    float: left;
    width: 100%;
}
.imgSig, .add-bank {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.confirmregtb tr td {
    border: 1px solid #ccc;
    padding: 10px;
}

.confirmregtb {
    width: 100%;
    float: left;
}

.dieukhoan {
    padding: 10px;
    border: 1px solid #ccc;
    height: 300px;
    overflow-y: scroll;
    width: 100%
}
.indi-title {
    width: 100%;
    font-weight: bold;
    float: left;
    padding: 10px 0px 10px 0px;
}
.acceptdk {
    margin-top: 20px;
    float: left;
    width: 100%;
    margin-left: 10px;
}
.itemsigReg{margin-top:20px;}

.bankitem, .tkdu {
    background: #f3f3f3;
    padding: 20px 0px 20px 0px;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    margin-right: 0;
    margin-left: 0;
}

.bank-delete, .tkdu-delete {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}
.indi-title{margin-top:15px;text-transform:uppercase;}

[class*=" ti-"], [class^=ti-] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ti-close:before {
    content: "\e646";
}

.hidden_ {
    display: none
}

.ti-plus:before {
    content: "\e61a";
}

[class*=" ti-"], [class^=ti-] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'Roboto';
    src: url("/css/fonts/Roboto-Light.eot");
    src: local("Roboto Light"),local("Roboto-Light"), url("/css/fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("/css/fonts/Roboto-Light.woff2") format("woff2"),url("/css/fonts/Roboto-Light.woff") format("woff"), url("/css/fonts/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Roboto';
    src: url("/css/fonts/Roboto-Regular.eot");
    src: local("Roboto"),local("Roboto-Regular"),url("/css/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/css/fonts/Roboto-Regular.woff2") format("woff2"),url("/css/fonts/Roboto-Regular.woff") format("woff"), url("/css/fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Roboto';
    src: url("/css/fonts/Roboto-Medium.eot");
    src: local("Roboto Medium"),local("Roboto-Medium"),url("/css/fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("/css/fonts/Roboto-Medium.woff2") format("woff2"),url("/css/fonts/Roboto-Medium.woff") format("woff"), url("/css/fonts/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

.validate-modern .input-bordered ~ .error, .validate-modern .select-bordered ~ .error {
    position: absolute;
    right: -5px;
    top: 15px;
    background: #ff6868;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    padding: 2px 10px;
    border-radius: 2px;
    z-index: 9;
}
.tabReg {float:left;width:100%;border-bottom:1px solid #ccc;margin-bottom:15px;}
.header_stepreg h2 {
    margin-bottom: 10px;
    
}
@media (max-width: 768px) {
    .tabReg h2 {
        margin-bottom: 10px !important;
    }
    #blog_login {
        float: left;
        width: 100%;
    }
    .footer-area {
        float: left;
        padding: 10px 0px;
    }
}