/* Minification failed. Returning unminified contents.
(1131,1): run-time error CSS1019: Unexpected token, found '}'
 */
/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
.message-error.editaceUzivatele, .message-success.editaceUzivatele {
    margin-left: 30px;
    margin-bottom: 15px;
    font-size: 16px;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}






/* Support system styl. */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
}
body {
	font-size: 62.5%;
	color: #333;
	font-family: Arial, sans-serif;
}
.setwidth {
	width: 990px;
	margin: 0 auto;
	display: block;
}
#cernybox {
	display: block;
	float: left;
	width: 100%;
	height: 37px;
	background: #2C2D2F;
}
#cernybox ul {
	display: block;
	float: right;
	height: 37px;
}
#cernybox ul li {
	display: block;
	float: left;
	height: 37px;
	font-size: 12px;
	margin: 0 0px 0 2px;
	line-height: 37px;
	color: white;
}
#cernybox ul li a {
	color: white;
	display: block;
	padding: 0 15px;
}
/* pridano, aby tlacitka vypadala jako link */
#cernybox ul li input {
	color: white;
	display: block;
	padding: 10px 15px 0 15px;
    background:none!important;
    border:none; 
    cursor:pointer;
}
#cernybox ul li input:hover {
	text-decoration: underline; 
}


.prov {
	padding: 0 15px 0 0;
}
.edit {
	background: #4C5263;
}
.edit:hover {
	background: #373C48;
}
.loggout {
	background: #B32021;
}
.loggout:hover {
	background: #701414;
}
#header {
	height: 92px;
	clear: both;
}
#header .slogan {
	display: block;
	float: left;
	font-size: 25px;
	padding: 0 0 0 25px;
}
#header .slogan strong {
	color: #b91b11;
	font-weight: bold;
	font-family: 'Nunito', sans-serif;
}
#sloganbox {
	display: block;
	height: 92px;
	line-height: 92px;
}
#header #nav {
	display: block;
	float: right;
}
#header #nav li {
	display: block;
	float: left;
}
#header #nav li a {
	padding-right: 20px;
	font-size: 16px;
}
#sedybox .setwidth {
	background: #727D91;
	color: #fff;
}
#sedybox .setwidth .textbox {
	padding: 15px 25px 25px;
	margin-bottom: 20px;
	position: relative;
}
#sedybox .setwidth #sip {
	display: block;
	background: white url(../../../Images/Sablony/SupportSystem/sip.png) no-repeat left top;
	width: 38px;
	height: 20px;
	position: absolute;
	bottom: -20px;
	left: 50px;
}
#mainbox {
	float: left;
  width: 100%; 
	padding: 0 0 30px;
}
.day-line {
    display: block;
    float: left;
    width: 100%;
    padding-top: 6px;
    border-top: 1px solid #788092;
    border-bottom: 1px solid #f6f6f6;
    background: #dddddd;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod�EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 41%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(41%,#ffffff), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #dddddd 0%,#ffffff 41%,#ffffff 100%);
    background: -o-linear-gradient(top, #dddddd 0%,#ffffff 41%,#ffffff 100%);
    background: -ms-linear-gradient(top, #dddddd 0%,#ffffff 41%,#ffffff 100%);
    background: linear-gradient(to bottom, #dddddd 0%,#ffffff 41%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 );
}

.day-line-bezPozadi {
    display: block;
    float: left;
    width: 100%;
    padding-top: 6px;
    border-top: 1px solid #788092;
    border-bottom: 1px solid #f6f6f6;
}

.day-header {
	display: block;
	float: left;
	width: 100%;
}
.day-header li {
	padding: 8px 15px 10px;
	margin: 2px 0 0;
	display: block;
	width: 168px;
	float: left;
	line-height: 35px;
	font-size: 14px;
}
.day-header li .centerer {
	display: block;
	margin: 0 auto;
	background: blue;
}
.day-header li.date {
	line-height: normal;
}
.day-header li.date strong {
	display: block;
}

.datebox {
    margin-top: 4px;
}
.datebox-first {
    font-weight: bold;
    font-size: 20px;
}
.datebox-second {
    font-size: 15px;
    font-weight: normal;
}

.day-header li .quantity, .day-line li .more, .day-line li .lock, .day-line li .name, .day-line li .alert {
	margin-right: 5px;
	text-align: center;
	display: block;
	float: left;
	width: 35px;
	height: 35px;
}
.day-header li .name {    
	width: auto;    
	margin-right: 8px;
}

.day-header li .alert {
	width: 15px;
	margin-right: 8px;
}
.day-header li .quantity {
	color: white;
	background: #84BE45;
	border: 1px solid #338800;
}
.day-header li .quantity.grey {
	color: #4B5264;
	background: #DCDCDA;
	border: 1px solid #4B5264;
}
.day-header li .quantity.prazdny {
	color: #4B5264;
	background: #DCDCDA/*#F0EADE*/;
	border: 1px solid #4B5264;
}
.day-header li .quantity.orange {
	color: #4B5264;
	background: #FFCC00;
	border: 1px solid #776000;
}
.day-header li .more {
	cursor: pointer;
	color: white;
	background: #4B5264 url(../../../Images/Sablony/SupportSystem/icons.png) no-repeat 0px 0px;
	border: 1px solid #4B5264;        
    height: 36px;
    width: 36px;
}
.day-header li.active .more {
	background: #4B5264 url(../../../Images/Sablony/SupportSystem/icons.png) no-repeat 0px -35px;
	border: 1px solid #B32021;
}
.day-header li .lock {
	cursor: not-allowed;
	color: white;
	background: #4B5264 url(../../../Images/Sablony/SupportSystem/icons.png) no-repeat 0px -70px;
	border: 1px solid #4B5264;
}

.day-header li .alert {
	background: url(../../../Images/Sablony/SupportSystem/icons.png) no-repeat -10px -105px;
}
.day-header li em {
	display: none;
}
.day-header li.active {
	position: relative;
	padding-bottom: 11px;
	border-bottom: 0;
	background: #e5e5e5;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.menu-active {
	background: #e5e5e5;
	width: 910px;
	padding: 20px 40px;
	border-bottom: 1px solid #AB8C4E;
	display: block;
	clear: both;
	float: left;
	min-height: 100px;
}
.menu-active h2 {
	padding: 0;
	border-bottom: 2px solid #B32021;
}
.col-1, .col-2 {
	clear: both;
	padding-bottom: 25px;
	display: block;
	float: left;
	width: 100%;
}
.col-1 table {
	width: 100%;
}
.col-1 table td.empty {
	width: 18px;
}
.col-1 table td.empty.bezprilohy {
	width: auto;
}
.col-1 table .cena {
	width: 80px;
}
.col-1 table {
  margin: 0 auto!important; 
	border-collapse: collapse;
	display: block;
	width: 910px;
}
.col-1 table tr {
	display: table;
	margin-top: 10px;
	width: 910px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
table thead td {
	border-bottom: 3px solid #B32021;
}
table thead td.empty {
	border-bottom: 0;
}
table thead td.title {
	color: #7A8599;
	font-size: 20px;
	padding-bottom: 8px;
}
table thead td.cena {
	color: #7A8599;
	font-size: 14px;
	padding-bottom: 8px;
}
table .buttons button, table .button button {
	float: left;
	font-family: 'Nunito', sans-serif;
	cursor: pointer;
	background: #4B5264;
	text-align: center;
	color: white;
	display: block;
	width: 33px;
	height: 33px;
	line-height: 33px;
	-webkit-border-radius: 17px;
	border-radius: 17px;
	font-size: 25px;
	font-weight: bold;
}

table .buttons button, table .button button {
    border-width: 0px;
    padding:0px; 
    display: table-cell;       
}

table .buttons button.plus {
	margin: 0 5px 0 0;
	background: url(../../../Images/Sablony/SupportSystem/plusminus.png) no-repeat left top;
}
table .buttons button.minus {
	background: url(../../../Images/Sablony/SupportSystem/plusminus.png) no-repeat right top;
}
table .buttons button.lock {
    cursor: not-allowed;
	background: #4B5264 url(../../../Images/Sablony/SupportSystem/icons.png) no-repeat 0px -70px;
}
table .buttons button.minus:disabled,
table .buttons button.plus:disabled,
table .buttons button.vyberjidlo:disabled,
table .buttons button.vybranojidlo:disabled {
    cursor: not-allowed;
}
/* Vyber prave 1ks */
table .buttons button.vyberjidlo {
	margin: 0 5px 0 0;
	background: #4B5264 url(../../../Images/Sablony/SupportSystem/vyberinput.png) no-repeat left bottom;
}
/*table .buttons button.vyberjidlo:hover {
	-moz-transition: all 0.2s ease-in-out;
					-webkit-transition: all 0.2s ease-in-out;
					-o-transition: all 0.2s ease-in-out;
					-ms-transition: all 0.2s ease-in-out;
					transition: all 0.2s ease-in-out;
    background: #4B5264 url(../../../Images/Sablony/SupportSystem/vyberinput.png) no-repeat left top;
}*/

table .buttons button.vybranojidlo {
	margin: 0 5px 0 0;
	background: #4B5264 url(../../../Images/Sablony/SupportSystem/vyberinput.png) no-repeat left top;
}
/*table .buttons button.vybranojidlo:hover {
	-moz-transition: all 0.2s ease-in-out;
					-webkit-transition: all 0.2s ease-in-out;
					-o-transition: all 0.2s ease-in-out;
					-ms-transition: all 0.2s ease-in-out;
					transition: all 0.2s ease-in-out;
    background: #4B5264 url(../../../Images/Sablony/SupportSystem/vyberinput.png) no-repeat left bottom;
}*/


/*
table .buttons a.vyberjidlo {	background: #4B5264 url(../../../Images/Sablony/SupportSystem/vyberinput.png) no-repeat left bottom; }
table .buttons a.vyberjidlo.current, table .buttons a.vyberjidlo:hover {	
          -moz-transition: all 0.2s ease-in-out;
					-webkit-transition: all 0.2s ease-in-out;
					-o-transition: all 0.2s ease-in-out;
					-ms-transition: all 0.2s ease-in-out;
					transition: all 0.2s ease-in-out;
          background: #4B5264 url(../../../Images/Sablony/SupportSystem/vyberinput.png) no-repeat left top; }


table .button a:hover, table .buttons a:hover {
	text-decoration: none;
}*/
table .button button span, table .buttons button span {
	display: none;
}

table .buttons a.plus {
	margin: 0 5px 0 0;
	background: url(../../../Images/Sablony/SupportSystem/plusminus.png) no-repeat left top;
}
table .buttons a.minus {
	background: url(../../../Images/Sablony/SupportSystem/plusminus.png) no-repeat right top;
}
table .button button.priloha {
    border-width: 0px;
    padding:0px;
	background: url(../../../Images/Sablony/SupportSystem/priloha.png) no-repeat right top;
}
table tr.pocetksnesedi .empty.priloha a {
	float: left;
	display: block;
	width: 15px;
	height: 25px;
	line-height: 25px;
	background: url(../../../Images/Sablony/SupportSystem/alert.png) no-repeat left top;
}
table tr.pocetksnesedi .empty.priloha a span {
	display: none;
}
table tbody tr td,
table tbody tr td ul li {
    padding: 5px 0;
    font-size: 14px;
    text-align: center;
}
table tbody tr td.nazevjidla, table tbody tr td.nazevprilohy {
	text-align: left;
}
table td.nazevjidla {
	width: 240px;
}
.polevky table td.nazevjidla {
	width: 580px;
}
table td.zakolik {
	width: 62px;
}
table td.zakolik ul {
	width: auto;
}
table td.infoMnozstvi,
table td.infoAlergenIkona {
    width: 19px;
    font-size: 14px;
}

table td.infoAlergenIkona {
    padding-right: 3px;
}

table td.pocetks, table td.cena {
	width: 50px;
	font-size: 22px;
}
table td.pocetks span.zbyvaKs {
    font-size: 12px;
    margin-left: 3px;
    color: #333;
    font-weight: bold;
}
table td.cena {
	text-align: right;
	width: 65px;
	padding-right: 15px;
}
table td.button {
	width: 50px;
}
table td.buttons {
	padding-left: 15px;
	width: 85px;
}
table .ks ul {
	width: 30px;
	float: right;
}
table .ks ul li, table .ks {
	font-weight: bold;
	width: 30px;
	text-align: center;
}
table tr.polozkaCeniku {
	margin-top: 5px;
}

.casomera {
    color: black;
    display: block;
    height: 12px;
    line-height: 14px;
    cursor: pointer;
    margin: 3px 0;
    font-size: 10px;
    padding-left: 18px;
    background: url(../../../Images/Sablony/SupportSystem/timer.png) no-repeat 2px top;
}
.poslednihodina {
    color: red !important;
}
.cleaner {
    clear: both!important;
    float: left;
}

table tr.vybrane {
	background: #92DE40;	
}
table tr.vybraneViceKs {
	background: #FFCC00;
}
table tr.sChybou, .day-header li .quantity.sChybou {
	background: red;
}
/*table tr.pocetksnesedi {
	background: #FFCC00;
}*/
.info {
	background: url(../../../Images/Sablony/SupportSystem/info.png) no-repeat left 0px;
	margin: 0px 4px 0 0;
	padding: 0px 0 0;
	width: 15px;
	height: 15px;
      cursor: pointer; 
  position: relative;
	display: inline-block;
}
.info span{
  display: none; 
}
.info:hover span{
  position:     absolute;
  top: -30px;
  display: block; 
  left: -150px;
  width: 320px;
  padding: 0 0 12px;
  color: white;
  background:  url(../../../Images/Sablony/SupportSystem/alert-sipka.png) no-repeat 148px bottom;
}
.info:hover span em{
  background: #F27023;
  margin-bottom: 5px;
  padding: 5px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.infoAlergen {
	margin: 0px 0px 0 0;
	padding: 0px 0 0;
	height: 15px;
    cursor: pointer; 
    position: relative;
	display: inline-block;
    font-style: italic;
    text-align: left;
}
    .infoAlergen .popis {
        display: none;  
}
.infoAlergen:hover .popis {
        position: absolute;
        top: 27px;
        left: -20px;
        display: block;
        width: 200px;
        padding: 0 0 12px;
        color: white;
        /*background: url(../../../Images/Sablony/SupportSystem/alert-sipka.png) no-repeat -15px bottom;
        background-repeat: no-repeat;
        background-position: 10px;*/
        background-color: #F27023;
        margin-bottom: 5px;
        padding: 5px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        z-index: 10;
    }
.objednavkyProDnyPopisAlergenu { text-align: left;}

.vypisjidla {
	clear: both;
	border: 0;
	padding-top: 3px;
}
.vypisjidla li {
	border: 0;
	padding: 0 0 0 23px;
	margin: 2px 0 0;
	clear: both;
	display: block;
	background: url(../../../Images/Sablony/SupportSystem/vypisjidel.png) no-repeat left top;
	width: auto;
	float: left;
	line-height: normal;
	font-size: 11px;
}
.vypisjidla li.polevka {
	background: url(../../../Images/Sablony/SupportSystem/vypisjidel.png) no-repeat left -87px;
}
.vypisjidla li.hlavni {
	background: url(../../../Images/Sablony/SupportSystem/vypisjidel.png) no-repeat left -47px;
}
.vypisjidla li.priloha {
	font-style: italic;
}

.closebut {
	float: left;
	padding: 0 0 0 10px;
	display: block;
	height: 39px;
	font-size: 14px;
	width: 78px;
	background: url(../../../Images/Sablony/SupportSystem/skryt.png) no-repeat 10px top;    
}

.closebut button {
	cursor: pointer;
	display: block;	
	padding: 20px 0 0;
	font-size: 14px;
	width: 78px;
	text-align: center;
	color: white;
    border:none;
    background:none!important;
}
/*.closebut a {
	cursor: pointer;
	display: block;
	height: 19px;
	padding: 20px 0 0;
	font-size: 14px;
	width: 78px;
	text-align: center;
	color: white;
}
.closebut a:hover {
	color: white;
	text-decoration: none;
}*/
.sumbox {
	float: right;
	display: block;
	height: 39px;
	line-height: 39px;
	font-size: 20px;
}
.sumbox strong {
	font-size: 28px;
}
.buttonbox {
	clear: both;
	margin-top: 25px;
	float: left;
}

.buttonbox button {
	cursor: pointer;
	width: 260px;
	height: 62px;
	background: #8AC225 url(../../../Images/Sablony/SupportSystem/yes.png) no-repeat 5px 7px;
	border: 0;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	color: white;
	margin: 0 15px 0 0;
	text-transform: uppercase;
	font-size: 20px;
}
.buttonbox button.slTlStorno {
	color: #4C5263;
	background: #D6D8DC;
}

.buttonbox button:disabled {
    color: white;
	background: #D6D8DC;
    cursor: not-allowed;
}

.zavritAObjednat {
	cursor: pointer;
	width: 130px;
	height: 42px;
	background: #8AC225;
	border: 0;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	color: white;
	margin: 0 10px 0 10px;
	text-transform: uppercase;
    font-size: 14px;
    
}

.zavritAObjednat:disabled {
    color: white;
	background: #D6D8DC;
    cursor: not-allowed;
}


#footer {
	height: 110px;
	line-height: 110px;
	clear: both;
	background: #28292B;
}
#footer #copybox {
	display: block;
	font-size: 14px;
	color: white;
	padding: 0 0 0 25px;
}
#footer #logobox {
	margin: 30px 25px 0 0;
	display: block;
	float: right;
	width: 98px;
	height: 48px;
	overflow: hidden;
}
#footer #logobox a {
	display: block;
	width: 0;
	padding-left: 98px;
	height: 48px;
	background: url(../../../Images/Sablony/SupportSystem/supportsystem.png) no-repeat left top;
}
input, select, textarea {
	color: #7c8081;
	font-size: 100%;
	font-family: Arial, sans-serif;
}
a {
	color: #B32021;
	text-decoration: none;
}
a:hover {
	color: #701414;
	text-decoration: underline;
}
p, ul, ol, dl, table, blockquote {  
	margin: 0 0 0em 0;
	font-size: 100%;
}
p,ul li, ol li {
	font-size: 120%;
}

.page #main p, .page #main ul li, .page #main ol li {
	font-size: 140%;
  line-height: 1.4em;
  padding-left: 25px;
}
h1, h2, h3, h4, h5, h6 {
	color: inherit;
	font-weight: 300;
	line-height: 1.5em;
}
h1 {
	color: inherit;
	text-decoration: none;
	border: 0;
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: bold;
}
h2 {
	padding: 20px 0 5px 25px ;
	color: #727D91;
	font-size: 22px;
}
h3 {
	font-size: 1.15em;
	letter-spacing: 0.025em;
}
sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}
sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}
hr {
	border-top: solid 1px rgba(124,128,129,0.2);
	border: 0;
	margin-bottom: 1.5em;
}
.prilohy .menu-active{ background: white; border: 0; }
.prilohy .buttonbox .poznamka{ font-size: 12px; color: #888; }
.prilohy .buttonbox button{ width: 140px; }
.prilohy table td.nazevjidla { 	width: 650px; }

#leftbox {  float: left; width: 39%; }
#formUdajeUzivatele {  float: left; width: 50%; }
#leftbox ul, #formUdajeUzivatele ul,
#login #leftbox ul li, #formUdajeUzivatele ul li
    { display: block; float: left; width: 100%; }
#login #leftbox ul li { margin-top: 25px; }
#formUdajeUzivatele ul li { margin-bottom: 25px; }

#leftbox ul li label { padding-left: 30px;  line-height: 40px; font-size: 14px;  }
#formUdajeUzivatele ul li label
    { padding-left: 30px;  line-height: 40px; font-size: 14px; }
#leftbox ul li label[for=prihlasit]{ display: none;  }      
#leftbox ul li input, #formUdajeUzivatele ul li input
    { width: 220px; padding: 0 10px; height: 38px;
       font-size: 14px;  line-height: 38px; border: 1px solid #737D92; background: #DCDCDC;
        float: right; display:block;  }
#formUdajeUzivatele ul li input {float : right;}
#formUdajeUzivatele ul li .inputPlusValidation {display: block; }
#formUdajeUzivatele ul li input:not([disabled])
    {
        color: black;
        background: none;
    }

#formUdajeUzivatele ul li input { margin-right: 30px;}

/* Pridano */
#leftbox ul li input.input-validation-error,
#formUdajeUzivatele ul li input.input-validation-error
 {
    border: 1px solid #e80c4d;
}
#leftbox ul li .field-validation-error {
    color: #e80c4d;
    font-weight: bold;
    float: right;
}
#formUdajeUzivatele ul li .field-validation-error {
    color: #e80c4d;
    font-weight: bold;
    float:right;    
    display:block;
    margin-right: 30px;
    margin-bottom: 0px;
}

