.nav {
	justify-content:center;
}
.seen0{
	background:#ddd;
}
.btn, .form-select, .form-control {
	font-size:14px;
	padding:4px;
}
.items .itemCell {
	height:36px;

}
.items .stockCell {
	border: 1px solid #ccc;
    text-align: center;
    padding-top: 5px;
    border-radius: 8px;
}
.bounced {
	background:#f6dcd6;
}
.inputLike {
	border:1px solid #ccc;padding:6px; border-radius:5px;
	height:36px;
}
.btn-light {
	border:1px solid #ccc;
}
.header {
	padding-top:8px;
	height:100px;
}
.header .topbar {
	margin-top:10px;
	text-align:center;
}
.topbar .nav-link {
	padding:6px;
	background:#eee;
	margin:2px;
	border-radius:5px;
	color:#222;
	font-size:14px;
}
.topbar .nav-content {
	position:absolute;
	padding:2px;
	border:1px solid #eee;
	display:none;
	background:#fff;
}
.topbar .nav-content .nav-link {
	text-align: left;
    border-radius: 0;
    margin: 1px;
}
.topbar .nav-content .nav-link:hover {
	background:#bbb;
	color:#fff;
}

.topbar .nav-item:hover .nav-content {
	display:block;
}

.topbar .nav-content .sub-nav {
	position: absolute;
    left: 99%;
    padding: 0px;
    margin-top: -165px;
    background: #fff;
	width:150px;
	display:none;
}
.topbar .nav-content li:hover .sub-nav {
	display:block;
}
.topbar .nav-content li {
	list-style-type:none;
}
#main, #footer {
	margin-left:0px;
}
#main {
	margin-top:100px;
}
.sizeItem {
	text-align:center;
	max-width:56px;
	display:inline-block;
}
.sizeItem .badge {
	width:100%;
}
.sizeItem input {
	text-align:center;
}
.selectColorItem {
	display: inline-block;
    width: 150px;
    padding: 10px;
    border-radius: 8px;
    margin: 8px;
	border:1px solid #ccc;
	text-shadow: 1px 1px 2px #fff;
}
.selectColorItem input {
	width:25px;
	height:25px;
	vertical-align:bottom;
}
.sortable li {
	list-style:none;
	display:inline-block;
}
.imgDelIcon {
	position:absolute;
}
.colorItem {
	width:24px;
	height:24px;
	display:inline-block;
	border:1px solid #ccc; 
	vertical-align:middle;
}
.products {
	width:100%;
	height:100%;
	
	position:fixed;
	left:0;
	top:0;
	z-index:1000;
	padding:90px 7%;
	display:none;
	overflow:scroll;
}
.products .bg {
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	cursor:pointer;
	background:rgba(0,0,0,0.5);
}
.products .data {
	background:#fff;
	padding:15px;
	position:relative;
}
.products .quantity {
    font-size: 16px;
    border: 1px solid #ddd;
    vertical-align: middle;
    border-radius: 8px;
    padding: 5px;
    width: 90px;
    text-align: center;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.form-group {
	margin-bottom:1rem;
}
.access {
	cursor:pointer;
	font-size:20px;
	color:red;
}
.access0, .showOnWeb0 {
	color:#ccc;
}
.status-pending {
	background:#f7cb73;
}

.status-cancelled {
	background:#f00;
}
.status-complete {
	background:#0a0;
}
.status-sleevestitching {
	background:yellow;
	color:#999;
}
.status-confirmed {
	background:#87CEEB;
}
.status-awaitingpickup {
	background:#d1bc9c;
}
.status-packed {
	background:#98FB98;
}
.status-needapproval {
	background:#b4b8bc;
}
.aodDuration {
	display:none;
}
.aodDuration input {
	max-width:100px;
}
.categories .catitem {
	width:200px;
	display:inline-block;
}
.styles .sitem {
	width:200px;
	display:inline-block;
}
.cartItem img {
	max-width:66px;
	max-height:100px;
}
.chequeInfo, .transferInfo, .chequeData {
	display:none;
}
#myInput {
  box-sizing: border-box;
  background-image: url('images/searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border: 1px solid #ddd;
  width:100%;
}

#myInput:focus {outline: 3px solid #ddd;}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
  height:290px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.dateFilters {
	/*padding:10px 0px;*/
}
.dateFilters a, .dateFilters input {
	background: #fff;
    margin: 2px;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #333;
}
.dateFilters a.active {
	background:#ccc;
	color:#fff;
}

.statusFilters form, .dateFilters form {
	display:inline;
}

.statusFilters .badge {
	color:#000;
	background:#fff;
}
.statusFilters .active {
	background: #000;
    color: #fff;
}
.totalRow {
	background:#cde9f6;
	font-weight:bold;
}
.loader {
  width: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 1s infinite linear alternate;
}

.dashboard .expenses-card .card-icon {
  color: #ff1d1d;
  background: #ffe2e7;
}



.stars {
    display: inline-block;
    position: relative;
    font-size: 26px;
	vertical-align:sub;
    color: #ccc;
	overflow:hidden;
}

.stars::before {
	content: "★★★★★";
}

.stars::after {
	content: "★★★★★";
	position: absolute;
	left: 0;
	top: 0;
	color: #f5b301; 
	overflow: hidden;
	width: var(--rating-percent, 0%);
}

#menuBtn {
	display:none;
}


@keyframes l5 {
    0%  {box-shadow: 20px 0 #000, -20px 0 #0002;background: #000 }
    33% {box-shadow: 20px 0 #000, -20px 0 #0002;background: #0002}
    66% {box-shadow: 20px 0 #0002,-20px 0 #000; background: #0002}
    100%{box-shadow: 20px 0 #0002,-20px 0 #000; background: #000 }
}
@media only screen and (max-width: 1250px) {
	.header {
		height:145px;
	}
	#main {
		margin-top:145px;
	}
}
@media only screen and (max-width: 800px) {
	#menuBtn {
		display:block;
	}
	.nav {
		display:none;
		background:#fff;
		width:90%;
		height:95%;
		overflow:scroll;
	}
	.header {
		height:50px;
	}
}

@media only print {
	td {
		padding:0px !important;
	}
}