﻿.inv-menu * {
    font-size: 13px;
    line-height: 1.74;
}

#tracuuhoadon .modal-header .close, #tracuuBienBanEIV .modal-header .close {
    padding: 7px 18px;
    margin: -6px;
}

#tracuuhoadon .modal-dialog, #tracuuBienBanEIV .modal-dialog {
    margin-top: 70px;
}

#tracuuhoadon .modal-content,
#tracuuBienBanEIV .modal-content {
    border-radius: 3px;
    box-shadow: 1px 3px 4px #505050;
}

#tracuuhoadon .titleHead,
#tracuuBienBanEIV .titleHead {
    font-size: 16px;
    font-weight: bold;
}

#viewInvoice, #viewBienBan, #viewBienBanEIV {
    height: 100%;
    width: 850px;
}

#tracuuhoadon .modal-header,
#tracuuBienBanEIV .modal-header {
    padding: 7px 5px 5px 15px;
}

#tracuuhoadon .modal-body,
#tracuuBienBanEIV .modal-body {
    padding: 0 !important;
    height: calc(100vh - 135px);
}

#tracuuBienBanEIV div.rowItem {
    padding-left: 10px;
    padding-right: 10px;
}

    #tracuuBienBanEIV div.rowItem .inv-group-button {
        width: 260px;
    }

.modal-open #tracuuhoadon.modal,
.modal-open #tracuuBienBanEIV.modal {
    overflow: hidden;
}

.flex-box {
    display: flex;
    height: 100%;
}

.inv-menu {
    border-left: 1px solid #ddd;
    width: calc(100% - 850px);
    background-color: #f5f5f5;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.invoice-title {
    color: #909090;
    font-size: 19px;
    margin-bottom: 5px !important
}

.invoice-number {
    font-weight: bold;
    font-size: 19px;
    color: red;
}

.fb {
    font-weight: bold;
}

.menu-container, .menu-footer {
    padding: 10px;
}

.bienban-info {
    margin: 15px 0;
}

.invoice-info {
    min-width: 234px;
}

.row-menu {
    margin-bottom: 10px;
}

.inv-menu .dropdown-menu {
    width: 100%;
    left: 10px !important;
    transition: none;
    padding: 0;
}

    .inv-menu .dropdown-menu li {
        padding: 5px 10px;
    }

        .inv-menu .dropdown-menu li:hover {
            background-color: #e5e5e5;
        }

    .inv-menu .dropdown-menu a {
        font-size: 16px;
        color: black;
    }

/*.menu-button {
    width: 277px
}*/
.invoice-view {
    position: relative;
    height: 100%;
    width: 100%
}

.print-eiv {
    position: absolute;
    width: calc(100% - 15px);
    height: 35px;
    opacity: 0.8;
    background-color: #dddddd;
    display: flex;
    justify-content: center;
    align-content: center;
}

.inv-group-button {
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 280px;
    background: #f9f9f9;
}

.btn-print-eiv {
    line-height: 37px;
    padding: 0 30px;
    cursor: pointer;
}

    .btn-print-eiv:hover {
        color: black;
        background-color: #ccc;
    }

a {
    color: #333;
}

.btn-sign, .btn-sign-chrome {
    padding: 7px;
}

    .btn-sign a, .btn-sign-chrome a {
        font-size: 15px;
    }

.btn-icon-fix {
    width: 50%;
    padding: 7px 3px;
    display: flex;
    align-items: center;
    line-height: unset;
    cursor: pointer;
    box-shadow: 0px 1px 1px 0px #ccc;
}

.menu-header.invoice-bien-ban-eiv .btn-icon-fix {
    width: 100%;
}

.btn-icon-fix:hover {
    background-color: #fff;
}

.btn-icon-fix:active {
    box-shadow: inset 0px 1px 3px 0px #ccc;
}

.menu-header.invoice-bien-ban-eiv .inv-group-button {
    margin-top: 5px;
}

.inv-group-button .btn-icon-fix:first-child {
    border-right: 1px solid #ccc;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.inv-group-button .btn-icon-fix:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.row-menu.btn-sign, .row-menu.btn-sign-chrome {
    color: #ffffff;
    background: #f79630;
    border-radius: 1.5rem;
    margin: 10px 0px;
    border-bottom: 0px solid #dddddd;
    text-align: center;
    cursor: pointer;
}

.icon {
    display: inline-block;
    object-fit: contain;
    width: 25px;
    height: 25px;
    margin-right: 8px;
}

