* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Trebuchet MS, Arial;
	line-height: 1.4;
}
body {
	background: white;
	font-size: 16px;
}

a {
	color: white;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}
img {
	border-width: 0;
}
input[type=text], input[type=password], input[type=number], input[type=email], input[type=phone] {
	border: 1px solid #2A58AD;
	padding: 2px 4px;
	font-size: 14px;
	min-height: 24px;
}
input[type=file] {
	min-height: 24px;
}
textarea {
	border: 1px solid #2A58AD;
	padding: 2px 4px;
	font-size: 14px;
}
input[type=button], input[type=submit] {
	cursor: pointer;
	border-radius: 3px;
	background-color: #2A58AD;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #558BD5), color-stop(1, #2A58AD));
	background-image: linear-gradient(to bottom, #558BD5, #2A58AD);
	color: white;
	font-size: 15px;
	padding: 3px 8px;
	border-width: 0;
}
input[type=button]:hover:not(:disabled), input[type=submit]:hover:not(:disabled) {
	background-color: #558BD5;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2A58AD), color-stop(1, #558BD5));
	background-image: linear-gradient(to bottom, #2A58AD, #558BD5);
}
input[type=text]:disabled, input[type=password]:disabled, input[type=number]:disabled, input[type=email]:disabled, input[type=phone]:disabled, select:disabled {
	background: #DDD;
}
input:disabled, .disabled {
	opacity: 0.7;
	cursor: default;
}
.disabled input:disabled {
	opacity: 1;
}
select {
	border: 1px solid #2A58AD;
	color: #2A58AD;
	padding: 1px 0;
	background: white
}
option {
	color: #2A58AD;
}
table {
	border-spacing: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
hr {
	border: 1px solid #2A58AD;
	margin: 3px;
}
hr.tenka
{
	border-bottom-width: 0;
}

#stranka {
	width: 960px;
	margin: 0 auto;
	padding: 0 5px 30px 5px;
}
h1 {
	background-image: url(/obrazky/logo.png);
	background-repeat: no-repeat;
	background-position: center 20px;
	height: 180px;
}
h1 a {
	display: block;
	height: 160px;
}
#menu {
	border-radius: 12px 12px 0 0;
	font-size: 18px;
	background-color: #2A58AD;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #558BD5), color-stop(1, #2A58AD));
	background-image: linear-gradient(to bottom, #558BD5, #2A58AD);
}
#menu ul {
	margin: 0 10px;
}
#menu li {
	list-style-type: none;
	float: left;
}
#menu li a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block;
}
#menu li a:hover {
	background-color: #558BD5;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2A58AD), color-stop(1, #558BD5));
	background-image: linear-gradient(to bottom, #2A58AD, #558BD5);
}
#telo {
	background: white;
	border: 2px solid #2A58AD;
	border-top-width: 0;
	border-bottom-width: 0;
	padding: 7px;
}
#obsah {
	width: 750px;
	padding: 5px 7px;
	float: left;
}
#obsah a, #obsah .a {
	color: #2A58AD;
	text-decoration: underline;
	cursor: pointer;
}
#obsah a:hover, #obsah .a:hover {
	text-decoration: none;
}
#obsah .aIkonka {
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}
#obsah .aDolu {
	background-image: url(/obrazky/ikonky/dolu.png);
}
#obsah .aNahoru {
	background-image: url(/obrazky/ikonky/nahoru.png);
}
#obsah .aPridat {
	background-image: url(/obrazky/ikonky/pridat.png);
}
#obsah .aSmazat {
	background-image: url(/obrazky/ikonky/smazat.png);
}
#obsah .aUpravit {
	background-image: url(/obrazky/ikonky/upravit.png);
}
#obsah h1 {
	font-size: 26px;
	color: #2A58AD;
	margin: 3px 0;
}
#obsah h2 {
	font-size: 24px;
	color: #2A58AD;
	margin: 3px 0;
}
#obsah h3 {
	font-size: 22px;
	color: #2A58AD;
	margin: 3px 0;
}
#obsah h4 {
	font-size: 20px;
	color: #2A58AD;
	margin: 3px 0;
}
#obsah h5 {
	font-size: 18px;
	color: #2A58AD;
	margin: 3px 0;
}
#obsah h6 {
	font-size: 16px;
	color: #2A58AD;
	margin: 3px 0;
}
#obsah ul {
	margin: 0;
	padding-left: 20px;
}
#obsah p {
	margin: 2px 0;
}
#obsah th {
	text-align: left;
	font-weight: bold;
	background: #DBE5F1;
}
#obsah th:not(:first-child) {
	border-left: 1px solid white;
}
#obsah th, #obsah td {
	padding: 2px 5px;
}
#obsah tbody:nth-child(2) tr:first-child td {
	border-top: 1px solid #2A58AD;
}
.chyba {
	color: red;
}
.hvezdicka:before {
	content: '*';
}
.povinne:before {
	content: '*';
	color: red;
}
.povinne.disabled:before {
	content: '';
}
.formTable input[type=text], .formTable input[type=phone], .formTable input[type=email] {
	width: 200px;
}
.formTable input[type=text].delsi, .formTable input[type=phone].delsi, .formTable input[type=email].delsi {
	width: 300px;
}
.formTable input[type=number] {
	width: 100px;
}
.formTable td
{
	vertical-align: top;
}
.formTable td:first-child label
{
	float: right;
	text-align: right;
}
.formTable textarea
{
	width: 100%;
}
.formTable .tdCheckbox {
	text-align: right;
}
table.pruhovana tbody tr:nth-child(even) td {
	background: #D8D8FF;
}
.editor {
	width: 100%;
	height: 250px;
}
#levySloupec {
	width: 175px;
	float: right;
}
#levySloupec > section {
	background: #2A58AD;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #558BD5), color-stop(1, #2A58AD));
	background-image: linear-gradient(to bottom, #558BD5, #2A58AD);
	background-size: auto 40px;
	background-repeat: repeat-x;
	border-radius: 8px;
	margin: 5px 0 10px 0;
	padding: 5px 0;
	color: white;
}
#levySloupec h2 {
	margin: 5px 6px 0 6px;
	font-size: 22px;
}
#kosik {
	padding-bottom: 5px;
}
#kosik img {
	float: left;
	margin: 3px 8px 0 8px;
}
#kosik p {
	font-size: 14px;
	margin: 2px 0;
}
#kosik p:nth-child(2) {
	padding-top: 3px;
}
#levySloupec .menu {
	padding: 5px 0;
}
#levySloupec .menu li {
	list-style-type: none;
}
#levySloupec .menu a {
	display: block;
	padding: 2px 8px;
	font-size: 14px;
	text-decoration: none;
	background-color: #2A58AD;
}
#levySloupec .menu a:hover {
	display: block;
	padding: 2px 8px;
	font-size: 14px;
	background-color: #558BD5;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3D6FBF), color-stop(1, #558BD5));
	background-image: linear-gradient(to bottom, #3D6FBF, #558BD5);
}
#levySloupec form {
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 5px;
}
#levySloupec form table {
	width: 100%;
}
#levySloupec form td {
	padding: 2px 0;
}
#levySloupec label {
	display: block;
	text-align: right;
	padding-right: 5px;
}
#levySloupec input[type=text], #levySloupec input[type=password] {
	width: 104px;
}
#levySloupec input[type=submit] {
	border: 1px solid white;
	margin-top: 2px;
}
footer {
	border-radius: 0 0 12px 12px;
	padding: 5px 10px;
	color: white;
	font-size: 18px;
	background-color: #2A58AD;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2A58AD), color-stop(1, #558BD5));
	background-image: linear-gradient(to bottom, #2A58AD, #558BD5);
}

.kategorieTrideni {
	margin: 5px 3px;
}
.kategorieTrideni select {
	float: right;
}
#obsah .kategorieZbozi .zbozi {
	float: left;
	border: 1px solid #2A58AD;
	display: block;
	width: 178px;
	margin: 3px;
	text-align: center;
	text-decoration: none;
	padding: 2px 1px;
}
.kategorieZbozi .zbozi:hover {
	background: #DBE5F1;
}
.kategorieZbozi .zbozi .nazev {
	text-decoration: underline;
}
.kategorieZbozi .zbozi:hover .nazev {
	text-decoration: none;
}
.kategorieZbozi .zbozi .obrazek {
	display: block;
	margin: 4px auto;
	width: 164px;
	height: 128px;
	line-height: 128px;
}
.kategorieZbozi .zbozi .obrazek img {
	display: inline-block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.kategorieZbozi .zbozi b {
	font-size: 17px;
}
.kategorieZbozi .zbozi .dph {
	font-size: 10px;
	color: black;
}

.zboziObrazek {
	float: right;
	cursor: pointer;
}
.zboziTabulka td {
	padding: 4px 0;
	vertical-align: baseline;
}
.zboziTabulka td:first-child {
	text-align: right;
	padding-right: 10px;
}
.zboziTabulka .cena {
	font-size: 19px;
	color: #2A58AD;
}
.zboziTabulka .dph {
	font-size: 12px;
}
.zboziTabulka input[type=number] {
	width: 50px;
}

.zobrazeniObrazku {
	background: black;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	font-size: 14px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
}
.zobrazeniObrazku .obrazek {
	margin: 5px;
}
.zobrazeniObrazku .obrazek img {
	max-width: 1px;
	max-height: 1px;
	display: inline;
	vertical-align: middle;
}

.kosikTabulka {
	width: 100%;
}
.kosikTabulka input[type=number] {
	width: 45px;
}
#obsah .kosikTabulka td {
	padding: 5px 6px;
}
.kosikTabulka td:not(:first-child) {
	text-align: right;
}
.kosikTabulka td:last-child {
	text-align: center;
	width: 100px;
}
.kosikTabulka td:nth-child(2) {
	width: 82px;
}
.kosikTabulka td:nth-child(3) {
	width: 112px;
}
.kosikTabulka td:nth-child(4) {
	width: 90px;
}
.kosikTabulka td:nth-child(5) {
	width: 100px;
}
.kosikTabulka .cena {
	color: #2A58AD;
	font-weight: bold;
	font-size: 17px;
}
.kosikTabulka tfoot td {
	border-top: 2px solid #2A58AD;
}
.kosikTlacitka {
	text-align: center;
}

