﻿/*========================================== Style cho luồng mua hàng =============================================*/
html, body, form {
    background: #F4F5F8;
    font-family: segoeui !important;
    font-size: 13px;
    line-height: 22px;
    margin: 0px;
    color: black;
    height: 100%;
}

.header-page {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    position: fixed;
    z-index: 100;
    top: 0px;
}

h3, p {
    margin: 0px;
}

ul {
    margin: 0px;
}

.readonlyquantity {
    margin-left: 27px;
    background-color: #fff !important;
    border: none !important;
    outline: none !important;
    opacity: 1 !important;
}

input[type=text], input[type=password], select {
    height: 30px;
    padding: 0px 6px;
    border: 1px solid #adadad;
    border-radius: 1.5px;
    background-color: #fff;
    outline: none;
}

    input[type=text]:hover, input[type=password]:hover, select:hover, textarea:hover {
        border-color: #3999FB !important;
    }

    input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
        border-color: #3999FB !important;
    }


    input[readonly], textarea[readonly], select[disabled] {
        opacity: .7;
        background: #EBEEF1;
    }

textarea {
    resize: none;
}

select {
    padding: 0px 0px 0px 6px;
}

.icheckbox {
    padding: 0 !important;
    height: 25px !important;
    width: 16px !important;
}

input[type=button], input[type=submit] {
    color: #fff;
    border-radius: 1.5px;
    width: 100px;
    height: 32px;
    cursor: pointer;
}

.btn-normal {
    color: black !important;
    background-color: #f5f5f5;
    border: 1px solid black;
}

.btn-white {
    background-color: #fff;
}

.btn-silver {
    border: 1px solid #ddd !important;
    border-radius: 1.5px;
    cursor: pointer;
    background: #fff;
    color: #333 !important;
}

input[type=number] {
    text-align: right;
    -moz-appearance: textfield;
    box-sizing: border-box;
    border: 1px solid #adadad;
    -webkit-box-sizing: border-box;
    padding: 0 6px;
}

    input[type=number]::-webkit-inner-spin-button {
        display: none;
    }

.numberic input[type=number], .numberic input[type=text] {
    height: 30px;
    float: left;
}

.loader {
    width: 100%;
    height: 100%;
    background: url(../Image/loading.gif) 50% 40% no-repeat;
}

.order-introduction {
    width: 280px;
    float: right;
    display: block;
    height: 100%;
    line-height: 50px;
}

    .order-introduction a {
        margin-left: 10px;
    }

.order-introduction-icon {
    height: 35px;
    width: 35px;
    float: left;
    background: url(../Image/ic_sprites.svg) no-repeat;
    background-position: -22px -71px;
    margin-top: 8px;
}

.float-left {
    float: left;
}

input[type="button"].disable {
    background: #9fa9b3 !important;
    pointer-events: none;
}

.tbl-product-packet {
    border-collapse: collapse;
}

.border-bottom {
    border-bottom: 1px solid #ccc;
}

.disable-link {
    background: #EBEEF1;
}

    .disable-link a {
        pointer-events: none;
        color: black !important;
    }
/*=============================================== Định dạng chung ========================================================*/
.note-title {
    color: #4CAF50;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-left-15 {
    margin-left: 15px;
}

.payment-content {
    height: 100% !important;
}

.order-form-common {
    min-width: 930px;
    margin: auto;
    width: 65%;
}

.container-content {
    min-height: calc(100% - 214px);
    position: relative;
}

.order-content {
    height: auto;
}

.order-step-icon {
    height: 100px;
    margin: auto;
    width: 50%;
    margin-bottom: 25px;
    text-align: center;
    color: #fff;
    padding-top: 60px;
}

.step-icon-div {
    width: 100%;
}

.step-icon {
    height: 40px;
    width: 40px;
    float: left;
    background: url('../Image/iconv2.svg') no-repeat;
    background-position: 0px -438px;
    font-size: 23px;
    line-height: 39px;
}

.step-icon-1 {
    margin-left: 12px;
}

.step-icon-2 {
}

.step-icon-3 {
}

