body {
  font-size: 75%;
  font-family: Geneva CE, Arial, sans-serif;
  margin: 0px;
  padding: 0px;
}

h3 {
  font-size: 120%;
  font-weight: bold;
  color: #362;
  margin: 5px 0px 10px 0px;
}

h4 {
  font-size: 100%;
  font-weight: bold;
  margin: 0px;
  margin-top: 5px;
}

h5 {
  font-size: 100%;
  font-weight: bold;
  margin: 0px;
  margin-top: 5px;
}

p {
  margin: 0px;
}

a {
  cursor: pointer;
}

img {
  border: 0px;
}

th {
  font-weight: normal;
  text-align: left;
  background: #efd;
}

#zahlavi {
  padding: 5px 20px;
  border-bottom: 2px solid #362;
  background: #dec;
}
#zahlavi h1 {
  font-size: 180%;
  color: #362;
  margin: 0px;
}

hr {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #6a4;
  clear: both;
  color: #fff;
}

hr.seda {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #999;
  clear: both;
  color: #fff;
}

#__asptrace {
  position: absolute;
  top: 1200px;
}

/* == rozsireni ============================================================= */
div.marginTop, p.marginTop {
  margin-top: 20px;
}

.svSedy {
  color: #999;
}

.maly {
  font-size: 90%;
}

.bold {
  font-weight: bold;
}