.objednavkaUdaje {
	margin-top: 16px;
}
#obsah .objednavkaUdaje tfoot td {
	padding-top: 20px;
}

.shrnutiZbozi {
	width: 100%;
}
#obsah .shrnutiZbozi td {
	padding: 5px 6px;
}
.shrnutiZbozi .cena {
	color: #2A58AD;
	font-weight: bold;
	font-size: 17px;
}
.shrnutiZbozi td:not(:first-child) {
	text-align: right;
}
.shrnutiZbozi tfoot td {
	border-top: 2px solid #2A58AD;
}

.shrnutiVzkaz {
	width: 100%;
}

.dotazyPoslat {
	width: 100%;
}
.dotazyPoslat td:first-child {
	width: 80px;
}
.dotazyPoslat input[name=captchaKod] {
	width: auto;
	font-family: Courier New;
}

#dotazy_prehled_info {
	text-align: center;
}
.dotaz {
	margin: 3px 0;
}
.dotaz > div:first-of-type {
	margin-top: 7px;
}
.dotaz > .dotaz {
	padding-left: 24px;
}
.dotaz > .dotaz > .dotaz {
	padding-left: 22px;
}
.dotaz > .dotaz > .dotaz > .dotaz {
	padding-left: 20px;
}
.dotaz > .dotaz > .dotaz > .dotaz > .dotaz {
	padding-left: 18px;
}
.dotaz > .dotaz > .dotaz > .dotaz > .dotaz > .dotaz {
	padding-left: 16px;
}
.dotaz > .dotaz > .dotaz > .dotaz > .dotaz > .dotaz > .dotaz {
	padding-left: 14px;
}
.dotaz > .dotaz > .dotaz > .dotaz > .dotaz > .dotaz > .dotaz > .dotaz {
	padding-left: 12px;
}
.dotaz > .dotaz > .dotaz > .dotaz > .dotaz > .dotaz > .dotaz > .dotaz > .dotaz {
	padding-left: 10px;
}
.dotaz > .dotaz > .dotaz > .dotaz > .dotaz > .dotaz > .dotaz > .dotaz > .dotaz > .dotaz > .dotaz > .dotaz > .dotaz > .dotaz > .dotaz > .dotaz > .dotaz {
	padding-left: 0;
}
#obsah .dotaz p {
	margin-left: 5px;
	margin-right: 5px;
}
.dotaz .osoba {
	float: left;
}
.dotaz .datum {
	float: right;
}

