@media only screen and (max-width: 600px) {
	body {
		background-color: white;
		overflow-x: auto;
		overflow-x: scroll;
	}

	div .dropdown-menu {
		min-width: 0rem;
		width: 20rem;
	}

	span .large_text{
		visibility: hidden;
		display: none;
	}

	span .small_text{
		visibility: visible;
		display: inline;
	}
}

@media print {
	@page {
		margin: 1em 1em;
		size: landscape;
	}

	.table {
		font-size: 0.65em !important;
	}

	.sorticon {
		display: none !important;
	}

	tr,
	td,
	th {
		border: none !important;
	}

	tr:nth-of-type(odd) td {
		background-color: #eee !important;
		-webkit-print-color-adjust: exact;
	}

	.editbtnrow,
	.filter {
		display: none !important;
	}

	.custom-control-input {
		position: relative;
		z-index: 100;
		opacity: 1;
	}
}

/*
Redesign idea
.bg-dark {
    background-color: #9bd65b !important;
} */

.disableSelect{
	pointer-events: none;
	background-color: #ecf0f1;
}

.testMargin>* {
	margin-left: 1px !important;
	margin-right: 5px !important;
}

li[class="page-item active"] .page-link {
	background: #007bff !important;
	color: white !important;
}

a[class="page-link disabled"] {
	opacity: 50%;
}

.page-link {
	background: #eee !important;
	color: #007bff !important;
}
.popup-checkbox {
	margin-top: -1.3em;
}
.table {
	zoom: 0.9;
}

.borderLine td {
	border-bottom: 4px solid black !important;
}

.bg-info .active a, .nav-link:hover{
	color: #dfdfdf !important;
}

.word-wrap {
	word-break: normal !important;
	white-space: pre-line;
}

.stickyTableHeader th {
	position: sticky;
	top: -1px;
	z-index: 10;
	background-color: white;
}

.isDone {
	background: #01FF70;
}

select[disabled] {
	pointer-events: none;
}

.isDoneRed {
	background: #fe4c4c;
}

.plusminus {
	width: 1cm;
	height: 1cm;
}

.container {
	min-height: 80px;
}

.navbar {
	padding: 0 !important;
	font-size: 18px;
}

.bgred {
	background-color: #ff6666 !important;
}

.navbar-brand {
	padding: 0 !important;
}

#btndelete {
	margin-top: -3.8rem !important;
	margin-left: 10.75rem !important;
}

.delbtn {
	border: none;
	background-color: rgba(0, 0, 0, 0);
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
}

.dropdown-menu {
	height: auto !important;
	max-height: 650px !important;
	min-width: 30rem;
	width: auto;
	overflow-x: hidden !important;
}

.small_text{
	visibility: hidden;
	display: none;
}

.smallicon {
	cursor: pointer;
	padding: 0 1px;
}

.form-inline {
	align-content: right;
}

.form-control mr-sm-2 {
	float: right;
}

.form-control {
	color: #000 !important;
}

a.navbar-brand img {
	height: 4rem;
}

.editbtnrow {
	padding: 0.5rem !important;
	width: 3.5rem;
}

.custom-control-label.d-print-none {
	pointer-events: none;
}

.custom-control {
	min-height: 0px !important;
}

.dd-edit{
	padding-right: 1.5rem !important;
}

.dd-edit::after {
	position: absolute;
	right: 0.5em;
	top: 40%;
	zoom: 1.3;
}

.dd-right1,
.dd-right2,
.dd-right3 {
	position: absolute;
}

.dd-right1 {
	right: 0.15rem !important;
}

.dd-right2 {
	right: 1.25rem !important;
}

.dd-right3 {
	right: 2.75rem !important;
}

.hidden {
	display: none;
}

.los {
	width: 2rem;
}

.name {
	width: 20rem;
}

.price {
	width: 7rem;
}

.client {
	width: 20rem;
}

.flatpickr-input {
	background-color: #fff !important;
}

hr.large {
	border-width: medium;
}

.li-nrwp {
	font-style: italic;
}

.li-i {
	padding-right: 8px;
}

.acc-toggler {
	font-weight: 800;
	border-top: solid 3px;
	border-bottom: solid 3px;
	border-color: black;
}

.custom-control-input[disabled] ~ .custom-control-label::before {
    background-color: #fff !important;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	color: #fff !important;
    border-color: #2c3e50 !important;
    background-color: #2c3e50 !important;
}

#toggleLogo{
	background-image: url('/public/img/icon_panforst.png');
	background-size: cover;
    height: 30px;
	width: 30px;
}

.logoWsh{
	background-image: url('/public/img/icon_wsh.png') !important;
}