body {
  margin: 0;
  padding-bottom: 18px;
  /* LEGEND

  UNISEX
  LOADING
  FLASHMESSAGE
  BG SKEW LINE
  MAIN MENU
  FOOTER
  DATEPICKER / DATETIMEPICKER
  LOADING
  MODAL
  BUTTON
  REQUIRED POLE
  PROGRESS BAR
  TOOLTIP
  REPORT PART
  EASTER EGG
  ICONS------ */
  /* UNISEX --------------------------------------------------------------------- */
  /* --------------------------------------------------------------------- */
  /* LOADING --------------------------------------------------------------------- */
  /* BG SKEW LINE --------------------------------------------------------------------- */
  /* &:before {

      content: "";
      position: fixed;
      z-index: -1;
      top: -2070px;
      left: 135px;
      width: 520px;
      height: 5000px;
      //background: pick-color(bgline);
      transform: rotate(45deg);
  } */
  /* --------------------------------------------------------------------- */
}
body #return-to-top {
  position: fixed;
  bottom: 20px;
  left: 10px;
  display: none;
  font-size: 42px;
}
body #return-to-top:hover {
  color: #467a94;
}
body .loadingoverlay img.loading_page_spinner {
  width: 65px;
}
body .loadingoverlay:before {
  content: "\f3f4";
  font-family: "Font Awesome 5 DuoTone";
  font-size: 68px;
  animation-name: spin;
  animation-duration: 1100ms;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  position: absolute;
  color: #d6b5c7;
}
body .loadingoverlay:after {
  content: "\10f3f4";
  font-family: "Font Awesome 5 DuoTone";
  font-size: 90px;
  animation-name: spin;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  opacity: 0.7;
  position: absolute;
  color: #add5da;
}

/* MAIN MENU --------------------------------------------------------------------- */
.GXI_header {
  float: left;
  width: 100%;
  position: fixed;
  z-index: 2;
  background: #f7f7f7;
  border-bottom: 1px solid rgba(211, 211, 211, 0.5);
  /* .head_right {

      float: right;
      width: 42.5%;

      span {

          a {

              border-top-left-radius: 50px;
              border-bottom-right-radius: 50px;
          }
      }
  } */
}
.GXI_header:after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 10px;
  background-position-y: -75px;
  background-color: #393939;
}
.GXI_header .head_middle {
  border-top: 5px solid #467a94;
  float: left;
  width: 15%;
  text-align: center;
}
.GXI_header .head_middle a img {
  width: 180px;
  position: relative;
  top: 0;
}
.GXI_header .head_left {
  border-top: 5px solid #467a94;
  float: left;
  width: 85%;
  display: flex;
}
.GXI_header .head_left span {
  float: left;
  width: 20%;
  text-align: center;
}
.GXI_header .head_left span .dropdown {
  float: left;
  width: 100%;
  height: 67px;
}
.GXI_header .head_left span .dropdown.show .dropdown-toggle {
  background-color: #ececec;
}
.GXI_header .head_left span .dropdown button.dropdown-toggle {
  font-size: 14px;
  background-color: transparent;
  border: none;
  color: #212529;
  font-weight: 500;
  height: 67px;
  width: 100%;
  box-shadow: none !important;
  padding: 18px;
}
.GXI_header .head_left span .dropdown button.dropdown-toggle i {
  font-size: 23px;
  position: relative;
  top: 3px;
  margin-left: -5px;
  margin-right: 5px;
}
.GXI_header .head_left span .dropdown button.dropdown-toggle:hover {
  cursor: pointer;
  color: #467a94;
  background-color: #ececec;
}
.GXI_header .head_left span .dropdown button.dropdown-toggle:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  border: none;
  font-size: 9px;
  font-weight: 900;
  color: #467a94;
  position: relative;
  top: 1px;
  width: auto;
}
.GXI_header .head_left span .dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  min-width: 0;
  width: 100%;
  min-width: 205px;
  border: none;
  background: #f7f7f7;
  border-radius: 0;
  border-bottom: 1px solid rgba(211, 211, 211, 0.5);
}
.GXI_header .head_left span .dropdown .dropdown-menu a.dropdown-item {
  font-size: 14px;
  margin: 0 0 0 0;
  border: none;
  border-radius: 0;
  padding: 0;
  height: 38px;
  color: #212529;
  background-color: transparent;
  border-left: 5px solid rgba(211, 211, 211, 0.5);
  margin: 3px 0;
}
.GXI_header .head_left span .dropdown .dropdown-menu a.dropdown-item:hover, .GXI_header .head_left span .dropdown .dropdown-menu a.dropdown-item:focus, .GXI_header .head_left span .dropdown .dropdown-menu a.dropdown-item:active {
  color: #467a94;
  background-color: transparent;
  border-left-color: #467a94;
}
.GXI_header .head_left span .dropdown .dropdown-menu a.dropdown-item i {
  float: left;
  font-size: 18px;
  width: 40px;
  text-align: center;
  margin: 8px 0;
}
.GXI_header .head_left span .dropdown .dropdown-menu a.dropdown-item label {
  float: left;
  line-height: 2.9;
  margin: 0;
}
.GXI_header .head_left span a {
  float: left;
  font-size: 23px;
  color: #212529;
  text-align: center;
  font-weight: 500;
  width: 100%;
  height: 67px;
  padding: 12px;
  text-decoration: none;
}
.GXI_header .head_left span a:hover {
  cursor: pointer;
  color: #467a94;
  background-color: #ececec;
}
.GXI_header .head_left span a i {
  position: relative;
  top: 3px;
  margin-left: -5px;
  margin-right: 5px;
}
.GXI_header .head_left span a label {
  font-size: 14px;
  cursor: unset;
}

