.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.add-to-cart-group .input-group-btn .add-to-cart-button i, .add-to-cart-group .input-group-btn .print-label-button i {
	color:#fff !important;
	font-size:18px;
}
.add-to-cart-group .input-group-btn .print-label-button {
	border-radius: 0 !important;
	opacity: .7 !important;
}
#inventoryModal .add-to-cart-group button.btn {
	height: 36px;
    line-height: 40px;
}
.inventory-widget a.inventory-widget-modal {
	display: block;
    position: absolute;
    top: 0;
    right: 15px;
    padding: 5px;
    background: #1f425d;
    color: #c1bdbd;
    border-radius: 0 0 0 4px;
	line-height: 0;
}
.inventory-widget a.inventory-widget-modal:hover {
	color: #fff;
	background: #274b67;
}
.inventory-listing-page input {
	margin: 0;
}
.inventory-listing-page .inventory-widget {
	height:100px;
	margin-bottom:20px;
}
.inventory-listing-page .inventory-widget > .left-side {
	float:left;
	width:100px;
	height:100px;
}
.inventory-listing-page .inventory-widget > .right-side {
	float:right;
	width: calc(100% - 100px);
	height: 100px;
	background-color:#577186;
	color:#fff;
	padding-left:20px;
}
.inventory-listing-page .inventory-widget > .right-side h1 {
	color: #fff;
	font-size:42px;
	margin-bottom:5px;
}
.inventory-listing-page .inventory-widget > .right-side p {
	font-weight:600;
	color:#b7c8d6;
}
.inventory-listing-page .inventory-widget > .left-side img {
	
}
.inventory-listing-page .inventory-widget > .left-side .silo-full {
	position: absolute;
	height: 100px;
	width: 100px;
	bottom: 20px;
	background: url(../images/admin/silo-full.png);
	background-size: 100px 100px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.inventory-listing-page .inventory-widget > .left-side .pallet-full {
	position: absolute;
	height: 100px;
	width: 100px;
	bottom: 20px;
	background: url(../images/admin/pallet-full.png);
	background-size: 100px 100px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.inventory-listing-page .inventory-widget > .left-side .boxes-full {
	position: absolute;
	height: 40px;
	width: 100px;
	bottom: 20px;
	background: url(../images/admin/box-full.png);
	background-size: 100px 100px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.inventory-listing-page .inventory-widget > .left-side .texas-full {
	position: absolute;
	height: 100px;
	width: 100px;
	bottom: 20px;
	background: url(../images/admin/texas-full.png);
	background-size: 100px 100px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.inventory-list .input-group .btn {
	height: 36px;
    line-height: 37px;
    border: 0;
    bottom: 0;
}
.inventory-list > .icon-box {
	padding: 10px 0 15px;
}
.inventory-list .right-descriptor .pricing-table {
	margin-bottom:0;
	color: #444444;
}
.inventory-list .right-descriptor .pricing-table tr td {
	border-top: 0 !important;
}
.inventory-list .right-descriptor .pricing-table td {
	padding:2px 2px 1px;
}
.inventory-list .right-descriptor > ul {
  list-style: none;
  padding: 0;
}
.inventory-list .right-descriptor > ul > li {
  padding-left: 1.3em;
}
.inventory-list .right-descriptor > ul > li:before {
  content: "\f054 "; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  font-size: 11px;
}
.inventory-list .right-descriptor > ul > li.expanded:before {
  content: "\f078 "; /* FontAwesome Unicode */
  top: -2px;
}
.inventory-list .right-descriptor > ul > li.no-stock:before {
  content: "\f05e "; /* FontAwesome Unicode */
  font-size:12px;
}
.inventory-list .right-descriptor > ul > li > ul {
	list-style: none;
    padding-left: 10px;
}
.inventory-list .right-descriptor {
	border-left: 1px solid #eeeeee;
}
.inventory-list .right-descriptor h4 > .fa {
	float: none;
    font-size: 20px;
    padding: 0 5px 0 0;
}
.inventory-list .right-descriptor h4 > .fa {
	color:#b9babc !important;
}
.inventory-list h5 {
	letter-spacing:normal;
}
.checkout-box {
	margin-bottom:30px;
}
.checkout-box h1 {
	margin-bottom:0;
    padding: 10px;
    background: #1f425d;
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: normal;
}
.checkout-box h1 > .fa {
	font-size:20px;
	padding-right:10px;
}
.toggle-qty-input {
	font-size:10px; 
	padding: 5px 0 0 5px;
}
.add-to-cart-group select.form-control {
	padding: 6px;
}
.add-to-cart-group select.product-qty-select, .add-to-cart-group input.product-qty, .add-to-cart-group input.inventory-qty {
    width:40%;
	float:left;
	border-radius:3px 0 0 3px;
	margin:0;
}
.add-to-cart-group select.product-sku, .add-to-cart-group select.inventory-type {
    width:60%;
	border-radius:0;
	margin:0;
	float:left;
}

.add-to-cart-group2 input.form-control {
    width:30%;
	float:left;
}
.add-to-cart-group2 select.form-control {
    width:70%;
	border-radius:0;
	margin:0;
	float:left;
}

.add-to-cart-group .input-group-btn .btn {
	float:left;
}
.inventory-listing-page .featured-widget {
	padding: 0;
}
.checkout-box a.next-step {
	height:30px;
	line-height:30px;
}
.checkout-box .order-subtotal {
	vertical-align:middle;
}
.fa-loading-bg, .fa-loading-icon-wrapper {
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%
}

.fa-loading-bg {
	top: 0;
	background: rgba(0,0,0,.6);
	z-index: 99999
}

.fa-loading-icon-wrapper {
	z-index: 999999;
	top: 50%;
	text-align: center
}

.fa-loading-icon {
	margin-top: -2.5em;
	font-size: 5em !important;
	color: #fff
}
.alert {
    padding: 13px 0 12px;
    text-align: center;
    z-index: 999999;
    margin-top: -47px;
    width: 100%;
    position:relative;
}
.account-wall > .alert {
	margin-top: 0;
	border-radius:0;
	opacity:.8;
}
.alert-red {
  color: white;
  background-color: #DA4453;
}
.alert-green {
  color: white;
  background-color: #37BC9B;
}
.alert-blue {
  color: white;
  background-color: #4A89DC;
}
.alert-yellow {
  color: white;
  background-color: #F6BB42;
}
.alert-orange {
  color:white;
  background-color: #E9573F;
}
.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background: #fff;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin: 30px 0px;
    padding: 15px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
	margin-top:10px;
}
.form-signin .btn {
	margin-top:30px;
}
.checkout-modal-table .table-totals .qty-total, .checkout-modal-table .table-totals .cost-total {
	font-weight:bold;
	background:#ddd;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.customer-sales-history-table td, .dataTable td {
	vertical-align: middle !important;
}
.customer-sales-history-table a.expand-row, #raw-inventory-table .edit-row {
	background: #ececec;
    padding: 6px 8px;
    height: 28px;
    margin-right: 10px;
    line-height: 14px;
	border:1px solid #ddd;
}
.customer-sales-history-table a.download-file {
	padding: 6px 8px;
    height: 28px;
    margin-right: 10px;
    line-height: 14px;
}
.customer-sales-history-table tr.nested {
	background-color: #fff !important;
	color: #8c8a8a;
}
.customer-sales-history-table tr.nested td {
	border: 0 !important;
	padding-top: 2px;
	padding-bottom:2px;
	font-weight:300;
}
.dataTables_wrapper .dataTables_length select {
	margin: 0;
}
select, input[type="text"], input[type="email"], input[type="tel"], textarea, .form-control {
	background: #fefefe;
	background-color: #fefefe;
}
.modal .important-message li {
	font-style:italic;
}
.hide-show-header {
	padding: 15px;
    background: #f7f7f7;
    border: 1px solid #ddd;
    font-weight: 600;
    font-size: 17px;
    line-height: 10px;
}
.hide-show-header:hover {
	cursor:pointer;
}
.hide-show-header a:hover {
	text-decoration: none;
}
.hide-show-header i {
	padding-right:5px;
}
.hide-show-body {
	padding:10px;
	border:1px solid #ddd;
	border-top:0;
	min-height:100px;
}
.new-product-container .add-to-cart-group {
	margin-bottom:30px;
}
#menu-services-menu li.title {
	background: #1f425d;
    color: #fff;
    padding: 15px 0 15px 27px;
    font-size: 20px;
    font-weight: 900;
}
.sidebar.widget_nav_menu.secure-menu ul > li > a {
	font-weight: 300;
    padding: 10px 10px 10px 25px;
}
.sidebar.widget_nav_menu.secure-menu.admin-menu ul > li > a {
	font-weight: 300;
    padding: 7px 10px 7px 17px;
	text-transform: none;
}
.sidebar.widget_nav_menu.secure-menu.admin-menu ul > li.nested > a {
	font-weight: 300;
    padding-left:40px;
}
.sidebar.widget_nav_menu.secure-menu.admin-menu ul > li.nested:before {
	content: '\f054';
    font-family: 'FontAwesome';
    float: left;
    padding: 11px 0 11px 25px;
    opacity: .2;
    font-size: 12px;
}
.customer-sales-history-table .nested .input-group {
	margin-bottom:10px;
}
.customer-sales-history-table .img-responsive {
	max-height: 60px;
    max-width: 60px;
    margin-top: -10px;
    padding-right: 5px;
}
.table.table-fixed {
	table-layout: fixed;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    background-color: #eee;
    border: 1px solid #eeeeee;
    border-radius: 4px;
}
.btn-sm-actions {
	line-height: 14px;
    height: auto;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    padding: 6px 15px;	
}
.menu-label-pill {
    padding-right: .6em;
    padding-left: .6em;
	text-align: right;
    float: right;
    margin-top: 3px;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.label-primary {
    background-color: #0275d8;
}
.table tr.bg-green td:last-child {
    background-color: #82C341;
    border-color: #82C341;
	color:#333;
	font-weight:600;
}
.table tr.bg-red td:last-child {
    background-color: #EF4444;
    border-color: #EF4444;
	color:#333;
	font-weight:600;
}
.table tr.bg-yellow td:last-child {
    background-color: #FFF000;
    border-color: #FFF000;
	color:#333;
	font-weight:600;
}
.table tr.bg-blue td:last-child {
	background-color: #88C6ED;
    border-color: #88C6ED;
	color:#333;
	font-weight:600;
}
.table tr.bg-purple td:last-child {
	background-color: #800080;
    border-color: #800080;
	color:#fff;
	font-weight:600;
}
.datepicker {
	z-index:50 !important;
}
.no-side-margins {
	margin-left: -30px;
	margin-right: -30px;
}
.edit-shipment-form input.form-control {
	margin-bottom:5px;
}
@media (max-width: 400px) {
	.inventory-list .input-group .btn {
		padding: 0 15px 0 5px;
	}
}
@media (max-width:767px){.hidden-xs{display:none!important}}
@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}
@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}
@media (min-width:1200px){.hidden-lg{display:none!important}}

