﻿body {
 	margin: 0px;
 	padding: 0px;
}
.hide {
    display: none !important;
}
.unhide {
    display: block !important;
}


/* ---------------------------------------- Console Page ---------------------------------------- */
.parentWindow {
    width: 100%;
    height: 100vh;
    position: absolute;
    overflow: hidden;
    background-color: whitesmoke;
}
.menubar {
    position: absolute;
    width: 100%;
    top: 0;
    background-color: whitesmoke;
}
#menus {
    padding: 0 0 0 2em;
    list-style: none;
    margin: 5px 0;
    background-image: url(../images/logisicon.png);
    background-size: contain;
    background-position: 10px 50%;
    background-repeat: no-repeat;
}
#menus li {
    display: inline-flex;
    width: 4%;
    border: 0px outset;
    text-align: center;
    padding: 5px 5px;
    position: relative;
}
#menus li a {
    text-align: center !important;
    width: 100%;
    color: #111;
    text-decoration: none;
}
#childWindow {
    margin-top: 40px;
    width: 99.8%;
    height: 89vh;
    background-color: grey;
    background-image: url(../images/logologis.png);
    background-position: 50%;
}
#menus li:hover {
    background-color: white;
}
#menus li:hover .submenu {
    display: block;
}
.submenu {
    position: absolute;
    left: 0;
    min-width: max-content;
    min-height: max-content;
    top: 28px;
    background-color: white;
    display: none;
    width: 20%;
    padding-right: 24px;
}
.submenus li {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    padding: 10px 0 !important;
}
.submenus {
    padding: 0 24px;
    width: 100%;
}
.submenus li hr {
    display: block !important;
}
.subsubmenu {
    position: absolute;
    left: 0;
    min-width: max-content;
    min-height: max-content;
    background-color: white;
    display: none;
    width: 20%;
    margin-left: 100%;
    z-index: 1;
    top: 0;
}
.submenus li:hover .subsubmenu {
    display: block;
}
.subsubmenus {
    padding: 0 24px 0 0;
    width: 80%;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    box-shadow: 2px 2px 3px #666666e6;
}
.subsubmenus li a {
    margin-left: 24px;
}
#statusBar {
    font-size: 12px;
}
#statusBar p {
    padding: 0;
    margin: 3px 10px;
    display: inline-flex;
    font-family: monospace;
}
p.currDate {
    float: right;
}
.toolbar {
    border: 1px outset ghostwhite;
    background-color: ghostwhite;
}
#tools {
    margin: 5px 0;
    list-style: none;
    background-color: ghostwhite;
    padding-left: 10px;
}
#tools li a {
    padding: 0 0 25% 90%;
    text-decoration: none;
    border: 1px outset transparent;
}
#print {
    background-image: url('../images/print.png');
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
#query {
    background-image: url(../images/query.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
#merReceive {
    background-image: url(../images/receivepkg.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
#clearOrder {
    background-image: url(../images/cleared.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
#pakageOs {
    background-image: url(../images/packaged.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
#shipOs {
    background-image: url(../images/shipped.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
#sortOs {
    background-image: url(../images/sort.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
#delivOs {
    background-image: url(../images/delivery.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.vl {
    margin: 0 50% 0% 50%;
    text-decoration: none;
    border: 1px inset;
}
#tools li {
    width: 24px;
    height: 24px;
    display: inline-grid;
    margin-left: 15px;
}
#tools li:nth-child(1) {
    margin-left: 0 !important;
}
#tools li:hover {
    background-color: cornflowerblue;
}
.displayarea {
    width: 100%;
    height: 95%;
}
.displayarea table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}
.displayarea table tr td {
    position: relative;
    height: 100%;
    border: 1px solid #e9e9e9;
}
.displayarea table tr td:nth-child(1) {
    width: 15%;
    min-width: 290px;
    max-width: 290px;
}
#explorer {
    position: relative;
    width: 100%;
    background-color: white;
    border: 1px inset #e4e3e3;
    font-family: arial;
    font-size: 14px;
    height: 100%;
}
#explorer h2 {
    font-size: 16px;
    margin: 0;
    background-color: aliceblue;
    padding: 5px 0 5px 5px;
    position: fixed;
    min-width: 285px;
}
.orderLoc {
    margin: 28px 0 0;
    padding-left: 5px;
}
.orderLoc li {
    padding: 2px 0 0;
    list-style-image: url(../images/warehouse.png);
    list-style-position: inside;
    cursor: pointer;
    position: relative;
}
.orderLoc li a {
    text-decoration: none;
    color: inherit;
    position: absolute;
    top: 8px;
    padding: 0 2px;
}
.orders {
    padding-left: 15px;
}
.orders li {
    cursor: pointer;
    list-style-image: url(../images/order.png);
    list-style-position: inside;
}
.orders li span {
    padding: 0 2px;
}
ol {
    margin: 5px 0 0;
}
ol li {
    list-style-image: url(../images/shipmentico.png) !important;
}
#warehouseUl.orders li {
    list-style-image: url(../images/shipmentico.png);
}
#orderListpkg li {
    /*list-style-image: url(../images/order.png);*/
}
.order.d, .orderitems.d {
    cursor: default !important;
    color: #cacaca;
}
.order.d:hover, .orderitems.d:hover, .orderLoc li.order.d a:hover {
    background-color: unset !important;
    color: #cacaca !important;
}
.orderLoc li a:hover, .orderLoc li a.active, .orders li span.active, .order li a.active, ol li a.active {
    background-color: #408bea;
    color: white;
}
.orderLoc li a span {
    font-size: 12px;
    color: red;
}
#orderDetdisplay {
    width: 100%;
    height: 89vh;
    background-color: #111;
}
#orderDisp {
    width: 100%;
    height: 100vh;
    border-collapse: collapse;
    position: relative;
}
.orderDispCTN {
    width: 100%;
    height: 100vh;
    background-color: whitesmoke;
}
#orderDisp tr td {
    font-family: monospace;
    padding: 0 0 0 20px;
    font-size: 1.1em;
    position: relative;
}
#orderDisp tr:nth-child(1) td {
    height: 30%;
    width: 25%;
}
#orderDisp tr:nth-child(1) {
    border-bottom: 1px outset;
    background-color: whitesmoke;
}
#orderDisp tr:nth-child(2) {
    background-color: white;
}
#orderDet1, #orderDet2, #orderDet3, #orderDet4 {
    border-left: 1px inset #d4d2d2;
}
#orderDisp tr td h3 {
    font-size: 2em;
    margin: 0 0 2em;
}
#orderDisp tr td h4 {
    font-size: 1em;
    margin: 0 0 3px;
}
.orderDate {
    font-size: 1.4em;
}
.orderNo {
    font-size: 1.3em;
}
.secOrderDets p {
    margin: 0 0 2px;
}
.secOrderDets p span {
    color: #1dab1d;
    font-weight: bold;
}
.customerAddy {
    width: 95%;
    height: 35%;
    border: 1px solid #dcdbdb;
    background-color: white;
    margin: 0;
    overflow: auto;
}
.thisOrderCost {
    width: 75%;
    height: 39%;
    margin: 0;
    padding: 10px 0;
}
.thisOrderCost label {
    padding: 5px 0;
    font-size: 1em;
    display: block;
}
.thisOrderCost label:last-child {
    font-weight: bold;
    border-top: 1px inset;
}
.thisOrderCost label span {
    float: right;
}
.ispp {
    width: 75%;
    height: 15%;
    margin: 0;
    background-image: url('../images/interswitch.png');
    background-size: 50%;
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 3% 0 0 0;
}
.pspp {
    width: 75%;
    height: 15%;
    margin: 0;
    background-image: url('../images/paystack.png');
    background-size: 50%;
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 3% 0 0 0;
}
.podpp {
    width: 75%;
    height: 15%;
    margin: 0;
    background-image: url('../images/payondelivery.png');
    background-size: 34%;
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 3% 0 0 0;
}
.ispp span, .pspp span, .podpp span {
    float: right;
    font-weight: bold;
    font-size: 1.3em;
}
#processingTrack {
    width: 99%;
    height: 99%;
}
#processingTrack table {
    border-collapse: collapse;
    width: 100%;
    height: 100%;
}
#processingTrack table tr {
    border: none !important;
    background-color: transparent !important;
}
.process {
    position:relative;
    height: 100% !important;
    width: 10.5% !important;
    padding: 0 !important;
    border: 1px inset #cacaca;
    border-bottom: none;
    border-top: none;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.process span {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
    font-family: cursive;
    font-size: 0.8em;
    color: #c80000;
    font-weight: bold;
}
.process.fullfilp {
    background-image: url(../images/pickup.png);
}
.process.fullfild {
    background-image: url(../images/self_d.png);
}
.process.fullfilo {
    background-image: url(../images/self_do.png);
}
.process.receiveOri {
    background-image: url('../images/receiveOri.png');
}
.process.clear {
    background-image: url(../images/cleared.png);
}
.process.pkg {
    background-image: url(../images/packaged.png);
}
.process.ship {
    background-image: url(../images/shipped.png);
}
.process.receiveDest {
    background-image: url(../images/recivedest.png);
}
.process.sort {
    background-image: url(../images/sort.png);
}
.process.dispatch {
    background-image: url(../images/delivery.png);
}
.process.delivered {
    background-image: url(../images/delivered.png);
}

.process.receiveOrio {
    background-image: url('../images/receiveOrio.png');
}
.process.clearo {
    background-image: url(../images/clearedo.png);
}
.process.pkgo {
    background-image: url(../images/packagedo.png);
}
.process.shipo {
    background-image: url(../images/shippedo.png);
}
.process.receiveDesto {
    background-image: url(../images/recivedesto.png);
}
.process.sorto {
    background-image: url(../images/sorto.png);
}
.process.dispatcho {
    background-image: url(../images/deliveryo.png);
}
.process.deliveredo {
    background-image: url(../images/deliveredo.png);
}
p.trackInstruction {
    text-align: center;
    color: #c80000;
    font-size: 1.2em;
}
p.i {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #ffffff96;
    background-image: url('../images/done.png');
    background-size: 40%;
    background-position: 50%;
    background-repeat: no-repeat;
}
p.o {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #ffffff96;
}
#shippmentDet table tr {
    height: fit-content;
}
#shippmentDet table tr td {
    height: unset;
    max-width: unset;
    min-width: unset;
    padding: 0 10px 10px;
    font-size: 1em;
}
#shippmentDet table {
    height: max-content !important;
}
.shpdets p {width: fit-content;margin: 0;font-size: 1.2em;}
.shpdets h2 {
    font-size: 3em;
    width: fit-content;
    margin: 0 0 17px;
}
.pkgheader {
    text-align: left;
    padding: 5px 10px;
    background-color: aliceblue;
}
#shippmentDet table tr th, #shippmentDet table tr td {
    font-size: 1.2em;
    border: 1px solid #e8e6e6;
    padding: 5px 10px;
}
.shpdets div {
    height: 100px;
    width: 350px;
    float: right;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
#cExplorer {
    display: none;
}
#shippmentLog {
    width: 100%;
    font-family: monospace;
    font-size: 1.2em;
}
#shippmentLog tr td {
    border: 1px solid #aaa;
    padding: 2px 3px;
}
#shippmentLog tr td input {
    width: 95%;
    border: none;
    background-color: whitesmoke;
}
#shippmentLog tr:nth-child(1) th {
    text-align: left;
    background-color: transparent !important;
}
#shippmentLog tr:nth-child(1) th:nth-child(2) {
    font-size: 1.7em;
}
#shippmentLog tr:nth-child(2) td, #shippmentLog tr:nth-child(3) td, #shippmentLog tr:nth-child(4) td, {
    border-collapse:  separate !important;
}
#shippmentLog tr td {
    border-collapse: collapse;
}
#pickupLog {
    width: 100%;
    border-collapse: collapse;
    font-family: monospace;
    font-size: 1.2em;
}
#pickupLog tr:nth-child(2) {
    background-color: blue;
    color: #fff;
}
#pickupLog tr td, #pickupLog tr th {
    padding: 5px 10px;
}
#pickupLog tr:nth-child(2) th {
    border-left: 1px inset #fff;
}
#pickupLog tr td {
    border: 1px inset #afc7e4;
}
#pickupLog tr:nth-child(even) td {
    background-color:#f4fdff
}
#txtCourierID {
    width: 250px;
    padding: 5px;
    margin: 0 5px;
    border: 1px solid #408bea;
    border-radius:5px
}
#courierSearch {
    padding: 3px;
    color: #fff;
    background-color: blue;
    border: 2px solid blue;
    cursor: pointer;
}
.courierSelect {
    text-align: left;
    margin: 5px 0;
}
.vCourierOrder {
    color: blue;
}
#paperDet {
    margin: 0 auto;
    max-width: 1200px;
    border-collapse: collapse;
    text-align: left;
}
.explain {
    font-size: 12px !important;
    color: red;
    padding-left: 5px !important;
}
#paperDet table {
    border-collapse: collapse;
    font-size: 0.9em;
    width: 100%;
}
#transDetTbl tr td {
    background-color: #fff;
    border: 10px solid #eee;
    padding: 5px 10px;
}
#transDetTbl p {
    display: inline-flex;
    text-align: inherit;
}
#transDetTbl tr td:nth-child(1), #transDetTbl tr td:nth-child(3) {
    width: 110px !important;
    font-weight: bold;
}
#transDetTbl tr td:nth-child(5) {
    width: 67px !important;
}
#transDetTbl tr td:nth-child(4) p {
    display: inline-block;
}
#transDetTbl tr td:nth-child(2) {
    width: 368px !important;
}
#transDetTbl tr td:nth-child(4) {
    width: 454px !important;
}
.sectionHeader {
    background-color: #796bf5 !important;
    border: 10px solid #eee;
    padding: 6px !important;
    font-weight: 600 !important;
    color: #fff;
}
#ddlWaybilltyp {width: 100px !important;padding: 3px;margin: 5px;border: 1px solid #7979ff;border-radius: 5px;}
#transDetTbl tr td:nth-child(2) input[type="radio" i] {
    background-color: #3894f3c7 !important;
    width: 14px;
    height: 14px;
}
#consingnorTbl, #consingneeTbl {
    width: 100%;
    background-color: #fff;
    border: 10px solid #eee;
    border-collapse: collapse;
}
#consingnorTbl tr td:nth-child(3), #consingneeTbl tr td:nth-child(3) {
    border-left: 10px solid #eee;
    padding: 9px 0;
}
#contentTbl, #chargesTbl {
    width: 100%;
}
#contentTbl tr td, #contentTbl tr th {
    width: 25%;
}
#itemDesc {
    margin: 0px;
    height: 56px;
    width: 450px;
    border: 1px solid #7979ff;
    border-radius: 5px;
}
#contentTbl tr td, #contentTbl tr th, #chargesTbl tr td {
    border: 10px solid #eee;
    background-color: #fff;
    padding: 5px;
}
#paperDet table input {
    width: 80%;
    border: 1px solid #7979ff;
    border-radius: 5px;
    padding: 5px 3px;
}
#paperDet select {
    width: 230px;
}
#chargesTbl tr td:nth-child(1) {
    width: 310px;
}
#chargesTbl tr td:nth-child(2) {width: 140px;}
#chargesTbl tr:nth-child(1) td:nth-child(1) {
    color: red !important;
    font-size: 1em;
}
#contentTbl tr td label {
    font-weight: 600;
    display: none;
}
#chargesTbl tr td p {
    text-align: right;
}
#chargesTbl tr td p span {
    float: left;
}
#paperDet table tr td p {
    margin: 0;
    border: 1px solid transparent !important;
}
#paperDet table tr td, #paperDet table tr th {
    border: 1px solid #fff !important;
    padding: 5px 10px;
    background-color: transparent;
}
#paperDet {
    background-color: #85ddff;
    font-size: 18px;
    font-family: monospace;
}
#paperDet table tr:nth-child(6) td, #paperDet table tr:nth-child(7) td, #paperDet table tr:nth-child(8) td {
    padding: 0 10px;
}
#transDetTbl tr td, #contentTbl tr td, #chargesTbl tr td {
    padding: 5px 10px !important;
}
#waybillSubmit, #waybillCancel {
    padding: 7px !important;
    width: 100px !important;
    margin-top: 10px;
    border: 1px outset #eee !important;
}
#paperDet table input[type="checkbox"] {
    width: unset;
    border: 1px solid #7979ff;
    border-radius: unset;
    padding: 5px 3px;
    margin-left: 10px;
    margin-right: 5px;
}