.step-icon-notactive {
    background-position: 0px -384px;
}

.step-title-notactive {
    color: #7e90a2;
    font-weight: 400;
}

.step-line {
    float: left;
    width: calc(50% - 75px);
    height: 20px;
    border-bottom: 2px solid #1492E6;
}

.step-line-notactive {
    border-bottom: 2px solid #ccc;
}

.step-icon-title {
    text-align: center;
    color: #2f281e;
    font-weight: 700;
}

.order-step {
    width: 100%;
}

.bold-title {
    font-weight: bold;
    font-size: 18px;
}

.nomal-title {
    font-weight: 700;
    font-size: 17px;
}

.small-detail {
    font-size: 13px;
}

.float-right {
    float: right !important;
}

.margin-right-8 {
    margin-right: 8px;
}

.padding-left-20 {
    padding-left: 20px;
}

td {
    vertical-align: middle;
    min-height: 44px;
    height: 44px;
}
/*=============================================== Định dạng từng bước chọn mua hàng ========================================================*/
/*================ STEP 0 ===================*/
.frm-input-taxcode {
    margin: auto;
}

    .frm-input-taxcode .header {
        text-align: center;
        line-height: 50px;
        font-size: 18px;
    }

.form-content, .choose-ordertype {
    background: #fff;
    width: 466px;
    border-radius: 5px;
    box-shadow: 1px 3px 14px #d0cfcf;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


    .form-content .title, .choose-ordertype .title {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .form-content input[type=text] {
        height: 43px;
        width: 100%;
        margin-bottom: 16px;
    }

    .form-content .businesstype {
        text-align: left;
        margin-bottom: 16px;
    }

        .form-content .businesstype span:first-child, .option-user-number span:first-child {
            margin-right: 27px;
        }

.icheckbox,
.iradio {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    border: none;
    padding-right: 25px;
    cursor: pointer;
}

#btnReturnQuotation {
    width: 150px;
    border: none !important;
    color: #3999FB !important;
}

.btnContinue {
    width: 138px;
    height: 36px;
    font-weight: 400 !important;
}

#txtTaxCode {
    border-radius: 3px;
}

.option-ordertype {
    background-color: #F9F9F9;
    margin: 10px 0px;
    display: flex;
    padding: 10px;
}

    .option-ordertype .btn {
        font-weight: 700;
        border: 1px solid #ccc;
        width: 100px;
        background-color: #fff;
        margin-top: 10px;
    }

.option-icon {
    height: 75px;
    width: 100px;
    background-position: center;
    background-repeat: no-repeat;
}

.option-icon-upgrade {
    background-image: url('../Image/img_upgrade.png');
}

.option-icon-changeinfo {
    background-image: url('../Image/img_change_license.png');
}

#btnReturnFormTaxcode {
    float: right;
    color: #3999FB !important;
    text-align:right;
    padding:0px;
    text-decoration:none;
}

.choosee-action {
    height: 30px;
    border-top: 2px solid #F9F9F9;
}
/*================ STEP 1 ===================*/
/*============= Form đặt hàng ================*/
.m-row-nopadding {
    padding: 0px !important;
}

.tab-pane {
    padding-top: 10px;
}

.lblUpgradeCalculateRule, .lblUpgradeCalculateRule-2021 {
    margin: 0px 10px 10px 0px;
}

.nav-tabs > li > a {
    border-radius: 0px !important;
    background-color: #EBEEF1;
    color: black;
}

    .nav-tabs > li > a:hover {
        background-color: #EBEEF1;
    }

.nav-tabs > li.active > a {
    background-color: #fff;
    font-weight: bold;
    color: black;
}



.suggest-buy-usingyear {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.suggest-usingyear-quantity {
    width: 20%;
}

.suggest-usingyear-price, .suggest-upgrade-price {
    width: 20%;
    text-align: right;
}

#tab-renew-upgrade-convert {
    margin-right: 10px;
}

.order-title {
    height: 30px;
}

.order-box {
    border-radius: 1.5px;
    background-color: #fff;
}

.order-select-packet {
    width: calc(60%);
    float: left;
    margin-bottom: 10px;
}

