@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');

* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h3 {
    color: #fff;
    font-weight: normal;
}
h4 {
    margin: 8px 0;
    font-size: 80%;
}
body {
    background-color: #435165;
    margin: 0;
}
.login {
    width: 400px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 100px auto;
}
.login h1 {
    text-align: center;
    color: #5b6574;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}
.login form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.login form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color:#f8d20d;
    color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
    width: 310px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}
.login form input[type="submit"] {
    width: 100%;
    padding: 15px;
   margin-top: 20px;
    background-color: #2b3a95;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
  background-color: #f8d20d;
    transition: background-color 0.2s;
}
.navtop {
	background-color: rgb(0, 24, 168);
	height: 60px;
	width: 100%;
    border: 0;
    position: fixed;
    top: 0px;
    z-index: 100;
}
.subnavtop {
	background-color: #ffffff;
	height: 53px;
	width: 100%;
    border: 0;
    padding-top: 4px;
    position: fixed;
    top: 55px;
    z-index: 90;
    border-bottom: 1px solid #eeeeee;
}
.subnavtop div {
	display: flex;
	margin: 0 auto;
	width: 1000px;
	height: 100%;
}
.navtop div {
    display: flex;
    margin: 0 auto;
}
.navtop div h1, .navtop div a, .card a {
	display: inline-flex;
	align-items: center;
}
.navtop div h1 {
	flex: 1;
	font-size: 24px;
	padding: 0;
	margin: 0;
	color: #eaebed;
	font-weight: normal;
}
.navtop div a, .subnavtop div a, .card a, .jconfirm-content a {
	padding: 4px 10px;
	text-decoration: none;
	color: #c1c4c8;
    font-weight: bold;
    height: 33px;
}

.subnavtop div a, .card a, .jconfirm-content a {
    background-color: #ffffff;
    margin-right: 5px;
    color: rgb(100, 100, 100);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.subnavtop div a:hover, .card a:hover, .jconfirm-content a:hover {
    color: rgb(58, 58, 58);
    background-color: #e7e7e7;
}
.button {
    padding: 6px 8px;
    border: 1px solid rgb(126, 126, 126);
    /* border-radius: 2px;     */
}

.nav-cart {
    background-color: #fff99e !important;
    width: 122px;    
}
    .nav-cart:hover {
        background-color: #f0e879 !important;
    }
.mini-cart-buttons {
    width: 100%;
}
.mini-cart-buttons .button {
    cursor: pointer;
    border-radius: 0px;
    padding: 5px;
    font-size: 75%;
    margin-right: 4px; 
    text-decoration: none;
    color: #000;
}
.navtop div a i, .subnavtop div a i, .card a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
    color: #eaebed;
    
}
.spacer {
    height: 5px;
    margin: 0 auto;
    width: 100%;
    position: fixed;
    top: 107px;
    background-color: #f3f4f7;
    z-index: 90;
}
.prod-nav-con {
    width: 1000px;
    margin: 0 auto;  
    padding: 5px !important;
    z-index: 80;
    margin-bottom: 5px;
    display : flex;
    align-items : center;
    justify-content: center;
    position: fixed;
    top: 112px;
    height: auto;
}
.prod-nav {
    height: 35px;
    padding: 0px;
    margin: 0;
}
.prod-nav a {
    text-decoration: none; 
    vertical-align: middle;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;    
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    width: auto;
    height: 34px;
    display: inline-block;
}
    .prod-nav a:hover {
        border: 1px solid rgb(63, 63, 63);
        background-color: #eaeaea;
    }
.prod-nav a img {
    width: auto;
    height: auto;
    display: inline-block;    
    margin: 0px;
    padding: 0px;
}

.prod-nav a span {
    font-size: 78%;
    position: relative;
    top: -5px;
}

body.loggedin {
    background-color: #f3f4f7;
    width: 100%;
    height: 100%;
}
.content{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 105px;
    z-index: 75;
}
.content h2 {
	margin: 0;
	padding: 15px 5px;
	font-size: 18px;
	border-bottom: 1px solid #e0e0e3;
	color: #4a536e;
}
.content > p, .content > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);	
	padding: 25px;
	background-color: #fff;
}
.content > p table td, .content > div table td {
	padding: 3px;
}
.content > p table td:first-child, .content > div table td:first-child {
	font-weight: bold;
	color: #4a536e;	
}
.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}
#status-window {
    min-width:300px;
