* {
    box-sizing: border-box;
    font-family: "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;
}
body {
    background-color: #435165;
    margin: 0;
}
tbody td {
    font-size: 78%;
}
.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:#e71e2e;
    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: #e71e2e;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
  background-color: #9c0612;
    transition: background-color 0.2s;
}

.navtop {
	background-color: #435165;
	height: 60px;
	width: 100%;
	border: 0;
}
.subnavtop {	
	width: 100%;
    border: 0;
    padding-top: 4px;
    margin-bottom: 12px;
}
.navtop div, .subnavtop div {
	display: flex;
	margin: 0 auto;
	width: 1000px;
	height: 100%;
}
.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 {
	padding: 2px 10px;
	text-decoration: none;
	color: #c1c4c8;
    font-weight: bold;
    height: 28px;
}

.subnavtop div a:hover, .card a:hover {
    color: rgb(58, 58, 58);
    background-color: #a4bbff;
}

.content .card a:hover {
    color: rgb(58, 58, 58);
    background-color: #a4bbff;
}

.content .card {
    width: 100%;
}

.button {
    padding: 2px 10px;
    border: 1px solid rgb(126, 126, 126);
    border-radius: 2px;
    background-color: #e6e6e6;
    margin-right: 5px;
    color: rgb(100, 100, 100);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    height: 28px;
    font-weight: normal;
    text-decoration: none;
}
.button-sml {
    padding: 5px 5px;
    border: 1px solid rgb(126, 126, 126);
    border-radius: 1px;
    background-color: #c0cfff;
    margin-right: 3px;
    color: rgb(100, 100, 100);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    height: 24px;
    font-weight: normal;
    text-decoration: none;
    font-size: 12px;
}
.btn-notes {
    background-color: #fff9a0;
}
    .btn-notes:hover {
        background-color: #fff56e !important;
    }
.btn-total {
    background-color: #b5fa87;
}
    .btn-total:hover {
        background-color: #96f953 !important;
    }
.btn-trash {
    background-color: #ff7575;
}
    .btn-trash:hover {
        background-color: #ff1c1c !important;
    }
.btn-exit {
        background-color: #ffd375;
    }
    .btn-exit:hover {
            background-color: #ffb71c !important;
        }
.btn-print {
        background-color: #c0e9ff;
    }
    .btn-print:hover {
            background-color: #43b9f9 !important;
        }

.btn-commit {
    background-color: #b5fa87;
}
    .btn-commit:hover {
            background-color: #96f953 !important;
        }

.btn-doc-select {
    display: block;
    width: 85%;
    margin: 5px auto;
    cursor: pointer;
    background-color: #bbe0ff;
    padding-left: 10px 20px;
    text-align: left;
    font-size: 120%;
    height: auto;

}
.btn-doc-select:hover {
    background-color: #82c7ff;
}
/*
#btn-ord-shipoptions {
    background-color: #fff9a0;
}

#btn-ord-shipoptions:hover {
    background-color: #fff56e !important;
}
*/
.e-order-p {
    min-width: 67px;    
}
.e-order-v {
    min-width: 67px;
    background-color: #d4ffd4;
    margin-bottom: 2px;
}
.e-order-x {
    min-width: 67px;
    background-color: #d0a6ff;
    margin-bottom: 2px;
}
.e-order-e {
    min-width: 67px;
    background-color: #ffffbf;
}
.e-order-e:hover {
    background-color: #ffff87 !important;
}
.e-order-v:hover {
    background-color: #afffaf !important;
}
.e-order-x:hover {
    background-color: #bc82ff !important;
}
.navtop div a i, .subnavtop div a i, .card a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
    color: #eaebed;

    
}
#page-title {
    display: inline-block; 
    text-align: right; 
    width: 375px;
    margin: 0;
    font-size: 19px;
    color: #4a536e;
}
body.loggedin {
	background-color: #f3f4f7;
}
.content {
    background-color: #f3f3f3;
	width: 1000px;
	margin: 0 auto;
}
.content h2 {
	margin: 0;
	padding: 12px 2px;
	font-size: 18px;
	border-bottom: 1px solid #e0e0e3;
	color: #4a536e;
}
.content > p {
	padding: 25px;
}
.content > p table td, .content > div table td {
	padding: 5px;
}
.content > p table td:first-child, .content > div table td:first-child {
	font-weight: bold;
	color: #4a536e;
	padding-right: 15px;
}
.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:25px;
    border-radius:2px;
    display:none;
    text-align:center;
    font-weight:normal;
	font-size: 18px;
    border: 1px solid #c1c4c8;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
}
#login-msg {
    width: 95%;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
}
.section {
    display: none;
}
#customer-section input {
    margin-bottom: 5px;
    margin-top: 5px;
}
.card {
    /*margin-right: 10px;*/
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);	
	padding: 15px;
	background-color: #fff;
    /* float: left; */
}
.card h1 {
    padding: 5px 0;
    border-bottom: 1px solid #e3e3e3;
}
.card h2 {
    font-size: 100%;
    padding-bottom: 5px;
}
.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);

    }
    .ltblue {
        border: 3px solid rgb(114, 140, 227);
        color:rgb(120, 146, 229);

    }
    .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: 110%;
    margin: 0 auto;
    
}
#ord-line-items {
    border-collapse: collapse;
}
#ord-line-items th {
    font-size: 65%;
    padding: 5px;
    border: 1px solid #e0e0e0;
}
#ord-total-table {
    
    width: 95%;
    margin: 0 auto;
}
#ord-total-table tbody td {
    padding: 4px 8px;
    text-align: right;
    font-size: 100%;
}
#table-order-dtl tfoot td {
    text-align: right;
    border: none;
    font-size: 90%;
    
}
#ord-editline-item {
    background-color: #ffd375;
}
    #ord-editline-item:hover {
        background-color: #ffc852;
    }