.order-select-view {
    display: grid;
    grid-template-columns: auto auto;
    padding: 5px;
}

.SME-new-packet {
}

.main-product-name {
    color: #3795F4;
}

.dialog-packet-selected {
    width: 26px;
    height: 21px;
    float: left;
    background-image: url(../Image/iconv2.svg);
    background-position: 40px -82px;
}

.SME-packet-selected {
    background-position: -60px -20px !important;
}

#iconAddSuggestUser {
    height: 16px;
    width: 16px;
    margin-right: 8px;
    background-image: url('../Image/ic_sprites.svg');
}

.add-suggest-user {
    background-position: -100px -20px;
}

.remove-suggest-user {
    background-position: -140px -20px;
}

.dialog-packet-selected {
    position: absolute;
}

.wrapper-ul {
    overflow: hidden;
    padding: 0;
    list-style: none;
}

.wrapper-li, .wrapper-li-dialog {
    float: left;
    cursor: pointer;
}

    .wrapper-li:hover, .li-div:hover {
        background-color: #E4E6EB;
    }

.wrapper-SME-packet, .wrapper-SME-packet-upgrade, .wrapper-training-packet, .wrapper-SME-packet-convert, .wrapper-SME-packet-yearly, .wrapper-SME-packet-once {
    width: calc(33.33% - 10px);
    margin: 0px 10px 15px 0px;
    padding: 15px;
    /*box-shadow: 0 3px 6px rgba(0, 0, 0, .16);*/
    min-height: 135px;
    border: 1px solid #ccc;
}

.wrapper-ul-dialog-packet {
    margin-top: 10px;
}

.wrapper-INBOT-packet {
    width: 25%;
    text-align: center;
}

.wrapper-ESIGN-packet {
    width: 20%;
    text-align: center;
}

.tbl-esign-usb {
    width: 100%;
    border-spacing: 0px;
    margin-top: 10px;
}

.tbl-esign-summary {
    width: 100%;
    border-spacing: 0px;
}

.option-policy-type, .option-renew-upgrade-type {
}

#tab-buynew {
    margin-right: 10px;
}

.user-quantity-packet {
    color: #4CAF50;
}

.btn-policy {
    font-family: segoeui;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 13px;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    border-width: 1px 1px 0px 1px;
    background: #EBEEF1;
}

    .btn-policy:hover {
        background-color: #E4E6EB;
        color: #000000;
    }

.btn-policy-active {
    background-color: #fff;
    font-weight: bold;
}

.suggest-packet-user, .suggest-packet-yearly-renew {
    border: 1px solid #ccc;
    border-radius: 1.5px;
    margin: 0px 10px 10px 0px;
    padding: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.suggest-renew-change-usernumber {
    border: 1px solid #ccc;
    border-radius: 1.5px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #fff;
}

.li-div-dialog {
    border: 1px solid #ccc;
    margin: 5px;
    border-radius: 10px;
    padding: 10px;
}


.suggest-user-description, .suggest-renew-description {
    width: 70%;
    min-width: 312px;
}

.suggest-upgrade-description {
    width: 80%;
}

.suggest-usingyear-description {
    width: 60px;
}

.suggest-user-price, .suggest-renew-price {
    width: 20%;
    text-align: right;
}

#chkBuyGuggestUser {
    float: right;
}

#lblSuggestUserPrice {
    color: #1492E6;
}

.wrapper-training-packet-special, .wrapper-dialog-packet-special {
    background-color: #1492E6;
    color: #fff;
}

.wrapper-SME-packet-special, .wrapper-SME-packet-upgrade-special, .wrapper-SME-packet-convert-special, .wrapper-SME-packet-yearly-special, .wrapper-SME-packet-once-special {
    border-color: #0078d7;
}

.sme-icon-select {
    width: 16px;
    height: 16px;
    float: right;
    background-image: url(../Image/ic_sprites.svg);
    background-position: -20px -20px;
}

.wrapper-suggest-packet {
    width: calc(33.3% - 10px);
    margin: 0px 10px 10px 0px;
    padding: 5px 5px 0px 5px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 1.5px;
    background-color: #fff;
}

