html {
    font: 16px/1.5 sans-serif;
}

body {
    font: inherit;
    margin: 0;
    background: white;
    color: #333;
}

#wrapper {
    max-width: 950px;
    background-color: #ebeaea;
    padding-top: 250px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 3;
    top: 0px;
    border-style: solid;
    border-color: #99cc66;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-top-width: 0px;
}

#LogoEFM {
    background-attachment: scroll;
    background-image: url(../images/Logo2026.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    height: 250px;
    width: 946px;
    left: 0px;
    top: 0px;
    z-index: -100;
}

#NazevEFM {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 42px;
    font-weight: bold;
    color: #000;
    text-indent: 30pt;
    position: absolute;
    height: 34px;
    width: 950px;
    left: 60px;
    top: 100px;
    text-align: center;
}

#LogoTUL {
    position: absolute;
    height: 34px;
    width: 550px;
    left: 750px;
    top: 100px;
    text-align: left;
}

#LogoTUL img{
    border: 0;
}

#UserName {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #555353;
    position: absolute;
    height: 16px;
    width: 785px;
    left: 0px;
    top: 190px;
    padding-right: 20px;
    text-align: right;
}

#menu {
    position: absolute;
    top: 8.7em;
}


#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;
}

div.error {
    color: black;
    background: #5f81b0;
    border: 1px solid #7a5a5a;
    padding: 1em 1em 1em 3em;
    margin: 1em 0;
}

.error {
    color: black;
    background: #5f81b0;
    border: 1px solid #7a5a5a;
    padding: 1em 1em 1em 3em;
    margin: 1em 0;
    /*float: left;*/
}

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

#content {
    margin: 10px;
    min-height: 600px;
    height: auto;
    width: 930px;
}

#content h1 {
    font-size: 150%;
    font-weight: bold;
    color: #496f34;
    text-align: center;
}

#content h2 {
    font-size: 130%;
    font-weight: bold;
    text-align: center;
}

#content h3 {
    font-size: 130%;
    font-weight: bold;
    text-align: left;
    color: #496f34;
}

#content h4 {
    font-size: 100%;
    font-weight: bold;
    text-align: left;
    color: #496f34;
}

#content .stred {
    text-align: center;
}

#content a.btn {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

#content a.addbtn {
    color: #496f34;
    text-decoration: none;
    font-weight: bold;
}

#content a {
    color: #496f34;
    text-decoration: none;
    font-weight: bold;
}

#Tvorba {
    border-style: solid;
    border-color: #99cc66;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-top-width: 1px;
    background-color: #99cc66;
    position: relative;
    color: #fff;
    text-decoration: none;
    padding-left: 10px;
    padding-top: 3px;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

#Tvorba a{
    color: #fff;
    text-decoration: none;
}

#Tvorba img{
    vertical-align: text-bottom;
}

#Navigace {
    text-align: right;
    position: absolute;
    height: auto;
    width: 700px;
    left: 150px;
    top: 207px;
}

#Navigace ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#Navigace ul li {
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 60px;
    width: auto;
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 8px;
    line-height: 55px;
}

#Navigace ul li a {
    color: #FFFFFF;
    text-decoration: none;
}

#Navigace ul li#active {
    background: #ebeaea;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background-attachment: scroll;
    background-image: url('../images/Menu2026.gif');
    background-repeat: no-repeat;
    background-position: left top;
}

#Navigace ul li:hover {
    text-decoration: none;
    color: #000000;
    background: #ebeaea;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background-attachment: scroll;
    background-image: url('../images/Menu2026.gif');
    background-repeat: no-repeat;
    background-position: left top;
}

#Navigace ul li a:hover {
    text-decoration: none;
    color: #000000;
}


#NavigaceA {
    border-top: 3px #99cc66 solid;
    text-align: right;
    position: relative;
    height: auto;
    width: auto;
    /*left: 250px;*/
    /*top: 220px;*/
}

#NavigaceA ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#NavigaceA ul li {
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    width: auto;
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 8px;
    line-height: 35px;
}

#NavigaceA ul li a {
    color: #000;
    text-decoration: none;
}

#NavigaceA ul li#activeA {
    color: #FFFFFF;
    background: #99cc66;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background-attachment: scroll;
    background-image: url('../images/MenuA2026.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
}

#NavigaceA ul li:hover {
    text-decoration: none;
    color: #777;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #99cc66;
    background-attachment: scroll;
    background-image: url('../images/MenuA2026.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
}

#NavigaceA ul li a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.required {
    /*text-align: right;*/
    color: #852626;
}

.default {
    text-align: right;
    vertical-align: top;
}

.defaultLabel {
    text-align: right;
    vertical-align: top;
    width: 250px;
}

input, textarea {
    border: 2px solid #99cc66;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
}

.checkbox {
    border: 0px;
}

.radiobutton {
    border: 0px;
}

select {
    border: 2px solid #99cc66;
}

.formular-table {
    border-spacing: 3px;
    border-collapse: separate;
}

.formular-label {
    font-weight: normal;
}

.ramecek {
    text-align: center;
    border: 2px solid #3c6624;
    margin-left: 60px;
}

