@import 'https://fonts.googleapis.com/css?family=Fira+Sans:300,400';
@import 'https://fonts.googleapis.com/icon?family=Material+Icons';
@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--menuColor: #9CF;
	--menuHighlightColor: #8BE;
	--actinfoColor: #ADF;
	--actinfoBorderColor: #39f;
}



* {
	margin: 0px;padding:0;border:0; -webkit-box-sizing:border-box;box-sizing:border-box;
}

body {
  font-family: Saira;
}

P {
	margin-bottom: 7px;
}

H1 {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 1.6rem;
}

H2 {
	margin-top: 7px;
	margin-bottom: 7px;
}

@media screen and (min-width: 1081px) {

	body {
	  font-size: 15px;
	}

	HEAD {
		font-size: medium;
	}
}





#page {
	margin: 0px 15px 15px 15px;
	clear: both;
}

/*
tr {
	height: 20px;
}

tr:nth-child(even) {
	background-color: #ddd;
}
*/

.missing:nth-child(even) TD {
	background-color: #f99 !important;
}

.missing:nth-child(odd) TD {
	background-color: #fcc !important;
}

.present {
	background-color: #cfc;
}
.present:nth-child(even) {
	background-color: #9f9;
}

.disciplina_zaskrtavatko {
	margin-left: 16px;
	margin-right: 16px;
}

.change {
	background: #ff5050;
}

/*
.discipliny {
	min-width: 200px;
}
*/

.discipliny span{
	float:left;
	width: 45px;
	font-size: 10px;
	height: 40px;
	word-wrap: break-word;
}

.narrow {
	height: 20px;
	margin: 0px;
}

fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

input[type=text] {
	/*width: 50px;*/
}

.tlacitko {
	border: 1px solid gray;
	border-radius: 3px;
	margin: 4px;
	margin-top: 0px;
	padding: 2px;
}

.vysledky {
	float: right;
}


.header-name IMG {
	width: 60px;
	vertical-align: middle;
	margin-right: 10px;
}


.vypis_zavodniku {
  overflow-x: auto;
  white-space: nowrap;
  width: unset !important;
  margin: unset !important;
}

/*
select {
  margin: 10px;
  awidth: 150px;
	max-width: 80vw;
  padding: 5px 35px 5px 5px;
  font-size: 1rem;
  border: 1px solid #CCC;
  height: 34px;
  a-webkit-appearance: none;
  a-moz-appearance: none;
  aappearance: none;
  background: 96% / 15% no-repeat #EEE;
}
*/


#vypis_zavodniku_filter {
  float: left;
}

#vypis_zavodniku thead .inputFilter input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/*
#vypis_zavodniku tr:nth-child(even) {
  background: #eee;
}
*/

#vypis_zavodniku td {
  vertical-align: top;
}

#vypis_zavodniku thead .selectFilter select option[value=""] {
  color: darkgray;
}

.pure-form select {
	padding: 0.2em 0.6em;
}

.select2-selection {
	box-shadow: inset 0 1px 3px #ddd;
}

.button-xsmall {
	font-size: 70%;
}

.button-small {
	font-size: 85%;
}

.button-large {
	font-size: 110%;
}

.button-xlarge {
	font-size: 125%;
}