* {
	font-family: var(--font);
	--dark: rgb(50,50,50);
	--green: #7BC61F;
	--font: 'Work Sans', sans-serif, Arial;
	--hfont: gt-haptik, sans-serif, Arial;
	margin: 0px;
	padding: 0px;
}

body, html {
	width: 100%; height: 100%; scroll-behavior: smooth;
	background: white;
}

div {
	display: inline-block;
	font-size: 18px;
}

a {
	text-decoration: none;
	overflow-wrap: anywhere;
	cursor: pointer;
}

p, ol, ul, li, td, th {
	font: 400 17px var(--font);
  letter-spacing: -.35px;
}

p, td {
	line-height: 1.7em;
	padding: 0px 0px 20px 0px;
}

h1 {
	font: 700 38px var(--font);
  line-height: 1.3em;
	padding: 10px 0px 30px;
  letter-spacing: -.25px;
}

h2 {
	font: 600 28px var(--hfont);
	margin: 20px 0px 10px;
}

h3, h4, h5, h6 {
	font: 700 24px var(--hfont);
}

.button {
	background: var(--green);
	background: rgba(0,0,0,0.05);
	display: inline-block !important;
	padding: 13px 22px;
	margin: 20px 0px;
  color: rgb(50,50,50);
	color: black;
	border-radius: 12px;
	font-family: var(--font);
	letter-spacing: .0px;
	text-transform: uppercasee;
	font-weight: 400;
	font-size: 17px;
  line-height: 1em;
	border: none;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	box-shadow: none;
  transition: background .2s, color .2s, box-shadow .2s;


}

.button:hover {
  background: white;
  margin-top: 15px 0px 25px;
  color: black;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
}

.mobile {	display: none !important;}


body {
  display: inline-block;
	width: 100%;
	min-height: calc(100vh - 0px);
	padding: 0px;
}

#side {
  display: inline-block;
  background: rgba(0,0,0,0.05);
  width: 160px;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 20px;
	padding-bottom: 50px;
	overflow: auto;
}

#content {
  display: inline-block;
  float: right;
  background: blue;
  min-height: calc(100vh - 80px);
  width: calc(100% - 280px);
  padding: 40px;
  background: rgba(0,0,0,0.1);
}

.insert {
	width: 80% !important;
	padding: 10% !important;
}

.menu {
  list-style: none;
  padding: 0px 0px 0px;
}

.menu li a {
  display: inline-block;
  padding: 15px 40px;
	margin-left: -20px;
  font-size: 18px;
  color: black;
	width: calc(100% - 40px);
	opacity: .7;
}

.menu li a:hover {
  background: rgba(0,0,0,0.035);
}

#logo img {
  margin: 30px 0px;
  display: inline-block;
  width: calc(100% - 0px);
}

.header {
  width: 100%;
}

.header h1 {
  float: left;
}

.h-right {
  float: right;
vertical-align: top;
}

.kalendar {
  width: 100% !important;
  border-collapse: collapse;
	margin-bottom: 30px;
	background: rgba(255,255,255,0.2);
  table-layout:fixed;
}

.kalendar td {
	width: calc(100%/7) !important;
	vertical-align: top;
	padding: 20px 10px 40px;
	overflow: hidden;
	line-height: 1.2em;
	max-width: calc(100%/7) !important;

  overflow: hidden;
  white-space: nowrap;
}

.kalendar tr {
	margin: 20px 0px;
}

.kalendar td:nth-child(even) {
  background: rgba(0,0,0,0.01);
}

.kalendar tr:nth-child(even) {
  background: rgba(0,0,0,0.01);
	border-bottom: 2px solid rgba(0,0,0,0.1);
	border-top: 2px solid rgba(0,0,0,0.1);
}

.kalendar td a {
	overflow: hidden;
	display: block;
	overflow: hidden;
	background: white;
	padding: 8px 5px;
	margin: 5px 0px;
	border-radius: 4px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
	font-size: .9em;
	letter-spacing: -.75px;
	white-space: nowrap;
	color: black;
}


.free {
	background: rgb(114, 224, 127) !important;
}