/* --------------------------------------------------------------------- */
/* FOOTER --------------------------------------------------------------------- */
.GXI_footer {
  /*width: 100%;*/
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: transparent;
}
.GXI_footer .copy {
  width: 100%;
  text-align: right;
  font-size: 8pt;
  padding: 0 60px 0 60px;
}
.GXI_footer .copy label {
  user-select: text;
  cursor: text;
  font-weight: 500;
  margin: 5px 0;
}
.GXI_footer .copy a {
  color: #467a94;
}

/* --------------------------------------------------------------------- */
/* DATEPICKER / DATETIMEPICKER --------------------------------------------------------------------- */
.datepicker.datepicker-dropdown {
  border-radius: 0;
  padding: 10px;
}
.datepicker.datepicker-dropdown table thead tr th {
  font-weight: 400;
  font-size: 10pt;
}
.datepicker.datepicker-dropdown table thead tr th.datepicker-switch {
  padding: 0 0 11px 0;
}
.datepicker.datepicker-dropdown table thead tr th.prev, .datepicker.datepicker-dropdown table thead tr th.next {
  color: transparent;
}
.datepicker.datepicker-dropdown table thead tr th.prev:before, .datepicker.datepicker-dropdown table thead tr th.next:before {
  font-family: "Font Awesome 5 Pro";
  color: black;
  margin-bottom: 11px;
  display: inline-block;
}
.datepicker.datepicker-dropdown table thead tr th.prev:before {
  content: "\f053";
}
.datepicker.datepicker-dropdown table thead tr th.next:before {
  content: "\f054";
}
.datepicker.datepicker-dropdown table thead tr th:hover {
  background-color: transparent !important;
}
.datepicker.datepicker-dropdown table tbody tr td {
  font-size: 10pt;
  font-weight: 300;
  width: 40px;
  height: 30px;
  border-radius: 0;
}
.datepicker.datepicker-dropdown table tbody tr td:hover {
  color: white;
  background-color: #365d71 !important;
}
.datepicker.datepicker-dropdown table tbody tr td.today {
  color: white;
  background: #467a94;
}
.datepicker.datepicker-dropdown table tbody tr td.today:hover {
  color: white !important;
  background: #365d71 !important;
}
.datepicker.datepicker-dropdown table tbody tr td.active {
  color: white;
  background: #36a25d !important;
}
.datepicker.datepicker-dropdown table tbody tr td.active:hover {
  color: white !important;
  background: #297c47 !important;
}