.administraceStranky tbody td:first-child {
	min-width: 220px;
}
.administraceStranky tbody td:not(:first-child) {
	width: 175px;
}
.administraceStranky tbody td:nth-child(2) {
	width: 90px;
}
#obsah .administraceStranky tfoot td {
	padding-top: 7px;
}

.administraceUpravaZbozi .obrazek {
	vertical-align: bottom;
}

#obsah .aktualniZbozi td {
	vertical-align: top;
	padding: 0;
	margin: 0;
}
#obsah .aktualniZbozi .zbozi {
	float: left;
	border: 1px solid #2A58AD;
	display: block;
	width: 178px;
	margin: 3px;
	text-align: center;
	text-decoration: none;
	padding: 2px 1px;
	color: #2A58AD;
	cursor: pointer;
}
.aktualniZbozi .zbozi:hover:not(.nehover) {
	background: #DBE5F1;
}
.aktualniZbozi .zbozi .kategorie, .aktualniZbozi .zbozi .nazev {
	text-decoration: underline;
}
.aktualniZbozi .zbozi:hover .kategorie, .aktualniZbozi .zbozi:not(.nehover):hover .nazev {
	text-decoration: none;
}
.aktualniZbozi .zbozi .kategorie {
	font-size: 18px;
	font-weight: bold;
}
.aktualniZbozi .zbozi .obrazek {
	display: block;
	margin: 4px auto;
	width: 164px;
	height: 128px;
	line-height: 128px;
}
.aktualniZbozi .zbozi .obrazek img {
	display: inline-block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.administraceKategorie tbody td:first-child {
	min-width: 220px;
}
.administraceKategorie tbody td:not(:first-child) {
	width: 175px;
}
#obsah .administraceKategorie tfoot td {
	padding-top: 7px;
}

