.ion-menu-admin .col {
	line-height: 0.4 !important;
}

.chosen-selector {
	width: 100% !important;
}

.vertical-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/* .modal-dialog {
	max-width: 80vw;
} */

.spinner {
	display: flex;
	position: absolute;
	top: 0;
	align-items: center;
	justify-content: center;
	background-color: white;
	width: 100%;
	height: 100%;
	z-index: 10;
	border-radius: 0.3rem;
}

/* #region start of auth */
.auth-background {
	/* background: url('../images/back-auth.jpg') no-repeat center center; */
	background-size: cover
}

.auth {
	padding: 2rem;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 4px;
}

.logo-img {
	display: block;
	margin: auto;
	margin-bottom: 20px;
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translatex(-50%);
}

.form-group-message {
	color: red;
}

.auth-background .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
}

.copyright {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.copyright a {
	color: #F9A31A;
}

/* #endregion end of auth */

td.details-control {
	cursor: pointer;

	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

td.details-control:before {
	content: "\f055";
	color: green !important;
}

tr.details td.details-control:before {
	content: "\f056";
	color: red !important;
}

tr.details+tr {
	background-color: gainsboro !important;
}

#vehiclesTable>tbody td:nth-child(3) {
	position: relative;
}

.dt-head-center {
	text-align: center;
}

.day-header {
	background-color: #375108;
}

.order-header {
	background-color: #789d24;
}
.nav-arrow:active, .nav-arrow:focus {
	background-color: #375108
}

.modal-full {
    min-width: 100%;
    margin: 0;
}

.modal-full .modal-content {
    min-height: 100vh;
}

.form-message {
	position: fixed;
	bottom: -10px;
	left: 10px;
	z-index: 9999;
}

.error-field {
	border-color: red;
	border-width: 2px;
	/* box-sizing: border-box; */
}