body {
	font-size: 15px;
	line-height: 1.6;
	color: #333;
	background: white;
}

h1 {
	color: #3484D2;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a[href^="#error:"] {
	background: red;
	color: white;
}

form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}







/* Vlastnosti ze sablony ceniku */

body {
    padding: 0px;
    margin: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}

p {
    margin: 0px;
    padding: 0px;
}


#main {
    padding: 0px;
    margin: auto;
    width: 1080px;
    height: 1920px;
    position: relative;
    overflow: hidden;
}

/* blok hlavní logo*/

.logo {
    width: 100%;
    position: relative;
}

.logo_line {
    position: absolute;
    text-align: center;
    width: 1080px;
}

.logo_line .first {
    color: #ffffff;
    margin: 5px;
    font-size: 45px;
    font-style: normal;
    font-weight: 100;
 }

.logo_line .second {
    color: #99c1da;
    margin: 5px;
    font-size: 16px;
}

.logo img {
	width: 100%;
}

.text {
    width: 100%;
    position: relative;
    font-size: 12px;
    text-align: justify;
    font-weight: bold;
}

.text p {
    padding: 10px;
}

.spec {
    color: #c8193e;
}

#cenik {
    overflow: hidden;
    position: relative;
}

#cenik-left {
    float: left;
    width: 520px;
}

#cenik-right {
    float: right;
    width: 520px;

}

#cenik .cenik-blok {
   padding: 10px;
}

#cenik .cenik-blok .skupina {
    font-size: 16px;
    font-weight: bold;
    clear: both;
}

#cenik .cenik-blok .not-first {
    padding-top: 14px;
}

#cenik .cenik-blok .skupina-hlavni {
    color: #8ca828;
}

#cenik .cenik-blok .skupina-ostatni {
    color: #f59f20;
}

#cenik .cenik-blok .polozka {
    font-size: 14px;
    font-weight: bold;
    clear: both;
}

#cenik .cenik-blok .polozka .nazev {
    width: 475px;
    display: inline-block;
    overflow: auto;
}

#cenik .cenik-blok .polozka .popis {
    color: #636362;
    font-size: 12px;
}

#cenik .cenik-blok .polozka .cena {
    display: inline-block;
    vertical-align: bottom;
    /* width: 45px; */
    text-align: right;    
}



#mena {
    font-size: 12px;
    text-align: justify;
    font-weight: bold;
    position: relative;
}

#mena p {
    padding: 10px;
}

/* blok reklama */

#reklama {
    overflow: auto;
}

#reklama .blok {
    margin: 10px;
    padding: 10px;
    border: 1px solid darkgray;
    border-radius: 5px;
    text-align: center;
}




/* Editace sablony */

#kontejner {
    width: 100%; 
    overflow: hidden; 
    margin-top: 20px; 
    margin-bottom: 0px;
}

/* uzsi sloupec */
#kontejner .sloupecU {
    float: left; 
    padding: 10px;
    height: 100%;
    min-height: 50px;
}

/* sirsi sloupec */
#kontejner .sloupecS {
    float: left; 
    min-width: 250px;
    padding: 10px;
    height: 100%;
    min-height: 50px;
}


#kontejner #detail {
    background-color: #E6FFEE;
} 

#kontejner #kopie {
    background-color: #FFEBDA;
} 

#kontejner #smazat {
    background-color: #FFDADA;
} 

#kontejner #je_clenem {
    background-color: #FFEBDA;
} 

#kontejner #platna {
    background-color: #E6FFEE;
} 


#frm-sablonaForm fieldset {
    border: 0px;    
}

.EditacePrvku h2 {
    margin-top: 10px;
}



/* seznam restauraci */

#kontejner #CasovyPlan {
    background-color: #E6FFEE;
} 

#kontejner #SeznamRestauraci {
    margin-left: 15px;
    background-color: #FFEBDA;
}

#kontejner h2 {
    margin-top: 0px;
}

#kontejner .nradek {
    font-weight: bold;
    background-color: #FFDADA;
}

#kontejner .lradek {
    background-color: #FFEBDA;
}

#kontejner .sradek {
    background-color: #FFDADA;
}


/* vypis restauraci */

.grid tr:nth-child(even)  {
    background-color: #FFEBDA;
}

.grid tr:nth-child(odd)  {
    background-color: #E6FFEE;
}

.grid td  {
    padding: 3px;
}

#frm-userForm table {
    width: 100%;
    max-width: 1268px;
}