#ord-editline-cancel {
        background-color: #ff9084;
    }
        #ord-editline-cancel:hover {
            background-color: #ff6b5a;
        }
.sub-tot {
    border: 1px solid #e0e0e0;
    text-align: right;
}
.sub-tot-lbl {
    text-align: right;
    border: none !important;
}
.list-item {
    padding: 8px !important;
}
.list-item table {
    width: 95%;
    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: 2px 4px;
        }
        .modal-custom table th {
            background-color: #c9e5fa ;
            border: 1px solid #4a536e;
            padding: 2px 4px;
            text-align: center;
        }
    .card .order-verify:hover {
        background-color: rgb(250, 242, 132);
    }
.btn-ship-all {
    /*background-image: url(../img/arrow1.png);
    background-repeat: no-repeat;
    */   
    display: block;
    margin-top: 2px auto;
    background-color: #afffaf;
    
}
.btn-ship-all:hover {
    background-color: #7eff7e !important;
}


.btn-ship-none {
    /*
    background-image: url(../img/arrow3.png);
    background-repeat: no-repeat;
    */   
    display: block;
    margin-bottom: 2px;
    margin-top: 2px auto;
    background-color: #ffffaf;
   
    
}
.btn-ship-none:hover {
    background-color: #ffff73 !important;
}


.order-table {
    width: 100%;
    border-collapse: collapse;

}
.order-table th {
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    padding: 2px 5px;
}
.order-table td {
    border: 1px solid #e7e7e7;
}
input.kft-input {
    padding: 3px;
    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: 95%; 
}
.jconfirm-icon-c i {
    font-size: 100%;
}

.jconfirm-content #stk-warning {
    width: 95%;
    border-collapse: collapse;
}
.jconfirm-content #stk-warning th, .jconfirm-content #stk-warning td { 
    border: 1px solid #b6b6b6;
    padding: 5px;
}
.modal-custom table tbody td {
    font-size: 85%;
}
#inventory-dtl input {
    margin-top: 10px;
}
#inventory-dtl label {
    display: inline-block;
    width: 105px;
    text-align: right;
    color: #5b6574;
}
.inv-input:disabled {
    color: #000 !important;
    font-weight: bold;    
   }

table#stock-onhand {
    border-collapse: collapse;
    display: table;
    
}
table#stock-onhand tbody td {
    font-size: 120%;
    border: 1px solid #ccc;
    text-align: right;
    padding: 10px;
    width: 16.7%;
    background-color: #f0f0f0;
    height: 47px;
}
table#stock-onhand thead th {
    font-size: 90%;
    border-top: 1px solid rgb(192, 192, 192);
    text-align: center;
    padding: 8px;
}

table.dataTable thead th {
    font-size: 77%;
}

#ord-pricing label {
    width: 115px;
    display: inline-block;
}
.l-item-edit {
    background-color: #fffaad;
}
.l-item-edit:hover {
    background-color: #fff64c !important;
}
.l-item-del {
    background-color: #ff8a72;
}
.l-item-del:hover {
    background-color: #fc6c4f !important;
}

#ord-trans-status {
    background-color: #666666;
    color: #fff;
    font-weight: bold;
    font-size: 82%;
    padding:6px 0px;
    border: 1px solid #a2a2a2;
}
 /*
LOADER
  */
  .screen-wait {
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, .5);
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 0px;
    text-align: center;
    display: none;
}
  .lds-roller {
    display: inline-block;
    position: relative;
    top: 205px;
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
  }
  .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #afafaf;
    margin: -4px 0 0 -4px;
  }
  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }
  .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
  }
  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }
  .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
  }
  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }
  .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
  }
  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }
  .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
  }
  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }
  .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
  }
  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }
  .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
  }
  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }
  .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
  }
  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }
  .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
  }
  @keyframes lds-roller {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }