@charset "UTF-8";
.sizer {
  background: purple;
  color: white;
  position: fixed;
  z-index: 10000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  right: 0;
  bottom: 30px;
}

.link-danger {
  color: #bd020b;
  font-weight: bold;
  text-transform: uppercase;
}

.text-light-gray {
  color: #9a9a9a;
}

.text-danger {
  color: #bd020b;
}

.text-success {
  color: #03b86a;
}

.text-primary {
  color: #0e7eed;
}

.bg-gray {
  background: #cccccc;
}

.text-smaller {
  font-size: 0.9em;
}

.text-orange {
  color: #ED6C02;
}

.cursor-pointer {
  cursor: pointer;
}

html {
  background: white;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

a {
  text-decoration: none;
}

.cmd {
  border: none;
  color: #0e7eed;
}
.cmd:hover {
  color: #1864b0;
}

hr {
  opacity: 0.1;
}

.link-danger {
  color: #bd020b;
  font-weight: bold;
  text-transform: uppercase;
}

.text-danger {
  color: #bd020b;
}

.title {
  font-weight: 500 !important;
  color: black !important;
  font-size: 1.3em !important;
}

.sub-title {
  font-size: 1.2em;
  color: #575757;
  font-weight: 500;
  margin: 10px 0;
}
.sub-title span {
  font-size: 0.6em;
}

.sub-title-2 {
  font-size: 1.1em;
  color: #575757;
  font-weight: 500;
  margin: 10px 0;
}

.mt-2-5 {
  margin-top: 14px;
}

.main-container {
  background: #f7f7f7;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
  padding-bottom: 160px;
}

.btn {
  border-radius: 0;
  border: none;
}
.btn.btn-link {
  text-decoration: none;
}
.btn.btn-secondary {
  background: #aaaaaa;
  color: black;
}
.btn.btn-primary {
  background: #0e7eed;
  color: white;
}
.btn.btn-primary:hover {
  background: #1864b0;
}
.btn.btn-dark {
  color: white;
  background: black;
}
.btn.btn-dark:hover {
  background: #575757;
}

footer {
  font-size: 0.8em;
  color: #aaaaaa;
  margin-top: -100px;
  z-index: 1;
  position: relative;
}

header {
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.3));
  margin-bottom: 30px;
  width: 100%;
  background: white;
  font-size: 12px;
  color: #aaaaaa;
}
header b {
  color: black;
}
header .logo-link {
  font-size: 32px;
  line-height: 100%;
  font-weight: 800;
  color: #7a7a7a;
  display: flex;
  align-items: center;
}
header .logo-link .top-logo {
  height: 37px;
  margin-right: 18px;
}
header .material-icons {
  color: #0e7eed;
  vertical-align: middle;
  transition: 0.3s;
  font-size: 32px;
}
header .material-icons:hover {
  color: #50ade5;
}

button.material-icons {
  display: inline;
  padding: 0;
  vertical-align: middle;
  border: none;
  background: none;
}

.title {
  font-size: 1.4em;
  font-weight: 400;
  color: #7a7a7a;
}
.title strong {
  color: black;
}

.big-button {
  border-radius: 10px;
  width: 100%;
  padding: 15px 15px;
  font-size: 1.6em;
  line-height: 100%;
  text-align: center;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.big-button:hover {
  opacity: 0.7;
}
.big-button.color-1 {
  background: #50ade5;
  color: white;
}
.big-button.color-2 {
  background: #0e7eed;
  color: white;
}
.big-button.color-3 {
  background: #1864b0;
  color: white;
}
.big-button.color-4 {
  background: #fbd204;
  color: black;
}
.big-button.color-5 {
  background: #c5026c;
  color: white;
}
.big-button.color-6 {
  background: #ffb300;
  color: black;
}
.big-button.color-7 {
  background: #bd020b;
  color: white;
}
.big-button.color-8 {
  background: #ED6C02;
  color: white;
}

.box-buttons-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  justify-content: center;
}
.box-buttons-container a {
  width: calc(33.3333333333% - 20px);
  margin: 10px;
  position: relative;
}
@media (max-width: 700px) {
  .box-buttons-container a {
    width: calc(50% - 10px);
    font-size: 1.5em !important;
  }
}
.box-buttons-container a .badge {
  right: 0;
  top: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding: 0;
  transform: translate(30%, -30%);
}