.bootstrap-datetimepicker-widget {
  padding: 0;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget .datepicker-decades table td > span.decade {
  line-height: 1.5 !important;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  padding-bottom: 15px;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: transparent;
}
.bootstrap-datetimepicker-widget table thead tr th {
  font-weight: 400;
  font-size: 10pt;
}
.bootstrap-datetimepicker-widget table thead tr th span.glyphicon {
  color: #467a94;
  font-family: "Font Awesome 5 Pro";
}
.bootstrap-datetimepicker-widget table thead tr th span.glyphicon.glyphicon-chevron-right:before {
  content: "\f054";
  margin-left: 15px;
}
.bootstrap-datetimepicker-widget table thead tr th span.glyphicon.glyphicon-chevron-left:before {
  content: "\f053";
  margin-left: 13px;
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table td > span {
  border-radius: 0 !important;
}
.bootstrap-datetimepicker-widget table td.day, .bootstrap-datetimepicker-widget table td.month, .bootstrap-datetimepicker-widget table td.year, .bootstrap-datetimepicker-widget table td.decade, .bootstrap-datetimepicker-widget table td > span.day, .bootstrap-datetimepicker-widget table td > span.month, .bootstrap-datetimepicker-widget table td > span.year, .bootstrap-datetimepicker-widget table td > span.decade {
  font-size: 14px;
  padding: 5px;
}
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.month:hover, .bootstrap-datetimepicker-widget table td.year:hover, .bootstrap-datetimepicker-widget table td.decade:hover, .bootstrap-datetimepicker-widget table td > span.day:hover, .bootstrap-datetimepicker-widget table td > span.month:hover, .bootstrap-datetimepicker-widget table td > span.year:hover, .bootstrap-datetimepicker-widget table td > span.decade:hover {
  background-color: #365d71 !important;
  color: #ffffff !important;
}
.bootstrap-datetimepicker-widget table td.today, .bootstrap-datetimepicker-widget table td > span.today {
  background: #467a94 !important;
  color: #ffffff !important;
}
.bootstrap-datetimepicker-widget table td.today:hover, .bootstrap-datetimepicker-widget table td > span.today:hover {
  background: #365d71 !important;
  color: #ffffff !important;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td > span.active {
  background: #36a25d !important;
  color: #ffffff !important;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget table td.active:hover, .bootstrap-datetimepicker-widget table td > span.active:hover {
  background: #297c47 !important;
}
.bootstrap-datetimepicker-widget table td.month, .bootstrap-datetimepicker-widget table td.year, .bootstrap-datetimepicker-widget table td > span.month, .bootstrap-datetimepicker-widget table td > span.year {
  padding: 0;
  font-size: 16px;
}
.bootstrap-datetimepicker-widget a[data-action] {
  color: #467a94;
}
.bootstrap-datetimepicker-widget a[data-action] .glyphicon-screenshot {
  position: relative;
  width: 100%;
  text-align: center;
}
.bootstrap-datetimepicker-widget a[data-action] .glyphicon-screenshot:before, .bootstrap-datetimepicker-widget a[data-action] .glyphicon-screenshot:after {
  font-family: "Font Awesome 5 Duotone";
  position: absolute;
  margin-left: -15px;
  top: -8px;
  font-size: 22px;
  color: #467a94;
}
.bootstrap-datetimepicker-widget a[data-action] .glyphicon-screenshot:before {
  content: "\f783";
}
.bootstrap-datetimepicker-widget a[data-action] .glyphicon-screenshot:after {
  content: "\10f783";
  opacity: 0.4;
}

/* --------------------------------------------------------------------- */
/* LOADING --------------------------------------------------------------------- THIS LOADING IS NOT USED */
.loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  text-align: center;
}
.loading:after {
  content: "Loading...";
  color: #dadada;
  position: absolute;
  top: 51%;
  margin-left: -69px;
  font-weight: 600;
}
.loading .lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  top: 45%;
}
.loading .lds-ripple div {
  position: absolute;
  border: 4px solid #ffffff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loading .lds-ripple div:nth-child(2) {
  animation-delay: -0.2s;
}

/* BUTTON --------------------------------------------------------------------- */
button:not(.close, .btn-fab) {
  border: none;
  border-radius: 0;
  outline: 0 !important;
  box-shadow: none !important;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  height: 36px;
  padding: 0 12px 2px 36px;
  position: relative;
}
button:not(.close, .btn-fab).btn-primary:before, button:not(.close, .btn-fab).btn-primary:hover {
  background-color: #365d71;
}
button:not(.close, .btn-fab).btn-danger:before, button:not(.close, .btn-fab).btn-danger:hover, button:not(.close, .btn-fab).fileinput-remove-button:before, button:not(.close, .btn-fab).fileinput-remove-button:hover {
  background-color: #8c3e3e;
}
button:not(.close, .btn-fab).btn-warning:before, button:not(.close, .btn-fab).btn-warning:hover {
  background-color: #9b5c17;
}
button:not(.close, .btn-fab).btn-warning.disabled {
  border-color: transparent !important;
}
button:not(.close, .btn-fab).btn-success:before, button:not(.close, .btn-fab).btn-success:hover {
  background-color: #297c47;
}