.obsadene {
	background: rgb(100,100,100);
}

.free .cas {
	opacity: 1 !important;
}

.trener-cal {
	margin: 20px 0px;
	display: block;
}


.kalendar td a:hover {
	box-shadow: 2px 3px 12px rgba(0,0,0,0.2);
}

.kalendar .sluzba {
	font-size: .9em;
	opacity: .25;
}

.kalendar .cas {
	font-weight: 600;
	font-size: 1em;
	padding: 0px 2px 0px 0px;
	opacity: 0.5;
}

.kalendar .meno {
	opacity: .75;
}

.meno span {
	background: black;
	color: white;
	font-size: .8em;
	display: inline-block;
	float: right;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	margin: 0px 1px;
	border-radius: 30px;
	opacity: .25;
}

.kalendar .datum {
	font-size: 24px;
	font-weight: bold;
}


.kalendarheader {
	position: sticky;
	top: 0px;
	background: rgba(230,230,230) !important;
	z-index: 40;
	padding: 0px;
	margin: 0px;
}


.kalendarheader td {
	padding: 10px 10px;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}

.zoznam {
  width: 100% !important;
  border-collapse: collapse;
	margin-bottom: 30px;
}

.zoznam thead {
	background: none;
}

.zoznam tbody {
	background: white;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.);
}

.zoznam tr {
	width: 100% !important;
}

.zoznam tr:nth-child(even) {
  background: rgba(0,0,0,0.035);
}

.zoznam tbody tr:hover {
	background: rgba(0,0,0,0.125);
	background: white;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
}

.zoznam td, .zoznam th {
  padding: 10px 10px;
	text-align: left;
}

.zoznam .button {
	padding: 10px;
	margin: 0px;
}

.zoznam th {
	font-size: 0.8em;
	font-weight: 600;
	opacity: 0.5;
}

.zoznam a {
	color: inherit;
	display: block;
	cursor: pointer;
}

.cas {
	width: 10%;
}


.rez-tr td:nth-child(1) {
	max-width: 5%;
}

.rez-tr td:nth-child(2) {
	width: 15%;
	background:
}


.form input, .form label, .form select, #search, input[type=date], input, select {
	display: block;
	padding: 15px 15px;
	font-size: 17px;
	border: none;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
	border-radius: 5px;
	margin: 5px 0px 15px;
	width: 250px;
}

input:invalid {
}

input:valid {
}

.form select {
	display: inline-block;
}


.form input[type=submit] {
	background-color: white;
	cursor: pointer;
	border-radius: 50px;
	width: 150px;
	padding: 20px;
	font-weight: 600;
	letter-spacing: 1px;
}

.form input[type=range] {
	box-shadow: none;
	padding: 0px;
	margin: 30px 0px;
	width: 400px;
	max-width: 100%;
}


input[type=date] {
	width: auto;
}

select {
	width: auto !important;

}

.form input[type=submit]:hover {
	background: white;
}

input[type=radio],  input[type=checkbox] {
	opacity: 0 !important;  position: fixed !important;  width: 0 !important;
	display: inline-block !important;
}

input[type="radio"]:checked + label,  input[type="checkbox"]:checked + label {
    background-color: rgba(50,250,50,.5);
		background: white;
		border-radius: 7px;
}

.form label:hover {
  background-color: #dfd;
}

.form label {
	background-color: rgba(0,0,0,.0);
	width: 100px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
}

.hodiny input[type=number] {
	display: inline-block;
	width: 4em;
}

.hodod {
	border-radius: 12px 0px 0px 12px !important;
	width: 50px !important;
	text-align: center;
}

.hoddo {
	border-radius: 0px 12px 12px 0px !important;
	width: 50px !important;
}



.cena {
	width: 80px !important;
	display: inline-block !important;
}

#order1 + label, #order2 + label {
	width: auto !important;
	height: auto !important;
	padding: 0px 5px !important;
	margin: -0px 0px 0px;
	line-height: 0px;
}

#res {
	position: absolute;
	background: white;
	margin: -15px 0px 0px 0px;
	background: white;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	padding: 10px 25px;
	z-index: 100;
	width: 230px;
}

#filter #res {
	margin-top: 0px;
}

#res a {
	display: inline-block;
	width: 100%;
	padding: 12px;
	cursor: pointer;
}

#res a:hover {
	background: rgba(0,0,0,0.1);
}

#search {
	display: inline-block;
	border-radius: 10px;
	box-shadow: none;
	padding: 12px 25px;
	width: 230px;
	margin: 0px 20px;
	position: relative;
	z-index: 10;
}

.domov-search {
	margin: 10px 0px !important;
}

.search-sluzba {
	opacity: .5;
	font-size: .85em;
}

#delete {
	background: none;
	width: auto;
}

#popup {
	position: fixed;
	background: white;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	padding: 30px;
	width: 50%;
	top: 200px;
	left: 0px; right: 0px;
	margin: auto;
}

.daterange {
	display: inline-block;
	padding: 0px 0px 0px 30px;
}

.daterange a {
	display: inline-block;
	cursor: pointer;
	padding: 20px 5px;
	opacity: 0.65;
}

#filter {
	float: right;
	width: 100%;
	line-height: 40px;

}

#filter input, #filter select {
	display: inline-block;
	vertical-align: top;
	padding: 0px 8px;
	line-height: 40px;
	height: 40px;
	font-size: 15px;
	letter-spacing: -.5px;
	margin: 0px 0px 10px;
}

#filter select {
	width: 120px !important;
}

#filter input {
	width: 140px !important;
	position: relative;
}

#sortdiv img, #filter img {
	height: 8px;
	display: inline;
	padding: 16px 5px;
}

#sortdiv {
	margin: 10px 0px 0px 40px;
}

#sortdiv * {
	display: inline-block;
	vertical-align: top;
	padding: 0px 8px;
	line-height: 40px;
	height: 40px;
	font-size: 15px;
	letter-spacing: -.5px;
	margin: 0px;
}

#group-button {
	box-shadow: none;
	padding: 0px;
	background: none;
	cursor: pointer;
	line-height: 55px;
}

.fa-check input[type="checkbox"] + label {
	width: 	40px;
	height: 40px;
	line-height: 40px;
	border-radius: 30px !important;
	padding: 0px;
	display: inline-block !important;
	text-align: center;
}

.fa-check input[type="checkbox"]:checked + label {
    background-color: rgb(50,180,50);
		color: white;
}

.fa-check input[type="checkbox"]:hover + label {
	background: rgb(230,230,230);
	cursor: pointer;
}

.stavedit {
	border-radius: 20px;
	background: rgba(0,0,0,0.1);
	margin: 0px 2px 0px 0px;
	padding: 8px;
	height: 15px;
}

.dotaznik-img {
	width: 500px;
	height: 600px;
	display: inline-block;
	position: relative;
}

.dotaznik-img img {
	width: 100%;
	height: 100%;
}

.bodydot {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 20px;
	height: 20px;
	background: red;
	border-radius: 30px;
	text-align: center;
	color: white;
	font-weight: bold;
}


.dot {
	position: absolute;
	top: 100px;
	left: 100px;
	width: 10px;
	height: 10px;
	border-radius: 20px;
	background: red;
}

.fitbutton {
	width: 20px !important;
	text-align: center;
	color: white;
	font-weight: bold;
	background: gray;
	cursor: pointer;
	border-radius: 100px !important;
}

.fitbutton:focus-visible {
	border: none;
	outline: none;
}

.fitbutton1 {
	background: red;
}

.fitbutton2 {
	background: orange;
}

.fitbutton3 {
	background: green;
}



.check input[type=checkbox] {
	opacity: 1 !important;
	position: relative !important;
	width: auto !important;
	transform: scale(1.5);
}

.submit {
	padding: 10px !important;
	width: auto !important;
	background: rgba(0,0,0,0.05) !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	font-weight: normal !important;
	transition: .25s all !important;
}

.submit:hover {
	background: white !important;
}

.fakturacia th {
	text-align: left !important;
	padding: 5px;
}


.fakturacia {

}