.noBold {
  font-weight: normal;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.zeleny {
  color: #362;
}

.svZeleny {
  color: #8a7;
}

.sedy {
  color: #444;
}

.cerny {
  color: #000;
}

.oznac {
  background-color: #dec !important;
}

.nowrap {
  white-space: nowrap;
}

.wrap {
  white-space: normal;
}

.noVisible {
  display: none;
}

.link {
  cursor: pointer;
}

.linkHover {
  cursor: pointer;
}

.linkHover:hover {
  text-decoration: underline;
}

.noSelection {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.warn {
  color: #c00;
}

.warnBox {
  display: inline-block;
  background: #fdd;
  border: 1px solid #f00;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.sipkaVice {
  background: url(../img/plus.gif) no-repeat 0px 1px;
  padding-left: 16px;
}

.sipkaMene {
  background: url(../img/minus.gif) no-repeat 0px 1px;
  padding-left: 16px;
}

.vice {
  background: url(../img/plus.gif) no-repeat 0px 2px;
  padding-left: 16px;
  width: 70px;
  color: #8a7;
  font-size: 90%;
  cursor: pointer;
}

.mene {
  background: url(../img/mene.gif) no-repeat 0px 2px;
  padding-left: 16px;
  width: 70px;
  color: #8a7;
  font-size: 90%;
  cursor: pointer;
}

.mene2 {
  background: url(../img/minus.gif) no-repeat 0px 2px;
  padding-left: 16px;
  width: 70px;
  color: #8a7;
  font-size: 90%;
  cursor: pointer;
}

.vice:hover, .mene:hover, .mene2:hover {
  text-decoration: underline;
}

.noContent {
  font-style: italic;
}

.noRights {
  font-style: italic;
}

.poznamka {
  font-style: italic;
  color: #999;
}

.zakCislo {
  font-weight: bold;
  color: #392;
  display: inline-block;
  padding-right: 10px;
}

/*
.d15 { width: 15px }
.d40 { width: 60px }
.d60 { width: 60px }
.d80 { width: 80px }
.d90 { width: 90px }
.d100 { width: 100px }
.d120 { width: 120px }
.d140 { width: 140px }
.d160 { width: 160px }
.d180 { width: 180px }
.d200 { width: 200px }
.d220 { width: 220px }
.d240 { width: 240px }
.d260 { width: 260px }
.d280 { width: 280px }
.d300 { width: 300px }
*/
.fL {
  float: left;
}

.fR {
  float: right;
}

.fC {
  clear: both;
}

.filterChecked {
  background: url(../img/checkChecked.gif) no-repeat 0 50%;
  padding-left: 14px;
  cursor: pointer;
}
.filterChecked:hover {
  text-decoration: underline;
}

.filterUnchecked {
  background: url(../img/checkUnchecked.gif) no-repeat 0 50%;
  padding-left: 14px;
  cursor: pointer;
}
.filterUnchecked:hover {
  text-decoration: underline;
}

/* -- hlavni menu -- */
.sipkaMenu {
  background: url(../img/sipkaMenu.gif) right top no-repeat;
  padding-right: 9px;
}

.sipkaMenuL {
  background: url(../img/sipkaMenu.gif) 50% 0% no-repeat;
  padding-right: 9px;
}

.menuItem {
  cursor: pointer;
  position: relative;
  padding: 0px 5px;
  background: url("../img/sipkaMenu.gif") no-repeat scroll 100% 0;
  padding-right: 12px;
}

.submenu {
  background: #ffc;
  padding: 1px;
  border-top: 1px solid #cc9;
  border-left: 1px solid #cc9;
  border-bottom: 1px solid #996;
  border-right: 1px solid #996;
  display: none;
  position: absolute;
  z-index: 99;
}

.submenu p {
  padding: 2px 10px 2px 10px;
  cursor: pointer;
  margin: 0px 0px 0px 0px;
}

.submenu.check p {
  padding-left: 20px;
}

.submenu.check p.checked {
  background: url(../img/menuCheck.gif) 2px 3px no-repeat;
}

.submenu p.menuSelected {
  background: #6a4;
  color: #fff;
}

.submenu.check p.menuSelectedChecked {
  background: url(../img/menuCheckSelected.gif) 2px 3px no-repeat #6a4;
  color: #fff;
}

.submenu .group {
  line-height: 1px;
  border-top: 1px solid #bb8;
  margin: 3px 4px 2px;
  padding: 0px;
  position: relative;
  left: 0px;
}

.submenu .nullgroup {
  line-height: 0px;
  border-top: 0px solid #bb8;
  margin: 0px 4px 0px;
  padding: 0px;
  position: relative;
  left: 0px;
}

/* -- odkazy, prikazy, ... -- */
.gPopis {
  text-transform: uppercase;
  font-size: 85%;
  color: #666;
  white-space: nowrap;
}

.gPopisActive {
  text-transform: uppercase;
  font-size: 85%;
  color: #666;
  white-space: nowrap;
  cursor: pointer;
}
.gPopisActive:hover {
  text-decoration: underline;
}

.gPrikaz {
  padding-left: 9px;
  background: url(../img/menuPrikaz3.gif) no-repeat -5px 4px;
  cursor: pointer;
}
.gPrikaz:hover {
  text-decoration: underline;
}

.gPrikazLeft {
  padding-left: 9px;
  background: url(../img/menuPrikaz4.gif) no-repeat -5px 4px;
  cursor: pointer;
}
.gPrikazLeft:hover {
  text-decoration: underline;
}

.gOdkaz {
  padding-left: 14px;
  background: url(../img/menuOdkaz1.gif) no-repeat -1px 2px;
  cursor: pointer;
}
.gOdkaz:hover {
  text-decoration: underline;
}

.gOdkazExcel {
  padding-left: 14px;
  background: url(../img/menuOdkaz1.gif) no-repeat -1px 2px;
  cursor: pointer;
}
.gOdkazExcel:hover {
  text-decoration: underline;
}

.gItemMenu {
  padding-right: 12px;
  background: url(../img/sipkaMenu.gif) right top no-repeat;
  cursor: pointer;
}
.gItemMenu:hover {
  text-decoration: underline;
}

.btMainSave {
  width: auto;
  font-weight: bold;
  padding: 6px 20px;
  margin: auto 10px;
  background: #5a3;
  color: #fff;
  border: 0;
  border-radius: 3px;
  box-shadow: 2px 2px 4px 0 #999;
  cursor: pointer;
}
.btMainSave:hover {
  position: relative;
  top: 1px;
  left: 1px;
  box-shadow: 1px 1px 4px 0 #999;
}
.btMainSave.disabled {
  background: #ccc;
  box-shadow: 2px 2px 4px 0 #eee;
}
.btMainSave.disabled:hover {
  top: 0;
  left: 0;
  box-shadow: 2px 2px 4px 0 #eee;
}

.btMainCancel {
  width: auto;
  border: 0;
  background: transparent;
  color: #1B69A8;
  cursor: pointer;
  margin: auto 10px;
}
.btMainCancel.disabled {
  color: #999;
}

input {
  font-family: Geneva CE, Verdana, monospace;
  font-size: 100%;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 200px;
  box-sizing: border-box;
}
input.fullWidth {
  width: 100%;
}
input.but {
  width: auto;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
input.but.default {
  font-weight: bold;
}
input.ch {
  border: none;
  width: auto;
}
input.radio {
  border: none;
  width: auto;
}
input.readonly {
  background: #f9f9f9;
  border: 1px solid #ddd;
}
input.badInput {
  color: #900;
  background-color: #fff9f3;
  border-top: 1px solid #c00;
  border-left: 1px solid #c00;
  border-right: 1px solid #f99;
  border-bottom: 1px solid #f99;
}

.chLabel {
  cursor: pointer;
}

textarea {
  width: 100%;
  height: 70px;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
textarea.badInput {
  color: #900;
  background-color: #fff9f3;
  border-top: 1px solid #c00;
  border-left: 1px solid #c00;
  border-right: 1px solid #f99;
  border-bottom: 1px solid #f99;
}
textarea.readonly {
  background: #f9f9f9;
  border: 1px solid #ddd;
}

select {
  font-family: Geneva CE, Verdana, monospace;
  font-size: 90%;
  width: 200px;
}
select.badInput {
  background-color: #fff9f3;
  color: #900;
}
select.readonly {
  background: #f9f9f9;
  border: 1px solid #ddd;
}

label {
  display: inline-block;
  width: 120px;
}

span.label {
  display: inline-block;
  width: 120px;
}

div.input {
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
}

.form {
  background: #f9f9f9;
}
.form p {
  clear: both;
  margin-bottom: 4px;
}
.form p.badInputMsg {
  color: #c00;
  margin: 10px 0;
}
.form .fieldGroup {
  margin-top: 18px;
}

.dialog {
  margin: 15px 0px 5px 20px;
  width: 390px;
}

.dialog.withCols {
  width: 813px;
}
.dialog.withCols .cols {
  float: left;
  background: url(../img/bgSeda.gif) 405px 0px repeat-y;
}
.dialog.withCols .colA {
  float: left;
  width: 390px;
  margin: 0px;
  margin-right: 25px;
}
.dialog.withCols .colB {
  float: left;
  width: 390px;
  margin: 0px;
}

.dialog.withTabs {
  width: 590px;
}
.dialog .dialogTabs {
  float: left;
  width: 178px;
  position: relative;
  top: 10px;
  z-index: 2;
}
.dialog .dialogTabs p {
  font-weight: bold;
  color: #777;
  border: 1px solid #ddd;
  border-right: 1px solid #999;
  padding: 7px;
  position: relative;
  background-color: #fff;
  cursor: pointer;
}
.dialog .dialogTabs p.noTab {
  border: none;
  border-right: 1px solid #999;
  background-color: #f7f7f7;
  padding: 15px 3px 0px;
  color: #000;
  cursor: text;
  font-weight: normal;
}
.dialog .dialogTabs p.active {
  border: 1px solid #999;
  border-right: 1px solid #f1f1f1;
  background-color: #f1f1f1;
  color: #000;
}
.dialog .dialogTabs p.last {
  border-bottom: 1px solid #ccc;
}
.dialog .dialogTabs p.warn {
  color: #c00;
  border: 1px solid #c00;
  border-right: 0px;
}
.dialog .dialogTabContent {
  float: left;
  width: 388px;
  min-height: 320px;
  border: 1px solid #999;
  padding: 10px;
  position: relative;
  left: -1px;
  z-index: 1;
  margin-bottom: 15px;
  background: #f1f1f1;
}
.dialog .dialogTabContent h4 {
  margin-bottom: 15px;
}
.dialog .dialogTabContent h4.subtitle {
  font-weight: bold;
  color: #666;
  margin-bottom: 5px;
}

p.prikazy select {
  width: auto;
}

table.bindings {
  width: 100%;
  margin-top: 5px;
}
table.bindings th, table.bindings td {
  font-size: 94%;
}

/* menu hned pod zahlavim stranky */
.reportMenu {
  margin: 0px 0px 5px 0px;
  padding: 2px 10px 0px 22px;
  background: #eee;
  border-bottom: 1px solid #063;
}
.reportMenu.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
.reportMenu p {
  margin-bottom: 4px;
}

/* menu pripojovane pod formular */
.reportForm + .reportMenu {
  margin: 0px 20px 5px 20px;
  padding: 2px 10px 0px;
}
.reportForm + .reportMenu.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0;
  padding-left: 30px;
  z-index: 20;
}

.reportMenuSpacer {
  margin: 0 0 5px 0;
  padding: 2px 10px 0;
}

.reportForm {
  margin: 15px 20px 0px 20px;
  padding: 5px 10px 3px;
  background: #f9f9f9;
  border: 1px solid #ccc;
}
.reportForm p {
  clear: both;
  margin-bottom: 4px;
}
.reportForm label {
  display: inline-block;
  width: 140px;
  text-transform: uppercase;
  font-size: 85%;
  color: #666;
  white-space: nowrap;
}
.reportForm label.link:hover {
  text-decoration: underline;
}
.reportForm.onMainPage {
  margin: 15px 0px 20px 0px;
}

.report {
  margin: 15px 20px 5px 20px;
}

.reportTable {
  width: 100%;
  border-collapse: collapse;
}
.reportTable tr {
  margin: 0px;
}
.reportTable th {
  background: #efd url(../img/sortNo.png) repeat-y right;
  overflow: hidden;
  border: 1px solid #fff;
  border-bottom: 5px solid #fff;
  border-right: 1px solid #6a6;
  padding: 0px 4px 0px 5px;
}
.reportTable th.sorder0asc {
  background: #efd url(../img/sort0asc.png) no-repeat top right;
  padding-right: 14px;
}
.reportTable th.sorder0desc {
  background: #efd url(../img/sort0desc.png) no-repeat top right;
  padding-right: 14px;
}
.reportTable th.sorder1asc {
  background: #efd url(../img/sort1asc.png) no-repeat top right;
  padding-right: 14px;
}
.reportTable th.sorder1desc {
  background: #efd url(../img/sort1desc.png) no-repeat top right;
  padding-right: 14px;
}
.reportTable tr.headGroup th {
  border-bottom: 0px;
  padding-bottom: 2px;
}
.reportTable td {
  border-bottom: 1px solid #ddd;
  vertical-align: top;
  line-height: 110%;
  padding: 2px 0px 1px 5px;
}
.reportTable .mezera td {
  border-bottom: 0px;
  padding: 0px;
}
.reportTable .bezLinky td {
  border-bottom: 0px solid #ddd;
}
.reportTable .soucet td {
  border-top: 1px solid #000;
  border-bottom: 0px;
  padding-top: 5px;
  margin-top: 5px;
  font-weight: bold;
}
.reportTable .soucetVybranych td {
  border-top: 0px;
  border-bottom: 0px;
}
.reportTable .bGroup {
  border-left: 1px solid #ccc;
}
.reportTable .bGroup2 {
  border-left: 3px double #ccc;
}
.reportTable .eGroup {
  border-right: 1px solid #ccc;
}
.reportTable .eGroup2 {
  border-right: 3px double #ccc;
}
.reportTable .padR {
  padding-right: 5px;
}
.reportTable .datum {
  text-align: right;
  white-space: nowrap;
  padding-right: 8px;
}
.reportTable .cena {
  text-align: right;
  white-space: nowrap;
  padding-right: 8px;
}
.reportTable .doba {
  text-align: right;
  white-space: nowrap;
  padding-right: 8px;
}
.reportTable .procento {
  text-align: right;
  white-space: nowrap;
  padding-right: 8px;
}
.reportTable .s0 {
  display: inline-block;
  width: 16px;
  background: url(../img/plus.gif) no-repeat;
  cursor: pointer;
}
.reportTable .s1 {
  display: inline-block;
  width: 16px;
  background: url(../img/minus.gif) no-repeat;
  cursor: pointer;
}
.reportTable .s2 {
  display: inline-block;
  width: 16px;
  background: url(../img/bulet.gif) no-repeat;
}

.dialog .reportTable th {
  border-bottom: 5px solid #f9f9f9;
}

.activeRow:hover {
  background-color: #F2F6F0;
}

.rpLimiterWarn {
  color: #c00;
}

.rpLimiterLink {
  font-style: normal !important;
}

.rpCount {
  font-style: italic;
}

.rpLimiterWarnBox {
  display: inline-block;
  background: #fdd;
  border: 1px solid #f00;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.itemLink {
  padding-left: 14px;
  background: url(../img/menuOdkaz1.gif) no-repeat -1px 2px;
  cursor: pointer;
  opacity: 0;
}

tr:hover .itemLink {
  opacity: .5;
}

.reportTabs {
  margin: 20px 0 0 0;
}
.reportTabs .tab {
  display: inline-block;
  position: relative;
  bottom: -1px;
  z-index: 5;
  margin-left: 5px;
  padding: 3px 12px 3px;
  border: 1px solid #ccc;
  border-bottom: 1px solid #999;
  color: #999;
  background: #fff;
}
.reportTabs .tab.startGroup {
  margin-left: 25px;
}
.reportTabs .tab.active {
  z-index: 15;
  background: #f7f7f7;
  color: #000;
  border: 1px solid #999;
  border-bottom: 1px solid #f7f7f7;
}
.reportTabs.white .tab {
  border: 1px solid #ccc;
  color: #999;
  background: #f3f3f3;
}
.reportTabs.white .tab.active {
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}

.afterReportTabs {
  position: relative;
  z-index: 10;
}

input.txDatum {
  width: 7em;
}

input.txDatumDen {
  width: 2em;
  color: #999;
  background: #fff;
}

input.txDoba {
  width: 4em;
  text-align: right;
}

input.txCas {
  width: 4em;
  text-align: right;
}

input.txCena {
  text-align: right;
}

input.txUcObdobi {
  width: 6em;
  text-align: right;
}

input.txCisloFa {
  width: 6em;
  text-align: right;
}

.divUkolPerioda .txMonthPeriod {
  width: 2.5em;
  text-align: right;
}
.divUkolPerioda .txDay {
  width: 2.5em;
  text-align: right;
}
.divUkolPerioda .txMonthYear {
  width: 5em;
  text-align: right;
}
.divUkolPerioda .selWeekday {
  width: 100px;
}
.divUkolPerioda .selMonthPeriodType {
  width: 200px;
}
.divUkolPerioda .radioBlock {
  padding-left: 35px;
}
.divUkolPerioda .disabled {
  color: #999;
}

.boxInfo, .boxCollisionWarn {
  margin: 12px 0px 10px;
  padding: 6px 10px 0px;
  border: 1px solid;
  border-radius: 8px;
  border-color: #8a7;
}
.boxInfo.ok, .ok.boxCollisionWarn {
  color: #0e4d12;
  border-color: #8a7;
  background: #ebffd7;
}
.boxInfo.warn, .warn.boxCollisionWarn {
  color: #512E01;
  border-color: #FFC551;
  background: #FFEEC0;
}

.fileAddDialog p#fileAdd {
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
}
.fileAddDialog .file {
  position: relative;
  display: block;
  line-height: 1em;
}
.fileAddDialog .file input {
  position: absolute;
  background: red;
  opacity: 0;
  height: 40px;
  top: -12px;
  width: 230px;
}
.fileAddDialog .btAdd {
  width: auto;
  font-weight: bold;
  padding: 6px 20px;
  background: #5a3;
  color: #fff;
  border: 0;
  border-radius: 3px;
  box-shadow: 1px 1px 4px 0 #999;
  cursor: pointer;
}
.fileAddDialog .tip {
  color: #999;
}
.fileAddDialog #tableCaption {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 7px;
}
.fileAddDialog .reportTable td {
  vertical-align: middle;
}
.fileAddDialog tr:hover td.iconDelete {
  background: url(../img/delete.gif) no-repeat 100% 50%;
}
.fileAddDialog tr:hover td.iconDelete.disabled {
  background: none;
}
.fileAddDialog p#fileTransfering {
  line-height: 20px;
  margin: 12px 0 15px 0;
}
.fileAddDialog .jSending {
  background-repeat: no-repeat;
  background-image: url("data:image/gif;base64,R0lGODlhFAAUAJEDAMzMzLOzs39/f////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgADACwAAAAAFAAUAAACPJyPqcuNItyCUJoQBo0ANIxpXOctYHaQpYkiHfM2cUrCNT0nqr4uudsz/IC5na/2Mh4Hu+HR6YBaplRDAQAh+QQFCgADACwEAAIADAAGAAACFpwdcYupC8BwSogR46xWZHl0l8ZYQwEAIfkEBQoAAwAsCAACAAoACgAAAhccMKl2uHxGCCvO+eTNmishcCCYjWEZFgAh+QQFCgADACwMAAQABgAMAAACFxwweaebhl4K4VE6r61DiOd5SfiN5VAAACH5BAUKAAMALAgACAAKAAoAAAIYnD8AeKqcHIwwhGntEWLkO3CcB4biNEIFACH5BAUKAAMALAQADAAMAAYAAAIWnDSpAHa4GHgohCHbGdbipnBdSHphAQAh+QQFCgADACwCAAgACgAKAAACF5w0qXa4fF6KUoVQ75UaA7Bs3yeNYAkWACH5BAUKAAMALAIABAAGAAwAAAIXnCU2iMfaRghqTmMp1moAoHyfIYIkWAAAOw==");
  padding-left: 26px;
}
.fileAddDialog .jResultErr {
  color: #c00;
}
.fileAddDialog .fileWarn {
  background-color: #fdd;
  color: #c00;
}
.fileAddDialog .fileWarn:hover {
  background-color: #fbb;
}