.banka_hlavicka {
    padding: 1pt 2pt 1pt 2pt;
    background-color: #99cc66;
    text-align: center;
    border: 2px solid #99cc66;
}

.banka_data {
    padding: 1pt 2pt 1pt 2pt;
    border: 1px solid #99cc66;
}


.labelnormal {
    text-align: right;
}

.labeltop {
    vertical-align: top;
}

.button {
    background-color: #99cc66;
    border: 3px solid #496f34;
}

.text {
    border: 2px solid #99cc66;
}

input.text {
    border: 2px solid #99cc66;
}

input.datepicker {
    background: url('/css/images/calendar.png') no-repeat right;
    background-color: white;
}

.textcenter {
    text-align: center;
}

.sirka250 {
    width: 250px;
}

.sirka400 {
    width: 400px;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

#article1 {
    border: 3px solid #3c6624;
    text-align: center;
    background-color: #FFF9D7;
}

#article1 .legenda{
    background-color: #3c6624;
    font-weight: bold;
    width: auto;
    padding: 5px;
}

#article2 {
    margin-top: 5px;
    border: 3px solid #3c6624;
    text-align: center;
    background-color: #FFF9D7;
}

#article2 .legenda{
    background-color: #3c6624;
    font-weight: bold;
    width: auto;
    padding: 5px;
}

#UbytovaniC {
    border: 3px solid #b16b47;
    text-align: center;
    background-color: #FFF9D7;
}

#UbytovaniC .legenda{
    background-color: #b16b47;
    font-weight: bold;
    width: auto;
    padding: 5px;
}

div#his {
    text-align: right;
    position: absolute;
    height: auto;
    width: 946px;
    left: 0px;
    top: 0px;
    border-top-width: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

div#his ul {
    margin: 0;
    padding: 0;
    list-style: none inside none;
}

div#his ul li {
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    height: 26px;
    width: 100px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    margin: 0;
    line-height: 26px;
}

div#his ul li a {
    color: #000000;
    text-decoration: none;
}

div#his ul li:hover {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #99cc66;
}

div#his ul li a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

/**
* Gridito CSS
*/

.ui-widget {
    font-size: 0.8em ! important;
}

li.N1 {
    background: url('../images/N2026-1.gif') no-repeat 1px 2px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 1px 25px;
    vertical-align: middle;

    /*list-style-image: url('../images/N2013-1.gif');
    margin:4px 0px;
    vertical-align: middle;
    font-size:14px;
    line-height:8px;*/
}

li.N2 {
    background: url('../images/N2026-2.gif') no-repeat 1px 2px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 1px 25px;
    vertical-align: middle;
}

li.N3 {
    background: url('../images/N2026-3.gif') no-repeat 1px 2px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 1px 25px;
    vertical-align: middle;
}

li.N4 {
    background: url('../images/N2026-4.gif') no-repeat 1px 2px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 1px 25px;
    vertical-align: middle;
}

li.N5 {
    background: url('../images/N2026-5.gif') no-repeat 1px 2px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 1px 25px;
    vertical-align: middle;
}

li.N6 {
    background: url('../images/N2026-6.gif') no-repeat 1px 2px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 1px 25px;
    vertical-align: middle;
}

li.N7 {
    background: url('../images/N2026-7.gif') no-repeat 1px 2px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 1px 25px;
    vertical-align: middle;
}

.statut0 {
    color: #C00;
    font-weight: bolder;
}
.statut1 {
    color: #C00;
    font-weight: bolder;
}
.statut2 {
    color: #99cc66;
    font-weight: bolder;
}
.statut3 {
    color: #99cc66;
    font-weight: bolder;
}
.statut4 {
    color: #C00;
    font-weight: bolder;
}
.statut5 {
    color: #99cc66;
    font-weight: bolder;
}
.statut6 {
    color: #C00;
    font-weight: bolder;
}
.statut7 {
    color: #C00;
    font-weight: bolder;
}

hr {
    color: #99cc66;
    border-style: solid;
    border-width: 1px;
}

.help {
    border: 1px #000 solid;
}

#Sponsors {
    width: 350px;
    position: fixed;
    top: 5px;
    left: 5px;
    height: 100%;
}

#Sponsors img{
    margin: 10px;
}

#Collaborates {
    font-size: 11px;
    margin-right: 20px;
    width: 250px;
    position: fixed;
    top: 5px;
    right: 5px;
    height: 100%;
}

#Collaborates img{
    margin: 10px;
}

.male {
    background: url('/css/images/M.png') no-repeat 4px;
    padding-left: 24px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.female {
    background: url('/css/images/Z.png') no-repeat 4px;
    padding-left: 24px;
    padding-bottom: 5px;
    padding-top: 5px;
}

#snippet-files-filesAllGrid-pagination a.btn,
#snippet-blockedIP-blockedIPAllGrid-pagination a.btn,
#snippet-emails-emailAllGrid-pagination a.btn,
#snippet-usersAll-userAllGrid-exports a.btn,
#snippet-articlesAll-articleAllGrid-pagination a.btn,
#snippet-usersAll-userAllGrid-pagination a.btn {
    color: #99cc66;
}