.icon-tai {
    background: url('../img/TraCuu/icon2-38.svg') no-repeat center;
    margin-left: -3px;
}

.icon-pdf {
    background: url('../img/TraCuu/pdf.svg') no-repeat center;
}

.icon-xml {
    background: url('../img/TraCuu/xml.svg') no-repeat center;
}

.icon-cks {
    background: url('../img/TraCuu/has-cks.svg') no-repeat center;
}

.icon-not-cks {
    background: url('../img/TraCuu/not-cks.svg') no-repeat center;
}

.icon-left-arrow {
    background: url('../img/TraCuu/left-arrow.svg') no-repeat center;
}

button.btn-close-tracuu {
    float: right;
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    cursor: pointer;
    width: 100px;
    box-shadow: 1px 0px 3px #ccc;
}

    button.btn-close-tracuu:active {
        box-shadow: inset 0px 2px 3px 0px #ccc;
    }

    button.btn-close-tracuu:hover {
        background: #eee;
    }

@media (max-width: 1200px) {
    #tracuuhoadon .modal-dialog,
    #tracuuBienBanEIV .modal-dialog {
        max-width: 825px;
    }

    .flex-box {
        flex-direction: column-reverse;
        justify-content: flex-end;
    }

    #viewInvoice, #viewBienBan, #viewBienBanEIV {
        width: 100%;
    }

    .menu-button {
        display: flex;
        flex-direction: column;
    }

    .inv-menu {
        width: auto
    }

    .row-menu {
        float: right;
        border-bottom: none;
    }

    .menu-container {
        padding: 0;
    }

    .menu-header {
        display: flex;
        display: flex;
        justify-content: space-between;
        padding: 0 15px;
    }

    .menu-footer {
        display: none;
    }
}


@media (min-width: 1200px) {
    #tracuuhoadon .modal-dialog,
    #tracuuBienBanEIV .modal-dialog {
        max-width: calc(850px + 303px);
    }

    .flex-box {
        flex-direction: inherit;
    }

    .row-menu {
        float: none
    }

    .inv-menu {
        width: 300px;
    }
}

@media (max-width: 600px) {
    .menu-header {
        flex-direction: column;
    }

    .inv-group-button {
        width: auto;
    }
}

/*=============== CUSTOM SWEET ALERT ====================*/
.mb-38 {
    margin-bottom: 38px;
}

