/* Minification failed. Returning unminified contents.
(184,29): run-time error CSS1046: Expect comma, found '212'
(184,36): run-time error CSS1046: Expect comma, found ')'
(188,29): run-time error CSS1046: Expect comma, found '212'
(188,36): run-time error CSS1046: Expect comma, found ')'
 */
html {
  position: fixed;
}
body.light {
  background-color: transparent;
}
body.login-layout {
  overflow: auto;
}
.signin.signin-custom .footer {
  width: auto;
  max-width: 360px;
}
.signin.signin-custom .watermark {
  padding: 64px 0 64px 0;
  flex-direction: row;
  justify-content: center;
}
.signin.signin-custom .help {
  margin: 0 0 38px 0;
}
.signin.signin-custom .welcome.hidden {
  display: none;
}
.loading:after {
  top: 0;
  left: 0;
}
.light .loading.btn,
.dark .loading.btn {
  height: 28px;
}
.dialog form {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.signin.signin-custom label {
  pointer-events: none;
}
.field.validate .eds-validation-error,
.field.validate .field-validation-error {
  margin: -20px 0 0 2px;
  font-size: 12px;
}
.light .eds-input-error {
  border-left: 3px solid #ff0000 !important;
}
.dark .eds-input-error {
  border-left: 3px solid #fff000 !important;
}
.form .field.validate.tableError .eds-validation-error {
  margin-top: 8px;
}
.light .edsValidationMessages ul {
  color: #ff0000;
  margin: 0 0 28px 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  font-size: 12px;
}
.resetPaswordSuccess,
.registrationSuccess {
  flex: 2;
  align-self: center;
  width: 280px;
  color: #fff !important;
  text-align: center;
}
.form .field.validate {
  position: relative;
  margin: 0 0 20px 0;
}
.form .field.validate .eds-validation-error {
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 2px;
  font-size: 11px;
}
.edsSelect {
  width: 100%;
  padding: 6px;
  font-size: 12px;
  height: 28px;
}
.edsSelect.fullwidth {
  width: calc(100% - 12px);
}
.edsSelect:focus {
  outline: 0;
}
.light .edsSelect {
  border: 1px solid #c8c8c8;
  background-color: #fff;
  color: #242424;
}
.light .edsSelect:focus {
  border-color: #1174e6;
}
.light input:not([type="checkbox"]):not([type="radio"]):read-only,
.light textarea:read-only,
.light input:not([type="checkbox"]):not([type="radio"])[readonly],
.light textarea[readonly] {
  background-color: #ececec;
  padding-left: 6px;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.pof {
  position: fixed;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.table .td {
  padding: 16px;
  word-break: break-word;
}
.table.compact .td,
.table.compact .th {
  padding: 8px;
}
.table .th input,
.table .th .select,
.table .td input,
.table .td .select {
  max-width: 100%;
  width: 100%;
}
.table .th .select .btn {
  width: 100% !important;
}
.table .th {
  font-weight: 700;
}
.light .table.striped .tr:nth-child(even) {
  background-color: #ebebeb;
}
.dark .table.striped .tr:nth-child(even) {
  background-color: #333333;
}
.light .table .th {
  border-bottom: 1px solid #b0b0b0;
}
.dark .table .th {
  border-bottom: 1px solid #4e4e4e;
}
.table.sortable .th.asc::after {
  content: "\e99e";
}
.table.sortable .th.desc::after {
  content: "\e99d";
}
.table.sortable .th::after {
  font-family: "Ericsson Icons";
  margin-left: 4px;
}
.light .table.sortable .th:hover::after {
  color: #1174e6;
}
.dark .table.sortable .th:hover::after {
  color: #0077db;
}
.light .table .tr.selected .td,
.light .table tr.selected td {
  background-color: rgb(170 212 247);
}
.dark .table .tr.selected .td,
.dark .table tr.selected td {
  background-color: rgb(170 212 247);
}
.light .table.striped tr:nth-child(odd) {
  background-color: #fafafa;
}
.tableActions .tooltip {
  height: 17px;
  display: inline-block;
}
.validateBtnsGroup {
  display: flex;
  justify-content: flex-end;
  margin-right: 15px;
}
.light .appbar .actions-left .subtitle {
  color: #242424;
}
.light .appbar .actions-left .title-name {
  color: #242424;
}
.dinb {
  display: inline-block !important;
}
.light textarea.fullwidth,
.dark textarea.fullwidth,
.light input.fullwidth[type="number"],
.dark input.fullwidth[type="number"] {
  width: calc(100% - 12px);
}
.btn.btn-warning {
  background-color: #d46617;
  color: #fff;
  border-color: #d46617;
}
.formMessage {
  padding: 4px 8px !important;
  color: #fff !important;
  font-size: 12px;
  margin-top: 8px !important;
  border-radius: 3px;
}
.formMessage.fullwidth {
  width: calc(100% - 12px) !important;
}
.formMessage .icon {
  margin-right: 4px;
}
.validationErrorsWrapper ul {
  padding: 0 0 0 14px !important;
}
.validationErrorsWrapper ul li {
  margin: 0 0 4px 0;
  padding: 0;
}
.popoverBtn {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #1174e6;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  font-size: 9px;
  line-height: 16px;
  margin: 0 0 0 8px;
  position: relative;
  top: -2px;
}
.tooltip .message.right,
.tooltip .message.left {
  top: -9px !important;
}
.popoverTitle {
  display: block;
  margin: 0 0 8px 0;
}
.tooltip .message {
  max-width: 300px;
  min-width: 50px;
  white-space: normal !important;
}
.popoverBtn + .message {
  width: 215px;
  font-size: 12px !important;
}
.tooltip.tooltipTable .message.top::after {
  left: 50%;
  margin-left: 3px;
}
.__react_component_tooltip {
  padding: 8px !important;
  border-radius: 0 !important;
  opacity: 1 !important;
}
.__react_component_tooltip .projectRoleTxt {
  margin-bottom: 8px;
  white-space: normal;
}
.__react_component_tooltip .projectRoleTxt:last-child {
  margin-bottom: 0;
}
.reactTooltipClass {
  pointer-events: auto !important;
}
.reactTooltipClass:hover {
  visibility: visible !important;
  opacity: 1 !important;
}
/* Hide ::before element of react tooltip, because the padding of the panel is decreased from 21px to 8px globally by eds
** and the styled ::before element therefore overlaps with the content of the panel */
.__react_component_tooltip::before {
  display: none;
}
.appbar .title.open-menu {
  right: 0;
}
.appTopNav {
  display: flex;
  width: 100%;
}
.appTopNav .right {
  margin: 0 0 0 auto;
}
.projectIcons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.btn.btn-project {
  width: 30px;
  height: 30px;
  min-width: 30px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  margin: 0 4px;
}
.projectIcons .subtitle {
  font-size: 12px !important;
  padding-left: 8px !important;
}
.btn.btn-project .icon {
  margin: 0;
  font-size: 13px !important;
  color: #fff !important;
  top: 0;
}
.projectIconsBig {
  margin: 0 -4px 24px 0;
}
.projectIconsBig .btn.btn-project {
  margin-bottom: 4px;
}
.projectIconsBig .btn.btn.btn-project {
  display: flex;
  width: 136px;
  height: 136px;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
  font-size: 16px;
  text-align: center;
}
.projectIconsBig .btn.btn-project .icon {
  font-size: 28px !important;
}
.projectIconsTxt {
  margin: 16px 0 0 0;
}
.btn.btn-project.bg-data4 {
  background-color: #d6487e;
}
.btn.btn-project.bg-orange {
  background-color: #ffb752;
}
.btn.btn-project.bg-data5 {
  background-color: #9585bf;
}
.btn.btn-project.bg-green {
  background-color: #87b87f;
}
.btn.btn-project.bg-light-green {
  background-color: #7ed957;
}
.btn.btn-project.bg-red {
  background-color: #d15b47;
}
.btn.btn-project.bg-yellow {
  background-color: #fee188;
}
.btn.btn-project.bg-yellow,
.btn.btn-project.bg-yellow .icon {
  color: #8e762b !important;
}
.btn.btn-project.bg-yellow:hover,
.btn.btn-project.bg-yellow:hover .icon {
  color: #fff !important;
}
.icon-settings::before {
  content: "\e98d" !important;
}
.icon-table::before {
  content: "\e9a5" !important;
}
.icon-rss::before {
  content: "\e987" !important;
}
.icon-group::before {
  content: "\e94c" !important;
}
.icon-view-list::before {
  content: "\e9b8" !important;
}
.icon-folder::before {
  content: "\e946" !important;
}
.icon-drag-handle::before {
  content: "\e935" !important;
}
.icon-tasks::before {
  content: "\e9a6" !important;
}
.icon-layers::before {
  content: "\e957" !important;
}
.select.timezoneSelect {
  width: 300px;
  max-width: 100%;
  margin: 0 15px 0 0;
  z-index: 9999;
}
.select.timezoneSelect .options-list {
  max-height: 300px;
}
.select.timezoneSelect .btn.current-options {
  margin: 0 !important;
}
.tableActions .btn.btn-action + .message,
.actionTd .btn.btn-action + .message {
  min-width: 0;
  white-space: nowrap !important;
  max-width: 1000px;
  top: -9px;
}
.btn.btn-action {
  min-width: 0;
}
.light .btn.bg-green {
  background-color: #329864;
  border-color: #329864;
  color: #fff;
}
.dark .btn.bg-green {
  background-color: #288964;
  border-color: #288964;
  color: #fff;
}
.projectInfoTitle {
  margin-bottom: 24px;
}
.projectInfoItem {
  margin: 0 0 16px 0;
}
.projectTypeKbd i {
  margin-right: 4px;
}
.tabs .titles {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.dialog .content .top .title {
  display: block;
  padding: 0;
  text-align: left;
  cursor: auto;
}
.light .dialog .content .top .title {
  color: #242424;
}
.pageCountWrapper {
  margin-right: 16px;
  padding-left: 16px;
}
.light .pageCountWrapper {
  border-left: 1px solid #c8c8c8;
}
.dark .pageCountWrapper {
  border-left: 1px solid #525252;
}
.dialog .content .body {
  max-height: 350px;
}
.bulkDownloadButtons {
  margin: 2px 0 20px 0;
}
.bulkTabInner {
  padding: 16px 16px 16px 16px;
  margin: -24px 0 0 0;
}
.light .bulkTabInner {
  border: 1px solid #ebebeb;
}
.light .tabs .titles {
  -webkit-box-shadow: 0px 1px 0px 0px #e0e0e0;
  -moz-box-shadow: 0px 1px 0px 0px #e0e0e0;
  box-shadow: 0px 1px 0px 0px #e0e0e0;
}
.tabs .titles {
  margin-bottom: 19px;
}
.bulkTabInner .title {
  margin: 0 0 16px 0;
}
.bulkTabInner kbd {
  position: relative;
  top: -1px;
}
.btn-inbl {
  display: inline-block;
}
.addOptionalColumnWrapper {
  margin: 24px 0 0 0;
}
.columnsTable .btn ~ .btn {
  margin-left: 4px;
}
.flexTable .tr {
  display: flex;
  align-items: center;
}
.flexTable .tr .td,
.flexTable .tr .th {
  flex: 1;
}
.alert {
  padding: 8px;
  margin: 0 0 16px 0;
  border-radius: 3px;
  font-size: 12px;
}
.light .alert-danger {
  background-color: #ffcac6;
  border: 1px solid #851b15;
  color: #851b15;
}
.light .alert-success {
  background-color: #d6efe3;
  border: 1px solid #329864;
  color: #329864;
}
.light .alert-warning {
  background-color: #fee188;
  color: #8e762b;
}
.bulkTable {
  text-align: left;
  border-collapse: collapse;
  border: 2px solid #000;
  font-size: 12px;
  width: 100%;
}
.bulkTable th {
  background-color: #00265d;
  color: #fff;
  border-right: 1px solid #000;
}
.bulkTable td,
.bulkTable th {
  padding: 4px;
}
.bulkTable td {
  border: 1px solid #000;
}
.bulkTable .top-border {
  border-top: 2px solid #000;
}
.fileWrapper {
  display: flex;
}
.btn-file-delete .icon {
  margin-right: 0 !important;
}
p.modal-msg {
  font-weight: 700;
}
p + p.modal-msg,
.row + p.modal-msg {
  margin-top: 24px;
}
.dialogBulkImport .loading {
  margin: 24px auto 0 auto;
}
.invalidRecordsWrapper {
  margin: 4px 0 0 0;
}
.bulkErrorList {
  margin: 0;
  padding: 8px 0 0 16px;
  font-size: 12px;
}
.invalidRecordsWrapper .table .tbody > .tr > .td:first-child {
  justify-content: center;
  align-items: center;
  display: flex;
}
.invalidTableWrapper .td,
.invalidTableWrapper .th {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.emptyValueWrapper {
  width: 100%;
  height: 100%;
}
.invalidRecordsWidgetBody {
  margin: 28px 0 0 0;
}
.invalidRecordsWidgetBody kbd {
  margin: 0 4px 0 0;
}
.acc-card {
  border: 1px solid;
  margin: 0 0 24px 0;
}
.light .acc-card {
  border-color: #ebebeb;
}
.dark .acc-card {
  border-color: #4e4e4e;
}
.acc-card-title {
  padding: 8px;
}
.acc-card-title .title {
  margin: 0;
}
.light .acc-card-title {
  background-color: #ebebeb;
}
.acc-card-content {
  padding: 16px 8px;
}
@media only screen and (min-width: 30em) {
  .signin .watermark .product {
    width: auto;
  }
}
@media only screen and (min-width: 75em) {
  .signin.signin-custom .watermark {
    padding: 100px 0 128px 110px;
    justify-content: flex-start;
    flex-direction: column;
  }
  .signin.signin-custom .watermark .product {
    width: 90px;
  }
}
.light .register .form,
.dark .register .form {
  width: 1090px;
  max-width: 100%;
}
.light .register .form .field input:not([type="checkbox"]) {
  padding: 6px;
  border: 1px solid #4e4e4e !important;
  height: auto;
  background-color: transparent;
}
.light .register select {
  background-color: #0c0c0c;
  width: 100%;
  border: 1px solid #4e4e4e;
  color: #f2f2f2;
  height: 31px;
}
.light .register form .field input:not([type="checkbox"]):invalid:not(:focus):not(:placeholder-shown),
.light .register form .field input:not([type="checkbox"]).invalid {
  border: 1px solid #4e4e4e !important;
}
.light .register input:not([type="checkbox"]):not([type="radio"]):read-only,
.light .register textarea:read-only,
.light .register input:not([type="checkbox"]):not([type="radio"])[readonly],
.light .register textarea[readonly] {
  background-color: #1d1d1d;
}
.light .register form .btn {
  width: auto;
  height: auto;
  margin-bottom: 0;
}
.light .signin.signin-custom.register .watermark {
  padding: 48px 0;
  justify-content: center;
  align-items: center;
}
.light .signin.signin-custom.register .watermark .product {
  width: auto;
}
.light .signin.register form .field {
  height: auto;
  margin: 0 0 20px 0;
}
.light .signin.register .validateBtnsGroup {
  margin: 0 0 0 -4px;
  justify-content: center;
}
.light .disclamerWrapper {
  border: 1px solid #4e4e4e;
  color: #f2f2f2;
  padding: 0 8px 8px 8px;
}
.light .disclamerWrapper h4 {
  padding: 7px 8px;
  background-color: #1d1d1d;
  margin: 0 -8px 12px -8px;
}
.light .register p {
  color: #f2f2f2;
}
.light .register label {
  pointer-events: auto;
}
.light .register input[type="checkbox"] + label::before {
  vertical-align: middle !important;
}
.signin.signin-custom.register .footer {
  margin: 48px 0 0 0;
}
.register .lg-6 {
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.light .register form .btn.default {
  border: 1px solid #4e4e4e;
  color: #4e4e4e;
}
.light .register form .btn.default:hover {
  color: #141414;
}
.light .projectRolesTable .table .th,
.dark .projectRolesTable .table .th,
.light .projectRolesTable .table .td,
.dark .projectRolesTable .table .td {
  flex: 150 0 auto;
}
.light .projectRolesTable .table .thead .tr > .th:first-child,
.dark .projectRolesTable .table .thead .tr > .th:first-child,
.light .projectRolesTable .table .tbody .tr > .td:first-child,
.dark .projectRolesTable .table .tbody .tr > .td:first-child {
  flex: 20 0 auto;
}
.measurementDetailsWrapper {
  margin: 0 0 0 12px;
}
.measurementDetailWrapper {
  margin: 8px 0;
  padding: 0 0 8px 0;
  border-bottom: 1px solid;
}
.light .measurementDetailWrapper {
  border-color: #e6e6e6;
}
.dark .measurementDetailWrapper {
  border-color: #4e4e4e;
}
.measurementDetailWrapperList .measurementDetailWrapper:last-child {
  border: 0;
}
.measurementDetailTitleBase .measurementDetailTitle {
  margin: 0 0 4px 0;
}
.measurementDetailTitle {
  display: block;
}
.measurementDetailSubtitle {
  font-size: 12px;
}
.light .measurementDetailWrapper .measurementDetailSubtitle {
  color: #6a6a6a;
}
.dark .measurementDetailWrapper .measurementDetailSubtitle {
  color: #8b8b8b;
}
.light .measurementDetailsWrapper .accordion-header {
  background-color: #ebebeb;
}
.dark .measurementDetailsWrapper .accordion-header {
  background-color: #181818;
}
.indoorSegmentDetailsWrapper .measurementDetailTitle {
  margin: 0;
  display: inline-block;
  width: 180px;
}
.measurementTableResults {
  margin: 0 0 0 12px;
}
.measurementTableResults .table thead th {
  white-space: nowrap;
}
.measurementTableResults .btn-action {
  border: 0 !important;
}
.light .tile .measurementTableResults .header .left .title,
.dark .tile .measurementTableResults .header .left .title {
  margin: 8px 8px 16px 0;
}
.measurementTableResults .table td {
  height: 50px;
}
.measurementTableResults .table.compact td,
.measurementTableResults .table.compact tbody tr {
  height: 34px;
}
.measurementTableResults .table tbody tr {
  height: 52px;
}
.datePickerBlockWrapper .react-datepicker-wrapper {
  display: block;
}
.datePickerBlockWrapper .react-datepicker-wrapper input {
  width: 100%;
  margin: 0;
}
.measurementBtns {
  margin: 8px 0 0 0;
}
.light .table tr.clicked td,
.light .table tr.clicked.selected td {
  background-color: rgba(50, 152, 100, 0.3);
}
.dark .table tr.clicked td,
.dark .table tr.clicked.selected td {
  background-color: rgba(40, 137, 100, 0.3);
}
.light .table .tr.clicked .td,
.light .table .tr.clicked.selected .td {
  background-color: rgba(50, 152, 100, 0.3);
}
.dark .table .tr.clicked .td,
.dark .table .tr.clicked.selected .td {
  background-color: rgba(40, 137, 100, 0.3);
}
.table tr.ignored {
  opacity: 0.4;
}
.light tr.alert-info {
  background-color: rgba(17, 116, 230, 0.3);
}
.dark tr.alert-info {
  background-color: #fff;
}
.measurementValidationTable td {
  word-break: break-word;
}
.accordion-content .table:last-child {
  margin-bottom: 0;
}
.accordion-content .table:last-child tbody tr:last-child td {
  border-bottom: 0;
}
.ignoreTdWrapper {
  position: relative;
}
.ignoreTdWrapper .reactTooltipClass {
  white-space: normal;
  text-align: left;
}
.measurementMonitoringAside .accordion-content {
  font-size: 12px;
}
.measurementMonitoringAside .field {
  margin: 0 0 8px 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.filterAccordion {
  border-bottom: 1px solid #c8c8c8;
  padding: 4px 0;
}
.filterAccordion:last-child {
  border-bottom: 1px solid transparent;
}
.filterAccordion-content {
  display: none;
  margin: 4px 0 0 0;
}
.filterAccordion.opened .filterAccordion-content {
  display: block;
}
.accordion-content label {
  font-weight: 700;
}
.filterAccordion-header {
  position: relative;
}
.filterAccordion-header:before,
.filterAccordion-header:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-color: #8b8b8b;
}
.filterAccordion-header:before {
  width: 2px;
  height: 8px;
  right: 6px;
  top: 6px;
}
.filterAccordion-header:after {
  width: 8px;
  height: 2px;
  top: 9px;
  right: 3px;
}
.filterAccordion.opened .filterAccordion-header:before {
  display: none;
}
.filterAccordion input[type="text"] {
  width: 100%;
}
.filterAccordion .field {
  margin: 0 0 4px 0;
}
.filterAccordion .tableFilterForm {
  margin: 0 0 4px 0;
}
.filterAccordion .tableFilterForm input {
  width: 100%;
}
.filtersLabel {
  padding: 1%;
}
.clearAllFiltersBtn {
  margin-right: 6%;
  padding: 1% 2% 1% 2%;
  float: right;
  font-size: 12px;
}
.clearAllFiltersBtn:hover {
  color: white;
  background-color: #4d97ed;
  border-radius: 10%;
}
.mapWrapper,
.measurementMonitoringAside {
  position: relative;
}
.mapExpand {
  position: absolute;
  top: -29px;
  font-size: 11px !important;
  padding: 3px 12px !important;
}
.measurementDetailsExpanded .measurementDetailsWrapper,
.measurementDetailsExpanded .measurementTableResults {
  margin-left: 0;
}
.accordion {
  margin: 0 0 8px 0;
}
.checkbox-list > li {
  margin: 0 0 2px 0 !important;
  position: relative;
}
.loadingWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 12px;
  border: 1px solid;
  margin: 0 0 24px 0;
}
.light .loadingWrapper {
  border-color: #c8c8c8;
}
.dark .loadingWrapper {
  border-color: #4e4e4e;
}
.loadingWrapper .loadingTxt {
  margin: 12px 0 0 0;
}
.summarySubheader {
  display: flex;
  justify-content: space-between;
  margin: 12px 0;
}
.dialog {
  text-align: left;
}
.loadingCenter {
  margin: 0 auto;
}
.opacity-one {
  opacity: 1 !important;
}
.link-icon .icon {
  position: relative;
  top: -1px;
  margin-right: 4px;
}
.light .alert.alert-info {
  background-color: rgba(17, 116, 230, 0.3);
}
.light .alert.alert-info p {
  color: #1b4c84;
}
.accordion .alert:last-child {
  margin-bottom: 0;
}
.mergeStatusIcon .icon {
  position: relative;
  top: -2px;
  margin-right: 4px;
}
.mergeStatusIcon {
  margin-bottom: 12px !important;
}
.tooltipList {
  font-weight: 400;
}
.tooltipList li {
  padding-left: 16px !important;
  position: relative;
}
.tooltipList li:before {
  content: " ";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  left: 4px;
  top: 5px;
}
.light .tooltipList li:before {
  background-color: #fff;
}
.light .tooltipList li {
  color: #fff !important;
}
.dialog .body h4:first-child {
  margin-top: 0;
}
.dialog.mergeMeasurementDialog .content {
  width: 600px;
}
.light input[type="checkbox"] + label::before {
  vertical-align: middle !important;
}
.reportErrorMsgWrapper {
  margin-top: 24px;
}
div#map.olMap {
  margin: 0 0 12px 0 !important;
}
.light .dialog,
.dark .dialog {
  z-index: 9999;
}
#controlToggle {
  margin: 12px 0 12px 0;
  padding: 0;
  display: flex;
}
#controlToggle li {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.measurementDetailsPage .measurementDetailsWrapper {
  margin: 0;
}
.measurementDetailsWrapper + .tabs {
  margin-top: 24px;
}
.dropdownMenuBtn {
  display: inline-block;
}
.dropdownMenuBtn.dropdownMenu .btn {
  padding: 6px 32px 6px 8px;
}
.dropdownMenuBtn + .btn {
  margin-left: 8px;
}
.logCollectionErrorMsg {
  margin-top: 16px;
}
table.fixedHeader thead th {
  position: sticky !important;
  top: 0;
  z-index: 1;
}
.light table.fixedHeader thead th {
  background-color: #fafafa;
}
.dark table.fixedHeader thead th {
  background-color: #242424;
}
.logDetailsTableWrapper {
  height: 605px;
  overflow-y: auto;
  margin: 16px 0 0 0;
}
.logDetailsTableWrapper table.fixedHeader thead tr.second th {
  position: sticky !important;
  top: 25px;
  z-index: 1;
}
.logDetailsTableWrapper table.fixedHeader thead th.nsaSecondary {
  background-color: #edf3f9;
  text-align: center;
  border: "1px solid #b0b0b0";
}
.logDetailsTableWrapper table.fixedHeader tbody td.nsaSecondary {
  background-color: rgba(187, 215, 243, 0.2);
}
.logDetailsTableWrapper table.table {
  font-size: 12px;
  margin-bottom: 0;
}
.logDetailsTableWrapper table tr {
  outline: none;
}
.logDetailsTableWrapper table tbody tr {
  cursor: pointer;
}
.logDetailsCheckboxGridContainer {
  display: flex;
  justify-content: center;
  margin: 16px 0 16px 0;
}
.logDetailsCheckboxGrid {
  display: grid;
}
.logDetailsCheckboxNsa {
  grid-row: 2;
}
.measurementsChartForm {
  display: flex;
  justify-content: center;
  margin: 16px 0 16px 0;
}
.measurementsChartItem {
  margin: 0 4px;
}
#comment {
  min-width: 100%;
  width: 300px;
  margin: 0 0 -16px 0;
}
.commentDetailsList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.commentDetailsList strong {
  width: 100px;
  display: inline-block;
}
.prevNextBtns {
  display: inline-block;
  float: left;
}
.prevNextBtns a + a {
  margin-left: 8px;
}
.prevNextBtns a.disabled {
  opacity: 0.3;
}
.eventsTableWrapper {
  height: 200px;
  overflow-y: auto;
}
#layer3KPITable.table tr:hover td[rowspan] {
  background: white;
}
#layer3KPITable.table.compact tr td {
  padding: 4px;
}
.histogramWrap {
  margin: 0 0 24px 0;
}
.percentageTxt {
  margin: 0 0 24px 0 !important;
}
.light table.testResultTable td {
  border-bottom: 1px solid #f2f2f2 !important;
}
.light table.testResultTable tr.hrDouble td {
  border-bottom: 2px solid #d0d0d0 !important;
  padding: 0 !important;
}
.light .table.disable-opacity td,
.dark .table.disable-opacity td {
  opacity: 1;
}
.table .table {
  margin-bottom: 0;
}
.testResultAccordion {
  margin: 16px 0;
}
.light .accordion.testResultAccordion li:not(.ignore-accordion) .content,
.dark .accordion.testResultAccordion li:not(.ignore-accordion) .content {
  padding: 8px 0;
}
.colorLegend {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 145px;
}
.colorLegend li {
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 3px 0 !important;
  text-shadow: 2px 0px 2px #000000;
}
.btn-radio {
  display: inline-block !important;
  margin: 0 8px 8px 0 !important;
}
.btn-radio:before {
  display: none !important;
}
input[name="Dcscolorlayer"] {
  display: none !important;
}
.light input:checked + .btn-radio {
  background-color: #1174e6;
  border: 1px solid #1174e6;
  color: #fff;
}
.dark input:checked + .btn-radio {
  background-color: #0077db;
  border: 1px solid #0077db;
  color: #fff;
}
.light .btn-radio,
.dark .btn-radio {
  min-width: 0;
}
.inlineButtonsWrapper .btn,
.bulkDownloadButtons .btn {
  margin: 0 8px 8px 0;
  display: inline-block;
}
.inlineButtonsWrapper .btn + .btn,
.bulkDownloadButtons .btn + .btn {
  margin-left: 0;
}
.light .btn.btn-icon,
.dark .btn.btn-icon {
  min-width: 0;
  border: 0 !important;
  background-color: #d9d9d9;
}
.dark .btn.btn-icon {
  background-color: #000;
}
.light .btn.btn-dotSize,
.dark .btn.btn.btn-dotSize {
  border-radius: 0;
  height: 28px;
}
#dotSizeInfo {
  width: 100px;
  margin: 0;
}
.light input[type="range"],
.dark input[type="range"] {
  -webkit-appearance: slider-horizontal;
  border: 0;
  padding: 0;
}
.handoverSummaryTable .td {
  font-size: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.handoverSummaryTableNew .td {
  font-size: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.handoverCountTable .th,
.handoverCountTable .td,
.fiveGHandoverSummaryTable .th,
.fiveGHandoverSummaryTable .td,
.HandoverCountTableLA .th,
.HandoverCountTableLA .td {
  width: 100% !important;
}
.HandoverCountTableLA td {
  white-space: nowrap;
}
.light .dialog.fullscreen .body {
  max-height: 100vh;
}
.light .dialog .content,
.dark .dialog .content {
  padding: 16px !important;
}
.light .dialog .content .top .title,
.dark .dialog .content .top .title {
  font-size: 16px !important;
  font-weight: 400;
}
.light .dialog .content .top .title:before,
.dark .dialog .content .top .title:before {
  display: none;
}
.handoverSummaryTable .tableFilterForm input {
  width: 100%;
}
.btn-disabled {
  opacity: 0.4 !important;
  pointer-events: none !important;
  cursor: default !important;
}
.testResultTable tr td:first-child {
  position: relative;
  z-index: 1;
}
.testResultAccordion .acc-card-title > .title {
  padding: 0;
}
.testResultAccordion .acc-card-title > .title:hover {
  background: transparent;
}
.testResultAccordion .acc-card-title > .title:before {
  display: none;
}
.mapPopup {
  display: none;
  opacity: 0;
}
.light .tabs .titles .title,
.dark .tabs .titles .title {
  display: inline-block !important;
  font-size: 14px !important;
  font-weight: 400;
}
.light .tabs .titles .title:hover,
.dark .tabs .titles .title:hover {
  background: transparent;
}
.light .tabs .titles .title:before,
.dark .tabs .titles .title:before {
  display: none;
}
.light .btn.success {
  background-color: #329864;
  color: #fff;
  border: 1px solid #329864;
}
.dark .btn.success {
  background-color: #288964;
  color: #fff;
  border: 1px solid #288964;
}
.alert p:last-child {
  margin-bottom: 0;
}
#SegmentsTable th {
  white-space: nowrap;
}
.light .dialogNewEditSegment .content,
.dark .dialogNewEditSegment .content {
  min-width: 598px;
}
.dialog form.segmentForm {
  position: static;
  display: block;
}
.actionTh,
.actionTd {
  position: sticky;
  right: 0;
  white-space: nowrap;
  background-color: inherit;
  width: 0;
  text-align: center !important;
}
.actionTh:before,
.actionTd:before {
  box-shadow: -4px 0 4px -4px inset rgba(0, 0, 0, 0.6);
  content: " ";
  height: 100%;
  top: 0;
  left: -4px;
  position: absolute;
  width: 4px;
}
.light .table th.actionTh,
.light .table td.actionTd,
.dark .table th.actionTh,
.dark .table td.actionTd {
  opacity: 1;
}
.light .table th.actionTh .btn-group,
.light .table td.actionTd .btn-group,
.dark .table th.actionTh .btn-group,
.dark .table td.actionTd .btn-group {
  opacity: 0.8;
}
.actionTd .btn-group .btn {
  margin: 0 2px;
}
.light .gray {
  color: #6a6a6a;
}
.dark .gray {
  color: #8b8b8b;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.IndoorNetworkManager_OutdoorSiteTable th,
.IndoorNetworkManager_OutdoorSiteTable td {
  white-space: nowrap;
}
#IndoorSegmentDetails_FloorMap_Map {
  border: 1px solid #e6e6e6;
  margin-left: 12px;
}
.dialog form.segmentForm {
  max-width: 598px;
}
.react-select__control {
  border-radius: 0 !important;
  margin-right: 12px !important;
  border: 1px solid #c8c8c8;
}
#IndoorSegmentDetails_FloorMap_Loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -28px;
  margin-top: -28px;
}
#IndoorSegmentDetails_FloorMap_Map {
  position: relative;
}
.mapPopupWrapper #mapPopup {
  display: none;
}
.handoverSummaryTable {
  min-width: 100% !important;
}
.reactTooltipClass {
  max-width: 250px;
  opacity: 1;
}
.reactTooltipLargeClass {
  max-width: 1000px;
  opacity: 1;
}
.reactTooltipClass:hover {
  opacity: 1;
}
.measurementDetailsHeader {
  box-shadow: 0 4px 0 0 #e0e0e0;
  margin-bottom: 8px;
  padding-bottom: 12px !important;
}
.form .field.validate .eds-validation-error-static {
  position: static;
  margin-bottom: -15px;
}
.networkManagerTableWrapper table th {
  white-space: nowrap;
}
.label-segment-slave {
  background-color: #959fa6 !important;
  color: #fff !important;
}
.label-segment-slave-external {
  background-color: #505659 !important;
  color: #fff !important;
}
.label-segment-master {
  background-color: #428bca !important;
  color: #fff !important;
}
.label-segment-master-external {
  background-color: #3f6ae0 !important;
  color: #fff !important;
}
.react-tagsinput {
  width: calc(100% - 12px);
}
.light .react-tagsinput .react-tagsinput-input,
.dark .react-tagsinput .react-tagsinput-input {
  border: 0;
  width: 100%;
}
.react-tagsinputTag {
  display: block;
  margin: 0 4px 4px 0;
  border-radius: 0;
  position: relative;
}
.react-tagsinputTag a.icon {
  position: absolute;
  top: 2px;
  right: 4px;
  color: #fff;
}
.light .react-tagsinput--focused {
  border-color: #1174e6;
}
.dark .react-tagsinput--focused {
  border-color: #0077db;
}
.testResultTable tr:hover td {
  opacity: 1;
}
.IndoorNetworkManager_IndoorSegmentsTable .table .reactTooltipClass {
  white-space: normal;
}
.light #gbox_IndoorNetworkManager_IndoorSegmentsTable .table tbody td,
.dark #gbox_IndoorNetworkManager_IndoorSegmentsTable .table tbody td {
  opacity: 1;
}
.reactGallery {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.reactGallery > li {
  float: left;
  margin: 0 4px 4px 0;
}
.reactGallery > li > a {
  display: block;
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}
.reactGallery > li > a > img {
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.light .buildingsTable .table.sortable th {
  vertical-align: bottom;
  padding-top: 0;
}
.actionRowWrapper {
  white-space: nowrap;
}
.actionRowWrapper .btn-action {
  margin: 0 2px;
}
.buildingFloorsTable thead tr th {
  white-space: nowrap;
}
.buildingFloorsTable thead tr th .reactTooltipClass {
  white-space: normal;
}
#CalculateFloorPlanScaleModal_Dialog .content {
  max-width: 100%;
}
#CalculateFloorPlanScaleModal_Dialog .bottom {
  height: auto;
}
#CalculateFloorPlanScaleModal_Dialog_Body {
  max-height: 10000px;
  overflow: visible;
  padding-bottom: 0;
}
#ReplaceFloorPlanModal_Form .input-validation-error {
  margin-bottom: 4px;
}
#ReplaceFloorPlanModal_Form .field-validation-error {
  color: #ed0e00;
  position: static;
  margin-bottom: 12px;
  font-size: 11px;
}
#Floor_FloorMap_Map {
  border: 1px solid #e6e6e6;
}
.truncate {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tooltipTruncate {
  display: inline-block;
  max-width: 100%;
}
.projectsTableWrapper .table th {
  white-space: nowrap;
}
.hr {
  border-width: 0;
  border-bottom: 1px solid #e0e0e0;
}
.tree .item {
  outline: none;
}
.tree-list {
  display: none;
  margin: -16px 0 4px 0;
}
.tree .item.opened ~ .tree-list {
  display: block;
}
.logdetails-row-selected {
  background-color: #000;
}
.ReactVirtualized__Table__headerColumn .ReactVirtualized__Table__headerTruncatedText {
  font-size: 12px;
  text-transform: none;
  white-space: normal;
  text-overflow: initial;
}
.ReactVirtualized__Table__headerColumn {
  border-bottom: 1px solid #b0b0b0;
  margin: 0 !important;
  padding: 8px;
  align-self: baseline;
}
.ReactVirtualized__Table__rowColumn {
  margin: 0 !important;
  padding: 8px;
  font-size: 12px;
  opacity: 0.8;
}
.ReactVirtualized__Grid__innerScrollContainer .ReactVirtualized__Table__row:hover {
  background-color: #dcdcdc;
}
.ReactVirtualized__Grid__innerScrollContainer .ReactVirtualized__Table__row:nth-child(odd) {
  background-color: #ebebeb;
}
.ReactVirtualized__Grid__innerScrollContainer .ReactVirtualized__Table__row:focus {
  outline: none;
}
.logDetailsRowSelected {
  background-color: rgba(0, 130, 240, 0.4) !important;
}
.nsaSecondary {
  text-align: center;
}
.modal-msg.modal-msg-error.color-red html,
.modal-msg.modal-msg-error.color-red body {
  position: relative;
  width: auto;
  height: auto;
  background: transparent;
}
.nrNsaValidationTableContainter {
  overflow: auto;
}
.light .tabs .contents > .content {
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  margin-top: 0;
}
.light .tabs .contents > .contentselected {
  margin-top: 8px;
  overflow-x: hidden;
}
.checkbox-inline-wrapper {
  display: inline-block;
  margin-right: 8px;
}
.input-group-fullwidth {
  width: 100%;
}
.flex {
  display: flex;
}
.align-baseline {
  align-items: baseline;
}
.m0 {
  margin: 0 !important;
}
.inputGroupTooltip {
  margin: 4px 12px 0 0;
}
.light textarea,
.dark textarea {
  resize: auto;
}
.form.formDisabled {
  pointer-events: none;
}
.tabs-title {
  margin-top: 0;
}
.coloringWrapper .accordion .accordion-list .accordion-item {
  border: 1px solid #e0e0e0;
}
.coloringWrapper .accordion .accordion-list .accordion-item .content {
  padding-top: 16px;
}
.coloringWrapper .accordion .accordion-list .accordion-item .accordion-item {
  padding: 0;
}
.table.tableColors th {
  text-align: center;
  vertical-align: middle;
  background-color: #ebebeb;
}
.table.tableColors thead tr:first-child th:last-child {
  border-left: 1px solid #b0b0b0;
}
.light .table.tableColors td,
.dark .table.tableColors td {
  text-align: center;
  padding: 4px;
  opacity: 1;
}
.light .table.tableColors tbody tr,
.dark .table.tableColors tbody tr {
  position: relative;
}
.light .icon-btn,
.dark .icon-btn {
  min-width: auto;
  padding: 5px 10px 4px;
}
.light .btn .icon,
.dark .btn .icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0;
}
.light .select.fullwidth,
.dark .select.fullwidth {
  width: 100%;
  max-width: calc(100% - 12px);
}
.light .tabelCdfPdfColors .fullwidth,
.dark .tabelCdfPdfColors .fullwidth {
  width: 90% !important;
}
.mb18 {
  margin-bottom: 18px;
}
.table-flex-wrapper {
  overflow: auto;
  max-height: 600px;
}
.colorlegend-row {
  min-width: 120px;
  min-height: 25px;
  line-height: 25px;
  text-align: center;
  text-shadow: 1px 1px 2px black, 1px -1px 2px black, -1px 1px 2px black, -1px -1px 2px black;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  justify-content: space-between;
  padding: 0 4px;
}
.margin-bottom-lg {
  margin-bottom: 1.5em;
}
.table-box-left {
  padding: 1em;
  border-top: 1.5px solid lightgray;
  border-right: 2px solid lightgray;
}
.table-box-right {
  padding: 1em;
  border-left: 1.5px solid lightgray;
  border-bottom: 2px solid lightgray;
}
#MeasurementSummaryVoiceCallInfoTooltip th {
  white-space: nowrap;
}
#MeasurementSummaryVoiceCallInfoTooltip .message {
  font-size: 10px !important;
}
.deprecated {
  opacity: 0.6;
}
.light .btn.reloadBtn {
  margin-left: 8px;
  min-width: 10px;
  border: 1px solid #c8c8c8;
}
.light .table tbody tr:not(:last-child) th {
  border: 0;
}
.analysisProjectChartSelect {
  min-width: 200px;
}
.light .loading.loadingAnalysis,
.dark .loading.loadingAnalysis {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 9999;
}
.light .loading.loadingAnalysis:after,
.dark .loading.loadingAnalysis:after {
  top: 50%;
  left: 50%;
}
.notUnderLicence {
  pointer-events: none;
}
.light .nowrap {
  white-space: nowrap !important;
}
.pagination li.ignore-accordion {
  padding: 8px !important;
}
.analysisTableWrapper .table td,
.analysisTableWrapper .table th {
  vertical-align: bottom;
}
.analysisTableWrapper .table.sortable .asc:after,
.analysisTableWrapper .table.sortable .desc:after {
  top: 50%;
  margin-top: -18px;
}
.light .btn-icon,
.dark .btn-icon {
  border: 0;
  background: none;
}
.light .tableFilterForm input,
.dark .tableFilterForm input {
  min-width: 100%;
}