/* background-color: #e7e7e7; */
    margin:0 auto;
    position:absolute;
    z-index:10000;
    padding:20px;    
    display:none;
    text-align:center;
    font-weight:normal;
	font-size: 18px;
}
#login-msg {
    width: 95%;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
}
.card {
    margin-top: 8px;
    margin-right: 8px;
    /* float: left; */
    width: 100%;
}
.nav-card {
    width: 100%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);	
	padding: 25px;
	background-color: #fff;
}
    
.card h2 {
    font-size: 100%;
    padding-bottom: 5px;
}

h1.open-order-type {
    width: 100%;    
    border: 1px solid #ccc;
    padding: 12px;
    vertical-align: middle;
    margin: 8px 0;
    background-color: #1e2552;
    color: #fff;
}

#card-open-orders {
    min-height: 303px;
}
.number-circle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: 125px;
    height: 125px;
    padding: 38px;
    
    background: #fff;
    border: 3px solid rgb(105, 179, 102);
    color: rgb(105, 179, 102);
    text-align: center;    
    font-size: 190%;
    margin: 0 auto;
    
}
    .blue {
        border: 3px solid rgb(93, 112, 175);
        color:rgb(93, 112, 175);

    }
    .orange {
        border: 3px solid rgb(247, 152, 64);
        color:rgb(247, 152, 64);
    }
    .yellow {
        border: 3px solid rgb(223, 198, 86);
        color:rgb(223, 198, 86);
    }
.number-con {
    width: 100%;
    text-align: center;
    margin: 25px auto;

}
.sml-number-circle {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding: 10px;    
    background: #fff;
    border: 2px solid rgb(102, 135, 179);
    color: rgb(102, 135, 179);
    text-align: center;    
    font-size: 100%;
    margin: 0 auto;
    
}
.list-item {
    padding: 5px !important;
    height: 110px;
}
.list-item table {
    width: 98%;
    margin: none;
}
    .trans-id {
        padding: 5px;
        border: 2px solid rgb(102, 135, 179);
        margin: 3px auto;
        text-align: center;
        font-weight: 700;
    }
    .cust-id {
        padding: 5px;
        border: 2px solid #74dd5f;
        margin: 3px auto;
        text-align: center;
    }
    .modal-custom table {
        
        border-collapse: collapse;
    }
        .modal-custom table td {
            border: 1px solid #ccc;
            padding: 1px 4px;
        }
        .modal-custom table th {
            background-color: #d4d4d4;
            border: 1px solid #4a536e;
        }
    .card .order-verify:hover {
        background-color: rgb(250, 242, 132);
    }
.btn-ship-all {
    background-image: url(../img/arrow1.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    display: block;
    margin-top: 2px auto;;
    background-size: 20px 20px;
    background-position: 12px 3px;
}
.btn-ship-all:hover {
    background-image: url(../img/arrow2.png);
}

.btn-ship-none {
    background-image: url(../img/arrow3.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    display: block;
    margin-bottom: 2px;
    margin-top: 2px auto;;
    background-size: 20px 20px;
    background-position: 12px 3px;
    
}
.btn-ship-none:hover {
    background-image: url(../img/arrow2.png);
}

.btn-view-invoice {
    background-color: #9bf08a !important;
    font-weight: normal !important;
    font-size: 80% !important;
}

.order-table {
    width: 100%;
    border-collapse: collapse;

}
.order-table th {
    border: 1px solid #ccc;
    background-color: #e0e0e0;
    padding: 2px 5px;
}
.order-table td {
    border: 1px solid #e7e7e7;
}
input.kft-input {
    padding: 6px;
    width: 110px;
}
.ctrl-left {
    width: 48%;
    display: block;
    float: left;
}
.ctrl-right {
    width: 48%;
    display: block;
    float: right;
    text-align: right;
}
.jconfirm-box {
    max-width: 50%; 
}
.prod-card {
    width: 100px;
    margin: 0 auto;
}
.prod-box {
    width: 99%;    
    margin-bottom: 3px;    
    border: 1px solid #ccc;
    background-color: #fff;
    height: 42px;
    display : flex;
    align-items : center;
    justify-content: center;
}
    .prod-box div {
        display: inline-block;
        padding-left: 5px;        
    }

.prod-box-select {
        width: 99%;    
        margin-bottom: 3px;    
        border: 1px solid #ccc;
        background-color: #fff;       
        display : flex;
        align-items : center;
        justify-content: center;
    }
        .prod-box-select .flex-col {            
            
            flex-grow: 1;
            /*height: 185px;*/      
        }
        .flex-col + .flex-col {
            padding-left: 5px;
        }


    
#cat-left {
    width: 59.2%;
    float: left;
    padding: 12px;
    position: relative;
    top: 57px;
}
#cat-right {
    width: 40.25%;
    float: right;
    position: relative;
    top: 57px;
    padding: 20px;
}
    #ord-summary {
        min-height: 70px;
    }
    #ord-sum-hdr h2 {
        font-size: 95%;
        padding: 5px;
        text-align: right;
    }
#ord-sum-shp p {
    font-size: 75%;
}

.line-item-con, .line-item-con-sum {
    border-collapse: collapse;
    width: 100%;
}

.line-item-con th {
    font-size: 55%;
    color: #777;
    text-align: center;
   
}
.line-item-con td, .line-item-con-sum td {
    font-size: 74%;
    padding: 2px;
    border: 1px solid #e0e0e0;
}

    .line-item-con .line-entry {
        text-align: center;
        width: 26px;
    }
    .line-item-con .line-itemid {
        width: 50px;
        text-align: right;
        padding-right: 2px;
    }
    .line-item-con .line-descr {
        font-size: 55%;
    }
    .line-item-con .line-qty {
        text-align: right;
        width: 24px;
    }
    .line-item-con .line-price {
        width: 47px;
        text-align: right;
    }
    .line-item-con .line-ext, .line-item-con-sum .line-ext {
        text-align: right;
        width: 76px;
    }
    .line-item-con .line-item-last td {
        padding: 0px !important;
        height: 2px;
    }

.line-item-cart, .line-item-cart-sum {
        border-collapse: collapse;
        width: 95%;
        margin: 0 auto;
    }

.line-item-cart th {
    font-size: 85%;
}

.line-item-cart td, .line-item-cart-sum td {
    font-size: 90%;
    padding: 2px;
    border: 1px solid #e0e0e0;
}
    .line-item-cart .line-entry {
        text-align: center;
        width: 35px;
    }
    .line-item-cart .line-itemid {
        width: 80px;
        text-align: right;
        padding-right: 4px;
    }
    .line-item-cart .line-descr {
        width: auto;
    }
        .line-pkg {
            font-size: 75%;
            color: #1d2b81;
            padding-left: 8px;
        }
    .line-item-cart .line-qty {
        text-align: center;
        width: 50px;
    }
    .line-item-cart .line-price {
        width: 75px;
        text-align: right;
    }
    .line-item-cart .line-ext, .line-item-cart-sum .line-ext {
        text-align: right;
        width: 100px;
    }
    .line-item-cart .line-item-last td {
        padding: 0px !important;
        height: 2px;
    }

#cust-shpdate {
    padding: 4px;
    width: 105px;
    font-size: 90%;
    text-align: center;
}
#cust-ponum {
    padding: 4px;
    width: 185px;
    font-size: 90%;
    
}

.cart-step-section label {
    display: inline-block;
    margin-right: 5px;
    font-weight: bold;
    color: #5c5c5c;

}

.cart-checkbox {
    appearance: none;
    -webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #acacac;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
    position: relative;
    top: 8px;
}
    .cart-checkbox:active, .cart-checkbox:checked:active {
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
    }

    .cart-checkbox:checked {
        background-color: #e9ecee;
        border: 1px solid #5faae0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        color: #599bce;
    }
    .cart-checkbox:checked:after {
        content: '\2714';
        font-size: 14px;
        position: absolute;
        top: 0px;
        left: 3px;
        color: #599bce;
    }

