*::-webkit-scrollbar{
  width: 1px;
	height: 1px;
  background: transparent;
}

.drop-down-mobile .list::-webkit-scrollbar{
  width: 0px;
}

body{
	width: 100vw;
	/* height: 100vh; */
	background-color: var(--bg-color);
	font: 14px normal verdana, sans-serif;
	color: var(--primary);
	/* overflow-x: hidden; */
}



.c-orange{
  color: var(--brema-orange) !important;
}

.c-silver{
  color: var(--brema-silver) !important;
}

.c-green{
  color: var(--brema-green) !important;
}

.c-blue{
  color: var(--brema-blue) !important;
}

.c-yellow{
  color: var(--brema-yellow) !important;
}

.c-tyrkys{
  color: var(--brema-tyrkys) !important;
}

.c-red{
  color: var(--brema-red) !important;
}



.fs-12{
  font-size: 12px;
}

.fs-13{
  font-size: 13px;
}

.fs-14{
  font-size: 14px;
}

.fs-15{
  font-size: 15px;
}

.fs-16{
  font-size: 16px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 10px 10px 7px 10px;
	text-align: center;
}

h1{
	font-size: 18px;
	color: var(--brown);
}

header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: var(--bg-header-footer-color);
	box-shadow: 0px 4px 8px -4px rgb(var(--box-shadow-color), 0.4);
  z-index: 10;
}


