.sidebar .sidebar-brand {
	background-image: url('../img/vfms.svg');
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 90%;
	height: 100px;
}
.sidebar.toggled .sidebar-brand {
	background-size: 70%;
}

#wrapper #content-wrapper {
    background-color: #F9FBF4;
    width: 100%;
    overflow-x: hidden;
}

#sTree2, #sTree2 li, #sTree2 ul {
	list-style-type:none;
	color:#333;
	margin: 0;
	padding: 0;
}
#sTree2, #sTreePlus, #sTree2 ul { margin: 0;padding:0; background-color:#FFF; }

#sTree2 li, ul#s-l-base li {
	padding-left:50px;
	cursor: grab;
	margin:5px 0 5px 5px; 
	border:1px solid #FAFAFA;
	background-color:#FAFAFA;
}

#sTree2 li div {
	padding:7px;
	background-color:rgba(0,0,0,.05);
	font-size: 13px;
	position: relative;
}

#sTree2 li div span.buttons, ul#s-l-base li div span.buttons {
	position: absolute;
	right: 10px;
	z-index: 999;
	cursor: pointer!important;
	font-size: 15px;
}

#sTree2 li,#sTree2, #sTree2 div { border-radius: 3px; }

.c1 { color:#FF0000; }
.c2 { color:#FF0000; }
.c3 { color: #8CB733; }
.c4 { color: #888; }
.c5 { color: #666667; }
.c6 { color: #888; }

#sTree2 { margin:10px auto; }
.btn-link {
	color: #8db600!important;
}
	.date-range-pick {
		width: 200px;
	}
	img{
		border:0px;
	}
	div#sliders div {
		vertical-align: top;
	}
	div#sliders input[type="text"] {
		text-align: center;
		font-size: 12px;
		width: 30px;
	}
	div#slider div.slide {
		position: relative;
	}
	div#slider div.slide a.delete,div#slider div.slide a.edit {
		background-color: transparent;
		position: absolute;
		bottom: 0;
		right: 0;
		zoom: 2;
	}
	div#slider div.slide a.edit {
		right: 30px;
	}
	.bg-gradient-primary {
	background-color: #8db600;
	background-image: linear-gradient(180deg, #8db600 10%, #8db600 100%);	
  	}
  	.btn-primary {
	  	border-color: #8db600;
	  	background-color: #8db600;
  	}
  	.btn-primary:hover {
	  	border-color: #8db600;
	  	background-color: #8db600;
  	}
  	.text-primary {
	  	color: #8db600!important;
  	}
  	a {
	  	color: #8db600;
  	}
  	a:hover {
	  	color: rgba(191,54,56,.9);
  	}
  	.sidebar hr.sidebar-divider {
	  	margin: 10px 0;
  	}
  	.sidebar .nav-item {
	  	line-height: 10px;
  	}
  	.sidebar .nav-item .nav-link {
	  	padding-top: 0.6rem;
	  	padding-bottom: 0.6rem;
  	}
  	
  	a:hover {
	  	text-decoration: none;
  	}
  	.miniavatar {
	  	width: 26px;
	  	height: 26px;
	  	border-radius: 50%;
	  	background-size: cover;
  	}
  	.topbar .dropdown-list .dropdown-header {
  		border-color: #8db600;
	  	background-color: #8db600;
  	}
  	.prodrowimg {
	  	max-height: 35px;
	  	max-width: 50px;
	  	box-sizing: border-box;
	  	padding: 2px;
	  	border: 1px solid #d1d3e2;
	  	border-radius: 5px;
  	}
  	.page-item.active .page-link {
	  	border-color: #8db600;
	  	background-color: #8db600;
  	}
  	.page-link,.page-link:hover {
	  	color: #8db600;
  	}
  	.dropdown-item.active, .dropdown-item:active {
	  	background-color: #459EEC;
  	}
  	.dropdown-item {
	  	padding: 0.25rem 0.5rem;
  	}
  	.dropdown-item img {
	  	margin-right: 10px;
	  	padding: 2px;
	  	background-color: #FFF;
	  	border-radius: 5px;
  	}
  	.bootstrap-autocomplete {
		overflow-y: auto;
		overflow-x: hidden;
		width: 600px!important;
		height: 300px;
	}
  	.btnborder {
	  	border: 1px solid #d1d3e2;
	  	width: 100%;
  	}
  	.even {
	  	background-color: #FAFAFA;
  	}
  	#dataTable tbody tr:hover {
	  	background-color: #F8F9FD;
  	}
  	/*.navbar-nav{
	    position: fixed;
	    width: 100%;
	    margin: 0 0 405px 0;
	}*/
	body.sidebar-toggled .navbar {
		margin: 0 0 0 6.5rem;
	}
	div.filter-option-inner-inner, label.custom-file-label {
		font-size: 0.875rem;
	}
	label.custom-file-label {
		overflow: hidden;
	}
	.dropdown.bootstrap-select.show .dropdown-menu{
	    transform: translate3d(5px, 0, 0px)!important;
	}
	.modal-confirm {		
		color: #434e65;
		width: 525px;
	}
	.modal-confirm .modal-content {
		padding: 20px;
		font-size: 16px;
		border-radius: 5px;
		border: none;
	}
	.modal-confirm .modal-header {
		background: #47c9a2;
		border-bottom: none;   
        position: relative;
		text-align: center;
		margin: -20px -20px 0;
		border-radius: 5px 5px 0 0;
		padding: 35px;
	}
	.modal-confirm h4 {
		text-align: center;
		font-size: 36px;
		margin: 10px 0;
	}
	.modal-confirm .form-control, .modal-confirm .btn {
		min-height: 40px;
		border-radius: 3px; 
	}
	.modal-confirm .close {
        position: absolute;
		top: 15px;
		right: 15px;
		color: #fff;
		text-shadow: none;
		opacity: 0.5;
	}
	.modal-confirm .close:hover {
		opacity: 0.8;
	}
	.modal-confirm .icon-box {
		color: #fff;		
		width: 95px;
		height: 95px;
		display: inline-block;
		border-radius: 50%;
		z-index: 9;
		border: 5px solid #fff;
		padding: 15px;
		text-align: center;
		margin: 0 auto;
	}
	.modal-confirm .icon-box i {
		font-size: 64px;
		margin: -4px 0 0 -4px;
	}
	.modal-confirm.modal-dialog {
		margin-top: 80px;
	}
    .modal-confirm .btn {
        color: #fff;
        border-radius: 4px;
		background: #eeb711;
		text-decoration: none;
		transition: all 0.4s;
        line-height: normal;
		border-radius: 30px;
		margin-top: 10px;
		padding: 6px 20px;
        border: none;
    }
	.modal-confirm .btn:hover, .modal-confirm .btn:focus {
		background: #eda645;
		outline: none;
	}
	.modal-confirm .btn span {
		margin: 1px 3px 0;
		float: left;
	}
	.modal-confirm .btn i {
		margin-left: 1px;
		font-size: 20px;
		float: right;
	}
	#postcode {
		text-transform: uppercase;
	}
	.tab-content {
		background-color: #FFF;
	}
	.tabs-x .tab-content {
		min-height: 350px;
	}
	.tab-content p {
		margin: 0;
		padding: 0;
	}
	.pimg {
		border: 1px solid #CCC;
		background-color: #FFF;
		padding: 5px;
		border-radius: 5px;
		width: 105px;
		margin: 2px 5px;
	}
	.scroll-to-top {
		bottom: 3rem;
	}
	
	div.newinput input:focus ~ .floating-label,
	div.newinput input:not(:placeholder-shown) ~ .floating-label,
	div.newinput textarea:focus ~ .floating-label,
	div.newinput textarea:not(:placeholder-shown) ~ .floating-label {
	  top: 1px;
	  font-weight: 300;
	  font-size: 11px;
	  opacity: 1;
	}
	div.newinput input:focus ~ .floating-label,
	div.newinput textarea:focus ~ .floating-label {
		color: #459EEC;
	}
	div.newinput {
		position: relative;
		display: inline-block;
		width: 100%;
	}
	div.newinput input[type="text"],
	div.newinput input[type="number"],
	div.newinput select,
	div.newinput textarea {
		font-family: Nunito;
		font-size: 14px;
		width: 100%;
		padding: 14px 8px 3px 7px;
		height: 35px;
		border: none;
		border: 1px solid #d1d3e2;
		margin-bottom: 2px;
		border-radius: 4px;
	}
	div.newinput textarea {
		height: 60px;
	}
	div.input-group.input-group-sm.newinput {
		display: flex;
	    width: 95%;
	    margin-bottom: 0;
	}
	div.input-group.input-group-sm.newinput input[type="text"],
	div.input-group.input-group-sm.newinput textarea {
		position: relative;
	    flex: 1 1 auto;
	    width: 70%;
	    outline: none;
		padding: 14px 8px 3px 4px;
		border-radius: 0 5px 5px 0;
	}
	div.newinput .input-group-prepend {
		height: 35px;
	}
	div.newinput input[type="text"]:focus,
	div.newinput input[type="number"]:focus,
	div.newinput textarea:focus {
		outline: none;
		border: 1px solid #459EEC;
	}
	.btnborderp {
		padding: 14px 8px 3px 8px;
		height: 35px;
		color: #000;
	}
	.btnborderp:after {
		margin-top: -14px!important;
	}
	div.input-group.input-group-sm.newinput .floating-label {
		left: 30px;
		z-index: 999;
	}
	div.newinput .floating-label {
	  position: absolute;
	  pointer-events: none;
	  left: 8px;
	  top: 7px;
	  font-weight: 300;
	  font-size: 14px;
	  transition: 0.3s ease all;
	}
	div.newinput .floating-label.up {
		top: 1px;
		font-weight: 300;
	  	font-size: 11px;
		opacity: 1;
	}

	.productrow > div:nth-child(1){
		width: 5%;
	}
	.productrow > div:nth-child(2){
		width: 12%;
	}
	.productrow > div:nth-child(3){
		width: 38%;
	}
	.productrow > div:nth-child(4){
		width: 7%;
	}
	.productrow > div:nth-child(5){
		width: 4%;
		text-align: center;
		font-size: 14px;
	}
	.productrow > div:nth-child(6){
		position: relative;
	    display: flex;
	    flex-wrap: wrap;
	    align-items: stretch;
	    width: 15%;
	}
	.productrow > div:nth-child(3) div.newinput{
		width: 94%;	
	}
	.productrow > div:nth-child(3) i {
		margin-left: 4px;
		line-height: 33px;
		vertical-align: top;
		border: 1px solid white;
	}
	.qtip {
		font-size: 12px;
		font-family: Nunito;
		color: #FFF;
		background-color: #8db600;
		margin-top: 0;
		top:0;
		border: #8db600;
	}
	.table td {
		padding: 0.5rem 0.75rem;
		font-size: 15px;	
	}
	#sortable,.sortable,.sortableck {
		margin: 0;
		padding: 0;
	}
	#sortable > li,.sortable > li,.sortableck > li {
		list-style-type: none;
		position: relative;
		padding-left: 30px;
	}
	#sortable > li:before,.sortable > li:before,.sortableck > li:before {
		cursor: move;
		font-family: "Font Awesome 5 Free"; 
		font-weight: 900; 
		color: #BBB;
		font-size: 12px;
		top: 11px;
		left: 0;
		width: 12px;
		height: 12px;
		text-align: center;
		position: absolute;
		content: '\f0c9';
	}
	#crumbs {
		list-style-type: none;
		margin-bottom: 20px;
		margin-left: -25px;
		position: absolute;
		top: 90px;
		height: 48px;
	}
	#crumbs li {
		background-color: #FFF;
	}
	#crumbs li:first-child a {
		color: #8db600;
		padding: 12px 10px 12px 30px;
	}
	#crumbs li a {
		display: block;
		color: #CCC;
		padding: 12px;
	}
	#crumbs li a:hover {
		color: #8db600;
		transition: 0.3s ease all;
	}
	.mt-80 {
		margin-top: 60px;
	}
	#crumbs li:last-child {
		background-color: transparent;
		color: #FFF;
		padding: 0;
	}
	#crumbs li:last-child span {
		background-color: #8db600;
		padding: 12px;
		box-sizing: border-box;
		height: 48px;
		display: inline-block;
		vertical-align: top;
	}
	.arrowrightwhite {
		background-color: #8db600;
		width: 0; 
		height: 0; 
		border-top: 24px solid transparent;
		border-bottom: 24px solid transparent;
		border-left: 24px solid white;
		display: inline-block;
	}
	.arrowrightblue {
		width: 0; 
		height: 0; 
		border-top: 24px solid transparent;
		border-bottom: 24px solid transparent;
		border-left: 24px solid #8db600;
		display: inline-block;
	}
	.card-header {
		background-color: #676767;
		color: #FFF;
	}
	.card-header h6.font-weight-light,.card-header h6 {
		font-weight: 500!important;
	}
	.card-header.py-3 {
		padding: 10px 22px!important;
	}
	.nav-tabs .nav-item a.nav-link.active {
		color: #459EEC;
	}
	.nav-tabs .nav-item a.nav-link {
		color: #676767;
	}
	.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
		background-color: #459EEC;
		border: 1px solid #459EEC;
	}
	body.sidebar-toggled .navbar {
		margin: 0;
	}
	.navbar {
		margin: 0 0 0 6.5rem;
	}
	body #content-wrapper {
		margin: 0 0 0 100px;	
	}
	.container-fluid {
		padding-top: 2rem;
	}
	.product {
		border: 1px solid #CCC;
		border-radius: 5px;
		width: 18%;
		display: inline-block;
		margin: 5px;
		padding: 10px;
		text-align: center;
	}
	.product img {
		width: 150px;
	}
	body.sidebar-toggled #content-wrapper {
			margin: 0;
		}
		#crumbs {
			visibility: hidden;
		}
		.card-body {
			overflow: hidden;
		}
		
		.pimgrow.fpimg {
			padding: 5px;
			background-color: #CCC;
		}
		.pimgrow.fpimg > div:nth-child(2),.pimgrow.fpimg > div:nth-child(3) {
			padding-top: 0;	
		}
		.pimgrow {
			padding: 10px;
			width: 100%;
			border: 1px solid #CCC;
			border-radius: 5px;
			margin-bottom: 3px;
		}
		.pimgrow > div {
			display: inline-block;
			vertical-align: top;
		}
		.pimgrow > div input {
			width: 100%;
		}
		.pimgrow > div:nth-child(1){
			width: 50px;
		}
		.pimgrow > div:nth-child(1) img{
			width: 50px;
		}
		.pimgrow > div:nth-child(2){
			padding-top: 15px;
			width: 350px;
		}
		.pimgrow > div:nth-child(3){
			padding-top: 15px;
			width: 300px;
		}
		.pimgrow > div:nth-child(4){
			padding-top: 20px;
		}
		
		@media(max-width:600px){
			.card-header h5 {
				font-size: 14px;
			}
			
		}
	@media(min-width:768px) {
		#crumbs {
			visibility: visible;
		}
		.container-fluid {
			padding-top: 0;
		}
	    #content-wrapper {
	        position: inherit;
	        margin: 0 0 0 14rem;
	        border-left: 1px solid #e7e7e7;
	        padding-top: 6rem;
	    }
	    body #content-wrapper {
			margin: 0 0 0 14rem;	
		}
	    body.sidebar-toggled #content-wrapper {
			margin: 0 0 0 6.5rem;
		}
		body.sidebar-toggled .navbar {
			margin: 0 0 0 14rem;
		}
		.chart-pie {
			height: 20rem;
		}
		.navbar {
			margin: 0 0 0 14rem;
		}
	}