html {
text-align: center;
background: gray;
}
body {
background-color: rgb(243, 243, 243);
text-align: left;
font-family: sans-serif;
font-size:15px;
color:black;
margin-top:0;
padding: 15px;
width: 1000px;
margin: auto;
}
input[type=submit] {
    background: rgb(100, 170, 90);
    color: white;
    font-weight: bold;
    padding: 6px 13px;
    border: 0px;
    cursor: pointer;
    cursor: hand;
}
input[type=submit]:hover {
    background: rgb(14, 95, 7);
}
.velkesubmit{
font-weight:bold;
font-size:16px;
}
a {
color:#004017;
ext-decoration:none;
}
a:hover {
color:darkorange;
text-decoration:underline;
}
.neodkaz{
text-decoration:none;
color:inherit;
}
img {
border:0;
cursor:inherit!important;
}
p {
margin:0 0 20px;
}
ul {
margin:7px 0;
padding:0 22px;
}

h1 {
font-size:23px;
font-weight:bold;
margin:0 0 7px;
display: inline-block;
}
h2 {
font-size:20px;
font-weight:bold;
line-height:100%;
margin: 12px 0 7px;
}
h3 {
font-size:19px;
font-weight:bold;
margin: 0 0 6px;
border-bottom: 1px solid rgb(213, 213, 213);
padding-bottom: 5px;
}
h4 {
font-size:17px;
font-weight:normal;
margin:0 0 4px;
}
h5 {
font-size:14px;
font-weight:bold;
margin:0;
}
h6 {
font-size:16px;
font-weight:bold;
margin:0;
}


.cleaner {
clear:both;
height:1px;
border:none;
visibility:hidden;
margin:-1px 0 0;
padding:0;
}
.navigace a {
    background: gray;
    color: white;
    font-weight: bold;
    padding: 6px 10px;
    text-decoration: none;
}
.sel {
    background: rgb(247, 168, 28) !important;
}
div.navigace {
    margin: 15px 0px 21px;
}
.sel:before {
    content: "▼ ";
}
.navigace a:hover {
    background: black !important;
}
span.uzivatel {
    margin-left: 15px;
}

.ckeditor{
width:1000px;
height:400px;
}

/* grid */
.grid td{

  padding: 4px 7px;
  background: rgb(231, 231, 231);
}
.grid th {
  padding: 4px 7px;
  background: rgb(207, 207, 207);
}
.grid .grid-col-actions {
  text-align: center;
}
.grid .btn {
  margin-right: 3px;
}
.grid thead .grid-columns,
.grid thead .grid-filters {
  background: #DADADA;
}
.grid thead .grid-columns th,
.grid thead .grid-filters th {
  border-bottom-width: 1px;
}
.grid thead tr:last-child th {
  border-bottom-width: 2px;
}
.grid tbody > tr > td {
  vertical-align: middle;
}
.grid tfoot {
  background: #EEE;
}
.grid tfoot th {
  text-align: center;
}
.grid tfoot .pagination {
  margin: 5px;
}

/* ikony */
.ikona{
background-image:url('/images//ikonky.png');
display: block; 
text-indent: -99999px; 
overflow: hidden;
background-repeat: no-repeat; 
width: 20px; height: 20px;
}
.ikonaOK{
background-position: -22px -21px;
}
.ikonaStop{
background-position: -22px 0px;
}
.ikonaStats{
background-position: 0px 0px;
}
.ikonaSmazat{
background-position: 2px -22px;
}
.flash {
    background: rgb(250, 241, 172);
    padding: 5px 10px;
    margin-bottom: 9px;
    font-weight: bold;
    border: 1px solid orange;
}
.fotkaDetail{
max-width:500px;max-height:400px;float:right;margin:20px 25px;
}
textarea {
    width: 330px;
    height: 100px;
    font-family: inherit;
}