:root {
    --white: #fff;
	--red-alert: rgb(88, 21, 28);
	--body-color: #fff;
	--placeholder-color: #ccc;
	--red-bg-hover: rgba(214, 35, 0, 0.1);
	--yellow: #ffaa01;
	--svg-disabled: #6a6967;
	--green: #35b653;
	--orange: #ffc107;
	--red: #e52713;
	--dark-red: #B51807;
	--light-grey: #f6f6f6;
	--middle-light-grey: #eaeaea;
	--dark-grey: #575757;
	--black: #000;
	--black-hover: #333;
	--widget-bg: #f7f8fa;
	--gray: #aaa;
	--magenta: #b2007f;
	--blue: #1B9CFC;
}

body {
	font-family: 'Rubik', sans-serif;
}


body {
    background: var(--body-color);
}

h1 {
	font-weight: 700;
	font-size: 2rem;
}

.login-page {
    min-height: 100vh;
    display: flex;
}

.login-first-column {
    width: 30vw;
    padding: 3rem;
}

.login-image-column {
    width: 70vw;    
}

.login-image-column img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media(max-width: 1200px) {
    .login-first-column {
        width: 50vw;
    }    
    .login-image-column {
        width: 50vw;
    }
}

@media(max-width: 767px) {
    .login-first-column {
        width: 100vw;
    }    
    .login-image-column {
        display: none;
    }
}

.btn {
    padding-left: 1rem;
    padding-right: 1rem;
    display: inline-flex;
    align-items: center;
}

.btn svg {
    width: 1.125rem;
		height: 1.125rem;
    margin-right: 0.3125rem;
}

.btn-red {
    background-color: var(--red);
    color: var(--white);
}

.btn-red:hover,
.btn-red:focus {
    background-color: var(--dark-red);
    color: var(--white);
}

.btn-red.disabled {
	background-color: var(--red);
	border: 0;
	color: var(--white);
}

.btn-red-outline {
	color: var(--red);
	border-color: var(--red);
}

.btn-red-outline:hover,
.btn-red-outline:focus {
	background-color: var(--dark-red);
	color: var(--white);
	border-color: var(--dark-red);
}

.btn svg path {
   fill: var(--red);   
}

.btn-red svg path,
.btn-red-outline:hover svg path,
.btn-red-outline:focus svg path,
.btn-success svg path {
   fill: var(--white);   
}

.btn-red.disabled svg path {
	fill: var(--svg-disabled);
}

.btn-link {
	color: var(--red);
}

.btn-link:hover,
.btn-link:focus {
	color: var(--dark-red);
}

.form-control,
.form-select {
    font-family: 'Rubik', sans-serif;
}

.form-control::-moz-placeholder {
	color: var(--placeholder-color);
}

.form-control::placeholder {
	color: var(--placeholder-color);
}

.link-brown {
    color: var(--brown);
    text-decoration: none;
}

.link-brown:hover,
.link-brown:focus {
    color: var(--brown);
    text-decoration: underline;
}

.alert {
    display: flex;
    align-items: center;
}

.alert svg {
    width: 1.25rem;
    margin-right: 0.5rem;
}

.alert svg path {
    fill: var(--red-alert);
}

header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1.41px;
		z-index: 10;
}

.app-page {
    padding-top: 8rem;
		padding-bottom: 4rem;
}

.navbar {
    background: var(--body-color);
}

.navbar-brand img {
    width: 2rem;
}

.nav-link-icon {
    display: flex;
    align-items: center;
}

.nav-link svg {
    width: 1.125rem;
    margin-right: 0.5rem;
}

.nav-link svg path {
    fill: var(--brown);
}

