/*
 *	$Id: common.css,v 1.22 2020/07/08 13:06:10 jpro Exp $
 */

/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
    margin: 0;
    /*padding: 0;*/
    /*border: 0;*/
    font-size: 100%;
    /*font: inherit;*/
    /*vertical-align: baseline;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End of Eric Meyer's CSS Reset */

html {
    height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

body {
    font: 12px/18px Tahoma, Arial, sans-serif;
    height: 100%;
    background-image: url("../img/left_bg.png");
    background-repeat: repeat-y;
}

.wrapper {
    width: 100%;
    min-width: 600px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
    height: 150px;
    /*background: #FFE680;*/
}

#logoPanel {
    /*border: 1px solid red;*/
    background-image: url("../img/logo_databoxes.jpg");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    position: relative;
    width: 100%;
    height: 88px;
    white-space: nowrap;
    padding: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#organizationName {
    position: absolute;
    left: 205px;
    bottom: 5px;
    width: 250px;
    /*border: 1px solid #91AAF2;*/
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 1.2em;
    white-space: nowrap;
    color: #91AAF2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#serviceMsg {
    position: absolute;
    left: 200px;
    bottom: 0;
    width: 280px;
    /*border: 1px solid #91AAF2;*/
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#topTitle {
    border: 1px solid #e4e4e4;
    background-color: #f5f5f5;
    width: 200px;
    height: 100%;
    padding: 4px;
    float: right;
    white-space: normal;
    display: inline-block;
    font-size: 0.9em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#topTitle div {
    line-height: 1.38em;
}

#topTitle div strong {
    margin-right: 10px;
}

#messageFormDiv {
    border: 1px dotted #d0d0d0;
    border-radius: 5px;
    background-color: #f5f5f5;
    width: 350px;
    height: 100%;
    padding: 4px;
    margin-right: 4px;
    float: right;
    white-space: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
    width: 100%;
    padding: 0 0 20px;
    position: relative;
    display: table;
}

.middle:after {
    display: table;
    clear: both;
    content: '';
}

.container {
    display: table-cell;
    width: 100%;
    /*float: left;*/
    overflow: hidden;
    padding-bottom: 4px;
}

.content {
    /*padding: 0 0 0 254px;*/
    padding: 0 0 0 4px;
}

#mainMenu {
    /*border: 1px solid #406840;*/
    margin-right: 4px;
    margin-bottom: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main {
    /*border: 1px solid aqua;*/
    margin-right: 4px;
    height: 100%;
    min-height: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Left Sidebar
-----------------------------------------------------------------------------*/
#lftBar {
    vertical-align: top;
    display: table-cell;
    /*float: left;*/
    min-width: 250px;
    width: 250px;
    /*margin-left: -100%;*/
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    position: relative;
    /*background: #FFE680;*/
    /*background-color: #f5f5f5;*/
    /*background-image: url("../img/logo_databoxes.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-position: 0 -88px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#lftBarIn {
    /*margin-top: 10px;*/
    margin-bottom: 4px;
}

#lftStatus {
    width: 100%;
    min-height: 28px;
    border-radius: 5px;
    border: 1px dotted #d0d0d0;
    border-image: none;
    background-color: #f5f5f5;
    color: gray;
    text-align: center;
    font-size: 0.9em;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.filterButtons {
    margin-top: 4px;
}

.lines {
    line-height: 2.3em;
}

.center {
    text-align: center;
}

table.center {
    margin: 0 auto; /* or margin: 0 auto 0 auto */
}

.nowrap {
    white-space: nowrap;
}

.rich-table-headercell {
    white-space: nowrap;
}

/* Footer
-----------------------------------------------------------------------------*/
#mainFooter {
    margin: -20px auto 0;
    margin-left: 250px;
    min-width: 600px;
    height: 20px;
    /*background: #BFF08E;*/
    background-color: #f5f5f5;
    position: relative;
    font-size: 0.8em;
    text-align: center;
    border-top: 1px solid #96AA96;
    color: gray;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rich-filter-input {
    width: 100%;
}

input[type="checkbox"], input[type="radio"] {
    margin: 3px 3px 3px 4px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    vertical-align: bottom;
}

input[type="radio"] {
    margin: 3px 3px 3px 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    vertical-align: middle;
}

.rich-menu-list-strut {
    display: none;
}

.rich-tabpanel {
    margin-bottom: 4px;
}

