@charset "utf-8";
div#sentry-feedback {
  z-index: 9998 !important;
}
.flex-justify-space-between-align-baseline {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.segcenter {
  border-width: 0 1px 0 1px;
  border-color: #a5a5a5;
  border-style: solid;
  width: 33%;
  display: inline-block;
  font-weight: 500;
}
.opac50 {
  opacity: 0.5;
}

.opac75 {
  opacity: 0.75;
}

.opac95 {
  opacity: 0.95;
}

.red {
  color: #fff;
  /* font-weight: 600; */
  /* font-variant: all-petite-caps; */
  background: #b9002a;
  padding: 0.2em 0 0.2em;
  border-radius: 0.25em;
  font-size: 0.95em;
}

.chip {
  color: #000;
  background: #0000000a;
  border-radius: 0.25em;
  width: 15px;
  height: 15px;
  margin: 0 auto;
}

/* .dt-body.center.chip.error {
  color: #fff;
  position: relative;
  display: inline-block;
} */

.chip span.success {
  top: -0.5px;
  position: relative;
  display: block;
  font-size: 0.785em;
  text-align: center;
  color: #00d26a;
}
.chip span.error {
  top: -1px;
  position: relative;
  display: block;
  font-size: 0.785em;
  text-align: center;
  color: #cc0133;
}

.chip.error {
  color: #cc0133;
  border-color: #808182;
  background-color: #fff;
  border-width: 1.45px;
  border-style: solid;
  border-radius: 0.25em;
}

.error span {
  position: relative;
  display: block;
  font-size: 0.785em;
  text-align: center;
}

.chip.success {
  color: #00d26a;
  border-color: #808182;
  background-color: #fff;
  border-width: 1.45px;
  border-style: solid;
  border-radius: 0.25em;
}

.chip.warning {
  color: #fff;
  background: #f7b500;
}

.chip.info {
  color: #fff;
  background: #9ab7e5;
}

.no-text {
  color: transparent !important;
  user-select: none !important;
}

.small-icon span {
  display: grid;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-icon {
  width: 1.1em;
  height: 1.1em;
}

.tooltip {
  vertical-align: middle;
  display: inline-flex;
}

.small-icon span.red {
  width: 1.1em;
  height: 1.1em;
  display: inline-block;
  margin: 0;
  padding: 0;
  border-radius: 0.35em;
}

.seg {
  width: 25%;
  display: inline-block;
  font-weight: 500;
}

sub.segcenter,
sub.seg {
  margin: -3px 0px;
  position: relative;
}

span.copy {
  width: 1em;
  opacity: 0.5;
  position: relative;
  top: 0.25em;
  left: 0.25em;
}

.cursor {
  cursor: pointer;
}

div#server-not-available {
  color: red;
  font-weight: 700;
  text-align: left;
}

button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#header {
  margin: 0 0 0.25em;
}

#copyrightDiv {
  border-top: 1px solid #333333;
  background: #2a2a2a;
  color: #9c9c9c;
}

#copyrightTermsId {
  float: right;
  list-style: none;
  margin-right: 8px;
}

#copyrightTermsId li {
  float: left;
  margin-left: 15px;
  padding: 10px 0px;
}

footer {
  color: #9c9c9c;
  display: flex;
  flex-direction: column-reverse;
}

.footer-logo-div {
  margin-left: 8px;
  color: #9c9c9c;
}

#copyrightTermsId li a {
  color: #9c9c9c;
  text-decoration: none;
}

input.error {
  background: #fff0f4;
  color: #c51244;
  border: 1px dashed #c51244 !important;
}

input:read-only {
  border-color: #e7e7e7;
  color: #454545;
  background: #eee;
}

button {
  background: #dadada
    url("/jquery-ui-1.12.1/images/ui-bg_highlight-hard_75_dadada_1x100.png") 50%
    50% repeat-x;
}
label.error {
  font-size: 0.75em;
  font-weight: normal;
  padding: 0.5em;
  display: block;
}

button.busy {
  display: inline-block;
  color: #727272 !important;
}
.debug {
  color: chocolate;
  border: 1px solid orange;
  padding: 0.25em;
  margin-left: 1em;
  background: #ffecca;
  font-size: 0.8em;
  display: none;
}

tbody.busy,
span.busy {
  animation: spin 1s infinite linear;
  display: none;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 1em;
  font-style: normal;
  color: #555;
  margin-left: 0.5em;
  top: 1px;
  position: relative;
}

tbody.busy::before,
span.busy::before {
  content: "\25E0";
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.cloud {
  font-size: 1.75em;
}
.cloud a {
  color: #ea4335;
  text-decoration: none;
  opacity: 0.925;
  font-weight: bolder;
}
#optionsDiv {
  padding-bottom: 1em;
}
hr {
  display: none;
}
.shrink {
  font-size: 0.85em !important;
}

th.width30,
td.width30 {
  width: 30px !important;
}

#LoginUserForm {
  display: block;
  margin: 0 auto;
}

#loginMessage {
  display: inline-block;
}

#contentHeaderId table {
  margin: -3px 0 0;
  border-collapse: collapse;
}
.loginErr {
  margin: 1em 0 00;
  width: 17em;
}

#ProductName {
  cursor: pointer;
}

#btnLoginADFS {
  background: #0073b1;
  width: 100%;
  padding: 0.7em 0.5em 0.5em 0.5em !important;
  border-radius: 0.5em;
  margin: 0.25em 0 0;
}
#btnLoginADFSIcon {
  display: inline-block;
  vertical-align: middle;
}

#btnLoginADFSText {
  color: #fff !important;
  letter-spacing: 0.5px;
  font-size: 1.1em;
  font-weight: 500;
  display: inline-block;
  vertical-align: baseline;
  text-transform: initial;
}

.card {
  background: #f2f2f2;

  border: 1px solid #3333;
  border-radius: 0.25em;
}

.card-text {
  background: #fff;
  padding: 0.75em;
}

h5.card-title {
  margin: 0.75em;
}

