* {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    box-sizing: border-box;
}
body {
	margin: 0;
    padding: 0;
	text-align: center;
	background-color: #ffffff;
	background-image:url('../images/pozadi.png');
    background-size: 50%;
}
h1 {
    font-size: 14px;
    font-weight: bold;
}
img {
    border-style: none;
}
a {
    color:#000000;
}
a:link {
    border:none;
}
a:visited {
    border:none;
}
a:active {
    border:none;
}
a:hover {
    text-decoration: none;
}
a.layout-button {
    font-size: 12px;
    padding: 2px 20px 2px 20px;
    border: 1px solid #959595;
    background-image: url('../images/button.gif');
    background-repeat: repeat-x;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
a.layout-button:hover {
    color: red;
}
div {
    margin: 0;
    padding: 0;
}

#prihlaseni {
    width: 400pt;
    /*height: 200pt;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 150pt;
    background-color: #4d6292;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border: 0 solid #000000;
    -webkit-box-shadow: 0 0 20px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 20px 1px rgba(0,0,0,0.5);
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.5);
    padding: 20pt;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}
#prihlaseni h2 {
    font-size: 18pt;
    color: white;
}
#prihlaseni p {
    font-size: 13pt;
    color: white;
}
#prihlaseni p.chyba {
    color: #ff5050;
}
#prihlaseni input[type=text], #prihlaseni input[type=password] {
    font-size: 12pt;
    padding: 5pt 0 5pt 15pt;
    margin-bottom: 5pt;
    width: 95%;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0 solid #000000;
    text-align: left;
}
#prihlaseni input[type=button] {
    background-color: #1e6606;
    color: white;
    font-size: 12pt;
    padding: 5pt;
    width: 150pt;
    cursor: pointer;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border: 0 solid #000000;
    margin-top: 20pt;
}

#container {
	width: 1230px;
	margin: 20px auto;
    padding-bottom: 20px;
	text-align: left;
	background: #fff;
	border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border: 2px solid #4d6293;
	-webkit-box-shadow: 0 0 20px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 20px 1px rgba(0,0,0,0.5);
	box-shadow: 0 0 20px 1px rgba(0,0,0,0.5);
	
}
#content {
    min-height: 400px;
    margin: 0;
	padding: 15pt;
	text-align: justify;
	background-color: #ffffff;
}
#header {
    height: 50px;
    margin: 10pt;
    padding: 0;
	
    background-color: #4d6293;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    border: 0 solid #000000;
}

#header .logo {
    width: 40px;
    height: 40px;
    margin: 5px;
	float: left;
}

#header h3 {
    padding: 0;
    margin: 0;
    font-size: 18pt;
}

#nazev-aplikace {
    margin: 10px;
    padding: 0;
    font-family: Verdana, Helvetica, serif;
    font-size: 18pt;
    font-weight: 300;
    color: white;
	float: left;
}
#zakaznik-uzivatel {
    margin: 15px;
    padding: 0;
    text-align: right;
	float: right;
}
#zakaznik-uzivatel > div {
    font-size: 14px;
    color: white;
    margin-right: 20px;
    padding: 0;
	float: right;;
}
#zakaznik-uzivatel > div:last-child {
    margin-bottom: 0;
}
#zakaznik-uzivatel > div > a {
    font-size: 12px;
    color: white;
    margin-top: 3px;
    padding: 0 8px;
    border-right: 2px solid white;
}
#zakaznik-uzivatel > div > a:last-child {
    padding-right: 0;
    border-style: none;
}
#zakaznik-uzivatel > div > a:hover {
    color: #9DBEE0;
}
#zakaznik-nabidka > a {
    display: inline-block;
    font-size: 14px;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    color: #4d6293;
    text-decoration: none;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border: 2px solid #4d6293;
}
#zakaznik-nabidka > a:hover {
    background-color: #4d6293;
    color: #fff;
}
#zakaznik-nabidka > span {
    display: inline-block;
    font-size: 14px;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    background-color: #4d6293;
    color: white;
	border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border: 2px solid #4d6293;
}

div.navigace {
    margin: 20px 0 15px;
    padding: 0 0 2px;
    border-bottom: 1px solid #314C66;
}
div.navigace a.pozice {
    font-weight: bold;
}
div.navigace span.aktualni-pozice {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
td {
    margin: 0;
    padding: 0;
}
table.vyber-kategorie {}
tbody.kategorie {}
tbody.kategorie tr td.nazev a {
    font-size: 14px;
    font-weight: bold;
}
tbody.kategorie tr td.popis {
    padding-bottom: 10px;
}
table.vyber-kurzu {
	width: 100%;
    border-collapse: collapse;
}
table.vyber-kurzu tbody.kurz {}
tbody.kurz tr td {
    border-collapse: collapse;
    border-style: none;
}
tbody.kurz tr td.nazev {
    width: 100%;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    background-color: #e8e8e8;
}
tbody.kurz tr td.nazev a {
    font-size: 14px;
    font-weight: bold;
}
tbody.kurz tr td.nazev div.oznameni {
    font-size: 12px;
    font-weight: bold;
    color: #ff8800;
    margin-top: 0.3em;
}
tbody.kurz tr td.popis {
    width: 100%;
    padding: 5px;
    vertical-align: top;
    border-left: 1px solid #cdd1bb;
    border-bottom: 1px solid #cdd1bb;
}
tbody.kurz tr td.udaje {
    padding: 5px;
    vertical-align: top;
    border-bottom: 1px solid #cdd1bb;
}
tbody.kurz tr div.novinka {
    padding-bottom: 5px;
    white-space: nowrap;
    text-transform: uppercase;
    color: green;
    font-weight: bold;
}
tbody.kurz tr div.aktualizace {
    padding-bottom: 5px;
    white-space: nowrap;
    color: black;
    font-weight: bold;
}
tbody.kurz tr div.info {
    padding-bottom: 5px;
    white-space: nowrap;
}
table.kurz {
    width: 100%;
    border-bottom: 1px solid #cdd1bb;
}
table.vyber-terminu {
    margin-bottom: 20px;
}
table.vyber-terminu tr th {
    padding: 3px;
    background-color: #e8e8e8;
    border: 1px solid #cdd1bb;
    font-weight: normal;
}
table.vyber-terminu tr td {
    padding: 3px;
    border: 1px solid #cdd1bb;
}
table.vyber-terminu tr td.objednat a {
    font-weight: bold;
}
table.plovouci-termin tr td {
    padding: 3px;
}
table.plovouci-termin tr td.objednat a {
    font-weight: bold;
}
table.vyber-osob {
    /*width: 1150px;*/
    width: 100%;
    border-collapse: collapse;
}
table.vyber-osob tr th {
    padding: 3px;
    background-color: #e8e8e8;
    border: 1px solid #cdd1bb;
    font-weight: normal;
}
table.vyber-osob tr td {
    padding: 3px;
    border: 1px solid #cdd1bb;
}
table.vyber-osob tr.osoba td {
    vertical-align: top;
}
table.vyber-osob tr.osoba .evidencniCislo {
    width: 9.5%;
}
table.vyber-osob tr.osoba .evidencniCislo input {
    width: 100%;
}
table.vyber-osob tr.osoba .titul {
    width: 7.6%;
}
table.vyber-osob tr.osoba .titul input {
    width: 100%;
}
table.vyber-osob tr.osoba .jmeno {
    width: 15%;
}
table.vyber-osob tr.osoba .jmeno input {
    width: 100%;
}
table.vyber-osob tr.osoba .prijmeni {
    width: 20%;
}
table.vyber-osob tr.osoba .prijmeni input {
    width: 100%;
}
table.vyber-osob tr.osoba .titul-za {
    width: 7.6%;
}
table.vyber-osob tr.osoba .titul-za input {
    width: 100%;
}
table.vyber-osob tr .datum-narozeni div {
    width: 100px;
    white-space: nowrap;
}
table.vyber-osob tr.osoba .datum-narozeni input {
    width: 100%;
}
table.vyber-osob tr.osoba .misto-narozeni {
    width: 20%;
}
table.vyber-osob tr.osoba .misto-narozeni input {
    width: 100%;
}
table.vyber-osob tr.osoba .email {
    width: 20%;
}
table.vyber-osob tr.osoba .email input {
    width: 100%;
}
table.vyber-osob tr .odstranit div {
    width: 26px;
}
table.pripomenuti tr td.label {
    padding: 3px;
    background-color: #e8e8e8;
    border: 1px solid #cdd1bb;
    vertical-align: top;
}
table.pripomenuti tr td.value {
    padding: 3px;
    border: 1px solid #cdd1bb;
}
table.fakturacni-udaje tr td.label {
    padding: 3px;
    background-color: #e8e8e8;
    border: 1px solid #cdd1bb;
    vertical-align: top;
}
table.fakturacni-udaje tr td.value {
    padding: 3px;
    border: 1px solid #cdd1bb;
}
table.souhrn-osoby {
    border-collapse: collapse;
}
table.souhrn-osoby tr th {
    padding: 3px;
    background-color: #e8e8e8;
    border: 1px solid #cdd1bb;
    font-weight: normal;
}
table.souhrn-osoby tr td {
    padding: 3px;
    border: 1px solid #cdd1bb;
}
table.objednavky-historie tr th {
    padding: 3px;
    background-color: #e8e8e8;
    border: 1px solid #cdd1bb;
    font-weight: normal;
}
table.objednavky-historie tr td {
    padding: 3px;
    border: 1px solid #cdd1bb;
}
table.zmena-hesla tr td.label {
    padding: 3px;
    background-color: #e8e8e8;
    border: 1px solid #cdd1bb;
    vertical-align: top;
}
table.zmena-hesla tr td.value {
    padding: 3px;
    border: 1px solid #cdd1bb;
}
span.error {
    color: red;
    display: block;
    font-size: 10px;
}
span.required {color: red;}

p.objednavka-akreditace-upozorneni {
    color: red;
}
ul.objednavka-akreditace-upozorneni {
    padding: 0;
    margin-left: 20px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
ul.objednavka-akreditace-upozorneni li {
    color: red;
}