/* Back */
header .btn-back{
	position: relative;
	width: 50px;
	height: 100%;
	font-size: 20px;
	text-align: center;
	float: left;
}
/* Icon */
	header .btn-back i{
		width: 100%;
		height: 100%;
	}

	header .btn-back i::before{
		position: absolute;
		width: 20px;
		height: 20px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	header .btn-back img{
		height: 40px;
		margin: 6px 0px 6px 8px;
	}

	header .btn-back .header-back-logo{
		display: table;
	}

	/* Title */
	header .nadpis{
		width: calc(100% - 100px);
		height: 100%;
		font-size: 20px;
		line-height: 48px;
		text-align: center;
		float: left;
	}
	/* User */
	header .settings{
		position: relative;
		width: 50px;
		height: 100%;
		font-size: 20px;
		text-align: center;
		float: left;
	}
	/* Icon */
		header .settings i{
			position: absolute;
			width: 20px;
			height: 20px;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
		}

		header .settings a{
			color: var(--silver);
		}

		header .settings.active a{
			color: var(--brema-blue);
		}

section{
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	/* height: calc(100vh - 100px); */
	/* height: calc(calc(var(--vh, 1vh) * 100) - 100px); */
	height: calc(calc(var(--vh) * 100) - 100px);
	padding-bottom: 10px;
	overflow-y: auto;
}
/* Table */
table{
	position: relative;
	width: 100%;
	border-collapse: collapse;
	margin: 10px auto 0px auto;
	/* box-shadow: 0px 0px 4px 0px rgb(var(--box-shadow-color), 0.4); */
}

table caption{
	position: relative;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
}

table caption i{
	width: 15px;
	font-size: 16px;
}

table caption i.fa-angle-left{
	float: left;
}

table caption i.fa-angle-right{
	float: right;
}

table thead tr,
table tbody tr{
	width: 100%;
	height: 40px;
	background-color: var(--bg-box-color);
	/* box-shadow: 0px 0px 4px 0px rgb(var(--box-shadow-color), 0.4); */
}

table tr th{
	position: sticky;
	top: 0;
	background-color: var(--bg-header-table-color);
	color: var(--primary);
	z-index: 1;
}

table.detail tr th{
	position: relative;
	width: 100px;
	background-color: var(--bg-header-table-color);
	color: var(--primary);
  padding: 8px 0px;
}

div.div-txt-arr table.detail tr th,
div.div-txt-arr table.detail tr .th{
  background-color: var(--silver-light);
}

table tr td{
	text-align: center;
	border: 1px solid var(--bg-header-table-color);
	padding: 3px;
	word-break: break-word;
}

div.div-txt-arr table.detail tr td{
  border-color: var(--silver-light);
}

table tr td:nth-child(1){
	width: 30px;
}

table.historie-detail tr td:nth-child(1){
	width: 80px;
}

table.historie tr td:nth-child(1){
	width: 80px;
}

table tr td:nth-child(2){
	width: auto;
}

table tr td:nth-child(3){
	width: 55px;
}

table tr td:nth-child(4){
	width: 36px;
}

table tr td img{
	height: 25px;
	margin: 4px;
}

table td.show-drop-down{
	position: relative;
	transition: all 0.15s linear;
	cursor: pointer;
	z-index: 0;
}

table tr.active{
	color: var(--brema-blue);
}

table td.show-drop-down.active{
	color: var(--brema-blue);
	font-size: 18px;
}

TH i.fa-sort-up,
th i.fa-sort-down{
	display: none;
}

table.sort[data-table-sort="ASC"] th.active i.fa-sort-up{
	display: inline-block;
}

table.sort[data-table-sort="DESC"] th.active i.fa-sort-down{
	display: inline-block;
}


/* Zrušený */
table tr.crossed{
	color: var(--brema-silver);
	font-style: italic;
}
table tr.crossed td{
	position: relative;
}
table tr.crossed td:not(.akce):before{
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 1px solid var(--brema-silver);
  width: 100%;
}

table tr.crossed td:not(.akce):first-child:before{
	left: 8px;
	width: calc(100% - 8px);
}

table tr.crossed td:not(.akce):last-child:before{
	right: 8px;
	width: calc(100% - 8px);
}


.box.pripojeni-kolegove table tr td[data-null="true"]{
  position: relative;
}

.box.pripojeni-kolegove table tr td[data-null="true"]:before{
  content: " ";
  position: absolute;
  top: 50%;
  left: 3%;
  border-bottom: 1px solid var(--brema-silver);
  width: 94%;
}

.box.pripojeni-kolegove table tr td.pozastaveny{
  color: var(--brema-orange);
  -webkit-animation: pulse 2s ease-in infinite;
	animation: pulse 2s ease-in infinite;
}


table.user-info{
	font-size: 13px;
}

table.user-info tr:first-child th,
table.historie-detail tr:first-child th:first-child{
	border-top-left-radius: 4px;
}

table.user-info tr:first-child td,
table.historie-detail tr:first-child th:last-child{
	border-top-right-radius: 4px;
}

table.user-info tr:last-child th,
table.historie-detail tr:last-child td:first-child{
	border-bottom-left-radius: 4px;
}

table.user-info tr:last-child td,
table.historie-detail tr:last-child td:last-child{
	border-bottom-right-radius: 4px;
}

table.user-info tr{
	height: 25px;
}

table.user-info th{
	width: 50%;
}


table.calendar thead tr{
	height: 26px;
}

table.calendar tbody tr{
	height: 51px;
}

table.calendar thead tr th{
	width: calc(100% / 7);
}

table.calendar tr th.week-num{
	font-weight: normal;
	font-size: 12px;
	width: 22px;
}

table.calendar thead tr th:first-child{
  border-top-left-radius: 6px;
}

table.calendar thead tr th:last-child{
  border-top-right-radius: 6px;
}

table.calendar tbody tr:last-child th:first-child{
  border-bottom-left-radius: 6px;
}

table.calendar tbody tr:last-child td:last-child{
  border-bottom-right-radius: 6px;
}

table.calendar tbody td{
	max-width: 40px;
	vertical-align: sub;
	padding: 3px 0px 0px 0px;
	font-size: 12px;
	height: 54px;
}

table.calendar tbody td span{
	display: inline-block;
	width: 14px;
	height: 14px;
}

table.calendar tbody td.current-day span{
	background-color: var(--brema-silver);
	border-radius: 50%;
	color: var(--white);
	text-shadow: 1px 1px 3px rgba(var(--black-rgb), 0.5);
	box-shadow: 0px 0px 0px 1px rgba(var(--box-shadow-color), 0.5);
}

table.calendar tbody td.ignore{
	color: var(--silver-light);
}

table.calendar tbody td .events{
	height: calc(100% - 14px);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

table.calendar tbody td .event{
	width: 100%;
	height: 11px;
	font-size: 9px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

table.calendar tbody td .event.orange{
	background-color: var(--brema-orange);
	color: var(--white);
	text-shadow: 1px 1px 3px rgba(var(--black-rgb), 0.5);
}

table.calendar tbody td .event.orange.d-stav-0{
	opacity: 0.4;
}

table.calendar tbody td .event.orange.d-stav-2{
	background: linear-gradient(to left top, var(--brema-orange) 47.75%, var(--brema-red) 49.5%, var(--brema-red) 50.5%, var(--brema-orange) 52.25%);
	border: 1px solid var(--brema-red);
}

table.calendar tbody td .event.silver{
	background-color: var(--brema-silver);
	color: var(--white);
	text-shadow: 1px 1px 3px rgba(var(--black-rgb), 0.5);
}

table.calendar tbody td .event.green{
	background-color: var(--brema-green);
	color: var(--white);
	text-shadow: 1px 1px 3px rgba(var(--black-rgb), 0.5);
}

table.calendar tbody td .event.blue{
	background-color: var(--brema-blue);
	color: var(--white);
	text-shadow: 1px 1px 3px rgba(var(--black-rgb), 0.5);
}

table.calendar tbody td .event.yellow{
	background-color: var(--brema-yellow);
	color: var(--white);
	text-shadow: 1px 1px 3px rgba(var(--black-rgb), 0.5);
}

table.calendar tbody td .event.tyrkys{
	background-color: var(--brema-tyrkys);
	color: var(--white);
	text-shadow: 1px 1px 3px rgba(var(--black-rgb), 0.5);
}

table.calendar tbody td .event.red{
	background-color: var(--brema-red);
	color: var(--white);
	text-shadow: 1px 1px 3px rgba(var(--black-rgb), 0.5);
}

table.calendar tbody td .event.violet{
	background-color: var(--brema-violet);
	color: var(--white);
	text-shadow: 1px 1px 3px rgba(var(--black-rgb), 0.5);
}

table.calendar tbody td .event.purple{
	background-color: var(--brema-purple);
	color: var(--white);
	text-shadow: 1px 1px 3px rgba(var(--black-rgb), 0.5);
}

table.calendar tbody td .event.mediumaquamarine{
	background-color: var(--brema-mediumaquamarine);
	color: var(--white);
	text-shadow: 1px 1px 3px rgba(var(--black-rgb), 0.5);
}

table.cinnosti tr td.th{
  padding: 3px;
}

table.cinnosti tr td.th div:nth-child(1):not(.cislo-zavady){
  background-color: var(--bg-header-table-color);
  color: var(--primary);
  font-size: 11px;
  font-style: italic;
  padding: 2px 0px;
}

table.cinnosti tr td.th div:nth-child(2){
  padding: 6px 0px 8px 0px;
}

table.cinnosti tr td:nth-child(1){
	width: 80px;
}

table.cinnosti tr td.zavada{
	vertical-align: initial;
	text-align: left;
	padding: 3px;
}

table.cinnosti tr td.zavada div:nth-child(1){
  text-align: center;
}

/* table.cinnosti tr td.zavada div:nth-child(2){
  padding: 5px;
} */

table.cinnosti tr.datum{
	background-color: var(--bg-header-table-color);
	height: 30px;
	font-weight: bold;
	color: var(--white);
}

table.cinnosti.dochazka tr.datum .datum-data{
  display: flex;
  flex-direction: row;
  align-items: center;
  text-shadow: 1px 1px rgba(var(--black-rgb), 0.25);
}

table.cinnosti.dochazka tr.datum .datum-data div{
  flex: 1;
  padding: 0px 10px;
}

table.cinnosti.dochazka tr.datum .datum-data .nazev-dne{
  text-align: left;
}

table.cinnosti.dochazka tr.datum .datum-data .datum-dne{
  font-size: 18px;
}

table.cinnosti.dochazka tr.datum .datum-data .hodin-dne{
  text-align: right;
}

/* vložená */
table.cinnosti tr.datum.stav-1{
	background-color: var(--brema-green);
}

/* ukončená */
table.cinnosti tr.datum.stav-2{
	background-color: var(--brema-red);
}

/* zrušená */
table.cinnosti tr.datum.stav-3{
	background-color: var(--bg-header-table-color);
}

/* aktivní */
table.cinnosti tr.datum.stav-4{
	background-color: var(--brema-blue);
}

/* v řešení */
table.cinnosti tr.datum.stav-5{
	background-color: var(--brema-orange);
}

/* pozastavená */
table.cinnosti tr.datum.stav-6{
	background-color: var(--brema-orange);
}

/* realizováno */
table.cinnosti tr.datum.stav-7{
	background-color: var(--brema-tyrkys);
}

table.cinnosti tr.datum.stav-8{
	background-color: var(--brema-red);
}

table.cinnosti tr.hide{
	height: 0px;
}

table.cinnosti table.zaznamy tr{
	height: 30px;
}

/* vlastní záznam docházky */
table.cinnosti table.zaznamy tr.typ-10{
  color: var(--brema-violet);
}



table.dochazka table.zaznamy tr.obed{
  font-style: italic;
  color: var(--disabled);
}

table.dochazka table.zaznamy tr.pridany{
  color: var(--brema-violet);
}

table.dochazka table.zaznamy tr.den{
  font-style: italic;
  font-weight: bold;
  color: var(--brema-silver);
  background-color: var(--bg-color-hover);
}

table.dochazka table.zaznamy tr.den td.pracovni-den{
  font-size: 13px;
}

table.dochazka table.zaznamy tr.kalendar{
  color: var(--brema-dark-blue);
}

table.dochazka table.zaznamy tr.kalendar[data-typ-id="1"]{
  background-color: rgba(var(--brema-orange-rgb), 0.25);
}

  table.dochazka table.zaznamy tr.kalendar.first[data-typ-id="1"] td{
    border-bottom-color: rgba(var(--brema-orange), 0.5);
  }

  table.dochazka table.zaznamy tr.kalendar.first[data-typ-id="1"] td:not(:last-child){
    border-right-color: rgba(var(--brema-orange), 0.5);
  }

table.dochazka table.zaznamy tr.kalendar[data-typ-id="2"]{
  background-color: rgba(var(--brema-silver-rgb), 0.25);
}

  table.dochazka table.zaznamy tr.kalendar.first[data-typ-id="2"] td{
    border-bottom-color: rgba(var(--brema-silver), 0.5);
  }

  table.dochazka table.zaznamy tr.kalendar.first[data-typ-id="2"] td:not(:last-child){
    border-right-color: rgba(var(--brema-silver), 0.5);
  }

table.dochazka table.zaznamy tr.kalendar[data-typ-id="3"]{
  background-color: rgba(var(--brema-green-rgb), 0.25);
}

  table.dochazka table.zaznamy tr.kalendar.first[data-typ-id="3"] td{
    border-bottom-color: rgba(var(--brema-green), 0.5);
  }

  table.dochazka table.zaznamy tr.kalendar.first[data-typ-id="3"] td:not(:last-child){
    border-right-color: rgba(var(--brema-green), 0.5);
  }

table.dochazka table.zaznamy tr.kalendar[data-typ-id="4"]{
  background-color: rgba(var(--brema-blue-rgb), 0.25);
  }

  table.dochazka table.zaznamy tr.kalendar.first[data-typ-id="4"] td{
    border-bottom-color: rgba(var(--brema-blue), 0.5);
  }

  table.dochazka table.zaznamy tr.kalendar.first[data-typ-id="4"] td:not(:last-child){
    border-right-color: rgba(var(--brema-blue), 0.5);
  }

table.dochazka table.zaznamy tr.kalendar[data-typ-id="5"]{
  background-color: rgba(var(--brema-yellow-rgb), 0.25);
}

  table.dochazka table.zaznamy tr.kalendar.first[data-typ-id="5"] td{
    border-bottom-color: rgba(var(--brema-yellow), 0.5);
  }

  table.dochazka table.zaznamy tr.kalendar.first[data-typ-id="5"] td:not(:last-child){
    border-right-color: rgba(var(--brema-yellow), 0.5);
  }

table.dochazka table.zaznamy tr.kalendar[data-typ-id="6"]{
  background-color: rgba(var(--brema-tyrkys-rgb), 0.25);
}

  table.dochazka table.zaznamy tr.kalendar.first[data-typ-id="6"] td{
    border-bottom-color: rgba(var(--brema-tyrkys), 0.5);
  }

  table.dochazka table.zaznamy tr.kalendar.first[data-typ-id="6"] td:not(:last-child){
    border-right-color: rgba(var(--brema-tyrkys), 0.5);
  }

table.dochazka table.zaznamy tr.kalendar[data-typ-id="7"]{
  background-color: rgba(var(--brema-violet-rgb), 0.25);
}

  table.dochazka table.zaznamy tr.kalendar.first[data-typ-id="7"] td{
    border-bottom-color: rgba(var(--brema-violet), 0.5);
  }

  table.dochazka table.zaznamy tr.kalendar.first[data-typ-id="7"] td:not(:last-child){
    border-right-color: rgba(var(--brema-violet), 0.5);
  }

table.dochazka table.zaznamy tr.kalendar[data-typ-id="8"]{
  background-color: rgba(var(--brema-purple-rgb), 0.25);
}

  table.dochazka table.zaznamy tr.kalendar.first[data-typ-id="8"] td{
    border-bottom-color: rgba(var(--brema-purple), 0.5);
  }

  table.dochazka table.zaznamy tr.kalendar.first[data-typ-id="8"] td:not(:last-child){
    border-right-color: rgba(var(--brema-purple), 0.5);
  }

table.dochazka table.zaznamy tr.kalendar[data-typ-id="9"]{
  background-color: rgba(var(--brema-red-rgb), 0.25);
}

  table.dochazka table.zaznamy tr.kalendar.first[data-typ-id="9"] td{
    border-bottom-color: rgba(var(--brema-red-rgb), 0.5);
  }

  table.dochazka table.zaznamy tr.kalendar.first[data-typ-id="9"] td:not(:last-child){
    border-right-color: rgba(var(--brema-red-rgb), 0.5);
  }






table.dochazka table.zaznamy tr.svatek{
  background-color: rgba(var(--brema-mediumaquamarine-rgb), 0.25);
}

  table.dochazka table.zaznamy tr.svatek td{
    border-bottom-color: rgba(var(--brema-mediumaquamarine-rgb), 0.5);
  }

  table.dochazka table.zaznamy tr.svatek td:not(:last-child){
    border-right-color: rgba(var(--brema-mediumaquamarine-rgb), 0.5);
  }

  

table.cinnosti.dochazka tr.datum.open{
  background-color: var(--brema-blue);
}


table.cinnosti table.zaznamy{
	margin: 0;
}

table.cinnosti table.zaznamy caption{
	caption-side: bottom;
	padding: 8px;
	text-align: left;
  background-color: var(--bg-header-table-color);
  margin-bottom: 20px;
}

table.cinnosti table.zaznamy caption .caption-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

table.cinnosti table.zaznamy caption .caption-container button.btn{
	margin-top: 0px;
	height: 26px;
}

table.cinnosti.dochazka table.zaznamy tr:last-child th{
  border-bottom: 1px solid var(--bg-header-table-color);
}

table.cinnosti table.zaznamy tr th{
	width: 80px;
}

table.cinnosti.dochazka table.zaznamy tr th{
	width: auto;
}

table.cinnosti table.zaznamy tr td{
	width: auto;
}

/* Table end */
.box.podpis-technika img{
  width: 100%;
}
/* Činnosti po načtení NFC */
.data-z table{
  margin-top: 0px;
}

.vypis-cinnosti{
  position: relative;
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  padding: 3px;color: var(--white);
  margin-top: 10px;
}

.vypis-cinnosti[data-stav="true"]{
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.vypis-cinnosti i{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  top: 0px;
  right: 0px;
  transition: all .3s;
}

.vypis-cinnosti[data-stav="true"] i{
  transform: rotate(180deg);
}

/* vložená */
.vypis-cinnosti.stav-1{
  background-color: var(--brema-green);
}

/* ukončená */
.vypis-cinnosti.stav-2{
  background-color: var(--brema-red);
}

/* zrušená */
.vypis-cinnosti.stav-3{
  background-color: var(--bg-header-table-color);
}
/* aktivní */
.vypis-cinnosti.stav-4{
  background-color: var(--brema-blue);
}

/* v řešení */
.vypis-cinnosti.stav-5{
  background-color: var(--brema-orange);
}

/* pozastavená */
.vypis-cinnosti.stav-6{
  background-color: var(--brema-orange);
}

/* realizováno */
.vypis-cinnosti.stav-7{
  background-color: var(--brema-tyrkys);
}

.vypis-cinnosti.stav-8{
  background-color: var(--brema-red);
}

.data-z .datum{
  background-color: var(--bg-header-table-color);
}

.data-z .th > div:first-child{
  background-color: var(--bg-header-table-color);
  color: var(--primary);
  font-size: 11px;
  font-style: italic;
  text-align: center;
  padding: 2px 0px;
}

.data-z .zavada{
  vertical-align: initial;
  text-align: left;
  padding: 3px;
}

.data-z .th > div:nth-child(2){
  padding: 6px 0px 8px 0px;
}

/* vložená */
.data-z .datum.stav-1{
  color: var(--brema-green);
}

/* ukončená */
.data-z .datum.stav-2{
  color: var(--brema-red);
}

/* zrušená */
.data-z .datum.stav-3{
  color: var(--bg-header-table-color);
}
/* aktivní */
.data-z .datum.stav-4{
  color: var(--brema-blue);
}

/* v řešení */
.data-z .datum.stav-5{
  color: var(--brema-orange);
}

/* pozastavená */
.data-z .datum.stav-6{
  color: var(--brema-orange);
}

/* realizováno */
.data-z .datum.stav-7{
  color: var(--brema-tyrkys);
}

.data-z .datum.stav-8{
  color: var(--brema-red);
}

.data-cinnost{
  margin-bottom: 10px;
  /* border-radius: 6px; */
}

/* .data-cinnost:first-child{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
} */

/* vložená */
.data-cinnost.stav-1{
  border: 1px solid var(--brema-green);
}

/* ukončená */
.data-cinnost.stav-2{
  border: 1px solid var(--brema-red);
}

/* zrušená */
.data-cinnost.stav-3{
  border: 1px solid var(--bg-header-table-color);
}
/* aktivní */
.data-cinnost.stav-4{
  border: 1px solid var(--brema-blue);
}

/* v řešení */
.data-cinnost.stav-5{
  border: 1px solid var(--brema-orange);
}

/* pozastavená */
.data-cinnost.stav-6{
  border: 1px solid var(--brema-orange);
}

/* realizováno */
.data-cinnost.stav-7{
  border: 1px solid var(--brema-tyrkys);
}

.data-cinnost.stav-8{
  border: 1px solid var(--brema-red);
}
/* Činnosti po načtení NFC end */
/* DropDownMobile */
.drop-down-mobile{
  position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
  flex-direction: column;
	width: 100vw;
	height: 100vh;
	top: 0px;
	left: 0px;
	border-radius: inherit;
	background-color: rgba(var(--black-rgb), 0.5);
	z-index: 4500;
  animation: animation-show 0.15s alternate ease-in-out;
}

.drop-down-mobile .header{
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 20px);
  height: 50px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: var(--bg-box-color);
	box-shadow: 0px 0px 8px 0px rgb(var(--box-shadow-color), 0.4);
}

.drop-down-mobile .list{
  width: calc(100% - 20px);
  height: auto;
  max-height: calc(100% - 222px);
  background-color: var(--bg-box-color);
  /* border-radius: 8px; */
  font-size: 16px;
	box-shadow: 0px 0px 8px 0px rgb(var(--box-shadow-color), 0.4);
  overflow-y: auto;
  cursor: pointer;
  z-index: 150;
}

.drop-down-mobile .footer{
  display: flex;
  justify-content: space-between;
  padding: 0px 10px;
  width: calc(100% - 20px);
  height: 49px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: var(--bg-box-color);
	box-shadow: 0px 0px 8px 0px rgb(var(--box-shadow-color), 0.4);
}

.drop-down-mobile .list .item{
  position: relative;
  height: 40px;
  /* padding: 10px; */
  border-bottom: 1px solid rgba(var(--box-shadow-color), 0.5);
}

.drop-down-mobile .list .item:last-child{
  border-bottom: 0 none;
}

.drop-down-mobile .list .item:hover{
  background-color: var(--bg-color-active);
}

.drop-down-mobile .list .item:not(.disabled).selected{
  background-color: var(--bg-header-table-color);
  color: var(--brema-dark-blue);
}

.drop-down-mobile .list .item:not(.disabled).selected::before{
  content: '\2713';
  position: absolute;
  padding: 0px 5px;
  font-size: 24px;
  right: 0px;
  top: 2px;
  color: var(--brema-green);
}

.drop-down-mobile .list .item .foto-mat{
  width: 38px;
  height: 38px;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}

.drop-down-mobile .list .item .foto-mat img{
  height: 100%; 
}

.drop-down-mobile .list .item .text{
  width: calc(100% - 70px);
  padding: 10px 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* DropDownMobile end */

/* DropDown menu */
.drop-down{
	position: absolute;
	min-width: 120px;
	min-height: 120px;
	top: 10px;
	right: 35px;
	font-size: 14px;
	background-color: var(--bg-header-footer-color);
	border-radius: 8px;
	box-shadow: 0px 0px 8px 0px rgb(var(--box-shadow-color), 0.4);
	z-index: 20;
	animation: animation-show 0.15s alternate ease-in-out;
	cursor: pointer;
}

.drop-down ul{
	list-style: none;
}

.drop-down ul li{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 40px;
	margin: 0px 5px;
	padding: 5px;
	color: var(--primary);
	border-bottom: 1px solid rgb(var(--box-shadow-color), 0.2);
	/* box-shadow: 0px 0px 2px 0px rgb(var(--box-shadow-color), 0.4); */
}

.drop-down ul li:last-child{
	border-bottom: none;
	/* box-shadow: none; */
}

.drop-down ul li:hover{
	color: var(--brema-blue);
}
/*DropDown menu end*/

footer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: var(--bg-header-footer-color);
	box-shadow: 0px -4px 8px -4px rgb(var(--box-shadow-color), 0.4);
}

/* List */
footer ul{
	list-style-type: none;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
}
/* List items */
	footer ul li{
		position: relative;
		width: calc(100% / 3);
		height: 100%;
		text-align: center;
		float: left;
	}

	footer ul li a {
		width: 100%;
		height: 100%;
		display: block;
	}
	/* List items icon */
		footer ul li i{
			position: absolute;
			width: 20px;
			height: 20px;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			color: rgb(130 130 130);
		}
		/* active */
		footer ul li.active i{
			color: var(--brema-blue);
		}

		footer ul li.home i{
			position: absolute;
			width: 40px;
			height: 40px;
			border-radius: 50%;
			top: 50%;
			left: 50%;
			font-size: 24px;
			transform: translate(-50%, -50%);
			background-color: var(--silver);
			color: var(--white);
			line-height: 40px;
		}

		footer ul li.home.active i{
			background-color: var(--brema-blue);
		}


/* Box */
.box{
	position: relative;
	min-height: 100px;
	background-color: var(--bg-box-color);
	margin: 10px 0px 0px 10px;
	padding: 8px;
	border-radius: 8px;
	box-shadow: 0px 0px 8px 0px rgb(var(--box-shadow-color), 0.4);
	float: left;
}

.box .header{
	display: flex;
  width: 100%;
  min-height: 35px;
  margin-bottom: 5px;
  border-bottom: 1px solid var(--silver-light);
  justify-content: space-between;
}

.box .header.not-border-bottom{
  border-bottom: 0 none;
}

.box td.doc{
  padding: 0px 10px 9px 9px;
}

.box .footer{
	width: 100%;
	min-height: 35px;
	margin-top: 5px;
	border-top: 1px solid var(--silver-light);
}

.image-box .box .footer{
  padding-top: 10px;
}

.image-box .box .body{
  position: relative;
}

.image-box .image-gallery-content img{
  width: 100%;
}

.box .header h3{
	display: flex;
  padding: 5px;
  text-align: left;
  color: var(--primary);
  align-items: stretch;
}

.box .header h3.fullW{
  width: 100%;
  justify-content: space-between;
}

.box .header .action{
  display: flex;
  column-gap: 6px;
  cursor: pointer;
}

.box .header .action a{
	color: var(--brema-dark-blue);
}

.box .header .action a:hover{
	color: var(--brema-blue);
}

.box .header .action a.edit{
	color: var(--brema-red);
}

.box .header .action .btn{
	height: auto;
	padding: 4px 10px 4px 10px;
	margin-top: 0px;
}

.box .header .action .btn.pridat{
	height: 30px;
	margin-top: 3px;
}

.box .header .action .btn.pridat-podpis{
	height: 30px;
}

.box .header label:nth-child(1){
	font-size: 14px;
	font-style: normal;
	margin-left: 4px;
	line-height: 28px;
	color: var(--primary);
}

.box.datum-dochazky .header{
  flex-direction: column;
}

.box.full{
	width: 50%;
  /*max-height: calc(100% - 20px);*/
	margin: 10px auto;
	float: none;
	word-break: break-all;
}

.box.full.full-h{
  height: calc(100% - 20px);
}

.box.two{
	width: calc(calc(100% - 30px) / 2);
}

.box.tree{
	width: calc(calc(100% - 40px) / 3);
}

/* 1/2 */
.box.w1-2{
	width: calc(calc(100% - 30px) / 2);
}

/* 1/3 */
.box.w1-3{
	width: calc(calc(100% - 40px) / 3);
}

/* 2/3 */
.box.w2-3{
	width: calc(calc(calc(100% - 25px) / 3) * 2);
}

.box label{
	margin-left: 2px;
}

.box .body.w50{
  width: 100%;
  display: flex;
  gap: 10px;
}

.box .body.w50 div{
  flex: 1;
}

.box .body .nosnost{
  flex: 50% !important;
}

.box .body .stanic{
  flex: 25% !important;
}

.box .body .nastupist{
  flex: 25% !important;
}

.box label.checkbox{
  position: relative;
	width: 100%;
}

/* .box label .checkbox-switch{
	position: absolute;
  right: 2px;
  bottom: 2px;
} */



/* abs => absolute position */
.box label .checkbox-switch.abs{
	position: absolute;
  right: 2px;
  bottom: 2px;
}

.box input,
.box select,
.box textarea{
	background-color: var(--bg-color) !important;
}

textarea[name="technik-dovolena"]{
  min-height: 50px;
}

/* .box canvas{
	width: 100%;
	height: calc(100vh - 190px);
} */
/* Box end */

/* Confirm box */
.confirm-box,
.val-box{
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0px;
	background-color: rgba(var(--black-rgb), 0.5);
	z-index: 150;
	/* display: none; */
	animation: animation-show 0.15s alternate ease-in-out;
}

body[data-backdrop="1"] .confirm-box,
body[data-backdrop="1"] .val-box{
	backdrop-filter: blur(2px);
}

.confirm-box .box,
.val-box .box{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30%;
	transform: translate(-50%, -50%);
	margin: 0;
}

.confirm-box .box .header,
.val-box .box .header{
	text-align: center;
}

.confirm-box .box .header label,
.val-box .box .header label{
	font-size: 16px !important;
	font-weight: bold;
}

.confirm-box .box p,
.val-box .box p{
	font-size: 13px;
	text-align: center;
	line-height: 18px;
}
/* Confirm box end */

.val-box[data-select="autosklad"] .switch{
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}

.val-box[data-select="autosklad"] .switch .sw-t{
  flex: 100%;
}

.val-box[data-select="autosklad"] .switch .sw-val{
  flex: 1;
}

.val-box[data-select="autosklad"] .switch .sw-r img{
  width: 100%;
  border: 1px solid var(--bg-header-table-color);
  border-radius: 6px;
}

.val-box[data-select="autosklad"] .switch .sw-pocet-mj{
  display: flex;
  flex-direction: column;
}




.pridat-vlastni-zaznam{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.modal-100{
	flex: 100%;
	display: flex;
	row-gap: 5px;
	flex-direction: column;
}

.modal-50-left,
.modal-50-right{
	flex: auto;
	display: flex;
	row-gap: 5px;
	flex-direction: column;
}

.modal-50-left input,
.modal-50-right input{
	width: 100% !important;
}



/* Down list */
.down-list-container{
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0px;
	background-color: rgba(var(--black-rgb), 0.5);
	z-index: 140;
	display: none;
	backdrop-filter: blur(2px);
}

.down-list{
	position: fixed;
	width: 100%;
	height: 90vh;
	top: 100%;
	left: 0px;
	background-color: var(--bg-color);
	box-shadow: 0px 0px 4px 0px rgb(var(--box-shadow-color), 0.4);
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	transition: all 0.3s ease-out;
	z-index: 145;
}

.down-list.active{
	top: 10%;
}

.down-list .header{
	width: 100%;
	height: 50px;
	background-color: var(--bg-box-color);
	border-bottom: 1px solid var(--silver-light);
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	overflow-y: auto;
	overscroll-behavior-y: contain;
}

.down-list .header::before{
	content: "";
	position: absolute;
	width: 80px;
	height: 5px;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--silver-light);
	border-radius: 3px;
}

.down-list label{
	margin-left: 5px;
}

.down-list .header label:nth-child(1){
	display: block;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	line-height: 58px;
	color: var(--primary);
}

.down-list .content{
	width: 100%;
	height: calc(100% - 50px);
	padding: 10px;
	overflow-y: auto;
	overscroll-behavior-y: contain;
}

.down-list .content span.foto-polozky{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid var(--silver-light);
	border-radius: 4px;
	margin: 5px 0px;
	padding: 5px 5px 2px 5px;
}

.down-list .content span.foto-polozky input[type="file"]{
	display: none;
}

.down-list .content span.foto-polozky img{
	width: 100%;
	min-height: 100px;
	height: auto;
	box-shadow: 0px 0px 2px 0px rgb(var(--box-shadow-color), 0.25);
}

.down-list .content span.foto-polozky label{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	margin: 0px;
}
/* Down list end */


/* Tabs */
.tab{
	width: 100%;
	height: 25px;
	margin-bottom: 9px;
}

.tab .tab-links{
	width: 100px;
	height: 100%;
	text-align: center;
	float: left;
	border-bottom: 1px solid transparent;
	transition: all 0.3s;
}

.tab .tab-links.active{
	border-color: var(--brema-blue);
}

.tab .tab-links.t50{
	width: 50%;
}

.tab-content{
	width: 100%;
	height: calc(100% - 35px);
	display: none;
	animation: animation-show 0.3s
}

.tab-content.active{
	display: block;
}
/* Tabs end */

/* Inputs & Label & button */
label{
	margin-left: 12px;
	color: var(--silver);
	font-size: 12px;
	font-style: italic;
}

textarea{	
	width: 100%;
	min-height: 90px;
  field-sizing: content;
	border: 1px solid var(--bg-header-table-color);
	background-color: var(--bg-box-color);
	border-radius: 3px;
	margin: 3px 0px 10px 0px;
	padding: 5px 10px;
	color: var(--primary);
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="date"],
input[type="datetime-local"],
select{
	width: 100%;
	height: 30px;
	border: 1px solid var(--bg-header-table-color);
	background-color: var(--bg-box-color);
	border-radius: 3px;
	margin: 3px 0px 10px 0px;
	padding: 0px 10px;
	color: var(--primary);
}

input[name="polozka"]{
  cursor: pointer;
}

input.w50{
	width: 50%;
}

.search{
	width: calc(100% - 20px) !important;
	margin: 5px 10px 10px 10px !important;
	padding: 5px 10px !important;
}

input[type="time"]{
	width: 80px;
	background-color: var(--bg-box-color);
}

input[type="time"]:disabled{
	color: var(--disabled);
}

input[type=time]::-webkit-datetime-edit-fields-wrapper{
  display: flex;
}

input[type=time]::-webkit-datetime-edit-text{
  padding: 5px 0px;
}

input[type=time]::-webkit-datetime-edit-hour-field,
input[type=time]::-webkit-datetime-edit-minute-field{
  background-color: var(--silver-light);
	border: 1.5px solid var(--brema-blue);
  border-radius: 15%;
  padding: 5px 2px;
}

input[type="time"]:disabled::-webkit-datetime-edit-hour-field,
input[type="time"]:disabled::-webkit-datetime-edit-minute-field{
	border: 1.5px solid var(--silver);
}

button.btn{
	width: 100%;
	height: 30px;
	margin-top: 10px;
	background-color: var(--brema-blue);
	background-color: var(--brema-blue);
	border: 1px solid rgba(var(--black-rgb), 0.3);
	border-radius: 4px;
	color: var(--white);
	text-align: center;
}

button.btn:active{
	filter: brightness(0.9);
}

button.btn:disabled{
	background-color: var(--silver-light);
	color: var(--disabled);
	border-color: var(--silver);
}

button.btn.orange:disabled{
	background-color: #efdcba;
	color: var(--disabled);
	border-color: var(--silver);
}

button#zobraz-down-list{
	width: calc(100% - 20px);
	margin: 5px 10px 0px 10px;
}

button#pridat-polozku{
	position: sticky;
	bottom: -10px;
}

.btn50{
	width: calc(50% - 5px) !important;
}
/* Inputs & Label end */

/* Day night switch */
.day-night-switch{
	width: 100%;
	height: 25px;
	border: 1px solid var(--silver);
	border-radius: 4px;
	margin: 6px 0px 10px 0px;
}

.day-night-switch > div{
	width: calc(100% / 3);
	height: 100%;
	float: left;
	text-align: center;
	line-height: 24px;
}

.day-night-switch .auto{
	border-left: 1px solid var(--silver);
	border-right: 1px solid var(--silver);
}

.day-night-switch > div.active{
	background-color: var(--brema-blue);
	color: var(--white);
}

.day-night-switch.disabled > div{
	color: var(--disabled);
}

.day-night-switch.disabled > div.active{
	background-color: var(--silver-light);
}
/* Day night switch end */

/* Checkbox */
.checkbox-ios {
	display: inline-block;    
	height: 28px;    
	line-height: 28px;  
	margin-right: 0px; 
	margin-left: 0px;     
	position: relative;
	vertical-align: middle;
	font-size: 14px;
	user-select: none;	
}
.checkbox-ios .checkbox-ios-switch {
	position: relative;	
	display: inline-block;
	box-sizing: border-box;			
	width: 56px;	
	height: 28px;
	border: 1px solid rgba(var(--black-rgb), 0.1);
	border-radius: 25%/50%;	
	vertical-align: top;
	background-color: var(--silver-light);
	transition: 0.2s;
}
.checkbox-ios .checkbox-ios-switch:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;	
	display: inline-block;
	width: 24px;	
	height: 24px;
	border-radius: 50%;
	background-color: var(--white);
	box-shadow: 0 3px 5px rgba(var(--black-rgb), 0.3);
	transition: 0.15s;
}
.checkbox-ios input[type=checkbox] {
	display: block;	
	width: 0;
	height: 0;	
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.checkbox-ios input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
	box-shadow: inset 0 0 2px rgba(var(--black-rgb), 0.3);
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
	background: var(--brema-blue);
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
	transform:translateX(28px);
}
 
