body {
    font-family: 'Roboto Condensed', 'Oswald', sans-serif !important;
    /* font-weight: 500; */
    color: black !important;
    margin: 0px;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin:auto;
    left:0;
    right:0;
    top:0;
    bottom:0;
    position:fixed;
    z-index: 99;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }



.cart-amount{
    font-size: 3em;
    font-weight: bold;
    text-shadow: 2px 2px 4px grey;
    color: whitesmoke;
}

.e-invoice-text{
    font-size: 0.5em;
    font-weight: bold;
    text-shadow: 2px 2px 4px grey;
    color: whitesmoke;
}

.e-invoice-text a {
    color: blueviolet;
}

.cart-options,.e-invoice-text{
    font-size: 1.5em;
    font-weight: bold;
    text-shadow: 2px 2px 4px grey;
    color: whitesmoke;
}

#select-all-alt{
    font-size: 1.2em;
    font-weight: bold;
    cursor:pointer;
    text-shadow: 2px 2px 4px grey;
    color: whitesmoke;
}

.cart-options input[type=radio] {
    border: 0px;
    height: 1.0em;
    width: 0.8em;
}

#cart-form {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  border-radius: 3px;
  margin-top: 0;
  background: #fff;
  color: #444;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative;

}

/* .cart-checkout-btn.disabled{
    background-color: #d3d3d3;
    cursor: not-allowed;
} */

#cart-summary{
    border-radius: 25px !important;
}

@media (max-width: 768px) { 
    #cart-summary{
        max-height: 150px;
    }
 } 

.cart-checkout-btn {
  appearance: button;
  background-color: #1899D6;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: din-round,sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .8px;
  line-height: 20px;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 13px 16px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter .2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}