#desktop-menu {
  /* mobile view */
}
@media (min-width: 960px) {
  #desktop-menu {
    position: absolute;
    background: rgba(0, 0, 0, 0.5019607843);
    top: 54px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    text-transform: uppercase;
    font-weight: 400;
    transition: none;
  }
  #desktop-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #desktop-menu > ul {
    display: inline-block;
    margin-left: 20px;
    border-radius: 5px;
    background: #ebebeb;
    text-align: center;
  }
  #desktop-menu > ul ul {
    display: none;
  }
  #desktop-menu > ul > li {
    display: inline-block;
    padding: 8px 20px;
    border-left: 1px solid #aaaaaa;
    position: relative;
  }
  #desktop-menu > ul > li.simple {
    padding: 0;
  }
  #desktop-menu > ul > li.simple a {
    padding: 8px 20px;
    color: black;
    display: block;
  }
  #desktop-menu > ul > li:first-child {
    border-left: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  #desktop-menu > ul > li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #desktop-menu > ul > li:hover {
    background: #1864b0;
    color: white;
  }
  #desktop-menu > ul > li:hover a {
    color: white;
  }
  #desktop-menu > ul > li:hover > ul {
    display: block;
    position: absolute;
    left: 0;
    margin-top: 5px;
    width: 220px;
    padding-top: 5px;
    background: none;
  }
  #desktop-menu > ul > li:hover > ul > li {
    background: #ebebeb;
    border-bottom: 1px solid #aaaaaa;
  }
  #desktop-menu > ul > li:hover > ul > li > a,
  #desktop-menu > ul > li:hover > ul > li > span {
    display: block;
    padding: 8px 20px;
    color: black;
  }
  #desktop-menu > ul > li:hover > ul > li > a:hover,
  #desktop-menu > ul > li:hover > ul > li > span:hover {
    background: #1864b0;
    color: white;
  }
  #desktop-menu > ul > li:hover > ul > li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  #desktop-menu > ul > li:hover > ul > li:first-child a, #desktop-menu > ul > li:hover > ul > li:first-child span {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  #desktop-menu > ul > li:hover > ul > li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #desktop-menu > ul > li:hover > ul > li:last-child a, #desktop-menu > ul > li:hover > ul > li:last-child span {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #desktop-menu > ul > li:hover > ul > li:last-child {
    border-bottom: none;
  }
  #desktop-menu > ul > li:hover > ul > li:hover ul {
    margin-top: -40px;
    display: block;
    position: absolute;
    left: 220px;
    background: none;
    width: 220px;
    padding-left: 2px;
  }
  #desktop-menu > ul > li:hover > ul > li:hover ul li {
    background: #ebebeb;
    border-bottom: 1px solid #aaaaaa;
  }
  #desktop-menu > ul > li:hover > ul > li:hover ul li a {
    padding: 8px 20px;
    color: black;
    display: block;
  }
  #desktop-menu > ul > li:hover > ul > li:hover ul li a:hover {
    color: white;
  }
  #desktop-menu > ul > li:hover > ul > li:hover ul li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  #desktop-menu > ul > li:hover > ul > li:hover ul li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: none;
  }
  #desktop-menu > ul > li:hover > ul > li:hover ul li:hover {
    background: #1864b0;
  }
}
@media (max-width: 960px) {
  #desktop-menu {
    padding: 30px 20px !important;
    text-transform: uppercase;
    color: black;
    text-align: center;
    border-bottom: 1px solid #aaaaaa;
  }
  #desktop-menu a {
    color: black;
  }
  #desktop-menu ul {
    list-style: none;
    padding: 0 30px;
    font-weight: 600;
    display: block;
    font-size: 20px;
  }
  #desktop-menu ul > li {
    border-bottom: 1px solid #ebebeb;
    display: block;
  }
  #desktop-menu ul > li:last-child {
    border-bottom: none;
  }
  #desktop-menu ul > li ul {
    display: none;
  }
  #desktop-menu ul > li.active {
    color: #c5026c;
  }
  #desktop-menu ul > li.active > ul {
    display: block;
  }
  #desktop-menu ul > li {
    padding: 5px 0;
  }
  #desktop-menu ul > li:hover {
    color: #1864b0;
    cursor: pointer;
  }
  #desktop-menu ul span::after {
    content: "⌃";
    transform: rotate(180deg);
    display: inline-block;
    height: 27px;
    margin-left: 5px;
    position: absolute;
  }
  #desktop-menu ul ul {
    font-size: 18px;
    font-weight: 500;
    color: #7a7a7a;
  }
  #desktop-menu ul ul > li span, #desktop-menu ul ul > li a {
    color: #7a7a7a;
  }
  #desktop-menu ul ul > li.active span, #desktop-menu ul ul > li.active a {
    color: #1864b0;
  }
  #desktop-menu ul ul > li:hover a, #desktop-menu ul ul > li:hover span {
    color: black;
  }
  #desktop-menu ul ul > li ul {
    font-size: 16px;
    font-weight: 400;
  }
  #desktop-menu ul ul > li ul a, #desktop-menu ul ul > li ul span {
    color: #7a7a7a !important;
  }
}