#login .validation-summary-errors ul li,
#formUdajeUzivatele .validation-summary-errors ul li {
    margin-left: 0px;
    margin-top: 10px;
    padding-left: 55px;
}

/* Pokracovani puvodniho stylu */
#leftbox ul li input.sendbutton { float: left; cursor: pointer; padding: 0 20px; margin-left: 145px; width: auto; background: #B91B11; border: 0; color: white;   }
#formUdajeUzivatele ul li input.sendbutton,
#formUdajeUzivatele ul li input.buttonBack {
    font-size: 14px;
    float: left;
    cursor: pointer;
    padding: 0px 20px; 
    height: 38px;
    margin-top: 10px;
    margin-left: 0px;
    width: auto; border: 0; color: white;   }
#formUdajeUzivatele ul li input.sendbutton { background: none repeat scroll 0% 0% #737D92; }
#formUdajeUzivatele ul li input.buttonBack { background: none repeat scroll 0% 0% #B91B11; }

#leftbox ul li a{  margin-left: 145px;  }
#logobox{ text-align: center; display: table-cell; width: 580px; height: 200px; vertical-align: middle;  }
#logobox img{ max-width: 400px; max-height: 150px; -webkit-border-radius: 10px; border-radius: 10px; overflow: hidden; } 

.prehledy #main table  { display: table; margin-top: 20px!important; }
.prehledy #main table tr { display: table-row;}
.prehledy #main table thead tr, .prehledy #main table th { background: #737D92; color: white; text-align: left;  }
.prehledy #main table thead tr td{ border: 0; }
.prehledy #main table th { padding: 3px 6px; font-size: 14px; }
.prehledy #main table tr td{ text-align: left; font-size: 13px; padding: 3px 6px; }
.prehledy #main table tr.total { background: #F0EADE; color: #000; }
.prehledy #main table tfoot .totaloftotal{ background: #F0EADE;  }
.prehledy #main table tfoot .totaloftotal td{  padding: 12px 4px;  font-weight: bold;  }
.prehledy #main table tfoot td.totalright{ text-align: right!important; padding: 12px 15px 12px 0 ;}
.prehledy #main table tfoot td.totalprize{ font-size: 22px; }
.volba #main table tr td { text-align: center; }