.cMezera {
  font-weight: bold;
  color: #063;
}

.cPrekryv {
  font-weight: bold;
  color: #c00;
}

.rpFakturovat {
  font-weight: bold;
  color: #c00;
  margin-left: 4px;
}

.rpFakturovatShort {
  font-weight: bold;
  color: #c00;
  margin-left: 4px;
}

.rpVyfakturovano {
  font-weight: bold;
  color: #063;
  margin-left: 4px;
}

.rpNefakturovat {
  font-weight: bold;
  color: #40b;
  margin-left: 4px;
}

.ukolNeaktivni {
  color: #999;
}

.ukolDokonceny {
  color: #999;
}

.ukolTerminZpozdeny {
  color: #c00;
}

.ukolDokonceny .ukolTerminZpozdeny {
  color: #c66;
}

.ukolVyznamny {
  color: #03f;
}

.ukolVyznamny.ukolTerminZpozdeny {
  color: #c00;
  font-weight: bold;
}

.ukolKonflikt, .ukolKonfliktVyreseny {
  color: #c00;
  font-weight: bold;
  padding-right: 5px;
}

.ukolKonfliktVyreseny {
  color: #063;
}

.ukolPeriodaPN {
  color: #999;
}

#uBaloon {
  background: #ffc;
  border-top: 1px solid #cc9;
  border-left: 1px solid #cc9;
  border-bottom: 1px solid #996;
  border-right: 1px solid #996;
  display: none;
  position: absolute;
  z-index: 99;
  padding: 3px 5px;
  min-width: 160px;
  box-shadow: 1px 1px 4px 0px #666666;
}
#uBaloon p.name {
  font-weight: bold;
}