.breadcrumb a {
  color: #0e7eed;
}
.breadcrumb a:hover {
  color: #1864b0;
}
.breadcrumb .active {
  font-weight: 600;
  color: black;
}

.table {
  font-size: 0.9em;
}
.table .funcs {
  width: 120px;
  text-align: center;
}
.table .funcs a {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
.table .funcs .edit {
  color: #0e7eed;
}
.table .funcs .edit:hover {
  color: #1864b0;
}
.table .funcs .delete {
  color: #ED6C02;
}
.table .funcs .delete:hover {
  color: #bd020b;
}
.table thead tr th,
.table tfoot tr th {
  background: #575757;
  color: #ebebeb;
  font-weight: 400;
  padding-left: 15px;
}
.table thead tr th a,
.table tfoot tr th a {
  color: white !important;
}
.table thead tr th a:hover,
.table tfoot tr th a:hover {
  color: #cccccc;
}
.table tbody tr td {
  padding: 4px 15px;
}
.table tbody tr.sub th {
  background: #7a7a7a;
  color: white;
  font-weight: 400;
}
.table.table-striped tbody tr:nth-child(odd) {
  background: white;
}
.table.table-striped tbody tr:nth-child(even) {
  background: #ebebeb;
}
.table.table-striped tbody tr:hover {
  background: rgba(251, 210, 4, 0.5333333333);
}
.table td {
  background: none !important;
  vertical-align: middle;
  color: #575757;
}
.table .tbl-cmd {
  color: #575757;
}
.table .tbl-cmd:hover {
  color: #0e7eed;
}
.table .sortable-header {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  padding-right: 20px;
}
.table .sortable-header:hover {
  color: #ffb300;
  background: black;
}
.table .sort-indicator {
  position: absolute;
  right: 5px;
  bottom: 1px;
  transform: translateY(-50%);
  font-size: 12px;
  color: #fbd204;
}
.table .sort-indicator.asc::after {
  content: "▲";
}
.table .sort-indicator.desc::after {
  content: "▼";
}

.table-control-row {
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 0.9em;
  align-items: center;
  color: #7a7a7a;
}
.table-control-row b {
  color: black;
  font-weight: 500;
}
.table-control-row .set-limit {
  display: flex;
  align-items: center;
}
.table-control-row .set-limit label {
  display: inline-block;
}
.table-control-row .set-limit select {
  width: 100px;
}
.table-control-row .set-limit a {
  color: #0e7eed;
}
.table-control-row .set-limit a.active {
  font-weight: bold;
}
.table-control-row .pagination {
  display: flex;
  margin-top: 15px;
}
.table-control-row .pagination li {
  background: none;
  line-height: 32px;
  padding: 0 !important;
  display: inline-block;
}
.table-control-row .pagination li.active {
  background: none;
}
.table-control-row .pagination li.active a {
  background: #cccccc;
  color: black;
}
.table-control-row .pagination li button,
.table-control-row .pagination li span,
.table-control-row .pagination li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  border: none;
  background: none;
  color: #575757;
}
.table-control-row .pagination li button:hover,
.table-control-row .pagination li span:hover,
.table-control-row .pagination li a:hover {
  background: #ebebeb;
  border-radius: 50%;
}
.table-control-row .pagination .active {
  background: #cccccc !important;
  border-radius: 50%;
}
.table-control-row .pagination .active:hover span {
  background: #cccccc !important;
}