.ui-state-error p {
  margin: 0.5em;
}
.closeX {
  font-size: 10px !important;
  font-weight: bold;
  background: #ffff;
  color: #7e7e7e;
  border: 1px solid #fff;
  width: 2em;
  border-radius: 1em;
  margin: 3px 2px 0 0;
  top: 0;
  position: absolute;
  right: 0;
}
.dataTables_info {
  text-transform: uppercase;
  vertical-align: middle;
  display: flex;
  min-height: 2em;
  align-items: center;
}

.dataTables_info,
label,
button span,
fieldset legend,
.paginate_button {
  /* padding-top: 0.755em;*/
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.5px;
  font-weight: 600;
  color: rgb(66 66 66) !important;
  font-size: 0.75rem;
}
.STConfig label {
  display: inherit;
}
.tdPadding td {
  padding: 0 0.5em 0.5em 0;
}
.ui-dialog {
  /* max-width: 820px; */
  width: fit-content !important;
  z-index: 9999 !important;
}
.ui-dialog-content {
  max-width: 80vw;
}
.labelOver {
  text-transform: uppercase;
  font-size: 0.75rem;
  display: block;
  font-weight: 600;
  padding: 0.375em 0 0.1em 0.5em;
  font-variant: normal;
  text-align: left;
}

.fieldIcon {
  width: 1.15rem;
  position: relative;
  background: rgb(239, 239, 239);
  margin: 0 0 -0.35em -1.85em;
  padding: 0.15em;
  border-left: 1px solid #d3d3d3;
}

.labelOverInput {
  padding-right: 0.75em;
}

.center {
  text-align: center;
}
sup {
  line-height: 0;
  font-size: 0.6em;
  background: transparent;
  background-color: transparent;
  top: -2px;
  position: relative;
}
h2 sup {
  font-size: 0.5em;
  font-weight: 700;
  top: -0.25em;
}

.ui-tooltip {
  max-width: 800px;
  width: 800px;
  z-index: 100000;
}

.ui-widget-shadow {
  opacity: 1;
}

#CMCert {
  width: 550px;
  height: 265px;
  font-size: 0.7em !important;
}
.infocards {
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: row;
  color: #4e4e4e;
  width: 90%;
  margin: 0.75em auto 0;
  justify-content: space-evenly;
}
.infocards.infobar {
  background: #f1f1f1;
  margin: 0.75em 0 1em 0;
  border-radius: 0.25em;
  width: 100%;
  justify-content: center;
  padding: 0.1em 0;
}
.infocards.infobar .infocard {
  border: 0;
  padding: 0 0.35em;
}
.infocards .infocard {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0.25em;
}
.infocards.infobar .statbox {
  border-radius: 0;
}
.infocard .statbox {
  font-variant: diagonal-fractions;
  font-weight: 700;
  font-size: 1.35em;
  background: #f1f1f1;
  padding: 0.25em 0.5em;
  border-radius: 0.25em;
}
.infobar .infocard .statLabel div {
  font-variant: normal;
  text-transform: uppercase;
  font-size: 0.6825em;
  font-weight: 600;
  color: #060606b8;
}
.infocard .statLabel {
  margin: 0 0.25em 0 0;
}

.statLabel label {
  font-weight: 600;
  padding: 0;
  font-variant: normal;
  font-size: 0.95em;
  text-transform: none;
}
.statLabel.statSelect {
  position: relative;
}

.debugBox {
  justify-content: left;
  font-size: 0.9rem;
  font-family: system-ui;
  padding: 1em 2em;
  background: #f1f1f1;
  border-radius: 0.25em;
}

#DuressLicenseId,
#AlertLicenseId {
  bottom: -0.2em;
  position: relative;
  margin-left: -0.25em;
}
#DuressInUseId,
#AlertInUseId {
  position: relative;
  right: -0.25em;
  top: 0.05em;
}
.infobar .statbox {
  height: 20px;
  display: flex;
  padding: 7px 9px 8px 7px;
  margin: 0;
  border-radius: 0.15em !important;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.infobar .statbox.highlight {
  background: #fff;
}

/* .statLabel select {
  position: absolute;
  margin-left: 13.5em;
} */

#registeredSelectboxId {
  max-width: 14em;
  height: 2.35em;
  padding: 0 0 0 0.25em !important;
  margin: 0 !important;
  letter-spacing: -1.15px;
  font-weight: 600;
  color: #060606b8;
  font-size: 12px !important;
}

.statLabel div {
  font-size: 0.9em;
  font-variant: all-petite-caps;
  letter-spacing: -0.75px;
  font-weight: normal;
}
.statLabel label div {
  margin: 0 0.65em 0 0;
}

ul.STCtrlList {
  list-style-type: none;
  margin-left: 1em;
}

.STPosCheckBoxInCell {
  float: left;
  margin: 0 auto;
  width: 100%;
}

ul.STCtrlSet {
  list-style-type: none;
  border-radius: 0.25em;
}

.STCtrlSet button {
  margin: 0.5em;
}

.STSliderCtrl {
  margin: 0.75em 0 1.25em 1em;
  left: 0;
  width: 50%;
  z-index: 0;
}

.STTQtrClmn {
  width: 24.25%;
  display: inline-block;
}

.STTwoClmnRight,
.STTwoClmnLeft {
  display: inline-block;
  vertical-align: top;
  width: 49.5%;
}

.widthAuto {
  width: auto;
  display: inline-block !important;
}

.width39em {
  width: 39em;
}

#firmware {
  clear: both;
}
#firmware,
#firmware input {
  font-size: 0.9em !important;
}

/* .STCtrlSet label:only-of-type {
  margin: 0.5em 0 0.5em 1em;
  display: inline-block;
} */

.STCtrlSet
  > li
  > div:not(.STCtrlSet > li > .STTwoClmnLeft):not(
    .STCtrlSet > li > .STTwoClmnRight
  ),
.STCtrlSet > li > label + div,
.STCtrlSet > li label {
  margin: 0.5em 1em 0.5em 0.5em;
  display: block;
}

div#authDiv label {
  margin-left: 0;
}

.STTQtrClmn > div,
.STTwoClmnLeft > div,
.STTwoClmnRight > div,
.STThreeClmnLeft > div,
.STThreeClmnRight > div,
.STThreeClmnMid > div {
  margin: 0.25em 1em 0.5em 0.5em;
  display: block;
}
/* .STCtrlSet > li div > label {
  margin: 0.5em 0 0.5em 0;
} */

