.widget-customization .col-selection {
  width: 325px;
}
.widget-customization .header-col-selection {
  height: 24px;
  padding: 2px 8px;
  white-space: nowrap;
  background-color: #0096d6;
  color: #fff;
}

.widget-customization .header-col-selection.secondary {
  background-color: #777777;
}

.widget-customization .selection-list {
  min-height: 306px;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-top: none;
}

.widget-customization .selection-list option {
  padding: 0 7px;
}

.widget-customization .col-actions{
  padding: 0 3px;
  width: 91px;
}
svg.pinned_icon_off {
  color: #bbbbbb;
  width: 14px;
  height: 14px;
  vertical-align: bottom;
  margin-bottom: 3px;
}
svg.pinned_icon_on {
  color: #c1401c;
  width: 14px;
  height: 14px;
  vertical-align: bottom;
  margin-bottom: 3px;
}
svg.noti_icon_off {
  color: #bbbbbb;
  width: 14px;
  height: 14px;
  vertical-align: bottom;
  margin-bottom: 3px;
 }
svg.noti_icon_on {
  color: #00AA00;
  width: 14px;
  height: 14px;
  vertical-align: bottom;
  margin-bottom: 3px;
}
svg.sandy_icon_on {
  color: #0096d6;
  width: 14px;
  height: 14px;
  vertical-align: bottom;
  margin-bottom: 3px;
  margin-left: -3px;
  cursor: pointer;
}
svg.icon_off {
  color: #bbbbbb;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
  margin: 0 0 3px 1px;
}
svg.icon_on {
  color: #0095d6;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
  margin: 0 0 3px 1px;
}

/*** Loading styles ***/
.loading .cycle-animation {
  transform: scale3d(0.5, 0.5, 1);
}

#first-load-block {
  animation-delay: 0s;
  border-radius: 0px 0px 0px 0px;
}

#second-load-block {
  animation-delay: 0.25s;
  border-radius: 0px 6px 0px 0px;
}

#third-load-block {
  animation-delay: 0.75s;
  border-radius: 0px 0px 0px 6px;
}

#fourth-load-block {
  animation-delay: 0.5s;
}

@keyframes cycle-animation {
  0% {
    background: rgba(0, 150, 214, 1);
    opacity: 1;
  }

  50% {
    opacity: .25;
  }

  100% {
    background: rgba(0, 90, 122, 0.2);
    opacity: 1;
  }
}

.loading .cycle-animation {
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  display: inline-block;
}

.loading .cycle-animation span {
  position: absolute;
  background: #ecebf4;
  animation: cycle-animation 1s ease-in-out infinite;
}

.loading .cycle-animation span {
  box-sizing: content-box;
}

/*** User styles ***/
.user-gp {
  float: right;
  margin: 0;
}
.user-gp .profile > span {
  display: flex;
  align-items: center;
}

.user-gp .welcome {
  color: #8c8c8c;
  padding: 5px;
}

.user-gp a.profile-icon {
  color: #8c8c8c;
  padding: 5px;
}

.user-gp a.show-news {
  color: #8c8c8c;
  padding: 5px;
  border: none
}

.user-gp .notification a {
  color: #8c8c8c;
  padding: 5px;
}

.navbar-default .navbar-nav .notification.active a,
.navbar-default .navbar-nav .notification a {
  padding-bottom: 2px;
  margin-bottom: 1px;
}

.user-gp .notification span.badge {
  color: #0096d6;
  padding: 1px;
  font-size: 10px;
  background-color: #0099d600;
  margin-left: -9px;
  margin-top: -4px;
  position: absolute;
}

/*----------------------------------
  CSS for Advanced Field Customizer
----------------------------------*/
.afc-body {
  height: 370px;
  max-height: 370px;
  overflow: auto;
  padding: unset;
}

.afc-row {
  display: flex;
  margin: 10px;
}

.afc-column {
  flex: 50%;
  margin: 10px;
  overflow: hidden;
}

.afc-badge {
  position: absolute;
  width: 30px;
  color: #FFFFFF;
  background-color: #AED6F1;
  top: 0px;
  left: 0px;
  height: 100%;
  text-align: center;
  padding: 5px;
}

.afc-overlay-btn {
  position: absolute;
  width: 20px;
  background-color: #f4f4f4;
  color: #888;
  top: 0px;
  right: 0px;
  height: 100%;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}

.afc-standard {
  position: relative;
  color: #000000;
  border: solid 1px #C5ECFF;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 5px 5px 35px;
  cursor: default;
  margin-top: 3px;
  border-radius: 3px;
  overflow: hidden;
}

.afc-selected {
  position: relative;
  color: #000000;
  border: solid 1px #C5ECFF;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 25px 5px 35px;
  cursor: pointer;
  margin-top: 3px;
  border-radius: 3px;
  overflow: hidden;
}

.afc-frozen {
  position: relative;
  color: #C8C8C8;
  background-color: #F9F9F9;
  border: solid 1px #F9F9F9;
  cursor: default;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 5px 5px 35px;
  cursor: default;
  margin-top: 3px;
  border-radius: 3px;
  overflow: hidden;
}

.afc-available {
  position: relative;
  color: #000000;
  border: solid 1px #C5ECFF;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  cursor: pointer;
  margin-top: 3px;
  border-radius: 3px;
  overflow: hidden;
}

.afc-not-available {
  position: relative;
  color: #C8C8C8;
  background-color: #F9F9F9;
  border: solid 1px #F9FDFF;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  cursor: pointer;
  margin-top: 3px;
  border-radius: 3px;
  overflow: hidden;
}

.afc-column-hdr {
  background-color: #0096d6;
  color: #ffffff;
  cursor: default;
  padding: 5px;
  font-size: 16px;
  font-weight: 800;
}

.afc-column-sub-hdr {
  cursor: default;
  font-size: 10px;
  font-weight: 400;
  float: right;
}

.afc-max-rows {
  color: #777;
  cursor: default;
  font-size: 10px;
  font-weight: 400;
}

.afc-label {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.afc-name {
  margin: 0 3px 0 3px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}

.afc-value {
  font-size: 14px;
  font-weight: 400;
  color: #0096d6;
}

.afc-filter {
  padding-left: 25px !important;
}

.afc-eye-icon {
  color: #0096d6;
  padding-left: 10px;
  cursor: pointer;
}

.afc-reset-btn-wrap {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}

.afc-reset-btn {
  position: absolute;
  display: block;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 25px;
  cursor: pointer;
  background-color: #f4f4f4;
  color: #888;
  border-radius: 3px 0 0 3px;
  padding: 0;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
}

.afc-info-text {
  margin: 5px;
  color: #888;
}

.afc-hide {
  display: none;
}

.highlighted-cell {
  background-color: #ffffcc;
}

/*----------------------------------
  CSS for Flexi Filter Search
----------------------------------*/
.flexi-search-container {
  position: relative;
  width: 21px;
  height: 26px;
  background-color: #0096d6;
  box-sizing: border-box;
  border-radius: 3px;
  margin-left: 15px;
  transition: all 0.3s;

  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flexi-search-container-expanded {
  width: 180px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.flexi-search-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 26px;
  padding: 3px 23px 3px 23px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.flexi-search-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.flexi-search-input:not(:focus) {
  border-color: #0096d6;
}

.flexi-search-input::-moz-placeholder {
  color: #999;
  opacity: 1
}

.flexi-search-input::-ms-input-placeholder {
  color: #999
}

.flexi-search-input::-webkit-input-placeholder {
  color: #999
}

.flexi-search-reset {
  align-self: flex-start;
  width: 21px;
  height: auto;
  z-index: 10;
  color: #0096d6;
  background-color: #fff;
  text-align: center;
  font-size: 12px;
  margin-left: 1px;
  border: none;
  outline: none;
  cursor: pointer;
}

.flexi-search-reset:active {
  color: #0083bc;
  transform: scale(0.95);
  transition: transform 0.15s;
  -webkit-transition: transform 0.15s;
}

.flexi-search-btn {
  width: 21px;
  height: auto;
  padding: 2px;
  z-index: 10;
  color: #fff;
  background-color: inherit;
  text-align: center;
  font-size: 12px;
  border: none;
  outline: none;
}

.flexi-search-btn-right {
  position: absolute;
  align-self: flex-end;
  margin-right: 2px;
  height: auto;
  cursor: pointer;
  color: #0096d6;
  background-color: #fff;
}

.flexi-search-btn-right:active {
  color: #0083bc;
  transform: scale(0.95);
  transition: transform 0.15s;
  -webkit-transition: transform 0.15s;
}

/*----------------------------------
  CSS for Light Weight Data Grid
----------------------------------*/
.lwdg-table-wrapper {
  position: relative;
  width: 100.10%;
  padding: 0px 0px 5px 0px;
  margin: 0px;
  overflow: auto;
}

table.lwdg-table {
  width: 100%;
  margin-left: -1px;
  margin-bottom: -5px;
}

table.lwdg-table td {
  overflow: hidden;
  white-space: nowrap;
}

table.lwdg-table th {
  position: sticky;
  border-right: none !important;
  white-space: nowrap;
  z-index: 2;
  top: 0;
}

.lwdg-table-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 150, 214);
  font-size: 13px;
  padding: 4px 5px;
  border-bottom: 1px solid #999;
}

.lwdg-table-topbar-title {
  font-size: 13px;
}

.lwdg-table-topbar-btn {
  color: rgb(0, 150, 214);
  cursor: pointer;
  text-decoration: none;
  background-color: #fff;
  padding: 0px 5px;
  border-radius: 1px 5px;
  border: none;
  outline: none;
}

.lwdg-table-topbar-btn-dwnld {
  cursor: pointer;
  vertical-align: middle;
}
  
.lwdg-table-topbar-btn-prev {
  border-radius: 10px 3px 3px 10px;
  font-size: 12px;
  vertical-align: text-bottom;
}

.lwdg-table-topbar-btn-next {
  border-radius: 3px 10px 10px 3px;
  font-size: 12px;
  vertical-align: text-bottom;
}

.lwdg-table-topbar-select {
  display: inline !important;
  width: 50px;
  height: 18px;
  vertical-align: top;
  font-size: 12px !important;
  padding: 0px !important;
}

/*----------------------------------
  CSS for Chatbot
----------------------------------*/
.chatbot-toggler {
  position: fixed;
  z-index: 999;
  bottom: 25px;
  right: 10px;
  outline: none;
  border: none;
  height: 50px;
  width: 50px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: radial-gradient(circle, white, transparent);
  font-size: 30px;
  padding-bottom: 3px;
  transition: all 0.2s ease;
}
#chatbot.show-chatbot .chatbot-toggler {
  transform: rotate(90deg);
  background: #0096d6;
}
.chatbot-toggler span {
  color: #fff;
  position: absolute;
}
.chatbot-toggler span:last-child,
#chatbot.show-chatbot .chatbot-toggler span:first-child  {
  opacity: 0;
}
#chatbot.show-chatbot .chatbot-toggler span:last-child {
  opacity: 1;
}
.chatbot {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 13000;
  right: 10px;
  bottom: 30px;
  min-width: 30vw;
  max-width: 75vw;
  height: -webkit-fill-available;
  margin-top: 10px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.5);
  transform-origin: bottom right;
  box-shadow: 0 0 128px 0 rgba(0,0,0,0.1),
              0 32px 64px -48px rgba(0,0,0,0.5);
  transition: all 0.1s ease;
}
#chatbot.show-chatbot .chatbot {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.chatbot .chatheader {
  padding: 5px 20px;
  position: relative;
  text-align: left;
  color: #fff;
  background: #0096d6;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  flex-shrink: 0;
}

.chatbot .chatbox {
  overflow-y: auto;
  height: 90vh;
  padding: 10px 20px 100px;
}
.chatbot :where(.chatbox, textarea)::-webkit-scrollbar {
  width: 6px;
}
.chatbot :where(.chatbox, textarea)::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 25px;
}
.chatbot :where(.chatbox, textarea)::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}
.chatbox .chat {
  display: flex;
  flex-direction: column;
  list-style: none;
}
.chatbox .assistant {
  margin: 5px 0;
  align-items: flex-start;
}

.chatbox .user {
  margin: 5px 0;
  align-items: flex-end;
}

.chatbox .system {
  margin: 5px 0;
  align-items: center;
  justify-content: center;
}

.chatbox .assistant span {
  color: #0096d6;
  font-size: 12px;
}

.chatbox .user span {
  color: #0096d6;
  font-size: 12px;
}

.chatbox .assistant span:last-of-type {
  color: #777;
  font-size: 11px;
  margin: 0px 2px;
}

.chatbox .user span:last-of-type {
  color: #777;
  font-size: 11px;
  margin: 0px 2px;
}

.chatbox .chat p {
  padding: 12px 16px;
  border-radius: 10px;
  max-width: 75%;
  color: #000;
  background: #f2f2f2;
  margin: 0 0 3px;
  overflow-wrap: break-word;
}

#chatbox-assistant-p > p {
  max-width: 100%;
}

.chatbox .assistant p {
  border-radius: 0 10px 10px 10px;
  padding: 12px;
}

.chatbox .user p {
  border-radius: 10px 0 10px 10px;
  padding: 12px;
}

.chatbox .loading p {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: chatboxLoading;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 800px 104px;
  position: relative;
}

.chatbox .system p {
  white-space: pre-wrap;
  padding: 12px 16px;
  max-width: 75%;
  color: #777;
  background: #fff;
  font-size: 12px;
  text-align: center;
}

.chatbox .citation p {
  border-left: 5px solid #0096d6;
}

.chatbox .citation p label {
  font-weight: 600;
  margin-bottom: 10px;
  color: #555;
}

.chatbox .citation p em {
  font-style: normal;
  display: block;
}

.chatbox .citation p em label {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #999;
}

.citation-file {
  color: #0096d6;
  cursor: pointer;
  font-size: 12px;
}

.citation-close-btn {
  float: right;
  color: #0096d6 !important;
  cursor: pointer;
}