.ukolyZpozdeneWarnBox {
  display: inline-block;
  border: 1px solid #999;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #fdd;
  border-color: #f00;
}
.ukolyZpozdeneWarnBox .boxContent {
  font-style: italic;
}
.ukolyZpozdeneWarnBox .boxContent {
  color: #c00;
}

.ukolyZpozdeneOkBox {
  display: inline-block;
  border: 1px solid #999;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-color: #8a7;
}
.ukolyZpozdeneOkBox .boxContent {
  font-style: italic;
}

.ikDovolena {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  border-radius: 2px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset;
  background-color: #000;
}
.ikDovolena.dovolena {
  background-color: #8de66f;
}
.ikDovolena.dovolenaPlan {
  background-color: #c7ffba;
}
.ikDovolena.nemoc {
  background-color: #f84f5e;
}
.ikDovolena.nemocPlan {
  background-color: #ffb496;
}
.ikDovolena.homeOffice {
  background-color: #7cb5fc;
}
.ikDovolena.soukrome {
  background-color: #ffe32e;
}

.reportTable th.headMzdy {
  background-color: #cef;
  border-right-color: #6eb2cf;
}
.reportTable th.headUcto {
  background-color: #fffca3;
  border-right-color: #c1ae67;
}
.reportTable th.headPers {
  background-color: #ffd3d3;
  border-right-color: #c46d6d;
}

