
*{
	box-sizing: border-box;
}

.flex {
	display: flex;
}
.block {
	display: block;
}
.grow {
	flex-grow: 1;
}
.me-auto {
	margin-right: auto;
}
.ms-auto {
	margin-left: auto;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}

.mx-4 {
	margin-left: 1.4rem;
	margin-right: 1.4rem;
}
.me-0 {
	margin-right: 0;
}

.py-1 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.justify-between {
	justify-content: space-between;
}
.justify-center {
	justify-content: center;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse;
}

.clear, .spacer-5px, .spacer-10px, .spacer-20px, .spacer-30px, .spacer-1rem, .spacer-1_5rem, .spacer-2rem, .spacer-4rem, .spacer-5rem, .spacer-6rem, .spacer-7rem, .spacer-8rem, .spacer-9rem, .spacer-10rem {
	display: block;
	clear: both;
	float: none;
}

.spacer-30px {
	height: 30px;
}
.spacer-20px {
	height: 20px;
}
.spacer-10px {
	height: 10px;
}
.spacer-5px {
	height: 5px;
}
.spacer-1rem {
	height: 1rem;
}
.spacer-1_5rem {
	height: 1.5rem;
}
.spacer-2rem {
	height: 2rem;
}
.spacer-3rem {
	height: 3rem;
}
.spacer-4rem {
	height: 4rem;
}
.spacer-5rem {
	height: 5rem;
}
.spacer-6rem {
	height: 6rem;
}
.spacer-7rem {
	height: 7rem;
}
.spacer-8rem {
	height: 8rem;
}
.spacer-9rem {
	height: 9rem;
}
.spacer-10rem {
	height: 10rem;
}


.width-1400 {
	max-width: 1400px;
	padding: 0 10px;
	margin: 0 auto;
}








/** ICONS **/
.i {
	display: inline-flex;
}
.b {
	cursor: pointer;
	padding: 0.8rem;
	border-radius: 50%;
	margin: 0.1rem;
}
.b:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
.i-36.b-48 {
	padding: .6rem;
}
.i-36.b-40 {
	padding: .2rem;
height: auto;max-height: 2.5rem;}
.i-24.b-48 {
	padding: 0.75rem;
	height: auto;
	max-height: 3rem;
	}
.i-24.b-40 {
	padding: 0.5rem;
	height: auto;
	max-height: 2.5rem;
	}
.i-18.b-30 {
	padding: 0.15rem;
height: auto;max-height: 1.875rem;}
.i-18.b-22 {
	padding: .2rem;
}


.i-18, .i-20, .i-24, .i-36, .i-48,
.i-18 svg, .i-20 svg, .i-24 svg, .i-36 svg, .i-48 svg,
.i-18 img, .i-20 img, .i-24 img, .i-36 img, .i-48 img {
	width: auto;
	height: auto;
	-webkit-font-smoothing: antialiased;
	vertical-align: middle;
	display: inline-flex;
	}


.i-18, .i-18 svg, .i-18 img {
	height: 1.125rem;
}

.i-20, .i-20 svg, .i-20 img {
	height: 2rem;
}

.i-24, .i-24 svg, .i-24 img {
	height: 24px;
}

.i-36, .i-36 svg, .i-36 img {
	height: 2.25rem;
}

.i-48, .i-48 svg, .i-48 img {
	height: 4.8rem;
}

.i-dark {
	fill: rgba(0, 0, 0, 0.54);
}

.i-dark.i-inactive {
	fill: rgba(0, 0, 0, 0.26);
}

.i-light {
	fill: rgba(255, 255, 255, 1);
}

.i-light.i-inactive {
	fill: rgba(255, 255, 255, 0.3);
}

.disabled .b {
	opacity: 0.34;
}
.disabled .b:hover {
	background: none;
}


.toolbar {
	display: flex;
	align-items: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0, 0, 0, .12);
	background-color: white;
}

.paginator {
	display: flex;
	align-items: center;
	margin-left: auto;
}

.paginator .current-page {
	padding: 0 16px;
}
	.paginator .current-page p {
		margin: 0;
	font-size: 1rem;}




/** KOMPONENTY **/
.modalCover {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1201;
}

.dialogBox {
	display: none;
	position: fixed;
	background-color: white;
	width: 700px;
	z-index: 500;
	left: 0;
	max-width: 90%;
	max-height: 70%;
	right: 0;
	top: 15%;
	margin: 0 auto;
	border-radius: 4px;
	box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, .12);
}

.dialogBox h2.title {
	padding-bottom: 15px;
	color: rgba(0, 0, 0, .87);
	margin: 0;
	padding: 0 24px 9px;
	padding-bottom: 15px;
	margin-top: 16px;
	border-bottom: 1px solid transparent;
	border-color: rgba(0, 0, 0, .12);
}

