html {
    background-image: url(../images/backgroungpg0.jpg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
body {
    margin: 0;
    padding: 0;
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    background-color: #eeeeee66;
    overflow-x: hidden;
    height: 100vh;
}
#dashboard {
    width: 100%;
    position: relative;
    border-collapse: collapse;
    text-align: left;
    background-color: #eeeeee8a;
}
.header {
    height: 100px;
    margin: 0;
    border-bottom: 1px outset;
    padding-left: 120px;
    background-image: url('../images/logisicon.PNG');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 50%;
    font-size: 2.0em;
}
#menuSection ul {
    padding: 10px 0;
    list-style: none;
    margin: 0;
    background-color: #dddddd7a;
}
#menuSection ul li {
    display: inline-flex;
    width: 17%;
    color: #444;
    font-weight: bold;
    font-size: 1em;
}
#menuSection ul li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
    color: inherit;
    font: inherit;
}
#menuSection {
    border-bottom: 1px outset;
}

#childWindow {
    width: 102%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid transparent;
}
#dashboard tr td {
}
#iframeSection {
    height: 77vh;
    position: relative;
}
#dashboardHome {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid transparent;
}
#phoneAuth #senderPhone {
    background: none;
    display: inline-block;
    padding: 0;
    font-weight: normal;
}
#phoneAuth tr:nth-child(1) td {padding-left: 85px;text-align: center;background-image: url(../images/logisicon.PNG);background-size: contain;background-repeat: no-repeat;background-position: 0 50%;}
#authCode {
    font-size: 1.5em;
    border-color: transparent;
    float: left;
}
#resCode {
    width: 28px;
    height: 34px;
    margin-left: 10px;
    border: none;
    background-image: url(../images/resendsms.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    float: left;
}
#phoneAuth tr td {
    height: 50px;
    padding: 5px;
}
#phoneAuth tr:last-child td {
    text-align: center;
}
/* ---------------------------------------- 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 {*/
.logindetails textarea {
    width: 290px;
    padding: 5px 5px;
    margin: 10px 0;
    border: 1px solid transparent;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    background: #444444c7;
    color: #eee;
    height: 28px;
}
#btnLogin {
    width: 40px;
    height: 40px;
    padding: 0;
    position: absolute;
    top: 70px;
    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, .merchantReg {
        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, .merchantReg a {
    display: inline-block;
    color: inherit;
    font-size: 14px;
    text-decoration: none;
    float: right;
}
.logintools a:hover, .merchantReg a:hover {
    text-decoration: underline;
}
.merchantReg {
    text-align: center;
}
.signuparea {
    width: 100%;
    height: 100%;
    padding-top: 20px;
}
.signuparea div {
    margin: 0 auto;
    width: max-content;
    box-shadow: 0 0 10px 1px #666;
    background-color: #ffffffc4;
    padding: 20px 20px;
    border-radius: 5px;
}
.signuparea div p {
    background-image: none;
    padding: unset;
    display: block;
}
#loginarea {
    box-shadow: none;
    background-color: transparent;
    font-size: 1em;
}
#loginname {
    font-size: inherit;
    border-color: transparent;
    padding: 3px;
    background-color: #666 !important;
    color: #fff;
    border-radius: 5px;
}
#btnreset {
    display: block;
    margin: 10px auto 0;
    width: 100%;
    font-size: inherit;
    padding: 3px;
    background-color: dodgerblue;
    color: #fff;
    border: 1px outset;
    border-radius: 5px;
}

@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: 500px;
    min-height: 300px;
    margin: 150px auto 0;
    padding: 0 50px;
}
.loginarea p {
    margin: 1em 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: 600px;
    margin: 0 auto;
}
/*.logindetails input {*/
.logindetails textarea {
    width: 490px;
    padding: 10px 5px;
    margin: 10px 0;
    border: 1px solid transparent;
    border-radius: 20px;
    text-align: center;
    font-size: 24px;
    background: #444444c7;
    color: #eee;
}
#btnLogin {
    width: 60px;
    height: 60px;
    padding: 0;
    position: absolute;
    top: 77px;
    right: 93px;
    background-color: transparent;
    background: url(../images/loginbtn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    cursor: pointer;
}
    .logintools, .merchantReg {
        color: #eee;
        width: 490px;
        position: relative;
        font: normal 26px arial;
        margin: 20px auto;
        padding: 0;
        text-align: center;
    }