.administraceSoubory_stranky {
	padding-left: 10px;
}
.administraceSoubory_tabulka td {
	vertical-align: top;
}
.administraceSoubory_tabulka td:first-child {
	text-align: right;
}
.administraceSoubory_tabulka td:nth-child(3) img {
	max-width: 160px;
	max-height: 120px;
	margin-left: 20px;
}

.administraceNastaveniWebu_tabulka {
	width: 100%;
}
.administraceNastaveniWebu_tabulka td:first-child {
	width: 145px;
}

.administracePlatby {
	width: 100%;
}
.administracePlatby tbody td:nth-child(2) {
	text-align: right;
}
#obsah .administraceStranky tfoot td {
	padding-top: 7px;
}

.administraceUpravaPlatby_tabulka {
	width: 100%;
}
.administraceUpravaPlatby_tabulka td:first-child {
	width: 125px;
}
.administraceUpravaPlatby_tabulka .formTable td:first-child {
	width: 70px;
}

.administraceDph td:first-child {
	min-width: 125px;
}
.administraceDph td:nth-child(2) {
	min-width: 60px;
	text-align: right;
}
.administraceDph td:nth-child(3) {
	text-align: center;
}
.administraceDph td:last-child {
	min-width: 175px;
}


#cookie-bar
{
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    background: white;
    border-bottom: 1px solid #2A58AD;
    box-shadow: 0 0 10px #2A58AD;
}
#cookie-bar::after
{
    content: "";
    display: block;
    clear: both;
}
#cookie-bar .content
{
    float: left;
    padding: 10px 40px;
}
#cookie-bar .content a
{
    color: #2A58AD;
}
#cookie-bar .actions
{
    float: right;
    padding: 10px 40px;
}
#cookie-bar .actions input
{
    margin-top: 5px;
}
#cookie-bar .actions input.minor
{
    background: white;
    border: 1px solid #2A58AD;
    color: #2A58AD;
    padding: 2px 7px;
}