.dialogBox .close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 12px;
	width: 12px;
	padding: 23px;
	cursor: pointer;
}

.dialogBox .close:hover {
	opacity: 0.5;
}

.dialogBox .close:before, .close:after {
	position: absolute;
	right: 28px;
	content: ' ';
	top: 20px;
	height: 18px;
	width: 2px;
	background-color: #333;
}

.dialogBox .close:before {
	transform: rotate(45deg);
}

.dialogBox .close:after {
	transform: rotate(-45deg);
}

.dialogBox .content {
	padding: 8px 16px;
	max-height: 250px;
	overflow: auto;
}

.dialogBox .footer {
	padding: 16px;
	border-top: 1px solid transparent;
	border-color: rgba(0, 0, 0, .12);
	text-align: right;
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	/* background-color: transparent; */
	border: 1px solid transparent;
	padding: .375rem .75rem;
	/* font-size: 1.6rem; */
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}
	.modal.cover {
		background-color: rgba(0, 0, 0, 0.3);
	}
		.modal-dialog {
			position: relative;
			width: auto;
			margin: .5rem;
			pointer-events: none;
		}

			.modal-content {
				position: relative;
				display: flex;
				flex-direction: column;
				width: 100%;
				pointer-events: auto;
				background-color: #fff;
				background-clip: padding-box;
				border: 1px solid rgba(0, 0, 0, .2);
				border-radius: 0.8rem;
				outline: 0;
				box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, .13);
				border: none;
				overflow: hidden;
			}
				.modal-header {
					display: flex;
					flex-shrink: 0;
					align-items: center;
					justify-content: space-between;
					/* padding: 1.5rem; */
					border-bottom: 1px solid #dee2e6;
					border-top-left-radius: calc(.3rem - 1px);
					border-top-right-radius: calc(.3rem - 1px);
				}
					.modal-title {
						margin-bottom: 0;
						line-height: 1.5;
						margin-top: 0;
						font-size: 2rem;
					}
						.btn-close {
							box-sizing: content-box;
							width: 2em;
							height: 2em;
							padding: .25em .25em;
							color: #000;
							border: 0;
							border-radius: .25rem;
							opacity: 0.7;
							position: relative;
						}
							.btn-close:after,
							.btn-close:before {
								content: '';
								display: block;
								width: 2.2rem;
								height: 0.2rem;
								background-color: black;
								transform: translate(-50%, -50%) rotate(45deg);
								top: 50%;
								left: 50%;
								right: 50%;
								position: absolute;
							}
							.btn-close:after {
								transform: translate(-50%, -50%) rotate(-45deg);
							}
							.btn-close:before {
								
							}
.modal-body {
	position: relative;
	flex: 1 1 auto;
	/* padding: 1.5rem; */
}
.modal-footer > * {
	margin: .25rem;
}
.modal-footer {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-end;
	padding: 1.5rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px);
	overflow: hidden;
}

.modal-warning .modal-header {
	background-color: red;
	color: white;
}
.modal-warning .btn-secondary {
	background-color: red;
	color: white;
	border-color: red;
}
.modal-warning .btn-close:after,
.modal-warning .btn-close:before {
	background-color:white;
}
.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 12rem auto;
	}
}
.fab-container {
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 9999999;
}

.fab {
	background-color: #009688;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 1rem;
	box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
	transition-duration: 250ms;
	transition-property: opacity, background-color, box-shadow;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
	line-height: 1;
	}

.fab:hover, .fab:focus {

	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, .12);
	opacity: 0.8;

}

.fab:active {
	box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, .12);
	opacity: black;
}

.fab a {
	padding: 10px;
	display: block;
	color: white;
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: roboto;
}
	.fab.small {
		width: 35px;
		height: 35px;
	}
		.fab.small a {
			padding: 0.5rem;
		}


.admin-block {
	border: aquamarine dashed 1px;
	position: relative;
}

.admin-block .quick-edit {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ffffff55;
	padding: 0.2rem 0.5rem;
	border-bottom: aquamarine dashed 1px;
	border-left: aquamarine dashed 1px;
	border-bottom-left-radius: 1rem;
}

.admin-block:hover .quick-edit {
	display: block;
}

.admin-block .quick-edit a {
	font-size: 0.9rem;
	text-decoration: none;
	cursor: pointer;
	color: #666;
}

.context-menu {
	display: none;
	position: absolute;
}

/**	DESKTOP **/
@media screen AND (min-width: 769px) {
	.not-desktop {
		display: none !important;
	}
}

/**	SMALL PC **/
@media screen AND (max-width: 1024px) {
	.not-small-pc {
		display: none !important;
	}
}

/**	TABLET	**/
@media screen AND (max-width: 768px) {
	.not-mobile {
		display: none !important;
	}
}

/**	MOBILE	**/
@media screen AND (max-width: 425px) {

}

/**	ANIMACE	**/
