body{
		background-image: url("../images/poz1.png");
		/*font-family: Rajdhani;*/
		font-family: 'Montserrat', sans-serif;
		margin: 0px; padding: 10px; padding-top: 0px; padding-bottom: 0px;
		background-position: center;
		background-size: cover;
	}
	hr {
	margin-top: 7px;
    margin-bottom: 7px;
    box-shadow: 0 0 1px 2px #060606;

	}
	.loginErrorDiv {
		text-align: center;
		position: absolute;
		left: 50%;
		top: 70%;
		transform: translateX(-50%);
		font-size: 34px;
		color: #e01414;
		background-color: black;
		padding: 20px;
		border: 2px solid red;
	}
	.menulajna{
		margin-top: 0px;
		margin-bottom: 0px;
		box-shadow: 0 0 1px 2px #060606;
	}
	.adminmenu
	{
		position: fixed;
		bottom: 0px;
		left: 50%;
		transform: translateX(-50%);
	}
	.menu{
		padding: 5px;
		padding-top: 0px;
		font-weight: bold;
		text-align: center;
		margin-right: 0px;
		margin-left: 0px;
		margin-top: 0px;
		font-size: 25px;
		background: rgb(2,0,36);
		background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 48, 67, 0.89) 16%, rgba(0,212,255,2) 103%);
		
	}
	.menu a {
    color: black;
    padding: 5px;
	padding-top: 0px;
    /* padding-left: 0px; */
    /* padding-right: 0px; */
    margin-right: 0px;
    margin-left: 0px;
    transition: color 0.3s, box-shadow 0.3s;
    text-decoration: none;
    font-size: unset;
    font-weight: 400;
    border: 1px solid #ffffff00;
}
	.menu a:hover {
		color: #ffffff;
		transition: color 0.3s, box-shadow 0.3s;
		/*box-shadow: 0px 8px 12px 8px rgba(255, 255, 255, 0.24), 0 17px 50px 0 rgba(255, 255, 255, 0.19);
		*/
		border-style: solid;
		border-width: 1px;
		border-color: black;
		background-color: #000000c7;
	}
	
	.menu a.selected{
		color: #ffffff;
		/*box-shadow: 0px 8px 12px 8px rgba(255, 255, 255, 0.24), 0 17px 50px 0 rgba(255, 255, 255, 0.19);
		*/

		background-color: #000000c7;
	}
	/*.menu:not(a.selected){
		
	}*/
	.menu2 {
	text-align: center;
	font-size: 18px;
	margin-top: 0px;
	font-weight: bold;
	padding: 1px;
	border-style: solid;
	border-width: 1px;
	background: rgb(0,212,255);
	background: radial-gradient(circle, rgba(0,212,255,1) 3%, rgba(0,121,168,0.5900735294117647) 45%, rgba(2,0,36,1) 100%);
	}
	.menu2 a {
		color: black;
		padding: 2px;
		margin-right: -3px;
		font-weight: 400;
		margin-left: -2px;
		text-decoration: none;
		border: 2px solid #00131a00;
	}
	.menu2 a:hover {
		color: #ffffff;
		transition: color 0.3s, box-shadow 0.3s;
		border-style: solid;
		border-width: 2px;
		border-color: black;
		background-color: #000000c7;
		cursor: pointer;
	}
	.slctx {
		max-width: min-content;
	}
	.menu2 a.selected {
		border-color: black;
		border-style: solid;
		border-width: 2px;
		color: #ffffff;
		background-color: #000000c7;
	}
	/*.menu2:not(a.selected){

	}*/
	.aktivnich {
    color: white;
	}
	.tabulka{
		background-color: #00000078;
		overflow: auto;
		box-shadow: 5px 5px 5px #4375af;
}

	.velkatabulka {
		background-color: #00000078;
		position: absolute;
		top: 145px;
		bottom: 25px;
		overflow: auto;
		box-shadow: 5px 5px 5px #4375af;
}
	.velkatabulka tr td{
		cursor: pointer;
	}
	
	.velkatabulka tr:not(:hover) td
	{
		background-color: #FAFAFA;
		color: #333;
		transition: background-color 0.5s, color 0.5s;
	}

	.velkatabulka tr:hover td
	{
		background-color: #4375af;
		color: white;
	}
	.velkatabulka2
	{
	box-shadow:0px 0px 0px black;
	top:35px;
	}
	.indivtitle {
		position: relative;
		text-align: center;
		cursor: grab;
		top: 0px;
		left: 0px;
		right: 0px;
		line-height: 20px;
		padding: 5px;
		font-weight: bold;
		height: 30px;
		color: white;
		background-color: #00151d;
	}
	table {
		min-width: 350px;
		max-width: 466px;
		color: #333;
		border-collapse:
		collapse; border-spacing: 1px;
	}

	td, th { border: 1px solid #CCC; height: 30px; text-align: center; } 

	th {
		background-color: #00151d;
		font-weight: bold;
		padding: 5px;
		color: white;
	}

	td {
		background: #FAFAFA; 
		text-align: left; 
		padding:5px;
	}
	/*tr:not(:hover) td
	{
		
	}
	tr:hover td
	{
		
	}
	*/
	.velkatabulka tr.hodinyProplacene td{

		background: #ffffff1a;
		color: #206caf;
		text-align: right;
		font-weight: bold;
	}
	.velkatabulka tr.hodinyNeproplacene td{
		
		background: red;
		
	}
	/* Sortable tables */
	table.sortable thead {
		background-color:#eee;
		color:#666666;
		font-weight: bold;
		cursor: default;
	}
	
	
	

/*
	@keyframes mysPrecTD {
		from {background-color: #4375af;color: white;}
		to {background-color:#eee;color:#666666;}
	}
	@keyframes mysNaTD {
		from {background-color:#eee;color:#666666;}
		to {background-color: #4375af;color: white;}
	}
	
	tr:not(:hover) td{
		animation-name: mysPrecTD;
		animation-duration: 2s;
		cursor:pointer;
	}
	tr:hover td{
		animation-name: mysNaTD;
		animation-duration: 2s;
		cursor:pointer;
	}
	*/


	#chaostitle {
		display: none;
		text-shadow: 2px 2px 2px #000000;
		text-align: center;
		line-height: 38px;
		font-size: 38px;
		/* display: inline-block; */
		color: #000000;
		background-color: #4375af;
		background-clip: text;
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: #4375af;
		-webkit-animation: vec 60s infinite linear;
		animation: vec 60s infinite linear;
		animation: vec 60s infinite linear;
		animation-direction: alternate;
		padding-top: 30px;
		border-style: solid;
		border-width: 1;
		padding-bottom: 30;
		margin-bottom: 1px;
		background: linear-gradient(to right, rgb(0, 0, 0), rgba(49, 49, 49, 0.57));

}
	#chaostitle2 {
		text-shadow: 2px 2px 2px #000000;
		text-align: center;
		line-height: 30px;
		font-size: 30px;
		/* display: inline-block; */
		color: #000000;
		background-color: #4375af;
		-webkit-background-clip: text;
		-webkit-text-fill-color: #4375af;
		-webkit-animation: vec 60s infinite linear;
		animation-direction: alternate;
		padding-top: 30px;
		border-style: solid;
		border-width: 1;
		padding-bottom: 30;
		margin-bottom: 1px;
		background: linear-gradient(to right, rgba(0, 124, 175, 0.29), rgba(0, 0, 0, 0));

}
	#loginform {
		position: absolute;
		height: 200px;
		width: 320px;
		left: 50%;
		top: 50%;
		margin-left: -160px;
		margin-top: -100px;
		text-align: center;
}	
	#verze {
		position: fixed;
		bottom: 3px;
		right: 3px;
		z-index: -10;
		color: #4375af;
}
	#check {
		LINE-HEIGHT: 26px;
		TEXT-ALIGN: CENTER;
		display: inline-block;
		font-size: 13px;
		font-weight: bold;
		background-color: #4375af5e;
		cursor: auto;
		color: black;
		/* padding: 5px; */
		width: 110px;
		height: 26px;
		/*font-family: Rajdhani;*/
	}
	#globalClovekDiv
	{
		position: absolute;
		left: 477px;
		top: 145px;
		width: 476px;
		bottom: 25px;
		border: 1px solid #BFBFBF;
		background-color:#00000078;
		box-shadow: 5px 5px 5px #4375af;
		padding: 10px;
		font-size: 17px;
		overflow: auto;
		display: none;
	}	
	#userinfoDiv 
	{
		position: absolute;
		left: 980px;
		top: 145px;	
		width: 459px;
		bottom: 25px;
		border: 1px solid #BFBFBF;
		background-color: #00000078;
		box-shadow: 5px 5px 5px #4375af;
		padding: 10px;
		font-size: 17px;
		overflow: auto;
		display: none;
	}
	.totalsum {
		position: relative;
		width: 100%;
		height: 60%;
		overflow: auto;
		
	}

	.sumtotalsum {
		position: relative;
	}
	.totalsumtab {
		position: relative;
		text-align:  center;
		width: 100%;
	}
	.hodinovaTabulka
	{    
		position: relative;
		width: 100%;
	}
	.totalsumtab td {
		text-align:  center;
	}
	#c1 {
    text-align: center;
    display: block;
    margin: 0px auto;
    background-color: #0000;
    padding: 8px;
    border: none;
}
.zaplatit_div {
    position: absolute;
    top: 40px;
    left: 10px;
    right: 10px;
    text-align: center;
}
	/*@-webkit-keyframes vec 
{
		0% {-webkit-filter: brightness(0.8);
		}
		100% {-webkit-filter: brightness(1.2);
		}
}
	
	@-webkit-keyframes vec {
		
		from {
			-webkit-filter: hue-rotate(45deg); 
		}

		to {
			-webkit-filter: hue-rotate(160deg);
		}
}	
	*/
	form
	{display:inline-block;
		
	}
	
/* 	input[type=submit] {
		background-color: #4375af;
		border: 1px solid #000000;
		cursor: pointer;
		color: black;
		font-size: 13px;
		font-weight: bold;
		line-height: 16px;
		padding: 5px;
		width: 140px;
		height: 28px;
		font-family: Rajdhani;
	}
	input[type=submit]:hover {
		color: white;
		box-shadow: 0 12px 16px 0 rgba(255, 255, 255, 0.24), 0 17px 50px 0 rgba(255, 255, 255, 0.19);

	} */
input[type=submit]:hover {
    color: #e6e6e6;
    /*box-shadow: inset 0px 0px 50px 0 rgb(0, 212, 255); */
	background: radial-gradient(circle, rgba(0,212,255,1) 3%, rgba(0,121,168,0.5900735294117647) 49%, rgba(2,0,36,1) 100%);
}
input[type=submit] {
	background-color: #00131a;
    border: 2px solid #e6e6e678;
    border-radius: 14px;
    cursor: pointer;
    color: #e6e6e678;
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;
    padding: 5px;
    width: 105px;
    height: 28px;
    margin: 1px;
	/*font-family: Rajdhani;*/
}
	input[type=text], input[type=password] , input[type=date]{
	  background-color: #fff;
	  border: 1px solid #000000;
	  /*border-radius: 5px;
	  */
	  cursor: text;
	  color: #000;
	  font-size:13px;
	  font-weight: bold;
	  line-height: 16px;
	  padding: 5px;
	  width: 140px;
	  height: 28px;
	  /*font-family: Rajdhani;*/
	}
	.emptab
	{
    display: grid;
    place-items: center; 
	}
	.announc
	{
		color: #fafafa;
		font-size: 20;
	}
	.obkolesit
	{    
	height: calc(100% - 44px);
    display: grid;
    place-items: center;
		
	}
	.closebutton {
    border-width: 1px;
    border-style: solid;
    /* border-color: white; */
    /* border-radius: 3px; */
    position: absolute;
    top: 1px;
    right: 0px;
    height: 25px;
    font-size: 18px;
    width: 56px;
    color: #ffffffc4;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    /* background: linear-gradient(to top , rgb(0, 123, 174), rgb(0, 0, 0)); */
    padding-top: 1px;
	}
	.closebutton:hover {
		box-shadow: inset -1px -3px 16px 0px rgb(0, 125, 176);
		color: #fb0000;
	}
	
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		appearance: none;
		outline: 0;
		box-shadow: none;
		border: 0 !important;
		background: #00131a;
		background-image: none;
		}
		/* Custom Select */
	.select {
		position: relative;
		display: block;
		width: 364px;
		height: 3em;
		line-height: 3;
		background: #2c3e50;
		overflow: hidden;
		color: white;
		
		}
	select {
		font-size: 16px;
		font-weight: bold;
		/* width: 100%; */
		/* height: 100%; */
		margin: 0;
		padding: 0 0 0 .5em;
		color: #fff;
		cursor: pointer;
		/*font-family: Rajdhani;*/
	}
	select::-ms-expand {
		display: none;
		}
		/* Arrow */
	.select::after {
		content: '\25BC';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		padding: 0 1em;
		background: #00131a;
		pointer-events: none;
		color: white;
		}
		/* Transition */
	.select:hover::after {
			color: white;
		}
	.select::after {
		-webkit-transition: .25s all ease;
		-o-transition: .25s all ease;
		transition: .25s all ease;
		}

	div.select select#sele {
		width: 100%;
		height: 100%;
	}


	div.select.select2 select#zaksele {
		width: 100%;
		height: 100%;
	}
	/* General Select Styling */
	select{
		font-size: 16px;
		font-weight: bold;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0 0 0 .5em;
		/*color: #fff;*/
		cursor: pointer;
		font-family: Rajdhani;
		font-size: 20px;
		
	}
	.select::after {
		-webkit-writing-mode: vertical-rl;
		content: '\25BC';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		padding: 0 1em;
		background: #00131a;
		pointer-events: none;
		color: white;
	}