@font-face {
  font-family: 'open-sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url("/cdn/fonts/opensans/Regular/regular.woff") format('woff');
}
@font-face {
  font-family: 'open-sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url("/cdn/fonts/opensans/Bold/bold.woff") format('woff');
}
body {
  padding: 0;
  margin: 0;
  overflow: auto;
  background-color: white;
}
div.layout-center {
  padding: 3rem 0.2rem 0.1rem 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}
div.layout-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  display: block;
}
.collapse-menu {
  margin-left: -21rem !important;
}
.page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.left-side {
  width: 21rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: 0.3s margin ease;
  transition: 0.3s margin ease;
}
.left-side .vertical-menu {
  width: 21rem;
  overflow-y: auto;
  z-index: 100;
}
.left-side .verticalMenuForm {
  height: 100vh;
}
.right-side {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.es.menu {
  font-size: 1.5rem;
}
.es.menu .item {
  position: relative;
  vertical-align: middle;
  line-height: 1;
  text-decoration: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  padding: 0.92857143em 1.14285714em;
  text-transform: none;
  color: rgba(0, 0, 0, 0.87);
  font-weight: normal;
  -webkit-transition: background 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: background 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
  transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease;
}
.es.menu .item:before {
  position: absolute;
  content: '';
  top: 0%;
  right: 0px;
  height: 100%;
  width: 1px;
  background: rgba(34, 36, 38, 0.1);
}
.es.menu .item > a:not(.es) {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  line-height: 1.3;
}
.es.menu .item > p:only-child {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  line-height: 1.3;
}
.es.menu .item > p:first-child {
  margin-top: 0;
}
.es.menu .item > p:last-child {
  margin-bottom: 0;
}
.es.menu .item > i.icon {
  opacity: 0.9;
  float: none;
  margin: 0em 0.35714286em 0em 0em;
}
.es.menu > .item:first-child {
  border-radius: 0.28571429rem 0px 0px 0.28571429rem;
}
.es.menu .text.item > * {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  line-height: 1.3;
}
.es.menu.vertical {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
          box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
}
.es.menu.vertical .dropdown.item > .icon {
  float: right;
  content: "\f0da";
  margin-left: 1em;
}
.es.menu.vertical .dropdown.item .menu {
  top: 0% !important;
  left: 100%;
  min-width: 0;
  margin: 0em 0em 0em 0em;
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0em 0.28571429rem 0.28571429rem 0.28571429rem;
}
.es.menu.vertical .active.dropdown.item {
  border-top-right-radius: 0em;
  border-bottom-right-radius: 0em;
}
.es.menu.vertical .dropdown.active.item {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.es.menu.vertical .item {
  display: block;
  background: none;
  border-top: none;
  border-right: none;
}
.es.menu.vertical .item > .label {
  background: #999999;
  color: #FFFFFF;
  margin-top: -0.15em;
  margin-bottom: -0.15em;
  padding: 0.3em 0.71428571em;
  float: right;
  text-align: center;
}
.es.menu.vertical .item > .label + i.icon {
  float: none;
  margin: 0em 0.5em 0em 0em;
}
.es.menu.vertical .item > i.icon {
  width: 1.18em;
  float: right;
  margin: 0em 0em 0em 0.5em;
}
.es.menu.vertical .item:before {
  position: absolute;
  content: '';
  top: 0%;
  left: 0px;
  width: 100%;
  background: rgba(34, 36, 38, 0.1);
  height: 1px;
}
.es.menu.vertical .item:first-child:before {
  display: none !important;
}
.es.menu.vertical .item > .menu {
  margin: 0.5em -1.14285714em 0em;
}
.es.menu.vertical .item .menu a.item:hover {
  color: rgba(0, 0, 0, 0.85);
}
.es.menu.vertical .item .menu .link.item:hover {
  color: rgba(0, 0, 0, 0.85);
}
.es.menu.vertical .item .menu .active.item {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.95);
}
.es.menu.vertical > .item:first-child {
  border-radius: 0.28571429rem 0.28571429rem 0px 0px;
}
.es.menu.vertical > .item:last-child {
  border-radius: 0px 0px 0.28571429rem 0.28571429rem;
}
.es.menu.vertical .menu .item {
  background: none;
  padding: 0.5em 1.5em 0.5em 2.5em;
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}
.es.menu.vertical .menu .item:before {
  display: none;
}
.es.menu.vertical .active.item {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0em;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.es.menu.vertical .active.item .menu .active.item {
  border-left: none;
}
.es.menu.vertical > .active.item:first-child {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}
.es.menu.vertical > .active.item:last-child {
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
}
.es.menu.vertical > .active.item:only-child {
  border-radius: 0.28571429rem;
}
.es.menu.accordion .item .title {
  display: block;
  padding: 0em;
}
.es.menu.accordion .item .title > .fa.dropdown {
  float: right;
  margin: 0.21425em 0em 0em 1em;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.es.menu.accordion .item .active.title > .fa.dropdown {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.es.accordion {
  max-width: 100%;
}
.es.accordion .accordion {
  max-width: 100%;
  margin: 1em 0em 0em;
  padding: 0em;
}
.es.accordion .accordion .title {
  cursor: pointer;
}
.es.accordion .accordion .title ~ .content {
  display: none;
}
.es.accordion .accordion .title .dropdown.icon {
  display: inline-block;
  float: none;
  opacity: 1;
  width: 1.25em;
  height: 1em;
  margin: 0em 0.25rem 0em 0rem;
  padding: 0em;
  font-size: 1em;
  transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  -webkit-transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  transition: transform 0.1s ease, opacity 0.1s ease;
  transition: transform 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease;
  vertical-align: middle;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  font-family: Accordion;
  line-height: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}
.es.accordion .accordion .title .dropdown.icon:before {
  content: '\f0da';
}
.es.accordion .accordion .active.title .dropdown.icon {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.es.accordion .accordion .active.content {
  display: block;
}
.es.accordion .title {
  cursor: pointer;
}
.es.accordion .title:not(.es) {
  padding: 0.5em 0em;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: rgba(0, 0, 0, 0.87);
}
.es.accordion .title ~ .content {
  display: none;
}
.es.accordion .title .fa.dropdown {
  display: inline-block;
  float: none;
  opacity: 1;
  width: 1.25em;
  height: 1em;
  margin: 0em 0.25rem 0em 0rem;
  padding: 0em;
  font-size: 1em;
  transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  -webkit-transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  transition: transform 0.1s ease, opacity 0.1s ease;
  transition: transform 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease;
  vertical-align: middle;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  line-height: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}
.es.accordion:not(.styled) .title ~ .content:not(.es) {
  margin: 0;
  padding: 0em 0em 1em;
}
.es.accordion:not(.styled) .title ~ .content:not(.es):last-child {
  padding-bottom: 0em;
}
.es.accordion:not(.styled) .accordion .title ~ .content:not(.es) {
  margin: 0;
  padding: 0em 0em 1em;
}
.es.accordion .es.header .fa {
  font-size: 1em;
  margin: 0em 0.25rem 0em 0rem;
}
.es.accordion .active.title .fa.dropdown {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.es.accordion .active.content {
  display: block;
}
.es.accordion .menu .item:hover,
.es.accordion .menu .item.active:hover {
  background: #DDD;
}
input[type="checkbox"] {
  margin: 3px;
  vertical-align: middle;
}
input[type="checkbox"]:focus,
select.rounded:focus,
button:focus {
  border-color: rgba(82, 168, 236, 0.8) !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
}
.CodeMirror {
  height: 600px !important;
  font-size: 14px !important;
  font-family: monospace !important;
}
.CodeMirror * {
  font-size: 14px !important;
  font-family: monospace !important;
}
.CodeMirror-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  height: 600px !important;
  position: relative;
  outline: 0;
}
select.rounded {
  height: 25px;
  padding: 0 0;
  color: #333;
  background: #fff none;
  border: 1px solid #acbece;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
select.rounded[disabled] {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
}
.es.inline-selector {
  display: none;
}
.es.inline-selector .up-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ccc;
  margin-left: 5px;
}
.es.inline-selector .content {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 2px 5px;
}
a,
a:focus,
button,
button:focus,
input[type="button"],
input[type="button"]:focus,
select:focus,
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
select:-moz-focusring {
  outline: none;
}
button.ui-state-focus {
  outline: none !important;
}
*,
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 13px;
  font-family: 'open-sans', sans-serif;
}
.ui-widget .ui-icon.fa,
.ui-icon.fa {
  text-indent: 0;
  background: none no-repeat;
  display: block;
  overflow: visible;
  font-size: 14px;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: right !important;
}
#report-content * {
  font-size: 9px;
}
a.panel-firm-name {
  display: block;
}
.ui-datatable thead th,
.ui-datatable tbody td,
.ui-datatable tfoot td {
  padding: 4px 6px !important;
}
.filter-table {
  border-collapse: collapse;
}
.filter-table > tbody > tr:nth-child(1) > td {
  padding: 5px 0;
}
.filter-table table {
  border-collapse: collapse;
}
.fix-table-collapse {
  border-collapse: collapse;
}
.fix-table-collapse > tbody > tr > td {
  padding-top: 2px;
  padding-bottom: 2px;
}
.product-info-table {
  border-collapse: collapse;
}
.product-info-table > tbody > tr > td {
  padding-top: 2px;
  padding-bottom: 2px;
}
.product-info-table > tbody > tr > td:nth-child(1) {
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}
.product-info-table > tbody > tr > td:nth-child(2) {
  text-align: left;
  white-space: nowrap;
}
.right_align {
  text-align: right;
  padding-right: 0;
}
.column-class-left {
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}
.column-class-right {
  text-align: right;
  white-space: nowrap;
}
.edit-control input {
  width: 250px;
}
.edit-control.sum {
  text-align: right;
}
.edit-control.half {
  width: 120px;
}
.edit-control.transparent {
  opacity: 0.55;
}
.edit-control.disabled-full-visible {
  opacity: 1;
}
.edit-control.ui-calendar,
.edit-control.ui-calendar input {
  width: 250px;
}
select.edit-control {
  width: 260px;
}
div.edit-control {
  width: 236px !important;
}
.edit-control.ui-autocomplete .ui-autocomplete-dropdown {
  position: inherit;
}
.edit-control.ui-autocomplete-multiple ul.ui-autocomplete-multiple-container {
  width: 260px;
}
.edit-control-small input {
  width: 150px;
}
.edit-control-small.ui-calendar,
.edit-control-small.ui-calendar input {
  width: 150px;
}
select.edit-control-small {
  width: 160px;
}
div.edit-control-small {
  width: 158px !important;
}
.edit-control-sum {
  width: 92px !important;
}
.select-control-comparsion {
  width: 53px !important;
}
.edit-control-medium,
.edit-control-medium input {
  width: 200px;
}
.edit-control-medium.ui-calendar,
.edit-control-medium.ui-calendar input {
  width: 200px;
}
select.edit-control-medium {
  width: 210px;
}
div.edit-control-medium {
  width: 208px !important;
}
.bg-warning {
  background-color: lightpink !important;
}
.dt-min-row,
.dt-min-row a {
  color: orangered;
}
.ui-datatable-odd {
  background-color: #fffff8;
}
div.ui-datatable tr:hover {
  background-color: #ffffcc;
}
.action-button span.ui-icon {
  margin-top: -7px;
  margin-left: -2px;
}
.action-button span.ui-icon.ui-icon-triangle-1-s {
  margin-top: -7px;
  margin-left: -8px;
}
.thin-centered-column {
  padding: 1px 3px;
  text-align: center;
  white-space: nowrap;
  width: 1px;
}
.thin-centered-column a {
  display: inline-block;
}
.thin-left-column {
  padding: 1px 3px;
  text-align: left;
  white-space: nowrap;
  width: 1px;
}
.thin-right-column {
  text-align: right;
  white-space: nowrap;
  width: 1px;
}
.ui-dialog.ui-widget-content .ui-dialog-title {
  font-size: 14px;
}
.ui-dialog.ui-widget-content .ui-dialog-titlebar-close {
  margin-top: 4px;
}
.dialog-table-control {
  text-align: left;
  width: 100%;
  padding-bottom: 3px;
}
a.info-link {
  text-decoration: none;
  color: #428bca !important;
  font-weight: bold;
}
a.info-link:hover {
  text-decoration: underline;
}
.link {
  text-decoration: underline;
}
.right-align {
  text-align: right;
}
.left-align {
  text-align: left;
}
.ui-layout-center,
.ui-layout-north {
  padding: 0 !important;
  margin: 0 !important;
}
.ui-layout-unit,
.ui-layout-unit .ui-layout-unit-content {
  padding: 0 !important;
}
.ui-outputlabel.ui-state-error .ui-outputlabel-rfi {
  color: #CD0A0A;
}
.ui-outputlabel .ui-outputlabel-rfi {
  color: #CD0A0A;
}
.ui-selectonemenu.ui-state-focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.ui-selectonemenu-trigger.ui-state-focus {
  outline: 0;
}
.ui-widget-overlay {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.group-filter-holder ul.ui-tree-container {
  height: 200px;
}
table.close-pay-info-table {
  width: 50%;
  border-collapse: collapse;
  margin: 0 auto;
}
table.close-pay-info-table td {
  border-bottom: 1px solid gray;
  padding: 2px;
}
div#product-info-id ol {
  padding: 0;
}
div#product-info-id ol li {
  list-style: none;
}
ol.product-info-tree {
  padding: 0;
}
ol.product-info-tree li {
  list-style: none;
}
.cm-delimit {
  color: #fa4;
}
.ui-selectonemenu-filter-container {
  width: 99%;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  background: none;
}
.ui-tooltip.ui-state-error {
  background: #ffffff;
}
.fc-event {
  border: 0 !important;
}
.fc-event .fc-title,
.fc-event .fc-time {
  color: #ffffff;
  font-weight: bold;
}
.fc-event.cs-delivered-DELIVERY,
.fc-event.cs-adjusted-ADJUST {
  background-color: lightgray;
  opacity: 0.4;
}
.fc-event.cs-not-delivered-DELIVERY,
.fc-event.cs-not-adjusted-ADJUST {
  background-color: red;
}
.ui-datepicker-current-day .ui-state-active {
  background-color: #008855;
}
.fc-today.ui-state-highlight {
  background: #bbbbbb none;
}
.table-without-border tbody tr td:nth-child(1) {
  text-align: left;
  border: 0 solid #000000;
  padding: 0 !important;
  margin: 0 !important;
}
.table-without-border tbody tr td {
  text-align: left;
  border: 0 solid #000000;
}
.table-without-border tbody tr th.centered {
  text-align: center;
}
.table-without-border tbody tr th.underline {
  border-bottom: 1px solid #000000;
}
.table-without-border tbody tr:hover {
  background-color: transparent;
}
.table-without-spaces {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}
.table-without-spaces tbody tr td {
  padding: 0;
  margin: 0;
}
.fa-link-nu-12 {
  text-decoration: none;
  font-size: 12px;
}
.configure-step {
  font-size: 16px;
}
.configure-step.success {
  color: #006400;
}
.configure-step.fail {
  color: #ff0000;
}
.red-16 {
  color: #ff0000;
  font-size: 16px;
}
.item-table-new-row {
  background-color: lightgreen;
}
.item-table-edit-row {
  background-color: lightyellow;
}
.ui-datatable tfoot td.total-row,
.ui-treetable tfoot td.total-row {
  text-align: right;
  font-weight: bold;
}
.descr {
  word-wrap: break-word;
  word-break: break-all;
  max-width: 100px;
  margin: 0;
}
.parameter-value {
  word-wrap: break-word;
  word-break: break-all;
  max-width: 200px;
  margin: 0;
}
.panel-firm-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 280px;
}
.ui-datatable table,
.ui-treetable table {
  border-collapse: collapse;
  width: 100%;
  table-layout: auto !important;
}
.table-legend {
  float: right;
  vertical-align: top;
}
table.filter-table {
  width: 100%;
}
table.filter-table .legend {
  text-align: right;
  vertical-align: bottom;
}
table.control-table {
  width: 100%;
}
table.control-table > tbody > tr > td:nth-child(1) {
  float: left;
  vertical-align: bottom;
}
table.control-table > tbody > tr > td:nth-child(2) {
  float: right;
  vertical-align: bottom;
}
.register-panel {
  width: 600px;
  margin: 7vh auto 7vh auto;
}
@media print {
  @page {
    margin: 15px 0 5px 0;
  }
  body {
    padding: 0;
    margin: 0;
    overflow: auto;
  }
}
.long-line-ellipsis {
  max-width: 400px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.long-line-ellipsis-w500 {
  max-width: 500px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.long-line-ellipsis-w600 {
  max-width: 600px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.long-line-ellipsis-w700 {
  max-width: 700px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.long-line-ellipsis-w800 {
  max-width: 800px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fab {
  font-size: 16px !important;
}
.ui.tiered.menu {
  margin: 0;
}
.ui.tiered.menu .main.menu > .item {
  font-weight: bolder;
  font-size: 1.15rem !important;
}
.ui.tiered.menu .sub.menu {
  min-height: 26px;
}
.ui.tiered.menu .sub.menu .item {
  font-size: 1rem !important;
  color: #919191 !important;
  font-weight: bold;
}
.ui.tiered.menu .sub.menu .item.active {
  color: #000 !important;
}
.ui.tiered.menu .sub.menu .sm-hide.item {
  display: none;
}
.notify-triangle {
  margin-top: -2px;
  margin-bottom: -3px;
  padding-right: 4px;
  color: #ff0000;
}
.menu-info-table {
  width: 100%;
}
.menu-info-table > tbody > tr td {
  padding: 2px 1px;
}
.menu-info-table > tbody > tr.notify td {
  color: #ff0000;
}
.menu-info-table > tbody > tr.notify td a {
  color: #ff0000 !important;
}
.menu-info-table > tbody > tr > td:nth-child(1) {
  text-align: right;
}
.es-error-message {
  position: absolute;
}
.es-error-message > div {
  margin: 5px 0;
}
.material-row-enabled {
  background-color: #ffffcc;
}
.ui.dropdown {
  cursor: pointer;
  line-height: 1;
}
.ui.dropdown:hover .menu {
  visibility: visible;
  opacity: 1;
}
.ui.dropdown .menu > .header {
  margin: 1rem 0 0.75rem;
  padding: 0 1.25rem;
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
}
.ui.dropdown .menu {
  cursor: auto;
  position: absolute;
  display: block;
  visibility: collapse;
  opacity: 0;
  margin: 0;
  background-color: #FFF;
  padding: 15px;
  right: 0;
  white-space: nowrap;
  font-size: 0.875em;
  text-shadow: none;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0.325em 0.325em;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: 11;
}
.top-panel,
.right-side .top-panel {
  padding: 0 1em;
  height: 30px;
  font-weight: normal;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border-bottom: 1px solid #d4d4d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-panel a,
.right-side .top-panel a {
  cursor: pointer;
}
.top-panel .ui-toolbar-group-right,
.right-side .top-panel .ui-toolbar-group-right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-panel .left,
.right-side .top-panel .left,
.top-panel .center,
.right-side .top-panel .center,
.top-panel .right,
.right-side .top-panel .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-panel .center,
.right-side .top-panel .center {
  text-align: center;
  font-weight: bold;
}
.top-panel .right,
.right-side .top-panel .right {
  text-align: right;
}
.menu {
  position: relative;
}
.menu-button {
  font-size: 1.5rem;
  width: 26px;
  height: 26px;
  border-radius: 2px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -5px;
}
.menu-button:hover {
  background-color: #DFDFDF;
}
.product-price-table {
  border-collapse: collapse;
}
.product-price-table tbody tr {
  text-align: center;
}
.product-price-table tbody tr td {
  border: 1px solid #808080;
  padding: 0 5px;
}
.table-blocked-row {
  color: #808080;
}
.table-blocked-row td a {
  color: #808080;
}
.news-list .ui-datalist-content.ui-widget-content {
  border: 0 solid #000000;
}
.ui-blockui.ui-widget-overlay {
  opacity: 0;
}
.ui-blockui.ui-widget-overlay.es-ui-block {
  opacity: 0.15;
}
.address-cell {
  padding: 3px 5px 5px 5px !important;
}
.address-cell a {
  white-space: normal;
}
.error-panel {
  width: 400px;
  margin: 100px auto;
}
.error-panel div.ui-panel-titlebar {
  text-align: center;
}
.error-panel .message-holder {
  text-align: center;
  color: red;
  padding: 10px;
  font-weight: bold;
}
.error-panel .button-holder {
  text-align: center;
  padding: 5px;
}
.check-box-table-cell .ui-widget.ui-chkbox.ui-chkbox-all {
  margin-left: 0;
}
.native-selection-table tr:hover {
  background-color: #ffffff !important;
}
.native-selection-table .ui-state-highlight td {
  background-color: #ffffcc;
  color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.native-selection-table .ui-state-highlight a {
  color: #000000;
}
.native-selection-table .ui-state-active {
  background-color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.es-invisible {
  display: none;
}
.timetable-row-monday > td {
  border-top: 2px solid black !important;
}
.login-dialog {
  margin: 0 auto;
  width: 100%;
}
.login-dialog .inner {
  width: 20%;
  margin: 50px auto;
  text-align: center;
  max-width: 400px;
  min-width: 300px;
}
.login-dialog .inner .header {
  font-size: 14px;
  margin: 10px;
}
.login-dialog .inner .body {
  border: 1px solid #E6E8E8;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 5px 20px 15px 20px;
}
.login-dialog .inner .body .title {
  font-size: 16px;
}
.login-dialog .inner .body .content .messages {
  text-align: left;
}
.login-dialog .inner .body .content .messages .ui-messages-error-detail {
  font-size: 16px;
}
.login-dialog .inner .body .content .element {
  padding: 5px 0;
}
.login-dialog .inner .body .content .element input {
  font-size: 18px;
}
.login-dialog .inner .body .content .element .ui-button-text {
  font-size: 16px;
}
.login-dialog .inner .footer {
  text-align: right;
}
.login-dialog .inner .register {
  text-align: center;
  font-size: 10pt;
}
.login-dialog .inner .register a {
  font-size: 10pt;
}
.es-dialog-container .es-row {
  padding: 2px 0;
}
.es-dialog-container .es-row.es-row-header {
  font-weight: bold;
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}
.es-dialog-container .es-row .ui-calendar.input.es-button-calendar input {
  width: 94%;
}
.es-dialog-container .es-row .ui-calendar.input.es-button-calendar button {
  float: left;
}
.es-dialog-container .es-row .input,
.es-dialog-container .es-row .ui-calendar.input input,
.es-dialog-container .es-row .ui-autocomplete.input input,
.es-dialog-container .es-row .ui-autocomplete.input .ui-autocomplete-multiple-container {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.es-dialog-container .es-row .input.sum {
  text-align: right;
}
.es-dialog-container .es-row .label {
  width: 100%;
  font-weight: bold;
}
.es-dialog-container .es-row .file-upload > .ui-fileupload-content {
  display: none;
}
.es-dialog-container .es-row .file-upload-preview {
  overflow: auto;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  min-height: 25px;
  position: relative;
}
.es-dialog-container .es-row .file-upload-preview .empty-block {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
.es-dialog-container .es-row .file-upload-preview .loader {
  display: none;
  text-align: center;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: lightgrey;
  opacity: 0.35;
}
.es-dialog-container .es-row .file-upload-preview .loader .spinner {
  vertical-align: middle;
  padding: 5px;
}
.es-dialog-container .es-row .file-upload-preview.loading .loader {
  display: block;
}
.es-dialog-container .es-row .file-upload-preview td {
  vertical-align: top;
}
.es-dialog-container .es-row .file-upload-preview td > div {
  text-align: center;
  position: relative;
  margin: 10px 10px 0 10px;
}
.es-dialog-container .es-row .file-upload-preview td > div .es-delete {
  font-size: 14px;
  text-decoration: none;
  position: absolute;
  top: -8px;
  right: -8px;
}
.es-dialog-container .es-row .file-upload-preview td > div .es-upload {
  color: green;
  font-size: 16px;
  text-decoration: none;
  position: absolute;
  top: -8px;
  left: -8px;
}
.es-dialog-container .es-row .file-upload-preview td > div .title {
  padding: 5px 0 0 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}
.es-dialog-container .es-row .file-upload-preview td > div a > img {
  max-width: 72px;
  max-height: 72px;
}
.es-dialog-container .es-row .es-row-button {
  padding: 1px 0 0 3px;
}
.es-flex-raw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.es-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -4px;
}
.es-flex .input,
.es-flex .label,
.es-flex button {
  margin-left: 4px;
  min-width: 1px;
}
.es-flex div.es-flex-column {
  margin-left: 0;
  min-width: 1px;
}
.es-flex div.es-flex-holder {
  margin-left: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.es-flex div.es-flex-holder .input,
.es-flex div.es-flex-holder .label,
.es-flex div.es-flex-holder button {
  margin-left: 0;
  min-width: 1px;
}
.es-flex .es-flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.es-flex .divider-5 {
  width: 5%;
}
.es-flex .divider-10 {
  width: 5%;
}
.es-flex .container-5 {
  width: 5%;
  margin-left: 4px;
}
.es-flex .container-5 button.ui-button {
  margin: 0;
}
.es-flex .container-10 {
  width: 10%;
  margin-left: 4px;
}
.es-flex .container-10 button.ui-button {
  margin: 0;
}
.es-flex.es-flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.es-flex.es-flex-va-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.es-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -4px;
}
.es-flex-container .es-flex-column {
  width: 100%;
  min-width: 1px;
  margin-left: 4px;
}
.es-ta-right {
  text-align: right;
}
.es-ta-left {
  text-align: left;
}
.es-ta-center {
  text-align: center;
}
.es-thin {
  width: 1px;
}
.es-max50px {
  max-width: 50px;
}
.es-min50px {
  min-width: 50px;
}
.es-max70px {
  max-width: 70px;
}
.es-min70px {
  min-width: 70px;
}
.es-max100px {
  max-width: 100px;
}
.es-min100px {
  min-width: 100px;
}
.es-w50px {
  width: 50px;
}
.es-w100px {
  width: 100px;
}
.es-w150px {
  width: 150px;
}
.es-w200px {
  width: 200px;
}
.es-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.es-nowrap {
  white-space: nowrap;
}
.es-va-middle {
  vertical-align: middle;
}
.mfp-bg {
  z-index: 99998 !important;
}
.mfp-wrap {
  z-index: 99999 !important;
}
.small-button {
  width: 22px !important;
  height: 22px !important;
}
.es-lang {
  padding: 1px 4px;
  margin: 0;
}
.es-lang.active {
  border-radius: 3px;
  background-color: #21ba45;
}
.very-wide-left-sidebar {
  border-right: 1px solid rgba(0, 0, 0, 0.8);
  padding: 0 0.2rem;
}
.fa.es-multiple-fs {
  vertical-align: top;
  font-size: 14px;
}
html,
body {
  height: 100%;
}
.ui-outputlabel.ui-state-error {
  color: #000;
}
.ui-inputfield,
.ui-widget-content .ui-inputfield,
.ui-widget-header .ui-inputfield {
  color: #555555;
  background: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui-inputfield.ui-state-focus,
.ui-widget-content .ui-inputfield.ui-state-focus,
.ui-widget-header .ui-inputfield.ui-state-focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui-menu .ui-menu-parent.w200px .ui-menu-child {
  width: 200px;
}
.no-border,
.no-border tbody tr,
.no-border tbody tr td {
  border: none;
}
.es-for-export {
  display: none;
}
.es-dialog-container .oids td:nth-child(2) {
  width: 30%;
}
.es-dialog-container .oids td:nth-child(3) {
  width: 55%;
}
.es-expand-highlight tr.ui-expanded-row {
  background-color: gold !important;
}
.es-product-root td {
  font-weight: bold;
}
.es-product-sphere td:first-child {
  padding-left: 15px !important;
}
.es-sign-info {
  color: green;
  font-size: 11px;
  text-align: right;
}
.es-sign-info div,
.es-sign-info a {
  color: green;
  font-size: 11px !important;
}
.es-sign-info.small {
  max-width: 100px;
  font-size: 10px;
  padding-top: 5px;
}
.es-sign-info.small div,
.es-sign-info.small a {
  font-size: 10px !important;
}
.es-order-state-color.CLOSED td {
  background-color: palegreen;
}
.es-document-invalid td {
  background-color: #FFF6F6;
  color: #9F3A38;
}
.es-document-invalid td a {
  color: #9F3A38;
}
.es-hidden {
  display: none !important;
}
.swal2-container {
  z-index: 20000;
}
.es-active-input {
  margin-left: 10px;
}
.ui-selectonemenu label.ui-selectonemenu-label {
  font-size: 11px;
}
.es-min150px {
  min-width: 150px;
}
.es-min200px {
  min-width: 200px;
}
.es-min250px {
  min-width: 250px;
}
.es-min300px {
  min-width: 300px;
}
.es-min350px {
  min-width: 350px;
}
.es-min400px {
  min-width: 400px;
}
.ui-menu .ui-menu-parent .ui-menu-child.ui-menu-list {
  width: 22em;
}
.input > input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ui-selectonemenu .ui-selectonemenu-trigger.ui-state-error {
  border: none;
  border-left: 1px solid #cd0a0a;
  background: #c6deff url("") repeat-x;
  font-weight: bold;
  color: #000000;
}
.ui-selectonemenu .ui-selectonemenu-trigger.ui-state-error.ui-state-focus {
  border: none;
}
.ui-selectonemenu .ui-selectonemenu-trigger.ui-state-error .ui-icon {
  background-image: url("");
}
.route-item-table td,
.schedule-item-table td,
.item-table td,
.route-item-table th,
.schedule-item-table th,
.item-table th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.route-item-table .ui-datatable-scrollable-theadclone,
.schedule-item-table .ui-datatable-scrollable-theadclone,
.item-table .ui-datatable-scrollable-theadclone {
  display: none;
}
.schedule-item-table-new-row {
  background-color: #ddffdd;
}
.ui-button.ui-button-text-only.process-button {
  width: 150px;
  margin-left: 5px;
}
.ui-button.ui-button-text-only.process-button * {
  font-size: 11px;
}
.week-day-cell {
  margin-left: 5px;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 1 !important;
  background-color: #f3f3f3;
}
.ui-state-disabled .ui-selectonemenu-label,
.ui-widget-content .ui-state-disabled .ui-selectonemenu-label,
.ui-widget-header .ui-state-disabled .ui-selectonemenu-label {
  background-color: #f3f3f3;
}
.tree-table {
  overflow: hidden;
}
.tree-table .thead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tree-table .thead .trhead {
  overflow: hidden;
}
.tree-table .thead .trhead .cell:last-child {
  visibility: hidden;
}
.tree-table .thead .cell {
  background: #c6deff url("") repeat-x;
  font-weight: bold;
}
.tree-table .tbody {
  max-height: 350px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tree-table .tbody .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tree-table .tbody .row:last-child .cell {
  border-bottom: 1px solid #bed6f8;
}
.tree-table .tbody .tlbody {
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.tree-table .tbody .tlbody .row:last-child {
  visibility: hidden;
}
.tree-table .tbody .tlbody .row:nth-last-child(2) .cell {
  border-bottom: 1px solid #bed6f8;
}
.tree-table .tbody .tlbody .row .cell:first-child {
  border-left: 1px solid #bed6f8;
}
.tree-table .tbody .trbody {
  overflow: auto;
}
.tree-table .tbody .trbody .row .cell {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tree-table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tree-table .row.x2 .cell {
  height: 50px;
}
.tree-table .row .cell {
  height: 30px;
  width: 220px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 5px;
  border: 1px solid #bed6f8;
  border-left: none;
  border-bottom: none;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tree-table .row .cell .input {
  width: 80px;
}
.unset-selectonemenu-font .ui-selectonemenu label.ui-selectonemenu-label {
  font-size: unset;
}
.es-horizontal-field,
.es-dialog-container .es-horizontal-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.es-horizontal-field .label,
.es-dialog-container .es-horizontal-field .label {
  width: 120px;
}
.es-horizontal-field .input,
.es-dialog-container .es-horizontal-field .input {
  width: 184px;
}
.es-horizontal-field .input.ui-selectonemenu,
.es-dialog-container .es-horizontal-field .input.ui-selectonemenu {
  width: 170px;
}
.es-horizontal-field .input.ui-calendar,
.es-dialog-container .es-horizontal-field .input.ui-calendar {
  width: 194px;
}
.es-horizontal-field .input.ui-selectcheckboxmenu,
.es-dialog-container .es-horizontal-field .input.ui-selectcheckboxmenu {
  width: 192px;
}
.es-horizontal-field select.input,
.es-dialog-container .es-horizontal-field select.input {
  width: 194px;
}
.es-horizontal-field .es-row,
.es-dialog-container .es-horizontal-field .es-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.es-hline {
  margin: 3px 0;
}
.es-hline:first-child {
  margin-top: 0;
}
.es-hline:last-child {
  margin-bottom: 0;
}
.ma-5 {
  margin: 5px;
}
.sale-table.ui-datatable .ui-datatable-tablewrapper {
  max-height: calc(100vh - 270px);
}
.tw-2000 .ui-datatable-tablewrapper table {
  width: 2000px;
}
.tw-2500 .ui-datatable-tablewrapper table {
  width: 2500px;
}
.tw-3000 .ui-datatable-tablewrapper table {
  width: 3000px;
}
.tw-3500 .ui-datatable-tablewrapper table {
  width: 3500px;
}
.tw-4000 .ui-datatable-tablewrapper table {
  width: 4000px;
}
.tw-4500 .ui-datatable-tablewrapper table {
  width: 4500px;
}
.booking-table button {
  width: 100%;
  height: 100%;
}
.booking-table button.place-ownsale {
  background: none;
  background-color: #CCFFCC;
}
.booking-table button.place-reserved {
  background: none;
  background-color: #FFCCFF;
}
.booking-table button.place-sale {
  background: none;
  background-color: #99CCFF;
}
.booking-table button.place-sold {
  background: none;
  background-color: #FF958C;
}
.sale-not-appear td {
  text-decoration: line-through;
}
.sale-view .ui-outputlabel-rfi {
  display: none;
}
.ui-selectonemenu-item.ui-selectonemenu-row.ui-widget-content:not(.ui-noselection-option) {
  border: none;
}
.ui-selectonemenu-item.ui-selectonemenu-row.ui-widget-content:not(.ui-noselection-option) td {
  border: none;
}
.ui-widget-content.ui-datatable-selectable.ui-state-hover {
  background: #ffffcc;
}
.ui-widget-content.ui-datatable-selectable .ui-state-active,
.ui-widget-content.ui-datatable-selectable .ui-state-focus {
  border: 1px solid #f9dd34;
  background: #ffef8f url("") 50% top repeat-x;
  color: #363636;
}
table .ui-datatable-data tr.not-paid {
  background-color: #BA55D320 !important;
}
table .ui-datatable-data tr.returned-ticket {
  background-color: #B2222220;
}
table .ui-datatable-data tr.has-corrections {
  background-color: #BED6F877;
}
table .ui-datatable-data tr.has-transfer-source {
  background-color: lightblue;
}
table .ui-datatable-data tr.has-transfer-target {
  background-color: palegreen;
}
table .ui-datatable-data tr.egis-file-error {
  background-color: #f6a68e !important;
}
.adaptive-layout {
  font-size: 16px;
  min-width: 22em;
  max-width: 62em;
  margin: auto;
}
.adaptive-layout * {
  font-size: inherit;
  margin: 0;
  padding: 0;
}
.adaptive-layout .top-nav {
  display: none;
  border-bottom: 2px solid;
  background-color: #dedede;
}
.adaptive-layout .top-nav__back {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.25em;
          flex: 0 0 6.25em;
}
.adaptive-layout .top-nav__back a {
  display: block;
  padding: 1em;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.adaptive-layout .top-nav__logout {
  text-decoration: none;
  color: inherit;
  padding: 1em;
}
.adaptive-layout .top-nav__initials {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% - 13em);
}
.adaptive-layout .top-nav__initials > * {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}
.adaptive-layout .top-nav__name {
  font-weight: 600;
}
.adaptive-layout .top-nav__organization {
  font-size: 0.8em;
  font-style: italic;
}
.adaptive-layout .empty-title {
  margin-top: 5em;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}
.adaptive-layout .main-title {
  font-size: 1.6em;
  text-align: center;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.adaptive-layout .sub-title {
  font-size: 1.25em;
  padding: 0.5em;
  border-bottom: 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5em;
  text-align: center;
}
.adaptive-layout .sub-title span:last-child {
  border-top: 2px solid;
  margin-top: 0.5em;
  padding-top: 0.3em;
}
.adaptive-layout .centered {
  text-align: center;
}
.adaptive-layout .desktop-hidden {
  display: none;
}
.adaptive-layout .stat-row {
  font-size: 1.25em;
  margin: 0.5em;
}
.adaptive-layout .stat-row__content {
  font-style: italic;
}
.adaptive-layout .adaptive-table {
  font-size: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid;
}
.adaptive-layout .adaptive-table a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.adaptive-layout .adaptive-table a:hover {
  background-color: #e2e2e2;
}
.adaptive-layout .adaptive-table__head-row {
  font-weight: 600;
}
.adaptive-layout .adaptive-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.adaptive-layout .adaptive-table__cell {
  border: 1px solid;
  padding: 0.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.adaptive-layout .adaptive-table__cell-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5em;
          flex: 0 0 5em;
  text-align: center;
}
.adaptive-layout .adaptive-table__cell-name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0.3em 1em;
}
.adaptive-layout .adaptive-table__cell-date {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12em;
          flex: 0 0 12em;
}
.adaptive-layout .adaptive-table__cell-date-time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5em;
          flex: 0 0 5em;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: italic;
}
.adaptive-layout .passenger-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.adaptive-layout .passenger-cell__name {
  margin-bottom: 0.4em;
  font-style: italic;
  font-weight: 500;
}
.adaptive-layout .passenger-cell__birthdate {
  margin-bottom: 0.5em;
}
.adaptive-layout .tabs-panel {
  font-size: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.adaptive-layout .tabs-panel__tab {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: center;
  color: inherit;
  padding: 0.7em 0;
  border-bottom: 2px solid;
}
.adaptive-layout .tabs-panel__tab:first-child {
  border-right: 1px solid;
}
.adaptive-layout .tabs-panel__tab:last-child {
  border-left: 1px solid;
}
.adaptive-layout .tabs-panel__tab.active {
  border-bottom: none;
}
.adaptive-layout .bg-a {
  background-color: #d6ffd6;
}
.adaptive-layout .bg-f {
  background-color: #ffd4d4;
}
.adaptive-layout .bg-s {
  background-color: #dadada;
}
.adaptive-layout .bg-r {
  background-color: #fffddd;
}
.adaptive-layout .legend-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.adaptive-layout .legend-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5em;
}
.adaptive-layout .legend-row__label {
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
}
.adaptive-layout .legend-row__desc {
  font-size: 1.1em;
}
.adaptive-layout .control-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25em;
}
.adaptive-layout .control-panel__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6em;
          flex: 0 0 6em;
  color: inherit;
  padding: 0.5em;
  text-align: center;
  border-radius: 0.3em;
  border: 2px solid;
}
.adaptive-layout .adaptive-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 10;
  background-color: rgba(73, 77, 77, 0.4);
  font-size: 1.25em;
  display: none;
}
.adaptive-layout .modal-dialog {
  margin: auto;
  width: 25em;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.adaptive-layout .modal-dialog__header {
  padding: 0.7em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #cccccc;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adaptive-layout .modal-dialog__closer {
  cursor: pointer;
}
.adaptive-layout .modal-dialog__form {
  padding: 1em;
}
.adaptive-layout .modal-dialog__controls {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adaptive-layout .modal-dialog__submit,
.adaptive-layout .modal-dialog__cancel {
  padding: 0.5em 1em;
  text-decoration: none;
  color: inherit;
  background-color: #eaeaea;
  cursor: pointer;
}
.adaptive-layout .modal-dialog__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.5em;
}
.adaptive-layout .modal-dialog__row label {
  font-size: 0.9em;
}
.adaptive-layout .filter-panel {
  border-bottom: 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5em;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.adaptive-layout .filter-panel__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.adaptive-layout .filter-panel__item:not(:first-child) {
  border-left: 2px solid;
}
.adaptive-layout .filter-panel label.ui-outputlabel {
  margin-bottom: 0.3em;
}
.adaptive-layout .filter-panel .ui-selectonemenu label.ui-selectonemenu-label {
  font-size: 1em;
}
@media (max-width: 1024px) {
  .layout-top.layout-top-adaptive {
    display: none;
  }
  .adaptive-layout {
    max-width: unset;
    font-size: 1.2em;
  }
  .adaptive-layout .top-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .adaptive-layout .empty-title {
    margin-top: 2em;
  }
  .adaptive-layout .main-title {
    font-size: 1.3em;
  }
  .adaptive-layout .filter-panel {
    margin: 0;
  }
  .adaptive-layout .sub-title {
    margin: 0;
    font-size: 1.2em;
  }
}
@media (max-width: 768px) {
  .adaptive-layout .control-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
  }
  .adaptive-layout .adaptive-modal-overlay {
    font-size: 1em;
  }
}
@media (max-width: 480px) {
  .adaptive-layout .mobile-hidden {
    display: none;
  }
  .adaptive-layout .desktop-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .adaptive-layout .adaptive-table {
    font-size: 1.1em;
  }
  .adaptive-layout .adaptive-table__cell {
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
  }
  .adaptive-layout .adaptive-table__cell-name {
    text-align: center;
  }
  .adaptive-layout .sub-title,
  .adaptive-layout .tabs-panel {
    font-size: 1em;
  }
  .adaptive-layout .legend-panel {
    font-size: 0.8em;
  }
  .adaptive-layout .stat-row {
    font-size: 1.1em;
  }
  .adaptive-layout .control-panel {
    font-size: 1em;
    grid-gap: 0.3em;
  }
  .adaptive-layout .modal-dialog {
    width: 20em;
  }
  .adaptive-layout .filter-panel__item {
    padding: 0.5em;
  }
  .adaptive-layout .filter-panel .ui-selectonemenu label.ui-selectonemenu-label {
    font-size: 0.8em;
  }
}
.es-exportable-column {
  display: none;
}
