.boxInformaceTabulka
{
	text-align: center;
    padding: 10px 10px 0px 10px;
	font-size: 1.0em;
    color: #757171;
    background-color: #fff;
    border-radius: 0px 0px 20px 20px;
}
.boxInformaceTabulky
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.boxInformaceNadpis
{
	text-align: center;
	padding: 20px 0px 0px 0px;
	font-size: 1.6em;
	color: #000;
	text-transform: uppercase;
}
.boxDetail
{
	font-size: 1.1em;
}
.boxInformacePodnadpis
{
	text-align: center;
	font-size: 0.8em;
	color: #000;
}
.boxInformaceZahlavi
{
	height: 100%;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
.boxInformaceTitle
{
	padding: 0px 10px 0px 10px;
}

.boxInformaceTitleText
{
	display: inline-block;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    text-align: left;
    height: 100%;
    text-overflow: ellipsis;
}
.kInformaceTitleTextDetail
{
	padding: 0px;
	border: 0px none #bbbbbb;
	background: transparent;
	background-repeat: no-repeat;
	height: 40px;
	width: 100%;
	font-size: 1.0em;
    color: #757171;
    font-weight: bold;
}

.boxInformaceStred
{
	padding: 0px 10px 0px 10px;
	height: 100%;
	overflow: hidden;
	border-top: 1px solid #ddd;
}

.boxInformaceEven
{
    text-align: left;
	height: 100%;
    border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	background-color: #fff;
}
.boxInformaceOdd
{
    text-align: left;
	height: 100%;
    border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	background-color: #fff;
}
.boxInformaceChyba
{
    text-align: left;
    border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	background-color: #fff;
}

.boxInformaceItemText
{
	display: inline-block;
	padding: 5px 0px 5px 0px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	height: 100%;
	font-size: 1.0em;
	text-overflow: ellipsis;
	color: #000;
}
.boxInformaceItemTextBig
{
	display: inline-block;
	padding: 5px 0px 5px 20px;
	white-space: nowrap;
	text-align: left;
	font-size: 1.0em;
	color: #000;
}
.tInformaceTlacitko {
  text-align: center;
  font-size: 0.6em;
  font-weight: bold;
  padding: 2px 3px;
  border: 1px solid #707374;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #F4F7F8;
  cursor: pointer;
  color: #000;
  transition: border 0.25s linear, color 0.25s linear, background 0.25s linear;
}
.tInformaceTlacitkoVse {
  text-align: center;
  font-size: 0.6em;
  font-weight: bold;
  padding: 2px 3px;
  border: 1px solid #707374;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #F4F7F8;
  cursor: pointer;
  color: #000;
  transition: border 0.25s linear, color 0.25s linear, background 0.25s linear;
  bottom: 5px;
  position: relative;
}
.boxInformaceTlacitkoDetail {
	padding: 10px 0px 10px 0px;
}

.boxInformaceStavMinut
{
    float: left;
	width: 45%;
    background-color: #fff;
    margin: 20px;
    padding: 0px 0px 0px 0px;
    border: 0px solid #d6d6d6;
    border-radius: 20px;
}
.boxInformaceStavMinutPrehled
{
	float: left;
	text-align: left;
	padding: 30px 0px 15px 45%;
	font-size: 1.1em;
	font-weight: 600;
	color: darkblue;
	cursor: pointer;
	text-transform: uppercase;
}