@media (max-width: 576px) {
  .pagination-container {
    width: 100%;
  }
  .pagination-container nav .pagination {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .pagination-container nav .page-item button, .pagination-container nav .page-item span {
    width: auto;
    padding: 0 15px;
    border-radius: 0 !important;
  }
  .pagination-container nav .page-item button {
    background: #cccccc;
  }
}
label,
.form-label {
  font-size: 0.9em;
  color: #7a7a7a;
  padding-bottom: 0px;
  margin-bottom: 4px;
}

.form-select,
.form-control {
  border-radius: 0;
  font-size: 0.8em;
  padding: 4px 8px !important;
  border-color: #cccccc;
}
.form-select:disabled,
.form-control:disabled {
  background: #aaaaaa;
}
.form-select:disabled.error,
.form-control:disabled.error {
  background: #fbced0 !important;
}
.form-select::-moz-placeholder, .form-control::-moz-placeholder {
  color: #cccccc;
}
.form-select::placeholder,
.form-control::placeholder {
  color: #cccccc;
}
.form-select.error, .form-select.danger,
.form-control.error,
.form-control.danger {
  border-color: #bd020b;
  color: #bd020b;
}
.form-select.check-null,
.form-control.check-null {
  background: #50ade5;
}
.form-select.check-ok,
.form-control.check-ok {
  background: #03b86a;
}
.form-select.check-error,
.form-control.check-error {
  background: #bd020b;
  color: white;
}
.form-select.warning,
.form-control.warning {
  background: #fbd204;
}

.clr-btn:hover {
  background: #cccccc;
}
.clr-btn span {
  color: #bd020b !important;
}

.accordion .accordion-header {
  padding: 0 !important;
}
.accordion .accordion-button {
  font-size: 0.8em;
  padding: 5px 10px;
  background: #cccccc;
}
.accordion .accordion-body {
  background: #ebebeb;
}
.accordion .accordion-body .form-check-label {
  color: black;
  font-size: 0.9em;
}

.role-info .item {
  font-size: 0.8em;
  padding-left: 1em;
  color: #aaaaaa;
}
.role-info .item.active {
  color: black;
}

.remove-tag {
  background: #50ade5;
}
.remove-tag:hover {
  background: #bd020b;
}

.tag-item {
  display: flex;
  min-height: 32px;
  align-items: center;
  font-size: 0.8em;
  gap: 4px;
}
.tag-item span {
  flex-grow: 1;
  background: #fbd204;
  padding-left: 10px;
  min-height: 32px;
  display: flex;
  align-items: center;
}
.tag-item .cmd {
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 0.9em;
}
.tag-item .cmd:hover {
  opacity: 0.7;
}
.tag-item .cmd.mod {
  background: #575757;
  color: white;
}
.tag-item .cmd.delete-tag {
  background: #bd020b;
  color: white;
}

.no-label {
  padding-top: 27px;
}

/* LG */
@media (min-width: 992px) {
  .no-label-lg {
    padding-top: 24px;
  }
}
/* MD */
@media (min-width: 768px) {
  .no-label-md {
    padding-top: 24px;
  }
}
/* select2 update */
.select2 {
  font-size: 0.8em;
  width: 100% !important;
  padding: 0;
}
.select2.select2-container--default .select2-selection--multiple {
  border-radius: 0;
  border-color: #cccccc;
  min-height: auto !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23ED6C02' stroke-width='2' viewBox='0 0 16 16'%3E%3Cpath d='M2 6l6 6 6-6'/%3E%3C/svg%3E");
  background-size: 16px 16px;
  background-position: center right 5px;
  background-repeat: no-repeat;
}

.spec-select .select2.select2-container--default .select2-selection--multiple {
  background-color: #ffb300 !important;
}

.select2-dropdown {
  border-radius: 0 !important;
  background: white;
}

/* kis kiválasztott biléta */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 3px 0 0 3px !important;
  border: none;
  border-radius: 0 !important;
  padding: 0 0 0 20px !important;
  background: #50ade5 !important;
  color: white !important;
  border-color: #0e7eed !important;
  line-height: 120% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 1px solid #0e7eed !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  color: black !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: red !important;
}

