@charset "UTF-8";
@font-face {
  font-family: "feather";
  src: url("../fonts/eather.eot?t=1501834582692"); /* IE9*/
  src: url("../fonts/feather.eot?t=1501834582692#iefix") format("embedded-opentype"), url("../fonts/feather.woff?t=1501834582692") format("woff"), url("../fonts/feather.ttf?t=1501834582692") format("truetype"), url("../fonts/feather.svg?t=1501834582692#feather") format("svg"); /* iOS 4.1- */
}
.feather-font, .ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-dialog .ui-widget-header .ui-dialog-titlebar-close .ui-icon {
  font-family: "feather" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico {
  width: 24px;
  height: 24px;
}

.toast-container {
  z-index: 999999 !important;
}

.duplicate {
  width: 20px;
  height: 20px;
  padding: 3px;
  stroke: #fff;
  border-radius: 50%;
}
.duplicate.red {
  background: #d40000;
}
.duplicate.green {
  background: #00aa00;
}
.duplicate.orange {
  background: #ffa500;
}

.info_icon {
  width: 25px;
  height: 25px;
  padding: 3px;
  stroke: #fff;
  color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.info_icon svg {
  width: 16px;
  height: 16px;
}
.info_icon.red {
  background: #d40000;
}
.info_icon.green {
  background: #00aa00;
}
.info_icon.orange {
  background: #ffa500;
}
.info_icon:hover {
  color: #fff;
  text-decoration: none;
}
.info_icon.large svg {
  width: 34px;
  height: 34px;
}

.info_icon_disabled {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #868e96;
}
.info_icon_disabled svg {
  width: 100%;
  height: 100%;
}
.info_icon_disabled:hover {
  color: #868e96;
  text-decoration: none;
}

.info_icon, .info_icon_disabled {
  margin: 1px;
  display: inline-flex !important;
}
.info_icon.large, .info_icon_disabled.large {
  width: 50px;
  height: 50px;
}

small .ico {
  width: 15px;
  height: 15px;
}
small .ico svg {
  width: 15px;
  height: 15px;
}

.bg-light.font-italic.text-muted svg {
  vertical-align: middle;
}

.anchor {
  position: relative;
}
.anchor > div {
  position: absolute;
  left: 0;
  top: -108px;
}

html {
  -webkit-font-smoothing: antialiased;
}

html.zen, html.zen body {
  height: 100%;
}
html.zen body {
  padding: 0;
}
html.zen body .fixed-top, html.zen body > .container-fluid .navbar.bottom, html.zen body > .container-fluid .navbar.fixed-bottom {
  display: none !important;
}
html.zen body > .container-fluid {
  height: 100%;
  margin-bottom: 0 !important;
}
html.zen body > .container-fluid .scroll-table-container {
  height: calc(100vh - 25px);
}

body {
  padding-top: 152px;
}
body > .container-fluid > .row-fluid {
  min-height: calc(100vh - 300px);
}
body > .container-fluid > .row-fluid.unlogged {
  min-height: calc(100vh - 225px);
  max-width: 350px;
  margin: 0 auto;
}
body.ascetic {
  padding-top: 0px;
}
body.ascetic .navbar.fixed-bottom {
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  padding-left: 0px;
  padding-right: 0px;
  border: 0px !important;
  background-color: transparent !important;
}

.leaflet-container {
  border-radius: 0.25rem;
}
.leaflet-container .leaflet-div-icon {
  background: transparent;
  border: 0;
  text-align: center;
  line-height: 0;
  color: #007bff;
}
.leaflet-container .leaflet-control-attribution a {
  transition: all 0.15s ease-in-out;
  color: #007bff;
  text-decoration: none !important;
}
.leaflet-container .leaflet-control-attribution a:hover {
  color: #0056b3;
  text-decoration: none;
}
.leaflet-container a.leaflet-popup-close-button {
  background-image: url("../images/close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  font-size: 0;
  color: transparent;
  width: 15px;
  height: 15px;
  top: 5px;
  right: 5px;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  opacity: 0.5;
}

.leaflet-touch .leaflet-bar {
  border: 0 !important;
  border-radius: 0;
}
.leaflet-touch .leaflet-bar a, .leaflet-touch .leaflet-bar a:hover {
  border: 0;
  border-radius: 0.25rem !important;
}
.leaflet-touch .leaflet-bar a {
  background-color: #007bff;
  color: transparent;
  font-size: 0;
  position: relative;
  margin-bottom: 2px;
  transition: all 0.15s ease-in-out;
}
.leaflet-touch .leaflet-bar a::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 25px 25px;
}
.leaflet-touch .leaflet-bar a:hover {
  background-color: #0069d9;
}
.leaflet-touch .leaflet-bar a:first-child::before {
  background-image: url("../images/plus-white.svg");
}
.leaflet-touch .leaflet-bar a:last-child::before {
  background-image: url("../images/minus-white.svg");
}

a:focus {
  outline: none;
}

header.fixed-top {
  z-index: 1031;
}

.navbar.navbar-dark.bg-dark.top {
  z-index: 9999999;
}
.navbar.navbar-dark.bg-dark.top .brand {
  height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar.navbar-dark.bg-dark.top .brand h1 {
  line-height: 30px;
  margin-bottom: 0px;
}
.navbar.navbar-dark.bg-dark.top .brand img {
  max-height: 100%;
}
.navbar.navbar-dark.bg-dark.top .navbar-text.text-right {
  line-height: 1.5;
}

.navbar.navbar-light .navbar-nav .nav-link, .navbar.navbar-light .navbar-nav-admin .nav-link {
  color: #007bff;
  font-size: 0.85rem;
}
.navbar.navbar-light .navbar-nav .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-link:focus, .navbar.navbar-light .navbar-nav-admin .nav-link:hover, .navbar.navbar-light .navbar-nav-admin .nav-link:focus {
  color: #0056b3;
}
.navbar.navbar-light .navbar-nav .nav-link svg, .navbar.navbar-light .navbar-nav-admin .nav-link svg {
  margin-right: 2px;
  width: 20px;
  height: 20px;
  vertical-align: -5px;
}
.navbar.navbar-light .navbar-nav .show > .nav-link, .navbar.navbar-light .navbar-nav-admin .show > .nav-link {
  color: #0056b3;
}
.navbar.navbar-light .dropdown-menu {
  font-size: 0.85rem;
}
.navbar.navbar-light .dropdown-menu ul {
  list-style: none;
  padding-left: 35px;
}
.navbar.navbar-light .dropdown-menu ul li {
  display: flex;
}
.navbar.navbar-light .dropdown-menu ul li::before {
  content: "↳";
  margin-right: 10px;
}
.navbar.navbar-light .dropdown-menu ul li a {
  flex: 1;
}

.ui-widget-overlay {
  z-index: 9999 !important;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  width: 100% !important;
  height: 100% !important;
}

.ui-dialog {
  margin-bottom: 1rem;
  margin-top: 1rem;
  z-index: 999999999 !important;
  max-width: calc(100% - 32px);
}
.ui-dialog .ui-widget-header .ui-dialog-titlebar-close {
  border-color: transparent;
  color: transparent;
  padding: 0;
}
.ui-dialog .ui-widget-header .ui-dialog-titlebar-close .ui-icon {
  background-image: none;
  text-indent: 0px;
  left: 0;
  top: 0;
  margin: 0;
  max-width: 15px;
}
.ui-dialog .ui-widget-header .ui-dialog-titlebar-close .ui-icon::before {
  content: "\e8f6";
}

.ui-datepicker {
  z-index: 1032 !important;
}
.ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-prev .ui-icon {
  background-image: none;
  text-indent: 0px;
}
.ui-datepicker .ui-datepicker-next .ui-icon::before {
  content: "\e829";
}
.ui-datepicker .ui-datepicker-prev .ui-icon::before {
  content: "\e828";
}
.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
  top: 2px;
  border: 0px;
  color: #0069d9;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}
.ui-datepicker .ui_tpicker_hour_label, .ui-datepicker .ui_tpicker_minute_label {
  line-height: 0.7;
}
.ui-datepicker .ui-timepicker-div dl dd {
  margin-left: 75px;
}
.ui-datepicker .ui-datepicker-close, .ui-datepicker .ui-datepicker-current {
  color: #fff;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-weight: normal;
}
.ui-datepicker .ui-datepicker-current {
  background-color: #6c757d;
  border-color: #6c757d;
  opacity: 1;
}
.ui-datepicker .ui-datepicker-current:hover {
  background-color: #5a6268;
  border-color: #545b62;
}
.ui-datepicker .ui-datepicker-current:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.ui-datepicker .ui-datepicker-close, .ui-button.ui-state-default {
  background-color: #007bff;
  border-color: #007bff;
}
.ui-datepicker .ui-datepicker-close:hover, .ui-button.ui-state-default:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}
.ui-datepicker .ui-datepicker-close:focus, .ui-button.ui-state-default:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

a > .ui-icon, button > .ui-icon {
  color: #007bff;
  cursor: pointer;
}
a:focus, button:focus {
  outline: none;
}

button:hover > .ui-icon {
  color: #0056b3;
}

a:hover > .ui-icon {
  color: #0056b3 !important;
}

.ui-button.ui-state-default {
  color: #FFFFFF;
}

.ui-autocomplete {
  margin-bottom: 80px;
}

.ui-widget-content a {
  color: #007bff;
}

.main-content {
  position: relative;
}
.main-content h2:first-child, .main-content .h2 {
  color: #007bff;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.main-content h2:first-child ~ .h5.subtitle, .main-content .h2 ~ .h5.subtitle {
  margin-top: -40px;
  margin-bottom: 40px;
}

.dialog.card {
  max-width: 350px;
  margin: 0 auto;
}
.dialog.card form.card-body {
  margin-bottom: 0px;
}

.alert.alert-danger a {
  color: #491217;
  font-weight: 700;
}

.switchery {
  margin-right: 10px;
  flex-shrink: 0;
  min-width: 33px;
}

label ~ .switchery {
  margin-right: 0;
}

input:not(:checked) + .switchery {
  box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset !important;
  border-color: rgb(223, 223, 223) !important;
  background-color: rgb(255, 255, 255) !important;
}
input:not(:checked) + .switchery small {
  left: 0px !important;
}

input:not(:disabled) + .switchery {
  opacity: 1 !important;
}

input:checked + .switchery {
  background-color: #007bff !important;
  border-color: #007bff !important;
  box-shadow: #007bff 0px 0px 0px 16px inset !important;
}
input:checked + .switchery small {
  left: calc(100% - 20px) !important;
}

.animated-label {
  height: 40px;
  cursor: pointer;
}
.animated-label p {
  transition: transform 0.5s ease-in-out;
  transform: translateY(0);
}

input[type=checkbox]:checked + .animated-label p {
  transform: translateY(-100%);
}

form.well.px-4, .form.well.px-4, form.general_form.px-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

form.well.px-4, .form.well.px-4, form.general_form.px-4, .user_edit_tabs.well, table.dataTable, .table-box, .card {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.card-columns {
  column-count: 2;
}

.note-editor {
  border-color: #dee2e6 !important;
}

.tabs table.dataTable {
  width: 100% !important;
}

table.dataTable thead tr:first-child td, table.dataTable th, .table-box table thead tr:first-child td, .table-box table th {
  border-top: 0;
}

.scroll-table-container {
  max-width: 100%;
  overflow: auto;
  height: calc(100vh - 194px);
}

.dataTables_scrollHead table {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.dataTables_scrollBody {
  background: transparent !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.dataTables_scrollBody table {
  border: 0;
}

.form-group input + a svg, .form-group textarea + a svg {
  margin-left: 5px;
  margin-top: 5px;
}
.form-group label.full-width {
  display: block;
  min-height: 30px;
}

.dups_users_dlg .content > p > img {
  max-width: 100%;
  height: auto;
}

.del_photo_red {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 35px;
  background: rgba(255, 0, 0, 0.5);
}

.user_photo_btns {
  height: 35px;
  transition: transform 0.5s;
}
.user_photo_btns a {
  color: #007bff;
  margin-top: 5px;
  margin-left: 5px;
  display: inline-block;
}
.user_photo_btns a:hover {
  color: #0056b3;
}
.user_photo_btns.float-none {
  height: 40px;
}
.user_photo_btns.float-none a {
  margin-right: 5px;
}
.user_photo_btns.float-none svg {
  width: 30px;
  height: 30px;
}
.user_photo_btns.float-none.position-absolute {
  right: 10px;
  bottom: 10px;
}

.btn.w-100 + .file-input-name {
  margin-left: 0 !important;
  font-size: 11px;
  display: block;
  margin-top: 5px;
}

.btn-primary, .btn-secondary {
  color: #FFFFFF !important;
}

.btn-sm svg, small svg {
  width: 20px;
  height: 20px;
  vertical-align: -4px;
}
.btn-sm.btn-ico, small.btn-ico {
  height: 31px;
}

.btn-link:disabled:hover {
  color: #6c757d;
}

.btn-loading {
  pointer-events: none;
  cursor: default;
  color: transparent !important;
  position: relative;
  background-image: url("../images/loader.svg") !important;
  background-size: auto 60% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.table-search, .table-select {
  display: flex;
}
.table-search input, .table-search select, .table-select input, .table-select select {
  margin-left: 0.5em;
  width: 180px;
}

.dataTables_wrapper div.dataTables_processing {
  height: 100%;
  top: 0;
  padding-top: 35px;
  background: rgba(255, 255, 255, 0.8);
}
.dataTables_wrapper .dataTables_filter {
  display: none;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
  margin-bottom: 12px;
}
.dataTables_wrapper .dataTables_length select, .dataTables_wrapper .dataTables_filter input {
  width: auto;
  display: inline-block;
}
.dataTables_wrapper .dataTables_length select {
  margin: 0px 5px;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 5px;
}
.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin-top: 10px;
}
.dataTables_wrapper div.dataTables_info {
  text-align: right;
}
.dataTables_wrapper .row:last-child {
  justify-content: flex-end;
}
.dataTables_wrapper .row:last-child > div:last-child {
  display: none;
}

.table thead th {
  border-bottom: 0px;
}

table.dataTable {
  margin-bottom: 20px;
  min-width: 100%;
}
table.dataTable.no-footer {
  border-bottom: 0;
}
table.dataTable td, table.dataTable thead th {
  padding: 0.75rem;
}
table.dataTable thead th {
  border-bottom: 0px;
}
table.dataTable thead th, table.dataTable thead td {
  border-bottom: 0;
}
table.dataTable thead th:not(.no-sort), table.dataTable thead td:not(.no-sort) {
  padding-right: 1rem;
}
table.dataTable tbody tr:hover {
  background-color: rgb(178.5, 215.4, 255) !important;
}
table.dataTable tbody tr:hover td.sorting_1 {
  background-color: rgb(165.75, 208.8, 255) !important;
}
table.dataTable tr.even td.sorting_1 {
  background-color: rgb(204, 228.6, 255);
}
table.dataTable tr.odd {
  background-color: rgb(204, 228.6, 255);
}
table.dataTable tr.odd td.sorting_1 {
  background-color: rgb(191.25, 222, 255);
}
table.dataTable tr.inactive {
  background-color: #eeeeee !important;
}
table.dataTable tr.inactive td.sorting_1 {
  background-color: rgb(225.25, 225.25, 225.25) !important;
}
table.dataTable .sublist td:first-of-type {
  white-space: nowrap;
}
table.dataTable .sublist td:first-of-type span.child-arrow {
  color: #007bff;
}
table.dataTable .sublist td:first-of-type svg {
  vertical-align: -5px;
  margin-right: 5px;
}
table.dataTable .sublist:not(.admin) td:first-child {
  white-space: normal;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] th:first-child::before {
  box-shadow: none;
  border: 0px;
  top: 17px;
  left: 5px;
  background-color: #007bff;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  width: 100%;
}
table.dataTable > tbody > tr.child span.dtr-title {
  min-width: auto;
  margin-right: 10px;
}

table tr.border-success td:first-child, table tr.border-success + tr.child td.child {
  border-left: 5px solid #28a745;
}
table tr.border-warning td:first-child, table tr.border-warning + tr.child td.child {
  border-left: 5px solid #ffc107;
}
table tr.border-danger td:first-child, table tr.border-danger + tr.child td.child {
  border-left: 5px solid #dc3545;
}
table td.icons {
  white-space: nowrap;
}
table td.icons a:not(.dropdown-item), table td.icons span {
  display: inline-block;
}
table td.icons a:not(.dropdown-item):not(:last-child), table td.icons span:not(:last-child) {
  margin-right: 5px;
}
table tfoot tr {
  background-color: #007bff;
  color: #FFFFFF;
  font-weight: bold;
}
table tbody:last-child tr:last-child td:first-child, table tfoot tr:last-child td:first-child {
  border-radius: 0px 0px 0px 5px;
}
table tbody:last-child tr:last-child td:last-child, table tfoot tr:last-child td:last-child {
  border-radius: 0px 0px 5px 0px;
}

body .fixedDataTableLayout_main {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
body .public_Scrollbar_main, body .public_Scrollbar_main.public_Scrollbar_mainActive {
  border-left: 0;
}
body .public_fixedDataTable_header, body .public_fixedDataTable_header .public_fixedDataTableCell_main, body .public_fixedDataTable_scrollbarSpacer {
  background-color: #FFFFFF;
  background-image: none;
}
body .public_fixedDataTable_hasBottomBorder, body .public_fixedDataTable_header, body .public_fixedDataTable_main {
  border-color: #dee2e6;
}
body .fixedDataTableLayout_rowsContainer > div > .fixedDataTableRowLayout_rowWrapper:not(:first-child) .public_fixedDataTableCell_main {
  border-top: 1px solid #dee2e6;
}
body .fixedDataTableLayout_rowsContainer > div > .fixedDataTableRowLayout_rowWrapper .public_fixedDataTableRow_main:hover, body .fixedDataTableLayout_rowsContainer > div > .fixedDataTableRowLayout_rowWrapper .public_fixedDataTableRow_main:hover .public_fixedDataTableCell_main {
  background-color: rgb(178.5, 215.4, 255) !important;
}
body .fixedDataTableCellGroupLayout_cellGroup > .public_fixedDataTableCell_main {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .fixedDataTableCellGroupLayout_cellGroup > .public_fixedDataTableCell_main[role=columnheader] {
  overflow: visible;
}
body .fixedDataTableCellLayout_wrap3 {
  padding: 0.75rem;
}
body .fixedDataTableCellLayout_wrap3 .public_fixedDataTableCell_cellContent {
  padding: 0;
}
body .public_fixedDataTableCell_main {
  border: 0;
}
body .public_fixedDataTableRow_highlighted, body .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main {
  background-color: rgb(204, 228.6, 255);
}

a.disabled, span.disabled {
  color: rgb(133.7553648069, 142.4849785408, 150.2446351931);
  pointer-events: none;
}

.text-disabled {
  color: rgb(174.7961373391, 180.5708154506, 185.7038626609);
}

svg.status {
  width: 20px;
  height: 20px;
  vertical-align: -5px;
  margin-right: 5px;
}

.navbar.navbar-dark.bottom {
  padding-bottom: 4.25rem;
}

.navbar-light.fixed-bottom .form-inline .btn:not(:last-child) {
  margin-right: 10px;
}
.navbar-light.fixed-bottom .alert {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-right: 10px;
}
.navbar-light.fixed-bottom .alert.alert-dismissible {
  padding-right: 3rem;
}
.navbar-light.fixed-bottom .alert button {
  padding: 0.5rem 1rem;
}

.dropdown.help .dropdown-item:active .text-muted, .dropdown.help .dropdown-item:active .text-primary, .dropdown.help .dropdown-item.active .text-muted, .dropdown.help .dropdown-item.active .text-primary, .dropdown.lang .dropdown-item:active .text-muted, .dropdown.lang .dropdown-item:active .text-primary, .dropdown.lang .dropdown-item.active .text-muted, .dropdown.lang .dropdown-item.active .text-primary, .dropdown.notifications .dropdown-item:active .text-muted, .dropdown.notifications .dropdown-item:active .text-primary, .dropdown.notifications .dropdown-item.active .text-muted, .dropdown.notifications .dropdown-item.active .text-primary, .dropdown.account .dropdown-item:active .text-muted, .dropdown.account .dropdown-item:active .text-primary, .dropdown.account .dropdown-item.active .text-muted, .dropdown.account .dropdown-item.active .text-primary {
  color: #f8f9fa !important;
}
.dropdown.help .dropdown-menu, .dropdown.lang .dropdown-menu, .dropdown.notifications .dropdown-menu, .dropdown.account .dropdown-menu {
  margin-top: calc(0.5rem + 4.5px);
  left: auto !important;
  right: 0 !important;
}

.dropdown.help button::after, .dropdown.lang button::after, .dropdown.notifications button::after {
  display: none;
}

@keyframes photo-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.dropdown.account .placeholder, .photo-gradient {
  background-size: 400% 400% !important;
  animation: photo-gradient 15s ease infinite;
}

.photo-gradient {
  position: relative;
  color: #000000;
  transition: transform 0.5s cubic-bezier(0, 0.3, 0, 1.75);
  background: #fff;
}
@keyframes slide {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}
.photo-gradient[class*=accreditation-]:before, .photo-gradient[class*=accreditation-]:after {
  content: "";
  position: absolute;
  width: 90px;
  height: 60px;
  bottom: 0;
  left: -50%;
  right: -50%;
  top: -25%;
  opacity: 0.5;
  z-index: 1;
}
.photo-gradient[class*=accreditation-]:before {
  animation: slide 3s ease-in-out infinite alternate;
}
.photo-gradient[class*=accreditation-]:after {
  animation: slide 5s ease-in-out infinite alternate;
}
.photo-gradient.accreditation-0:before, .photo-gradient.accreditation-0:after {
  background: linear-gradient(-60deg, rgb(232.2959183673, 152.193877551, 3.2040816327) 50%, #fdcb6e 50%);
}
.photo-gradient.accreditation-1:before, .photo-gradient.accreditation-1:after {
  background: linear-gradient(-60deg, rgb(15.3623188406, 64.1376811594, 26.5) 50%, #28a745 50%);
}
.photo-gradient.accreditation-2:before, .photo-gradient.accreditation-2:after {
  background: linear-gradient(-60deg, rgb(4.1377118644, 60.686440678, 104.3622881356) 50%, #0984e3 50%);
}
.photo-gradient.accreditation-3:before, .photo-gradient.accreditation-3:after {
  background: linear-gradient(-60deg, rgb(39.7394366197, 44.1549295775, 45.7605633803) 50%, #636e72 50%);
}
.photo-gradient.accreditation-4:before, .photo-gradient.accreditation-4:after {
  background: linear-gradient(-60deg, rgb(155.125, 52.0125, 27.375) 50%, #e17055 50%);
}
.photo-gradient.accreditation-5:before, .photo-gradient.accreditation-5:after {
  background: linear-gradient(-60deg, rgb(124.0126582278, 21.4873417722, 31.3101265823) 50%, #dc3545 50%);
}
.photo-gradient.accreditation-6:before, .photo-gradient.accreditation-6:after {
  background: linear-gradient(-60deg, rgb(4.1377118644, 60.686440678, 104.3622881356) 50%, #0984e3 50%);
}
.photo-gradient.pop-in {
  transition: transform 0.5s;
  transform: scale(0);
}
.photo-gradient img {
  z-index: 2;
}

.dropdown.account .placeholder {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: -15px;
  border: 2px solid #9A9DA0;
  overflow: hidden;
  background: linear-gradient(-45deg, #FFFFFF, #6c757d, #0062cc, #007bff);
}
.dropdown.account img {
  object-fit: cover;
}

.dropdown.help .dropdown-menu, .dropdown.notifications .dropdown-menu {
  width: 310px;
  max-height: calc(100vh - 121px);
  overflow: auto;
}

.dropdown.notifications .dropdown-menu {
  max-width: calc(100vw - 2.5rem - 38px);
}
.dropdown.notifications .dropdown-item {
  border-left-width: 5px;
  border-left-style: solid;
  white-space: normal;
  line-height: 1.1;
}

.dropdown.lang {
  width: 38px;
}
.dropdown.lang .dropdown-menu {
  min-width: 0;
  width: 38px;
}

.dropdown.help .dropdown-menu {
  max-width: calc(100vw - 2rem);
}

.navbar.bottom.d-lg-block {
  position: fixed;
  height: 56px;
  bottom: 0px;
  right: 16px;
  z-index: 9999;
  margin-top: 0 !important;
  display: flex !important;
  align-items: center;
}

.navbar-light.fixed-bottom.footer {
  height: 56px;
  z-index: 999;
}

@keyframes toast {
  0% {
    transform: translateX(calc(100% + 150px));
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes toast-image {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.toast {
  overflow: visible;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transform: translateX(calc(100% + 150px));
  animation: toast 0.5s ease-in-out forwards;
}
.toast .toast-header {
  border-top-right-radius: 0.25rem;
}
.toast .toast-header::before, .toast .toast-header img {
  position: absolute;
  top: 0;
  right: 100%;
  width: 120px;
  height: 100%;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  transform: scale(0);
  animation: toast-image 0.25s ease-in-out forwards 0.5s;
}
.toast .toast-header::before {
  content: "";
  display: block;
  background-color: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}
.toast .toast-header img {
  margin-right: 0 !important;
  object-fit: contain;
  object-position: center bottom;
}
.toast .toast-header.bg-danger::before {
  background-image: url("../images/danger.svg");
}
.toast .toast-header.bg-success::before {
  background-image: url("../images/success.svg");
}
.toast .toast-body {
  border-bottom-right-radius: 0.25rem;
}
.toast.with-image .toast-header::before {
  background-image: none;
}

.tooltip {
  z-index: 999999;
}

.tooltip.help {
  z-index: 9999999992;
}
.tooltip.help.show {
  opacity: 1;
}
.tooltip.help.bs-tooltip-bottom .arrow::before, .tooltip.help.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #007bff;
}
.tooltip.help.bs-tooltip-top .arrow::before, .tooltip.help.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #007bff;
}
.tooltip.help.bs-tooltip-left .arrow::before, .tooltip.help.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #007bff;
}
.tooltip.help.bs-tooltip-right .arrow::before, .tooltip.help.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #007bff;
}
.tooltip.help .tooltip-container {
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
}
.tooltip.help .tooltip-inner {
  color: #FFFFFF;
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.tooltip.help .tooltip-inner p {
  margin: 8px;
}
.tooltip.help .tooltip-inner p:first-child {
  margin-top: 0px;
}
.tooltip.help .tooltip-inner p:last-child {
  margin-bottom: 0px;
}
.tooltip.help .tooltip-buttons {
  text-align: right;
  margin-top: 10px;
}
.tooltip.help .tooltip-buttons a {
  color: #FFFFFF;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
}
.tooltip.help .tooltip-buttons a:hover {
  opacity: 0.7;
}
@keyframes colorAnimation {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.tooltip.help .tooltip-buttons a.next {
  animation-name: colorAnimation;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.tooltip.help .tooltip-buttons svg, .tooltip.help .tooltip-buttons img {
  width: 20px;
  margin: 0px 2px;
}

.tour-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0.35);
}

.tour-highlight {
  z-index: 9999999991;
}
.tour-highlight:not(.navbar) {
  position: relative;
}
.tour-highlight::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 5px;
  background: #fff;
}
.tour-highlight svg, .tour-highlight .form-inline, .tour-highlight th, .tour-highlight td {
  position: relative;
}

.tour-no-events {
  pointer-events: none;
  cursor: default;
}

.ui-autocomplete {
  z-index: 9999999991;
}

.tooltip.message {
  margin-left: 0.5rem;
}
.tooltip.message.show {
  opacity: 1;
}
.tooltip.message.bs-tooltip-right .arrow::before, .tooltip.message.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #f8f9fa;
}
.tooltip.message .bg-light {
  border-radius: 0.25rem;
}
.tooltip.message .tooltip-inner {
  background: transparent;
  max-width: 80vw;
  color: #000000;
  text-align: left;
}
.tooltip.message p {
  font-size: 13px;
  margin-bottom: 5px;
}
.tooltip.message p:last-child {
  margin-bottom: 0;
}

.tooltip-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(170, 170, 170, 0.3);
  z-index: 9999;
}

a[data-toggle=tooltip], span.disabled[data-toggle=tooltip] {
  display: inline-block;
}

.animated {
  z-index: 999;
}

.dashboard a {
  font-size: 1.5rem;
}
.dashboard a svg {
  width: 50px;
  height: 50px;
  margin: 0 auto 0.5rem;
}

.cookies {
  font-size: 10px;
  padding: 10px 15px;
  z-index: 9999999999;
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 66px;
}
.cookies p {
  margin: 2px 0px;
}
.cookies b {
  font-size: 12px;
}
.cookies a {
  float: right;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: #FFFFFF;
  line-height: 12px;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  margin-left: 5px;
  margin-bottom: 5px;
}

.error_404 img {
  max-width: 100%;
  max-height: 100%;
}
.error_404 .text-primary {
  font-size: 80px;
  font-weight: bold;
}
.error_404 .h5 {
  font-weight: normal;
}

.timeline .axis {
  border-right: 2px solid #000000;
  position: relative;
  padding-left: 23px;
  margin-right: 5px;
}
.timeline .axis > div {
  line-height: 1;
  position: absolute;
  top: -11px;
  left: 0;
  font-size: 12px;
  width: 13px;
  text-align: right;
}
.timeline .axis::before {
  content: "";
  display: block;
  background: #000000;
  width: 10px;
  height: 2px;
  position: absolute;
  right: -5px;
  top: -5px;
}
.timeline > div:nth-child(2) .axis > div {
  top: -6px;
}
.timeline > div:nth-child(2) .axis::before {
  top: 0;
}
.timeline > div:last-child .axis > div {
  top: -8px;
}
.timeline > div:last-child .axis::before {
  top: -2px;
}

.accreditation {
  position: relative;
  width: 160px;
}
.accreditation span.acc-icon {
  pointer-events: none;
}
.accreditation.disabled .acc-icon {
  opacity: 0.5;
  pointer-events: none;
}
.accreditation .acc-icon {
  position: relative;
  text-align: left;
  width: 60px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.6s cubic-bezier(0.86, 0, 0.07, 1), width 0.6s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.6s;
  overflow: hidden;
  color: #FFFFFF;
}
.accreditation .acc-icon.dropdown-toggle::after {
  margin-left: 0;
  transition: margin 0.6s cubic-bezier(0.86, 0, 0.07, 1), color 0.15s cubic-bezier(0.86, 0, 0.07, 1);
}
.accreditation .acc-icon.dropdown-toggle:not(.selected)::after {
  margin-left: -1.1rem;
}
.accreditation .acc-icon.btn-narrow:nth-child(n)::after, .accreditation .acc-icon.btn-wide:nth-child(n)::after {
  margin-left: 0;
}
.accreditation .acc-icon span {
  position: absolute;
  left: 1.45rem;
  top: 0.25rem;
  transition: left 0.6s cubic-bezier(0.86, 0, 0.07, 1), transform 0.6s cubic-bezier(0.86, 0, 0.07, 1), color 0.15s cubic-bezier(0.86, 0, 0.07, 1);
}
.accreditation .acc-icon span.waiting {
  transform: translateY(-125%);
}
.accreditation .acc-icon span.waiting.start {
  transform: translateY(-125%);
}
.accreditation .acc-icon span.hidden {
  transform: translateY(125%);
}
.accreditation .acc-icon svg {
  width: 50px;
  height: 20px;
  margin-right: 5px;
  vertical-align: -4px;
  transition: width 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.accreditation .acc-icon:not(.selected) span {
  left: 0.25rem;
}
.accreditation .acc-icon.btn-narrow span, .accreditation .acc-icon.btn-wide span {
  left: 1.45rem;
}
.accreditation .acc-icon.btn-wide {
  width: 50px;
}
.accreditation .acc-icon.btn-narrow {
  width: 26px;
}
.accreditation .acc-icon.hidden {
  opacity: 0;
  pointer-events: none;
}
.accreditation .acc-icon.selected {
  width: 100%;
  transform: translate(0, 0) !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0s, width 0.6s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.6s;
}
.accreditation .acc-icon.selected svg {
  width: 20px;
}
.accreditation .acc-icon.animate-0 span, .accreditation .acc-icon.animate-0::after {
  color: #000;
}
.accreditation .acc-icon.animate-0 {
  color: #fff;
  background-color: #fdcb6e;
  border-color: #fdcb6e;
}
.accreditation .acc-icon.animate-1 {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.accreditation .acc-icon.animate-2 {
  color: #fff;
  background-color: #8708c7;
  border-color: #8708c7;
}
.accreditation .acc-icon.animate-3 {
  color: #fff;
  background-color: #636e72;
  border-color: #636e72;
}
.accreditation .acc-icon.animate-4 {
  color: #fff;
  background-color: #e17055;
  border-color: #e17055;
}
.accreditation .acc-icon.animate-5 {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.accreditation .acc-icon.animate-6 {
  color: #fff;
  background-color: #0984e3;
  border-color: #0984e3;
}
.accreditation .dropdown-menu svg {
  margin-right: 5px;
  vertical-align: -6px;
}
.accreditation .dropdown-menu .dropdown-item[data-type="0"] {
  color: #fdcb6e;
}
.accreditation .dropdown-menu .dropdown-item[data-type="1"] {
  color: #28a745;
}
.accreditation .dropdown-menu .dropdown-item[data-type="2"] {
  color: #8708c7;
}
.accreditation .dropdown-menu .dropdown-item[data-type="3"] {
  color: #636e72;
}
.accreditation .dropdown-menu .dropdown-item[data-type="4"] {
  color: #e17055;
}
.accreditation .dropdown-menu .dropdown-item[data-type="5"] {
  color: #dc3545;
}
.accreditation .dropdown-menu .dropdown-item[data-type="6"] {
  color: #0984e3;
}

.plane_button, .plane_button_grey {
  --primary: #275EFE;
  --primary-dark: #2055EE;
  --primary-darkest: #133FC0;
  --text: #FFFFFF;
  --text-opacity: 1;
  --success: #2B3044;
  --success-scale: .2;
  --success-opacity: 0;
  --border-radius: 7;
  --overflow: hidden;
  --rotate: 0;
  --plane-x: 0;
  --plane-y: 0;
  --plane-opacity: 1;
  --left-wing-background: var(--primary);
  --left-wing-first-x: 0;
  --left-wing-first-y: 0;
  --left-wing-second-x: 50;
  --left-wing-second-y: 0;
  --left-wing-third-x: 0;
  --left-wing-third-y: 100;
  --left-body-background: var(--primary);
  --left-body-first-x: 50;
  --left-body-first-y: 0;
  --left-body-second-x: 50;
  --left-body-second-y: 100;
  --left-body-third-x: 0;
  --left-body-third-y: 100;
  --right-wing-background: var(--primary);
  --right-wing-first-x: 50;
  --right-wing-first-y: 0;
  --right-wing-second-x: 100;
  --right-wing-second-y: 0;
  --right-wing-third-x: 100;
  --right-wing-third-y: 100;
  --right-body-background: var(--primary);
  --right-body-first-x: 50;
  --right-body-first-y: 0;
  --right-body-second-x: 50;
  --right-body-second-y: 100;
  --right-body-third-x: 100;
  --right-body-third-y: 100;
  display: block;
  cursor: pointer;
  position: relative;
  border: 0;
  padding: 8px 0;
  min-width: 100px;
  text-align: center;
  margin: 0;
  line-height: 24px;
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  background: none;
  outline: none;
  color: var(--text);
  transform: rotate(calc(var(--rotate) * 1deg)) translateZ(0);
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
}
.plane_button .left, .plane_button_grey .left,
.plane_button .right,
.plane_button_grey .right {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: var(--plane-opacity);
  transform: translate(calc(var(--plane-x) * 1px), calc(var(--plane-y) * 1px)) translateZ(0);
}
.plane_button .left:before, .plane_button_grey .left:before, .plane_button .left:after, .plane_button_grey .left:after,
.plane_button .right:before,
.plane_button_grey .right:before,
.plane_button .right:after,
.plane_button_grey .right:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: calc(var(--border-radius) * 1px);
  transform: translate(var(--x, 0.4%), var(--y, 0)) translateZ(0);
  z-index: var(--z-index, 2);
  background: var(--background, var(--left-wing-background));
  clip-path: polygon(calc(var(--first-x, var(--left-wing-first-x)) * 1%) calc(var(--first-y, var(--left-wing-first-y)) * 1%), calc(var(--second-x, var(--left-wing-second-x)) * 1%) calc(var(--second-y, var(--left-wing-second-y)) * 1%), calc(var(--third-x, var(--left-wing-third-x)) * 1%) calc(var(--third-y, var(--left-wing-third-y)) * 1%));
}
.plane_button .left:after, .plane_button_grey .left:after {
  --x: 0;
  --z-index: 1;
  --background: var(--left-body-background);
  --first-x: var(--left-body-first-x);
  --first-y: var(--left-body-first-y);
  --second-x: var(--left-body-second-x);
  --second-y: var(--left-body-second-y);
  --third-x: var(--left-body-third-x);
  --third-y: var(--left-body-third-y);
}
.plane_button .right:before, .plane_button_grey .right:before {
  --x: -.4%;
  --z-index: 2;
  --background: var(--right-wing-background);
  --first-x: var(--right-wing-first-x);
  --first-y: var(--right-wing-first-y);
  --second-x: var(--right-wing-second-x);
  --second-y: var(--right-wing-second-y);
  --third-x: var(--right-wing-third-x);
  --third-y: var(--right-wing-third-y);
}
.plane_button .right:after, .plane_button_grey .right:after {
  --x: 0;
  --z-index: 1;
  --background: var(--right-body-background);
  --first-x: var(--right-body-first-x);
  --first-y: var(--right-body-first-y);
  --second-x: var(--right-body-second-x);
  --second-y: var(--right-body-second-y);
  --third-x: var(--right-body-third-x);
  --third-y: var(--right-body-third-y);
}
.plane_button span, .plane_button_grey span {
  display: block;
  position: relative;
  z-index: 4;
  opacity: var(--text-opacity);
}
.plane_button span.success, .plane_button_grey span.success {
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  transform: rotate(calc(var(--rotate) * -1deg)) scale(var(--success-scale)) translateZ(0);
  opacity: var(--success-opacity);
  color: var(--success);
}

.plane_button_grey {
  --primary: #e6e6e6 !important;
  --primary-dark: #e6e6e6 !important;
  --primary-darkest: #e6e6e6 !important;
  color: rgb(133.7553648069, 142.4849785408, 150.2446351931);
  pointer-events: none;
}

.colored_icon {
  --size: 35px;
  display: inline-block;
  width: var(--size);
  height: var(--size);
  mask-size: cover;
}
.colored_icon.virus_icon {
  mask-image: url(../images/virus.svg);
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .ue_form .col.order-1.order-md-0 {
    order: 1;
  }
  .ue_form .col-12.col-md-auto.mw-100 {
    flex: 0 0 100%;
  }
  .user_edit_photo .col-md-5, .user_edit_photo .col-md-7 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .user_edit_photo .pr-md-2 {
    padding-right: 0;
  }
  .user_edit_photo .pl-md-2 {
    padding-left: 0;
  }
  .user_edit_photo .mt-md-0 {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .btn.w-100 {
    display: flex;
    justify-content: center;
  }
  body #main_acc_search {
    left: 72px;
    top: 66px;
  }
}
@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
  .error_404 {
    height: calc(100vh - 324px);
  }
  .error_404 > div:first-child {
    text-align: right;
  }
  .error_404 img {
    margin-right: 20px;
  }
  .navbar.navbar-light .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .navbar.navbar-light .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
  }
  .dropdown.help .dropdown-menu, .dropdown.notifications .dropdown-menu {
    max-height: calc(100vh - 200px);
  }
  .table-search, .table-select {
    position: absolute;
    top: 0;
  }
  .table-search {
    right: 0;
  }
  .table-select {
    right: 250px;
  }
  .tabs .table-search {
    position: static;
    float: right;
  }
  .tabs .table-search + div, .tabs .table-search + table {
    clear: both;
  }
}
@media (min-width: 1366px) {
  body {
    padding-top: 112px;
  }
  .navbar.bottom.d-lg-block .d-none {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .card-columns {
    column-gap: 30px;
  }
}
@media (max-width: 1199px) {
  .card-columns {
    column-count: 1;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.9rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  img {
    max-width: 100%;
  }
  .alert a {
    word-break: break-word;
  }
  .ui-tabs .ui-tabs-panel {
    padding: 1rem;
  }
  .ui-tabs.p-0.border-0 .ui-tabs-panel {
    padding-left: 0;
    padding-right: 0;
  }
  .ui-tabs.p-0.border-0 .ui-tabs-panel .card-header {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }
  .ui-tabs.p-0.border-0 .ui-tabs-panel .card-body {
    padding: 1rem;
  }
  .ui-dialog .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  .error_404 > div {
    text-align: center;
  }
  .error_404 img {
    height: 300px;
    margin-top: -20px;
  }
  .error_404 .text-primary {
    font-size: 60px;
    margin-bottom: 0px;
  }
  .error_404 .h3 {
    font-size: 1.25rem;
  }
  .error_404 .h5 {
    font-size: 1rem;
  }
  .navbar.navbar-expand-lg.navbar-light {
    max-height: calc(100vh - 56px);
    overflow: auto;
    z-index: 999999;
  }
  .navbar.navbar-expand-lg.navbar-light .navbar-nav {
    margin-top: 10px;
  }
  .navbar.navbar-expand-lg.navbar-light > .navbar-toggler {
    order: 1;
  }
  .navbar.navbar-expand-lg.navbar-light > .navbar-collapse {
    order: 3;
  }
  .navbar.navbar-expand-lg.navbar-light > .d-flex {
    order: 2;
    flex: 1;
  }
  form .col-xl-6.pl-0 {
    padding-right: 0px;
  }
  .switchery {
    border-radius: 20px;
    height: 20px;
    width: 33px;
  }
  .switchery > small {
    height: 20px;
    width: 20px;
  }
  input:checked + .switchery small {
    left: calc(100% - 20px) !important;
  }
  .ui-autocomplete {
    max-width: calc(100% - 3rem);
  }
  .table-search input, .table-search select, .table-select input, .table-select select {
    width: 100%;
  }
  div.dataTables_wrapper div.dataTables_paginate {
    white-space: normal;
    padding-top: 0.85em;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    white-space: normal;
    display: block;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination li {
    display: inline-block;
  }
  div.dataTables_wrapper div.dataTables_info {
    white-space: normal;
  }
  table.dataTable {
    width: 100% !important;
  }
  table.dataTable tr.sort {
    display: none;
  }
  table.dataTable:not(.data-table-simple) ul.dtr-details > li:last-child {
    text-align: center;
  }
  table.dataTable:not(.data-table-simple) ul.dtr-details > li:last-child .dtr-title {
    display: none;
  }
  table.dataTable:not(.data-table-simple) ul.dtr-details > li:last-child .dtr-data svg {
    width: 35px;
    height: 35px;
    padding: 0 3px;
  }
  table.dataTable:not(.data-table-simple) ul.dtr-details > li:last-child .dtr-data br {
    display: none;
  }
  table.dataTable ul.dtr-details > li {
    text-align: right;
  }
  table.dataTable ul.dtr-details > li + li {
    clear: both;
  }
  table.dataTable ul.dtr-details > li .dtr-title {
    float: left;
    text-align: left;
  }
  table.dataTable ul.dtr-details > li .dtr-data {
    display: inline-block;
  }
  table.dataTable.data-table-simple ul.dtr-details > li {
    text-align: left;
  }
  table.dataTable.data-table-simple ul.dtr-details > li .dtr-title {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  table.dataTable.data-table-simple ul.dtr-details > li .dtr-title, table.dataTable.data-table-simple ul.dtr-details > li .dtr-data {
    display: block;
  }
  table.dataTable > tbody > tr.odd:hover, table.dataTable > tbody > tr.odd + tr.child:hover {
    background-color: rgb(178.5, 215.4, 255) !important;
  }
  table.dataTable > tbody > tr.even:hover {
    background-color: #FFFFFF !important;
  }
  table.dataTable > tbody > tr td.sorting_1, table.dataTable > tbody > tr td.sorting_1, table.dataTable > tbody > tr:hover td.sorting_1, table.dataTable > tbody > tr:hover td.sorting_1 {
    background-color: transparent !important;
  }
  table.dataTable tr.odd + tr.child {
    background-color: rgb(204, 228.6, 255);
  }
  table.dataTable tr.odd + tr.child ul.dtr-details > li {
    border-color: #FFFFFF;
  }
  table.dataTable tr.odd .mobile-card .border-top {
    border-color: #FFFFFF !important;
  }
  table.dataTable tr.odd td {
    border-bottom: 1px solid #FFFFFF;
  }
  table.dataTable tr.even .mobile-card .border-top {
    border-color: #efefef !important;
  }
  table.dataTable tr.even td {
    border-bottom: 1px solid #efefef;
  }
  table.dataTable tr.child td {
    border-top: 0;
  }
  table.dataTable tr.sublist td:first-child {
    white-space: normal;
  }
  table.dataTable tr.sublist.admin + tr.child ul li:first-child {
    display: none;
  }
  table.dataTable .mobile-row {
    text-align: right;
  }
  table.dataTable .mobile-row .float-left.font-weight-bold {
    margin-right: 10px;
  }
  table.dataTable .mobile-card .photo {
    flex-shrink: 0;
  }
  table.dataTable .mobile-card .photo img {
    width: 75px !important;
    height: 75px !important;
  }
  .table-container {
    max-width: 100%;
    overflow: auto;
  }
  .table-container table input[type=text].form-control {
    min-width: 150px;
  }
  .navbar.bottom {
    padding: 0px;
  }
  .navbar.fixed-bottom .form-inline {
    flex-wrap: nowrap;
    overflow: auto;
    max-width: calc(100% - 75px);
    white-space: nowrap;
  }
  .navbar.fixed-bottom .btn, .navbar.fixed-bottom .alert {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  .navbar.bottom.d-lg-block {
    height: 49px;
  }
  .navbar.bottom.d-lg-block .btn {
    padding: 0.25rem 0.5rem;
  }
  .navbar-light.fixed-bottom.footer {
    height: 49px;
  }
  body #main_acc_search {
    top: 10px;
    left: 40px;
  }
  body #main_acc_search > span {
    display: none;
  }
  body #main_acc_search_window a.close svg {
    right: 24px;
    top: 24px;
    width: 30px;
    height: 30px;
  }
  body #main_acc_search_window .search_form {
    margin-left: 24px;
    margin-right: 24px;
    width: calc(100% - 48px);
  }
  body #main_acc_search_window .search_form .search_form_container > button {
    width: auto;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
  body #main_acc_search_window .search_form .search_form_container > button svg {
    margin-bottom: 0;
    width: auto;
    height: auto;
  }
  body #main_acc_search_window .search_form input {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    padding-right: 41px;
    font-size: 1rem;
    line-height: 1.5;
    border-width: 1px;
  }
  body #main_acc_search_window .search_form .search_form_container > div {
    margin-right: 10px;
  }
  body #main_acc_search_window .search_form .search_form_container > div button {
    padding: 5px;
    padding-right: 12px;
  }
  body.search #main_acc_search {
    top: 56px !important;
    left: 8px !important;
  }
  body.search #main_acc_search > span {
    display: inline-block;
    font-size: 1.5rem !important;
  }
  body.search #main_acc_search > svg {
    width: 40px !important;
    height: 40px !important;
    margin-right: 10px;
  }
  body.search #main_acc_search_window .search_form {
    margin-top: 122px !important;
  }
  body.search.typing #main_acc_search {
    top: 16px !important;
  }
  body.search.typing #main_acc_search_window .search_form {
    margin-top: 82px !important;
  }
}

/*# sourceMappingURL=style.css.map */