.rememberme {
    display: inline-block;
    color: inherit;
    font-size: 18px;
    float: unset;
    padding-right: 15%;
}
#rememberme {
    width: 20px;
    height: 20px;
}
.logintools a, .merchantReg a {
    display: inline-block;
    color: inherit;
    font-size: 18px;
    text-decoration: none;
    float: unset;
}
.logintools a:hover, .merchantReg a:hover {
    text-decoration: underline;
}
}
/* ---------------------------------------- Registration Page ---------------------------------------- */
.parentWindow p, .childWindow p {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 auto;
    padding: 20px 16px 20px;
    text-align: center;
    background-color: #eeeeee4f;
    display: inline-flex;
    padding-left: 120px;
    background-image: url(../images/logisicon.PNG);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 50%;
}
.parentWindow, .childWindow {
    font-size: 16px;
    text-align: center;
}
#regTbl, #activateTbl, #phoneAuth {
    margin: 0 auto;
    width: 100%;
    min-width: 388px;
    max-width: 600px;
    border-collapse: collapse;
    background-color: #eeeeee4f;
    text-align: left;
}
#regTbl tr th {font-size: 1.3em;padding-bottom: 20px;padding-top: 20px;text-align: left;border-top: 1px inset;}
#regTbl tr td:nth-child(1) {
    font-weight: 600;
    width: 15%;
    min-width: 150px;
    padding: 5px 0;
}
b.important {
    color: red;
    font-size: 16px;
}
#regTbl tr td input, #regTbl tr td select {
    width: 98%;
    border-color: transparent;
    background-color: #eee;
    padding: 4px;
}
#regTbl tr td input[type="button"] {
    width: auto;
}
#regTbl tr:last-child td {
    text-align: center;
}
#userSubmit, #userCancel, #waybillSubmit, #waybillCancel {
    padding: 7px !important;
    width: 100px !important;
    margin-top: 10px;
    border: 1px outset #eee !important;
}
#activateTbl tr td {
    padding-left: 30%;
    height: 100px;
    background-image: url(../images/regsucc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 5% 0%;
}
#resendemail {
    border-color: transparent;
    padding: 10px 5px;
    margin-top: 10px;
}
/* ---------------------------------------- user Page ---------------------------------------- */
#userprofile #regTbl tr td {
    text-align: left;
    background-color: #fff !important;
    border: 10px solid #eee;
    padding: 10px;
}
#userprofile #regTbl tr td p {
    background-image: none;
    width: 80%;
    font-size: 1.1em;
    color: #aaa;
    padding: 10px 20px;
    text-align: inherit;
}
#userprofile #regTbl tr th {
    padding: 0;
}
#xpassArea {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 24px 10px 5px;
    background-color: #fff;
    width: 50%;
    box-shadow: 1px 1px 5px 1px #666;
}
#closediag {
    padding: 32px 0 0 32px;
    float: right;
    margin-top: -24px;
    background-image: url(../images/closewindow.PNG);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 50%;
}
#xpassArea input[type="password"] {
    background-color: #aaaaaa6b;
    border: 1px inset;
    border-radius: 5px;
}
#uPass {
    margin-top: 10px;
}
#ddlFilter {
    width: 120px;
    border: 1px inset;
    padding: 5px 0px;
}
#orders {
    padding-top: 10px;
    min-height: 98vh;
}
#orderHistory {
    min-width: 350px;
    margin: 0 auto;
    width: 50%;
    border-collapse: collapse;
}
#orderHistory tr td, #orderHistory tr th {
    background-color: #fff;
    border: 10px solid #eee;
    padding: 6px 2px;
}
#orderHistory tr td h3 {
    margin: 0;
}
/* ---------------------------------------- E-waybill Page ---------------------------------------- */
.parentWindow.ewaybill p, .childWindow.ewaybill p {
    background: none;
    font: inherit;
    padding: 0;
    display: block;
}
.childWindow.ewaybill {}
#msgNote {
    font-size: 12px;
    background-color: #ffffffa6;
    padding-bottom: 20px;
    display: inline-block;
}
#formTitle {
    font-size: 2em;
    font-weight: bold;
    /* background-color: #fff; */
    padding-top: 20px;
    /* width: 1200px; */
}
.parentWindow.ewaybill p b {
    font-size: 12px;
}
#pkgData {
    margin: 0 auto;
    max-width: 1200px;
    border-collapse: collapse;
    text-align: left;
}
.explain {
    font-size: 12px !important;
    color: red;
    padding-left: 5px !important;
}
#pkgData table {
    border-collapse: inherit;
    font-size: 0.9em;
}
#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: #fff !important;
    border: 10px solid #eee;
    padding: 6px !important;
    font-weight: 600 !important;
}
#ddlWaybilltyp {width: 100px !important;padding: 3px;margin: 5px;border: 1px inset;}
#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%;
    border: 10px solid #eee;
}
#contentTbl tr td, #contentTbl tr th {
    width: 25%;
}
#itemDesc {
    margin: 0px;
    height: 56px;
    width: 450px;
}
#contentTbl tr td, #contentTbl tr th, #chargesTbl tr td {
    border: 10px solid #eee;
    background-color: #fff;
    padding: 5px;
}
#pkgData table input {
    width: 80%;
}
#pkgData 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;
}

