body,
html {
	margin: 0;
	padding: 0;
	height: 100%;
	background: linear-gradient(110deg, #58A7C6 60%, #A4CFE0 60%) no-repeat center center fixed !important;
background-size: cover; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;   
}
/*******************Reset*****************/
.btn:focus {
	outline: none;
	box-shadow: none;
}

.create-link {
	color: #ffffff;
	padding: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	border: 1px solid #6B002E;
	transition: all 0.5s ease;
}

.create-link:hover {
	transition: all 0.5s ease;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
}

.action-icon {
	cursor: pointer;
}

.action-icon i {
	font-size: 32px;
}
/***************header************************/
.navbar {
	/*background-color: #6B002E;*/
	background: transparent;
	margin-bottom:0px;
}

.navbar .my-primary {
	color: #000000;
	background: transparent;
	padding-bottom:5px;
	/*background-color: #6B002E;*/
}

.navbar .my-primary:focus,
.navbar .my-primary:hover {
	color: yellow;
	background-color: #6B002E;
}

.navbar .dropdown-menu {
	padding: 0px;
}

.navbar .dropdown-menu a {
	background-color: #6B002E;
	color: white;
}

.navbar .dropdown-menu a:hover {
	color: #fff;
	background-color: #6B002E;
}

.navbar .dropdown-menu a.navbar-brand {
	color: lightYellow;
}

.navbar .dropdown-menu a.navbar-brand:hover {
	color: #fff;
}
/**************Breadcrumb********************/
.breadcrumb.wizard > li + li:before {
	padding: 0;
}

.breadcrumb.wizard {
	padding: 0px;
	background: #FF69B4;
	list-style: none;
	overflow: hidden;
	margin-top: 20px;
	font-size: 10px;
}

.breadcrumb.wizard li {
	float: left;
}

.breadcrumb.wizard li:first-child a {
	padding-left: 15px;
}

.breadcrumb.wizard li a {
	color: white;
	text-decoration: none;
	padding: 10px 0 10px 45px;
	position: relative;
	display: block;
	float: left;
}

.breadcrumb.wizard li a:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid #d4d4d4;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 2;
}

.breadcrumb.wizard li a:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 1px;
	left: 100%;
	z-index: 1;
}

.breadcrumb.wizard li a:hover {
	background: yellow;
}

.breadcrumb.wizard li a:hover:after {
	border-left-color: yellow !important;
}

.breadcrumb.wizard li.active a {
	background: yellow;
}

.breadcrumb.wizard li.active a:after {
	border-left: 30px solid yellow;
}

.breadcrumb.wizard li.completed a {
	background: brown;
	background: #3bc989;
}

.breadcrumb.wizard li.completed a:after {
	border-left: 30px solid #3bc989;
}
/**************Login form*********************/
.login {
	height: 400px;
	width: 350px;
	margin-top: auto;
	margin-bottom: auto;
	background-color: rgba(255, 255, 255, .5)!important;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
}

.login .brand_logo_container {
	position: absolute;
	height: 170px;
	width: 170px;
	top: -75px;
	border-radius: 50%;
	background: #FF69B4;
	padding: 10px;
	text-align: center;
}

.login .brand_logo_container .brand_logo {
	height: 150px;
	border-radius: 50%;
	border: 2px solid white;
}

.login .form_container {
	margin-top: 100px;
}
/************panel******************/
.panel {
	border: 2px solid #ffffff;
	padding: 20px;
background-color: rgba(255, 255, 255, .9)!important;
	border-radius: 10px;
}

.table-wrapper {
	width: 100%;
	overflow: scroll;
}
/**************form****************************/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/**************Add category adjustments*********/
.countername {
	height: 40px;
	width: 100%;
}
/*****************Sales form select*************/
/*#expensetype {
  display: none;
}
*/
#expensetype.show {
  display: block;
}
/*#receipttype {
  display: none;
}

#receipttype.show {
  display: block;
}*/
#counternameonselect {
  display: none;
}
#cashForm label[for=counter]{
    display: none;
}

#counternameonselect.show {
  display: block;
}
/**************Media query*********************/
@media (min-width: 768px) {
	.component {
		width: 600px;
	}
}

@media (min-width: 768px) and (min-resolution: 192dpi) {
	.component {
		background-image: url(/img/retina2x.png);
	}
}

@media (min-width: 1280px) {
	.component {
		width: 800px;
	}
}