.sidebar-brand {
	background-image: url('/img/senanewnew.svg');
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 90%;
}
.sidebar.toggled .sidebar-brand {
	background-image: url('/img/logosanew-small.svg');
	background-size: 70%;
}
.nop p {
	margin: 0;
	padding: 0;
}
.files tr:nth-child(odd) {background: #FAFAFA}
.bg-password-image {
	background-image: url("https://www.steynallberg.com/wp-content/uploads/2015/06/slide1.jpg");
}
.btn-link {
	color: #B52D2F!important;
}
.legenda {
	font-size: 12px;
	color: #FFF;
}
.legenda tr td {
	padding: 5px;
}
	.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;
	}

	.bg-gradient-primary {
	background-color: #B52D2F;
	background-image: linear-gradient(180deg, #B52D2F 10%, #CD4547 100%)
	
  	}
  	.btn-primary {
	  	border-color: #B52D2F;
	  	background-color: #B52D2F;
  	}
  	.btn-primary:hover {
	  	border-color: #B52D2F;
	  	background-color: #B52D2F;
  	}
  	.text-primary {
	  	color: #B52D2F!important;
  	}
  	a {
	  	color: #B52D2F;
  	}
  	a:hover {
	  	color: rgba(191,54,56,.9);
  	}
  	.sidebar hr.sidebar-divider {
	  	margin: 10px 0;
  	}
  	.sidebar .nav-item .nav-link {
	  	padding-top: 0.8rem;
	  	padding-bottom: 0.8rem;
  	}
  	
  	a:hover {
	  	text-decoration: none;
  	}
  	.miniavatar {
	  	width: 26px;
	  	height: 26px;
	  	border-radius: 50%;
	  	background-size: cover;
  	}
  	.topbar .dropdown-list .dropdown-header {
  		border-color: #B52D2F;
	  	background-color: #B52D2F;
  	}
  	.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: #B52D2F;
	  	background-color: #B52D2F;
  	}
  	.page-link,.page-link:hover {
	  	color: #B52D2F;
  	}
  	.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: 300px!important;
	}
  	.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 {
	  top: 1px;
	  font-weight: 300;
	  font-size: 11px;
	  opacity: 1;
	}
	div.newinput input: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 input[type="password"],div.newinput select {
		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.input-group.input-group-sm.newinput {
		display: flex;
	    width: 95%;
	    margin-bottom: 0;
	}
	div.input-group.input-group-sm.newinput input[type="text"] {
		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 {
		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: #459EEC;
		margin-top: 0;
		top:0;
		border: #459EEC;
	}
	.table td {
		padding: 0.5rem 0.75rem;
		font-size: 15px;	
	}
	#sortable {
		margin: 0;
		padding: 0;
	}
	#sortable li {
		list-style-type: none;
		position: relative;
		padding-left: 30px;
	}
	#sortable li:before {
		font-family: "Font Awesome 5 Free"; 
		font-weight: 900; 
		color: #BBB;
		font-size: 12px;
		top: 11px;
		left: 7px;
		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: #B52D2F;
		padding: 12px 10px 12px 30px;
	}
	#crumbs li a {
		display: block;
		color: #CCC;
		padding: 12px;
	}
	#crumbs li a:hover {
		color: #B52D2F;
		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: #B52D2F;
		padding: 12px;
		box-sizing: border-box;
		height: 48px;
		display: inline-block;
		vertical-align: top;
	}
	.arrowrightwhite {
		background-color: #B52D2F;
		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 #B52D2F;
		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;
	}
	body.sidebar-toggled #content-wrapper {
			margin: 0;
		}
		#crumbs {
			visibility: hidden;
		}
		.card-body {
			overflow: hidden;
		}
		.mobiletop {
			height: 0;
		}
		@media(max-width:600px){
			.mobiletop {
				height: 60px;
			}
			.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;
		}
	}