﻿@font-face {
    font-family: Roboto;
    src: url(/fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto-Light;
    src: url(/fonts/Roboto/Roboto-Light.ttf);
}

.center {
    display: block;
    width: 100%;
}

    .center > a > img {
        margin-left: 0;
        margin-top: 1em;
    }

.banner {
    width: 100%;
    text-align: center;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 101;
    height: 4.3em;
}

.ui-dialog-titlebar {
    color: #0055A5;
    background-color: #fff;
    font-weight: bold;
    height: 7.2em !important;
}

.ui-dialog-title {
    margin-top: 4.6em !important;
    font-weight: bold !important;
    margin-left: -0.32em !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: url("/img/LookUp/close-12x13.svg");
    background-repeat: no-repeat;
    top: 72%;
    background-size: cover;
    right: 0.55em;
    border: 0;
    outline: none;
}

.uiDialogContent {
    min-height: 55em !important;
}

.body-lookup {
    margin: 0;
}

.nav > li > a {
    padding: 3px 10px 1px 23px;
    font-size: 1.07em;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: 4px 4px 0 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

div#content > div {
    display: table-cell;
    vertical-align: middle;
}

.txtSearch {
    display: none;
    position: relative;
    left: 21px;
    top: 1px;
}

#divfooter {
    padding-right: 0px !important;
    float: left;
    position: relative;
    width: 100%;
    opacity: 0.9;
}


#fbarcnt {
    position: relative;
    height: auto;
    visibility: visible;
    background-color: #E2E3E5;
}

.showSearch {
    position: relative;
    left: -6px;
    display: none;
    z-index: 99999;
    cursor: pointer;
    position: relative;
    top: 1px;
}

.hideSearch {
    margin-left: 2em;
    display: inline-block;
    z-index: 2;
    cursor: pointer;
    position: relative;
    top: 2px;
}

/*footer*/
.footerTCHD {
    background-color: #1967b2;
    height: 288px;
    display: block;
}

.headFooter {
    height: 108px;
    background-color: #1967b2;
    display: block;
    text-align: center;
    padding-top: 24px;
    width: 100%;
}


.contentFooter {
    height: 170px;
    width: 100%;
    /*margin-left: 180px;
        margin-right: 180px;*/
    background-color: #1967b2;
    padding-top: 15px;
}

.divhr {
    margin-top: -10px;
    width: 95%;
    /*margin-left: 167px;*/
    background-color: #c8dcee;
}

.headFooterText {
    color: rgb(255, 255, 255);
    font-size: 28px;
    margin-right: 59px;
    font-family: Roboto-Light;
}

.headFooterText1 {
    color: #0057ae;
    font-size: 18px;
    color: rgb(82, 251, 42);
    margin-right: 59px;
    font-family: Roboto-Light;
}

hr {
    color: #117bbf;
    margin-top: 0px;
    margin-bottom: 1px;
    border-top: 1px solid #117bbf;
}

.imgstyle {
    padding-right: 5px;
    padding-bottom: 10px;
}

.divDK {
    margin-top: 30px;
    display: block;
    border-radius: 4px;
    background-color: #0f4276;
    width: 197px;
    height: 225px;
}

.p1 {
    font-size: 22px;
    color: #82929A;
    font-family: Roboto-Light;
    color: rgb(82, 251, 42);
    margin-top: -4px;
}

.p2 {
    font-size: 14px;
    font-family: Roboto-Light;
    color: #82929A;
    color: rgb(255, 255, 255);
    margin-top: -8px;
    text-align: justify !important;
    float: left;
}

.p3 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    padding: 12px;
    padding-left: 16px;
    font-family: Roboto-Light;
    margin-top: 12px;
    text-align: justify;
}

.btn-primary1 {
    color: #0d3c6b;
    background-color: #52fb2a;
    border-color: #52fb2a;
    margin-right: 5px;
    margin-left: 13px;
    width: 170px;
    height: 48px;
    margin-top: 10px;
    font-size: 20px;
    border-radius: 5px;
    font-weight: bold;
}

#divfooter {
    position: fixed;
    bottom: 0px;
    padding-right: 25px;
    width: 100%;
    display: block;
}

.imgFooter1 {
    margin-left: 55px;
}

.imgFooter2 {
    margin-left: 90px;
}

/*Invoice Loockup*/
.btnSearch {
    height: 45px;
    width: 150px;
    font-size: 20px !important;
    border-radius: 10em !important;
    padding-left: 0.36em;
}

.divTooltip {
    color: rgb(25, 103, 178);
    width: 280px;
}

