body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: black;
}

body a {
	color: black;
}

#es-vypis .subject {
	font-weight: bold;
	 
}

#es-vypis .subject a {
	color: #555555;
	 
}


#es-vypis .datt {
	margin-left: 3em;
  color: brown;
}

#es-vypis tr.radek:nth-of-type(4n-3),
#es-vypis tr.radek:nth-of-type(4n-2) {
    background-color: #fff8e1; /* světle šedá např. */
}

#es-vypis tr.radek:nth-of-type(4n-1),
#es-vypis tr.radek:nth-of-type(4n) {
    background-color: #fefefe; /* bílá např. */
}

/* horní border pro každou první řádku dvojice */
#es-vypis tr.radek:nth-of-type(4n-3),
#es-vypis tr.radek:nth-of-type(4n-1) {
    border-top: 2px solid #ccc; /* šedá čára */
}

#es-vypis table {
    border-collapse: collapse; /* aby se nezdvojovaly rámečky */
    border: none;
    margin-top: 10px;
}

#es-vypis table td, table th {
    border: none;        /* žádný rámeček buněk */
    padding: 4px;        /* vnitřní odsazení */
}

#es-vypis .buttony {
	margin-left: 2em;	
}

#es-vypis .bun_zmenit a {
	background-color: #0D88FF;
	color: white;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 18px;
	font-size: 90%;
	font-weight: bold;
}

#es-vypis .bun_zmenit a:hover {
	background-color: #00008B;
}

#es-vypis .bun_klonovat a {
	background-color: #f6a444;
	color: white;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 18px;
	font-size: 90%;
	font-weight: bold;
}

#es-vypis .bun_klonovat a:hover {
	background-color: #d68424;
}

#es-vypis .bun_smazat a {
	background-color: #F08080;
	color: white;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 3px;
	font-size: 90%;
	font-weight: bold;
}

#es-vypis .bun_smazat a:hover {
	background-color: red;
}

/* formátování TOP frajmu */

body.pg-eservis-top {
	background-color: #007777;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body.pg-eservis-top h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: yellow;
	margin: 5px;
	padding: 0px;
}

body.pg-eservis-top h1 a {
	color: yellow;
	text-decoration: none;
}

#eservis-top-1 {
	text-align: center;
	color: white;
	font-size: 16px;
	padding-bottom: 5px;
}

#eservis-top-1 a {
	color: white;
}

#eservis-top-1 .button.button-login {
	background-color: #FFFFAA;
}
	
#eservis-top-1 .button.button-novy {
	background-color: #FFFFCC;
}

#eservis-top-1 .button.button-vypis {
	background-color: #FFFFCC;
}

#eservis-top-1 .button {
  display: inline-block;
  padding: 2px 10px;
  padding-bottom: 1px;
  background-color: #EEEEEE; /* modré tlačítko */
  color: black;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s;
  margin-left: 3px;
  margin-right: 3px;
  font-variant: small-caps;
	-webkit-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.20);
	box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.20);
}

#eservis-top-1 .button:hover {
	background-color: #FFAEAE;
	-webkit-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.40);
	-moz-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.40);
	box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.40);

}

#eservis-top-2 {
	margin: auto;
	width: 90%;
	margin-top: 0px;
	margin-bottom: 3px;
	border: 3px solid silver;
	border-radius: 18px;
	padding: 3px;
	background-color: #bfeeee;
}

#eservis-top-2-1, #eservis-top-2-2, #eservis-top-2-3 {
	text-align: center;
}

#eservis-top-2-1, #eservis-top-2-2 {
	padding-bottom: 4px;
}

#eservis-top-2 button {
	font-weight: bold;
	font-size: 16px;
	padding-top: 5px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
}

#eservis-top-2 form {
	padding: 0;
	margin: 0;
}

#eservis-top-2 input, #eservis-top-2 select {
	border-radius: 5px;
	border: 1px solid #555555;
	padding-left: 2px;
	padding-right: 2px;
}

/* spodní frame */

body.pg-eservis-bot {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 15px;
	font-size: 14px;
}