@keyframes chatboxLoading {
  0% {
    background-position: -468px 0
  }
  100% {
    background-position: 468px 0
  }
}

.chatbox .chat p.error {
  color: #721c24;
  background: #f8d7da;
}

.chatbot .chat-input {
  display: flex;
  gap: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 3px 20px;
  border-top: 1px solid #ddd;
  flex-shrink: 0;
}
.chat-input textarea {
  height: 55px;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  max-height: 180px;
  padding: 15px 15px 15px 0;
}
.chat-input span {
  align-self: flex-end;
  color: #0096d6;
  cursor: pointer;
  height: 55px;
  display: flex;
  align-items: center;
}
.chat-input-error {
  border: 2px dashed #d9534f !important;
}
.chatbot-disclaimer {
  color: #777 !important;
  padding-bottom: 20px;
}
.chatbot-btn-send {
  background: none;
  color: #0096d6;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

@media (max-width: 490px) {
  .chatbot-toggler {
    right: 20px;
    bottom: 20px;
  }
  .chatbot {
    right: 0;
    bottom: 0;
    height: 100%;
    border-radius: 0;
    width: 100%;
  }
  .chatbot .chatbox {
    height: 90%;
    padding: 25px 15px 100px;
  }
  .chatbot .chat-input {
    padding: 5px 15px;
  }
  .chatbot header span {
    display: block;
  }
}

.chatbot-rainbow-spinner {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: fixed;
  bottom: 25px;
  right: 5px;
  z-index: 998;
  visibility: visible;
  animation: crl-rotate 2.5s linear infinite;
}
.chatbot-rainbow-spinner .border, .chatbot-rainbow-spinner .glow {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.chatbot-rainbow-spinner .border:before, .chatbot-rainbow-spinner .glow:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: 100%;
  background-image: conic-gradient(from 0deg at 50% 50%, transparent 60deg, purple 110deg, blue 160deg, green 210deg, yellow 260deg, orange 310deg, red 360deg);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.chatbot-rainbow-spinner .border:before {
  padding: 2px;
}
.chatbot-rainbow-spinner .glow {
  animation: crl-pulse 2.5s linear infinite;
}
.chatbot-rainbow-spinner .glow:before {
  padding: 10px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: -5px;
  left: -5px;
}
.chatbot-rainbow-spinner-hide {
  visibility: hidden;
}

@keyframes crl-rotate {
  0% {
    opacity: 1;
    transform: rotate(0deg);
  }
  25% {
    opacity: 1;
    transform: rotate(90deg);
  }
  50%, 75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: rotate(360deg);
  }
}
@keyframes crl-pulse {
  0% {
    filter: blur(5px);
    opacity: 0.4;
  }
  50% {
    filter: blur(20px);
    opacity: 1;
  }
  100% {
    filter: blur(5px);
    opacity: 0.4;
  }
}

.chatbot-spinner-container {
  display: block;
  width: 60px;
  height: 60px;
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}

/* Control the size of the spinner using 'font-size' attribute */
.chatbot-spinner,
.chatbot-spinner::before,
.chatbot-spinner::after {
  display: block;
  font-size: 30px;
  width: 1em;
  height: 1em;
  margin-left: -1.1em;
  position: absolute;
  text-indent: -9999em;
  border-radius: 0em;
  animation: css-auk-spin-1 1.1s infinite ease;
  transform: translateZ(0);
}

.chatbot-spinner::before {
  content: "";
  font-size: inherit;
  border-top-right-radius: 0.5em;
  animation: css-auk-spin-2 1.1s infinite ease;
  transform: translateZ(0);
}

.chatbot-spinner::after {
  content: "";
  font-size: inherit;
  border-bottom-left-radius: 0.5em;
  animation: css-auk-spin-3 1.1s infinite ease;
  transform: translateZ(0);
}

@keyframes css-auk-spin-1 {
  0%,
  100% {
    box-shadow:
      1.1em 0em #0096d6,
      2.2em 1.1em rgba(0, 150, 214, 0.5);
  }

  25% {
    box-shadow:
      1.1em 0em rgba(0, 150, 214, 0.7),
      2.2em 1.1em rgba(0, 150, 214, 0.2);
  }

  50% {
    box-shadow:
      1.1em 0em rgba(0, 150, 214, 0.5),
      2.2em 1.1em #0096d6;
  }

  75% {
    box-shadow:
      1.1em 0em rgba(0, 150, 214, 0.2),
      2.2em 1.1em rgba(0, 150, 214, 0.7);
  }
}

@keyframes css-auk-spin-2 {
  0%,
  100% {
    box-shadow:
      3.3em 0em rgba(0, 150, 214, 0.2);
  }

  25% {
    box-shadow:
      3.3em 0em #0096d6;
  }

  50% {
    box-shadow:
      3.3em 0em rgba(0, 150, 214, 0.7);
  }

  75% {
    box-shadow:
      3.3em 0em rgba(0, 150, 214, 0.5);
  }
}

@keyframes css-auk-spin-3 {
  0%,
  100% {
    box-shadow:
      2.2em 1.1em rgba(0, 150, 214, 0.7);
  }

  25% {
    box-shadow:
      2.2em 1.1em rgba(0, 150, 214, 0.5);
  }

  50% {
    box-shadow:
      2.2em 1.1em rgba(0, 150, 214, 0.2);
  }

  75% {
    box-shadow:
      2.2em 1.1em #0096d6;
  }
}

.btn-rainbow {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 3px 12px;
  font-size: 14px;
  font-family: HPSimplified, "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 1px 5px;
  background: linear-gradient(90deg, #40defb, #40defb, #aa9df9, #ff84ff, #ff948a, #fcf64a, #40defb, #ffbd3b, #4ff5a9, #d3fb67, #4ff5a9, #ffbd3b, #40defb, #fcf64a, #ff948a, #ff84ff, #aa9df9, #40defb, #40defb);
  background-size: 1000% 100%;
  animation: create-rainbow-gradient-shift 60s ease infinite
}

@keyframes create-rainbow-gradient-shift {
  0%   {background-position:0% 50%}
  100% {background-position:100% 100%}
}

/* CSS for Popup Menu */

.popup-menu-field {
  display: inline-block;
  position: relative;
}

.popup-menu-field .popup-menu-list {
  position: absolute;
  width: auto;
  z-index: 20001;
  background-color: #fff;
  color: #555;
  border: 1px solid #0096d6;
  padding: 0px;
  box-shadow: rgba(0,0,0,0.2) 0px 0px 6px;
  visibility: hidden;
  top: 105%;
  opacity: 0;
  transition: opacity 1s;
}

.popup-menu-list li {
  background-color: #fff;
  white-space: nowrap;
  list-style: none;
  padding: 1px 5px;
  font-size: 12px;
}

.popup-menu-list li:hover {
  color: #fff;
  background-color: #0096d6;
}

.popup-menu-list li a {
  color: inherit;
  background-color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.popup-menu-list li a:hover {
  color: inherit;
  background-color: inherit;
  text-decoration: none;
}

.popup-menu-field:hover .popup-menu-list {
  visibility: visible;
  opacity: 1;
}

/*---------------------------------------
  CSS for Maintenance Message Component
---------------------------------------*/
.maint-msg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}

.maint-msg-modal-box {
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 1.5rem;
  transform: translate(-50%, -50%);
  width: 60rem;
  padding: 4rem 2rem;
  border-radius: 2rem;
  box-shadow: .4rem .4rem 2.4rem .2rem hsla(236, 50%, 50%, 0.3);
  text-align:center;
  overflow: hidden;
  background: #0096d6;
  color: #ffffff;
}

.maint-msg-modal-title {
  font-size: 3.2rem;
}

.maint-msg-modal-subtitle {
  font-size: 1.7rem;
}

.maint-msg-modal-text {
  padding: 2rem 3rem;
  font-size: 1.5rem;
  background-color: #f2f2f2;
  color: black;
  text-align: left;
  border-radius: 1rem;
}

.maint-msg-modal-btn {
  padding: 1rem 1.6rem;
  border: 1px solid hsla(0, 0%, 100%, .4);
  border-radius: 0.5rem 1.5rem;
  color: inherit;
  background: transparent;
  font-size: 1.4rem;
  font-family: inherit;
  letter-spacing: .2rem;
  transition: .2s;
  cursor: pointer;
}

.maint-msg-modal-btn:hover,
.maint-msg-modal-btn:focus {
  border-color: hsla(0, 0%, 100%, .6);
  transform: translateY(-.2rem);
}

.maint-msg-modal-footer {
  font-size: 1.2rem;
}

/*---------------------------------------
  CSS for OSS AI Persona Component
---------------------------------------*/
.ossai-persona-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.ossai-persona-modal-box {
  width: auto;
  height: auto;
  padding: 30px;
  text-align: center;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.ossai-persona-icon-container {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  margin: 30px;
}

.ossai-persona-icon-circle {
  --size: 70px;
  --bg-color: aliceblue;
  --color: #0096d6;
  margin: 0 auto;
  position: relative;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background-color: var(--bg-color);
  color: var(--color);
  font-size: calc(var(--size) * 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.ossai-persona-icon-circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid var(--color);
  z-index: 0;
  animation: ossai-persona-glow-pulse 2s ease-in-out infinite;
}

@keyframes ossai-persona-glow-pulse {
  0% {
    box-shadow: 0 0 4px var(--color),
                0 0 8px var(--color);
  }
  50% {
    box-shadow: 0 0 12px var(--color),
                0 0 25px var(--color);
  }
  100% {
    box-shadow: 0 0 4px var(--color),
                0 0 8px var(--color);
  }
}

.ossai-persona-icon-circle i {
  position: relative;
  z-index: 1;
}

.ossai-persona-icon-label {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.ossai-persona-icon-label-sm {
  font-size: 12px;
  font-weight: 300;
  color: #777;
}

/*!
 * Datepicker v0.5.1
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-2017 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2017-03-25T10:09:27.989Z
 */
.datepicker-container {
  font-size: 12px;
  line-height: 26px;

  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;

  width: 206px;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  background-color: #fff;

  direction: ltr !important;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.datepicker-container:before,
.datepicker-container:after {
  position: absolute;

  display: block;

  width: 0;
  height: 0;

  content: ' ';

  border: 5px solid transparent;
}

.datepicker-dropdown {
  position: absolute;
  z-index: 1;

  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;

  border: 2px solid #ccc;
  -webkit-box-shadow: 0 1px 6px #ccc;
          box-shadow: 0 1px 6px #ccc;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #0096d6;
}

.datepicker-top-left:before,
.datepicker-top-left:after,
.datepicker-top-right:before,
.datepicker-top-right:after {
  top: -5px;
  left: 10px;

  border-top: 0;
}

.datepicker-top-left:before,
.datepicker-top-right:before {
  border-bottom-color: #0096d6;
}

.datepicker-top-left:after,
.datepicker-top-right:after {
  top: -4px;

  border-bottom-color: #fff;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #0096d6;
}

.datepicker-bottom-left:before,
.datepicker-bottom-left:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  bottom: -5px;
  left: 10px;

  border-bottom: 0;
}

.datepicker-bottom-left:before,
.datepicker-bottom-right:before {
  border-top-color: #0096d6;
}

.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
  bottom: -4px;

  border-top-color: #fff;
}

.datepicker-top-right:before,
.datepicker-top-right:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  right: 10px;
  left: auto;
}

.datepicker-panel > ul:before,
.datepicker-panel > ul:after {
  display: table;

  content: ' ';
}

.datepicker-panel > ul:after {
  clear: both;
}

.datepicker-panel > ul {
  width: 102%;
  margin: 0;
  padding: 0;
}

.datepicker-panel > ul > li {
  float: left;

  width: 28px;
  height: 25px;
  margin: 0;
  padding: 0;

  list-style: none;

  cursor: pointer;
  text-align: center;

  background-color: #fff;
}

.datepicker-panel > ul > li:hover {
  background-color: #e6f2ff;
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  background-color: #e6f2ff;
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: #cce6ff;
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  background-color: #0096d6;
  color: #fff;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  cursor: default;

  color: #ccc;
  background-color: #fff;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #e6f2ff;
}

.datepicker-panel > ul > li[data-view='years prev'],
.datepicker-panel > ul > li[data-view='year prev'],
.datepicker-panel > ul > li[data-view='month prev'],
.datepicker-panel > ul > li[data-view='years next'],
.datepicker-panel > ul > li[data-view='year next'],
.datepicker-panel > ul > li[data-view='month next'],
.datepicker-panel > ul > li[data-view='next'] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view='years current'],
.datepicker-panel > ul > li[data-view='year current'],
.datepicker-panel > ul > li[data-view='month current'] {
  width: 150px;
}

.datepicker-panel > ul[data-view='years'] > li,
.datepicker-panel > ul[data-view='months'] > li {
  line-height: 52.5px;

  width: 52.5px;
  height: 52.5px;
}

.datepicker-panel > ul[data-view='week'] > li,
.datepicker-panel > ul[data-view='week'] > li:hover {
  cursor: default;

  background-color: #fff;
}

.datepicker-hide {
  display: none;
}

/*------------------------------------------------------------------------------
  CSS for OSS Expert Widget
------------------------------------------------------------------------------*/

/* Simple Data Grid Topbar CSS */

.sdg-topbar {
  max-height: 79px;
  display: flow-root;
  color: #ffffff;
  background-color: #0096d6;
  font-size: 12px;
  padding: 4px 4px 2px 4px;
}

.sdg-topbar-element {
  padding: 0px 2px;
  margin-left: 5px;
}

.sdg-topbar-element-warn-msg {
  background-color: rgb(255, 119, 119);
  color: rgb(0, 0, 0);
}

.sdg-topbar-element-btn {
  padding: 0px 2px;
  color: rgb(0, 0, 0);
}


/* Status Bar Visualization CSS */
.statusButtons ul {
  margin:    0px;
  list-style: none;
  padding: 0px;
}
.statusButtons ul li {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.statusButtons ul li.current {
  display: inline-block;
}

.statusButtons ul li > a {
  display: block;
  float: left;
  height: 21px;
  text-align: center;
  padding: 2px 8px 0 17px;
  position: relative;
  margin: 0 9px 0 0;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
}

.statusButtons ul li > a:after {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #3498db;
  position: absolute;
  right: -10px;
  top: 0;
  z-index: 1;
}

.statusButtons ul li > a:before {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}

.statusButtons ul li.seen > a {
  background: #008424;
}

.statusButtons ul li.seen > a:after {
  border-left: 10px solid #008424;
}

.statusButtons ul li.current > a {
  background: #c1401a;
  font-weight: normal;
  padding-top: 2px;
  margin-top: -1px;
  font-size:  13px;
  padding-bottom: 1px;
}

.statusButtons ul li.current > a:after {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 10px solid #c1401a;
  position: absolute;
  right: -10px;
  top: 0;
  z-index: 1;
}

.statusButtons ul li.current > a:before {
  border-top:    10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left:   10px solid #ffffff;
}

.statusButtons ul li.future > a {
  background: #3498db;
}

.statusButtons ul li.future > a:after {
  border-left: 10px solid #3498db;
}

.statusButtons ul li:first-child a {
  padding-left: 6px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.statusButtons ul li:first-child a:before {
  display: none;
}

.statusButtons ul li:last-child a {
  padding-right: 10px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.statusButtons ul li:last-child a:after {
  display: none;
}

/***************************************************************************************************
  Text Icon CSS for elements within the grid (SimpleDataGrid, MouseOverPopup, LabelGrid, etc)
***************************************************************************************************/

/* Grey (default) */
.texticon {
  background-color: #767676;
  color: #fff;
  font-size: 11px;
  padding: 0px 2px 0px 1px;
  border-radius: 2px;
  vertical-align: text-top;
}

/* Green */
.texticon-success {
  background-color: #5cb85c;
}

/* Yellow */
.texticon-warning {
  background-color: #f0ad4e;
}

/* Red */
.texticon-danger {
  background-color: #d9534f;
}

/* Blue */
.texticon-primary {
  background-color: #0096d6;
}

/* Gray */
.texticon-info {
  background-color: transparent;
  color: #999999;
  vertical-align: middle;
}

/* HP light red */
.texticon-infored {
  background-color: transparent;
  color: #c1401a;
  vertical-align: middle;
}

.tabbar-toggle {
    position: absolute ;
    right: 10px ;
    height: 24px;
    width: 28px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #0096d6;
    cursor: pointer;
    border-top-right-radius: 8px;
    border: 1px solid #0096d6;
}
.tabbar-toggle-up {

}
.tabbar-toggle-up::before  {
    content:"▲";
}

.tabbar-toggle-down {

}
.tabbar-toggle-down::before  {
    content:"▼";
}

.alert-war-us {
  border-style: none;
  border-left-style: solid;
  border-left-width: thick;
  border-color: #f44336;
  background-color: #f4c3c6;
  padding-left: 4px;
  border-radius: 15px;
  padding: 20px;
  color: black;
}  
.Toastify__toast-container {
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 9999px);
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff; }
  .Toastify__toast-container--top-left {
    top: 1em;
    left: 1em; }
  .Toastify__toast-container--top-center {
    top: 1em;
    left: 50%;
    margin-left: -160px; }
  .Toastify__toast-container--top-right {
    top: 1em;
    right: 1em; }
  .Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em; }
  .Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    margin-left: -160px; }
  .Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em; }

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0; }
    .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
      top: 0; }
    .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
      bottom: 0; }
    .Toastify__toast-container--rtl {
      right: 0;
      left: initial; } }

.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr; }
  .Toastify__toast--rtl {
    direction: rtl; }
  .Toastify__toast--default {
    background: #fff;
    color: #aaa; }
  .Toastify__toast--info {
    background: #3498db; }
  .Toastify__toast--success {
    background: #07bc0c; }
  .Toastify__toast--warning {
    background: #f1c40f; }
  .Toastify__toast--error {
    background: #e74c3c; }
  .Toastify__toast-body {
    margin: auto 0;
    -ms-flex: 1;
        flex: 1; }

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0; } }

.Toastify__close-button {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start; }
  .Toastify__close-button--default {
    color: #000;
    opacity: 0.3; }
  .Toastify__close-button:hover, .Toastify__close-button:focus {
    opacity: 1; }

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left; }
  .Toastify__progress-bar--animated {
    animation: Toastify__trackProgress linear 1 forwards; }
  .Toastify__progress-bar--controlled {
    transition: transform .2s; }
  .Toastify__progress-bar--rtl {
    right: 0;
    left: initial;
    transform-origin: right; }
  .Toastify__progress-bar--default {
    background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55); }

@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft; }

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight; }

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown; }

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp; }

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft; }

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight; }

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp; }

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown; }

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes Toastify__zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn; }

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut; }

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.Toastify__flip-enter {
  animation-name: Toastify__flipIn; }

.Toastify__flip-exit {
  animation-name: Toastify__flipOut; }

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0); } }

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0); } }

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0); } }

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0); } }

.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft; }

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight; }

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown; }

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp; }

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft; }

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight; }

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp; }

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown; }

/*# sourceMappingURL=ReactToastify.css.map */
.modal.order-notification .modal-header, 
.modal .theme-blue{
  background: #0096d6;
  color: #fff;
}
.modal.order-notification label {
  font-weight: 500;
}
.modal .modal-header.fx{
  display: flex;
  justify-content: space-between;
}
.modal.order-notification .modal-header .close {
  box-shadow: none;
  color: white;
  opacity: 1;
}
.modal .modal-header .btnico-close {
  background: transparent;
  border: none;
  font-size: 18px;
  line-height: 18px;
}

.modal.order-notification ul{
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.modal.order-notification ul li {
  margin: 2px 0;
}
.modal.order-notification ul input[type="checkbox"] {
  margin-right: 4px;
}
.modal.order-notification h4 {
  font-size: 16px;
  margin: 0 0 4px 0;
}
.modal.order-notification .flex-row {
    display: flex;
    padding: 10px 0;
}
.modal.order-notification .flex-row .sel-group{
    flex: 1;
    padding: 0 10px;
}
.modal.order-notification .flex-row .sel-group.spaced-top{
  margin-top: 36px;
  padding: 0;
}
.modal.order-notification .flex-row .sel-group ul {
  padding: 0 10px;
}
.modal.order-notification .form-row{
  padding: 10px 0;
}

.modal.order-notification .radio-group label{
  margin-left: 7px;
}

/*------------------------------------------------------------------
|   Support Requests tab
|
\------------------------------------------------------------------*/
.three-w-icon {
background-color: #0096D6;
font-size: 11px;
color: white;
border-radius: 7px;
border: none;
padding: 1px;
text-align: center;
text-decoration: none;
display: inline-block;
margin: 4px 2px;
cursor: pointer;
width: 33px;
}

/* reset grid css */
.nested-data-grid  {
  min-height: 200px;
}
.nested-data-grid .nestedgrid-content {
  min-height: 200px;
}
.nested-data-grid .table {
  margin-bottom: 0;
}

/* nested-data-grid */
.nested-data-grid .table-inner {
  width: auto;
}

.nested-data-grid .table .toggle-header-row{
  border-bottom: 1px solid transparent;
}
.nested-data-grid .table .toggle-header-row.state-collapsed > td{
  border-bottom: 1px solid #e8e8e8 !important;
}

.nested-data-grid .table .inner-table-wrraper {
  padding-left: 12px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 -3px;
  background-color: #fafafa;
}

.nested-data-grid .table .inner-table-wrraper tr > th {
  background-color: #e8e8e8;
  font-weight: 400;
  color: #000;
}
.nested-data-grid .table .inner-table-wrraper tr > td {
  color: #767676;
}

.nested-data-grid .table .table-inner {
    border-left: 1px solid #e8e8e8;
}




.nested-data-grid .tbody-inner > tr > th,
.nested-data-grid .table-inner > tr > td:first-child,
.nested-data-grid .tbody-inner > tr > td {
  padding: 0 7px;
  height: 20px;
  vertical-align: middle;
  border: none;
  min-width: 100px;
}

.nested-data-grid .table-inner > tr > th {
  vertical-align: middle;
  border-right: 1px solid #999;
  background-color: #999;
  color: #fff;
  font-weight: 400;
}

.nested-data-grid .table tbody tr td.simpleDataGridNothing0 {
  border-left: none;
}

.nested-data-grid .table tbody tr td:first-child {
  background-color: transparent;
  border: none;
  padding: 0 3px;
}
.nested-data-grid .table .toggle-header-row > td, 
.nested-data-grid .table .toggle-header-row > td:first-child {
  background-color: #fefefe;
  vertical-align: middle;
}

.nested-data-grid .grid-container-table .row-collapsed {
  display: none;
}

.nested-data-grid .grid-container-table .toggle-header-row .toggle-anchor {
  padding-left: 8px;
}
.nested-data-grid .grid-container-table .toggle-header-row .glyphicon-chevron-up {
  transform: rotate(180deg);
}

.nested-data-grid .grid-container-table .toggle-header-row.state-collapsed .glyphicon-chevron-up {
  transform: none;
}

.ncols-2 > td:first-child{
    width: 280px
}

.inner-table-wrraper .inner-table-wrraper .ncols-2 > td:first-child{
    width: 268px
}


.product-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 10px;
}