.cart-checkout-btn:after {
  background-clip: padding-box;
  background-color: #1CB0F6;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.cart-checkout-btn,
.cart-checkout-btn:focus {
  user-select: auto;
}

.cart-checkout-btn:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

.cart-checkout-btn:disabled {
  cursor: auto;
}

.cart-checkout-btn:active {
  border-width: 4px 0 0;
  background: none;
}

@media (max-width:768px){
    .sticky-footer {
        position: sticky !important;
        display: block;
        bottom: 0;
        padding-bottom: 0;
        overflow: hidden;
        max-height: 350px !important;
        /* color: black; */
        z-index: 100;
        line-height: 1.8em !important;
    }
}

@media (max-width:1024px){
    .sticky-footer {
        position: sticky !important;
        display: block;
        bottom: 0;
        padding-bottom: 0;
        overflow: hidden;
        max-height: 350px !important;
        /* color: black; */
        z-index: 100;
        line-height: 1.8em !important;
    }
}

.sticky-footer {
    position: sticky !important;
    display: block;
    bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
    max-height: 360px;
    /* color: black; */
    z-index: 100;
    line-height: 1.8em !important;
}

.round-icon{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    list-style: none;
    box-sizing: border-box;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    background-color: #d2d6de !important;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #666;
    background: #d2d6de;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
}

.removeitem {
    display: none;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

/* Sweet alert resize */
.swal2-popup {
    font-size: 1.6rem !important;
}

.swal2-confirm {
    font-size: 1.6rem !important;
}

.swal2-cancel {
    font-size: 1.6rem !important;
}

.ajax-loader {
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    top: -50px;
    z-index: +100 !important;
    width: 100%;
    height: 100%;
}

.ajax-loader img {
    position: relative;
    top: 50%;
    left: 50%;
}

.wrap {
    width: 400px;
    height: 600px;
    padding: 0;
    overflow: hidden;
}

/* 
.frame {
    width: 3000px;
    height: 4000px;
    border: 0;
    -ms-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -o-transform: scale(0.25);
    -webkit-transform: scale(0.25);
    transform: scale(0.25);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
} */

.radioBtns {
    /* border: 1px solid rgba(60,141,188); */
    margin-top:10px;
}

.radbt {
    padding-right: 10px;
}

.radioLabel {
    padding-left: 10px;
}

/* override styles when printing */
@media print {

    div .row {
        padding: 1em;
    }

    /* padding-bottom: 35px;
    margin-right: 10px;
    width: 100%;
    max-width: 285px;
    max-height: 370px;
    height: auto;
    display: inline;
    position: relative;
    top:-80px; */

    .img-maindpcard {
        /* text-align: center; */
        margin-right: 10px !important;
        width: 100% !important;
        max-width: 285px !important;
        max-height: 340px !important;
        height: auto !important;
        top:-80px !important;
        position: relative !important;
        /* height: 370px !important; */
        /* height: auto !important; */
        display: inline !important;
        /* right: 2px !important; */
        /* border:rgba(60,141,188) 5px solid; */
        /* border-radius: 3px; */
    }

    .printcard-wrapper {
        height: 100% !important;
        width: 100% !important;
        display: flex !important;
    }

    .imagecontainer {
        text-align: center !important;
    }

    .card_id {
        /* position: absolute;
        top: 47%;
        width: 34%;
        text-align: center; */
        /* font-weight: bold; */
        font-size: 30px;
    }

    .footercard {
        position: absolute;
        top: 47%;
        width: 34%;
        text-align: center;
        font-weight: bold;
        font-size: 37px;
    }

    .idcard {
        border-radius: 8px;
        box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
        /* flex-basis: 100%; */
        max-width: 45em;
        max-height: 60em;
        width: 641px;
        height: 1100px;
        /* border: 0.5px solid black; */
        /* border: 1px solid rgba(60,141,188); */
        margin: auto;
        /* color: rgb(0, 0, 0); */
        padding: 1em;
        background-color: #FFF;
        /* background-image: url("../img/HQSBCPKNK.jpg"); */
        background-repeat: no-repeat !important;
        background-size: 45em 60em !important;
        background-image: url('../img/HQSBCPKNK b.jpg') !important;
        /* background-color: #0A2129; */
        /* box-shadow: 0px 0px 3px 1px rgba(60,141,188), inset 0px 0px 3px 1px rgba(60,141,188); */
    }

    .idcardnew {
        position: relative;
        border-radius: 8px;
        /* box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important; */
        /* flex-basis: 100%; */
        width: 48em;
        height: 75em;
        /* width: 641px;
        height: 1200px !important; */
        /* border: 0.5px solid black; */
        /* border: 1px solid rgba(60,141,188); */
        margin: auto;
        /* color: rgb(0, 0, 0); */
        padding: 1em;
        background-color: #FFF;
        background-image: url("../img/HQSBCPKNK.jpg") !important;
        background-position: center;
        background-repeat: no-repeat !important;
        background-size: 48em 75em !important;
        /* background-color: #0A2129; */
        /* box-shadow: 0px 0px 3px 1px rgba(60,141,188), inset 0px 0px 3px 1px rgba(60,141,188); */
    }

    .userPic {
        position: absolute;
    top: 35%;
    width: 100%;
        /* top: 25%; */
        /* width: 34%; */
        /* top:500px; */
        /* right:20px; */
    }
    
    .expdate {
        position: absolute;
        /* right: 10%; */
        color:red !important;
    }

    body {
        margin: 0;
        color: #000;
        background-color: #fff;
    }

    img {
        max-width: 150px !important;
        padding-bottom: 1px !important;
    }

    .main-footer {
        display: none;
    }

}

div .row {
    padding: 1em;
}

/* Print card params */
.printcard-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
}

.card_id {
    /* position: absolute;
    top: 47%;
    width: 34%;
    text-align: center; */
    /* font-weight: bold; */
    font-size: 30px;
}

.imagecontainer {
    text-align: center;
}

.footercard {
    position: absolute;
    top: 47%;
    width: 34%;
    text-align: center;
    font-weight: bold;
    font-size: 37px;
}

.idcard {
    border-radius: 8px;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
    /* flex-basis: 100%; */
    max-width: 45em;
    max-height: 60em;
    width: 641px;
    height: 1000px;
    /* border: 0.5px solid black; */
    /* border: 1px solid rgba(60,141,188); */
    margin: auto;
    /* color: rgb(0, 0, 0); */
    padding: 1em;
    background-color: #FFF;
    /* background-image: url("../img/HQSBCPKNK.jpg"); */
    background-repeat: no-repeat;
    background-image: url('../img/HQSBCPKNK b.jpg');
    background-size: 45em 60em;
    /* background-color: #0A2129; */
    /* box-shadow: 0px 0px 3px 1px rgba(60,141,188), inset 0px 0px 3px 1px rgba(60,141,188); */
}


.temporary {
    background-image: url("../img/SM HQSBCPKN.png") !important;
    background-repeat: no-repeat;
    background-size: 45em 60em;
}

.KD-SM {
    background-image: url("../img/KDT sm.jpg") !important;
}

.KD {
    background-image: url("../img/KDT.jpg") !important;
}

.KD-B {
    background-image: url("../img/KDT B.jpg") !important;
}

.KD-B-SM {
    background-image: url("../img/SM KDT B.jpg") !important;
}

.LD-SM {
    background-image: url("../img/LDU sm.jpg") !important;
}

.LD {
    background-image: url("../img/LDU.jpg") !important;
}

.LD-B {
    background-image: url("../img/LDU B.jpg") !important;
}

.LD-B-SM {
    background-image: url("../img/SM LDU B.jpg") !important;
}

.SK-SM {
    background-image: url("../img/SDK sm.jpg") !important;
}

.SK {
    background-image: url("../img/SDK.jpg") !important;
}

.SK-B {
    background-image: url("../img/SDK B.jpg") !important;
}

.SK-B-SM {
    background-image: url("../img/SM SDK B.jpg") !important;
}

.KK-SM {
    background-image: url("../img/KK sm.jpg") !important;
}

.KK {
    background-image: url("../img/KK.jpg") !important;
}

.KK-B {
    background-image: url("../img/KK B.jpg") !important;
}
.SC {
    background-image: url("../img/SC.jpg") !important;
}

.SC-B {
    background-image: url("../img/SC B.jpg") !important;
}
.SB {
    background-image: url("../img/SBOT.jpg") !important;
}

.SB-B {
    background-image: url("../img/SBOT B.jpg") !important;
}

.KK-B-SM {
    background-image: url("../img/SM KK B.jpg") !important;
}

.TW-SM {
    background-image: url("../img/TWU sm.jpg") !important;
}

.TW {
    background-image: url("../img/TWU.jpg") !important;
}

.TW-B {
    background-image: url("../img/TWU B.jpg") !important;
}

.TW-B-SM {
    background-image: url("../img/SM TWU B.jpg") !important;
}

.KNK {
    background-image: url("../img/KNK.jpg") !important;
}

.KNK-B {
    background-image: url("../img/KNK B.jpg") !important;
}

.VISITOR {
    background-image: url("../img/VISITOR.jpg") !important;
}

.VISITOR-B {
    background-image: url("../img/VISITOR-B.png") !important;
}


.idcardnew {
    position:relative;
    border-radius: 8px;
    /* box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important; */
    /* flex-basis: 100%; */
    width: 48em;
    height: 75em;
    /* width: 641px;
    height: 1100px; */
    /* border: 0.5px solid black; */
    /* border: 1px solid rgba(60,141,188); */
    margin: auto;
    /* color: rgb(0, 0, 0); */
    padding: 1em;
    background-color: #FFF;
    background-image: url("../img/NORMALUSER.jpg");
    /* background-image: url("../img/HQSBCPKNK.jpg"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: #0A2129; */
    /* box-shadow: 0px 0px 3px 1px rgba(60,141,188), inset 0px 0px 3px 1px rgba(60,141,188); */
}

.userPic {
    position: absolute;
    top: 35%;
    width: 100%;
    /* top:500px; */
    /* right:20px; */
}

.footercard{
    position: absolute;
    top: 77%;
    width: 100%;
}

.expdate {
    position: absolute;
    top: 195px;
    left: 120px;
    width: 100%;
    color:red;
    /* right: 10%; */
}

.username{
    width:100%;
    word-wrap: break-word;
}

.companylogo {
    text-align: center;
}

.companytitle {
    font-family: 'Roboto', sans-serif !important;
    text-align: center;
    font-size: 45px;

}

/* Tooltip */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    /* visibility: hidden; */
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%;
    /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}