div.btn-file {
  outline: 0 !important;
  box-shadow: none !important;
}
div.btn-file:before, div.btn-file:hover {
  background-color: #365d71;
}

/* REQUIRED POLE --------------------------------------------------------------------- */
.help-block,
.temp-form-error-span {
  position: absolute;
  top: 15px;
  right: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff !important;
  background: #af4e4e;
  padding: 4px 7px 6px;
  z-index: 1;
}
.help-block:after,
.temp-form-error-span:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f0d7";
  font-weight: 900;
  position: absolute;
  bottom: -16px;
  right: 10px;
  font-size: 19px;
  color: #af4e4e;
}
.form-group > .help-block,
.form-group > .temp-form-error-span {
  top: -16px;
}

form[id*=cardSelectorForm] .form-group .help-block {
  top: -36px;
}

/* BUTTON ICON ONLY ------------------------------------------------------ */
/* TOOLTIP --------------------------------------------------------------------- */
.tooltip.show {
  opacity: 1;
}
.tooltip .arrow:before {
  border-top-color: black;
}
.tooltip.bs-tooltip-left .arrow:before {
  border-top-color: transparent;
  border-left-color: black;
}
.tooltip .tooltip-inner {
  border-radius: 0;
  background-color: #f7f7f7;
  color: black;
  font-size: 14px;
  padding: 8px 8px 10px;
  box-shadow: 0 0 1px 0 black;
}

/* REPORT PART --------------------------------------------------------------------- */
.item-detail-content .report-parts-wrapper .report-parts .report-part div[class*=report-part-] {
  float: none;
}

tr .report-parts-wrapper .err-dropdown-wrapper button.dropdown-toggle + .dropdown-menu {
  padding: 0 5px !important;
}

