/*
 * Base structure
 */

html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.cover-container {
    flex: 1;
}

.cover-container > nav {
    flex: none;
}
.cover-container > .container {
    flex: 1 0 auto;
}
.cover-container > footer {
    flex: none;
}

/*
 * Navbar
 */
.navbar {
    min-height: 60px;
}

.localization-icons img {
    width: 21px;
    opacity: 0.3;
}

.localization-icons img:hover,
.localization-icons img.active {
    opacity: 1;
}

/**
 * Sidebar
 */

.list-group-borderless .list-group-item {
    border: 0 !important;
}

.list-group-borderless .list-group-item.active {
    color: #007bff;
    background-color: inherit;
    font-weight: bold;
}

.list-group-borderless .list-group-item i {
    color: #666;
    width: 25px;
}

.list-group-borderless .list-group-item.active i {
    color: #007bff;
}

/**
 * Social Buttons
 */
.btn-social:hover {
    opacity: 0.85;
    text-decoration: none;
}

.btn-facebook, .btn-facebook:hover {
    color: #3B5998;
}

.btn-twitter, .btn-twitter:hover {
    color: #55ACEE;
}

.btn-google, .btn-google:hover {
    color: #dd4b39;
}
.title{
	font-weight:600;
	color:#0c3f34 ;
	padding-bottom: 10px;
	text-align: center;
	display: inline-block; /* Allows the header to only take as much width as needed */
    position: relative; 
	width:100%
}
.title::after{
	content: "";             /* Required for pseudo-element */
    position: absolute;      /* Position it relative to the h3 */
    bottom: 0;               /* Align the border at the bottom of h3 */
    left: 50%;               /* Start the border at the middle of the h3 */
    transform: translateX(-50%); /* Center the border horizontally */
    width: 5%;               /* Set the border width to 5% */
    border-bottom: 2px solid #000; /* Bottom border with color and thickness */
}
/**
 * Login Page Form Wrapper
 */
.form-wrapper { display: none; }
.form-wrapper.active { display: block; }

/**
 * Misc
 */

.page-header small {
    font-size: 1rem;
}

.blockquote {
    font-size: 1rem;
}

.table th {
    font-size: 0.85rem;
    color: #666;
}

.table-striped th {
    font-size: 0.85rem;
    color: #fff ! important;
	text-align:center;
}

.dropdown-item i {
    color: #666;
}

label .required {
    color: #a00;
}

.table-responsive {
    min-height: 200px;
}

dt {
    font-weight: 400 !important;
}

dd {
    font-weight: 700;
}
 .print-ticket{
	 text-decoration: none;
    background-color: #0061ff;
    color: #FFF;
    padding: 15px;
    font-size: 12px;
 border-radius: 5px;}
 .clearfilter{
	 color:#blue;text-decoration:underline;
 }
 .clearfilter:hover{cursor:pointer;}
 .header .line{text-align:left;display:inline;}
 .img_loader {
    height: 50px;
    position: fixed;
    left: 50%;
    top: 60%;
    z-index: 1000;
}
#myOverlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    width: 50%;
    background: white;
    margin: 0 auto;
    border: 3px solid #00B4CC;
}
.create_customerpayments,#search-btn {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
	 padding: 16px;
    background: #00B4CC;
    border: none;
    cursor: pointer;
    color: #fff;
}
 html,body{font-family: sans-serif;}
 .tbl-cart{ font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  }
.table100-head tr th {
   font-family: Lato-Bold,sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    background-color: #6c7ae0;
	padding: 18px 5px;
    
	/* padding-left: 20px;
	padding-right: 20px;*/
	text-align: center;
}
.table100-head.inner tr th{
background-color:#00B4CC;
}
.js-pscroll {
    position: relative;
    overflow: hidden;
}
.table100-body {
    max-height: 585px;
    overflow: auto;
	margin-top:30px;
}
.limiter {
    width: 100%;
    margin: 0 auto;display:block;overflow:hidden;
}
.tbl-cart tr td {
    font-family: Lato-Regular,sans-serif;
    font-size: 14px;
    color: gray;
    line-height: 1.4;
	padding: 10px 5px;
}
.tbl-cart tr:nth-child(even) {
    background-color: #f8f6ff;
}
.bg-theme{
	background-color:#0c3f34 ;
}
.border_bottom {
    text-align: center;
}
.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}
#search_results{
	    width: 100%;
    margin: 0 auto;
	
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.fulfill-section{
	float: left;
}
.fulfill-section input,.serializebin{
width: 25px;
height: 25px;
}
.fulfill-section label{
    vertical-align: super;
}
.search_text{
	color: #00b4cc;
    font-size: 30px;
    font-weight: 500;
	clear:both;
}
.picked_from_bin{width:20px;height:20px;}

.inventory-adjustment:hover{cursor:pointer}
.add-bin-session, .cancel-popup{padding:10px 15px !important}
#shopping-cart tr.bin-record-tr.checked{background-color: #a9a7a4;}
#myOverlay input[type=text].tote_number{width:auto;border:1px solid #a4a0a0;padding:0}
	.invoice-apply .invoice-text{color:#24385B;}
	.invoice-apply{margin-top:10px;padding:10px 5px;background-color:#DEE1E7;
	position: sticky;
    top: 0;
    width: 100%;
	}
.autocomplete-product-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
    cursor: default;
   
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	left: -51px;
	position: absolute;
	max-height: 600px;z-index: 99;
	width: auto;
    left: 263px;
}
.product-autocomplete-suggestion {
    padding: 10px 5px;
    white-space: nowrap;
	color: #19253d;
	font-weight: bold;
	font-size: 12px;
}
.product-autocomplete-suggestion:hover {
    cursor: pointer;
    background-color: #d2d2d2;
}
.item-row.selected{background-color: #008cff;}
.filter-date-section{display:inline;}
.filter-date-section span{margin-left:20px;}
.search-date-btn{background: #00B4CC;
    border: none;
    cursor: pointer;
    color: #fff;
	padding:8px;5px;}
	#apply_total{min-width: 100px;
    display: inline-block;
    text-align: left;}
	.total_records{display:block;padding:0;}
	.clear_filters.hide{display:none}
	.group-section{display: inline-block;
    margin-left: 10px;}
	tr.aggregate td {
    color: #656ce2;
    font-size: 15px;
    FONT-WEIGHT: 600;
    background: #d7d4d4;
}
.other_fields{width: 80%;
    margin: 0 auto;
    margin-top: 2%;}
	.other_fields label{display:block;}
	.grey_button{   
		background: #dcd6d6;
		border-radius: 14px;
		padding: 6px 10px;
		border: 2px solid #aca3a3;
		color: #000;
	}
	.table100-head {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
table{
	border-collapse: collapse;
	width: 100%;
}
table tr th {
    font-family: Lato-Bold,sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    background-color: #6c7ae0;
    padding: 18px 5px;
	font-size:13px;
	text-align:center;
}

.table100.ver1 {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
}
.table100 {
    position: relative;
    padding-top: 60px;
}
.filter-section{
	padding: 10px 5px;
    display: block;
    background-color: #dedede;
}
.filter-section select{
	padding:10px 5px;
}
.filter-date-section{margin-right:10px;}
.search_btn{
	cursor:pointer;
	padding: 10px;
    background-color: #281aff;
    border: 0;
    color: #fff;
    margin-left: 10px;
}
.sort:hover{
	cursor:pointer;
}
.sort-order.hide{
	visibility:hidden;
}
.sort-order{
	visibility:visible;
}
.sort .desc{
	width: 6px;
    height: 6px;
    background: url(assets/img/sort_down.png) no-repeat;
	display: inline-block;
	margin-left: 2px;
}
.sort .asc{
	width: 6px;
    height: 6px;
    background: url(assets/img/sort_up.png) no-repeat;
	display: inline-block;
	margin-left: 2px;
}
.selecttransaction {
    width: 25px;
    height: 25px;
}
.submit-multiorders{
	padding:10px;
	text-decoration: none;
    background-color: #0061ff;
    color: #FFF;
	float: right;
	overflow:hidden;
	margin-bottom: 24px;
}
th.sort{
	text-align: left;
}
.packages tr th{background-color:#00b4cc;}
tr.item-row {
    border: 1px solid #6c7ae0;
}
.package-add{
	cursor:pointer;
    float: right;
}
td.remove{
	cursor:pointer;
}
td.remove img{width:30px;}
.shippingmethod{width:100px;}
.lbs,.shippingcost{width:50px;}
.autocomplete-suggestions {
    background: #FFF;
    font-size: 12px;
}
.autocomplete-suggestion {
    padding: 5px 2px;
	cursor:pointer;
}
.amcantitle{
	display: inline-block;
    margin: 0 455px;
    margin-bottom: 20px;
}
.container{width:100%;max-width:100%;}
.header-count span{float:left;}
.float-right{float:right !important;}
.header-count {
    margin: 0px;
}
.submit-multiorders:hover{
	color:#fff;
}
/**
 * Responsive CSS Rules
 */

@media (min-width : 992px) {
    .table-responsive {
        overflow-x: scroll;
    }
}

@media (max-width : 768px) {
    .list-group-borderless {
        margin-bottom: 20px;
    }

    .localization-icons {
        margin-top: 15px;
        margin-bottom: 10px;
        display: flex !important;
        justify-content: space-evenly;
    }
}