.product-image img {
    min-width: 100px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.product-image-disclaimer {
    width: 100%;
    color: red;
    font-size: 10px;
    padding-bottom: 5px;
    white-space: normal;
}
/**
 * CSS styles for the expert widget
 * Author: sandeep.yadav@hp.com
 * Date: July  2020
 */

/* #expert-item-shipment styles */
#expert-item-shipment .expert-loading {
  text-align: center;
   min-height: 80px;
   padding: 60px 0;
}
#expert-item-shipment .downloading{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.22);
    z-index: 100;
}

#expert-item-shipment .download-link{
  min-width: 16px;
  height: 16px;
  border-radius: 8px;
  position: relative;
  margin: 0 4px;
}
#expert-item-shipment .download-link .glyphicon{
  vertical-align: top;
  line-height: 14px;
  font-size: 14px;
  margin-right: 2px;
}
#expert-item-shipment .download-link .label-text{
  vertical-align: top;
  line-height: 16px;
}

#expert-item-shipment .shipment-row{
  display: flex;
  justify-content: flex-start;
}
#expert-item-shipment .align-right {
  text-align: right;
}
#expert-item-shipment .dropdown-ctrl .dropdown-toggle {
  color: #fff;
}

#expert-item-shipment .side-by-side-view{
  display: flex;
  padding: 0px;
}
#expert-item-shipment .side-by-side-view .side-lt{
  flex: 1;
  padding-right: 2px;
  width: 10px;
}
#expert-item-shipment .side-by-side-view .side-rt{
  flex: 0 0 545px;
  padding-left: 2px;
  min-width: 545px;
}

#expert-item-shipment .card {
  border: 1px solid #efefef;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  border-radius: 2px;
  overflow: hidden;
  min-height: 100%;
}

#expert-item-shipment .side-by-side-view .sdg-topbar{
  margin: 0;
  padding: 0 7px;
  display: flex;
}
#expert-item-shipment .side-by-side-view .sdg-topbar .dropdown-ctrl {
  margin-left: auto;
}
#expert-item-shipment .side-by-side-view .sdg-topbar h3{
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
}

#expert-item-shipment .simpleDataGridWrapper{
  padding-right: 0;
}

#expert-item-shipment .simpleDataGridWrapper .table th {
  height: 26px;
  vertical-align: middle;
}

#internalExpertWidget .expert-loading {
  text-align: center;
  min-height: 80px;
  padding: 60px 0;
}

#expert-item-shipment .frozen-grid-header {
  z-index: 10;
}
#expert-item-shipment .dwld-links {
  position: relative;
}
#expert-item-shipment .dwld-links .download-link {
  cursor: pointer;
}
#expert-item-shipment .dwld-links .dropdown-menu {
  position: absolute;
  top: 16px;
  left: 1px;
  background-color: #fff;
  display: none;
  cursor: pointer;
}
#expert-item-shipment .dwld-links:hover .dropdown-menu{
  display: block;
}

#expert-item-shipment .row-comment{
  width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
}

/* #StatusGraphic  */
#StatusGraphic {
  padding-right: 32px;
  position: relative;
}
#StatusGraphic .statusButtons ul {
  padding-bottom: 20px;
}
#StatusGraphic .statusButtons ul li.current > a {
  background: #0096d6;
}
#StatusGraphic .statusButtons ul li.current > a:after{
  border-left: 10px solid #0096d6;
}
#StatusGraphic .statusButtons ul li.canceled > a {
  background: #c1401a;
}
#StatusGraphic .statusButtons ul li.canceled > a:after{
  border-left: 10px solid #c1401a;
}
#StatusGraphic .statusButtons ul li.future > a {
  background: #999999;
}
#StatusGraphic .statusButtons ul li.future > a:after{
  border-left: 10px solid #999999;
}
#StatusGraphic .statusButtons .btn{
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
} 

#StatusGraphic .statusButtons .btn .badge {
  background: transparent;
  position: relative;
  top: auto;
  padding: 0 0 0 7px;
  line-height: 18px;
}

#StatusGraphic .statusButtons ul .btn > a {
  padding-left: 18px; 
  padding-right: 6px;
  font-weight: 300;
  transition: 250ms;
  transition-property: box-shadow;
  z-index: 1;
}
#StatusGraphic .statusButtons ul .btn > a:hover{
   box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
#StatusGraphic .statusButtons ul .btn.active > a {
  text-shadow: 0.3px 0.3px 0px rgba(250,250,250,0.9)
}
#StatusGraphic .statusButtons ul .btn.seen.active > a{
  background-image: linear-gradient(to right, #0a4e0a, #008424 );
}
#StatusGraphic .statusButtons ul .btn.current.active > a{
  background-image: linear-gradient(to right, #102e42, #3498db );
}
#StatusGraphic .statusButtons ul .btn.future.active > a{
  background-image: linear-gradient(to right, #454545, #999999 );
}