.suggest-packet-icon {
    width: 60px;
    height: 60px;
    margin: auto;
    background-image: url('../Image/iconv2.svg');
}

.packet-icon-renew {
    background-position: 5px 5px;
}

.packet-icon-deploy {
    background-position: 5px -60px;
}

.packet-icon-training {
    background-image: url('../Image/ic_sprites.svg');
    background-position: -86px -200px;
}

.packet-icon-meinvoice {
    background-image: url('../Image/ic_sprites.svg');
    background-position: -155px -200px;
}

.packet-icon-inbot {
    background-position: 5px -613px;
}

.packet-icon-esign {
    background-position: 5px -252px;
}

.packet-icon-mtax {
    background-position: 5px -315px;
}

.packet-icon-bankhub {
    background-position: 5px -485px;
}

.packet-icon-mtax {
    background-position: 5px -315px;
}

.packet-icon-support {
    background-position: 5px -550px
}

.define-employee {
    margin-right: 10px;
    margin-bottom: 10px;
}

.task-title {
    color: #1492E6;
    cursor: pointer;
    line-height: 28px;
}

#lblReturnCommonOrder {
    color: #1492E6;
    margin-left: 8px;
    line-height: 28px;
}

#txtEmployeeCode {
    width: calc(100% - 13px);
    margin-top: 8px;
}

.extend-icon {
    float: left;
    height: 30px;
    width: 30px;
    background: url(../Image/ic_sprites.svg) no-repeat;
    background-position: -94px -14px;
    border-radius: 15px;
    cursor: pointer;
}


.rechoose-packet {
    text-decoration: none;
    cursor: pointer;
    color: #3999FB;
}

.div-warning {
    background-image: url(../Image/warning_renew.png);
    background-position: top;
    background-repeat: no-repeat;
    background-position-x: 3px;
    margin-bottom: 8px;
    margin-right: 10px;
}

.div-warning-content {
    margin-left: 38px;
    text-align: justify;
}

.renewal, .upgrade {
    width: auto;
    float: left;
}

.upgrade {
    margin-left: 50px;
}

#rbRenewal, #rbUpgrade {
    margin-bottom: 3px;
}

.upgrade-currentpacket {
    padding: 15px;
    margin: 0px 10px 10px 0px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.sme-renew-currentpacket {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

.panel-heading-packet {
    display: flex;
    background: #fff !important;
    padding: 10px;
    width: 100%;
    align-items: center;
}

#accordion {
    margin-right: 10px;
}

.panel-group .panel + .panel {
    margin-top: 0px !important;
}

.panel-heading {
    display: flex;
    padding: 0px !important;
    background: #fff !important;
    min-height: 65px;
}

.btn-collapse {
    width: 25px;
    background-color: #EBEEF1;
    border-left: 1px solid #ccc;
    background-image: url('../Image/ic_sprites.svg');
    background-position: -497px 3px;
}

.collapsed {
    background-image: url('../Image/ic_sprites.svg');
    background-position: -457px 3px;
}

.panel-default {
    border: 1px solid #ccc !important;
    margin-bottom: 10px !important;
}

.panel-group .panel {
    border-radius: 1.5px;
}

.panel-body {
    padding: 10px !important;
}
/*============= Form đơn hàng ================*/
.sme-license-info {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 1.5px;
    margin: 0px 10px 10px 0px;
    padding: 15px;
}

    .sme-license-info table {
        width: 100%;
    }

#expired-des {
    font-weight: 600;
    margin-left: 10px;
    color: red;
    padding: 3px 15px;
    background-color: #FFE5E5;
    border-radius: 15px;
}

.license-info-title {
    width: 40%;
    float: left;
}

.license-info-value {
    width: 60%;
    font-weight: bold;
    float: right;
}

.change-license-info-title {
    width: 40%;
    font-weight: bold;
    float: left;
}

.change-license-info-value {
    width: 60%;
    float: right;
}

.sme-license-info td {
    height: auto !important;
    min-height: auto;
}

.order-all-content {
    min-height: 245px;
    /*box-shadow: 0 3px 6px rgba(0, 0, 0, .16);*/
}

.order-detail-packet {
    width: 40%;
    float: right;
    position: relative;
}

.order-view {
    min-height: 245px;
    position: relative !important;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 1.5px;
}

.ordered-item {
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.summar-title {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.summary-item {
    margin-bottom: 15px;
}

#btnApplyPromotion {
    background: #fff;
    color: #3999FB;
    border: 1px solid;
    float: right;
}

#txtPromotionCode {
    width: calc(100% - 130px);
}

.SME-mark-type {
    background-image: url(../Image/ic_sprites.svg);
    width: 165px;
    height: 30px;
    float: right;
}

.SME-mark-type-once {
    background-position: 21px -278px;
}

.SME-mark-type-yearly {
    background-position: -151px -278px;
}

#btnGotoFillData {
    width: 150px;
    float: right;
}

#btnReturn {
    width: 150px;
    border: none;
    color: #3999FB !important;
}

.orderbill-title {
    /*margin-left: 20%;*/
}

.div-bill {
    padding: 15px;
}

.div-bill-last {
    padding: 0px 15px 15px 15px;
}

.delete-item {
    height: 16px;
    width: 16px;
    float: right;
    cursor: pointer;
    background: url('../Image/ic_sprites.svg') no-repeat;
    background-position: -140px -20px;
}

    .delete-item:hover, .btn-RemovePromotion:hover, #iconAddSuggestUser:hover {
        background-color: #E4E6EB;
    }

.ordered-item-title {
    line-height: 28px;
    font-size: 16px;
}