/* Hover */
.checkbox-ios input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
	cursor: pointer;
	border-color: rgba(var(--black-rgb), 0.3);
}
 
/* Disabled */
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch {
	filter: grayscale(70%);
	border-color: rgba(var(--black-rgb), 0.1);
}
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch:before {
	background: var(--bg-box-color);
}
/* Checkbox end */


/* notification message */
.notification{
	position: fixed;
	top: 60px;
	left: 10px;
	width: calc(100% - 20px);
	min-height: 28px;
	padding: 0px 5px 0px 15px;
	border: 1px solid;
	border-radius: 4px;
	text-align: center;
	line-height: 26px;
	font-weight: bold;
	animation: animation-show 0.3s alternate ease-in-out;
	z-index: 6000;
}

.notification.ntf-login{
	top: 45px;
}

/* info */
.notification.info{
	background-color: var(--blue-light);
	border-color: var(--blue);
	color: var(--blue);
	box-shadow: inset 10px 0px 0px var(--blue);
}

/* warning */
.notification.warning{
	background-color: var(--orange-light);
	border-color: var(--orange);
	color: var(--orange);
	box-shadow: inset 10px 0px 0px var(--orange);
}

/* success */
.notification.success{
	background-color: var(--green-light);
	border-color: var(--green);
	color: var(--green);
	box-shadow: inset 10px 0px 0px var(--green);
}