.bill{ margin-bottom: 10px; font-size: 14px; background: #eee; float: left; clear: both; width: 950px; padding: 8px 20px; }
.active .bill{ display: none; }
.bill.nenulove {
    background: none repeat scroll 0% 0% #84BE45;
    color: #FFF;
}
.day-line.actualday .bill {
    background: none repeat scroll 0% 0% #4B5264;
    color: #FFF;
}
.day-line.actualday  {
    background: url(../../../Images/Sablony/SupportSystem/dnes.png) no-repeat scroll 40px 0px transparent;
}
.day-line.active {
    background: none;
    border-bottom: 5px solid white;
}
.day-line.active.actualday  {
    background: none;
}

.error-page .error {
    padding-left: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.error-page {
    text-align: left;
}

.error-page table, .error-page tr {
    text-align: left;    
    width: auto;    
}

.error-page table tr td {
    padding-right: 10px;
}

.errorZpravaPriUkladaniZahlavi {
    clear: both;
    color: red;    
    font-weight: bold;
    margin: 0px 0 10px 0;
    padding-left: 25px;
}

.errorZpravaPriUkladani {
    clear: both;
    color: red;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0px 0 20px 0;
    padding-left: 25px;
}

.errorZpravaPriUkladani li {
    margin-bottom: 10px;
}

/* Prehled objednavek
----------------------------------------------------------*/
#prehled_objednavek {
    display: block;
    font-size: 1em;
    text-align: left;
    color: black;
}

#prehled_objednavek{ padding: 10px 25px;}
#prehled_objednavek table{  border-collapse: collapse;  }
#prehled_objednavek tr { height: 40px; }
#prehled_objednavek td, #prehled_objednavek th { padding: 5px 15px; text-align: left; line-height: 40px; vertical-align: middle; }
#prehled_objednavek td { text-align: left; border-bottom: 1px solid #cecece;    }
#prehled_objednavek td.slCiselny, #prehled_objednavek th.slCiselny { text-align: center;  }
#prehled_objednavek thead th{ color: white; background: #4C5263; font-size: 14px; font-weight: normal;  }


#prehled_objednavek .slObdobiRok {
    text-align:left;    
    padding-right:10px;
    width: 50px;    
}