.rich-tabpanel-content {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.mMenu {
    margin-bottom: 4px;
}

td.rtColumn {
    padding: 0;
    padding-left: 4px;
    padding-right: 4px;
}

td.rtColumn img {
    vertical-align: middle;
}

.login {
    margin-left: -100px;
}

.rich-dtascroller-table {
    margin-top: 0.6em;
}

.itemsFoundCount {
    display: block;
    margin-top: -1.7em;
}

.button.width200 {
    width: 200px;
    display: inline-block;
    text-align: center;
}

a {
    color: #BC9E89;
    text-decoration: underline;
}

a:hover {
    color: #406840;
    text-decoration: underline;
    /*    font-size: 12px; */
}

.simpleText {
    font-family: Tahoma;
    font-size: 12px;
}

.boldText {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
}

.btn {
    width: auto;
    height: 20px;
    font-weight: bold;
    font-size: 8pt;
    font-family: tahoma;
    color: #989898;
    background-color: #FFFFFF;
    border: #92AAFF groove 0px;
    cursor: pointer;
}

.button {
    width: auto;
    font-weight: bold;
    font-size: 11px;
    font-family: tahoma;
    text-decoration: none;
    color: black;
    background-color: #F5F5F5;
    border: 1px solid lightBlue;
    cursor: pointer;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.error {
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FF0000;
}

.status {
    font-size: 8pt;
    text-align: center;
}

.statusEx {
    font-size: 8pt;
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
}

.err {
    color: red;
}

.warn {
    color: orange;
}

.inf {
    color: gray;
}

.toolTipTable {
    width: 300px;
    border-color: #BED6F8;
    border: 2px solid #BED6F8;
    background-color: #F2F7FF;
    background: #F2F7FF;
}

.toolTipTable3 {
    width: 300px;
    border-color: #C0F8BE;
    border: 2px solid #C0F8BE;
    background-color: #F2FFF3;
    background: #F2FFF3;
}

/* Plovouci informacni kanal :-) */
.div01 {
    position: absolute;
    visibility: hidden;
    left: 235px;
    top: 100px;
    z-index: 12;
}

.div02 {
    position: absolute;
    visibility: hidden;
    left: -70px;
    top: -70px;
    z-index: 2;
}

.div03 {
    position: absolute;
    visibility: hidden;
    left: 360px;
    top: 100px;
    z-index: 12;
    background-color: red;
}

.div04 {
    position: absolute;
    visibility: hidden;
    left: 235px;
    top: 10px;
    z-index: 12;
}

/* END - Plovouci informacni kanal :-) */

.pDenik1b {
    border-right: 0px solid #96AA96;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 16%;
    /*  	text-align:center; */
}

.pDenik2b {
    border-right: 0px solid #96AA96;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 84%;
    /*  	text-align:center; */
}

.pDenik1a {
    border-right: 0px solid #96AA96;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1px;
    padding-bottom: 0px;
    width: 22%;
    /*  	text-align:center; */
}

.pDenik2a {
    border-right: 0px solid #96AA96;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1px;
    padding-bottom: 0px;
    width: 33%;
    /*  	text-align:center; */
}

.pDenik3a {
    border-right: 0px solid #96AA96;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1px;
    padding-bottom: 0px;
    width: 2%;
    /*  	text-align:center; */
}

.pDenik4a {
    border-right: 0px solid #96AA96;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1px;
    padding-bottom: 0px;
    width: 20%;
    /*  	text-align:center; */
}

.pDenik5a {
    border-right: 0px solid #96AA96;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1px;
    padding-bottom: 0px;
    width: 33%;
    /*  	text-align:center; */
}

.pDenik2aPul {
    border-right: 0px solid #96AA96;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 16%;
    /*  	text-align:center; */
}

.pDenik2aCtvrt {
    border-right: 0px solid #96AA96;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 8%;
    /*  	text-align:center; */
}

.pDenik2aTriCtvte {
    border-right: 0px solid #96AA96;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 24%;
    /*  	text-align:center; */
}

.pDenik1cRight {
    text-align: right;
    border-right: 0px solid #96AA96;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 25%;
    /*  	text-align:center; */
}

.pDenik1c {
    border-right: 0px solid #96AA96;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 25%;
    /*  	text-align:center; */
}

.pDenik2c {
    border-right: 0px solid #96AA96;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 26%;
    /*  	text-align:center; */
}

.pDenik3c {
    border-right: 0px solid #96AA96;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 1%;
    /*  	text-align:center; */
}

.pDenik4c {
    border-right: 0px solid #96AA96;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 14%;
    /*  	text-align:center; */
}

.pDenik5c {
    border-right: 0px solid #96AA96;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 34%;
    /*  	text-align:center; */
}

.pDenik2aMinusImg {
    border-right: 0px solid #96AA96;
    padding-left: 0px;
    padding-right: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 30%;
    /*  	text-align:center; */
}

.pDenik2aImg {
    border-right: 0px solid #96AA96;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 2%;
    /*  	text-align:center; */
}

.pDenik5aMinusImg {
    border-right: 0px solid #96AA96;
    padding-left: 0px;
    padding-right: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 31%;
    /*  	text-align:center; */
}

.pDenik5aImg {
    border-right: 0px solid #96AA96;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 2%;
    /*  	text-align:center; */
}

.pDenik1aplus2a {
    /*border-right:0px solid #96AA96;
       padding-left: 0px;
         padding-right: 0px;
         padding-top: 1px;
         padding-bottom: 1px;*/
    width: 51%;
    /*  	text-align:center; */
}

.pDenikRight {
    float: right;
}

.navigPol {
    font-family: Tahoma;
    width: 100%;
    /*	height:20px; */
    font-size: 12px;
}

.formItemSuggestPol {
    width: 100%;
    font-size: 11px;
    background-color: lightSkyBlue;
}

.standard {
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}

.docVyrizenoDate {
    width: 75%;
}

.formItemButton {
    text-decoration: none;
    height: 40px;
    width: 200px;
    color: #969696;
    font-size: 10pt;
    font-weight: bold;
    border: 1px solid;
    padding-left: 4px;
    padding-right: 4px;
}

.servisMsg {
    position: absolute;
    top: 5px;
    left: 200px;
    width: 300px;
    height: 25px;
    color: red;
    border: 0px;
    text-decoration: blink;
    font-weight: bold;
    font-family: tahoma;
    font-size: 10px;
    text-align: center;
}

.col {
    overflow: hidden;
    white-space: nowrap;
    height: 18px;
    font-size: 8pt;
    font-family: tahoma;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    max-width: 0;
}

.rich-sb-cell-padding {
    overflow: hidden;
    white-space: nowrap;
    height: 18px;
    font-size: 8pt;
    font-family: tahoma;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    max-width: 0;
}

#testLabel {
    color: red;
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 2px 5px;
    background-color: white;
    font-size: 12pt;
    text-align: center;
}

.listFillerCurrent {
    background-color: #BCEFB6;
}

.rtHeaderLink {
    color: black;
    text-decoration: none;
}

.rtHeaderLink:hover {
    text-decoration: none;
}

.rtHeaderLink img {
    vertical-align: text-bottom;
    border: none;
}

.leftBarCol1 {
    font-weight: bold;
    font-size: 9pt;
    color: #000000;
    width: 66px;
    word-wrap: break-word;
    display: inline-block;
    vertical-align: top;
}

.leftBarCol2 {
    font-weight: normal;
    font-size: 9pt;
    color: #000000;
    max-width: 115px;
    word-wrap: break-word;
    display: inline-block;
}

.extdt-innerdiv {
    overflow-y: visible;
}

.class1 {
    /*margin-left: -240px;*/
}

body > div.class1 {
    margin-left: -240px;
}

#treeLocatinsMPShadowDiv {
    filter: alpha(opacity=100);
    opacity: 1;
}