/* ---------------------------------------- Login Page ---------------------------------------- */
.loginbody {
    width: 101%;
    height: 116vh;
    position: absolute;
    left: -8px;
    top: -8px;
    background-color: #262626;
    background-image: url(../images/kioskhq.png);
    background-size: 800px 400px;
    background-repeat: no-repeat;
    background-position: 50%;
}
.window {
    width: 100%;
    height: 100vh;
    position: absolute;
    background-color: #555;
    z-index: 2;
}
.glass {
    filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    -moz-filter: blur(4px);
    -webkit-filter: blur(4px);
}
.loginHeader {
    padding: 1em 1em;
    background: #111;
    height: 100px;
}
.loginHeader div {
    width: 200px;
    height: 100px;
    float: left;
    margin-left: 50px;
    background: url(../images/kioskhq.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    box-shadow: 0px 0px 10px 5px #444;
}
.loginHeader ul {
    margin: 0;
    padding: 30px 40px;
    height: 100px;
    float: right;
}
.loginHeader ul li {
    padding: 15px 0;
    margin: 0;
    display: inline-block;
    cursor: pointer;
}
.loginHeader ul li a {
    padding: 15px 10px;
    font: normal 16px arial;
    border: 1px solid transparent;
    color: #eee;
    text-decoration: none;
}
.loginHeader ul li a:hover {
    border-radius: 3px;
    border: 1px solid #eee !important;
}
#khqlogin {
    border-radius: 3px;
    border: 1px solid #eee;
}
#khqsignup {
    border-radius: 3px;
    border: 1px solid #b50000;
    background: #b50000;
}
.loginarea {
    width: 500px;
    min-height: 300px;
    margin: 150px auto 0;
    padding: 0 50px;
}
.loginarea p {
    margin: 0 0 2em;
    font: normal 24px arial;
    text-transform: capitalize;
    color: #eee;
    text-align: center;
}
.loginlogo {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: url(../images/logisicon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}
.logindetails {
    position: relative;
    width: 300px;
    margin: 0 auto;
}
.logindetails input {
    width: 290px;
    padding: 10px 5px;
    margin: 10px 0;
    border: 1px solid transparent;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    background: #444444c7;
    color: #eee;
}
#btnLogin {
    width: 40px;
    height: 40px;
    padding: 0;
    position: absolute;
    top: 61px;
    right: -3px;
    background-color: transparent;
    background: url(../images/loginbtn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    cursor: pointer;
}
.logintools {
        color: #eee;
    width: 300px;
    position: relative;
    font: normal 14px arial;
    margin: 20px auto;
    padding: 0;
    text-align: center;
}
.rememberme {
    display: inline-block;
    color: inherit;
    font-size: 14px;
    float: left;
}
.logintools a {
    display: inline-block;
    color: inherit;
    font-size: 14px;
    text-decoration: none;
    float: right;
}
.logintools a:hover {
    text-decoration: underline;
}

@media (hover: none) {
.loginbody {
    width: 101%;
    height: 116vh;
    position: absolute;
    left: -8px;
    top: -8px;
    background-color: #262626;
    background-image: url(../images/kioskhq.png);
    background-size: 800px 400px;
    background-repeat: no-repeat;
    background-position: 50%;
}
.window {
    width: 100%;
    height: 100vh;
    position: absolute;
    background-color: #555;
    z-index: 2;
    padding: 0;
    margin: 0;
}
.loginHeader {
    padding: 1em 1em;
    background: #111;
    height: 100px;
}
.loginHeader div {
    width: 200px;
    height: 100px;
    float: left;
    margin-left: 50px;
    background: url(../images/kioskhq.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    box-shadow: 0px 0px 10px 5px #444;
}
.loginHeader ul {
    margin: 0;
    padding: 30px 40px;
    height: 100px;
    float: right;
}
.loginHeader ul li {
    padding: 15px 0;
    margin: 0;
    display: inline-block;
    cursor: pointer;
}
.loginHeader ul li a {
    padding: 15px 10px;
    font: normal 16px arial;
    border: 1px solid transparent;
    color: #eee;
    text-decoration: none;
}
.loginHeader ul li a:hover {
    border-radius: 3px;
    border: 1px solid #eee !important;
}
#khqlogin {
    border-radius: 3px;
    border: 1px solid #eee;
}
#khqsignup {
    border-radius: 3px;
    border: 1px solid #b50000;
    background: #b50000;
}
.loginarea {
    width: unset;
    min-height: 300px;
    margin: 10% auto 0;
    padding: 0 30px;
}
.loginarea p {
    margin: 0 0 1em;
    font: normal 18px arial;
    text-transform: capitalize;
    color: #eee;
    text-align: center;
}
.loginlogo {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: url(../images/logisicon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}
.logindetails {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.logindetails input {
    width: 90%;
    padding: 10px 5px;
    margin: 10px auto;
    border: 1px solid transparent;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    background: #444444c7;
    color: #eee;
}
#btnLogin {
    width: 38px;
    height: 38px;
    padding: 0;
    /* position: absolute; */
    /* top: 77px; */
    /* right: 93px; */
    margin-right: 5%;
    background-color: transparent;
    background: url(../images/loginbtn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    cursor: pointer;
}
    .logintools {
        color: #eee;
        width: 90%;
        position: relative;
        font: normal 26px arial;
        margin: 20px auto;
        padding: 0;
        text-align: center;
    }
.rememberme {
    display: inline-block;
    color: inherit;
    font-size: 16px;
    float: left;
}
#rememberme {
    width: 18px;
    height: 18px;
}
.logintools a {
    display: inline-block;
    color: inherit;
    font-size: 14px;
    text-decoration: none;
    float: right;
}
.logintools a:hover {
    text-decoration: underline;
}
}

/* ---------------------------------------- Pkgreceive Page ---------------------------------------- */
hr {
    margin: 0;
    padding: 0;
    display: none;
}
.menuLogis, .menuTabs {
    font: normal 0.8em monospace;
    position: relative;
    display: none;
}
.menuLogis ul, .menuTabs ul {
    padding: 0;
    margin: 20px 5px 0;
}
.menuLogis ul li {
    display: inline-block;
    margin: 0;
    padding: 10px;
    border: 1px solid #333;
    border-bottom: none;
    border-radius: 0 15px 0 0;
    margin-left: -15px;
    background-color: #ccc;
}
.menuActiv {
    background-color: #eee !important;
    border-style: inset !important;
    border-bottom-style: none !important;
    border-color: #111 !important;
}
.menuActiv a {
    color: #111 !important;
}
.menuLogis ul li:nth-child(1) {
    margin-left: 15px !important;
}
.menuLogis ul li a {
    text-decoration: none;
    text-align: center;
    color: #aaa;
}
.menuLogis ul li:hover {
    border-style: inset;
    border-bottom-style: none;
    border-color: #111;
}
.menuLogis ul li a:hover {
    color: #111;
}
.pageHeader {
    font: bold 48px monospace;
    text-align: center;
    display: none;
}
.menuTabs ul {
    padding: 0;
    margin: 0px 5px !important;
}
.menuTabs ul li {
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    border: 1px solid #c0e1e6;
    border-bottom: none;
    margin-left: -15px;
    background-color: ghostwhite;
    cursor: pointer;
}
.activeTabMenu {
    background-color: #eee !important;
    border-style: inset !important;
    border-bottom-style: none !important;
    border-color: #111 !important;
}
.activeTabMenu p {
    color: #111 !important;
}
.menuTabs ul li:nth-child(1) {
    margin-left: 0px !important;
}
.menuTabs ul li:nth-child(2) {
    margin-left: -6px;
}
.menuTabs ul li p {
    text-decoration: none;
    text-align: center;
    color: #aaa;
    margin: 5px;
}
.menuTabs ul li:hover {
    border-style: inset;
    border-bottom-style: none;
    border-color: #111;
}
.menuTabs ul li p:hover {
    color: #111;
}
.ordersearchctn {
    padding: 1px;
    background-color: #f5feff;
    border: 1px solid #c0e1e6;
    position: relative;
}
.ordersearch {
    font: normal 1em monospace;
    margin: 0;
    padding: 0;
}
.ordersearch li {
    font: normal 0.8em monospace;
    list-style: none;
    width: auto;
    height: auto;
    display: inline-block;
    padding: 3px 1px;
    cursor: pointer;
}
.ordersearch li input[type="text"] {
    min-width: 220px;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #c0e1e6;
    font: normal 1.2em monospace;
}
#orderSearchbtn {
    width: 30px;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #c0e1e6;
    background-color: #fff;
    color: #23bfda;
    cursor: pointer;
    font: normal 1.2em monospace;
    background-image: url(../images/search.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
#orderSearchbtn:hover {
    color: #00859c;
    border-style: outset;
}
.tblCtn {
    max-height: 570px;
    overflow: auto;
}
#orderListtbl, #receiveDestTbl, #sortDispatchTbl, #orderListshp, #orderListpkg, #orderDelivListtbl {
    border-collapse: collapse;
    width: 97%;
}
#orderListtbl tr:nth-child(odd), #receiveDestTbl tr:nth-child(odd), #sortDispatchTbl tr:nth-child(odd), #orderListshp tr:nth-child(odd), #orderListpkg tr:nth-child(odd), #orderDelivListtbl tr:nth-child(odd) {
    background-color: #eee;
}
#orderListtbl tr:nth-child(1), #receiveDestTbl tr:nth-child(1), #sortDispatchTbl tr:nth-child(1), #orderListshp tr:nth-child(1), #orderListpkg tr:nth-child(1), #orderDelivListtbl tr:nth-child(1)  {
    background-color: #fff;
}
#orderListtbl tr th, #receiveDestTbl tr th, #sortDispatchTbl tr th, #orderListshp tr th, #orderListpkg tr th, #orderDelivListtbl tr th {
    background-color: #ccc;
}
#orderListtbl tr td, #receiveDestTbl tr td, #orderListtbl tr th, #sortDispatchTbl tr td, #sortDispatchTbl tr th, #orderListshp tr td, #orderListshp tr th, #orderListpkg tr td, #orderListpkg tr th, #orderDelivListtbl tr td, #orderDelivListtbl tr th {
    height: fit-content;
    padding: 10px;
}
#orderListtbl tr th:nth-child(1), #receiveDestTbl tr th:nth-child(1), #sortDispatchTbl tr th:nth-child(1), #orderListshp tr th:nth-child(1), #orderListpkg tr th:nth-child(1), #orderDelivListtbl tr th:nth-child(1) {
    text-align: left;
}
.iframCtn {
    font: normal 12px monospace;
    position: relative;
}
.iframCtn p {
    font-size: 16px;
    margin: 5px 0 5px 5px;
    text-align: left;
}
#oirderViewer, #shippmentDet {
    width: 100%;
    height: 94vh;
    overflow: auto;
    background-color: #fff;
}
#tab1, #tab2 {
    font: normal 1em monospace;
    position: absolute;
    width: 100%;
}
#tab2 p {
    font: bold 1.2em monospace;
    margin: 0;
}
#tab2 input {
    padding: 5px;
    font: normal 0.9em monospace;
    margin: 5px;
    border: 1px solid #666;
    margin-left: 0;
}
#warehouse {
    font: normal 0.8em monospace;
    margin-left: 0;
    width: 100%;
    padding: 2px;
    display: none !important;
}
#lstOrders {
    width: 45%;
    margin-top: 10px;
    height: 50vh;
    font-size: 16px;
    float: left;
    padding: 10px;
}
#shpData {
    margin: 17.5% auto;
    width: 47%;
    font-size: 16px;
    font-family: monospace;
    text-align: left;
    background-color: #fff;
    border-collapse: collapse;
}
#finishProcess {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1111118a;
    width: 100%;
    height: 124%;
}
#shpData tr td, #shpData tr th {
    padding: 10px;
}
#shpData tr td input, #shpData tr td select {
    font-size: 16px;
}
#shpData tr:last-child td {
    text-align: center;
}
#shpData tr:last-child td input {
    width: 150px;
    border: 1px outset;
}
#shpDept, #pkgDept {
    font: normal 16px monospace;
    text-align: left;
    margin-left: 15px;
}
#pkgData p {
    margin: 0;
}
.o_items-disp p:nth-child(1), .o_items-disp p:nth-child(3) {
    width: 45%;
}
.o_items-disp p {
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 10px;
}
.o_items-disp p:nth-child(2) {
    width: 5%;
    height: 400px;
    text-align: center;
    padding-top: 8%;
}
#lstOrderItems, #lstPkgItem {
    width: 100% !important;
    max-width: unset !important;
    height: 38vh;
}
.o_items-disp p a {
    padding-left: 40px;
    padding-bottom: 40px;
    border: 1px outset #ddd;
    margin-top: 10px;
    display: block;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.o_items-disp {
    position: relative;
}
#addSele {
    background-image: url('../images/addsingle.png');
}
#addAll {
    background-image: url('../images/addall.png');
}
#remSele {
    background-image: url('../images/remsingle.png');
}
#remAll {
    background-image: url(../images/remAll.png);
}
#addSele, #addAll, #remSele, #remAll {
    padding: 10px 12px;
    text-decoration: none;
    color: #111;
    border: 1px outset;
    border-radius: 5px;
    background-color: #eee;
    position: unset !important;
    top: -4px;
    right: 15px;
}
#shpDept table tr {
    height: max-content !important;
}
#shpDept table, #pkgDept table {
    border-collapse:collapse;
    border: none;
}
#shpDept table tr, #pkgDept table tr {
    height: 75px;
}
#shpDept table tr td, #pkgDept table tr td {
    padding: 5px 10px;
}
#shpDept table tr td input[type="text"], #pkgDept table tr td input[type="text"], #shpDept table tr td select, #pkgDept table tr td select {
    max-width: 400px;
}
#shpDept table tr td select, #pkgDept table tr td select {
    font-size: 16px;
}
#shpDept table tr td input, #pkgDept table tr td input {
    padding: 5px;
    font: normal 16px monospace;
    margin: 5px;
    border: 1px inset;
}
#lstShipping {
    width: 45%;
    margin-top: 10px;
    margin-left: 10px;
    height: 50vh;
    font-size: 16px;
    float: left;
    padding: 10px;
}
#pkgSave {
    border: 1px outset !important;
    background-color: #eee;
}
#receiveDestTbl tr td input[type="checkbox"] {
    width: 30px;
    height: 30px;
}
#sortDispatchTbl {
    margin-left: 0 !important;
    width: 100%;
    font-family: monospace;
    font-size: 1.2em;
}
#dispathers {
    width: 250px;
    /* height: 45px; */
    font: normal 16px monospace;
    float: right;
}
#sortDispatchTbl tr td input[type="button"] {
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto 20px;
}
#OrderList, #dispatcherOrderList {
    width: 100%;
    height: 76vh;
    padding: 5px;
    font: normal 18px monospace;
}
.tblCtnSor {
    max-height: 1300px;
    overflow: auto;
}
#sortDispatchTbl tr td input[type="button"]:nth-child(1) {
    background: url('../images/btn.png');
    background-size: 80px;
    background-position: 5px 0;
    background-repeat: no-repeat;
}
#sortDispatchTbl tr td input[type="button"]:nth-child(2) {
    background: url(../images/rbtn.png);
    background-size: 80px;
    background-position: -45px -40px;
    background-repeat: no-repeat;
}
#sortDispatchTbl tr td input[type="button"]:nth-child(3) {
    background: url(../images/btn.png);
    background-size: 80px;
    background-position: -40px -40px;
    background-repeat: no-repeat;
}
#sortDispatchTbl tr td input[type="button"]:nth-child(4) {
    background: url('../images/rbtn.png');
    background-size: 80px;
    background-position: 5px 0;
    background-repeat: no-repeat;
}
#smsCodeCtn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #66666691;
}
#smsCodeCtn div {
    position: relative;
    margin: 30vh auto 0;
    padding: 10px 20px 30px;
    background: #666;
    width: 300px;
    text-align: center;
    border: 1px solid #444;
    border-radius: 10px;
    box-shadow: 0 0 50px 1px #111;
    font: normal 28px monospace;
}
#smsCodeCtn div p {
    font: bold 16px monospace;
    color: #000;
    margin-top: 50px;
}
#smsCodeCtn div input[type="text"] {
    display: block;
    margin: 0 auto 10px;
    width: 250px;
    text-align: center;
    border-style: inset;
    border-radius: 5px;
    padding: 5px;
}
#smsCodeCtn div input[type="button"] {
    width: 100px;
    height: 30px;
    border: none;
    background-color: transparent;
    background-image: url(../images/enter2.png);
    background-size: 100px 40px;
    background-position: 50% 1%;
    background-repeat: no-repeat;
}
#smsCodeCtn div input[type="button"]:focus {
    background-image: url(../images/enter.png);
}
.iframCtn a {
    padding: 5px 10px;
    text-decoration: none;
    color: #111;
    border: 1px outset;
    border-radius: 5px;
    background-color: #eee;
    position: absolute;
    top: -4px;
    right: 15px;
}
.exitbtn {
    width: 24px !important;
    height: 24px !important;
    background-image: url(../images/exit.jpg) !important;
    background-size: contain !important;
    background-position: 50% !important;
    position: absolute;
    right: 10px;
    cursor: pointer;
}
#paymentRefCtn {
    width: 100%;
    height: 220%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #222222a8;
}
#paymentRefCtn div {
    margin: 10% auto 0;
    width: 30%;
    background-color: cornflowerblue;
    text-align: center;
    padding: 4% 1% 3%;
    font: bold 18px monospace;
    border-radius: 1.0%;
    box-shadow: 0px 5px 20px 1px #111111e3;
}
#exittxnno {
    width: 36px !important;
    height: 36px !important;
    background-image: url(../../images/exit.jpg) !important;
    background-size: contain !important;
    background-position: 50% !important;
    float: right;
    cursor: pointer;
    position: unset;
    margin-top: -40px !important;
}
#tnxRefno {
    padding: 0.5% 2%;
    width: 71%;
}
#paymentRefCtn input {
    font-size: 16px;
    display: block;
    margin: 0 auto;
}
#printarea {
    -webkit-print-color-adjust: exact;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 40px;
}
#printarea table {
    min-width: 340px;
    width: 75%;
    margin: 10px auto;
    font: normal 20px/32px monospace;
}
#printarea table tr th, #printarea table tr td {
    padding: 5px;
    border: 1px solid #ddd;
}
#pkgManager tr:last-child td:nth-child(1), #pkgManager tr:last-child td:nth-child(3) {
    width: 47%;
}
#pkgManager tr td a, #shpDept p a {
    display: block;
    height: fit-content;
    width: fit-content;
    margin: 5px auto;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.iframCtn p span:nth-child(2) {
    font-weight: normal !important;
}
.iframCtn p span:nth-child(2) {
    font-weight: normal !important;
}
#pkgData {
    width: 100%;
}
#pkgData tr:nth-child(1) td:nth-child(1) {
    width: 54%;
}
#getPkgNo {
    display: block !important;
    position: relative;
}
#pkgData tr td div {/*margin-top: -10px;*/}
#shpDept {
    width: 100%;
    position: relative;
}
#shpDept p {
    height: 350px;
    display: inline-block;
    margin: 0;
    margin-left: 10px;
    margin-top: 140px;
    float:left
}
#startSave {
    font-size: 14px;
    width: 92px;
    border: 1px outset;
    position: absolute;
    top: -28px;
    right: 100px;
}
#displayShipments {
    height: 255px;
    max-height: 255px;
    overflow: auto;
}
#displayShipments table {
    width: 100%;
    border-collapse: collapse;
}
#displayShipments table tr td:nth-child(1) {
    width: 25%;
}
#displayShipments table tr td:nth-child(2), #displayShipments table tr td:nth-child(3), #displayShipments table tr td:nth-child(4) {
    width: 15%;
    text-align: center;
}
#displayShipments table tr td input, #displayShipments table tr td a {
    width: 94%;
    padding: 3px 3%;
    font-size: 12px;
}
#displayShipments table tr td input {
    text-align: right;
}
#displayShipments table tr:last-child {
    border-bottom: 1px inset #aaa !important;
}
#displayShipments table tr td input {
    border: 1px inset;
    background-color: #eee;
}
#displayShipments table tr td a {
    border: 1px outset;
    padding: 4px 20%;
    background-color: #eee;
    text-decoration: none;
    color: #015401;
    position: unset !important;
}
#displayShipments table tr th {
    background-color: #ddd;
    border: 1px solid #fff;
}
#trackCTN {
    width: 100%;
    height: 100vh;
    background-color: #ffffec;
    position: absolute;
    top: 0;
    left: 0;
}
#trackNo {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 1%;
    height: 45%;
    background-image: url(https://m.umbrellomax.com/images/emailLogo.jpg);
    background-size: 12%;
    background-position: 50% 10px;
    background-repeat: no-repeat;
}
#trackNo div {
    width: 100%;
    height: 100%;
    margin: 23% auto 0;
    text-align: center;
}
#trackNo div p {
    margin: 0 auto;
    text-align: center;
    font-size: 100%;
    font-family: monospace;
    padding: 15px;
    background: #fff;
    display: inline-block;
    border: 1px solid #ccc;
}
#trackNo div p input {
    font-size: 230%;
}
#trackNo div p input[type="text"] {
    font-size: 200%;
    border: none;
}
#trackNo div p input[type="text"]:focus {
    outline: none;
}
#trackNo div p input[type="button"] {
    text-transform: uppercase;
    font-size: 150%;
}
#trackNo div p:nth-child(1) {
    width: 100% !important;
    border: none;
    background: transparent;
    font-size: 250%;
}
#trackNo div p:nth-child(2) {
    box-shadow: 0 0 15px 3px #ccc;
}
.trackVisible {
    width: 54% !important;
    background-size: 25% !important;
    display: inline-block;
    padding-top: 10% !important;
}
#trackNofooter {
    font: 600 16px monospace;
    height: max-content !important;
    margin: 0 !important;
}
.stage {
    position: relative;
    margin: 0 auto;
    padding: 0 0 0 50px;
    height: 100%;
    background-color: #eee;
    background-size: 12%;
    background-position: 50% 10px;
    background-repeat: no-repeat;
    width: 42% !important;
    background-size: 25% !important;
    display: inline-block;
    float: right;
}
#trackHeader {
    font: normal 20px monospace;
    padding-left: 20%;
    padding-top: 10%;
}
#trackHeader b {
    font-size: 24px;
}
#trackTbl {
    width: 100%;
    border-collapse: collapse;
    font-family: monospace;
    font-size: 18px;
}
.futureStatus {border: 2px solid #ddd;background-color: #ddd;}
#trackTbl tr td p:nth-child(1) {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 50%;
}
#trackTbl tr td p {padding: 0;margin: 0;}
#trackTbl tr td {
    padding: 20px 10px 0 20px;
}
.currentStatus {
    background-color: #666;
    background-image: url(../images/tick.png);
    background-position: 50% 0;
    background-size: contain;
    border: 2px solid darkgreen;
    background-color: green;
}
.completedStatus {
    border: 2px solid #444;
    background-color: #666;
    background-image: url(../images/tick.png);
    background-position: 50% 0;
    background-size: contain;
    background-repeat: no-repeat;
}
#trackTbl tr td:nth-child(1) {
    background-image: url('../images/connect-line.png');
    background-position: 51% 0;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 20px 0 0 0 !important;
}
#trackTbl tr:nth-child(1) td:nth-child(1) {
    padding-top: 0 !important;
}
#logoutBtn {
    position: absolute;
    right: 21px;
    top: 0;
    width: 48px;
    height: 48px;
    background-image: url(../../images/logout.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px outset #ddd;
    background-color: #ddd;
}
#postBankPayctn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #111111b0;
    z-index: 110;
}
#postBankPayctn div {
    width: 30%;
    height: max-content;
    border: 1px outset;
    margin: 15% auto;
    padding: 10px;
    background-color: #ddd;
    font-size: 18px;
    font-family: monospace, "arial narrow", sans-serif;
}

