:root {
  --sidebar-compact-width: 44px;
  --scrollbar-size: 20px;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#udi-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10000;
}
#udi-loader .loader {
  left: calc(50% - 0.5em);
  top: calc(50% - 0.5em);
  z-index: 99999999;
  position: fixed !important;
  color: #1554FF;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

body.ea-sidebar-width-hidden .wrapper {
  grid-template-columns: 0 auto;
}
body.ea-sidebar-width-hidden .wrapper .sidebar-wrapper {
  visibility: hidden;
}

[data-fontawesome] + .ts-wrapper [data-ts-item], [data-fontawesome] + .ts-wrapper .option {
  font-family: Font Awesome\ 5 Free;
  font-weight: 600;
}

.cursor-pointer {
  cursor: pointer !important;
}

#last-agent-version {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 12px;
  text-align: center;
  font-size: 0.7rem;
  line-height: 1rem;
  color: #666;
}

body .content-top {
  margin-bottom: 0;
  background-color: #1554FF;
}
body .content-top .user-menu-wrapper .user-details .user-name {
  color: #fff;
}
body.saml-login .content-top {
  background-color: transparent;
}
body.ea-sidebar-width-compact .sidebar .main-header .navbar {
  --sidebar-padding-left: 0;
}
body.ea-sidebar-width-compact #header-logo a {
  padding: 15px 5px;
}
body.ea-sidebar-width-compact #header-logo a img.img-fluid {
  height: 12px;
  width: 12px;
  object-fit: none;
}
@media (min-width: 992px) {
  body.ea-content-width-normal .content-wrapper {
    grid-template-columns: calc(var(--body-max-width) - var(--lg-content-padding-left) - var(--lg-content-padding-right) - var(--resize-handler-width)) var(--resize-handler-width);
  }
}
@media (min-width: 992px) {
  body.ea-content-width-full .content-wrapper {
    max-width: calc(100vw - var(--sidebar-max-width) - var(--scrollbar-size));
    grid-template-columns: calc(100vw - var(--sidebar-max-width) - var(--lg-content-padding-left) - var(--lg-content-padding-right) - var(--resize-handler-width)) var(--resize-handler-width);
  }
}
@media (min-width: 992px) {
  body.ea-content-width-full.ea-sidebar-width-hidden .content-wrapper {
    max-width: 100vw;
    grid-template-columns: calc(100vw - var(--lg-content-padding-left) - var(--lg-content-padding-right) - var(--resize-handler-width)) var(--resize-handler-width);
  }
}
@media (min-width: 992px) {
  body.ea-content-width-full.ea-sidebar-width-compact .content-wrapper {
    max-width: calc(100vw - var(--sidebar-compact-width) - var(--scrollbar-size));
    grid-template-columns: calc(100vw - var(--sidebar-compact-width) - var(--lg-content-padding-left) - var(--lg-content-padding-right) - var(--resize-handler-width)) var(--resize-handler-width);
  }
}
body.ea-content-width-full.ea-sidebar-width-compact .sidebar .main-header .navbar {
  --sidebar-padding-left: 0;
}
body.ea-content-width-full.ea-sidebar-width-compact #header-logo a {
  padding: 15px 5px;
}
body.ea-content-width-full.ea-sidebar-width-compact #header-logo a img.img-fluid {
  height: 12px;
  width: 12px;
  object-fit: none;
}
body .wrap-table-datagrid {
  display: block;
  overflow: auto;
  height: calc(100vh - 225px);
}
body .wrap-table-datagrid tr td.actions,
body .wrap-table-datagrid tr th:last-child, body .wrap-table-datagrid tr td:first-child, body .wrap-table-datagrid tr th:first-child, body .wrap-table-datagrid thead {
  position: sticky;
  background: #fff;
  z-index: 1;
}
body .wrap-table-datagrid thead {
  top: 0;
  z-index: 2;
}
body .wrap-table-datagrid tr td:first-child, body .wrap-table-datagrid tr th:first-child {
  left: 0;
}
body .wrap-table-datagrid tr td.actions,
body .wrap-table-datagrid tr th:last-child {
  right: 0;
}

.main-header .navbar {
  --sidebar-menu-items-padding-left: 0;
}
.main-header #header-logo a {
  padding: 30px 0;
  text-align: center;
}
.main-header #header-logo a img {
  max-height: 50px;
}