.STCtrlSet label {
  margin: 0.5em 0 0 1em;
  display: inline-block;
}

ul.STCtrlSet table label + div {
  margin: 0 0.75em 0 0;
}
/*.STCtrlSet > li label,
 .STCtrlSet label:only-of-type {
  margin: 0.5em 0 0.5em 1em;
  display: inline-block;
} */
.STCtrlSet input:not(input[type="checkbox"]),
.STCtrlSet textarea {
  width: 100%;
}

.STNoClmn {
  clear: both;
}

.STThreeClmnLeft {
  float: left;
  width: 33.3%;
}

.STThreeClmnMid {
  float: left;
  width: 33.3%;
}

.STThreeClmnRight {
  float: right;
  width: 33.3%;
}

.STMultiClmnUL {
  display: block;
  float: left;
  width: 29.5%;
  margin: 2px;
}

.STDscWide {
  width: 88%;
}

.STFillWidth {
  width: 80%;
}

.STRightAlign {
  float: right;
}
.topLine,
.bottomLine {
  border: 2px outset #aaaaaa4a;
  border-right: 0;
  border-left: 0;
}

.topLine {
  padding-top: 1em;
  border-bottom: 0;
  margin-top: 0.75em;
}
.bottomLine {
  padding-bottom: 1em;
  border-top: 0;
}

.buttonDiv {
  border: 1px solid #aaaaaa4a;
  margin: 0.5rem 0;
  display: block;
  border-radius: 0 0 0.5em 0.5em;
  padding: 0 0.25em;
  overflow: auto;
  background: #f3f3f3;
}

.buttonDiv button {
  margin: 0.5em 0.15em;
}

#btnBack,
#btnNextContent,
#btnPrevContent {
  position: relative;
  top: -8px;
  height: 39px;
  margin-left: 0.25em;
}

.STLeftAlign {
  float: left;
}

.STScrollbarDiv {
  overflow: auto;
}

.STDraggableSize {
  min-height: 4em;
  min-width: 20em;
}

.STPageBtns {
  margin-top: 1em;
}

.STCenterText {
  text-align: center;
}

.Advanced {
  padding-top: 0.75em;
}
.Advanced button {
  height: 6em;
  width: 9em;
  margin: 2em;
  border-radius: 0.8em;
}
.Advanced span {
  font-size: 0.8em;
}
table.dataTable.display tbody tr.STDevConcern {
  background-color: #ffff00;
}

table.dataTable.display tbody tr.STDevConcern > .sorting_1 {
  background-color: #f6f600;
}

table.dataTable.display tbody tr.STDevConcern:hover {
  background-color: #ffff90;
}

table.dataTable.display tbody tr.STDevConcern:hover > .sorting_1 {
  background-color: #ffff60;
}

table.dataTable.display tbody tr.STDevConcern.even.selected,
table.dataTable.display tbody tr.STDevConcern.odd.selected {
  background-color: #cccc00;
}

table.dataTable.display tbody tr.STDevConcern.even.selected > .sorting_1,
table.dataTable.display tbody tr.STDevConcern.odd.selected > .sorting_1 {
  background-color: #c0c000;
}

table.dataTable.display tbody tr.STDevWarn {
  background-color: #ff0000;
}

table.dataTable.display tbody tr.STDevWarn > .sorting_1 {
  background-color: #ee0000;
}

table.dataTable.display tbody tr.STDevWarn:hover {
  background-color: #ff6060;
}

table.dataTable.display tbody tr.STDevWarn.even:hover > .sorting_1,
table.dataTable.display tbody tr.STDevWarn.odd:hover > .sorting_1 {
  background-color: #ff4040;
}

table.dataTable.display tbody tr.STDevWarn.even.selected,
table.dataTable.display tbody tr.STDevWarn.odd.selected {
  background-color: #cc0000;
}

table.dataTable.display tbody tr.STDevWarn.even.selected > .sorting_1,
table.dataTable.display tbody tr.STDevWarn.odd.selected > .sorting_1 {
  background-color: #bb0000;
}

.ui-selectmenu-button,
table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1,
#tblAudiId > tbody > tr.odd.selected > td.sorting_1,
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
.selected {
  /* background: #dfe7f5 !important;*/
  background-color: #dfe7f5 !important;
}
.STCtrlSet.ui-corner-all {
  border: 1px solid #dde7f5;
  margin: 0.75em 0.5em 0;
  padding: 0.5em;
  font-size: 0.85em;
  background: #dfe7f559;
  border-radius: 0.35em;
}
#btnAddUpdateAudience {
  margin-right: 0.5em;
}

.selectable li {
  position: relative;
  margin: 0;
  margin-left: 4px;
  padding: 0;
  border: 1px solid gray;
  list-style: none;
  padding-left: 20px;
}

.selectsort {
  position: relative;
  z-index: 1;
}
.selectsort ul {
  width: 300px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.selectsort li {
  position: relative;
  margin: 0.25em;
  padding: 0.5em 0.75em 0.5em 1.75em;
  border: 1px solid gray;
  list-style: none;
  /* font-variant: small-caps; */
  font-size: 0.9em;
  background-blend-mode: color-dodge;
  background-color: #d4e1ffc9 !important;
  font-size: 0.9em;
}

.selectsort li .handle {
  background: #9ab7e5;
  position: absolute;
  left: 0;
  height: 1.6em;
  top: 0;
  vertical-align: middle;
  display: inline-block;
  padding: 0.6em 0.05em 0 0;
}
.handle > span {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.selectsort .ui-selecting {
  background: #eee;
}
.selectsort .ui-selecting .handle {
  background: #ddd;
}
div#ModemDivId {
  min-height: 17em;
}

#CallModemId,
#DoNotCallModemId {
  border: 2px solid #eee;
  min-height: 45px;
  list-style-type: none;
  margin: 0.25em 0 0.5em;
  padding: 0.25em;
  border-radius: 0.35em;
}

#audienceDetailDiv .handle {
  display: none;
}