#prehled_objednavek .slObdobiMesic {
    text-align:left; 
    padding-right:5px; 
    width: 150px;   
}

#prehled_objednavek .slObdobiTyp {
    text-align:center; 
    padding-right:5px;    
    padding-left:10px;    
}

#prehled_objednavek table.tabulkaObdobi {
    width: auto;    
    padding-top:15px;
}
#prehled_objednavek table.tabulkaObdobi tr th {font-size: 140%;}
#prehled_objednavek table.tabulkaObdobi tr {
    width: auto;    
    margin: 0px;
    display: normal;
}


#prehled_objednavek .slPrehledDen {
    text-align:right; 
}
#prehled_objednavek .slPrehledCenik {
    text-align:left; 
}
#prehled_objednavek .slBezPodtrzeni {
    border-bottom: none;
}
#prehled_objednavek .radekOddelujiciBlok {
    line-height: 0px;
}    

#prehled_objednavek .slPrehledZamestnanec {
    text-align:left; 
}

#prehled_objednavek .slPrehledNazev {
    text-align:left; 
}
#prehled_objednavek .slPrehledMnozstvi {
    text-align:right; 
}
#prehled_objednavek .slPrehledCena {
    text-align:right; 
    width: 100px; 
}
#prehled_objednavek .slPrehledCelkem {
    font-weight: bold;
    font-style: italic;
}