.dlazdice {
    display: block;
    color: var(--body-color);
    font-size: 1.5rem;
    padding: 5rem 2rem 1rem 2rem;
    border-radius: 0.5rem;
    text-decoration: none;
    margin-bottom: 1rem;
    background-image: url(https://sawepecomcdn.blob.core.windows.net/bk-web-ordering/BK%20CZ/2023/Restaurace/Burgry/whopper.png);
    background-size: 100px auto;
    background-position: right 1rem top;
    background-repeat: no-repeat;
    transition: all 0.3s;
}

.dlazdice-shop {
    background-image: url(/img/open.png);
    background-color: var(--red);    
}

.dlazdice-kampan {
    background-color: var(--brown-dark);
    background-position-y: 1rem;
}

.dlazdice-spec {
    background-image: url(https://amrestcdn.azureedge.net/bk-web-ordering/BK%20CZ/bk_images/sides/fries_xxl.png);
    background-color: var(--yellow);
    background-position-y: 1rem;
}

.dlazdice span {
    display: block;
    font-size: 1rem;
}

.dlazdice:hover,
.dlazdice:focus {
    background-size: 110px auto;
    font-size: 1.6125rem;
    padding-top: 5.5rem;
}

.table thead tr th,
.table tbody tr td {
    background-color: transparent;
    border-color: var(--middle-light-grey);
}

.table-objednavky th {
    color: var(--brown);
}

form hr {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.modal-header,
.modal-body,
.modal-footer {
	background: var(--body-color);
	border-color: var(--middle-light-grey);
}

.toast {
	background-color: rgba(0,0,0,0.85);
	color: var(--white);
}

.toast .btn-close {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='%23fff' d='M 7.21875 5.78125 L 5.78125 7.21875 L 14.5625 16 L 5.78125 24.78125 L 7.21875 26.21875 L 16 17.4375 L 24.78125 26.21875 L 26.21875 24.78125 L 17.4375 16 L 26.21875 7.21875 L 24.78125 5.78125 L 16 14.5625 Z'/%3e%3c/svg%3e");
	background-size: 1rem 1rem;
	opacity: 0.8;
}

.td-status {
	width: 3rem;
	text-align: center;
}

.img-status {
	width: 1.25rem;
}

.breadcrumb-item a {
	color: var(--red);
	text-decoration: none;
}

.breadcrumb-item a:hover {
	color: var(--red-dark);
	text-decoration: underline;
}

.breadcrumb-item.active {
	color: var(--brown);
}

.bg-brown {
	background-color: var(--brown);
}

.link-tabulka {
	text-decoration: none;
	color: var(--brown-form);
}

.link-tabulka:hover,
.link-tabulka:focus {
	color: var(--red);
}

.link-tabulka:hover .bg-brown,
.link-tabulka:focus .bg-brown {
	background-color: var(--red);
}

.stav {
	display: inline-block;
	font-size: 14px;
	padding: 2px 8px;
	border-radius: 6px;
	color: var(--white);
	text-transform: capitalize;
}

.stav-n {
	background-color: var(--red);
}

.stav-p {
	background-color: var(--red-dark);
}

.stav-w {
	background-color: var(--orange);
}

.stav-s {
	background-color: var(--brown-dark);
}

.stav-d {
	background-color: var(--green);
}

.widget {
	background-color: var(--widget-bg);
	display: block;
	padding: 1rem 2rem;
	text-decoration: none;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	color: var(--black);
	transition: all 0.3s;
	margin-bottom: 1rem;
}

.widget h3 {
	font-weight: 700;
	font-size: 1.25rem;
	margin-bottom: 0;
}

.widget svg,
.widget img {
	width: 3rem;
	margin-right: 1rem;
}

.widget svg path {
	fill: var(--red);
	transition: all 0.3s;
}

.widget strong {
	font-weight: 700;
}

.widget:hover {
	background-color: var(--red);
	color: var(--white);
}

.widget:hover svg path {
	fill: var(--white);
}

.img-temp {
	width: 150px;
	margin-right: 1rem;
}

.reorder {
	height: 1.25rem;
}

.reorder:hover {
	cursor: move;
}

.ui-sortable-helper .btn {
	display: none;
}

.nav-tabs .nav-link {
	color: var(--red);
}

.nav-tabs .nav-link:hover {
	color: var(--dark-red);
}

.btn-add-temp {
	display: block;
	text-decoration: none;
	padding: 1rem;
	color: var(--red);
	border: 1px solid transparent;
	transition: all 0.3s;
	border-radius: 4px;
	margin-bottom: 0.5rem;
}

.btn-add-temp img {
	margin-bottom: 8px;
}

.btn-add-temp:hover {
	border: 1px solid var(--middle-light-grey);
	color: var(--dark-red);
	background: var(--widget-bg);
}

.btn-add-temp.active {
	background: var(--dark-grey);
	color: var(--white);
}

h1 .slash {
	opacity: 0.3;
	font-weight: 300;
}

.flag {
	width: 1rem;
	margin-right: 0.5rem;
}

.form-check-input:checked {
	background-color: var(--red);
	border-color: var(--red);
}

.img-hrac {
	width: 280px;
	height: 280px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
	max-width: 100%;
	display: block;
	margin: auto;
	margin-bottom: 2rem;
}

.img-preview {
	width: 140px;
	height: 140px;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 100%;
	display: block;
	margin: auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

@media (min-width: 768px) and (max-width: 991.98px) { 
	.img-hrac {
		width: 156px;
		height: 156px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
	.img-hrac {
		width: 216px;
		height: 216px;
	}
}

@media (min-width: 1200px) and (max-width: 1399.98px) { 
	.img-hrac {
		width: 261px;
		height: 261px;
	}
}

.rating {
	display: block;
	font-size: 2rem;
}

.jmeno-prijmeni {
	font-size: 1.25rem;
}

.text-datum {
	color: var(--gray);
	font-size: 12px;
	text-align: center;
	margin-bottom: 0;
}

.text-success {
	color: var(--green) !important;
}

.prihlaska-text {
	font-size: 14px;
	margin-right: 4px;
}

.prihlaska-text img {
	width: 1rem;
}

.prihlaska-text .btn {
	margin-left: 6px;
}

.nav-item-divider {
	border-left: 1px solid var(--bs-border-color);
	margin-left: 1rem;
	padding-left: 1rem;
}

.col-hodiny {
	text-align: center;
	padding: 0;
}

.col-hodiny .btn {
	padding: 2px;
}

.col-hodiny .btn svg {
	margin: 0;
}

.col-border {
	border-right: 1px solid #ddd;
}

.col-border:last-child {
	border: none;
}

th .col-border {
	font-weight: 400;
	font-size: 13px;
}

.link-black {
	color: var(--black);
	text-decoration: none;
}

.link-black:hover {
	color: var(--red);
	text-decoration: underline;
}

.link-red {
	color: var(--red);
	text-decoration: none;
}

.link-red:hover {
	color: var(--dark-red);
	text-decoration: underline;
}

.alert-success {
	background-color: var(--green);
	border: 0;
	color: var(--white);
}

.alert-danger {
	background-color: var(--red);	
	border: 0;
	color: var(--white);
}

.alert-danger svg path {
	fill: #fff;
}

.alert.text-center {
	justify-content: center;
}

.icon-status {
	width: 1.25rem;
	margin-right: 0.25rem;
	margin-top: -3px;
}

.btn-red-tr.disabled {
	border: transparent;
	background-color: #F25B69;
}

.btn-black,
.btn-black.disabled {
	background-color: var(--black);
	border: transparent;
	color: var(--white);
}

.btn-black:hover {
	background-color: var(--black-hover);
	border: transparent;
}

.btn.disabled {
	opacity: 1;
}

.table-float {
	position: fixed;
	left: 0;
	right: 0;
	top: 59px;
	background: #fff;
	display: none;
}

.table-float.show {
	display: block;
}

.table-float .table {
	margin-bottom: 0;
}

.thead_orig th {
	font-size: 14px;
}

.thead_orig th:first-child,
#table_clone th:first-child {
	width: 200px;
}

@media(max-width: 767px) {
	.thead_orig th:first-child,
	#table_clone th:first-child {
		width: 130px;
	}	
}

.td-hrac {
	font-size: 14px;
}

.td-hrac .badge {
	padding-left: 4px;
	padding-right: 4px;
}

.btn-light.disabled svg path {
	fill: #999;
}

.badge-notif {
	background: var(--red);
  color: var(--white);
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 13px;
  border-radius: 50%;
  position: absolute;
  left: 17px;
  top: -3px;
}

.badge-notif:empty {
	display: none;
}

.bg-badge-g {
	background-color: var(--green) !important;
}

.bg-badge-m {
	background-color: var(--magenta) !important;
}

.bg-badge-o {
	background-color: var(--orange) !important;
}

.bg-badge-b {
	background-color: var(--blue) !important;
}

.row-rating-o {
	background-color: rgba(255,193,7,0.1) !important;
}

.row-rating-m {
	background-color: rgba(178,0,127,0.08) !important;
}

.row-rating-b {
	background-color: rgba(27,156,252,0.15) !important;
}

.row-rating-g {
	background-color: rgba(53,182,83,0.15) !important;
}

@media(max-width: 767px) {
	.app-page {
		padding-top: 5rem;
	}
	.block-date {
		display: flex;		
		flex-direction: column;
	}	
	
	.block-date .btn-turnaj {
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.block-date .btn-turnaj svg {
		margin: auto;
	}
}

.poznamka {
	margin-bottom: 1rem;
	font-size: 14px;
}

.poznamka span {
	display: block;
	font-size: 12px;
	color: var(--gray);
	margin-top: 3px;
}

.poznamka:last-child {
	margin-bottom: 0;
}

.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
	--bs-table-bg-type: rgba(0,0,0,0.08);
}

.container-btns {
	display: none;
	position: absolute;
	left: -56px;
	top: -48px;
	background: var(--white);
	padding: 0.5rem;
	box-shadow: 0 3px 8px rgba(0,0,0,0.5);
	border-radius: 4px;
}

.container-btns.alter {
	left: -21px;
}

.container-btns.cs2 {
	left: -105px;
}

.container-btns.active {
	display: flex;
}

.container-btns.active a {
	margin: 0 1px;
}

.container-btns::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px solid var(--white);
	position: absolute;
	left: 50%;
	margin-left: -4px;
	top: 100%;
}

.btn-save.disabled {
	color: var(--white);
	opacity: 0.5;
}

.btn-save.disabled svg path {
	fill: var(--white);
}

.btn .team {
	margin-left: 4px;
	margin-right: 2px;
}

.btn .team:empty {
	margin-left: 0;
	margin-right: 0;
}

.stav-prihlasky {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 2px;
}

.stav-prihlasky.red {
	background-color: #e52713;
}

.stav-prihlasky.orange {
	background-color: #f0932b;
}

.stav-prihlasky.magenta {
	background-color: #be2edd;
}

.stav-prihlasky.green {
	background-color: #6ab04c;
}

.stav-prihlasky.yellow {
	background-color: #f6e58d;
}