#audienceDetailDiv .selectsort li {
  padding: 0.6em 1em 0.6em 0.5em;
  border-color: #dde7f5;
  border-radius: 0.2em;
}

#BroadcastEnhancedButtonId ul {
  width: 50%;
}

input#CMTemplateId,
#CMTemplateId-button {
  width: 100% !important;
  padding-right: 2em;
}
.tablecolumnlabel {
  text-align: left;
}
.tablecolumndata {
  text-align: center;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc {
  background-image: url("/DataTables-1.10.19/media/images/sort_asc.png");
  position: relative;
  background-position-x: 94%;
  background-position-y: 63%;
}

.dataTable {
  border: 1px solid #ccc;
  border-radius: 0.25em;
  position: relative;
  top: 1em;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 0.5em;
  border-bottom: 1px solid #ccc;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #ccc;
  border-radius: 0.35em;
  /* max-width: 770px; */
}

.dataTables_wrapper .dataTables_paginate,
.dataTables_info {
  position: relative;
  top: 1.5em;
}
.dataTables_wrapper {
  /* max-width: 770px; */
}

.dataTables_wrapper:after {
  padding: 1em 0;
}
.dataTable td.sorting_2 {
  word-break: break-word;
}
.dataTables_filter {
  margin-left: 2em;
}

.dataTables_wrapper {
  font-size: 0.9rem;
}

.dataTable thead,
.ui-widget-header {
  border: 1px solid #aaa;
  background: #cccccc9c;
  color: #222;
  font-weight: bold;
}

.dataTables_length select {
  margin: 0 0.25em 0 0;
}

.dataTable tr {
  height: 2.5rem;
}

span.dataTableLoading {
  padding: 0.5em;
  font-size: 1.1em;
  font-weight: 600;
  color: #505050;
}

input,
select {
  font-size: 0.9rem !important;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: #bdbdbd;
  border-style: solid;
}
select {
  padding: 0.275rem 0;
}
input,
textarea {
  padding: 0.325rem 0 0.325rem 0.5rem;
}
textarea {
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.9rem !important;
  border: 1px solid #aaa;
  border-radius: 0.25em;
}
:focus-visible {
  outline-style: double;
  outline-width: 4px;
  outline-offset: -3px;
  outline-color: #dfe7f5;
}
div#UMContactTableId_wrapper {
  margin-top: 1em;
}
p#table-filter {
  padding: 0;
}
th.dt-body-center {
  font-size: 0.95em;
  padding: 0.75em 1em 0.75em 1em !important;
  text-align: center;
}
td.details-control {
  width: 2.5rem;
  background: url("details_open.png") no-repeat center center;
  cursor: pointer;
}
tr.shown td.details-control {
  background: url("details_close.png") no-repeat center center;
}

h2.ui-widget-header {
  line-height: 2em;
  border-radius: 0.25em 0.25em 0 0;
  font-size: 1em;
  padding: 0.1em 0.75em;
}

h3.ui-widget-header {
  margin: -0.4em -10px 1em -15px;
  line-height: 2em;
  border-radius: 0.25em 0.25em 0 0;
  font-size: 1em;
  padding: 0.1em 0.75em;
}
.msgContainer {
  display: inline-block;
  position: absolute;
  padding-left: 0.5em;
  margin-top: -1.2rem;
  right: 8rem;
}

.pendingChanges {
  text-align: center;
  font-weight: bold;
  margin: 1em 0;
  padding: 4em;
  background: #f1f1f1;
  border: 1px solid #cccccc;
  border-radius: 0.35em;
  display: none;
}
/* #STErrMsgFooterId {
  position: relative;
  top: 0;
  float: right;
  display: none;
}

#STErrMsgFooterId .ui-state-error div:first-of-type {
  padding: 0 1rem;
  margin: 0.35rem 0;
}

#STErrMsgFooterId > div {
  max-width: 38em;
  margin: 0;
  padding: 0;
  top: inherit;
  width: fit-content;
} */

div#STErrMsgFooterId {
  max-width: 47rem;
  margin: 0 auto 0 12.25rem;
}

div#STErrMsgFooterId div,
div#STErrMsgRelayId div,
div#STErrMsgId div {
  margin-left: 0.75em;
  margin-right: 1em;
  padding: 0.35em 0 0.15em;
  max-width: 45rem;
}

div#STErrMsgContactId {
  float: right;
  position: absolute;
  right: 8em;
  bottom: 2.25em;
}
div#STErrMsgRelayId {
  float: right;
  position: absolute;
  right: 1em;
  bottom: 3em;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #ffdfdf;
  background: #fef1ec
    url(/jquery-ui-1.12.1/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50%
    repeat-x;
  color: #d70033;
  font-variant: all-petite-caps;
  position: relative;
  font-size: 0.9rem;
  padding: 0.5rem 1.25em;
}

.ui-state-message,
.ui-widget-content .ui-state-message,
.ui-widget-header .ui-state-message {
  border: 1px solid #dde9fb;
  background: #f5f7ff;
  color: #3d3c74;
  font-variant: all-petite-caps;
  position: relative;
  font-size: 0.9rem;
  padding: 0.5rem 1.25em;
}

.ui-state-error .ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin: -1px 0.25rem 0 0;
  opacity: 0.5;
}

.ui-state-message .ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin: -1px 0.25rem 0 0;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #8f8f8f;
  font-weight: normal;
  color: #212121;
}

.ui-selectmenu-menu .ui-menu.customicons .ui-menu-item .ui-icon {
  height: 30px;
  width: 30px;
  top: 0.1em;
}

.body-inner-content,
.body-inner-content input {
  width: 26em;
  margin: 0 auto;
}

.footer-text-div {
  float: left;
}

.copyright {
  border-top: 1px solid #333333;
  background: #2a2a2a;
  color: #9c9c9c;
}

.hide {
  display: none;
}

.forceHide {
  display: none !important;
}

.footer-text-div {
  margin: 4em 0.25em;
  position: absolute;
}

.footer-logo-div {
  float: right;
  width: 16em;
  margin: 1em;
}

.STDisableLI {
  pointer-events: none;
  opacity: 0.4;
}

.STBoldText {
  font-weight: bold;
}