#postBankPayctn div table {
    margin: 0 auto;
    width: 100%;
    border-collapse: collapse;
}
#postBankPayctn div table tr {
    height: 4.5vh;
}
#postBankPayctn div table tr td {
    text-align: center;
    padding-left: 150px;
    background-position: 10px 50%;
    background-repeat: no-repeat;
    background-size: 25%;
}
#postBankPayctn div table tr td p {
    text-align: left;
    margin-bottom: 0;
}
#postBankPayctn div table tr:nth-child(1) td {
    background-image: url('../images/send.png');
    padding-bottom: 10px;
}
#postBankPayctn div table tr:last-child td {
    background-image: url('../images/receive.png');
}
#postBankPayctn div table tr td input {
    width: 140px;
    padding: 25px 5px;
    font-size: 28px;
    border-radius: 10px;
    border: 1px outset;
}
#postBankPayctn div table tr:nth-child(1) td input {
    background-image: linear-gradient(0deg, #02b302, green, #02b302);
}
#postBankPayctn div table tr:last-child td input {
    background-image: linear-gradient(0deg, #fb632a, #de0000, #fb632a);
}
#postBankPayctn div table tr:last-child {
    border-top: 1px inset #eee;
}




@media only screen and (max-device-width: 1025px) {
#trackCTN {
    width: 100%;
    height: 176%;
    background-color: #ffffec;
    position: absolute;
    top: 0;
    left: 0;
}
#trackNo {
    display: none;
    /*display: block;*/
    height: 22%;
    padding-bottom: 20px;
    padding-top: 10px !important;
}
div#trackNofooter {
    display: none;
}
.stage {
    /*margin-top: 14%;
    display: block !important;
    float: unset;
    width: 100% !important;
    height: 53%;
    overflow: scroll !important;
    padding-top: 20px;*/
    margin-top: 0;
    display: block !important;
    float: unset;
    width: 100% !important;
    height: 53%;
    overflow: scroll !important;
    padding: 0 0 0 10px;
    padding-top: 20px;
}
p#trackHeader {
    font-size: 36px;
    display: none;
}
#trackTbl {
    /*font-size: 28px;*/
    font-size: 16px;
}
#trackTbl tr:nth-child(1) td {
    padding-top: 0 !important;
}
#trackTbl tr td p:nth-child(1) {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    border-radius: 50%;
}