.button-indc {
    /*
    -moz-user-select: none;
    -webkit-user-select: none;
    */
    text-align:center;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    height: 20px;
    width: 25px;
    cursor: pointer;
}
.indc-container {
    width: 30px;
    height: 24px;
}
    .inc {
        color: rgb(0, 0, 0);
        border: 1px solid rgb(170, 170, 170);
        display: inline-block;
        width: 30px;
        height: 12px;
    }
    .dec {
        color: rgb(0, 0, 0);
        border: 1px solid rgb(170, 170, 170);
        display: inline-block;
        width: 30px;
        height: 12px;
    }
    .add-to-cart:hover {
        background-color: #e0e0e0;
        cursor: pointer;
    }
    .dolla-sign {
        font-size: 65%;
        display: inline-block;
        width: 6px;
        height: 6px;
        position: relative;
        top: -5px;
    }
    .prod-item {
        width: 90px;
        text-align: right;
        height: 30px;
        padding: 4px;
        font-weight: bold;
        font-size: 80%;
        border: 1px solid #cacaca;
        background-color: #f1f1f1;
        margin-left: 3px;
    }
    .prod-price {
        width: 100px;
        text-align: right;
        margin-right: 3px;
        padding: 3px;
        
    }
    .act-price {
        padding: 3px;
        font-weight: bold;
    }
    .act-uom {
        font-size: 55%;
        padding-left: 3px;
        display: inline-block;
        text-align: right;
        width: 26px;
    }
    .set-fav {
        cursor: pointer;
        width: 25px;
        height: 24px;
        margin-left: 8px;
        position: relative;
        top: 3px;
    }
    .fav-on {
        background-image: url('../img/star-on.png');
    }
    .fav-off {
        background-image: url('../img/star-off.png');
    }

    #lst-customer {
        width: 100%;
        margin: 0 auto;
        list-style-type: none;
        padding: 0;
    }
    .lst-customer-li {
        list-style: none;
        padding: 6px;
        border: 1px solid rgb(160, 160, 160);
        margin-top: 2px;
        width: 99%;
        cursor: pointer;
        background-color: rgb(240, 240, 240);
    }
        .lst-customer-li:hover {
            background-color: rgb(230, 230, 230);
        }

.cart-msg {
    width: 90%;
    text-align: center;
    height: 170px;    
}
.jconfirm-title-c {
    border-bottom: 1px solid #2b3a95;
}

.jconfirm-content {
    padding: 12px;
}

.acct-name {
    font-size: 80%;
    color: #4a536e;
}

/*
Cart Full Page
*/

.cart-step-sechdr {
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}

.cart-step-sechdr i {
    font-size: 135%;
    margin-right: 8px;
}

.cart-step-section textarea {
    width: 90%;
    height: 55px;
    margin: 5px;
    padding: 4px;
    font-size: 90%;
}

.cart-step-content {
    padding: 12px !important;
}

.cart-edit-qty {
    width: 65px;
    text-align: center;
}
 .cart-del-row {
      text-align: center;
      margin: 0 auto;
      padding: 3px !important;
}
    .cart-del-row i {
        padding: 4px !important;
    }
/*
dashboard listings */
.dashboard-order-list ul {
    width: 95%;
    margin: 10px auto;
    display: block;
    padding: 0;
    list-style-type: none;
}
.dashboard-order-list ul li {
    list-style-type: none;
    width: 100%;
    border-top: 1px solid #ccc;
    display: block;
}

/*
Order/BOL display table
*/
.modal-custom table {        
    border-collapse: collapse;
}
    .modal-custom table td {
        border: 1px solid #ccc;
        padding: 2px 4px;
    }
    .modal-custom table th {
        background-color: #c9e5fa ;
        border: 1px solid #4a536e;
        padding: 2px 4px;
        text-align: center;
    }
.sub-tot {
    border: 1px solid #e0e0e0;
    text-align: right;
}
.sub-tot-lbl {
    text-align: right;
    border: none !important;
    font-weight: bold;
}
/*
Tabulator
*/
.tabulator-cell {
    font-size: 12px !important;
}
.tabulator-col-title {
    font-size: 13px !important;
}

/*
Loading screen
*/

svg, use, text {
    font-family: 'Fredoka One', sans-serif;
    font-weight: bold;
    font-size: 40px;
}

#loading-con {
    display: none;
    overflow: hidden;
    z-index: 9999;
    background: rgb(0, 0, 0, .4);
    height: 100%;
    width: 100%;
    position: fixed;
    top:0px;
}


#loading-wait {
  
  /* background: linear-gradient(to left, #fff , #e0e0e0); */
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
  font-family: 'Fredoka One', sans-serif;
  font-weight: bold;
  letter-spacing: 6px;
  
}
#loading-inner {
    width: 500px;
    height: 200px;
    font-size: 150%;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;    
}

.water-fill {
  animation: wave 0.6s infinite linear, 
             fill-up 2.25s infinite ease-out alternate;
}

@keyframes wave {
  0% { x: -400px; }
  100% { x: -10px; }
}

@keyframes fill-up {
    0% {
        height: 0;
        y: 5px;
      }
      100% {
        height: 165px;
        y: -65px;
      }
}
