:root {
  --app-padding-x: 1.5rem;
  --app-padding-y: 0.2rem;
  --app-margin-x: 0.25rem;
  --app-margin-y: 0.25rem;
  --app-border-color: #e0e0f0;
  --app-border-radius: 0.25rem;
  --app-comment-color: #707080;
}
* {
  box-sizing: border-box;
}
a {
  color: #153c88;
}
a:hover {
  color: #2b7bd6;
}
td {
  vertical-align: middle;
}
tr th {
  text-align: left;
}
input {
  font-family: Calibri, Tahoma, Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  padding: 2px;
}
input[readonly], textarea[readonly] {
  color: #606060;
  border: solid 1px #e0e0f0;
}
select {
  font-family: Calibri, Tahoma, Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  padding: 1px;
}
select[disabled] {
  color: #606060;
  background-color: white;
  border: dashed 1px #fcfcfc;
  margin: 1px;
}
body {
  background: white;
  margin: 0;
  font-size: 0.85rem;
  font-family: Calibri, Tahoma, Arial, Helvetica, Verdana, sans-serif;
}
@media (max-width: 768px) {
  body {
    font-size: 1rem;
  }
  .bodylogin .header {
    margin-bottom: 0;
  }
}
h1, .appcontent-headerdiv {
  font-weight: bold;
  font-size: 1rem;
  color: #335ca6;
  padding: 10px 0 5px 0;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 769px) {
  h1, .appcontent-headerdiv {
    font-size: 1.2rem;
  }
}
h2, .appcontent-headerdiv2 {
  /* mensi nadpis */
  font-weight: bold;
  font-size: 1rem;
  color: #335ca6;
  /*padding-top: 10px;*/
  padding-bottom: 0;
  text-transform: uppercase;
  /*margin: 0;*/
  margin: 0.25rem 0 0.5rem 0;
}
@media (min-width: 769px) {
  h2, .appcontent-headerdiv2 {
    font-size: 1.2rem;
  }
}
h4 {
  margin-top: 5px;
  margin-bottom: 2px;
}
/* predefinovani stylu pro jQuery-ui */
.ui-widget {
  font-size: 1rem;
}
.ui-dialog {
  background: #f8f8fc;
  border: 1px solid black;
  border-radius: 0.25rem;
}
.ui-dialog .ui-dialog-titlebar {
  background: #f8f8f8;
  color: black;
  font-weight: bold;
  padding: 0;
  border: none;
  border-bottom: 1px solid #e0e0f0;
}
.ui-dialog .ui-dialog-title {
  padding: 2px 5px;
}
.ui-dialog .ui-dialog-content {
  padding: 0.5em;
}
.ui-dialog .buttons {
  margin-left: -0.5em;
  margin-right: -0.5em;
  margin-top: 0.25em;
  border-top: solid 1px #e0e0f0;
  padding-bottom: 0;
}
.ui-dialog .ui-dialog-content.no-padding {
  padding: 0;
}
.ui-dialog .ui-dialog-content.no-padding .buttons {
  margin-left: 0;
  margin-right: 0;
}
.ui-dialog .ui-dialog-content.small-padding {
  padding: 1px;
}
.ui-dialog .ui-dialog-content.small-padding .buttons {
  margin-left: 0;
  margin-right: 0;
}
.ui-dialog-titlebar-close {
  display: none;
}
.ui-sortable-helper {
  background-color: rgba(255, 255, 255, 0.8);
}
.ui-tabs {
  border: none;
  background: none;
}
.ui-tabs .ui-tabs-nav {
  background: #93a5c3;
  color: white;
  border: none;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 0.3em 1em;
}
.ui-tabs .ui-tabs-panel {
  background: transparent;
  padding: 0;
}
.ui-tabs .ui-state-default {
  background: #808080;
  border: solid 1px #808080;
}
.ui-tabs .ui-state-default a {
  color: white;
}
.ui-tabs .ui-state-active {
  background: #f0f0f0;
}
.ui-tabs .ui-state-active a {
  color: black;
}
.ui-tabs .mce-container {
  border-top: none;
}
.ui-widget-overlay {
  opacity: 0.3;
  background-color: black;
}
.tox-tbtn i.fa {
  font-family: "Font Awesome 5 Pro";
}
@media (max-width: 768px) {
  .confirmQuestion, .clickHref, .autoExpand, .toggleClass, .comboBoxMove {
    cursor: pointer;
  }
}
.form-input, .form-control {
  width: 100%;
  display: inline-block;
  vertical-align: baseline;
  border: solid 1px #808080;
  border-radius: 0.25rem;
  padding: 0.25rem;
}
.inline-form-control {
  width: auto;
}
div.form-control {
  min-height: 1.8em;
}
select.form-control, select.form-input {
  padding: 2px;
}
.form-control.date-input {
  display: inline-block;
  max-width: 8rem;
  box-sizing: border-box;
}
.form-select {
  width: 100%;
}
.date-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23343a40' d='M400 64h-48V12c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v52H128V12c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM48 96h352c8.8 0 16 7.2 16 16v48H32v-48c0-8.8 7.2-16 16-16zm352 384H48c-8.8 0-16-7.2-16-16V192h384v272c0 8.8-7.2 16-16 16zM148 320h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm96 0h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm96 0h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm-96 96h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm-96 0h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm192 0h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 16px 16px;
  padding-right: 1.5rem;
  border: solid 1px #808080;
}
:root {
  --app-input-changed-color: darkorange;
}
.form-control-changed {
  color: var(--app-input-changed-color);
  accent-color: var(--app-input-changed-color);
}
input[type=checkbox].form-control-changed:not(:checked) {
  outline: solid 1px var(--app-input-changed-color);
}
input.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 16px 12px;
  border: solid 1px #808080;
  border-radius: 0.25rem;
  padding: 0.25rem 1.5rem 0.25rem 0.25rem;
}
input.form-select:disabled {
  background-image: none;
}
.input-group {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.input-group > .form-control, .input-group > .form-input {
  flex: 1 1 auto;
}
.rontable-captions {
  border-bottom: solid 1px #e0e0f0;
  background-color: #e4e4e8;
}
.rontable .active {
  background-color: #93a5d3 !important;
  color: white;
}
.rontable .selected td {
  background-color: #ccd6e7;
}
.ronselect-wrapper {
  padding: 0;
  border: 1px solid #808080;
  border-radius: 0.25rem;
  margin: 1px 1px 1px 0;
  position: relative;
  display: inline-flex !important;
  flex-wrap: nowrap;
  background: white url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat right 0.15rem center;
  background-size: 16px 12px;
}
.ronselect-button {
  flex-grow: 0;
  overflow: hidden;
  width: 16px;
  padding: 4px 0;
  margin: 1px;
  text-align: center;
}
.ronselect-button:before {
  content: "\f107";
  font-weight: 300;
}
.ronselect-button:hover {
  background-color: #f3f6f9;
  border: solid 1px #0f5aae;
  margin: 0;
}
.ronselect-button:active {
  background-color: #c0c0c0;
}
.ronselect-table {
  border-collapse: collapse;
  width: 100%;
}
.ronselect-table td {
  border-left: 1px solid silver;
  padding: 2px 5px;
}
.ronselect-table td:first-child {
  border: none;
}
.ronselect-wrapper input {
  border: none;
  max-width: calc(100% - 20px);
  margin: 2px;
}
.form-control.loading, .form-select.loading {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 16'%3e%3ccircle cx='1' cy='8' r='1'/%3e%3ccircle cx='5' cy='8' r='1'/%3e%3ccircle cx='9' cy='8' r='1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 16px 16px;
  padding-right: 1.5rem;
  animation-name: loading-indication;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes loading-indication {
  0% {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 16'%3e%3ccircle cx='1' cy='8' r='1'/%3e%3ccircle cx='5' cy='8' r='1'/%3e%3ccircle cx='9' cy='8' r='1'/%3e%3c/svg%3e");
  }
  20% {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 16'%3e%3ccircle cx='5' cy='8' r='1'/%3e%3ccircle cx='9' cy='8' r='1'/%3e%3c/svg%3e");
  }
  40% {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 16'%3e%3ccircle cx='9' cy='8' r='1'/%3e%3c/svg%3e");
  }
  60% {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 16'%3e%3ccircle cx='1' cy='8' r='1'/%3e%3c/svg%3e");
  }
  80% {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 16'%3e%3ccircle cx='1' cy='8' r='1'/%3e%3ccircle cx='5' cy='8' r='1'/%3e%3c/svg%3e");
  }
}
.rontabs {
  display: flex;
  border-bottom: solid 1px var(--app-border-color);
  padding-left: 0;
  margin: 0;
}
.rontabs li {
  list-style: none;
  display: block;
  background-color: white;
  border: solid 1px transparent;
  padding: 6px 10px;
  cursor: default;
}
.rontabs a {
  text-decoration: none;
}
.rontabs li.active {
  margin-bottom: -1px;
  border: solid 1px var(--app-border-color);
  border-bottom-color: white;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rontabs li.active a {
  color: black;
}
/* formulare */
.form {
  display: table;
  margin-top: 0.5rem;
  border: 1px solid var(--app-border-color);
  border-radius: var(--app-border-radius);
  /*width : 100%;*/
  background-color: #f8f8fc;
  text-align: left;
}
.form .buttons {
  padding: 0.5rem;
  border-top: solid 1px var(--app-border-color);
}
@media (max-width: 768px) {
  .form {
    display: block;
    min-width: 100%;
  }
}
.form-content {
  padding: 0.5rem;
}
.row {
  margin-bottom: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.inline-flex {
  display: inline-flex;
}
.row.top-margin {
  margin-top: 1rem;
}
.col, .col-0, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  padding-right: 2px;
  position: relative;
}
.col {
  flex: 1 0 0;
}
.col-0 {
  flex: 0 0 0;
  max-width: 0;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
@media (min-width: 576px) {
  .col-sm-0 {
    display: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 769px) {
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
.form-section {
  padding: 3px 5px;
  background-color: #e4e4e8;
  border-bottom: solid 1px silver;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.form-gap {
  margin-top: 0.5rem;
}
@media (min-width: 576px) {
  .form-sm .caption {
    text-align: right;
    padding-right: 0.5rem;
  }
}
@media (max-width: 575px) {
  .record-view .caption {
    font-weight: bold;
  }
}
@media (min-width: 769px) {
  .form .caption {
    text-align: right;
    padding-right: 0.5rem;
  }
  .form-row .caption {
    display: inline-block;
    width: 25%;
    text-align: right;
    padding-right: 0.5rem;
  }
  .form-row .form-data {
    display: inline-block;
    width: 74%;
  }
}
.form-row {
  margin-bottom: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.form-row.top-margin {
  margin-top: 1rem;
}
.form-col, .form-col1, .form-col2, .form-col1-2 {
  width: 100%;
}
@media (min-width: 769px) {
  .form.small-form {
    min-width: 30rem;
  }
  .middle-form {
    min-width: 45rem;
  }
  .large-form {
    min-width: 60rem;
  }
  .form-row {
    flex-wrap: nowrap;
  }
  .form-25-75 .form-col1 {
    width: 25%;
  }
  .form-25-75 .form-col2 {
    width: 75%;
  }
  .form-25-75 .form-col1-2 {
    width: 100%;
  }
  .form-30-70 .form-col1 {
    width: 30%;
  }
  .form-30-70 .form-col2 {
    width: 70%;
  }
  .form-30-70 .form-col1-2 {
    width: 100%;
  }
  .form-50-50 .form-col1 {
    width: 50%;
  }
  .form-50-50 .form-col2 {
    width: 50%;
  }
  .form-50-50 .form-col1-2 {
    width: 100%;
  }
  .form-100 .form-row {
    flex-wrap: wrap;
  }
  .form-100 .form-row .caption {
    text-align: left;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .form-100 .form-col1 {
    width: 100%;
  }
  .form-100 .form-col2 {
    width: 100%;
  }
  .form-100 .form-col1-2 {
    width: 100%;
  }
}
.form-row .ronselect {
  width: 100%;
}
.input-group {
  white-space: nowrap;
}
.input-grid-form input {
  border: solid 1px transparent;
  border-bottom: solid 1px #808080;
  background-color: transparent;
}
.input-grid-form input:hover {
  border: solid 1px #808080;
}
.input-grid-form input:focus, .input-grid-form input.active {
  border: solid 1px #808080;
  background-color: white;
}
.input-grid-form input[readonly] {
  border: solid 1px transparent;
}
.input-grid-form input[readonly]:focus {
  background-color: #dedede;
}
.ronform {
  display: none;
}
.selectiontable-selection {
  border: solid 2px #93a5d3;
  position: absolute;
  left: 0;
  top: 0;
}
.selectiontable-selected {
  background: rgba(147, 165, 195, 0.3);
  text-align: center;
  font-weight: bold;
  z-index: 51;
}
.selectiontable-multiple {
  background: none;
  z-index: 50;
}
.ui-progressbar {
  position: relative;
  text-align: center;
}
.progress-label {
  position: absolute;
  top: 0.25rem;
  text-align: center;
  width: 100%;
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  border-radius: 0.25rem;
  background-color: #e0e0f0;
}
.progress-bar {
  display: flex;
  background-color: #0d4a8e;
}
.progress-messages {
  max-height: 15rem;
}
.scrollbar {
  position: absolute;
  overflow: hidden;
  background-color: #e9e9e9;
}
.verticalscroll {
  width: 23px;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 23px;
  border-left: solid 1px black;
}
.horizontalscroll {
  height: 23px;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 23px;
  border-top: solid 1px black;
}
.scrollbar .slider {
  background-color: gray;
  position: relative;
}
.horizontalscroll .slider {
  height: 100%;
  width: 50px;
}
.verticalscroll .slider {
  width: 100%;
  height: 50px;
}
.slider_active {
  background-color: #93a5d3;
}
.splitter {
  position: absolute;
  z-index: 30;
  background: transparent;
}
.splitter:hover {
  background: gray;
}
.splitter.active {
  background-color: #93a5d3;
}
.splitter.vertical {
  left: 0;
  right: 0;
  height: 5px;
  cursor: ns-resize;
}
.sortable-helper {
  background-color: rgba(255, 255, 255, 0.8);
}
.resizable {
  position: relative;
}
.resizable-handle {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  background: url("../images/resizable_handle.png") no-repeat bottom right;
  cursor: nwse-resize;
}
.popup {
  position: absolute;
  z-index: 2000;
  display: none;
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 3px;
  overflow: auto;
}
.popup.visible {
  display: block;
}
.popupmenulist, .popupmenu {
  margin: 0;
  padding: 3px;
}
.popupmenulist li, .popupmenu li {
  list-style: none;
  padding: 0.3rem;
}
.popupmenulist li:hover, .popupmenu li:hover, .popupmenulist li.selected, .popupmenu li.selected {
  color: #202020;
  background-color: #c0c0c0;
  text-decoration: none;
}
.popupmenulist a, .popupmenu a {
  text-decoration: none;
  color: black;
}
.popupmenulist li.margin-top, .popupmenu li.margin-top {
  margin-top: 0.3rem;
  border-top: solid 1px lightgrey;
}
.popupmenu {
  position: absolute;
  z-index: 1000;
  display: none;
  padding: 3px;
  /*
   background-color: white;
   border: 2px solid black;
   padding: 5px;
   color: black;
   text-align: left;
   */
}
.tile {
  border: solid 1px var(--app-border-color);
  border-radius: var(--app-border-radius);
  padding: 1em;
}
.linkslist {
  display: inline-block;
  list-style-type: none;
  padding-left: 0;
  margin: 0.25rem 0;
}
.linkslist li {
  display: inline-block;
  margin-left: 0;
  padding-left: 0;
}
.linkslist li a {
  text-decoration: none;
}
.linkslist li a:hover {
  text-decoration: underline;
}
.linkslist li:not(:last-child) {
  margin-right: 0.5rem;
}
.pills {
  list-style-type: none;
  margin: 0 0 0.5rem;
  padding: 0;
}
.pills li, .pill {
  display: inline-block;
  border: solid 1px var(--app-border-color);
  border-radius: var(--app-border-radius);
  padding: var(--app-padding-y) var(--app-padding-x);
  background-color: white;
  margin-right: var(--app-margin-x);
  margin-top: var(--app-margin-y);
}
.items-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu-list li, .menu-list-item {
  cursor: default;
  white-space: nowrap;
}
.menu-list li.selected, .menu-list-item.selected {
  font-weight: bold;
}
.menu-list li:hover, .menu-list-item:hover {
  text-decoration: underline;
  color: #2b7bd6;
}
.list-style-type-none {
  list-style-type: none;
}
.browser {
  empty-cells: show;
  border-collapse: collapse;
  margin-top: 0.5rem;
  background-color: #fafafa;
}
.browser caption {
  font-size: 8px;
  font-weight: bold;
  padding-bottom: 5px;
  text-align: left;
}
.browser a {
  text-decoration: none;
}
.browser a:hover {
  text-decoration: underline;
}
.browser th {
  background-color: #0d4a8e;
  color: white;
  padding: 4px 5px;
  border-bottom: solid 1px var(--app-border-color);
  border-right: solid 1px var(--app-border-color);
}
.browser tr th:last-child {
  border-right: none;
}
.browser th a {
  color: white;
  text-decoration: none;
}
.browser th a img {
  border-width: 0;
}
.browser td {
  padding: 5px 5px 2px 5px;
  vertical-align: middle;
}
.browser td a img {
  border-width: 0;
}
.browserfooter {
  background-color: #e8e8f8;
  color: black;
  font-weight: bold;
}
.browsercolor1, .oddEvenRows > tr:not(.browserfooter):nth-child(even), .oddEvenRows > tbody > tr:not(.browserfooter):nth-child(even), .oddEvenBody > tbody:nth-child(even) > tr:not(.browserfooter), .oddEvenChild > :nth-child(even) {
  background-color: #fafafa;
}
.browsercolor2, .oddEvenRows > tr:not(.browserfooter):nth-child(odd), .oddEvenRows > tbody > tr:not(.browserfooter):nth-child(odd), .oddEvenBody > tbody:nth-child(odd) > tr:not(.browserfooter), .oddEvenChild > :nth-child(odd) {
  background-color: #f0f3f6;
}
.bodyOver > tbody:hover > tr:not(.browserfooter), .rowOver > tbody > tr:not(.browserfooter):hover, .rowOver > tr:not(.browserfooter):hover {
  background-color: #e3e3ec !important;
}
.browserseparator {
  border: solid 1px white;
  height: 2px;
}
.browserseparator td {
  background-color: #dae4f5;
  height: 1px;
  padding: 0;
  margin: 0;
}
.browserhighlightrow, .browserhighlightrow td {
  background-color: #e3e3ec !important;
}
.browserselectedrow, tbody.browserselectedrow > tr {
  background-color: #ccd6e7 !important;
}
.browserpoznamka {
  font-style: italic;
  white-space: normal;
  color: #707080;
  padding-left: 10px;
}
.browserpagenumber {
  display: inline-block;
}
@media (max-width: 768px) {
  .mobile-table-rows {
    width: 100%;
  }
  .mobile-table-rows tr {
    display: block;
  }
  .mobile-table-rows td {
    padding-left: 2rem;
    display: block;
  }
  .mobile-table-rows td:empty {
    padding: 0;
  }
  .mobile-table-rows td.browser_rowheader {
    border-bottom: solid 1px var(--app-border-color);
  }
}
@media (max-width: 575px) {
  .xs-flex {
    display: block;
    width: 100%;
  }
  .xs-flex thead, .xs-flex tbody {
    display: block;
    width: 100%;
  }
  .xs-flex tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
.floatingheader, .floatingheadercol {
  position: fixed;
  /*absolute;*/
  top: 0;
  z-index: 99;
  background-color: #0d4a8e;
  color: white;
  font-weight: bold;
  overflow: hidden;
  opacity: 0.85;
}
.floatingheader a, .floatingheadercol a {
  color: white;
  text-decoration: none;
}
.floatingheader a:hover, .floatingheadercol a:hover {
  text-decoration: underline;
}
.floatingheadercontainer {
  position: absolute;
  top: 0;
  overflow: hidden;
  padding: 0;
}
.floatingheadercell {
  padding: 5px 2px;
}
.floating-table-header th {
  position: sticky !important;
  z-index: 10;
  top: 0;
}
@supports (-moz-appearance:none) {
  .floating-table-header th {
    background-clip: padding-box;
  }
}
@media (min-width: 769px) {
  .floating-table-header th {
    top: 1.8rem;
  }
}
.glyphs {
  line-height: 0;
}
.glyph {
  display: block;
  background: no-repeat center;
  width: 23px;
  height: 23px;
}
.inline-glyph, .inline_glyph, .menu-glyph {
  display: inline-block;
  background: no-repeat center;
  width: 23px;
  height: 23px;
  line-height: 21px;
  text-align: center;
  border: solid 1px transparent;
}
.glyph-button:hover, .glyph_button:hover {
  border-color: #e0e0f0;
}
.glyph-button:active, .glyph_button:active {
  background-color: lightgrey;
}
.glyph-delete:before {
  content: "\f00d";
  font-weight: 300;
  color: red;
}
.glyph-undo:before {
  content: "\f0e2";
  font-weight: 300;
}
.glyph-lock:before {
  content: "\f023";
  font-weight: 300;
  color: red;
}
.glyph-new:before {
  content: "\f15b";
  font-weight: 300;
}
.glyph-edit:before {
  content: "\f044";
  font-weight: 300;
}
.glyph-copy:before {
  content: "\f0c5";
  font-weight: 300;
}
.glyph-detail:before {
  content: "\f30f";
  font-weight: 300;
}
.glyph-attachment:before {
  content: "\f0c6";
  font-weight: 300;
}
.glyph-check:before {
  content: "\f00c";
  font-weight: 300;
  color: green;
}
.glyph-ok:before {
  content: "\f00c";
  font-weight: 300;
}
.glyph-cancel:before {
  content: "\f00d";
  font-weight: 300;
}
.glyph-search:before {
  content: "\f002";
  font-weight: 300;
}
.glyph-comment:before {
  content: "\f27a";
  font-weight: 300;
}
.glyph-move-left:before {
  content: "\f355";
  font-weight: 300;
}
.glyph-move-right:before {
  content: "\f356";
  font-weight: 300;
}
.glyph-left:before {
  content: "\f053";
  font-weight: 300;
}
.glyph-right:before {
  content: "\f054";
  font-weight: 300;
}
.glyph-calendar:before {
  content: "\f073";
  font-weight: 300;
}
.glyph-today:before {
  content: "\f783";
  font-weight: 300;
}
.glyph-close:before {
  content: "\f00d";
  font-weight: 300;
  color: red;
}
.glyph-refresh:before {
  content: "\f2f1";
  font-weight: 300;
}
.glyph-print:before {
  content: "\f02f";
  font-weight: 300;
}
.glyph-report:before {
  content: "\f15c";
  font-weight: 300;
}
.glyph-business-trip:before {
  content: "\f0f2";
  font-weight: 300;
}
.glyph-sort-up:after {
  content: "\f176";
  font-weight: 300;
}
.glyph-sort-down:after {
  content: "\f175";
  font-weight: 300;
}
.glyph-gps:after {
  content: "\f3c5";
  font-weight: 300;
}
.glyph-video:after {
  content: "\f3a0";
  font-weight: 300;
}
.glyph-down:before {
  content: "\f078";
  font-weight: 300;
}
.glyph-up:before {
  content: "\f077";
  font-weight: 300;
}
.glyph-approve:before {
  content: "\f274";
  font-weight: 300;
}
.glyph-square-left:before {
  content: "\f33a";
  font-weight: 300;
}
.glyph-own-data:before {
  content: "\f3e0";
  font-weight: 300;
}
.glyph-person:before {
  content: "\f007";
  font-weight: 300;
}
.glyph-all-persons:before {
  content: "\f0c0";
  font-weight: 300;
}
.glyph-menu:before {
  content: "\f0c9";
  font-weight: 300;
}
.glyph-image:before {
  content: "\f03e";
  font-weight: 300;
}
.glyph-plus:before {
  content: "\f0fe";
  font-weight: 300;
}
.glyph-minus:before {
  content: "\f146";
  font-weight: 300;
}
.glyph-upload:before {
  content: "\f574";
  font-weight: 300;
}
.glyph-link:before {
  content: "\f0ac";
  font-weight: 300;
}
.glyph-slash:before {
  content: "\f715";
  font-weight: 300;
}
.glyph-exchange:before {
  content: "\f362";
  font-weight: 300;
}
.glyph-spinner:after {
  content: "\f110";
  font-weight: 300;
}
.glyph-info:before {
  content: "\f111";
  font-weight: 900;
  color: white;
}
.glyph-info:after {
  content: "\f05a";
  font-weight: 900;
  color: blue;
  margin-left: -1em;
}
.glyph-warning:before {
  content: "\f111";
  font-weight: 900;
  color: grey;
}
.glyph-warning:after {
  content: "\f06a";
  font-weight: 900;
  color: #ffef8f;
  margin-left: -1em;
}
.glyph-error:before {
  content: "\f111";
  font-weight: 900;
  color: white;
}
.glyph-error:after {
  content: "\f057";
  font-weight: 900;
  color: red;
  margin-left: -1em;
}
.glyph-color-white:before {
  color: white;
}
.glyph-color-green:before {
  color: green;
}
.glyph-color-gray:before {
  color: gray;
}
.glyph-color-red:before {
  color: red;
}
.glyph-background-red:after {
  color: red;
}
/*
 .floatingmenu .topmenu >ul>li >a {
 color: white;
 }
 .floatingmenu .topmenu >ul>li.active >a {
 color: white;
 }
 */
.defaultmenuitem {
  display: inline-block;
}
.menuframe {
  padding: 1rem 0.5rem 0.3rem 0.5rem;
  width: 100%;
}
.menuframecaption {
  font-size: 110%;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  _color: #335ca6;
}
#nojs {
  display: none;
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.txt a {
  text-decoration: none;
}
.txt a:hover {
  text-decoration: underline;
}
.date {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #335ca6;
}
.debugmsg {
  color: grey;
  font-style: italic;
  text-decoration: none;
  padding-left: 30px;
  padding-right: 4px;
}
.button, .submitbutton, .button-color {
  background-color: #0d4a8e;
  color: white;
  border: solid 1px #808080;
}
.button, .submitbutton {
  min-width: 6.5em;
  padding: 0.15em 1.5em;
  margin: 0.4em 0.75em 0.4em 0;
}
.submitbutton {
  font-weight: bold;
}
.button:hover, .submitbutton:hover {
  background-color: #0f5aae;
}
.button:active, .submitbutton:active {
  background-color: #f3f6f9;
  color: black;
}
.button:disabled, .submitbutton:disabled {
  background-color: #e0e0e0;
  border: solid 1px #d0d0d0;
  color: gray;
}
button.active {
  background-color: #f3f6f9;
  border: solid 1px #808080;
  border-radius: 4px;
}
.midbutton {
  padding: 2px 4px 4px 4px;
  min-width: 0;
}
.smallbutton {
  padding: 1px 6px 1px 6px;
  margin: 0 1px 0 1px;
  min-width: 0;
}
a.button, a.submitbutton {
  text-decoration: none;
}
a.button:hover, a.submitbutton:hover {
  color: white;
}
a.button:active, a.submitbutton:active {
  color: black;
}
.float-right .submitbutton, .float-right .button {
  margin-right: 0;
  margin-left: 10px;
}
.filtertable {
  /* tabulka controlu ve filtru nad seznamem */
  margin: 0;
  padding: 0;
  _line-height: 130%;
  text-align: left;
  border: none;
  empty-cells: show;
}
.filtertable td {
  vertical-align: middle;
}
.listseparator {
  background-image: none;
  height: 12px;
}
.mainmenu li {
  list-style: disc inside;
}
.submenu {
  padding-left: 15px;
}
.mainmenu li.listseparator {
  background-image: none;
  border-bottom: solid 1px lightgrey;
  height: 1px;
  margin-bottom: 8px;
  list-style: none;
}
.appcontent-div {
  font-size: 70%;
}
.appcontent-div-right {
  font-size: 70%;
  text-align: right;
}
.normaltext {
  text-align: left;
}
.errormsg, .errortext, .infomsg, .warningmsg, .successmsg {
  border: 1px solid #e0e0f0;
  border-radius: 0.25rem;
  padding: 0.5rem;
  margin-top: 0.2rem;
}
.errormsg, .errortext {
  background-color: #fcd0c0;
  font-weight: bold;
}
.infomsg {
  background-color: #f8f8fc;
}
.warning, .warningmsg {
  background-color: #fcd75f;
}
.successmsg {
  background-color: palegreen;
}
.errorcolor {
  color: red;
  font-weight: bold;
}
.text_link {
  text-align: left;
  padding-bottom: 5px;
}
.selectedlink {
  font-weight: bold;
}
.selectedlink a {
  text-decoration: underline;
}
.linksSeparator {
  display: none;
}
.linkscaption {
  margin-right: 10px;
}
.text_js {
  font-size: 75%;
  text-decoration: underline;
  cursor: pointer;
  color: #153c88;
}
.js {
  /*text-decoration: underline;*/
  cursor: pointer;
  color: #153c88;
}
.js:hover {
  text-decoration: underline;
}
.clickLink {
  cursor: pointer;
}
.autoExpand {
  max-height: 6rem;
  overflow: hidden;
  background: url(../images/expand_down.png) no-repeat right top;
  border-bottom: dashed 1px whitesmoke;
}
.autoExpand.expanded {
  max-height: none;
  background: url(../images/expand_up.png) no-repeat right top;
  border-bottom: none;
}
.inputtable {
  background: #f0f0f0;
  margin-top: 10px;
  line-height: 150%;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  padding: 10px;
  empty-cells: show;
}
.inputtable td {
  vertical-align: top;
  padding-top: 2px;
  padding-bottom: 0;
}
.inputtablesection td {
  padding-left: 5px;
  background-color: #e4e4e8;
  border-bottom: solid 1px silver;
  font-weight: bold;
}
.inputtable input[type="checkbox"] {
  vertical-align: bottom;
}
.inputformcaption {
  padding-right: 10px;
  white-space: nowrap;
  text-align: right;
}
.inputformtext {
  margin-top: 5px;
  margin-bottom: 5px;
}
.buttons {
  padding: 10px 0 10px 0;
}
.buttons a {
  padding: 0 10px 0 0;
}
.formtablecaption {
  text-align: right;
  padding: 0 10px 0 5px;
  vertical-align: middle;
}
.formemptyrow td {
  height: 15px;
}
.forminfotext {
  white-space: normal;
  color: #93a5c3;
}
.formbuttons td {
  padding: 10px 0 10px 0;
}
.required {
  font-weight: bold;
}
.input_margins {
  /* zarovnani elementu (div,span) podle inputu */
  padding: 2px;
  border: solid 1px transparent;
}
input.error, select.error, textarea.error, input.is-invalid, select.is-invalid, textarea.is-invalid, .app_input_error {
  background-color: #fcd0c0;
}
input.warning, select.warning {
  border: solid 1px #808080;
}
.error-back, .error_back, .error-background {
  background-color: #fcd0c0;
}
.warning-background {
  background-color: #fcd75f;
}
.success-background {
  background-color: palegreen;
}
.checkbox_text_checked {
  font-weight: bold;
}
.filetable {
  line-height: 130%;
  text-align: justify;
  border-width: 0;
  border-spacing: 0;
  border-collapse: collapse;
  color: #747474;
}
@media (min-width: 769px) {
  .filetable {
    width: 840px;
  }
}
.filetable td, .filetable th {
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: middle;
}
.filetablecaption {
  font-size: 105%;
  font-weight: bold;
  color: #3161b8;
  text-align: left;
}
.filetablecaption td {
  padding-top: 15px;
}
.filetableheader {
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: normal;
  text-align: left;
  color: black;
}
.filetableactive {
  background-color: #f0f0ff;
  border-width: 0;
}
.filetableinactive {
  background-color: transparent;
  border-width: 0;
}
.floatingdiv {
  background-image: url(../images/transparent.png);
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  vertical-align: middle;
  color: white;
}
.progresstext {
  margin-top: 30px;
  margin-bottom: 20px;
}
.progressbar {
  width: 400px;
  height: 20px;
  vertical-align: middle;
  border: 2px solid #ccd6e7;
  background-color: white;
  margin: 0 auto;
  text-align: left;
}
.progressbarcontent {
  background: #3161b8 url(../images/progress.png) repeat;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
}
.progressmessage {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  text-align: left;
  overflow: auto;
}
.calendarheader {
  /*background-color: #2b7bd6;
   border: 2px solid #2b7bd6; */
  background-color: white;
  border: 0;
  color: black;
  text-align: center;
  padding: 4px 0;
}
.calendartable {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 4px;
}
.calendartable th {
  font-weight: normal;
  text-align: center;
}
.calendartable td {
  vertical-align: middle;
  text-align: center;
  padding: 0.7rem;
}
.calendartable td:hover {
  color: white;
  background-color: #2b7bd6;
}
.calendarselected {
  background-color: #ccd6e7;
}
.calendardisabled {
  color: darkgray;
}
.calendartoday {
  border: 2px solid #ccd6e7;
}
.calendarbutton {
  border: 1px solid white;
  margin: -4px 4px 0 4px;
  padding: 0.7rem;
}
.calendarbutton:hover {
  color: white;
  border: 1px solid #ccd6e7;
  background-color: #2b7bd6;
}
img.showcalendar {
  width: 16px;
  height: 16px;
}
.workingInfo {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.9;
  cursor: progress;
  font-size: 120%;
  font-weight: bold;
  padding-top: 200px;
  text-align: center;
  z-index: 200;
}
.dialog_container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-align: center;
  overflow: auto;
}
.dialog_formback {
  /* pozadi formulare */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
  background: white;
  opacity: 0.9;
}
.dialog {
  position: absolute;
  left: 250px;
  top: 180px;
  padding: 1px;
  z-index: 101;
  border: solid 1px black;
  display: inline-block;
  text-align: left;
}
.dialog.center {
  /* uprostred obrazovky */
  position: relative;
  margin: auto;
  left: 0;
}
.dialog .inputtable {
  background-color: #f6f6f9;
}
.dialogcaption {
  background-color: #93a5c3;
  color: white;
  font-weight: bold;
  padding: 5px;
}
.dialogcontent {
  padding: 5px;
}
.dialogwaitmessage {
  /* zprava v dialogu, napr. "probiha nacitani ..." */
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  text-align: center;
  padding-top: 50px;
  background: white;
  opacity: 0.9;
  font-weight: bold;
}
.waitmessage {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  text-align: center;
  background: white;
  opacity: 0.9;
  font-weight: bold;
}
.rondialog {
  display: none;
}
.rondialog .content {
  position: relative;
}
.rondialog .buttons {
  text-align: center;
}
.dndTargetActive {
  /*border: dashed 1px darkgray;*/
  /*background-color: whitesmoke;*/
  background-image: url("../images/greyhatch.png");
  background-position-y: 5px;
}
.loading-indicator {
  display: none;
}
.loading .loading-indicator {
  display: inline-block;
}
.shiftformpanel {
  min-width: 400px;
  height: 400px;
  background-color: white;
  overflow: auto;
  border: solid black 1px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
td.shiftformbuttonscell {
  vertical-align: middle;
}
.shiftformpanel table {
  border-collapse: collapse;
}
.shiftformpanel td {
  padding: 2px 5px 2px 5px;
}
.shiftformbuttons a img {
  border: solid 1px silver;
  padding: 7px;
}
.shiftformbuttons a:hover img {
  border: solid 1px black;
  background-color: #fafafa;
}
.shiftformbuttons a:active img {
  background-color: #f3f6f9;
}
.ronimage {
  border: none;
}
.ronimage .ui-dialog-content {
  padding: 0;
}
.ronimage .ui-dialog-titlebar {
  display: none;
}
.drag-object {
  display: inline-block;
  padding: 0.25rem;
  margin: 0.25rem;
  cursor: move;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ie-only {
    display: block !important;
  }
}
.preferences td {
  vertical-align: top;
}
.preferences td:first-child {
  width: 1%;
  white-space: nowrap;
}
.preferences .category {
  padding: 2px 5px;
  background-color: #e4e4e8;
  border-bottom: solid 1px silver;
  font-weight: bold;
}
.preferences .title {
  text-align: right;
  padding: 5px 8px 2px;
}
.preferences .preferencevalue {
  font-weight: bold;
  padding: 4px 0;
}
.preferences select {
  min-width: 28rem;
  padding: 2px;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  border-bottom: solid 1px silver;
  border-right: solid 1px silver;
  margin: 2px 0;
  background-color: #fcfcfc;
}
.preferences input[type="text"] {
  min-width: 28rem;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  border-bottom: solid 1px silver;
  border-right: solid 1px silver;
  margin: 2px 0;
  background-color: #fcfcfc;
}
.preferences input[type="checkbox"] {
  margin: 5px 0;
}
.preferences .infoText {
  white-space: normal;
  color: #93a5c3;
}
.preferences textarea {
  width: 44rem;
  height: 10rem;
}
.preferences textarea.longtext {
  width: 44rem;
  height: 40rem;
}
.preferences input[type="text"].color-input {
  min-width: 10rem;
  width: 10rem;
}
.preferences .color-indicator {
  display: inline-block;
  width: 4rem;
  height: 1.5rem;
  border: solid 1px black;
  position: relative;
  top: -2px;
}
.no-print {
  /* styl pro netisknutelne elementy (tlacitka apod.) */
}
@media print {
  .no-print {
    display: none;
  }
}
.middle {
  vertical-align: middle;
}
.middle td {
  vertical-align: middle;
}
.font-weight-bold {
  font-weight: bold;
}
.font-weight-normal {
  font-weight: normal;
}
.font-weight-light {
  font-weight: lighter;
}
.font-size-1 {
  font-size: 1rem;
}
.font-size-2 {
  font-size: 1.2rem;
}
.font-size-3 {
  font-size: 1.5rem;
}
.font-size-relative-1 {
  font-size: 1em;
}
.font-size-relative-2 {
  font-size: 1.2em;
}
.font-size-relative-3 {
  font-size: 1.5em;
}
.font-italic {
  font-style: italic;
}
.font-normal {
  font-style: normal !important;
}
.text-decoration-overline {
  text-decoration: overline;
}
.text-decoration-line-through {
  text-decoration: line-through;
}
.text-decoration-underline {
  text-decoration: underline;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.text-end {
  text-align: end;
}
.align-top {
  vertical-align: top;
}
.align-bottom {
  vertical-align: bottom;
}
.align-middle {
  vertical-align: middle;
}
@media (max-width: 575px) {
  .align-xs-right {
    text-align: right;
  }
}
.no-wrap {
  white-space: nowrap;
}
.wrap {
  white-space: normal;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.margin-0, .m-0 {
  margin: 0 !important;
}
.margin-all {
  margin: 0.2rem !important;
}
.margin-all-2 {
  margin: 0.5rem !important;
}
.margin-all-3 {
  margin: 1rem !important;
}
.margin-all-4 {
  margin: 2rem !important;
}
.margin-right {
  margin-right: 0.2rem !important;
}
.margin-right-2 {
  margin-right: 0.5rem !important;
}
.margin-right-3 {
  margin-right: 1rem !important;
}
.margin-right-4 {
  margin-right: 2rem !important;
}
.margin-left {
  margin-left: 0.2rem !important;
}
.margin-left-2 {
  margin-left: 0.5rem !important;
}
.margin-left-3 {
  margin-left: 1rem !important;
}
.margin-left-4 {
  margin-left: 2rem !important;
}
.margin-top {
  margin-top: 0.2rem !important;
}
.margin-top-2 {
  margin-top: 0.5rem !important;
}
.margin-top-3 {
  margin-top: 1rem !important;
}
.margin-top-4 {
  margin-top: 2rem !important;
}
.margin-bottom {
  margin-bottom: 0.2rem !important;
}
.margin-bottom-2 {
  margin-bottom: 0.5rem !important;
}
.margin-bottom-3 {
  margin-bottom: 1rem !important;
}
.margin-bottom-4 {
  margin-bottom: 2rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.no-margin-top {
  margin-top: 0;
}
.no-margin-left {
  margin-left: 0;
}
.no-margin-right {
  margin-right: 0;
}
.padding-0, .p-0 {
  padding: 0 !important;
}
.padding-all {
  padding: 0.2rem !important;
}
.padding-all-2 {
  padding: 0.5rem !important;
}
.padding-right {
  padding-right: 0.2rem !important;
}
.padding-right-2 {
  padding-right: 0.5rem !important;
}
.padding-left {
  padding-left: 0.2rem !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-left-1 {
  padding-left: 0.25rem !important;
}
.padding-left-2 {
  padding-left: 0.5rem !important;
}
.padding-left-3 {
  padding-left: 1rem !important;
}
.padding-left-4 {
  padding-left: 2rem !important;
}
.padding-top {
  padding-top: 0.2rem !important;
}
.padding-top-2 {
  padding-top: 0.5rem !important;
}
.padding-bottom {
  padding-bottom: 0.2rem !important;
}
.padding-bottom-2 {
  padding-bottom: 0.5rem !important;
}
.inline-list {
  margin: 0;
}
.inline-list li {
  display: inline;
  margin-right: 0.4rem;
}
.inline-list li:first-child:before {
  content: "";
}
.list-slash > li:before {
  content: "/ ";
}
.list-unstyled {
  list-style-type: none;
  padding-left: 0;
}
.list-padding > li {
  padding: 0.2rem 0;
}
.js-show.hidden {
  display: none;
}
.js-hide.hidden {
  display: none;
}
@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}
@media (min-width: 576px) {
  .mobile-only {
    display: none;
  }
}
@media (max-width: 575px) {
  .d-xs-none {
    display: none;
  }
}
@media (min-width: 769px) {
  .fixed-md-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.d-none {
  display: none;
}
.d-inline-block {
  display: inline-block;
}
.d-flex {
  display: flex;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-flex {
    display: flex;
  }
}
@media (min-width: 769px) {
  .d-md-none {
    display: none;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-flex {
    display: flex;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-flex {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-flex {
    display: flex;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none;
  }
  .d-xxl-inline-block {
    display: inline-block;
  }
  .d-xxl-inline {
    display: inline;
  }
  .d-xxl-flex {
    display: flex;
  }
}
.flex-align-items-start {
  align-items: flex-start;
}
.flex-align-items-end {
  align-items: flex-end;
}
.flex-align-items-center {
  align-items: center;
}
.flex-align-items-stretch {
  align-items: stretch;
}
.flex-align-items-baseline {
  align-items: baseline;
}
.no-flex-wrap {
  flex-wrap: nowrap;
}
.flex-grow-0 {
  flex-grow: 0;
  flex-shrink: 1;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-column {
  flex-direction: column;
}
@media (min-width: 769px) {
  .flex-md-column {
    flex-direction: column;
  }
}
.flex-fill {
  flex: 1 1 auto !important;
}
@media (min-width: 992px) {
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-static {
  position: static;
}
.position-fixed {
  position: fixed;
}
.position-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.position-top {
  top: 0;
}
.position-left {
  left: 0;
}
.position-right {
  right: 0;
}
.position-bottom {
  bottom: 0;
}
.borders {
  border: solid 1px var(--app-border-color);
}
.no-borders {
  border: none;
}
.border-top {
  border-top: solid 1px #e0e0f0;
}
.border-bottom {
  border-bottom: solid 1px #e0e0f0;
}
.border-left {
  border-left: solid 1px #e0e0f0;
}
.border-right {
  border-right: solid 1px #e0e0f0;
}
.no-border-top {
  border-top: none;
}
.no-border-bottom {
  border-bottom: none;
}
.no-border-left {
  border-left: none;
}
.no-border-right {
  border-right: none;
}
.border-form {
  border: 1px solid #e0e0f0;
  border-radius: 0.25rem;
}
.border-radius {
  border-radius: 0.25rem;
}
.border-radius-2 {
  border-radius: 0.5rem;
}
.grid td {
  border: solid 1px var(--app-border-color);
}
.vertical-grid td {
  border-right: solid 1px var(--app-border-color);
}
.horizontal-grid td {
  border-bottom: solid 1px var(--app-border-color);
}
.no-grid td {
  border: none;
}
.last-section-row td, .last-section-row th {
  border-bottom: solid 1px black !important;
}
.last-section-col {
  border-right: solid 1px black !important;
}
tr.border-bottom td {
  border-bottom: solid 1px gray !important;
}
td.border-right, th.border-right {
  border-right: solid 1px gray !important;
}
tbody.border-bottom tr:last-child td {
  border-bottom: solid 1px gray !important;
}
td.light-border-right, th.light-border-right {
  border-right: solid 1px #e0e0f0 !important;
}
.border-dark {
  border-color: black;
}
.w-25 {
  width: 25%;
}
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.w-100 {
  width: 100%;
}
.h-25 {
  height: 25%;
}
.h-50 {
  height: 50%;
}
.h-75 {
  height: 75%;
}
.h-100 {
  height: 100%;
}
.min-width-200px {
  min-width: 200px;
}
.min-width-400px {
  min-width: 400px;
}
.min-width-600px {
  min-width: 600px;
}
.min-width-800px {
  min-width: 800px;
}
.max-height-70vh {
  max-height: 70vh;
}
.max-height-80vh {
  max-height: 80vh;
}
.max-height-90vh {
  max-height: 90vh;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.background-form {
  background-color: #f8f8fc !important;
}
.background-form-title {
  background-color: #f8f8f8 !important;
}
.background-form-section {
  background-color: #e4e4e8 !important;
}
.background-header {
  background-color: #3774b8 !important;
}
.background-table-header {
  background-color: #0d4a8e !important;
}
.background-table-footer {
  background-color: #e8e8f8 !important;
}
.background-button {
  background-color: #0d4a8e !important;
}
.background-inline-button {
  background-color: white;
}
.color-table-header {
  color: white !important;
}
.background-selected {
  background-color: #08c !important;
}
.color-selected {
  color: white !important;
}
.selected-item {
  background-color: #08c !important;
  color: white;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.cursor-context-menu {
  cursor: context-menu;
}
.color-black {
  color: black !important;
}
.color-gray {
  color: gray !important;
}
.color-silver {
  color: silver !important;
}
.color-lightgray {
  color: lightgray !important;
}
.color-white {
  color: white !important;
}
.color-red {
  color: red !important;
}
.color-darkred {
  color: darkred !important;
}
.color-orangered {
  color: orangered !important;
}
.color-orange {
  color: orange !important;
}
.color-green {
  color: green !important;
}
.color-darkgreen {
  color: darkgreen !important;
}
.color-lightgreen {
  color: lightgreen !important;
}
.color-lime {
  color: lime !important;
}
.color-blue {
  color: blue !important;
}
.color-darkblue {
  color: darkblue !important;
}
.color-lightblue {
  color: lightblue !important;
}
.color-navy {
  color: navy !important;
}
.color-skyblue {
  color: skyblue !important;
}
.color-violet {
  color: violet !important;
}
.color-darkviolet {
  color: darkviolet !important;
}
.color-pink {
  color: pink !important;
}
.color-lightpink {
  color: lightpink !important;
}
.color-yellow {
  color: yellow !important;
}
.color-brown {
  color: brown !important;
}
.color-teal {
  color: teal !important;
}
.color-cyan {
  color: cyan !important;
}
.color-darkcyan {
  color: darkcyan !important;
}
.bg-transparent {
  background: transparent !important;
}
.background-black {
  background-color: black !important;
}
.background-gray {
  background-color: gray !important;
}
.background-silver {
  background-color: silver !important;
}
.background-lightgray {
  background-color: lightgrey !important;
}
.background-white {
  background-color: white !important;
}
.background-red {
  background-color: red !important;
}
.background-darkred {
  background-color: darkred !important;
}
.background-orangered {
  background-color: orangered !important;
}
.background-orange {
  background-color: orange !important;
}
.background-green {
  background-color: green !important;
}
.background-darkgreen {
  background-color: darkgreen !important;
}
.background-lightgreen {
  background-color: lightgreen !important;
}
.background-lime {
  background-color: lime !important;
}
.background-blue {
  background-color: blue !important;
}
.background-darkblue {
  background-color: darkblue !important;
}
.background-lightblue {
  background-color: lightblue !important;
}
.background-navy {
  background-color: navy !important;
}
.background-skyblue {
  background-color: skyblue !important;
}
.background-violet {
  background-color: violet !important;
}
.background-darkviolet {
  background-color: darkviolet !important;
}
.background-pink {
  background-color: pink !important;
}
.background-lightpink {
  background-color: lightpink !important;
}
.background-yellow {
  background-color: yellow !important;
}
.background-brown {
  background-color: brown !important;
}
.background-teal {
  background-color: teal !important;
}
.background-cyan {
  background-color: cyan !important;
}
.background-darkcyan {
  background-color: darkcyan !important;
}
/*# sourceMappingURL=s_ron.css.map */