/* Kontakt
----------------------------------------------------------*/
.contact {
    display: block;
    font-size: 1em;
    margin-left: 25px;
    margin-bottom: 10px;
    text-align: left;
    color: black;
}

.contact table.contactTable {
    width: auto;    
    padding-top:15px;
}
.contact table.contactTable tr td, .contact p, .contact h3 {
    font-size: 140%;
    text-align: left;
    padding-right: 10px;
}

.contact table.contactTable tr {
    width: auto;    
    margin: 0px;
    display: normal;
}

}
#tabulka_dat{ padding: 10px 25px;}
#tabulka_dat table{  border-collapse: collapse;  }
#tabulka_dat tr { height: 40px; }
#tabulka_dat td, #tabulka_dat th { padding: 5px 15px; text-align: left; line-height: 40px; vertical-align: middle; }
#tabulka_dat td { text-align: left; border-bottom: 1px solid #cecece;    }
#tabulka_dat td.slCiselny, #tabulka_dat th.slCiselny { text-align: center;  }
#tabulka_dat td.slText { min-width: 200px; }
#tabulka_dat thead th{ color: white; background: #4C5263; font-size: 14px; font-weight: normal;  }
#tabulka_dat .slEditace{ padding: 5px 0;  }
#tabulka_dat .tlacEditace{ padding: 0 20px; height: 38px; color: white; font-size: 14px; background: #727D91; border: 0; }