.add-to-cart-group .stock-info .label {
	display: inline-block;
	font-size: 12.5px;
    width: 85px;
    text-align: center;
    font-weight: 600;
	padding:3px 0; 
	height: 36px;
	border-radius:4px;
}
.stock-info .label-success {
	color: #fff;
	background-color: #02b557;
}
.stock-info .label-warning {
	color: #333;
	background-color: #d8e830;
}
.stock-info .label-danger {
	color: #fff;
	background-color: #d9534f;
}
.add-to-cart-group .stock-info p {
	margin-top: 0;
}
.checkout-page .stock-info p {
	font-weight:normal;
	padding-top:5px;
	line-height:normal;
}
.checkout-page .stock-info .label {
	display: inline-block;
	font-size: 12px;
    width: 85px;
    text-align: center;
    font-weight: 600;
	padding:3px 5px; 
	height: 36px;
	border-radius:4px;
	line-height:normal;
	margin-bottom:5px;
	
}
.checkout-page .stock-info .label-info {
	color: #fff;
	background-color: #337ab7;
}
.checkout-page .stock-info .label-danger {
	color: #fff;
	background-color: #d9534f;
	padding:3px 1px; 
}
.stock-info > p {
	font-size: 12px;
    float: right;
    width: calc(100% - 90px);
    margin-top: -3px;
}
.stock-info > p.no-stock {
	
}
.checkout-page .order-totals {
	background-color: #eeeeee;
    font-weight: 600;
    font-size: 16px;
}
.checkout-page .checkout-modal-table .product-row img {
	max-height: 60px;
	max-width: 60px;
	margin-top:-10px;
	padding-right: 5px;
}
.checkout-page .checkout-modal-table td, .checkout-page .checkout-modal-table th {
	border-color: #eeeeee !important;
	padding: 13px;
}
.checkout-page input, .checkout-page select {
	margin-bottom:10px;
}
.checkout-page .featured-widget {
	padding: 15px;
	margin-bottom: 15px;
}
.new-inventory-row select {
	margin-bottom:0;
}
@media (max-width:991px){
	.stock-info {
		margin-top:15px;
	}
	
}
@media (min-width:991px){
	#editModal > .modal-dialog {
		width: 991px;
	}
}
@media (max-width:660px){
	.one-product-box .product-left-description {
		width: calc(100% - 100px) !important;
	}
	.one-product-box .product-img {
		width: 100px;
		padding: 0;
	}
	.one-product-box {
		margin-bottom:10px;
	}
	#ohsnap {
		position: fixed;
		top: 50px;
		width: 100%;
		left: 0;
		font-size:13px;
	}
	.checkout-page .featured-widget.has-product-table {
		padding: 0 !important;
	}
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #f7f7f7;
  cursor: not-allowed !important;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}

