@charset "UTF-8";
* {
  box-sizing: border-box; }

html {
  height: 100%; }
  html body {
    margin: 0px;
    padding: 0px;
    font-family: "Opane Sans", "Arial", sans-serif;
    background-color: #FFFFFF;
    font-size: 12px;
    height: 100%; }

a {
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }
  .link.external a:before {
    content: '\f08e  ';
    font-family: "FontAwesome";
    font-size: 80%; }

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%; }

#top {
  padding: 12px 12px 8px 12px;
  color: #FFFFFF;
  text-align: center;
  border-bottom: 1px solid #FFFFFF;
  overflow: hidden;
  line-height: 1.3; }

#userPanel {
  float: right;
  width: 50%;
  text-align: right; }

#userPanel a {
  color: #FFFFFF;
  display: inline-block;
  padding: 0px 0px 0px 6px;
  text-transform: lowercase; }

#userPanel .name {
  display: block;
  font-size: 14px;
  font-weight: bold; }

#userPanel:before {
  font-family: "FontAwesome";
  content: '\f007';
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  font-size: 25px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0px 10px 0px 15px;
  float: right;
  display: block;
  position: relative;
  top: -2px; }

#company {
  float: left;
  width: 50%;
  text-align: left; }

#company strong {
  font-size: 14px; }

#company a {
  color: #FFFFFF; }

#company:before {
  content: ' ';
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0px 15px 0px 10px;
  float: left;
  display: block;
  position: relative;
  top: -2px;
  background-image: url("zcu-logo.svg");
  background-size: 25px 30px;
  background-repeat: no-repeat;
  background-position: 70% 50%; }

@media only screen and (max-width: 500px) {
  #company {
    width: 30%; }

  #company .insider {
    display: none; }

  #userPanel {
    width: 70%; } }
#header {
  background-color: #EEEEEE;
  text-align: center; }

#header strong {
  font-weight: normal;
  font-size: 60px;
  display: block;
  padding: 20px;
  color: #999999;
  font-family: "Georgia"; }

#header .appName a {
  color: #999999;
  text-decoration: none; }

#header .appName a:hover {
  text-decoration: underline; }

@media only screen and (max-width: 500px) {
  #header strong {
    font-size: 30px; } }
#appMenu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
  line-height: 40px;
  cont-size: 15px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #CCCCCC; }

#appMenu li {
  padding: 0px;
  margin: 0px;
  display: inline-block; }

#appMenu a {
  display: block;
  margin: 0px 10px; }

.appMenu a:before {
  display: inline-block;
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 18px;
  position: relative;
  top: 1px; }

.appMenu .uzivatele a {
  color: #B02B2C; }

.appMenu .uzivatele a:before {
  content: "\f0c0"; }

.appMenu .kontakty a {
  color: #024886; }

.appMenu .kontakty a:before {
  content: "\f2b9"; }

.appMenu .dpp a {
  color: #D15600; }

.appMenu .dpp a:before {
  content: "\f15c"; }

#mainMenu {
  font-size: 15px;
  border-bottom: 1px solid #CCCCCC; }

#mainMenu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px; }

#mainMenu li {
  display: inline-block;
  padding: 0px 7px; }

#mainMenu li a {
  border-width: 0px;
  display: inline-block;
  padding-bottom: 8px;
  text-decoration: none; }

#mainMenu li a:hover {
  border-bottom-width: 5px;
  border-style: solid;
  padding-bottom: 3px; }

#mainMenu li.active a {
  border-bottom: 5px solid #CCCCCC;
  padding-bottom: 3px; }

#contextMenu {
  font-size: 14px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #CCCCCC; }

#contextMenu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px; }

#contextMenu li {
  display: inline-block;
  padding: 0px; }

#contextMenu li a {
  border-width: 0px;
  display: inline-block;
  padding: 12px 7px;
  text-decoration: none;
  color: #777777; }

#contextMenu li a:hover {
  color: #000000;
  padding-bottom: 7px;
  border-bottom: 5px solid #CCCCCC; }

#contextMenu li.active a {
  border-bottom: 5px solid #CCCCCC;
  padding-bottom: 7px; }

#content {
  padding: 50px 10px 10px 10px;
  flex-grow: 1;
  overflow: hidden; }

#content h1 {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  padding: 0px;
  margin: 0px 0px 25px 0px;
  color: #444444; }

#content h2 {
  text-align: center;
  font-size: 25px;
  font-weight: normal;
  margin: 15px 0px 10px 0px; }

#content .recordDetail h2, #content .recordForm h2 {
  margin-top: 35px; }

#content .narrow {
  max-width: 700px;
  margin: 0px auto; }

#content .twoColumns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

#content .twoColumns > div, #content .twoColumns > fieldset {
  flex: 1;
  width: 50%; }

#footer {
  background-color: #EEEEEE;
  text-align: center;
  border-top: 1px solid #CCCCCC;
  padding: 20px 0px 25px 0px; }

#footer a {
  display: inline-block;
  padding: 0px 5px; }

.maxWidth {
  margin: 0px auto;
  max-width: 1500px; }

.narrow-width {
  max-width: 700px;
  margin: 0 auto; }

.columns {
  display: flex;
  flex-direction: row; }

.columns .column {
  flex-grow: 1; }