.bgMzdy {
  background: #cef !important;
}

.bgUcto {
  background: #fffca3 !important;
}

.bgPers {
  background: #ffd3d3 !important;
}

#msgBox {
  font-size: 180%;
  color: white;
  padding: .5em 0;
  position: absolute;
  z-index: 3;
  width: 100%;
  top: -2.5em;
  left: 0;
  opacity: 0;
  text-align: center;
  display: inline-block;
  transition: top 250ms ease, opacity 350ms ease;
}
#msgBox.ok {
  background: #4c2;
}
#msgBox.error {
  background: #c00;
}
#msgBox.in {
  top: -1px;
  opacity: 1;
}

.ui-dialog {
  border: 1px solid #ccc;
  box-shadow: 0.1em 0.1em 0.9em 0 rgba(0, 0, 0, 0.3);
}

.ui-dialog-titlebar {
  display: none;
}

.jDialog iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* tohle tady musi byt, aby iframe nekonzumoval udalosti mysi pri resize dialogu */
.ui-dialog-dragging .jDialog iframe, .ui-dialog-resizing .jDialog iframe {
  pointer-events: none;
}

.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

.jItemMenu {
  padding: 2px;
  border: 1px solid #ccc;
  border-color: #666 #ccc #ccc #666;
  background: #fff;
  display: none;
  position: absolute;
  z-index: 10;
  box-shadow: 2px 2px 4px 0px #666666;
  min-width: 120px;
  max-width: 200px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jItemMenu .jItem {
  margin: 0;
  padding: 2px 8px;
  cursor: default;
}
.jItemMenu .jItem.hover {
  background: #DDEECC;
}
.jItemMenu .itemSeparator {
  border-top: 1px solid #ddd;
  left: 0;
  line-height: 1px;
  margin: 3px 4px 2px;
  padding: 0;
  position: relative;
}

.jCollapsedRow {
  display: none;
}

.helpIcon {
  color: #8a7;
  cursor: help;
  font-weight: normal;
}

.helpBaloon {
  background: #ffc;
  border-top: 1px solid #cc9;
  border-left: 1px solid #cc9;
  border-bottom: 1px solid #996;
  border-right: 1px solid #996;
  display: none;
  position: absolute;
  z-index: 99;
  padding: 3px 5px;
  width: 160px;
  box-shadow: 1px 1px 4px 0px #666666;
}
.helpBaloon p {
  margin-bottom: 4px;
}

table.listPicker {
  clear: both;
  width: 100%;
  margin: 0px;
  border-collapse: collapse;
  table-layout: fixed;
  border-width: 0px;
}
table.listPicker .tcol1 {
  width: 42%;
}
table.listPicker .tcol2 {
  width: 16%;
  text-align: center;
}
table.listPicker .tcol3 {
  width: 42%;
}
table.listPicker td {
  padding: 2px 0px;
}
table.listPicker button {
  font-size: 90%;
  margin: 1px 0px;
  width: 25px;
  padding: 0px;
}
table.listPicker select {
  width: 100%;
}

.miniCheckChecked {
  background: url("data:image/gif;base64,R0lGODlhCgAKAJEAAAAAAMzMzGZmZv///yH5BAAAAAAALAAAAAAKAAoAAAIalI8yyxva2IsDjNmAnbraC2kfyIwkBQbquhYAOw==") no-repeat 0 50%;
  padding-left: 14px;
  cursor: pointer;
}
.miniCheckChecked:hover {
  text-decoration: underline;
}

.miniCheckUnchecked {
  background: url("data:image/gif;base64,R0lGODlhCgAKAJEAAMzMzGZmZv///wAAACH5BAAAAAAALAAAAAAKAAoAAAIUjI8hywva2IsS0kkFvjZuHwDiOBYAOw==") no-repeat 0 50%;
  padding-left: 14px;
  cursor: pointer;
}
.miniCheckUnchecked:hover {
  text-decoration: underline;
}

.prikazy.sending {
  text-align: right;
  min-height: 22px;
}
.prikazy.sending span {
  text-align: right;
  color: #999;
  background: url("data:image/gif;base64,R0lGODlhFAAUAJEDAMzMzLOzs39/f////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgADACwAAAAAFAAUAAACPJyPqcuNItyCUJoQBo0ANIxpXOctYHaQpYkiHfM2cUrCNT0nqr4uudsz/IC5na/2Mh4Hu+HR6YBaplRDAQAh+QQFCgADACwEAAIADAAGAAACFpwdcYupC8BwSogR46xWZHl0l8ZYQwEAIfkEBQoAAwAsCAACAAoACgAAAhccMKl2uHxGCCvO+eTNmishcCCYjWEZFgAh+QQFCgADACwMAAQABgAMAAACFxwweaebhl4K4VE6r61DiOd5SfiN5VAAACH5BAUKAAMALAgACAAKAAoAAAIYnD8AeKqcHIwwhGntEWLkO3CcB4biNEIFACH5BAUKAAMALAQADAAMAAYAAAIWnDSpAHa4GHgohCHbGdbipnBdSHphAQAh+QQFCgADACwCAAgACgAKAAACF5w0qXa4fF6KUoVQ75UaA7Bs3yeNYAkWACH5BAUKAAMALAIABAAGAAwAAAIXnCU2iMfaRghqTmMp1moAoHyfIYIkWAAAOw==") no-repeat;
  padding: 3px 0 0 24px;
}

.calendar {
  display: none;
  position: absolute;
  width: auto;
  height: auto;
  padding: 5px 10px 10px;
  border: 1px solid #333;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background-image: url("data:image/gif;base64,R0lGODlhCAEKAIAAAABmM93uzCH5BAAAAAAALAAAAAAIAQoAQAJRjI+py+0Po5y02ouz3rz7D4biSJbmiabqmgAAC8fyTLdv4Nb6zvdWjrv5hsSi8YhMKj0u4PIJjUKaQqn1ij1Qt9yu9wsOi8fksvmMTqvX7HMBADs=");
  background-color: #fff;
  background-position: top right;
  background-repeat: no-repeat;
  padding-top: 12px;
}
.calendar img {
  cursor: pointer;
}
.calendar table {
  border-collapse: separate;
}
.calendar td {
  text-align: center;
  padding: 0px 3px;
  border: 0px solid transparent;
}
.calendar td.calToday {
  border: 1px solid #8a7;
}
.calendar td.calCurrDate {
  border: 1px solid #3c0;
  background: #dec;
}
.calendar td.calSaturday {
  color: #8a7;
}
.calendar td.calSunday {
  color: #8a7;
}
.calendar td.calOtherMonth {
  color: #999;
}
.calendar tr.calDayName td {
  font-weight: bold;
  border-bottom: 1px solid #999;
}
.calendar tr.calLastWeek td {
  border-bottom: 1px solid #999;
}
.calendar .calMonthName {
  font-weight: bold;
}
.calendar .calLink {
  cursor: pointer;
}
.calendar .calPrevMonth {
  cursor: pointer;
}
.calendar .calNextMonth {
  cursor: pointer;
}
.calendar .calClose {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 12px;
  height: 9px;
}

input.jSelectArrow {
  /* tento styl je prirazovan dynamicky via js kvuli sirce prvku */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAWklEQVR42mNkIBIw7tq1639zczOGRFFREUNgYCAjXCGImDVr1v/FixfDFQUHBzMUFBQwopgIY1RXV/8/dOgQg4mJCUN/fz8jhtXIHJDi1tZWDEUYCvF6hliFAGrOGQiuSZ2dAAAAG3RFWHRTb2Z0d2FyZQBBcnR3ZWF2ZXIgRnJlZSAzLjC34MWiAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-right: 14px;
}

.jSelectArrowBox {
  	/* reagujici box pod sipkou - box musi prekryvat i okraje inputu, 
      kvuli zmene kurzoru (na okraji by byl textovy a pak zase sipka) */
  position: absolute;
  width: 15px;
  /* sirka je o okraj inputu (tj. o 1px sirsi) nez jSelectArrow */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAG0lEQVR42mNkoDJgHDVw1MBRA0cNHDVwpBoIAEjGABXvfCbkAAAAG3RFWHRTb2Z0d2FyZQBBcnR3ZWF2ZXIgRnJlZSAzLjC34MWiAAAAAElFTkSuQmCC");
  /* toto je tu kvuli IE, jinak nereaguje na udalosti */
  cursor: default;
}
.jSelectArrowBox:hover {
  opacity: 0.3;
  background-color: #aaa;
  /* kvuli IE8 tady potrebuju co nejsvetlejsi barvu, IE8 neumi opacity */
}

.jSelectList {
  font-family: Geneva CE, Verdana, monospace;
  font-size: 90%;
  padding-left: 1px;
  border: 1px solid #ccc;
  border-color: #666 #ccc #ccc #666;
  background: #fff;
  display: none;
  position: absolute;
  z-index: 90;
  max-height: 200px;
  min-height: 20px;
  /* uplatni se, pokud zadna polozka nevyhovuje */
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 1px 1px 4px 0px #666666;
}
.jSelectList .jItem {
  margin: 0px 0px 1px;
  white-space: nowrap;
  cursor: default;
}
.jSelectList .jItem.hover {
  background: #F2F6F0;
}
.jSelectList .jItem.jSelected {
  background: #DDEECC;
}
.jSelectList .jItem.jSelected.hover {
  background: #F2F6F0;
}
.jSelectList .jItem.jDisabledItem {
  color: #ccc;
}
.jSelectList .jHiddenItem {
  display: none;
}
.jSelectList .jExtraItem {
  margin: 0px 0px 1px;
  white-space: nowrap;
  cursor: default;
}
.jSelectList .jPrikaz {
  padding: 5px 0 5px 9px;
  margin: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAMAAAALbFwWAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAAB1JREFUCNd1jLEJAAAAgvL/p5ujchNBLQghhFfqYgHiAApq/iphAAAAGHRFWHRTb2Z0d2FyZQBnaWYyYXBuZy5zZi5uZXSW/xPIAAAAAElFTkSuQmCC) no-repeat -5px 7px;
  background-color: #eee;
  cursor: pointer;
}

body.jNoSelectable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