#tabulka_dat .slDatovaTabulkaDetail td.slText { min-width: 0px; }
.borderWhite{ border-right: 1px solid white; }

button{ cursor: pointer;}
table.slDatovaTabulkaDetail { width: 100%; }
#tabulka_dat thead button{ border-radius: 4px; border: 0; }
.buttonbox2, .tlacEditace{ float: right;  }

.tabFiltr{background:#eee; margin-bottom:10px; font-size:12px; }
#tabulka_dat .tabFiltr tr, #tabulka_dat .tabFiltr td, #tabulka_dat .tabFiltr th{font-size:12px; height:16px; line-height:16px;  }
#tabulka_dat .tabFiltr  td{border-bottom:0px solid #cecece; }
#tabulka_dat .tabFiltr  thead th{color:#000; background:#C3C7CF;
/* Old browsers */
/* IE9 SVG,needs conditional override of 'filter' to 'none' */
background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYmIxYmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#eeeeee 0%,#abb1be 100%);
/* FF3.6+ */
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#eeeeee),color-stop(100%,#abb1be));
/* Chrome, Safari4+ */
background:-webkit-linear-gradient(top,#eeeeee 0%,#abb1be 100%);
/* Chrome10+, Safari5.1+ */
background:-o-linear-gradient(top,#eeeeee 0%,#abb1be 100%);
/* Opera 11.10+ */
background:-ms-linear-gradient(top,#eeeeee 0%,#abb1be 100%);
/* IE10+ */
background:linear-gradient(to bottom,#eeeeee 0%,#abb1be 100%);
/* W3C */
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee',endColorstr='#abb1be',GradientType=0 );
/* IE6-8 */
font-size:12px; font-weight:bold; padding-top:10px; border-bottom:1px solid #bbb;   }
#tabulka_dat .tabFiltr  .tabFiltrTd button { background: #727D91; color: white; border: 0; padding: 2px 10px;  }
 
.pagerbottom{ margin-top: 20px;  font-size: 18px;  }
.pagerbottom button{ width: 40px; height: 40px; margin: 0 5px; font-size: 18px; border: 1px solid #999;  background: #C3C7CF;  }
.zpatky{ margin-top: 20px; }

.zpatky button{ background: #dedede; color: #111; margin: 0 5px; border: 0; padding: 10px 20px;  }

#header, #sedybox, #footer {
	clear: both;
  display: block; float: left;
  width: 100%; 
}