#assembly-tab .assembly-step, #production-tab .assembly-step  {
	background: #fefefe;
	border:1px solid #f7f7f7;
	padding:10px;
	margin-bottom:15px;
}

#assembly-tab .assembly-step .col-image, #assembly-tab .assembly-step .col-text, #production-tab .assembly-step .col-image, #production-tab .assembly-step .col-text {
	width: calc(50% - 50px);
	float: left;
}
#assembly-tab .assembly-step .col-sort, #production-tab .assembly-step .col-sort {
	width: 60px;
	height: 50px;
	float:left;
	padding-right:10px;
	margin-right:10px;
}
#assembly-tab .btn-sort, #production-tab .btn-sort {
	box-shadow: none !important;
	color: #aaaaaa !important;
	cursor: move !important;
	padding: 0px !important;
	margin: -12px 0 0 15px;
}
#assembly-tab .remove-tab, #production-tab .remove-tab {
	float: right;
    margin: -10px;
    background: #f7f7f7;
    padding: 0 5px;
    color: red;
}
#assembly-tab .progress, #production-tab .progress {
	width: 250px;
    margin-top: 10px;
    height: 10px;
}
#assembly-tab .image-container img, #production-tab .image-container img {
	width: 200px;
	height: auto;
}
#assembly-tab textarea, #production-tab textarea {
	min-height: 150px;
}