.ui-selectmenu-button {
  border: 1px solid #d3d3d3;
  background: #9ab7e5
    url(/jquery-ui-1.12.1/images/ui-bg_highlight-hard_75_9AB7E5_1x100.png) 50%
    50% repeat-x;
  font-weight: normal;
  color: #333;
  min-width: 5.5em;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  padding: 0.15em 0.5em;
  font-size: 1rem;
  margin-left: 1.5em;
}

#CMTemplateIconId {
  position: relative;
  float: right;
  top: -1.5em;
  right: 18.3em;
  height: 1.045em;
  border-radius: 0.4em;
  border-style: double;
  border-color: #c7dbff;
  border-width: 2px;
  width: 1.04em;
}
#CMTemplateIconId > img {
  height: 1.1em;
  width: 1.1em;
  opacity: 0.75;
}
.left {
  text-align: left !important;
  padding: 0.5em !important;
}

th.left,
td.left {
  text-align: left !important;
  width: auto !important;
}
.right {
  text-align: right;
  margin-right: 0 !important;
}

.spacer-top {
  padding-top: 0.75em !important;
}

/* .ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/jquery-ui-1.12.1/images/ui-icons_333333_256x240.png);
} */

#mnuMain .ui-icon {
  background-image: none !important;
}
#mnuMain li {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-dialog-buttonset .ui-button {
  border: 1px solid #d3d3d3;
  background: #9ab7e5
    url(/jquery-ui-1.12.1/images/ui-bg_highlight-hard_75_9AB7E5_1x100.png) 50%
    50% repeat-x;
  font-weight: normal;
  color: #333;
  padding: 0.4em 1em;
}

.ui-widget .ui-spinner-button {
  background: #9ab7e5
    url(/jquery-ui-1.12.1/images/ui-bg_highlight-hard_75_9AB7E5_1x100.png) 50%
    50% repeat-x;
}

.ui-button-icon-only .ui-icon {
  left: 0%;
  margin-left: 0px;
}

.ui-menu-item {
  border: 1px solid transparent;
  background: #eaeaea;
  font-weight: normal;
  color: #000000;
}

.sidebar1 .ui-menu-item {
  border: 1px solid transparent;
  background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box
    border-box;
  font-weight: normal;
  color: #000000;
}

/* table.dataTable thead th:nth-child(1),
   table.dataTable tbody {
  word-break: break-all;
  overflow-wrap: break-word;
  max-width: 200px;
}
*/
.ui-icon-caret-1-e {
  position: relative;
}

#btnBack:before {
  content: "";
  position: absolute;
  top: 12px;
  font-weight: 500;
  border-left: 6px solid #565656;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transform: rotate(180deg);
  left: 7px;
}

#btnBack:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 15px;
  border-left: 3px solid #efefef;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: rotate(180deg);
}

.ui-icon-caret-1-e:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  border-left: 7px solid #565656;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.ui-icon-caret-1-e:after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  border-left: 3px solid #bdbdbd;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.ui-tabs {
  background: white;
  padding: 0 0 1em;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 0 1em;
  text-decoration: none;
  font-variant-caps: all-petite-caps;
  letter-spacing: -0.05em;
  font-size: 1.02em;
}

.ui-tabs-nav li {
  min-width: 50px;
  height: 45px;
  border: solid 1px #ccc;
  vertical-align: top;
  margin: 10px;
  text-align: center;
  line-height: 45px;
  padding: 5px;
}

.ui-tabs-nav [data-badge] {
  position: relative;
}

.ui-tabs-nav [data-badge]:after {
  left: 0.55em;
  bottom: 0.55em;
  min-width: 9px;
  line-height: 8px;
  padding: 4px;
  color: #000000c9;
  background-color: #ffffff;
  font-size: 11px;
  border-radius: 6px;
  content: attr(data-badge);
  border: solid 1px #b3b3b3;
  position: relative;
  display: inline-block;
  opacity: 0.9;
  font-variant: proportional-nums;
  text-shadow: -1px 0px 0px #0000005e;
  padding-top: 0.4em;
  display: inline-block;
}

.hide-badge [data-badge]:after {
  display: none;
}

ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
  border-bottom: 1px;
  border-right: 1px;
  border-left: 1px;
  border-radius: 0.5em 0.5em 0 0;
  border-color: #cccccc;
}

/* div.ui-tabs-panel {
  background: #eeeeee3d;
  border: 1px solid #e2e2e2;
} */

.ui-menu-item:active,
.ui-menu-item:hover,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: none;
  background: #fff;
}

a.ui-menu-item-wrapper.ui-state-active {
  background: #cecece00 !important;
}

.detailDisplayName {
  padding: 0 0 0.75em 1em;
  font-weight: 600;
  color: #333;
  margin-top: -0.5em;
  display: inline-block;
  font-size: 1em;
  max-width: 29em;
  min-height: 2em;
}

.detailDisplayKind,
.detailDisplayNumber {
  position: absolute;
  display: inline-block;
  right: 1em;
  top: 3.25em;
  font-weight: 600;
}
.detailDisplayKind {
  right: 8em;
  top: 3.25em;
}
.detailDisplayName small,
.detailDisplayKind small,
.detailDisplayNumber small {
  font-size: 0.7rem;
  font-weight: normal;
  display: block;
}

#centurion-dependency-window .detailDisplayName {
  margin-top: 0;
}
.ui-tabs .ui-tabs-nav li {
  margin: 1px 0.1em 0 0 !important;
  left: 0.25em;
  font-size: 0.925em;
  font-weight: 500;
}
.rightAlertContainer {
  position: relative;
  padding: 0.5em 0 0;
  margin-bottom: -0.5em;
}

.rightAlert {
  position: absolute;
  right: 0;
  margin: -6em 1.5em;
}

.rightAlert span,
.rightAlert small {
  display: inline-block !important;
}

.rightAlert span.ui-icon.ui-icon-alert {
  margin-bottom: -0.175em;
}

#contentHeaderTextId {
  border-radius: 0.25em;
  line-height: 2em;
  padding: 0 0.75em;
  font-size: 1.075em;
}

#sensorIdHeader {
  text-align: center;
}