.select2-results__option {
  padding: 2px;
  font-size: 0.8em;
  background: none;
  position: relative;
  padding-left: 22px !important;
}
.select2-results__option::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 1px solid #aaaaaa;
  margin-right: 7px;
  vertical-align: top;
  margin-top: 4px;
  left: 5px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ebebeb !important;
  color: black !important;
}

.select2-container--default .select2-results__option--selected {
  background: white !important;
  color: #0e7eed !important;
}
.select2-container--default .select2-results__option--selected:hover {
  background: #f7f7f7 !important;
  color: #0e7eed !important;
}
.select2-container--default .select2-results__option--selected::before {
  content: "✓";
  line-height: 100%;
  text-align: center;
  font-size: 10px;
  border: 1px solid #0e7eed;
  background: #0e7eed;
  color: white;
}

/* file uploader */
.file-uploader {
  position: relative;
}

.status-text {
  position: absolute;
  font-size: 12px;
  top: 0;
  right: 0;
  display: inline-block;
  line-height: 30px;
  z-index: 100;
  padding: 0 5px;
  background: green;
  color: white;
}

.fake-input {
  font-size: 0.8em;
  padding: 0.4em;
  text-align: center;
  background: #cccccc;
}
.fake-input.black {
  background: black;
  color: white;
}
.fake-input.green {
  background: #03b86a;
  color: white;
}
.fake-input.red {
  background: #bd020b;
  color: white;
}

.text-orange {
  color: #ED6C02;
}

.karton-table tr td:nth-child(1) {
  font-weight: bold;
}
.karton-table tr th:nth-child(1),
.karton-table tr td:nth-child(1) {
  width: 100px;
}
.karton-table tr th:nth-child(2),
.karton-table tr td:nth-child(2) {
  text-align: center;
  width: 200px;
}
.karton-table tr th:nth-child(3),
.karton-table tr td:nth-child(3) {
  text-align: left;
}
.karton-table tr th:nth-child(4),
.karton-table tr td:nth-child(4) {
  text-align: right;
  width: 150px;
}
.karton-table tr th:nth-child(5),
.karton-table tr td:nth-child(5) {
  text-align: right;
  width: 150px;
}
.karton-table tr th:nth-child(6),
.karton-table tr td:nth-child(6) {
  text-align: right;
  width: 80px;
}

.payment-item {
  padding: 16px;
  background: #ebebeb;
  margin: 16px 0;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.payment-item .add {
  display: inline-block;
  width: 40px;
  height: 28px;
  background: #575757;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-item .add:hover {
  background: black;
}

.datepicker {
  background-image: url(../images/calendar.svg);
  background-repeat: no-repeat;
  background-position: right 5px center;
}

.sheet-status {
  color: #bd020b !important;
}
.sheet-status.status-1 {
  color: #03b86a !important;
}

.add-new-backblock.disabled {
  color: #9a9a9a !important;
}

.remove-this-block {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -10px;
}

.no-wrap {
  white-space: nowrap;
  word-break: keep-all;
}

.inline-input-group .form-select,
.inline-input-group .form-control {
  background-color: #f7f7f7;
}
.inline-input-group .form-select::-moz-placeholder, .inline-input-group .form-control::-moz-placeholder {
  color: #9a9a9a;
}
.inline-input-group .form-select::placeholder,
.inline-input-group .form-control::placeholder {
  color: #9a9a9a;
}
.inline-input-group .form-select:disabled,
.inline-input-group .form-control:disabled {
  background: #ebebeb;
  color: black;
}
.inline-input-group .form-select.invalid,
.inline-input-group .form-control.invalid {
  border-color: #bd020b;
  color: #bd020b;
}
.inline-input-group + .validation-error {
  color: #bd020b;
  font-size: 10px;
  margin-bottom: 10px;
  padding: 0;
  margin-top: -7px;
  text-align: right;
}

.modal-content {
  border-radius: 0;
}

#saveFilterForm {
  position: absolute;
  margin-top: 1px;
  background: #0e7eed;
  padding: 15px;
  width: 320px !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 100;
}
#saveFilterForm .form-control {
  background: #f7f7f7;
  margin-bottom: 15px;
}
#saveFilterForm button {
  border: none;
  background: #f7f7f7;
  text-transform: uppercase;
  color: #0e7eed;
  font-size: 0.8em;
  line-height: 110%;
  font-weight: bold;
  padding: 5px 0;
}
#saveFilterForm button:hover {
  background: #bd020b;
  color: white;
}