.ea-fileupload .custom-file-label {
  font-weight: 400;
  line-height: 24px;
}
.ea-fileupload .custom-file-label.col-form-label {
  padding: 3px 40px 3px 7px;
  font-weight: 400;
}

.ts-wrapper.form-select.disabled .ts-control {
  background: #e9ecef !important;
}

.card-header-tabs {
  margin-bottom: -0.55rem;
}

.sf-toolbar {
  position: fixed;
}

.form-switch-inline {
  display: inline-block;
}
.form-switch-inline .form-group {
  padding: 0;
}
.form-switch-inline .form-group .form-switch {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
}
.form-switch-inline .form-group .form-switch .form-check-input,
.form-switch-inline .form-group .form-switch .form-check-label {
  margin: 0 5px 0 0;
}
.form-switch-inline .form-group .form-switch .form-check-label {
  line-height: 1.3em;
  padding: 0;
}

#copymapping-wrapper {
  position: absolute;
  top: 70px;
  right: 25px;
  z-index: 1;
}
#copymapping-wrapper .form-group {
  width: 400px;
}

#flow-mapping .row-mapping {
  padding-bottom: 5px;
}
#flow-mapping .row-mapping .row-actions {
  float: right;
  line-height: 50px;
}
#flow-mapping .row-mapping .row-actions .remove {
  margin-right: 10px;
  background: none;
  border-radius: 2px;
  box-shadow: -1px -1px 0px 0px rgba(0, 0, 0, 0.1), inset -1px -1px 0px 0px rgba(0, 0, 0, 0.1), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.7), 1px 1px 0px 0px rgba(255, 255, 255, 0.5);
  color: #555;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
  border: 0;
}
#flow-mapping .row-mapping .row-actions .remove:hover {
  background: rgba(255, 255, 255, 0.3);
}
#flow-mapping .row-mapping .row-actions .remove:active {
  box-shadow: -1px -1px 0px 0px rgba(0, 0, 0, 0.1), 1px 1px 0px 0px rgba(255, 255, 255, 0.5);
}
#flow-mapping .row-mapping .fields {
  background: #e9e9e9;
  height: 50px;
  border: 1px solid #e5e5e5;
  border-width: 1px 1px 1px 0;
}
#flow-mapping .row-mapping .fields .field-flow-selector {
  border: 0;
  border-right: 5px solid #e9e9e9;
  height: 100%;
  float: left;
  width: 50%;
}
#flow-mapping .row-mapping .fields .btn-field-add {
  font-family: fontawesome;
  color: #fff;
  background: #e9e9e9;
  height: 100%;
  width: 50%;
  line-height: 36px;
  padding: 0;
  border: 2px dashed #fff;
}
#flow-mapping .row-mapping .fields .btn-field-add:after {
  content: "\f067";
}
#flow-mapping .row-mapping .fields .row > *:first-child {
  position: relative;
}
#flow-mapping .row-mapping .fields .row > *:first-child:after {
  content: "\f0c1";
  font-family: fontawesome;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 15px 0 0 -6px;
  transform: rotate(-45deg);
}
#flow-mapping .row-mapping .fields .row > *:first-child .form-group {
  margin-left: -9px;
}
#flow-mapping .row-mapping .fields .row > *:last-child .form-group {
  margin-right: -9px;
}
#flow-mapping .row-mapping .fields .form-group {
  overflow: hidden;
  background: #f5f5f5;
}
#flow-mapping .row-mapping .fields .form-group > *, #flow-mapping .row-mapping .fields .form-group .field, #flow-mapping .row-mapping .fields .form-group .attributes, #flow-mapping .row-mapping .fields .form-group .name {
  height: 100%;
}
#flow-mapping .row-mapping .fields .form-group .actions {
  float: right;
  height: 100%;
}
#flow-mapping .row-mapping .fields .form-group .actions .edit, #flow-mapping .row-mapping .fields .form-group .actions .remove {
  height: 100%;
  width: 38px;
  float: left;
  line-height: 38px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