.lbl-new {
    margin-top: -100px;
}

    .lbl-new .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
        background-image: unset;
    }

    .lbl-new .swal2-styled.swal2-cancel, .swal2-confirm.swal2-styled.btn-cancel {
        border: solid 1px;
    }

    .lbl-new .swal2-popup {
        font-size: 14px;
    }

    .lbl-new .swal2-confirm:focus {
        box-shadow: none;
    }

    .lbl-new .swal2-confirm {
        min-width: 100px;
    }

    .lbl-new .swal-icon--success__ring {
        width: 80px;
        height: 80px;
        border: 4px solid hsl(98, 55%, 69%);
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2;
    }

    .lbl-new.notify-info .swal2-title {
        font-size: 18px;
        padding: 5px;
    }

    .lbl-new.notify-info .swal2-popup {
        width: 45em;
        padding: 0.8em;
    }

    .lbl-new.notify-info .swal2-actions {
        justify-content: flex-end;
        margin: 0.8em auto 0;
    }

    .lbl-new.notify-info .swal2-header {
        display: inline-block;
        flex-direction: row-reverse;
        align-items: end;
    }

    .lbl-new.notify-info .swal2-content {
        padding: 15px !important;
        text-align: justify;
    }

        .lbl-new.notify-info .swal2-content #swal2-content {
            display: inline-flex !important;
            font-size: 1.125em;
        }

        .lbl-new.notify-info .swal2-content .notify-text {
            padding: 1.5em 0;
            display: flex;
            justify-content: center;
            flex-direction: column;
            text-align: center;
            font-size: 15px;
        }

            .lbl-new.notify-info .swal2-content .notify-text.text-left {
                text-align: left
            }

    .lbl-new.notify-info .swal2-header, .lbl-new.notify-info .swal2-content {
        border-bottom: 1px solid;
        border-image: -webkit-radial-gradient(#cdcdcd 75%, rgb(255, 255, 255));
        border-image: -moz-radial-gradient(#cdcdcd 75%, rgb(255, 255, 255));
        border-image: -o-radial-gradient(#cdcdcd 75%, rgb(255, 255, 255));
        border-image-slice: 1;
    }

        .lbl-new.notify-info .swal2-header .swal2-icon {
            display: none !important;
        }

    .lbl-new.notify-info .swal2-icon {
        position: relative;
        box-sizing: content-box;
        justify-content: center;
        width: 3em;
        height: 3em;
        min-width: 3em;
        min-height: 3em;
        margin: 1.25em;
        zoom: normal;
        border-radius: 50%;
        font-family: inherit;
        line-height: 3em;
        cursor: default;
    }

        .lbl-new.notify-info .swal2-icon::before {
            display: flex;
            align-items: center;
            height: 92%;
            font-size: 2.75em;
        }

.notify-new #swal2-title {
    color: rgb(165, 220, 134);
    font-size: 14px;
    margin-top: 5px;
    text-align: justify;
}

.notify-new .swal2-header {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

    .notify-new .swal2-header .swal2-icon.swal2-success {
        width: 9.3em;
        height: 5em;
        margin: 10px;
    }

.swal2-icon.swal2-info {
    border-color: #005689;
    color: #005689;
}

.swal2-styled:focus {
    box-shadow: none;
}

.signatureInfo {
    margin-top: 7px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 5px;
    border: 1px solid #5cb85c;
    font-size: 11px;
}

.creImage {
    width: 50px;
    height: auto;
    float: left;
    margin-right: 7px;
}

.textSign {
    font-weight: bold;
}

.captchaBox input {
    text-transform: uppercase
}

#viewInvoiceZoom, #viewInvoiceZoomEIV {
    width: 100%;
    height: calc(100vh - 13px)
}

.zoom-hoadon .modal-body {
    padding: 0 !important;
    height: calc(100vh - 70px) !important;
}

.zoom-hoadon .modal-content {
    top: -61px;
}

.zoom-hoadon .modal-dialog {
    max-width: calc(850px + 703px) !important;
}

.zoom-in {
    width: 30px;
    height: 30px;
}

.zoom-hoadon {
    z-index: 99999
}

.zoom-hoadon {
    overflow-x: unset !important;
    overflow-y: unset !important;
}

    .zoom-hoadon #viewInvoice, .zoom-hoadon #viewBienBanEIV {
        width: 1250px !important;
    }

.loading-container {
    width: 100%;
    height: 100%;
    bottom: 0;
    position: fixed;
    opacity: 0.6;
    z-index: 9999;
    cursor: progress;
}

    .loading-container > .loading {
        position: relative;
        top: calc(50vh - 32px);
        left: calc(50vw - 32px);
    }

        .loading-container > .loading:before {
            position: absolute;
            content: "";
            background-image: url(/Content/images/ajax-loader_.gif);
            height: 64px;
            width: 64px;
            background-repeat: no-repeat;
            background-size: contain;
        }

.swal2-container {
    z-index: 9999999
}

.MaNhanHoaDon {
    text-transform: uppercase
}



/*=============== CUSTOM SWEET ALERT ====================*/
.lbl-new {
    margin-top: -100px;
}

    .lbl-new .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
        background-image: unset;
    }

    .lbl-new .swal2-styled.swal2-cancel, .swal2-confirm.swal2-styled.btn-cancel {
        border: solid 1px;
    }

    .lbl-new .swal2-popup {
        font-size: 14px;
    }

    .lbl-new .swal2-confirm:focus {
        box-shadow: none;
    }

    .lbl-new .swal2-confirm {
        min-width: 100px;
    }

    .lbl-new .swal-icon--success__ring {
        width: 80px;
        height: 80px;
        border: 4px solid hsl(98, 55%, 69%);
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2;
    }

    .lbl-new.notify-error .swal2-title,
    .lbl-new.notify-info .swal2-title {
        font-size: 18px;
        padding: 5px;
    }

    .lbl-new.notify-error .swal2-popup,
    .lbl-new.notify-info .swal2-popup {
        width: 45em;
        padding: 0.8em;
    }

    .lbl-new.notify-error .swal2-actions,
    .lbl-new.notify-info .swal2-actions {
        justify-content: flex-end;
        margin: 0.8em auto 0;
    }

    .lbl-new.notify-error .swal2-header,
    .lbl-new.notify-info .swal2-header {
        display: inline-block;
        flex-direction: row-reverse;
        align-items: end;
    }

    .lbl-new.notify-error .swal2-content,
    .lbl-new.notify-info .swal2-content {
        padding: 15px;
        text-align: justify;
    }

        .lbl-new.notify-error .swal2-content #swal2-content,
        .lbl-new.notify-info .swal2-content #swal2-content {
            display: inline-flex !important;
            font-size: 1.125em;
        }

        .lbl-new.notify-error .swal2-content .notify-text,
        .lbl-new.notify-info .swal2-content .notify-text {
            padding: 1.5em 0em;
            display: flex;
            justify-content: center;
            flex-direction: column;
            text-align: left;
        }

            .lbl-new.notify-error .swal2-content .notify-text.text-left,
            .lbl-new.notify-info .swal2-content .notify-text.text-left {
                text-align: left
            }

    .lbl-new.notify-error .swal2-header, .lbl-new.notify-error .swal2-content,
    .lbl-new.notify-info .swal2-header, .lbl-new.notify-info .swal2-content {
        border-bottom: 1px solid;
        border-image: -webkit-radial-gradient(#cdcdcd 75%, rgb(255, 255, 255));
        border-image: -moz-radial-gradient(#cdcdcd 75%, rgb(255, 255, 255));
        border-image: -o-radial-gradient(#cdcdcd 75%, rgb(255, 255, 255));
        border-image-slice: 1;
    }

        .lbl-new.notify-error .swal2-header .swal2-icon,
        .lbl-new.notify-info .swal2-header .swal2-icon {
            display: none !important;
        }

    .lbl-new.notify-info .swal2-icon {
        position: relative;
        box-sizing: content-box;
        justify-content: center;
        width: 3em;
        height: 3em;
        min-width: 3em;
        min-height: 3em;
        margin: 1.25em;
        zoom: normal;
        border-radius: 50%;
        font-family: inherit;
        line-height: 3em;
        cursor: default;
    }

    .lbl-new.notify-error .swal2-icon {
        position: relative;
        box-sizing: content-box;
        justify-content: center;
        width: 70px;
        height: 70px;
        min-width: 70px;
        min-height: 70px;
        margin: 1.25em;
        zoom: normal;
        border-radius: 50%;
        font-family: inherit;
        line-height: 3em;
        cursor: default;
    }

        .lbl-new.notify-error .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
            top: 34px;
            height: 5px;
        }

            .lbl-new.notify-error .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
                left: 9px;
            }

            .lbl-new.notify-error .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
                right: 9px;
            }

        .lbl-new.notify-error .swal2-icon::before,
        .lbl-new.notify-info .swal2-icon::before {
            display: flex;
            align-items: center;
            height: 92%;
            font-size: 2.75em;
        }