button {
  border-radius: 0.25em;
  border: 1px solid #666;
  margin: 0.75em 0.125em;
  padding: 0.25em !important;
}
button:hover:enabled {
  background: #fffef0;
}

#btnBack > span {
  font-size: 0.75rem;
  padding: 0.3em 1em 0.3em 1.6em;
}

.width30 {
  margin-left: 0.75em;
}

.width130 {
  min-width: 10em;
  width: 10em;
}

.width220 {
  width: 17em;
}

.startDate {
  top: 2.9em;
  position: relative;
  left: -5.25em;
  margin-top: -2.9em;
}

input::file-selector-button {
  font-weight: bold;
  padding: 0.6em 1em;
  border: thin solid grey;
  border-radius: 0.35em;
  font-variant: all-petite-caps;
  margin: 0.5em 1em 0.5em 0.25em;
}

.iconBox {
  float: right;
  font-size: 1rem;
  margin-top: -0.65em;
  margin-right: -1.5em;
}

svg.bi {
  width: 0.85em;
  height: 0.85em;
  margin-left: -0.25em;
  position: relative;
  z-index: 0;
  opacity: 0.9;
  vertical-align: super;
}

.audio-element {
  display: none;
}

.subject {
  z-index: 1200;
  position: relative;
  margin: 0 0.2em;
}

.selected .subject {
  text-shadow: 0px 5px 8px #adc1e5;
  -webkit-text-stroke: 0.2px;
  -webkit-text-stroke-color: #b8b9bb;
  -webkit-text-fill-color: #000;
}

.playbackAudio {
  border-radius: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  position: absolute;
  width: 100%;
  opacity: 0.75;
  display: none;
  margin: 0;
}

.selected .playbackAudio,
.selected .playbackBtnContainer {
  display: block;
}

.audioWave {
  width: calc(100%);
  height: 80%;
  max-height: 10em;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  margin: 0 auto;
}

.playbackBtnContainer {
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: -1em;
  z-index: 9999;
  cursor: pointer;
  display: none;
}

.playbackBtn {
  opacity: 0.8;
}

.playbackBtn:hover {
  opacity: 1;
}

.waveDiv {
  position: relative;
}

wave {
  height: 100% !important;
  overflow: hidden !important;
}

audio {
  display: none;
}

div#bundleList {
  padding: 1em 0;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

#bundleList .bundle {
  margin: 0.35em 0.5em;
  font-size: 0.8em;
  padding: 0.5em 0.75em;
  max-width: 36%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  word-break: break-all;
}

#bundleList .bundle span.link {
  font-variant: normal;
  margin: 0.35em 0.25em 0.35em 0.75em;
}

#bundleList svg {
  fill: #5c6b85;
}

span.iconClose {
  position: absolute;
  right: -4px;
  top: 7px;
  opacity: 0.5;
  display: none;
}
.bundle:hover {
  background: #dde9fb;
  cursor: pointer;
}
.bundle:hover > span.iconClose {
  display: block;
}

.endpoints label,
.switches label {
  display: inline-block !important;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  width: 11.5em;
}
.switches .switch {
  display: inline !important;
  position: relative;
  margin: 0 !important;
  text-align: left;
}
.switches .switch input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  margin: 0;
}
.switches input#switch {
  padding: 0;
  margin: 0;
}

.switches .switch label {
  cursor: pointer;
  width: 50px;
  height: 25px;
  background: #aaaaaa;
  display: block;
  border-radius: 20px;
  position: relative;
  padding: 0;
  margin: 0;
}

.switches .switch label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 20px;
  transition: 0.3s;
}

.switches .switch input:checked + label {
  background: #cc1f46;
}

.switches .switch input:checked + label:after {
  left: calc(100% - 3px);
  transform: translateX(-100%);
}

.switch label:active:after {
  width: 40px;
}
span#sshMessage {
  padding-top: 0.55em;
}

#cntdown {
  position: relative;
  top: -3.675em;
  left: -0.15em;
}
/* .container.db,
.container.restart {
  opacity: 0.4;
} */

.restart_hotspot,
.db_hotspot {
  height: 7em;
  width: 7em;
  margin: 1.75em 0 0 0.5em;
  position: absolute;
  background: #fff;
  z-index: 999;
  opacity: 0.4;
  cursor: pointer;
}

.restart_hotspot {
  width: 4.75em;
}

.restart_hotspot:hover,
.db_hotspot:hover {
  opacity: 0;
}
/* .container.db:hover,
.container.restart:hover {
  opacity: 0.8;
} */

.restart_hotspot.active {
  opacity: 0;
}

.Advanced .container {
  margin: -2.25em 1em 0 0;
  float: right;
}

.Advanced .container.db {
  margin-right: 2em;
}

div.Advanced > .container > div > label {
  margin: -3em 0 2em;
  text-align: center;
}

.database-switch {
  --color-invert: #eeeeee;
  --width: 135px;
  --height: 150px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--width);
  height: var(--height);
  opacity: 0.8;
}
/*
.database-svg {
  width: 9em;
  height: 8em;
  margin-left: 6em;
  margin-top: 5em;
  fill: #333333;
  stroke-width: 2px;
  stroke: #333333;
} */

