.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
	height: 100px;
}

.ruka {
	cursor: pointer !important;
}

.h-5rem {
	height: 5rem;
}

.h-20rem {
	height: 20rem;
}

.h-30rem {
	height: 30rem;
}

.h-50rem {
	height: 50rem;
}

.font-12em {
	font-size: 1.2em !important;
}

.font-14em {
	font-size: 1.4em !important;
}

.font-2em {
	font-size: 2em !important;
}

.text-black-30 {
	color: rgba(0, 0, 0, .30) !important;
}

.text-black-20 {
	color: rgba(0, 0, 0, .20) !important;
}

.text-black-15 {
	color: rgba(0, 0, 0, .15) !important;
}

.text-warning-50 {
	color: rgba(255, 193, 7, .50) !important;
}

form.user .form-control-user {
	font-size: .9rem;
	border-radius: .1rem;
	padding: 1.5rem 1rem;
}

form.user .btn-user {
	font-size: 1rem;
	border-radius: .1rem;
	padding: .75rem 1rem;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem) !important;
}

.modal-xxl {
	max-width: 1250px;
}

.modal-xxxl {
	max-width: 1450px;
}

.bg-login-image {
	background: url(../img/indoors-3117027_1920.jpg);
	background-position: center;
	background-size: cover;
}

.pending-requests-card a:hover {
	text-decoration: none;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.pending-requests-card .card:hover {
	box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .55) !important;
}

.custom-switch .custom-control-label::before {
	left: -4.25rem;
	top: -0.20em;
	width: 3.75rem;
	pointer-events: all;
	border-radius: 2rem;
	height: 2em;
}

.custom-switch .custom-control-label::after {
	top: calc(-0.1rem + 2px);
	left: calc(-4.1rem + 2px);
	width: calc(1.8rem - 4px);
	height: calc(1.8rem - 4px);
	background-color: #b7b9cc;
	border-radius: 2rem;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: #fff;
	transform: translateX(1.7rem);
}

.table-bordered th {
	background-color: #e3e6f0;
	background-image: linear-gradient(180deg, #f8f9fc 10%, #F1F3F9 100%);
	background-size: cover;
}

.big-check.custom-control-label::before {
	position: absolute;
	top: -0.2rem;
	left: -2.5rem;
	display: block;
	width: 2rem;
	height: 2rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #b7b9cc solid 1px;
}

.big-check.custom-control-label::after {
	position: absolute;
	top: -0.2rem;
	left: -2.5rem;
	display: block;
	width: 2rem;
	height: 2rem;
	content: "";
	background: no-repeat 50%/50% 50%;
	font-size: 1.4em;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .015)
}

.table-hover tbody tr:hover {
	color: #858796;
	background-color: rgba(0, 0, 0, .05)
}

/*      SIDEBAR        */
@media (min-width: 768px) {

	/* .sidebar.toggled .nav-item .nav-link span {
    font-size: 0.85rem;
  } */
	.sidebar.toggled .nav-item .nav-link i {
		font-size: 1.2rem;
		/* margin-right: .25rem; */
	}

	.sidebar.toggled .nav-item .nav-link span {
		font-size: .85rem;
		/* display: inline; */
	}
}

/*      REZERVACE      */
.rezervace {
	font-size: 0.8em;
}

#rezervace-kriz {
	position: fixed;
	top: 4rem;
	right: 2rem;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	padding: 0;
	background: #fff;
	font-size: 4em;
	color: #e74a3b;
	z-index: 100;
	transition: all 350ms;
}

.rezervace-radek.oddelovac {
	border-top: 1px dotted rgba(0, 0, 0, 0.2);
	padding-top: 1rem;
}


.barney-mainpicture {
	width: 100%;
	height: auto;
	max-width: 10rem;
	margin-right: 1rem;
	margin-bottom: 1rem;
}