fieldset {
    background-color: #EBE9E8;
    padding-top: 2px;
    margin-left: 4px;
    margin-right: 4px;
    padding-bottom: 2px;
    margin-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
}

/* IE7-only hack */
* + html fieldset {
    position: relative;
    margin-top: 4px;
}

fieldset + img {
    display: none;
}

legend {
    font-family: Tahoma;
    font-size: 12px;
    color: #000000;
    border: 1px solid #C0C0C0;
    padding-left: 4px;
    padding-right: 4px;
}

legend + * {
    clear: both;
}

/* IE7-only hack */
* + html legend {
    display: inline;
    position: absolute;
    top: -10px;
    left: .5em;
}

input.fakePanelMenuItem {
    border: 0px;
    border-image: none;
    width: 100%;
    text-align: left;
    padding-left: 0px;
    background-color: transparent;
    cursor: pointer;
}

table.rich-table {
    table-layout: fixed;
}


td.detail a, a.detail {
    display: block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    /*height: 100%;*/
    /*outline-offset: -3px;*/
}
td.detail {
    padding: 0 !important;
    margin: 0 !important;
}
/*td < a.detail {*/
/*background-color: red;*/
/*}*/
.bold {
    font-weight: bold;
}

td > input[type="checkbox"], td > label > input[type="checkbox"], td > center > input[type="checkbox"], th > div > input[type="checkbox"], th > input[type="checkbox"] {
    -ms-transform: scale(1.2); /* IE */
    -moz-transform: scale(1.2); /* FF */
    -webkit-transform: scale(1.2); /* Safari and Chrome */
    -o-transform: scale(1.2); /* Opera */

    cursor: pointer;
    width: 100%;
    /*max-width: 30px;*/
    /*height: 100%;*/
    /*max-height: 21px;*/
    /* height: 18px; */
    padding: 0;
    margin: 0;
    display: block;
}

td.rich-tabpanel-content > input[type="checkbox"], td.rich-tabpanel-content > label > input[type="checkbox"] {
    display: inline-block !important;
    width: auto !important;
    margin: 3px 4px 3px 3px !important;
}

a:active {
    background-color: #fffec1;
}

th.rich-table-subheadercell {
   white-space: normal !important;
}