.fakturacia td {
  padding: 5px;
	vertical-align: top;
}

.check {
	width: 20px !important;
}

.action {
	padding: 10px ;
	border-radius: 20px ;
	margin: 0px ;
}

.tlacitka {
	text-align: right;
	vertical-align: middle;
}

.tlacitka * {
	display: inline-block  !important;
	float: right !important;
	padding: 3px 10px !important;
	margin: 0px 5px  !important;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1) ;
	border-radius: 10px ;
	text-align: center ;
	width: auto !important;
	font-size: 15px !important;
}

.tlacitka *:hover {
	background: rgba(0,0,0,0.5) !important;
	color: white;
}


/*-------- MOBILE -----------*/


@media (max-width: 768px) {
	p, td, input, * {
		font-size: 15px !important;
	}

	h1, .page h1 {
		font-size: 28px !important;
		margin: 0px;
	}

	h2 {
		font: 700 20px var(--font) !important;
		margin: 0px 0px 0px 0px;
	}

	h3, h4, h5, h6 {
		font: 700 18px var(--font) !important;
		margin: 0px 0px 0px 0px;
	}


	.mobile {		display: inline-block !important;	}
	.desktop {		display: none !important;	}

	#side {
		position: absolute;
		z-index: 1000 !important;
		background: rgba(230,230,230);
		width: calc(100% - 40px);
		height: auto;
		box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	}

	#mobileopen, #mobileclose {
		font-size: 30px;
		float: right;
		padding: 5px 10px;
	  transform: scale(1.4, .8);
	}

	#mobileclose {
		display: none;
	}

	#menu1, #menu2 {
		display: none;
	}

	#menu2 {
		float: right;
		text-align: right;
		right: 0px;
		font-size: 10px !important;
		bottom: 40px !important;
		opacity: 0.5;
	}

	#side #logo img {
		width: 80px;
		margin: 0px;
	}

	.menu li a {
    padding: 10px 30px;
	}


	#content {
		width: calc(100% - 40px);
		padding: 20px;
		margin-top: 90px;
	}


	table, thead, tbody, th, td, tr {
		display: block;
	}

	td {
		display: inline-block;
	}

	thead th {
		height:
	}

	td, .rez-tr td:nth-child(1) {
		padding: 3px 5px !important;
		width: calc(50% - 15px) !important;
		max-width: 100% !important;
		display: inline-block;
		vertical-align: top;
	}

	td a {
		float: right;
	}


	/*
	Label the data
	*/
	td:before {
		opacity: .25;
	}

	/*
	td:nth-of-type(1):before { content: "meno"; }
	td:nth-of-type(2):before { content: "priezvisko"; }
	td:nth-of-type(3):before { content: "3"; }
	td:nth-of-type(4):before { content: "4"; }
	td:nth-of-type(5):before { content: "5"; }
	td:nth-of-type(6):before { content: "6"; }
	td:nth-of-type(7):before { content: "7"; }
	td:nth-of-type(8):before { content: "8"; }
	td:nth-of-type(9):before { content: "9"; }
	td:nth-of-type(10):before { content: "10"; }
	*/


}



/*-------- PRINT -----------*/

.print {
	display: none;
}

@media print {

	.print {
		display: block;
	}

	@page {
	    margin: 10px;
	}

 * {
	 font-size: 12px !important;
 }

 h1, h2, h3 {
	 font-size: 20px !important;
 }

	#side {
		display: none;
	}

	img {
	}


	.dotaznik-img {
		width: 500px;
		height: 600px !important;
	}

	input+label {display: none !important;}

	input, input[type="radio"]:checked + label,  input[type="checkbox"]:checked + label {
		display: inline !important;
		background: none !important;
		box-shadow: none !important;
		padding: 0px !important;
		width: auto;
		font-weight: bold;
	}

	input[type="submit"] {
		display: none !important;
	}
	#content {
		padding: 0px !important;
	}

	.button {
		display: none !important;
	}

	label {
		display: none;
	}

  body {
    margin: 0;
		width: 100% !important;
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-fill: auto; height: 100%;
}

}