.database-svg {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  fill: #333333;
  stroke-width: 2px;
  stroke: #333333;
  top: 2.4em;
  left: 2.5em;
}
.power-switch {
  --color-invert: #333333;
  --width: 100px;
  --height: 150px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--width);
  height: var(--height);
  opacity: 0.8;
  z-index: -1;
}
.power-switch .button {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.power-switch .button:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;

  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  transform: perspective(1px) translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.power-switch .button .power-on,
.power-switch .button .power-off {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  fill: none;
  stroke: var(--color-invert);
  stroke-width: 9px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.power-switch .button .power-off {
  stroke: #cc1f46;
  stroke-width: 7px;
}

.power-switch .button .power-on .line,
.power-switch .button .power-off .line {
  opacity: 0.5;
}
.power-switch .button .power-on .circle,
.power-switch .button .power-off .circle {
  opacity: 0.5;
  transform: rotate(-58deg);
  transform-origin: center 80px;
  stroke-dasharray: 220;
  stroke-dashoffset: 40;
}
/* .power-switch .button .power-off {
  filter: drop-shadow(0px 0px 6px rgba(201, 40, 40));
}
.power-switch .button .power-on {
  filter: drop-shadow(0px 0px 10px white);
} */
.power-switch .button .power-on .line {
  opacity: 0;
  transition: opacity 1s ease 5s;
}
.power-switch .button .power-on .circle {
  opacity: 1;
  stroke-dashoffset: 220;
  transition: transform 0s ease, stroke-dashoffset 5s ease 0s;
}
.power-switch input {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0;
}
.power-switch input:checked + .button:after {
  opacity: 0.5;
  transform: scale(2) perspective(1px) translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.power-switch input:checked + .button .power-on,
.power-switch input:checked + .button .power-off {
  -webkit-animation: click-animation 0.3s ease forwards;
  animation: click-animation 0.3s ease forwards;
  transform: scale(1);
}
/* .power-switch input:checked + .button .power-on .line,
.power-switch input:checked + .button .power-off .line {
  -webkit-animation: line-animation 0.8s ease-in forwards;
  animation: line-animation 0.8s ease-in forwards;
} */
.power-switch input:checked + .button .power-on .circle,
.power-switch input:checked + .button .power-off .circle {
  transform: rotate(302deg);
}
.power-switch input:checked + .button .power-on .line {
  opacity: 1;
  transition: opacity 0.05s ease-in 0.55s;
}
.power-switch input:checked + .button .power-on .circle {
  transform: rotate(302deg);
  stroke-dashoffset: 40;
  transition: transform 0.4s ease 0.2s, stroke-dashoffset 0.4s ease 0.2s;
}

.data-display,
span#broker {
  margin: 0 0.5em 0 0 !important;
  vertical-align: sub;
  border: 1px solid #e3e3e3;
  padding: 0.35em 0.75em;
  border-radius: 0.35em;
  background: #f4f4f4e3;
  font-size: 0.8em;
}

label#sshLabel .busy {
  float: right;
  z-index: 9999;
  margin: 0 0.29em 0 0;
  font-size: 1.5em;
}
.endpoints {
  padding: 0 0 1em;
  margin-top: -0.5em;
}

div#telemetryLoading {
  text-align: center;
  padding: 2em 4em 2em 0;
  font-weight: bold;
  opacity: 0.7;
}

#telemetryLoading span.busy {
  font-size: 2em;
  margin-right: 0.25em;
}

.dropdown-container {
  position: relative;
  margin-top: -3.65em;
  z-index: 9999;
  float: right;
}
.showLeft {
  text-shadow: white !important;
  color: black !important;
  padding: 10px;
}

.btn-left {
  left: 0.4em;
}
.btn-right {
  right: 0.4em;
}
.btn-left,
.btn-right {
  top: 0.24em;
}
.dropbtn {
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  float: right;
}

.dropdown {
  display: inline-block;
  right: 0.4em;
  opacity: 0.6;
}
.dropdown:hover {
  opacity: 1;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 200px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 0;
  opacity: 0.9;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background: linear-gradient(180deg, transparent, #e2e2e2);
}

.dropdown a:hover {
  background-color: #f1f1f1;
}

.show {
  display: block;
}

div#errorDisplay {
  margin-left: 12.5em;
  border-radius: 0.5em;
  padding: 2em 1em;
  font-variant: normal;
}
#errorDisplay h4 {
  margin-left: 2.25em;
}
@-webkit-keyframes line-animation {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(10px);
  }
  40% {
    transform: translateY(-25px);
  }
  60% {
    transform: translateY(-25px);
  }
  85% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes line-animation {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(10px);
  }
  40% {
    transform: translateY(-25px);
  }
  60% {
    transform: translateY(-25px);
  }
  85% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes click-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes click-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.telemetry-data .jsontree_tree,
.endpoints .jsontree_tree {
  margin-left: 5px;
}

.telemetry-data .jsontree_child-nodes,
.endpoints .jsontree_child-nodes {
  margin-left: 25px;
}

.telemetry-data .jsontree_value_string,
.endpoints .jsontree_value_string {
  word-wrap: break-word;
}

/*
.ui-state-active, .ui-widget-content .ui-state-active {
    border: 1px solid #d3d3d3;
    background: #9AB7E5 url(images/ui-bg_highlight-hard_75_9AB7E5_1x100.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #333;
}*/

/*
@media screen and ( max-width: 450px ){

  #product_logo { display: none; }
  #copyrightTermsId { display: none; }
  #sidebarId { display: none; }
  #broadcastMessageDirectId { display: none; }

  .body-inner-content{
     width: inherit;
    margin: inherit;
  }

  .footer-text-div{
    text-align: center;
    float: none;
    margin-bottom: 10px;
  }

  .footer-logo-div{
    text-align: center;
    float: none;
  }

  .footer{
    position: fixed;
      bottom: 0;
       width: 95%;
  }

  .copyright{
    height: 30px;
  }

}

@media screen and ( max-width: 768px ){

  #product_logo { display: none; }
  #copyrightTermsId { display: none; }
  #sidebarId { display: none; }
  footer { display: none; }
  #broadcastMessageDirectId { display: none; }

  .body-inner-content{
     width: inherit;
    margin: inherit;
  }

  .footer-text-div{
    text-align: center;
    float: none;
    margin-bottom: 10px;
  }

  .footer-logo-div{
    text-align: center;
    float: none;
  }

  .footer{
    position: fixed;
      bottom: 0;
       width: 97%;
       height: 45px;
  }

  .copyright{
    height: 30px;
  }

  ul.STCtrlSet{
    margin-left: auto;
    padding: 0;
  }

}*/

/* -------------------------------------------------------------------
  Microtip

  Modern, lightweight css-only tooltips
  Just 1kb minified and gzipped

  @author Ghosh
  @package Microtip

----------------------------------------------------------------------
  1. Base Styles
  2. Direction Modifiers
  3. Position Modifiers
--------------------------------------------------------------------*/

/* ------------------------------------------------
  [1] Base Styles
-------------------------------------------------*/

[aria-label][role~="tooltip"] {
  position: relative;
  opacity: 0.85;
}