.order-summary {
    min-height: 130px;
    /*box-shadow: 0 3px 6px rgba(0, 0, 0, .16);*/
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.order-summary-div {
    margin-bottom: 8px;
}

.title-right {
    line-height: 28px;
    color: #3795F4;
}

.row-promotion-content {
    margin: 8px 25px 8px 10px;
    text-align: justify;
}

.promotion-row {
    border: 1px dashed #adadad;
    padding: 0px 4px;
    border-radius: 1.5px;
    margin: 4px 0px;
    position: relative;
}

.promotion-icon {
    width: 16px;
    position: absolute;
    height: 16px;
}

.btn-RemovePromotion {
    cursor: pointer;
    right: 8px;
    background: url(../Image/ic_sprites.svg) no-repeat center;
    top: 50%;
    background-position: -140px -20px;
    transform: translateY(-50%);
}

.select-main-product-title {
    height: 30px;
}

.employee-promotion-icon {
    left: 4px;
    background: url(../Image/PromotionEmployee.png) no-repeat center;
}

.lst-meinvoice-packet, .lst-training-packet, .lst-renew-packet {
    padding: 15px;
    margin: 0px 10px 10px 0px;
    border: 1px solid #ccc;
}

.lst-changeinfo-packet {
    padding: 0px 15px;
    margin: 0px 10px 10px 0px;
    border: 1px solid #ccc;
}

.tbl-meinvoice-packet td, .tbl-training-packet td, .tbl-SME-renew-packet td {
    padding-bottom: 10px;
}

.tbl-SME-renew-packet {
    margin-top: 4px;
}

.tbl-changeinfo-packet {
    width: 100%;
}

.td-packet-name-changeinfo {
    width: 80%;
}

.numerinbill {
    float: left;
}

.select-upgrade-product-title, .buymore-suggest-title {
    margin: 15px 0px;
}

.upgrade-convert-des {
    padding: 5px 10px;
    border-radius: 15px;
    background: #EBEEF1;
}

.ui-dialog {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/*================ STEP 2 ===================*/
.InvAccountObjectTaxCode {
    width: 48%;
}

.new-title-text {
    font-weight: 700;
    color: #7e90a2;
}

.order-info, .order-info-action {
    padding: 10px;
}

.order-info-buyer, .order-mtax-meinvoice, .order-change-info {
    padding: 0px !important;
}

.company-info-input {
    width: calc(100% - 130px);
    float: right;
}

    .company-info-input input {
        width: 100%;
    }

    .company-info-input select {
        width: 100%;
    }

    .company-info-input textarea {
        width: 100%;
        height: 60px;
        border: 1px solid #adadad;
        border-radius: 1.5px;
        padding: 4px 6px;
        font-family: Arial;
        outline: none;
    }

.option-similar-value {
    width: 50%;
    float: right;
    text-align: right;
}

.option-similar-title {
    width: 50%;
    float: left;
}

.company-info-title {
    width: 126px;
    float: left;
    font-weight: 700;
    font-size: 13px;
}

.requirement {
    color: red;
}

.wrapper-ul-order-info {
    padding: 10px 10px 5px 10px;
    /*box-shadow: 0 3px 6px rgba(0, 0, 0, .16);*/
    margin-top: 8px;
    border: 1px solid #ccc;
}

.wrapper-li-info {
    width: 48%;
}

.order-info-row {
    height: 40px;
}

.info-row-col2 {
    height: 166px;
}

.info-row-option {
    height: 45px;
}

.order-info-logo-title {
    width: 30%;
    float: left;
    font-size: 15px;
    font-weight: 700;
}

.logo-info {
    float: right;
    height: 200px;
    border: solid 1px #ddd;
    border-radius: 1.5px 1.5px 0px 0px;
    border-bottom: none;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}

.logo-info-empty {
    background-image: url(../Image/icon_upload_logo.svg);
    background-color: #EBEEF1;
}

.order-info-logo-icon {
    width: calc(100% - 130px);
}

.change-info-logo-icon, .old-logo-icon {
    width: 100%;
}


.confirm-payment {
    width: calc(100% - 250px);
    float: left;
    font-size: 15px;
}

.confirm-payment-check {
    width: 24px;
    float: left;
}

    .confirm-payment-check span {
        line-height: 18px;
    }

.confirm-info-action {
    float: right;
}

#btnGotoPayment, #btnReturnSelectProduct, #btnConfirmPayment {
    margin-left: 15px;
}

.order-info-action {
    height: 53px;
}

.wrapper-ul-2-col {
    box-shadow: none !important;
    padding: 10px !important;
    margin: 0 !important;
}

.wrapper-ul-2-col-title {
    width: 50%;
    margin-top: 8px;
}

.border-none {
    border: none !important;
}

.lbl-info {
    font-weight: 700;
}

.li-info-ownner, .li-info-accounting, .li-info-meinvoice, .li-info-mtax, .li-info-new, .li-info-old {
    padding: 10px;
    width: 49%;
    border: 1px solid #ccc;
}

.disable-content {
    background-color: #EBEEF1;
}

.button-upload {
    text-align: center;
    height: 27px;
    float: right;
    border: 1px solid #ddd;
    border-radius: 0px 0px 1.5px 1.5px;
}

    .button-upload a, .button-upload span {
        text-align: center;
        display: inline-block;
        height: 100%;
        width: 47%;
        line-height: 27px;
    }

.button-upload-logo {
    width: calc(100% - 130px);
}

.button-upload-logo-new {
    width: 100%;
}

a.delete {
    color: red;
    border-left: solid 1px #ddd;
}

.lblmeInvoice-note {
    padding: 10px;
    font-size: 15px;
}

.lbl-exportinvoice-note {
    padding-top: 20px;
    font-size: 15px;
}

.renew-option-td {
    padding: 0px !important;
}

.padding-left-23 {
    padding-left: 23px;
}

#lblOptimalAdvantage {
    float: right;
    color: red;
}

.change-info-attachment {
    border: 1px dashed #ccc;
    min-height: 205px;
    background: #fff;
    border-radius: 1.5px;
    margin: 10px;
    text-align: center;
    padding: 20px;
}

.lbl-attach-icon {
    float: left;
    height: 30px;
    width: 30px;
    background: url(../Image/ic_sprites.svg) no-repeat;
    background-position: -94px -568px;
    margin-top: 8px;
}