@page print {
    size: 5.5in 8.5in;
}


.file-bar {
    float: left;
    cursor: pointer;
}

.file-preview {
    float: right;
    width: 100;
}

@media only screen and (min-width: 600px) {

    /* For tablets: */
    .col-s-1 {
        width: 8.33%;
    }

    .col-s-2 {
        width: 16.66%;
    }

    .col-s-3 {
        width: 25%;
    }

    .col-s-4 {
        width: 33.33%;
    }

    .col-s-5 {
        width: 41.66%;
    }

    .col-s-6 {
        width: 50%;
    }

    .col-s-7 {
        width: 58.33%;
    }

    .col-s-8 {
        width: 66.66%;
    }

    .col-s-9 {
        width: 75%;
    }

    .col-s-10 {
        width: 83.33%;
    }

    .col-s-11 {
        width: 91.66%;
    }

    .col-s-12 {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {

    /* For desktop: */
    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }
}

.bigbox {
    float: left;
    padding: 15px;
}

.img-preview {
    display: none;
    width: 100%;
    height: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.img-show {
    width: 100%;
    height: 750px;
    background-repeat: no-repeat;
    background-size: contain;
}

.img-default {
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    /* max-height: 376px; */
    height: auto;
    opacity: 1;
    /* display: block; */
    transition: .3s ease;
}

.column {
    float: left;
    width: 50%;
    padding: 5px;
}

/* Clear floats after image containers */
.row::after {
    content: "";
    clear: both;
    display: table;
}

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* Add some padding inside the card container */
.container {
    padding: 2px 16px;
}

.img-maindp {
    /* text-align: center; */
    margin: 10px;
    width: 100%;
    max-width: 300px;
    height: auto;
    display: inline;
    border: rgba(60, 141, 188) 5px solid;
    border-radius: 3px;
}

.img-maindpcard {
    /* text-align: center; */
    /* margin: 10px; */
    padding-bottom: 35px;
    margin-right: 10px;
    width: 100%;
    /* height: 100%; */
    max-width: 285px;
    /* top:25px; */
    max-height: 370px;
    height: auto;
    display: inline;
    position: relative;
    top:-80px;
    /* border:rgba(60,141,188) 5px solid; */
    /* border-radius: 3px; */
}

.img-default:hover {
    opacity: 0.6;
    border: rgba(60, 141, 188) 3px solid;
}

/* .img-qr{
    text-align: center;
} */

.img-reset-btn {
    position: absolute;
}

.skin-black .sidebar-menu li.header {
    color: cyan !important;
    text-transform: uppercase;
}

.ajax-loader {
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    top: -50px;
    z-index: +100 !important;
    width: 100%;
    height: 100%;
}

.ajax-loader img {
    position: relative;
    top: 50%;
    left: 50%;
}

@media print {
    #printPageButton {
        display: none;
    }
}


.notification-unread {
    font-weight: bold;
    background-color: rgba(240, 240, 240);
}


#notification_header {
    text-align: center;
}