/* ---------------------------------------- Mobile Page ---------------------------------------- */
@media (max-width: 1200px) {
html {
    background-size: cover;
}
	
/* ---------------------------------------- Login Page ---------------------------------------- */
.header {
    height: 80px;
    padding-left: 95px;
    font-size: 1.8em;
}
.parentWindow p, .childWindow p {
    height: 60px;
}
#menuSection ul li {
    font-size: 1.2em;
}
/* ---------------------------------------- Registration Page ---------------------------------------- */
.parentWindow p {
    font-size: 1.7em;
}
#activateTbl tr td {
    padding-left: 25%;
    padding-right: 0;
    padding-bottom: 30px;
    height: 70px;
    background-image: url(../images/regsucc.png);
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 2% 0%;
    font-size: 1.2em;
}
/* ---------------------------------------- Profile Page ---------------------------------------- */
#userprofile #regTbl tr td p {
    background-image: none;
    width: 80%;
    font-size: 1.1em;
    color: #aaa;
    padding: 10px 20px;
    height: fit-content;
    text-align: left;
}
/* ---------------------------------------- eWaybill Page ---------------------------------------- */
#pkgData {
    max-width: 600px;
}
#transDetTbl tr td:nth-child(1), #transDetTbl tr td:nth-child(3) {
    width: 62px !important;
}
#transDetTbl tr td:nth-child(2) {
    width: 135px !important;
}
#transDetTbl tr td:nth-child(2) p {
    width: 124px;
    height: fit-content;
    position: relative;
}
#transDetTbl tr td:nth-child(2) input[type="radio" i] {position: absolute;right: 0;}
#transDetTbl tr td:nth-child(4) {
    position: relative;
    width: 120px !important;
}
.explain {
    position: absolute;
    display: none !important;
}
#transDetTbl tr td:nth-child(4):hover ~ .explain {
    display: block;
}
#transDetTbl tr td:nth-child(5) {}
#transDetTbl p {
    height: fit-content;
}
#pkgData p {
    height: auto;
}
#pkgData select {
    width: 175px;
}
#itemDesc {
    width: 275px;
    height: 96px;
}
#chargesTbl tr td:nth-child(1) {
    width: 155px;
}
#chargesTbl tr td:nth-child(2) {
    width: 132px;
}
#formTitle {
    padding-top: 5px;
}
.parentWindow.ewaybill p, .childWindow.ewaybill p {
    height: auto;
}
#msgNote {
    padding-bottom: 5px;
}
#chargesTbl tr:nth-child(1) td:nth-child(1) {font-size: 0.9em;}
#section6 {
    text-align: center;
}
}