.change-info-name-icon {
    width: 35px;
    height: 35px;
    background: url(../Image/ic_sprites.svg) no-repeat;
    background-position: -15px -627px;
    position: absolute;
    right: 8px;
    top: 8px;
}

.change-info-name-icon-checked {
    background-position: -15px -691px;
}

.change-info-address-icon {
    width: 35px;
    height: 35px;
    background: url(../Image/ic_sprites.svg) no-repeat;
    background-position: -96px -627px;
    position: absolute;
    right: 8px;
    top: 8px;
}

.change-info-address-icon-checked {
    background-position: -96px -690px;
}

#btnAttachment, #btnDeleteAttachment {
    font-weight: 600;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ccc;
    margin: 5px;
    border-radius: 3px;
    padding: 2px 12px;
    color: black;
    min-width: 90px;
}

.attach-file-icon {
    height: 80px;
    width: 155px;
    background-image: url('../Image/ic_sprites.svg');
    margin: auto;
    background-position: 10px -777px;
}

.attach-file-icon-tempty {
    background-position: -10px -886px;
}

.new-info-attachment {
    color: #7e90a2;
}

.date-expired {
    color: red;
}

.change-info-option {
    display: flex;
    justify-content: space-between;
}

.change-info-option-name, .change-info-option-address {
    width: 49%;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 1.5px;
    background-color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
}

.change-info-opton-checked {
    color: #fff;
    background-color: #0078D7;
}
/*================ STEP 3 ===================*/
.img-capchar {
    display: flex;
}

.payment-type {
    margin-bottom: 8px;
    border: 1px solid #ccc;
}

.payment-content-title {
    height: 25px;
}

.payment-type-content {
    border: 1px solid #adadad;
}

.payment-type-icon {
    width: 90px;
    height: 85px;
    background-image: url('../Image/ic_sprites.svg');
    margin: auto;
}

.img-amt {
    background-position: -23px -465px;
}

.img-visa {
    background-position: -150px -465px;
}

.img-NL {
    background-position: -279px -465px;
}

.img-tranfer {
    background-position: -402px -337px;
}

.payment-type-option {
    width: 25%;
    text-align: center;
    float: left;
    padding: 5px;
}

    .payment-type-option:hover {
        background-color: #ebeef1;
    }

.pay-transfer-info {
    padding: 4px 15px;
}

.row-payment-type {
    min-height: 155px;
    border-bottom: 1px solid #adadad;
    padding: 5px 15px;
}

.row-bankinfo, .row-captchar {
    padding: 5px 15px;
}

.col-payment-label {
    width: 205px;
    float: left;
}

#ddlBank {
    width: calc(100% - 205px);
}

.transfer-content {
    color: red;
}

.display-total-3 {
    color: #4CAF50;
    padding: 5px 10px;
    margin-right: 20px;
    border: 1px solid #ECF7E5;
    background-color: #ECF7E5;
    border-radius: 15px;
}

.payment-active {
    border: 1px solid #0078d7;
}

.btn-copy {
    border: 1px solid #ccc;
    line-height: 26px !important;
    margin-left: 20px;
    display: inline-block;
    color: black;
    width: 82px;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
}

.payment-info-component {
    padding-top: 4px;
    width: 100px;
    float: left;
}

.transfer-note {
    background: url(../Image/note-tranfer.png) no-repeat left center;
    padding-left: 38px;
    min-width: 760px;
    font-style: italic;
}

.transfer-col1 {
    width: 100px;
}

.payment-info-component-detail {
    padding-top: 4px;
    float: left;
    width: calc(100% - 120px);
}

.payment-action {
    width: 100%;
    text-align: right;
}

.captchar-img {
    margin-left: 10px;
}

.captchar-refresh {
    width: 30px;
    height: 30px;
    background: transparent url(../Image/reload.png) no-repeat center center;
    display: inline-block;
    cursor: pointer;
}

.order-info-last {
    /*margin-bottom: 10px;*/
}


.row-button {
    text-align: right;
    width: 570px;
    margin: auto;
    padding-top: 8px;
}

.icon-payment-online-continue {
    background: url(../Image/Payment-Online-Continue.png) no-repeat center 70px;
    width: 100%;
    height: 180px;
}

