body {
    background-color: #25395C;
    margin: 0;
    color: #fff;
}
            
table { border-spacing: 2px; }
td { padding: 2px; }
a, a:hover, a:active {text-decoration: none; color: white; top:-5px}
.center { text-align: center; }
.fblink { text-align: center; font-weight: bold;}
.fblink img { width: 30px; height: 30px; vertical-align: middle;}
     
.columnsContainer { position: relative; margin: .5em; }
.polozkyTab { width: 100%;}
.leftColumn  { width: 100%; }
.rightColumn { width: 100%; }

/* rozmery a barvy tabulky s polozkama */
tr.zahlavi { line-height:12 px; font: 10px arial, sans-serif; }
tr.polozka { line-height:20 px; font: 16px arial, sans-serif; }
.zahlavi { background-color: #0D7252; }
.polozka { background-color: #2d2003; }
.nazev { font-style: italic;  }
.pivovar{ margin-left: 4px; margin-right: 4px; font-weight: bold; }
.popis{ margin-left: 5px; font: 12px arial, sans-serif; font-style: italic;}
.objem{ font-size: 13px; margin-right: 5px}
.logo { height: 30px; width:30px;}
.zluta { display:block; text-align: center; background-color: #b3b300; border-radius:2em; }
.akce {
   transform: rotate(90deg); 
   transform-origin: top; 
   background-color: #820606;
   float: right;
   /* border-radius:2em; */
   margin-right: -27px;
}
.skrt{ text-decoration:line-through; }
 
/* rozlozeni stranky pro monitory, co je mensi, tak se zobrazi jako jeden sloupec */ 
@media only screen and (min-width: 810px ) {
   table {min-width: 200px;}
  .leftColumn { width: 50%;  }
  .rightColumn { width: 50%; position: absolute; top: 0; right: 0;}
}

/* formulare */
input.cena { width: 30px;}
input.sleva { background-color: #ffb4a3; }
input.popis { width: 50%; }
input.submit { width: 20%; text-align: center; margin:5px;}
input.logoForm {width: 50%;}
.lista {  
    display: block;
    padding: 4px;
    float:right; 
    /* background: #427dc5; */
}
.odhlaseni {  background: red;}

ul {
    list-style-position: outside;
    list-style-type:none;
}

li { padding: 3px;}

.message {
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 110px;
    display: inline-block;
    position: relative;
       
  -webkit-animation: seconds 1.0s forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 3s;
  animation: seconds 1.0s forwards;
  animation-iteration-count: 1;
  animation-delay: 3s;
    
}

@-webkit-keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: -9999px; 
  }
}

@keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: -9999px; 
  }
}

.message-ok {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.message-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}


.new-beer {
  background: #ff0700;
  font-size: 10px;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}


/**************** TABLET *****************/
/*
@media only screen and (max-width:1199px) { 
	
}



*/
/**************** MOBILE *****************/
/*
@media only screen and (min-width: 768px) and (max-width: 999px) {
    
}
@media only screen and (min-width: 600px) and (max-width: 769px) {
    
}
*/


.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-block {
  /* display: block; */
  width: 20%;
  min-width: 160px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: relative;
}
.btn-block + .btn-block {
  margin-top: 5px;
}

.btn-chart {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #286499;
	background-image: -moz-linear-gradient(top, #3B85C8, #286499);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3B85C8), to(#286499));
	background-image: -webkit-linear-gradient(top, #3B85C8, #286499);
	background-image: -o-linear-gradient(top, #3B85C8, #286499);
	background-image: linear-gradient(to bottom, #3B85C8, #286499);
	background-repeat: repeat-x;
	border-color: #286499;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B85C8', endColorstr='#286499', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	font-weight:bold;
}
.btn-chart:hover,
.btn-chart:active,
.btn-chart.active,
.btn-chart.disabled,
.btn-chart[disabled] {
	color: #FFFFFF;
	background-color: #286499;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}

/*------------------------------------
  vlajky 
 ------------------------------------ */

.vlajka {
 width:16px;
 height:11px;
}

.vlajka-cz {
  background-image:url(img/vlajky/vlajka-cz.png);
}
.vlajka-be {
  background-image:url(img/vlajky/vlajka-be.png);
}
.vlajka-de {
  background-image:url(img/vlajky/vlajka-de.png);
}
.vlajka-ee {
  background-image:url(img/vlajky/vlajka-ee.png);
}
