html {
	color: #242424;
  font-size:12px;
	font-family: Arial, sans-serif, "Trebuchet MS", "Geneva CE";
	margin: 0px;
	padding: 0px;
	text-align: left;
  height:100%;
}
body {
	width: 100%;
  height:100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #F7F5F3;
}
a {
	color: #6E4527;
}
a:hover {
	color: #CB2C00;
}
td, th {
	font-size: 12px;
}
img {
	border: none;
}
.cleaner { clear:both; }

.c { text-align: center; }
.r { text-align: right; }

.flash { margin:10px 0 5px 0; font-size:1.2rem; }

.flash.info, .info li {
    background-color: #FFF1A8;
    border: #FFBD69;
    padding: 0.3em 1em;  
}

.flash.success, .success li {    
    background-color: #D7FF6E;
    border: 1px solid #89BA23;
    padding: 0.6em 1em; 
}

.flash.error, .error li {
    background-color: #E95B29;
    border: 1px solid #F23500;
    padding: 0.6em 1em;
    color: white;
}

ul.error, ul.info 
{  
  margin:0;
  padding:0;
  color: #FFFFFF;
  list-style-type: none;
}

#stranka {
  width: 90%;
  min-width: 800px;
  max-width: 1200px;
  margin: 5px auto;
  padding: 0;
}
#stranka-pozadi {
  border: 1px solid #E7E6E4;
  margin: 0;
  padding: 15px;
  text-align:left;
  background-color: #FFFFFF;
}
#hlavicka {
  background:#AB8966;
  height: 50px;
  position: relative;
  color:#FFFFFF;
}
#hlavicka .nadpis {
  width: 200px;
  position: absolute;
  top: 0px;
  left: 15px;
  margin: 0;
  padding: 0;
  line-height: 55px;
  font-size: 18pt;
  font-weight: bold;
  text-transform:uppercase;
  text-shadow:0px 0px 7px #664122;
}
#hlavicka .user {
  width:450px;
  position:absolute;
  text-align:right;
  right:12px;
  top:12px;
}
#hlavicka a {
  color:#FFFFFF;
}
#hlavicka a:hover {
  text-decoration:none;
}
#seznam-mutaci {
  width:450px;
  position:absolute;
  left:210px;
  top:23px;
  margin:0; 
  padding:0;
  list-style-type: none;
}
#seznam-mutaci li {
  display: inline-block; 
  text-transform: uppercase;
}
#seznam-mutaci .aktivni a {
  font-weight: bold;
  text-decoration: none;
}
#seznam-mutaci .neaktivni a {
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dotted #FFFFFF;
}
#seznam-mutaci .neaktivni a:hover {
  color:#FFFFFF;
}
#seznam-mutaci small {
  color:#E7E6E4;
}


#menu {
  background:#E7E6E4;
}
#menu ul {
  list-style-type:none;
  margin:0px 0; 
  padding:0;
}
#menu li {
  display:block;
  float:left;
  padding:0;
  margin:1px 1px 0 0;
}
#menu li a {
  min-width:77px;
  display:block;
  padding:3px 5px;
  background-color:#8D6645;
  color:#FFFFFF;
  text-decoration:none;
  text-align:center;
}
#menu li a:hover,
#menu li.active a {
  background-color:#95A34B;
  color:#FFFFFF;
}

#sloupec {
  width:10%;
  min-width:175px;
  max-width:195px;
  float:left;
  margin-top:10px;
  margin-right:10px;
}
#sloupec .block {
  padding:10px;
  margin:0 0 10px 0;
  border:1px solid #E7E6E4;
  background-color:#F7F5F3;  
}
#sloupec .block p {
  margin:0.333em 0;
  padding:0;
}
#sloupec p.block { 
  line-height:145%;
}
#sloupec p.block small { 
  display: inline-block;
  padding: 6px 0 2px 0px;
}
#sloupec p.block small a {
  color: #676767;
}
#sloupec p.block small a:hover {
  text-decoration: none;
}
#sloupec .block ul {
  margin:0.5em 0 0 5px;
  padding:0;
}
#sloupec .block ul.mezera {
  margin-bottom:15px;
}
#sloupec .block li {
  list-style-type:square;
  margin:0.333em 0 0 5px;
  padding:0;
}
#sloupec .block .active {
  font-weight:bold;
  color:#000000;
}

#obsah {
  overflow:hidden;
  margin-right:10px;
}

#obsah h2 {
  margin:21px 0 2px 3px;
  padding:0;  
  font-size:16px;
}

#breadcrumbs {
  background:#F7F5F3;
  padding: 5px 4px;
}

#operation, .operation {
  margin: 0;
  padding: 5px 0 6px 0;
  position: absolute;
  text-indent: 3px;
  width: 500px;
}
#operation abbr, .operation abbr {
    display: inline-block;
    margin-right: 10px;
}

#copyright {
  text-align:right;
  padding-right:4px;
  color:#B6B3AD;
}
#copyright a {
  color:#B6B3AD;
}

form th {
  text-align: left;
  vertical-align: top;  
  padding-top: 5px;
}

form fieldset {
  border: 1px solid #E7E6E4;
  background-color: #FAFAFA;
  margin:1em 0;
}
form legend {
  font-weight:bold;
  padding: 0 1em;
  color:#537C95;
  background-color: #FFFFFF;
}
label.required {
  text-decoration: none;
  border-bottom-style: dotted;
  border-width: 1px;
}

.button-save {
    cursor: pointer; /*
    border: none;
    background: ;*/
    padding: 2px 16px;
    color: white;    
    border-radius: 2px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #AB8966;
    background-image: -moz-linear-gradient(center top , #AB8966, #8D6645);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.button-save:hover {
   background: #C29249;
   color: #ffffff;
}
.button:active {
   background: #D56637;
}
   
   
#backlink {
  float: right;
  padding-right: 5px;
}

/* block pro vyber a razeni polozek */
.nabidka { list-style-type: none; margin: 0; padding: 0 0 2.5em; float: left; margin-right: 10px; 
                               min-width:202px; max-width:415px; height:200px; overflow:auto; overflow-x:hidden; border:1px dotted #CCC; }
.nabidka li, .nabidka li, .nabidka li { margin: 0 0 1px 0; padding: 2px 5px; font-size: 0.9em; min-width: 190px; }
.vyber { border:1px dotted #AEB5AC !important; }
.vyber span { display:inline-block; float:right; width:14px; height:14px; cursor:pointer; text-align:center; }
.nox span { display:none; }
.ui-state-white { background-color:#FFFCF2; border:1px solid #D8D7D4; }

.strike {
  text-decoration:line-through; 
}

.addFile {
  clear: both;
  margin-top: 40px;
  background: #f0f0f0;
  display: none;
}

ul.seznam {
  list-style-type: none;
  margin: 0 0 0 0.5em;
  padding: 0;
}
ul.seznam li {
  clear: both;  
  margin: 5px 0 0 0;
  padding: 0 0 0 0;
}

pre {
  text-align: left;
}

#div_mapa {
   position: relative;  
   overflow: hidden;
}
#obr_mapa {
   cursor: crosshair;
}

.point {
   position: absolute;
   top:-2px;
   left: -2px;
   display: block;
   width: 4px;
   height: 4px;
   background: #000000;
   border: 2px solid #FFFFFF;
   border-radius: 2px;
}

#point {
    background-color: red;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }
