@import url("general-specific-tmp.css");

body {
/*background: url("../images/up-background.jpg") repeat-y fixed;*/
    background-color: #0a293e;
}

a {
    color: #fff;
}

td {
    border: none !important;
}

#thd {
/*background: url("../images/logo.png") no-repeat;*/
    background: none;
    background-color: white;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    height: 205px;
}

.thd-left-cs {
    background: url("../images/SOVM_background.png") no-repeat;
    margin-top: 30px; /*margin-bottom: 20px;*/
    margin-left: 30px;
    height: 163px !important;
    width: 935px !important;
}

#thd-right {
    background: none;
    width: auto;
    height: auto;
}

#mainbody {
    margin: 0;
}

#login-status {
/* status uzivatele */
    position: absolute;
    top: 0;
    right: 75px;
    margin-top: 3px;
}

#login-status span {
/* test statusu uzivatele */
    color: #034ea1;
}

#menu {
    background-color: white;
    padding-left: 15px;
}

#menu div.button-logout {
/*background: none repeat scroll 0 0 transparent;*/
/*background-color: #0a293e;*/
    background: none;
    border: 0;
    position: absolute;
    right: 0px;
    top: 0;
}

#menu div.button-logout div {
    color: #034ea1;
    font-size: 12px;
    text-decoration: underline;
}

#menu a {
    display: block;
    color: inherit;
}

input.button-changerole {
    background: none;
    border: 0;
    border-bottom: 1px solid #034ea1;
    height: auto;
    width: auto;
    font-weight: bold;
    color: #034ea1;
}

#menu div.changerole {
    top: 1px;
    width: 240px;
    text-align: left;
}

#menu td.changerole {
    text-align: right;
}

#menu div.button {
    background: none;
    border: 0;
    width: auto;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 10px 5px 0 20px;
}

#menu div.button div {
    color: #034ea1;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#menu span.button {
    background: none;
    border: 0;
    width: auto;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 10px;
    float: left;
}

#menu span.button span {
    color: #034ea1;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

#menu span.button span a {
    font-size: 13px;
    display: inline;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    vertical-align: text-top;
}

#menu span.button span span {
    font-size: 13px;
    color: #888888;
    display: inline;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}

#menu span.subjectName {
    white-space: nowrap;
    float: left;
    padding-left: 10px;
}

#menu span.subjectName span {
    font-size: 13px;
    font-weight: bold;
    vertical-align: text-top;
}

#menu div.reload {
    background: unknown; /* browser to bude ignorovat coz je zadouci */
    width: auto;
}

#caption {
    display: none;
}

#content {
    border: none;
}

#content div h2 {
    display: none;
}

#menu table tr td {
    padding: 0;
}

table.list,
table.newItem,
table.detail {
    margin: 25px 0 !important;
}

table.list thead tr th,
table.newItem thead tr th,
table.detail thead tr th {
    background: none;
    border: 0;
    text-transform: uppercase;
}

table.list tbody tr td,
table.newItem tbody tr td,
table.detail tbody tr td {
    border: none;
    color: #66ccff;
}

td.unpair {
    background: url("../images/searchbackground.png") repeat;
}

td.pair {
    background-color: transparent;
}

table.list a,
table.newItem a,
table.detail a {
    color: #66ccff;
    text-decoration: none;
}

table.list tfoot tr td,
table.newItem tfoot tr td,
table.detail tfoot tr td {
    color: #66ccff;
}

table.list tfoot a,
table.newItem tfoot a,
table.detail tfoot a {
    text-decoration: none;
}

table.list tfoot strong,
table.newItem tfoot strong,
table.detail tfoot strong {
    color: #fff;
    font-weight: bold;
}

div.ldapPath span.item a {
    color: #66ccff;
}

div.ldapPath span.item span {
    text-decoration: underline;
    border: none;
    color: #66ccff;
}

#editBox {
    background: transparent;
    border: 0 solid #fff;
    color: #66ccff;
}

#itemDetail {
    color: #66ccff;
}

#editBox #itemDetail table.editItem {
    border: 1px solid #66ccff;
    background: rgb(11, 34, 50); /* kvuli prohlizecum co neumi rgba */
    background: rgba(11, 34, 50, 0.7); /* #0B2232 */
}

input.inputText {
    width: 255px;
}

#itemDetail table.editItem tr th {
    border: 1px solid #66ccff;
    background: transparent;
    text-transform: uppercase;
}

table.login,
table.info {
    background: none;
    border: 0 solid #66ccff;
}

table.login thead tr th,
table.info thead tr th {
    background: none;
    border-color: #66ccff;
    border-width: 0 0 1px;
    text-transform: uppercase;
}

table.login tbody tr td,
table.info tbody tr td {
    color: #66ccff;
}

.error span {
    font-size: 14px;
    padding-left: 30px;
    font-weight: bold;
    color: #fe7272;
}

.warning span {
    font-size: 14px;
    padding-left: 30px;
    font-weight: bold;
    color: #FED772;
}

.success span {
    font-size: 14px;
    padding-left: 30px;
    font-weight: bold;
    color: #C4CCD5;
}

#loginPage {
    color: #fff;
}

#footer {
    text-align: center; /*background: url("../images/copyrightbackround.png") repeat;*/
    background: #999999;
    height: 20px;
    padding-bottom: 10px;
    width: 100%;
}

#footer span {
    color: black;
}

#tooltip {
    background: #fff;
}

/*.certificates-edit-specific {*/
/*background: transparent;*/
/*}*/

#content div form#searchData h2 {
    display: block;
    color: #66ccff;
}

.infotext {
    overflow-y: auto;
}

.disclaimerBox {
    color: #66ccff;
    font-size: 10pt;
}

div.searchFilter {
    margin: 0px;
    margin-top: 10px;
    padding: 5px;
}

div.searchFilter label {
    color: #66ccff;
    font-weight: bold;
    padding-right: 10px;
    vertical-align: middle;
}

html, body, #mainbody {
    height: 100%;
}

body > #mainbody {
    height: auto;
    min-height: 100%;
}

#footer {
    clear: both;
    position: relative;
    z-index: 10;
    height: 20px;
    margin-top: -30px;
}

h3 {
    color: white;
}

/* Tabs */
.ui-tabs {
    margin-top: 20px;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    text-decoration: underline;
}

.ui-state-hover a, .ui-state-hover a:hover {
    color: #1c94c4;
    text-decoration: underline;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #ffffff;
}

.ui-tabs .ui-tabs-nav li a {
    text-decoration: underline;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    font-weight: bold;
    text-decoration: none;
}

/*
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #ffffff; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee; color: #333333; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce; font-weight: bold; color: #c77405; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff; font-weight: bold; color: #eb8f00; }
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
*/
.ui-tabs .ui-tabs-nav li a {
    padding: 10px 20px 0 5px;
}

.ui-widget :active {
    outline: none;
}

.infotext a {
    font-size: 12px;
    color: #6CF;
    text-decoration: underline;
}

.infotext a:hover {
    color: white;
    text-decoration: underline;
}

#footer a {
    color: black;
    text-decoration: underline;
}

#footer a:hover {
    color: black;
    text-decoration: underline;
}

.readOnlyInput {
    background-color: #D0D0D0;
}

table.list a.inactiveLink, table.newItem a.inactiveLink, table.detail a.inactiveLink {
    color: #808080;
}

#mask {
    position: absolute;
    z-index: 9000;
    background-color: #000;
    display: none;
    top: 0;
    left: 0;
}

#uploadForm {
    position: absolute;
    display: none;
    z-index: 9999;
    padding: 0;
    width: 500px;
    background-color: #0A293E;
}

#ufContent {
    color: #6CF;
    font-size: 12px;
    width: 500px;
    background-color: #0A293E;
    padding: 5px 5px 5px 5px;
    border: solid #6CF 1px;
}

#uploadForm fieldset {
/*border: solid #6CF 1px;*/
    padding: 15px 15px 15px 15px;
    font-weight: bold;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
}

#uploadForm input {
    color: black;
}

#uploadForm legend {
    padding: 0 5px 0 5px;
}

#ufMessage {
    color: inherit;
    background-color: white;
}

#ufButtons {
    padding-top: 15px;
    text-align: right;
}

#uploadForm h2 {
    color: inherit;
    display: block !important;
}

#uploadForm .error span {
    font-size: 12px;
    padding-left: 30px;
    font-weight: bold;
}

#uploadForm .warning span {
    font-size: 12px;
    padding-left: 30px;
    font-weight: bold;
}

#uploadForm .success span {
    font-size: 12px;
    padding-left: 30px;
    font-weight: bold;
}

#uploadForm .error {
    margin-bottom: 5px;
}

#uploadForm .warning {
    margin-bottom: 5px;
}

#uploadForm .success {
    margin-bottom: 5px;
}

#extendableItemBox span a {
    color: #66ccff;
    text-decoration: underline;
    border: none;
}

#extendableItemBox span a:hover {
    text-decoration: underline;
    border: none;
    color: #66ccff;
}

#content div {
    clear: both;
}

#thd {
    position: relative;
}

#isdsLogo {
    position: absolute;
    left: 804px;
    top: 42px;
}

#infoline {
    font-size: 13px !important;
    font-weight: bold !important;
    color: black !important;
}

#loggedUser {
    padding-left: 20px;
}