html {
    background-color: silver;
    font-family: 'Open Sans';
}

body {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    width: 1280px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

h1 {
    color: white;
    font-size: 22px;
}

h2 {
    
}

h2.with-background {
    background-color: #004a80; 
    color: white; 
    width: 100%; 
    text-align: center;
}

h3 {
    font-size: 18px;
    font-weight: bold;
}

.button {
    cursor: pointer;
    font: bold 12px Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
}

.cursor-hand {
    cursor: grab;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.center {
    text-align: center;
}

.strong {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.notify {
    color: #ff7400;
}

.hidden {
    display: none !important;
}

div#banner {
    background-color: #004a80;
    /* background-image: url('../images/header.png'); */
    padding: 10px 30px;
    height: 110px;
}

div#logo {
    float: left;
    margin-top: 35px;
    width: 33%;
}

div#nazev-sekce {
    float: left;
    margin-top: 28px;
    width: 300px;
    height: 50px;
}

div#banner h1 {
    text-align: center;
}

div.userinfo {
    float: right;
    width: 33%;
    height: 80px;
    margin-top: 10px;
    color: #9ed6ff;
    font-size: 14px;
    text-align: right;
}

div.userinfo a {
    color: white;
    text-decoration: none;
}

div#content {
    min-height: 400px;
    padding: 10px 0;
}

div#container {
    width: 100%;
}

div#container div#content-left {
    width: 70%;
    height: auto;
    float: left;
}

div#container div#content-right {
    width: 30%;
    height: auto;
    float: right;
}


div[id^="data-"] table,
div[id^="dialog-"] table {
    width: 100%;
}

div[id^="data-"] table th,
div[id^="dialog-"] table th {
    background-color: #9ed6ff;
    border-top: 2px solid #004a80;
    padding: 5px;
}

div[id^="data-"] table tr,
div[id^="dialog-"] table tr {
    background-color: #f5f5f5;
}

table td.label {
    font-size: 24px;
    height: 50px;
}

div[id^="data-"] table tr:nth-child(even),
div[id^="dialog-"] table tr:nth-child(even) {
    background-color: #ebebeb;
}

div[id^="data-"] table td,
div[id^="dialog-"] table td {
    padding: 5px;
}

div[id^="data-"] table a,
div[id^="dialog-"] table a {
    text-decoration: none;
}

div#action-buttons {
    padding-top: 20px;
}

div#footer {
    background-color: #004a80;
    color: #9ed6ff;
    height: 25px;
    margin-top: 20px;
    padding: 10px 10px;
    text-align: right;
}

.width-33 {
    width: 33%;
}

.width-45 {
    width: 45%;
}

.width-98 {
    width: 98%;
}

.width-100 {
    width: 100%;
}

div#footer a {
    text-decoration: none;
    color: #9ed6ff;
}

div#footer div.version, .float-right {
    float: right;        
}

div#footer div.menubutton {
    float: left;
    background-color: #9ed6ff;
    padding: 0px 10px;
    margin-right: 10px;
    color: #004a80;
}

div#footer div.menubutton a {
    text-decoration: none;
    color: #004a80;
}

div#help {
    position: absolute;
    top: 0; 
    left: 80%;
    z-index: -1;
}

tr.head th {
    text-align: center;
    font-weight: bold;
}

table[id^='grid'] tfoot tr:last-child {
    display: none;
} 

p.tip {
    background-color: #9ed6ff;
    padding: 15px;
}

img.icon {
    width: 16px;
    height: 16px;
}

img.icon-big {
    width: 32px;
    height: 32px;
}

img.icon-smaller {
    width: 20px;
    height: 20px;
}

img.icon-small {
    width: 24px;
    height: 24px;
}

img.icon-service-detail {
    position: absolute; 
    margin-left: 5px;
}

img.icon-middle-position {
    vertical-align: middle;
}

img.icon-inversion {
    filter: invert(1);
}

/*
form th, form td {
    vertical-align: top;
    font-weight: normal;
}

form th {
    text-align: right;
}
*/

form input[type=text],input[type=email],input[type=number],input[type=password] {
    height: 24px;
    padding: 3px;
    min-width: 90%;
}

form .required label {
    font-weight: bold;
    margin-right: 10px;
}

form .error {
    color: #D00;
    font-weight: bold;
}

div.form-center form table {
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    width: 50%;
    background-color: #dcdcdc;
}

div.flash {
    color: black;
    background: #FFF9D7;
    border: 1px solid #E2C822;
    padding: 1em;
    margin: 1em 0;
}

div.flash.error {
    color: black;
    background-color: #ea4335;
    border: 1px solid #9f1405;
    padding: 1em;
    margin: 1em 0;        
}

div.flash.success {
    color: black;
    background-color: #bde47b;
    border: 1px solid #004600;
    padding: 1em;
    margin: 1em 0;
}

.border-left {
    border-left: 5px solid #9ed6ff; 
    padding: 0 15px;
}