.ulTooltip {
    margin-left: -25px;
}

    .ulTooltip li {
        padding-bottom: 10px;
    }

        .ulTooltip li:last-child {
            padding-bottom: 0px;
        }

#txtInvoiceCode {
    height: 2.6em !important;
    font-size: 1.21em !important;
    border-color: #1967b2;
    position: relative;
    padding-left: 1.6em;
    padding-right: 1em;
    border-radius: 1.2em;
}

    #txtInvoiceCode::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-style: italic;
        color: #8f8f8f;
    }

    #txtInvoiceCode::-moz-placeholder { /* Firefox 19+ */
        font-style: italic;
        color: #8f8f8f;
    }

    #txtInvoiceCode:-ms-input-placeholder { /* IE 10+ */
        font-style: italic;
        color: #8f8f8f;
    }

    #txtInvoiceCode:-moz-placeholder { /* Firefox 18- */
        font-style: italic;
        color: #8f8f8f;
    }

.rblist {
    margin-left: -28px;
    padding-left: 20px;
}

.ruInputs li {
    margin: 0 0 0px !important;
}

.input-group {
    padding-top: 1.1em;
    width: 52.6em;
    margin: 0 auto 0 auto;
}

.input-group-addon {
    padding: 4px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #52fb2a;
    text-align: center;
    background-color: #1464b1;
    border: 0px solid #ccc;
    border-radius: 4px;
}

.displaynone {
    display: none;
}

.rblist input[type="radio"] {
    margin-left: 10px;
    margin-right: 1px;
}

.rblist {
    margin-left: -150px;
}

#imgSupport {
}

    #imgSupport .popover {
        width: 200px;
    }

#ifrBanner {
    overflow: hidden;
}

.divTCHD {
    display: block;
}

    .divTCHD > span:nth-child(1) {
        display: inline-block;
        color: #fff;
        font-size: 2.42em;
        display: inline-block;
        margin-bottom: 0;
        vertical-align: top;
    }

.lblHelpre {
    display: inline-block;
    color: #1b6cb2;
    background-color: #fff;
    font-size: 1.2em;
    line-height: 1.5em;
    width: 1.5em;
    height: 1.5em;
    border-radius: 0.8em;
    margin-left: 3.66em;
    margin-top: 0.7em;
    vertical-align: middle;
    font-weight: bold;
}

.divLookup {
    position: relative;
}

.divAdLeft, .divAdRight {
    position: absolute;
    top: 0;
}

.divAdLeft {
    left: -12em;
}

.divAdRight {
    right: -12.1em;
    top: -0.08em;
}

.divSearch {
    width: 100%;
    min-height: 12em;
    height: 22em;
    max-height: 22em;
    display: table;
    background-image: linear-gradient(to left, rgba(33,135,194,0.8), rgba(19,100,173,0.9)), url('/img/lookup/bglookup.png');
    background-repeat: no-repeat;
    background-position: right;
}

    .divSearch > div {
        display: table-cell;
        vertical-align: middle;
    }

        .divSearch > div > table {
            width: 100%;
            color: #fff;
            margin: 0 auto;
        }

.SearchXML {
    position: absolute;
    top: 0.88em;
    right: 1.2em;
    z-index: 100;
    cursor: pointer !important;
    padding-right: 0.4em;
}

.divInvoiceCode {
    position: relative;
    height: 38px;
    width: 100%;
    padding-right: 0.15em;
}

#btnSearch-popover {
    left: auto !important;
    height: 38px !important;
    width: 150px !important;
}

.input-group-btn .btn.btn-primary {
    height: auto;
    line-height: 2.16em !important;
    font-size: 17px !important;
    margin-left: 0.2em !important;
}

.divNote {
    color: #fff;
    font-size: 0.95em;
    display: block;
}

    .divNote > span:nth-child(1) {
        display: inline-block;
    }

    .divNote > span:nth-child(2) {
        display: inline-block;
        width: 1.2em;
        height: 1.2em;
        color: #1b6cb2;
        background-color: #fff;
        border-radius: 0.6em;
        margin-left: 6.2em;
        font-weight: bold;
    }

    .divNote > span > a {
        text-decoration: none;
        color: rgb(88, 222, 193);
        cursor: pointer;
    }

.spanblue {
    color: blue;
    text-decoration: underline;
}

.panel-footer-lookup {
    display: table;
    margin-top: 0.5em;
    margin-left: auto;
    margin-right: auto;
}

.divAdLeft,
.divAdRight {
    display: inline-block;
    width: 11.55em;
    height: 62em;
}

    .divAdLeft > iframe,
    .divAdRight > iframe {
        width: 100%;
        height: 100%;
    }

.divBkavEHDSrv {
    text-align: center;
    font-weight: bold;
    display: table;
    width: 100%;
    padding-top: 3.75em;
    padding-bottom: 4.2em;
}

    .divBkavEHDSrv > p {
        font-size: 1.3em;
        display: table-cell;
        vertical-align: middle;
        margin: 0;
    }

.divPromotion {
    display: table-row;
    width: 100%;
    line-height: 1.45em;
}

    .divPromotion > div {
        display: table-cell;
        width: 33.1%;
        text-align: center;
        vertical-align: top;
    }

        .divPromotion > div:nth-child(1) {
            padding: 0 2.9em 0 2.9em;
        }

        .divPromotion > div:nth-child(2) {
            padding: 0 1em 0 1em;
        }

        .divPromotion > div:nth-child(3) {
            padding: 0 2.9em 0 2.9em;
        }

        .divPromotion > div > img {
            height: 4.136em;
        }

        .divPromotion > div > p {
            margin-bottom: 0;
        }

            .divPromotion > div > p:nth-child(2) {
                font-weight: bold;
                font-size: 1.3em;
                line-height: 2em;
                padding-top: 1.6em;
                padding-bottom: 0.8em;
                margin-bottom: 0;
            }

.divOrder {
    min-height: 18em;
    position: relative;
}

    .divOrder > a {
        border-radius: 1.8em;
        background-color: #ff6e01;
        font-weight: bold;
        font-size: 1.06em;
        color: #fff;
        text-align: center;
        padding-top: 1.2em;
        height: 3.98em;
        width: 16.25em;
        margin-top: -0.9em;
        margin-left: -8.125em;
        position: absolute;
        top: 50%;
        left: 50%;
    }


/* chats */
#btnChat {
    width: 4.44em !important;
    height: 4.44em !important;
    border-radius: 50% !important;
    box-shadow: 0 0 1em #999 !important;
    right: 20pt !important;
    background-position: center;
}

#divZaloChat {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
    width: 4.44em !important;
    height: 4.44em !important;
    border-radius: 50% !important;
    box-shadow: 0 0 1em #999 !important;
    bottom: 8em !important;
    right: 20pt !important;
}

span.btn {
    margin: 0 0.2em 0 0.2em !important;
}

    span.btn.btn-primary:hover {
        background-color: rgb(34,200,219) !important;
    }

span input.btn.btn-primary {
    background-color: rgb(34,200,219);
    border-color: rgb(34,200,219);
    width: 6.43em;
}

label.btnUpoadXML {
    background: rgb(34,200,219);
    border-color: rgb(34,200,219) !important;
    border-radius: 10em !important;
    width: 6.43em;
}

    label.btnUpoadXML:hover {
        background: rgb(34,200,219);
    }

@media screen and (max-width: 1154px) {
    .divPromotion > div:nth-child(1),
    .divPromotion > div:nth-child(3) {
        width: 28.5%;
    }

    .divPromotion > div:nth-child(2) {
        width: 43%;
    }
}

@media screen and (max-width: 1154px) {
    .mainContent {
        width: 69.8%;
    }
}

@media screen and (min-width: 1155px) and (max-width: 1179px) {
    .divPromotion > div:nth-child(1),
    .divPromotion > div:nth-child(3) {
        width: 29%;
    }

    .divPromotion > div:nth-child(2) {
        width: 41.2%;
    }
}

@media screen and (min-width: 1155px) and (max-width: 1179px) {
    .mainContent {
        width: 70.5%;
    }
}

@media screen and (min-width: 1180px) and (max-width: 1299px) {
    .mainContent {
        width: 72.8%;
    }
}

@media screen and (min-width: 1180px) and (max-width: 1399px) {
    .divPromotion > div:nth-child(1),
    .divPromotion > div:nth-child(3) {
        width: 31%;
    }

    .divPromotion > div:nth-child(2) {
        width: 37.5%;
    }
}

@media screen and (max-height: 920px) {
    .divSearch {
        height: 32vh;
    }

    .divBkavEHDSrv {
        padding-top: 6vh;
        padding-bottom: 6.2vh;
    }

    .divPromotion > div > p:nth-child(2) {
        padding-top: 2vh;
        padding-bottom: 1.2vh;
    }

    .divOrder {
        min-height: 8em;
        height: 20vh;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1399px) {
    .mainContent {
        width: 74.5%;
    }
}

@media screen and (min-width: 1400px) and (max-width: 3840px) {
    .mainContent {
        width: 80%;
        max-width: 82em;
    }
}

.ui-widget-overlay {
    position: unset;
}