#flow-mapping .row-mapping .fields .form-group .actions .edit {
  background: #29B6F6;
}
#flow-mapping .row-mapping .fields .form-group .actions .edit:hover {
  background: #03a9f4;
}
#flow-mapping .row-mapping .fields .form-group .actions .remove {
  background: #EF5350;
}
#flow-mapping .row-mapping .fields .form-group .actions .remove:hover {
  background: #f44336;
}
#flow-mapping .row-mapping .fields .form-group .attributes {
  float: right;
  width: 200px;
  background: #e9e9e9;
  height: 100%;
  line-height: 32px;
  padding: 0 15px;
  border: 2px solid #f5f5f5;
}
#flow-mapping .row-mapping .fields .form-group .attributes .badge {
  margin: 0 4px 0 0;
  background-color: #666;
  color: #fff;
}
#flow-mapping .row-mapping .fields .form-group .attributes .badge.required {
  background: #E53935;
  display: inline-block;
  height: 5px;
  width: 5px;
  padding: 0;
  min-width: 0;
  border-radius: 10px;
  margin: 0;
}
#flow-mapping .row-mapping .fields .form-group .name {
  line-height: 37px;
  padding: 0 15px;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#flow-mapping .position {
  border: 1px solid #ddd;
  height: 50px;
  background: #e9e9e9;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  line-height: 50px;
  text-align: center;
  font-size: 1.5em;
  color: #999;
  text-shadow: 1px 1px 0 #fff;
  border-right-width: 0;
  border-radius: 3px 0 0 3px;
}
#flow-mapping [data-handle] {
  float: right;
  border: 1px solid #ddd;
  height: 50px;
  width: 20px;
  background: #ededed;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  margin-right: -15px;
  position: relative;
}
#flow-mapping [data-handle]:after {
  content: "";
  height: 1px;
  position: absolute;
  top: 17px;
  left: 5px;
  right: 5px;
  box-shadow: 0 3px 0 #fff, 0 6px 0 #fff, 0 9px 0 #fff, 0 12px 0 #fff, 0 15px 0 #fff;
  background: #fff;
}
#flow-mapping .form-group {
  border-radius: 5px;
  margin: 5px 0 0;
  height: 38px;
}
#flow-mapping .modal .form-group {
  margin: 0;
  padding: 5px;
  height: auto;
}
#flow-mapping .modal .form-group label {
  flex: auto;
  text-align: left;
  margin: 0;
}

#ea-index-dealer [data-label=Markets] .badge {
  white-space: normal;
  text-align: left;
}

body#list-interfaces.list.list-interfaces .content {
  position: relative;
}
body#list-interfaces.list.list-interfaces .content #main {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 30px;
  overflow: hidden;
}
body#list-interfaces.list.list-interfaces .content #main table {
  max-height: 100%;
  max-width: 100%;
  overflow: scroll;
  display: block;
  position: relative;
  z-index: 2;
}
body#list-interfaces.list.list-interfaces .content #main table .interfaces-header-00 {
  z-index: 2;
  top: 0;
  left: 0;
  width: 112px;
  max-width: 112px;
  min-width: 112px;
  height: 136px;
  min-height: 136px;
  max-height: 136px;
}
body#list-interfaces.list.list-interfaces .content #main table .interfaces-header-01 {
  z-index: 2;
  top: 0;
  left: 112px;
}
body#list-interfaces.list.list-interfaces .content #main table .interfaces-header-10 {
  z-index: 2;
  top: 136px;
  left: 0;
}
body#list-interfaces.list.list-interfaces .content #main table .interfaces-header-11 {
  z-index: 2;
  left: 112px;
  top: 136px;
}
body#list-interfaces.list.list-interfaces .content #main table thead tr th {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}
body#list-interfaces.list.list-interfaces .content #main table thead tr th .interfaces-system {
  display: block;
  width: 50px;
  font-size: 9px;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
}
body#list-interfaces.list.list-interfaces .content #main table thead tr:nth-child(2) th {
  top: 136px;
}
body#list-interfaces.list.list-interfaces .content #main table thead tr th:nth-child(-n+2),
body#list-interfaces.list.list-interfaces .content #main table tbody tr td:nth-child(-n+2) {
  position: sticky;
  left: 0;
  background: #fff;
}
body#list-interfaces.list.list-interfaces .content #main table thead tr th:nth-child(2),
body#list-interfaces.list.list-interfaces .content #main table tbody tr td:nth-child(2) {
  left: 112px;
}

body.ea-index.force-filters {
  overflow: hidden;
}
body.ea-index.force-filters .sidebar-wrapper {
  z-index: 9999;
}
body.ea-index.force-filters #modal-filters {
  display: block !important;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
body.ea-index.force-filters #modal-filters .modal-dialog {
  transform: translate(0, 0);
}
body.ea-index.force-filters #modal-filters .filter-content {
  display: block;
}
body.ea-index.force-filters .modal-backdrop {
  opacity: 0;
}

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