#StatusGraphic .statusButtons ul .btn.cancelled.active > a{
  background-image: linear-gradient(to right, #4c190a, #c1401a );
}

#StatusGraphic .statusButtons .btn.active:after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 2px; 
  border: 1px solid transparent;
  border-width: 2px 2px 0 0;
  box-shadow: -1px 0 4px #000;
}

#StatusGraphic .statusButtons ul li.btn-first a {
  padding-left: 10px;
}

#StatusGraphic .statusButtons ul li.btn-first a:before {
  display: none;
}


#StatusGraphic .viz-bookmark {
    position: relative;
    margin: 1px 6px 0;
    padding: 0;
    vertical-align: top;
}
#StatusGraphic .viz-bookmark.future{
  display: none;
}
#StatusGraphic .viz-bookmark .viz-flag {
  display: inline-block;
  width: 2px;
  height: 24px;
  position: relative;
  background-color: #aaaaaa;
}
#StatusGraphic .viz-bookmark .viz-flag:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: -2px;
  border-top:   3px solid #aaaaaa;
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
}
#StatusGraphic .viz-bookmark .viz-flag .viz-bookmark-lbl {
  position: absolute;
  bottom: -25px;
  text-align: center;
  font-size: 12px;
  transform: translateX(-50%);
  min-width: 80px;
  margin-left: 3px;
  color: #999999;
}
#StatusGraphic .viz-bookmark .viz-flag .viz-bookmark-lbl.lt {
  transform: none;
  margin-left: 0;
  text-align: left;
}

#StatusGraphic .ico-status {
  position: absolute;
  font-size: 12px;
  color: transparent;
  text-align: center;
  line-height: 1.2;
  white-space: break-spaces;
  top: 27px;
  left: calc(50% - 20px);
  width: 20px;
  height: 20px;
  transition: 0.3s;
  font-style: normal;
  pointer-events: none;
}
#StatusGraphic .ico-status:hover{
  color: #555;
}
#StatusGraphic .ico-status-legend {
  display: inline-block;
  width: 56px;
  height: 16px;
}
#StatusGraphic .ico-status.ico-lt{
  left: calc(50% - 50px);
}
#StatusGraphic .ico-status.ico-rt{
  left: auto;
  right: calc(50% - 40px);
}
#StatusGraphic .ico-status .status-tooltip {
    position: absolute;
    white-space: nowrap;
    background: #fff;
    left: 15px;
    bottom: -28px;
    z-index: 10;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    padding: 3px 6px;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
    display: none;
}
#StatusGraphic .ico-status:hover .status-tooltip {
  display: block;
}
#StatusGraphic .ico-status.ico-credit-approved,
#StatusGraphic .ico-status-legend.ico-credit-approved {
  background-image: url('../assets/images/Dollar_green.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 21px;
}
#StatusGraphic .ico-status-legend.ico-credit-approved{
  background-size: auto 16px;
}
#StatusGraphic .ico-status.ico-credit-approved.Dollar_red {
  background-image: url('../assets/images/Dollar_red.png');
}
#StatusGraphic .ico-status.ico-credit-approved.Dollar_blue {
  background-image: url('../assets/images/Dollar_blue.png');
}
#StatusGraphic .ico-status.ico-credit-approved.Dollar_green {
  background-image: url('../assets/images/Dollar_green.png');
}


#StatusGraphic .ico-status.ico-locked,
#StatusGraphic .ico-status-legend.ico-locked{
  background-image: url('../assets/images/lock_green.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 20px;
}
#StatusGraphic .ico-status-legend.ico-locked{
  background-size: auto 16px;
}

#StatusGraphic .ico-status.ico-locked.lock_yellow{
  background-image: url('../assets/images/lock_yellow.png')
}
#StatusGraphic .ico-status.ico-locked.lock_red{
  background-image: url('../assets/images/lock_red.png');
}
#StatusGraphic .ico-status.ico-locked.lock_green{
  background-image: url('../assets/images/lock_green.png');
}
#StatusGraphic .ico-status.ico-locked.lock_grey{
  background-image: url('../assets/images/lock_grey.png');
}

#StatusGraphic .ico-status.ico-mfg,
#StatusGraphic .ico-status-legend.ico-mfg {
  background-image: url('../assets/images/Factory_RGB_green_NT2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 20px;
}
#StatusGraphic .ico-status-legend.ico-mfg{
  background-size: auto 16px;
}
#StatusGraphic .ico-status.ico-mfg.Factory_RGB_gray_NT2{
  background-image: url('../assets/images/Factory_RGB_gray_NT2.png');
  pointer-events: none !important;
}

#StatusGraphic .ico-status.ico-shp,
#StatusGraphic .ico-status-legend.ico-shp {
  background-image: url('../assets/images/Shipping_RGB_green_NT.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 20px;
  width: 40px;
}
#StatusGraphic .ico-status-legend.ico-shp {
  background-size: auto 16px;
}
#StatusGraphic .ico-status.ico-shp.Shipping_RGB_gray_NT {
  background-image: url('../assets/images/Shipping_RGB_gray_NT.png');
  pointer-events: none !important;
}
#StatusGraphic .ico-status.ico-shp.Shipping_RGB_blue_NT {
  background-image: url('../assets/images/Shipping_RGB_blue_NT.png');
}

#StatusGraphic .ico-status.ico-not-invoiced,
#StatusGraphic .ico-status-legend.ico-not-invoiced {
  background: url('../assets/images/Bill_RGB_green_NT.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 20px;
}
#StatusGraphic .ico-status-legend.ico-not-invoiced{
  background-size: auto 16px;
}
#StatusGraphic .ico-status.ico-not-invoiced{
  background-image: url('../assets/images/Bill_RGB_blue_NT.png');
}
#StatusGraphic .ico-status.ico-not-invoiced.Bill_RGB_green_NT{
  background-image: url('../assets/images/Bill_RGB_green_NT.png');
}
#StatusGraphic .ico-status.ico-not-invoiced.Bill_RGB_gray_NT{
  background-image: url('../assets/images/Bill_RGB_gray_NT.png');
  pointer-events: none !important;
}

#StatusGraphic .ico-status.ico-not-invoiced{
  background-position: 0 1px;
  background-size: auto 18px;
}