@media (max-width: 599px) {
/* ---------------------------------------- Login Page ---------------------------------------- */
.header {
    height: 90px;
    padding-left: 110px;
    padding-right: 100px;
    font-size: 1.5em;
}
.parentWindow p, .childWindow p {
    height: 60px;
}
#menuSection ul li {
    font-size: 0.70em;
}
#regTbl {
    font-size: 1em;
}
.loginarea {
    width: 100%;
    padding: 0;
    margin: 30px auto 0;
}
.logindetails {
    width: 100%;
    text-align: center;
}
.logintools, .merchantReg {
    width: 100%;
}
/*.logindetails input {*/
.logindetails textarea {
    width: 90%;
    font-size: 18px;
    padding: 5px;
}
#btnLogin {
    top: unset;
    right: 12px;
    bottom: 44px;
    width: 42px;
    height: 42px;
}
.g-signin2 {
    margin-left: 5%;
}
.rememberme {
    font-size: 16px;
    float: none;
    display: table-cell;
    padding: 0 30px;
}
#rememberme {
    width: 18px;
    height: 18px;
}
.logintools a, .merchantReg a {
    font-size: 16px;
    display: table-cell;
    float: none;
}
.merchantReg a {
    display: block;
}
/* ---------------------------------------- Registration Page ---------------------------------------- */
.parentWindow p, .childWindow p {
    font-size: 1.3em;
}
#activateTbl tr td {
    padding-left: 28%;
    padding-right: 7%;
    padding-bottom: 30px;
    height: 70px;
    background-image: url(../images/regsucc.png);
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 4% 0%;
}
/* ---------------------------------------- Profile Page ---------------------------------------- */
#userprofile #regTbl tr td p {
    background-image: none;
    width: 80%;
    font-size: 0.9em;
    color: #aaa;
    padding: 10px 20px;
}
#xpassArea {
    width: 80%;
}
#userprofile #regTbl tr td:nth-child(1) {
    min-width: unset !important;
}
#userprofile #regTbl {
    min-width: unset !important;
}
/* ---------------------------------------- eWaybill Page ---------------------------------------- */
#itemDesc {
    width: 300px;
    height: 96px;
}
#pkgData select {
    width: 146px;
}
#pkgData {
    max-width: 360px;
}
#transDetTbl tr td {
    display: block;
}
#transDetTbl tr td:nth-child(1), #transDetTbl tr td:nth-child(3), #transDetTbl tr td:nth-child(2), #transDetTbl tr td:nth-child(4), #transDetTbl tr td:nth-child(5) {
    width: 92% !important;
}
#transDetTbl {
    width: 98%;
}
#transDetTbl tr td:nth-child(2) p {
    width: 100px;
}
#consingnorTbl tr td, #consingneeTbl tr td, #contentTbl tr td, #contentTbl tr th {
    display: block;
    padding-left: 5px;
    width: 95%;
}
#consingnorTbl tr td:nth-child(3), #consingneeTbl tr td:nth-child(3) {
    display: none;
}
#pkgData table input {
    width: 95%;
}
#consingnorTbl tr:nth-child(3) td:nth-child(1), #consingnorTbl tr:nth-child(3) td:nth-child(2), #consingneeTbl tr:nth-child(3) td:nth-child(1), #consingneeTbl tr:nth-child(3) td:nth-child(2), #consingnorTbl tr:nth-child(4) td:nth-child(1), #consingnorTbl tr:nth-child(4) td:nth-child(2), #consingneeTbl tr:nth-child(4) td:nth-child(1), #consingneeTbl tr:nth-child(4) td:nth-child(2), #consingnorTbl tr:nth-child(5) td:nth-child(1), #consingnorTbl tr:nth-child(5) td:nth-child(2), #consingneeTbl tr:nth-child(5) td:nth-child(1), #consingneeTbl tr:nth-child(5) td:nth-child(2) {
    display: none;
}
#chargesTbl tr td:nth-child(3) {
    display: none;
}
#section6 {
    text-align: center;
}
#contentTbl tr:nth-child(1) {
    display: none;
}
#contentTbl tr td label {
    display: unset !important;
}
}