/* error */
.notification.error{
	background-color: var(--red-light);
	border-color: var(--red);
	color: var(--red);
	box-shadow: inset 10px 0px 0px var(--red);
}
/* notification message end */

/* Keyframes */
@-webkit-keyframes loader{
  to{
    -webkit-transform:rotate(360deg) translate3d(0,0,0);
    transform:rotate(360deg) translate3d(0,0,0)
  }
}

@keyframes loader{
  to{
    -webkit-transform:rotate(360deg) translate3d(0,0,0);
    transform:rotate(360deg) translate3d(0,0,0)
  }
}

@keyframes animation-show{
  from    { opacity: 0; }
  to  { opacity: 1; }
}
/* Keyframes end */

/* Responsive */
@media all and (max-width: 1200px){
	.confirm-box .box,
	.val-box .box{
		width: 40%;
	}

	/* .box.full{
		width: 40%;
		margin: 10px auto;
		float: none;
	} */
}

@media all and (max-width: 991px){
	.confirm-box .box,
	.val-box .box{
		width: 44%;
	}

	.box.full{
		width: calc(100% - 20px);
	}
}

@media all and (max-width: 767px){
	.confirm-box .box,
	.val-box .box{
		width: 54%;
	}

	.box.full{
		width: calc(100% - 20px);
	}
	
	table.calendar thead tr th{
		width: calc(100% / 7.35);
	}

}

@media all and (max-width: 575px){
	.confirm-box .box,
	.val-box .box{
		width: 68%;
	}

	.box.full{
		width: calc(100% - 20px);
	}
	
	table.calendar thead tr th{
		width: calc(100% / 7.4);
	}

}

@media all and (max-width: 508px){
	.confirm-box .box,
	.val-box .box{
		width: calc(100% - 20px);
	}

	.box.full{
		width: calc(100% - 20px);
	}
	
	table.calendar thead tr th{
		width: calc(100% / 7.45);
	}

}

/* GRID */
.dsp-res-col{
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  /* margin: 0 -5px; */
}

.dsp-res-col [class*="col-"]{
  padding: 0 3px;
  margin-bottom: 5px;
}

.dsp-res-col .col-1,.dsp-res-col .col-10,.dsp-res-col .col-11,.dsp-res-col .col-12,.dsp-res-col .col-2,.dsp-res-col .col-3,.dsp-res-col .col-4,.dsp-res-col .col-5,.dsp-res-col .col-6,.dsp-res-col .col-7,.dsp-res-col .col-8,.dsp-res-col .col-9,.dsp-res-col .col-auto,
.dsp-res-col .col-lg-1,.dsp-res-col .col-lg-10,.dsp-res-col .col-lg-11,.dsp-res-col .col-lg-12,.dsp-res-col .col-lg-2,.dsp-res-col .col-lg-3,.dsp-res-col .col-lg-4,.dsp-res-col .col-lg-5,.dsp-res-col .col-lg-6,.dsp-res-col .col-lg-7,.dsp-res-col .col-lg-8,.dsp-res-col .col-lg-9,.dsp-res-col .col-lg-auto,
.dsp-res-col .col-md-1,.dsp-res-col .col-md-10,.dsp-res-col .col-md-11,.dsp-res-col .col-md-12,.dsp-res-col .col-md-2,.dsp-res-col .col-md-3,.dsp-res-col .col-md-4,.dsp-res-col .col-md-5,.dsp-res-col .col-md-6,.dsp-res-col .col-md-7,.dsp-res-col .col-md-8,.dsp-res-col .col-md-9,.dsp-res-col .col-md-auto,
.dsp-res-col .col-sm-1,.dsp-res-col .col-sm-10,.dsp-res-col .col-sm-11,.dsp-res-col .col-sm-12,.dsp-res-col .col-sm-2,.dsp-res-col .col-sm-3,.dsp-res-col .col-sm-4,.dsp-res-col .col-sm-5,.dsp-res-col .col-sm-6,.dsp-res-col .col-sm-7,.dsp-res-col .col-sm-8,.dsp-res-col .col-sm-9,.dsp-res-col .col-sm-auto,
.dsp-res-col .col-xl-1,.dsp-res-col .col-xl-10,.dsp-res-col .col-xl-11,.dsp-res-col .col-xl-12,.dsp-res-col .col-xl-2,.dsp-res-col .col-xl-3,.dsp-res-col .col-xl-4,.dsp-res-col .col-xl-5,.dsp-res-col .col-xl-6,.dsp-res-col .col-xl-7,.dsp-res-col .col-xl-8,.dsp-res-col .col-xl-9,.dsp-res-col .col-xl-auto{
  width: 100%;
  position: relative;
}

.dsp-res-col .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.dsp-res-col .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.dsp-res-col .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.dsp-res-col .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.dsp-res-col .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.dsp-res-col .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.dsp-res-col .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.dsp-res-col .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.dsp-res-col .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.dsp-res-col .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.dsp-res-col .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.dsp-res-col .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.dsp-res-col .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
/* GRID end */

.dsp-res-col .btn{
  margin-top: 3px;
}
/* Responsive end */

/* Zákaz režimu na šířku */
/* @media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }

	footer{
		top: calc(100vw - 50px);
	}
} */
/* Zákaz režimu na šířku */