#StatusGraphic .hint{
  position: absolute;
  right: 0;
  top: 5px;
}
#StatusGraphic .ico-hint{
  width: 16px;
  height: 16px;
  color: #0096d6;
  font-size: 16px;
  cursor: pointer;
}
#StatusGraphic .hint .list-hint {
  display: none;
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 110;
  background: #fff;
  border-radius: 0 5px 0 5px;
  border: 1px solid #f2f2f2;
  box-shadow: -1px 1px 3px rgba(0,0,0,0.1);
  padding: 5px 10px;
  font-size: 14px;
  list-style:none;
  padding: 0;
  min-width: 272px;
  padding: 5px 10px;
}
#StatusGraphic .hint:hover .list-hint{
  display: block;
}
#StatusGraphic .hint .list-hint li {
  margin-bottom: 4px;
  white-space: nowrap;
}
#StatusGraphic .list-hint .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
#StatusGraphic .key {
  display: inline-block;
  width: 56px;
  vertical-align: top;
  position: relative;
}
#StatusGraphic .key-color{
  padding-left: 16px;
}
#StatusGraphic .key.key-color::before{
  content: '';
  background: #008424;
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#StatusGraphic .key.key-color.clr-gray::before{
  background: #dddddd;
}
#StatusGraphic .key.key-color.clr-blue::before{
  background: #0096d6;
}
#StatusGraphic .key.key-color.clr-green::before{
  background: #008424;
}
#StatusGraphic .key.key-color.clr-red::before{
  background: #c1401a;
}

#StatusGraphic .val {
  display: inline-block;
  vertical-align: top;
}

#StatusGraphic .ico-status-legend {
  display: inline-block;
  width: 56px;
}

#StatusGraphic .statusButtons .btn.active:before{
    content: '';
    background: #0096d6;
    height:2px;
    position: absolute;
    left: 0;
    right: 8px;
    top: -6px;
}


#TopLineSegmentRow1 {
  background-color: #f0f0f0;
  margin-top: -9px;
  padding: 4px 0px;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}



/* #TopLineSegment */
#TopLineSegment .topline-status {
  font-weight: 300;
}

#TopLineSegment_Labeling {
  display: inline;
  font-size: 16.5px;
  color: #444;
  margin-bottom: 10px;
  padding-left: 10px;
  font-weight: 300;
}

.topline-status strong {
  font-weight: 500;
  color: #000;
}


.nav-tabs li a {
  padding: 2px 12px 1px 12px;
}

.omsystem {
  font-size: 11px;
  color: #888;
  padding: 2px 4px 1px 4px;
  background-color: #fff;
  border-radius: 0px;
  border-left: 3px solid #dddddd;
  vertical-align: middle;  
}
.gerp {
  border-left: 3px solid #008424;
}
.femea {
  border-left: 3px solid #990000;
}
.fapj {
  border-left: 3px solid #0096d6;
}
.velo {
  border-left: 3px solid #555;
}



/* #i-invoice */
#i-invoice .invoice-row{
  display: flex;
  justify-content: space-between;
}


th.hdrGridSeparator ,
#addressinfo th.addressPartner {
  background-color: #0096d6;
  border-bottom: 1px solid #777;
  font-size: 12px;
  color: #fff;
}
#addressinfo td {
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
}
#addressinfo td:first-child {
   background-color: #f1f1f1;   
}
span.addrID {
  margin-left: 15px;
  font-size: 12px;
  text-shadow: 0.3px 0.3px 0px rgba(250,250,250,0.9)  
}
#expert-item-invoice .expert-loading {
  text-align: center;
   min-height: 80px;
   padding: 60px 0;
}

#expert-item-invoice .download-link{
  min-width: 16px;
  height: 16px;
  border-radius: 8px;
  position: relative;
  margin: 0 4px;
}
#expert-item-invoice .download-link .glyphicon{
  vertical-align: top;
  line-height: 16px;
  font-size: 14px;
  margin-right: 2px;
}
#expert-item-invoice .download-link .label-text{
  vertical-align: top;
  line-height: 16px;
}

#expert-item-invoice .shipment-row{
  display: flex;
  justify-content: flex-start;
}
#expert-item-invoice .align-right {
  text-align: right;
}
#expert-item-invoice .dropdown-ctrl .dropdown-toggle {
  color: #fff;
}

#expert-item-invoice .side-by-side-view{
  display: flex;
  padding: 0px;
}
#expert-item-invoice .side-by-side-view .side-lt{
  flex: 0 0 50%;
  padding-right: 2px;
}
#expert-item-invoice .side-by-side-view .side-rt{
  flex: 0 0 50%;
  padding-left: 2px;
}

#expert-item-invoice .card {
  border: 1px solid #efefef;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  border-radius: 2px;
  overflow: hidden;
}

#expert-item-invoice .side-by-side-view .sdg-topbar{
  margin: 0;
  padding: 0 7px;
  display: flex;
}
#expert-item-invoice .side-by-side-view .sdg-topbar .dropdown-ctrl {
  margin-left: auto;
}
#expert-item-invoice .side-by-side-view .sdg-topbar h3{
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
}

#expert-item-invoice .simpleDataGridWrapper{
  padding-right: 0;
}

#expert-item-invoice .simpleDataGridWrapper .table th {
  height: 26px;
  vertical-align: middle;
}

#expert-item-invoice .frozen-grid-header {
  z-index: 10;
}



span.statiInfo {
  color: #444;  
  margin-right: 4px;
}

span.statiBlock {
  color: #c44;  
  margin-right: 3px;
  text-shadow: 0px 0px 0px rgba(0,0,0,0.7);
}

/* section-header */
.section-header {
  padding: 0 7px;
  border: 2px solid #0096d6;
  max-height: 79px;
  display: block;
  color: rgb(255, 255, 255);
  background-color: #0096d6;
  font-size: 12px;
  height: 24px;
}

.section-header h3 {
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
}

#carepacksTab .nested-data-grid,
#esdTabs .nested-data-grid,
#lpdTab .nested-data-grid{
  min-height: 46px;
}
#carepacksTab .nested-data-grid .nestedgrid-content,
#esdTabs .nested-data-grid .nestedgrid-content,
#lpdTab .nested-data-grid .nestedgrid-content{
  min-height: 46px;
  max-height: 500px;
}

/* #iPricing tab */
.iPricing .section-total-price{
  display: flex;
  justify-content: flex-end;
}

/* #documents tab */
#documents .simpleDataGridWrapper .sdg-wrapper{
  max-height: 340px;
}

table .ellipsis{
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
}
table  .ellipsis.ewidth-md{
  width: auto;
  min-width: 150px;
  max-width: 250px;
  vertical-align: middle;
}

.addrPopup {
  position: relative;
  display:  inline-block;
}
.addrPopupOverlay {
  display: none; 
}
.addrPopup:hover .addrPopupOverlay {
  padding: 5px;
  background-color: #fcfcfc;
  position:absolute;
  top:  1ex;
  right: 1ex;
  display:    inline-block;
  border: 1px solid #0096d6;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.4) 2px 3px 13px;
  z-index: 3000;
}

.qrpopup {
  position:relative;
  display:inline-block;
}

.qrpopupOverlay {
   display:none;   
}

.qrpopup:hover .qrpopupOverlay {
  width:  40ex;
  height: 44ex;
  padding: 20px;
  background-color: #fcfcfc;
  border: 0;
  position:absolute;
  top:  3ex;
  right: 2ex;
  display:    inline-block;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.4) 2px 3px 13px;
  text-align: center;
  z-index: 3000;
}

/*# sourceMappingURL=741.4e58b42c.css.map*/