.notify-new #swal2-title {
    color: rgb(165, 220, 134);
    font-size: 14px;
    margin-top: 5px;
    text-align: justify;
}

.notify-new .swal2-header {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

    .notify-new .swal2-header .swal2-icon.swal2-success {
        width: 9.3em;
        height: 5em;
        margin: 10px;
    }

.swal2-icon.swal2-info {
    border-color: #005689;
    color: #005689;
}

.swal2-styled:focus {
    box-shadow: none;
}
/*======================================*/

.mainForm-new label {
    font-weight: normal;
    width: 100%;
    text-align: left;
    padding-top: 5px !important;
    padding-bottom: 2px;
    margin-top: 0;
}

.box-modal-footer-new .btn + .btn {
    margin-left: 2px;
}

.mainForm-new .form-group > label.stars {
    padding-left: 8px;
}

.mainForm-new .form-group > label.star {
    /*padding-left: 10px;*/
}

    .mainForm-new .form-group > label.star:after {
        font-size: 18px;
        margin-left: 2px;
        right: unset;
        top: auto;
    }

#fix .box-modal-body-new .headline {
    margin-bottom: 5px;
    border-bottom: 0px solid #bdc3c7;
}

.hottlineCustom {
    color: #ff9900;
    font-weight: 600;
}


.icon-close {
    background-image: url(../img/TraCuu/close.svg);
    width: 16px;
    height: 18px;
    display: inline-block;
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-right: 0;
    margin-top: 1px;
}

    .icon-close.white {
        background-image: url(../img/TraCuu/close-white.svg);
    }

.btn-backnd, .btn-white {
    BACKGROUND-COLOR: WHITE !important;
    border-color: #d7d7d7 !important;
    color: #005689 !important;
}

    .btn-backnd:hover {
        color: #005689 !important;
        border-color: #d7d7d7 !important;
        background-color: #f7f7f7 !important;
    }

.btn {
    min-height: 32px !important;
    padding: 5px 10px !important;
    font-size: 14px !important;
}

.btnfixwidth {
    width: 90px;
    text-align: center;
}