.report-parts-wrapper .report-parts-title {
  font-size: 17px;
  font-weight: 400;
}
.report-parts-wrapper .err-dropdown-wrapper a {
  float: left;
}
.report-parts-wrapper .report-parts {
  float: left;
  width: 100%;
}
.report-parts-wrapper .report-parts .report-part-header, .report-parts-wrapper .report-parts .report-part {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  display: table;
  padding: 8px 0 8px 9px;
  line-height: 1.2;
  border-left: 5px solid rgba(211, 211, 211, 0.5);
  position: relative;
  font-size: 14px;
}
.report-parts-wrapper .report-parts .report-part-header:hover, .report-parts-wrapper .report-parts .report-part:hover {
  background-color: #f2f2f2;
  border-left-color: #467a94;
}
.report-parts-wrapper .report-parts .report-part-header div[class*=report-part-], .report-parts-wrapper .report-parts .report-part div[class*=report-part-] {
  padding: 0 15px 0 0;
  float: none;
  display: table-cell;
  vertical-align: middle;
  height: 26px;
}
.report-parts-wrapper .report-parts .report-part-header div[class*=report-part-] a, .report-parts-wrapper .report-parts .report-part div[class*=report-part-] a {
  padding: 0 12px 0 0;
  cursor: pointer;
  text-decoration: none;
  border: none;
  margin: 0 0 0 5px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  float: right;
  text-align: center;
  line-height: 2.6;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.report-parts-wrapper .report-parts .report-part-header div[class*=report-part-] a i, .report-parts-wrapper .report-parts .report-part div[class*=report-part-] a i {
  float: left;
  width: 30px;
  text-align: center;
  line-height: 2.6;
  margin-right: 8px;
}
.report-parts-wrapper .report-parts .report-part-header div[class*=report-part-] a .badge, .report-parts-wrapper .report-parts .report-part div[class*=report-part-] a .badge {
  float: right;
  margin: 7px -2px 7px 1px;
  padding: 3px 0 4px;
  border-radius: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  width: 34px;
  color: white;
}
.report-parts-wrapper .report-parts .report-part-header div[class*=report-part-] a .badge.badge-success, .report-parts-wrapper .report-parts .report-part-header div[class*=report-part-] a .badge.badge-danger, .report-parts-wrapper .report-parts .report-part-header div[class*=report-part-] a .badge.badge-warning, .report-parts-wrapper .report-parts .report-part-header div[class*=report-part-] a .badge.badge-primary, .report-parts-wrapper .report-parts .report-part div[class*=report-part-] a .badge.badge-success, .report-parts-wrapper .report-parts .report-part div[class*=report-part-] a .badge.badge-danger, .report-parts-wrapper .report-parts .report-part div[class*=report-part-] a .badge.badge-warning, .report-parts-wrapper .report-parts .report-part div[class*=report-part-] a .badge.badge-primary {
  background-color: transparent;
}
.report-parts-wrapper .report-parts .report-part-header div[class*=report-part-] a .badge.badge-warning, .report-parts-wrapper .report-parts .report-part div[class*=report-part-] a .badge.badge-warning {
  padding-top: 5px;
  padding-bottom: 3px;
}
.report-parts-wrapper .report-parts .report-part-header div[class*=report-part-].report-part-description, .report-parts-wrapper .report-parts .report-part div[class*=report-part-].report-part-description {
  width: 61%;
  table-layout: fixed;
}
.report-parts-wrapper .report-parts .report-part-header div[class*=report-part-].report-part-code, .report-parts-wrapper .report-parts .report-part-header div[class*=report-part-].report-part-status, .report-parts-wrapper .report-parts .report-part div[class*=report-part-].report-part-code, .report-parts-wrapper .report-parts .report-part div[class*=report-part-].report-part-status {
  text-align: left;
  /* width: 80px; */
  flex: unset;
  min-width: 110px;
}
.report-parts-wrapper .report-parts .report-part-header div[class*=report-part-].report-part-action, .report-parts-wrapper .report-parts .report-part div[class*=report-part-].report-part-action {
  width: 17%;
}
.report-parts-wrapper .report-parts .report-part-header div[class*=report-part-].report-part-action .cnb-errors-count, .report-parts-wrapper .report-parts .report-part div[class*=report-part-].report-part-action .cnb-errors-count {
  float: right;
}
.report-parts-wrapper .report-parts .report-part-header div[class*=report-part-].report-part-action a, .report-parts-wrapper .report-parts .report-part div[class*=report-part-].report-part-action a {
  float: right;
}
.report-parts-wrapper .report-parts .report-part-header {
  display: none;
}
.report-parts-wrapper .report-iso-data-view {
  float: left;
  margin-bottom: 10px;
}
.report-parts-wrapper .report-iso-data-view a {
  margin-left: 0;
}

/* A */
body .add-ldap-user .form-group {
  position: relative;
}
/* EASTER EGG --------------------------------------------------------------------- */
body .easter_egg {
  display: none;
}
body#easter_egg_active .easter_egg {
  display: unset;
  position: absolute;
  width: 400px;
  height: 700px;
  z-index: 4;
  background-image: url("../img/egg/dont_panic_1.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
  top: 20%;
  left: 37%;
  animation-name: eggFadeInPart1;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-duration: 2s;
  animation-direction: alternate;
}
body#easter_egg_active .easter_egg:before, body#easter_egg_active .easter_egg:after {
  content: "";
  position: absolute;
  width: 400px;
  height: 700px;
  z-index: 3;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 0;
  left: 15px;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
body#easter_egg_active .easter_egg:before {
  background-image: url("../img/egg/dont_panic_2.png");
  animation-duration: 3s;
  animation-name: eggFadeInPart2;
}
body#easter_egg_active .easter_egg:after {
  background-image: url("../img/egg/dont_panic_3.png");
  animation-duration: 1s;
  animation-name: eggFadeInPart3;
}
@keyframes eggFadeInPart1 {
  0% {
    opacity: 0;
    background-size: 50%;
  }
  100% {
    opacity: 1;
    background-size: 100%;
  }
}
@keyframes eggFadeInPart2 {
  0% {
    opacity: 0;
    left: -50px;
  }
  100% {
    opacity: 1;
    left: 15px;
  }
}
@keyframes eggFadeInPart3 {
  0% {
    opacity: 0;
    left: 100px;
  }
  100% {
    opacity: 1;
    left: 15px;
  }
}
body .dropdown.bootstrap-select:after {
  float: right;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-size: 14px;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
  color: #467a94;
  pointer-events: none;
}
body .dropdown.bootstrap-select button.dropdown-toggle {
  padding-right: 30px !important;
}

/* ICONS -------------------------------------------------------------- */
.info i {
  color: #467a94;
}
.success i {
  color: #36a25d;
}
.warning i {
  color: #c7761e;
}
.danger i {
  color: #af4e4e;
}

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