.tag-added {
  font-size: 0.8em;
  line-height: 100%;
  background: #cccccc;
  margin: 2px;
  padding: 1px 6px;
}

#searchModalContent .modal-footer {
  justify-content: center;
}

.td-reg-status-0 {
  color: #ffb300 !important;
}

.td-reg-status-1 {
  color: #bd020b !important;
}

.td-reg-status-2 {
  color: #03b86a !important;
}

.td-reg-status-3 {
  color: #aaaaaa !important;
}

.td-reg-status-100 {
  color: #c5026c !important;
}

.loaderCover {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8666666667);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.loaderCover .inner {
  padding-top: 15px;
  font-size: 1.2em;
}

.modal-topper {
  background: #50ade5;
  color: white;
  text-align: center;
  padding: 3px 0;
  font-size: 12px;
}

.input-group .input-group-text {
  padding: 0;
  color: #575757;
  border-radius: 0;
  cursor: pointer;
}
.input-group .input-group-text span {
  font-size: 0.8em;
  color: #9a9a9a;
  padding: 3px;
}
.input-group .input-group-text:hover span {
  color: black;
}
.input-group.with-settings {
  position: relative;
}
.input-group .flying-options {
  margin: 0;
  width: 0;
  transition: 0.3s;
}
.input-group .flying-options .form-control,
.input-group .flying-options .form-select {
  border: none;
}
.input-group .flying-options.open {
  width: auto;
}
.input-group .clr-btn {
  background: #f7f7f7 !important;
  border: 1px solid #cccccc !important;
}
.input-group .clr-btn:hover {
  background: #bd020b !important;
}
.input-group .clr-btn:hover span {
  color: white !important;
}

.form-group .form-label {
  display: flex;
  gap: 5px;
  align-items: baseline;
}
.form-group .form-label span {
  color: #ED6C02;
  float: right;
  font-size: 0.8em;
}
.form-group .form-label span span {
  font-size: 1em;
}

.card {
  border-radius: 0;
}

.fake-textarea {
  padding: 10px;
  min-height: 100px;
  background-color: #f7f7f7;
}

#logBlock table {
  margin: 0;
}
#logBlock table th {
  color: #575757;
  background: #cccccc;
  font-weight: bold;
}
#logBlock table td {
  vertical-align: top;
}
#logBlock .alert {
  margin-bottom: 0;
  border-radius: 0;
  text-align: center;
}

.modal-inner-block {
  background: #f7f7f7;
  font-size: 0.8em;
  border: 1px solid #cccccc;
}
.modal-inner-block .block-title {
  font-size: 1.2em;
  color: #7a7a7a;
  margin-bottom: 10px;
  text-align: center;
  color: #575757;
  font-weight: bold;
  padding-top: 10px;
  position: relative;
}
.modal-inner-block .block-title .close-button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  color: #9a9a9a;
}
.modal-inner-block .block-title .close-button:hover {
  color: #bd020b;
}

.badge-xs {
  padding: 0.3em 0.6em;
  font-weight: normal;
  font-size: 10px;
}

.oro-full-address-block {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  padding: 5px 5px;
  background: #ebebeb;
  margin-left: -5px;
}/*# sourceMappingURL=dkbase.css.map */