.success-payment .content {
    background: #fff;
    text-align: center;
    width: 570px;
    padding: 20px 15px 25px 14px;
    margin: 30px auto 4px auto;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
}

.icon-payment-online-success {
    background: url(../Image/Payment-Online-Success.png) no-repeat center 70px;
    width: 100%;
    height: 180px;
}

.step6, .step7 {
    padding-top: 100px;
}

.magin-bottom-8 {
    margin-bottom: 8px;
}
/*======================================= Dialog =================================================*/
.buy-dialog-header {
    font-weight: bold;
    font-size: 21px;
    padding: 0px 10px 10px 10px;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
}


.buy-dialog-icon {
    height: 32px;
    width: 32px;
    float: left;
    margin-right: 8px;
    margin-left: 4px;
}

.buy-dialog-action {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 50px;
    width: 100%;
}


.btl-dialogaction {
    width: 100%;
    position: absolute;
    bottom: 0px;
    padding: 10px !important;
    border-collapse: inherit;
}

.buy-messagebox {
    padding: 0px 5px 5px 5px;
}


.buy-messagebox-btn-ok {
    float: right;
}

.buy-dialog-content {
    padding: 10px 15px;
}

.tbl-product-packet {
    width: 100%;
}

.td-unitprice, td-unitprice-select {
    width: 20%;
    text-align: right;
}

.td-quantity {
    width: 15%;
    text-align: center;
}

.td-packet-name {
    width: 65%;
}

.td-packet-short-name {
    width: 50%;
}

    .td-packet-short-name span {
        float: right;
    }

.td-lbl-quantity {
    font-weight: 600;
    text-align: right;
}

.td-cancel-action {
    width: 25%
}

.td-summary-dialog {
    text-align: right;
    width: 55%;
}

.lbl-amount-dialog, .lbl-summary-dialog {
    margin-right: 15px;
}

.msgTitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

div[aria-describedby="div-ViewMore"] .icon-info-lagger {
    background: url(../Image/Dialog_Info.png?date=20181226) no-repeat center 5px;
    width: 55px;
    height: 100px;
    margin-right: 15px;
    float: left;
}

#div-ViewMore {
    padding: 0 15px;
}

.message-info {
    text-align: justify;
}

.esign-special-text {
    color: #3999FB;
}

.ui-dialog-buttonset button {
    background: #3999FB;
    color: #fff;
    border: none;
}
/*======================================= Ghi đè JqueryUI =================================================*/
.ui-dialog .ui-dialog-titlebar {
    padding: 0px;
}

.ui-dialog-titlebar {
    height: 15px !important;
}

.ui-icon-closethick {
    background: url('../Image/iconv2.svg') no-repeat !important;
    background-position: -143px -38px !important;
    opacity: 1 !important;
}

.ui-icon {
    width: 30px;
    height: 30px;
}

.ui-button-icon-only .ui-icon {
    margin-top: -15px;
    margin-left: -15px;
    background-color: #E4E6EB !important;
    border-radius: 20px;
}

.ui-dialog .ui-dialog-titlebar-close {
    margin: 0px 0 0 0 !important;
    right: 19px !important;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    background: #E4E6EB;
    border: none;
    top: 15px;
    background-image: url('../Image/iconv2.svg');
    background-position: -143px -38px !important;
}

div[aria-describedby="div-ViewMore"] .ui-dialog-buttonset {
    text-align: right;
}
/*======================================= Style lại khi mua trên phần mềm =================================================*/
@media only screen and (max-width: 1200px) {
    .nomal-title {
        font-size: 15px;
    }

    .order-view {
        min-height: 245px;
        position: relative !important;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 1.5px;
    }

    .order-all-content {
        min-height: 225px;
        /*box-shadow: 0 3px 6px rgba(0, 0, 0, .16);*/
    }

    .wrapper-suggest-packet b {
        font-size: 12px;
    }

    .order-step-icon {
        height: 100px;
        margin: auto;
        width: 60%;
        margin-bottom: 25px;
    }
}
