html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 90px;
	min-height: 75rem;
	padding-top: 56px;
}

body.login {
	margin-bottom: 0px;
	padding-top: 0px;
	background-image: url('login_background.jpeg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	line-height: 60px; /* Vertically center the text there */
	margin-top: 30px;
	background-color: #f5f5f5;
}

.breadcrumb {
	padding: 0.25rem 1rem;
	background-color: transparent;
}

table.dataTable {
	border-collapse: collapse !important;
}

.dt-buttons {
	float: right;
	padding-left: 10px;
}

h1, .h1 {
	margin: 30px 0 40px 0;
	font-family: Lato;
	font-weight: 300;
}

h2, .h2 {
	margin: 40px 0 20px 0;
	font-family: Lato;
	font-weight: 300;
}

.modal-dialog {
	margin-top: 180px;
}

.dropdown-menu {
	margin: 7px 0 0;
}

.nobr {
	white-space: nowrap;
}

.fa-file-pdf-o {
	color: #dc3545;
}

form .icon-prepend, form .icon-append {
	border: 0px none #ced4da;
	color: #666666;
}

form .icon-prepend {
	/* left: 5px; */
	/* padding-right: 3px; */
	/* border-right-width: 1px; */
	/* border-right-style: solid; */
	
}

form .icon-append {
	right: 16px;
	/* padding-left: 3px; */
	/* border-left-width: 1px;
	border-left-style: solid; */
}

form .icon-append, form .icon-prepend {
	position: absolute;
	/* top: 5px; */
	width: 40px;
	height: 38px;
	font-size: 15px;
	line-height: 38px;
	text-align: center;
}

form .form-group .icon-prepend+input {
	padding-left: 38px;
}

form .form-group .icon-append+input {
	padding-right: 38px;
}

.nobr {
	white-space: nowrap;
}

.diams:after {
	background-image: url(dennemeyer.png);
	background-repeat: no-repeat;
	content: " ";
	position: absolute;
	width: 27px;
	height: 19px;
	margin: 0px 0 0 0px;
	background-size: 27px 19px;
}

.ui-autocomplete {
	position: fixed;
	top: 100%;
	left: 0;
	z-index: 9999999;
	float: left;
	display: none;
	min-width: 160px;
	padding: 0px;
	margin: 0 0 10px 25px;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

.ui-menu-item>.ui-menu-item-wrapper {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #555555;
	/* white-space: nowrap; */
	text-decoration: none;
	cursor: default;
}

.ui-state-hover, .ui-state-active {
	color: #ffffff;
	text-decoration: none;
	background-color: #6e96ca;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-image: none;
}

.ui-state-highlight {
	height: 1.5em;
	line-height: 1.2em;
}

.ui-menu-item:hover {
	color: #ffffff !important!;
	background-color: #6e96ca;
}

.ui-menu-item:hover>.ui-menu-item-wrapper {
	color: #ffffff !important!;
	background-color: #6e96ca;
}

.inputDnD .form-control-file {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 6em;
	outline: none;
	visibility: hidden;
	cursor: pointer;
	background-color: #c61c23;
	box-shadow: 0 0 5px solid currentColor;
}

.inputDnD .form-control-file:before {
	content: attr(data-title);
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 100%;
	min-height: 6em;
	line-height: 2em;
	padding-top: 1.5em;
	opacity: 1;
	visibility: visible;
	text-align: center;
	border: 0.25em dashed #333;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	overflow: hidden;
}

.inputDnD .form-control-file:hover { &:before { border-style:solid;
	box-shadow: inset 0px 0px 0px 0.25em currentColor;
}

}
}
.dropzone .dz-message {
	text-align: center;
	margin: 1em 0;
}

.custom-file-input ~ .custom-file-label::after {
	content: "Parcourir ...";
}

.dropzone .dz-preview .dz-image {
	border-radius: 20px;
	overflow: hidden;
	width: 59px;
	height: 50px;
	position: relative;
	display: block;
	z-index: 10;
	opacity: 0;
}

.dropzone .dz-preview:hover .dz-details {
	opacity: 0;
}

.dropzone .dz-preview .dz-remove {
	opacity: 0;
}

.dropzone .dz-preview.dz-file-preview .dz-details {
	opacity: 0;
}

.badge-pill {
	border-radius: 10rem;
}

li.invoice-action {
	margin: 0.25rem 0;
	background-color: #f8f9fa !important;
	border-left: 2px solid #6c757d;
}

li.invoice-action .w-100 {
	margin: 0.25rem 0.25rem 0.25rem 0;
}

.handle i:hover {
	color: #000 !important;
}

a:hover .fa-link:before, a:hover .fa-chain-broken:before {
	content: "\F127";
}

.movement-hidden {
	background: repeating-linear-gradient(45deg, #f8f9fa, #f8f9fa 4px, #d1ecf1 4px,
		#d1ecf1 8px);
}

.movement-odf {
	background-color: #d1ecf1;
}

/* https://www.w3schools.com/howto/howto_css_switch.asp */
/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 48px;
	height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #007bff;
}

input:focus+.slider {
	box-shadow: 0 0 1px #007bff;
}

input:checked+.slider:before {
	-webkit-transform: translateX(24px);
	-ms-transform: translateX(24px);
	transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 12px;
}

.slider.round:before {
	border-radius: 50%;
}