[aria-label][role~="tooltip"]::before,
[aria-label][role~="tooltip"]::after {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  opacity: 0;
  pointer-events: none;
  transition: all var(--microtip-transition-duration, 0.18s)
    var(--microtip-transition-easing, ease-in-out)
    var(--microtip-transition-delay, 0s);
  position: absolute;
  box-sizing: border-box;
  z-index: 10;
  transform-origin: top;
}

[aria-label][role~="tooltip"]::before {
  background-size: 100% auto !important;
  content: "";
}

[aria-label][role~="tooltip"]::after {
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #ffffff;
  content: attr(aria-label);
  font-size: var(--microtip-font-size, 14px);
  font-weight: var(--microtip-font-weight, normal);
  text-transform: var(--microtip-text-transform, none);
  padding: 0.5em 1em;
  /*white-space: nowrap;*/
  box-sizing: content-box;
}

[aria-label][role~="tooltip"]:hover::before,
[aria-label][role~="tooltip"]:hover::after,
[aria-label][role~="tooltip"]:focus::before,
[aria-label][role~="tooltip"]:focus::after {
  opacity: 1;
  pointer-events: auto;
}

/* ------------------------------------------------
  [2] Position Modifiers
-------------------------------------------------*/

[role~="tooltip"][data-microtip-position|="top"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E")
    no-repeat;
  height: 6px;
  width: 18px;
  margin-bottom: 5px;
}

[role~="tooltip"][data-microtip-position|="top"]::after {
  margin-bottom: 11px;
}

[role~="tooltip"][data-microtip-position|="top"]::before {
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}

[role~="tooltip"][data-microtip-position|="top"]:hover::before {
  transform: translate3d(-50%, -5px, 0);
}

[role~="tooltip"][data-microtip-position|="top"]::after {
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}

[role~="tooltip"][data-microtip-position="top"]:hover::after {
  transform: translate3d(-50%, -5px, 0);
}

/* ------------------------------------------------
  [2.1] Top Left
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="top-left"]::after {
  transform: translate3d(calc(-100% + 16px), 0, 0);
  bottom: 100%;
}

[role~="tooltip"][data-microtip-position="top-left"]:hover::after {
  transform: translate3d(calc(-100% + 16px), -5px, 0);
}

/* ------------------------------------------------
  [2.2] Top Right
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="top-right"]::after {
  transform: translate3d(calc(0% + -16px), 0, 0);
  bottom: 100%;
}

[role~="tooltip"][data-microtip-position="top-right"]:hover::after {
  transform: translate3d(calc(0% + -16px), -5px, 0);
}

/* ------------------------------------------------
  [2.3] Bottom
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position|="bottom"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E")
    no-repeat;
  height: 6px;
  width: 18px;
  margin-top: 5px;
  margin-bottom: 0;
}

[role~="tooltip"][data-microtip-position|="bottom"]::after {
  margin-top: 11px;
}

[role~="tooltip"][data-microtip-position|="bottom"]::before {
  transform: translate3d(-50%, -10px, 0);
  bottom: auto;
  left: 50%;
  top: 100%;
}

[role~="tooltip"][data-microtip-position|="bottom"]:hover::before {
  transform: translate3d(-50%, 0, 0);
}

[role~="tooltip"][data-microtip-position|="bottom"]::after {
  transform: translate3d(-50%, -10px, 0);
  top: 100%;
  left: 50%;
}

[role~="tooltip"][data-microtip-position="bottom"]:hover::after {
  transform: translate3d(-50%, 0, 0);
}

/* ------------------------------------------------
  [2.4] Bottom Left
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="bottom-left"]::after {
  transform: translate3d(calc(-100% + 16px), -10px, 0);
  top: 100%;
}

[role~="tooltip"][data-microtip-position="bottom-left"]:hover::after {
  transform: translate3d(calc(-100% + 16px), 0, 0);
}

/* ------------------------------------------------
  [2.5] Bottom Right
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="bottom-right"]::after {
  transform: translate3d(calc(0% + -16px), -10px, 0);
  top: 100%;
}

[role~="tooltip"][data-microtip-position="bottom-right"]:hover::after {
  transform: translate3d(calc(0% + -16px), 0, 0);
}

/* ------------------------------------------------
  [2.6] Left
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="left"]::before,
[role~="tooltip"][data-microtip-position="left"]::after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translate3d(10px, -50%, 0);
}

[role~="tooltip"][data-microtip-position="left"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E")
    no-repeat;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0;
}

[role~="tooltip"][data-microtip-position="left"]::after {
  margin-right: 11px;
}

[role~="tooltip"][data-microtip-position="left"]:hover::before,
[role~="tooltip"][data-microtip-position="left"]:hover::after {
  transform: translate3d(0, -50%, 0);
}

/* ------------------------------------------------
  [2.7] Right
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="right"]::before,
[role~="tooltip"][data-microtip-position="right"]::after {
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translate3d(-10px, -50%, 0);
}

[role~="tooltip"][data-microtip-position="right"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E")
    no-repeat;
  height: 18px;
  width: 6px;
  margin-bottom: 0;
  margin-left: 5px;
}

[role~="tooltip"][data-microtip-position="right"]::after {
  margin-left: 11px;
}

[role~="tooltip"][data-microtip-position="right"]:hover::before,
[role~="tooltip"][data-microtip-position="right"]:hover::after {
  transform: translate3d(0, -50%, 0);
}

/* ------------------------------------------------
  [3] Size
-------------------------------------------------*/
[role~="tooltip"][data-microtip-size="small"]::after {
  white-space: initial;
}

[role~="tooltip"][data-microtip-size="medium"]::after {
  white-space: initial;
}

[role~="tooltip"][data-microtip-size="large"]::after {
  white-space: initial;
}

[aria-label][role~="tooltip"]::after {
  min-width: 15em !important;
  max-width: 20em !important;
  width: fit-content !important;
  text-align: left;
}

.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);

  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.autocomplete-suggestion {
  position: relative;
  padding: 0 0.6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333;
}
.autocomplete-suggestion b {
  font-weight: normal;
  color: #1f8dd6;
}
.autocomplete-suggestion.selected {
  background: #f0f0f0;
}