.error {
  color: #AA0000; }

form {
  margin: 0 auto; }
  form.filters {
    max-width: 100%; }

.formfield,
.recordDetail .record {
  display: block;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border-bottom: 1px solid #DDDDDD;
  clear: both;
  overflow: hidden;
  max-width: 700px;
  margin: 0px auto !important;
  display: flex; }
  .formfield:nth-of-type(1),
  .recordDetail .record:nth-of-type(1) {
    border-top: 1px solid #DDDDDD; }
  .formfield label, .formfield .label,
  .recordDetail .record label,
  .recordDetail .record .label {
    float: left;
    width: 200px;
    font-weight: normal;
    font-size: 14px;
    color: #777777;
    padding: 6px 0px 6px 0px; }

.formfield.question label .colon {
  display: none; }

.formfield .fieldIcon {
  position: absolute;
  display: block; }

.formfield .field.withIcon input {
  padding-left: 32px; }

.recordDetail .record.hiddenLabel .label {
  text-indent: -999999px;
  overflow: hidden; }

.formfield input,
.formfield select,
.formfield textarea,
.formfield.scroll .formContent,
.formfield.multiCheckbox .formContent,
.checkbox span.field {
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  background-color: #FAFAFA;
  font-size: 14px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  padding: 5px 8px;
  min-height: 31px; }

.formfield.scroll .formContent {
  height: 120px;
  overflow-y: scroll; }

.formfield .formContent,
.recordDetail .record .value {
  float: left;
  width: calc(100% - 210px); }

.formfield input,
.formfield select,
.formfield textarea {
  width: 100%; }

fieldset {
  border-width: 0px;
  margin: 10px 15px;
  padding: 7px 30px 30px 30px;
  background-color: #eeeeee;
  border-radius: 3px; }

legend {
  color: #777777;
  font-size: 20px;
  font-weight: bold;
  background-color: #eeeeee;
  border-radius: 3px;
  padding: 8px 15px; }

.recordDetail .record .value,
.formfield.htmlContent .formContent {
  padding: 6px 0px;
  font-size: 14px; }

.formfield input[type='checkbox'] {
  width: auto;
  float: left; }

.formfield:hover label {
  color: #000000; }

.formfield input:focus,
.formfield select:focus,
.formfield textarea:focus,
.formfield:hover input,
.formfield:hover .formContent > select,
.formfield:hover .formContent > textarea {
  border: 1px solid #888888;
  background-color: #FFFFFF; }

.formfield.multiCheckbox, .formfield.radio, .formfield.checkbox {
  line-height: 1.0; }

.formfield.checkbox label,
.formfield .checkbox label,
.formfield .radio label {
  float: none;
  width: auto;
  display: inline-flex;
  align-items: center;
  color: #777777;
  padding: 0px 0 0 3px; }

.formfield.checkbox input {
  float: left;
  width: auto;
  margin: 2px 8px 0px 0px; }

.formfield .checkbox span.field, .formfield .checkbox select {
  padding: 0px;
  min-width: 38px;
  margin: 0 2px 2px 0; }

.formfield .checkbox select {
  min-width: 36px; }

.formfield.multiCheckbox.columns .checkbox {
  width: 150px;
  display: inline-block;
  overflow: hidden; }

.formfield.ajaxSearch .options {
  border: 1px solid #AAAAAA;
  max-height: 108px;
  width: 100%;
  max-width: 490px;
  overflow: auto;
  position: absolute;
  background-color: #ffffff;
  z-index: 3000; }

.formfield.ajaxSearch .options span {
  display: block;
  cursor: pointer;
  line-height: 22px;
  padding: 0px 6px; }

.formfield.ajaxSearch .options span:hover {
  color: #ffffff;
  background-color: #AAAAAA; }

.formfield.ajaxSearch .text {
  font-size: 14px;
  padding: 6px 0;
  display: inline-block; }

.formfield.ajaxSearch .icoDel:before {
  content: '\f057'; }

.datefield input {
  padding-left: 32px; }

.dateSelector:before {
  content: '\f073';
  font-family: "FontAwesome";
  font-size: 15px;
  display: block;
  padding: 6px 6px 0px 10px;
  position: absolute; }

.formfield.multiText .field {
  margin-bottom: 3px; }

.formfield.multiText .icon {
  font-size: 18px;
  line-height: 26px;
  position: relative;
  left: 9px; }

.buttons {
  text-align: center;
  padding: 15px;
  margin-bottom: 45px; }

.button {
  line-height: 35px;
  color: #FFFFFF;
  cursor: pointer;
  border-width: 0px;
  font-size: 14px;
  display: inline-block;
  border-radius: 3px;
  padding: 0px 19px 0px 15px;
  background-color: #888888;
  text-decoration: none; }

.button.loading:before {
  content: '\f110'; }

.button.loading {
  opacity: 0.5;
  cursor: not-allowed; }

.button:before {
  content: '\f058';
  font-family: "FontAwesome";
  font-size: 20px;
  float: left;
  margin-right: 10px;
  display: inline-block;
  color: #FFFFFF;
  opacity: 0.6; }

.button:hover:before {
  opacity: 1; }

.button.new:before {
  content: "" !important; }

.button.edit:before {
  content: "" !important; }

.button.delete:before {
  content: "" !important; }

.button.next:before {
  content: "" !important; }

.button.prev:before {
  content: "" !important; }

.button.date:before {
  content: "" !important; }

table {
  border: 0px;
  padding: 0px;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 35px;
  table-layout: fixed;
  overflow: scroll; }

table td, table th {
  font-weight: normal;
  text-align: left;
  padding: 0px 6px;
  color: #1E1E1E;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 32px; }

table td {
  border-top: 1px solid #E1E1E1; }

table tbody tr:nth-child(odd) {
  background-color: #F1F1F1; }

table tbody tr:hover td {
  background-color: #D4D4D4;
  color: #000000; }

table thead tr th, table tfoot tr td {
  color: #555555;
  font-weight: normal; }

table tfoot .summary {
  font-weight: normal;
  color: #AAAAAA; }

table tfoot .summary.sum {
  font-size: 10px;
  position: relative;
  top: -2px; }

.icon, .ico {
  opacity: 0.6;
  text-decoration: none;
  margin-left: 6px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  cursor: pointer; }

.icon:hover, .ico:hover {
  opacity: 1;
  background-color: #FFFFFF; }

.icon span, .ico span {
  display: none; }

.icon:before, .ico:before {
  font-family: "FontAwesome"; }

.formfield .icon, .formfield .ico {
  display: inline;
  line-height: normal;
  margin: 0px;
  position: relative;
  top: 1px; }

.filters {
  background-color: #EEEEEE;
  border-radius: 3px;
  padding: 4px 15px;
  margin-bottom: 40px;
  overflow: hidden; }

.filters .formfield {
  width: 170px;
  display: inline-block;
  border-width: 0px !important;
  margin-right: 10px; }

.filters .formfield label {
  height: 28px;
  width: 100%;
  font-size: 13px; }

.filters .formfield .formContent {
  width: 100%; }

.filters .button {
  width: 100%;
  clear: both;
  display: inline-block;
  margin: 25px 0px 0px 0px;
  padding: 5px 12px;
  background-color: #999999;
  line-height: 1.4;
  text-align: left; }

.filters .button:before {
  font-size: 14px;
  content: '\f002';
  margin: 0px 10px 0px 0px; }

.filters .formfield select,
.filters .formfield input {
  width: 100%; }

.pagination {
  background-color: #EEEEEE;
  padding: 7px 15px;
  margin: -15px 0 30px 0;
  border-radius: 3px; }

.pagination .first, .pagination .last {
  display: none; }

.pagination a.page {
  display: inline-block;
  padding: 0 3px;
  line-height: 25px; }

.pagination a.page.active {
  font-weight: bold;
  text-decoration: none;
  color: #333333;
  font-size: 130%;
  position: relative;
  top: 1px; }

.pagination .separator {
  display: inline-block;
  padding: 0 3px;
  color: #333333; }

.file .currentFile {
  padding: 2px 0px; }

a.file {
  padding: 0px 4px; }

a.file:before {
  font-family: "FontAwesome";
  content: '\f15b';
  display: inline-block;
  margin: 0px 5px 0px 0px; }

.recordDetail a.file {
  display: block;
  padding: 2px 0px; }

.recordDetail .header .label {
  display: none; }

.recordDetail .header .value {
  width: auto;
  float: none; }

ul.alerts {
  margin: 10px 0px 30px 10px;
  padding: 0px; }
  ul.alerts li {
    color: #880000;
    list-style-type: none;
    font-weight: bold;
    font-size: 14px;
    text-align: center; }
    ul.alerts li.confirm {
      color: #008800; }

.icoExport:before {
  content: '\f15b'; }

.icoDel:before {
  content: '\f1f8'; }

.icoEdit:before {
  content: '\f040'; }

.icoList:before {
  content: '\f03a'; }

.icoFavorite:before {
  content: '\f005'; }

.icoNew:before {
  content: '\f067'; }

.icoDel:before {
  content: '\f1f8'; }

.icoPreview:before {
  content: '\f002'; }

.icoAdd:before {
  content: '\f055'; }

.recordList td {
  cursor: pointer; }

.recordList td p {
  padding: 0px;
  margin: 0px; }

.recordList td.kc, .recordList th.kc {
  text-align: right; }

.recordList td.kc:after, .recordDetail .kc .value:after {
  content: ' Kč'; }

.recordList td.hod, .recordList th.hod {
  text-align: right; }

.recordList td.hod:after {
  content: ' h'; }

.recordList td.icons, .recordList th.icons {
  text-align: right;
  cursor: auto;
  width: 110px; }

.recordList td.long50, .recordList th.long50 {
  width: 50%; }

.recordList td.long30, .recordList th.long30 {
  width: 30%; }

@media only screen and (max-width: 500px) {
  .recordList td, .recordList th {
    display: none; }

  .recordList tr td:nth-child(1),
  .recordList tr th:nth-child(1),
  .recordList tr td:nth-last-child(1),
  .recordList tr th:nth-last-child(1) {
    display: table-cell; } }

/*# sourceMappingURL=dbApp.css.map */