/* ---------------------------------------- Console Page ---------------------------------------- */
#menus li {
    width: 15%;
}
}
@media (max-width: 1200px) {
#oirderViewer, #shippmentDet {
    height: 89vh;
}
.iframCtn p {
    background-color: whitesmoke;
    overflow: auto;
}
iframCtn {
    background-color: whitesmoke;
}
.displayarea table tr td:nth-child(1) {
    display: none;
}
#cExplorer {
    position: unset;
    margin-right: 10px;
    padding: 0 0 2px 24px;
    border: 1px outset #e2e0e0;
    display: inline;
    background-image: url(../images/explorer.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
#orderDet4 {
    display: none;
}
.thisOrderCost {
    width: 90%;
    height: max-content;
    margin: 0;
    padding: 10px 0;
}
.ispp span, .pspp span, .podpp span {
    position: absolute;
    float: right;
    font-weight: bold;
    font-size: 1.1em;
    bottom: 0;
}
.ispp, .pspp, .podpp {
    position: relative;
    width: 40%;
    height: 20%;
    background-size: 75%;
    background-position: -5px -10px;
    padding: 0 0 0 0;
}
#orderDisp tr td {
    padding: 0 0 0 5px;
    font-size: 1em;
}
#orderDisp tr td h3 {
    font-size: 2em;
    margin: 0 0 10px;
}
.orderDate {
    font-size: 1.2em;
    margin: 0;
}
.orderNo {
    font-size: 1.1em;
    font-weight: bold;
}
#trackCTN {
    height: 100vh;
}
#trackNo {
    display: unset;
}
#trackNo div {
    height: unset;
    margin: 0;
    padding-bottom: 18px;
}
#trackNo div p {
    font-size: 14px;
    padding: 10px;
    width: 74% !important;
}
.stage {
    width: 97% !important;
    height: 80%;
}
#trackTbl {
    font-size: 24px;
}
}

@media (max-width: 800px) {
.ispp, .pspp, .podpp {
    background-size: 75%;
}
}

@media (max-width: 599px) {
#orderDisp tr td h3 {
    font-size: 1.5em;
}
.orderDate {
    font-size: 1.1em;
}
.orderNo {
    font-size: 1em;
}
#orderDisp tr td {
    font-size: 0.8em;
}
.ispp, .pspp, .podpp {
    background-size: 100%;
}
#trackNo div p input[type="text"] {
    font-size: 100%;
    width: 70%;
}
#trackNo div p input[type="button"] {
    font-size: 100%;
}
#trackTbl {
    font-size: 18px;
}
}










