/* .btn{
    border-radius: 15px;
    margin-right:5px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
} */

::selection {
    background-color: rgba(23, 31, 119, 0.8);
    color: #fff;
}

.selected {
    background-color: rgba(60, 141, 188);
    color: white;
}

.checkbox-cart {
    text-align: center;
}

.logout {
    padding: 0.5em !important;
    width: 100% !important;
    /* border-top: 1px solid rgba(40, 46, 107, 0.8) !important; */
    text-align: center !important;
}

/* Detail View Settings*/

.label-hilight-g {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-spacing: 0;
    border-collapse: separate;
    text-align: center;
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    background-color: #468847;
}

.label-hilight-r {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-spacing: 0;
    border-collapse: separate;
    text-align: center;
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    background-color: #c21313;
}

.label-hilight-y {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-spacing: 0;
    border-collapse: separate;
    text-align: center;
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    background-color: #b49d17;
}

.image-top {
    color: #444444;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font: inherit;
    width: 100%;
    border-top: 5px solid #BF873C;
    border-bottom: 5px solid #BF873C;
    margin: 5px 0 0 0;
}


.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.white-box {
    padding: 20px;
    margin: 10px;
    background-color: rgba(255, 255, 255, 0.9);
}


/* add sorting icons to gridview sort links */

a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content:
        /*"\e113"*/
        "\e151";
}

a.desc:after {
    content:
        /*"\e114"*/
        "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}