@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
/** Colors **/
/** Typography **/
/** Components **/
* {
  margin: 0;
  padding: 0;
}
body {
  color: #FFFFFF;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-color: #18191D;
  transition: 0.5s ease-in;
}
.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
#content {
  display: flex;
}
h1,
.h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
h2,
.h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
h3,
.h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
  color: #8DC63F;
}
h6,
.h6 {
  font-size: 12px;
}
.link {
  text-decoration: underline;
}
.disabled {
  background-color: #e5e5e5;
}
.bold {
  font-weight: bold;
}
.page-title {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
}
/** Library Overrides **/
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget button {
  font-family: inherit;
  font-size: inherit;
}
.white {
  color: #fff;
}
.lightGreen {
  color: #81ab00;
}
.lightGray {
  color: #a9ad8c;
}
.orange {
  color: #f59c00;
}
.hidden-overridable {
  display: none;
}
.display-inline {
  display: inline;
}
.display-table-cell {
  display: table-cell;
}
.padding-left-0_5em {
  padding-left: 0.5em;
}
.padding-left-1em {
  padding-left: 1em;
}
.padding-bottom-1px {
  padding-bottom: 1px;
}
.padding-right-0_5em {
  padding-right: 0.5em;
}
.padding-right-1_5em {
  padding-right: 1.5em;
}
.nowrap {
  white-space: nowrap;
}
.text-align-center {
  text-align: center;
}
.vertical-align-middle {
  vertical-align: middle;
}
.vertical-align-bottom {
  vertical-align: bottom;
}
.right {
  float: right;
}
.left {
  float: left;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-half {
  margin-top: 0.5rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-half {
  margin-bottom: 0.5rem !important;
}
.mb-quarter {
  margin-bottom: 0.25rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-tenth {
  margin-bottom: 0.1rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-half {
  margin-left: 0.5rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-half {
  margin-right: 0.5rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-smaller {
  padding-left: 0.4rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-smaller {
  padding-right: 0.4rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}
.margin-top-0_2em {
  margin-top: 0.2em;
}
.margin-top-0_5em {
  margin-top: 0.5em;
}
.margin-top-1em {
  margin-top: 1em;
}
.margin-bottom-1em {
  margin-bottom: 1em;
}
.margin-bottom-0_5em {
  margin-bottom: 0.5em;
}
.margin-left-0_5em {
  margin-left: 0.5em;
}
.margin-left-1em {
  margin-left: 1em;
}
.margin-left-2em {
  margin-left: 2em;
}
.vertical-center {
  margin: auto 0px;
}
.flex-vertical-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.center {
  margin: 5px auto;
  text-align: center;
}
button {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none;
}
button:focus {
  outline: 0;
}
button.button {
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  overflow: visible;
  border-radius: 3px;
  padding: 0.2rem 0.8rem;
  background-color: transparent;
  line-height: 30px;
  color: #FFFFFF;
}
button.button:hover {
  background-color: #648e2a;
}
button.button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button.button-icon-only {
  width: 1.5em;
}
/* Button text */
.button-text {
  text-shadow: 0 3px 6px #000;
}
button.button .button-text {
  display: block;
  font-size: 14px;
  line-height: 1.15em;
  padding: 0.8rem 0.5rem;
  border-radius: 3px;
  color: #FFFFFF;
}
button.button-icon-only .button-text {
  text-indent: -9999999px;
  padding: 0.2em;
}
button.button-icon-text .button-text {
  padding: 0.2em 0.4em 0.2em 1.7em;
}
button.button-text {
  padding: 0.2em 0.5em 0.2em 0.5em;
}
/* Button icon */
button.button-icon-only .icon,
.button-icon-text .icon,
button.button-icon-only .icon-info,
.button-icon-text .icon-info {
  float: left;
}
.button-icon-text .icon {
  margin-top: 0.2rem;
}
button.button-icon-only .icon-info {
  left: 50%;
  margin-left: -8px;
}
button.button.disabled {
  cursor: default;
}
button.button.disabled span.icon {
  background-image: url('../../../../../webapps/analyzer/img/icons-disabled.png');
  cursor: default;
}
.btn {
  color: #FFFFFF;
}
.btn-primary {
  text-shadow: none;
  background-color: #4686d6;
  border: 1px solid #4686d6;
}
.btn-primary:hover {
  background-color: #2a6cbf;
}
.btn-primary:active {
  background-color: #2a6cbf;
}
.btn-primary:active:focus {
  background-color: #2a6cbf;
}
.btn-primary:focus {
  background-color: #2a6cbf;
}
.btn-primary[disabled]:hover,
.btn-primary .disabled:hover {
  background-color: #4686d6;
  border-color: #4686d6;
}
.btn-primary[disabled]:focus,
.btn-primary .disabled:focus {
  background-color: #4686d6;
  border-color: #4686d6;
  outline: 0;
}
.btn-secondary {
  background-color: transparent;
  border: 1px solid #8DC63F;
}
.btn-secondary:hover {
  background-color: #77aa32;
  color: #FFFFFF;
}
.btn-secondary:active {
  background-color: #77aa32;
  color: #FFFFFF;
}
.btn-secondary:active:focus {
  background-color: #77aa32;
  color: #FFFFFF;
}
.btn-secondary:focus {
  background-color: #77aa32;
  color: #FFFFFF;
}
.btn-sm-padding {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}
.btn-icon-only {
  border: none;
  background-color: transparent;
  color: #FFFFFF;
}
.btn-icon-only:focus {
  background-color: transparent;
  color: #FFFFFF;
  outline: 0;
}
.btn-icon-only:hover {
  background-color: #353746;
  color: #FFFFFF;
  outline: 0;
}
.btn-icon-only:active {
  background-color: #313240;
  color: #FFFFFF;
  outline: 0;
}
.btn-icon-only:active:focus {
  background-color: #313240;
  color: #FFFFFF;
  outline: 0;
}
.btn-icon-only img {
  width: 16px;
}
.btn-icon-only.btn-sm img {
  width: 14px;
}
.btn-icon-only.disabled {
  opacity: 0.4;
}
.btn-icon-only.active {
  background-color: #313240;
}
.btn-icon-only.active:focus {
  outline: 0;
}
.btn-sm,
.ui-widget .btn-sm {
  font-size: 12px;
}
.btn-xs,
.ui-widget .btn-xs {
  font-size: 10px;
}
.flat-button {
  border: 1px solid #FFFFFF;
  display: inline-block;
  cursor: pointer;
}
.toggle-frame-button {
  text-align: center;
  width: 2.5rem;
  height: 9rem;
  display: inline-block;
  background-color: #4686d6;
}
.toggle-frame-button:hover {
  opacity: 0.8;
  cursor: pointer;
}
.toggle-frame-button span {
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.25rem;
  transform: rotate(270deg);
}
/* Icons */
span.icon {
  background-image: url('../../../../../webapps/analyzer/img/icons.png');
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  left: 0;
}
.glyphicon:not(.hidden) + span {
  margin-left: 5px;
}
.glyphicon.glyphicon-sm {
  font-size: 14px;
}
.glyphicon.glyphicon-xs {
  font-size: 12px;
}
.icon-help {
  background-position: 0 0;
}
.icon-export-csv {
  background-position: -16px 0;
}
.icon-export-pdf {
  background-position: -32px 0;
}
.icon-refresh {
  background-position: -48px 0;
}
.icon-chart-type-bar {
  background-image: url('../../../../../webapps/analyzer/img/icons/icon-bar-chart.svg') !important;
}
.icon-chart-type-line {
  background-image: url('../../../../../webapps/analyzer/img/icons/icon-line-chart.svg') !important;
}
.icon-chart-type-line_dot {
  background-image: url('../../../../../webapps/analyzer/img/icons/icon-line-chart-with-markers.svg') !important;
}
.icon-chart-type-dot {
  background-image: url('../../../../../webapps/analyzer/img/icons/icon-scatter-plot.svg') !important;
}
.icon-topology-hide {
  background-position: -32px -16px;
}
.icon-topology-show {
  background-position: -48px -16px;
}
.icon-topology-collapse {
  background-position: 0 -48px;
}
.icon-topology-expand {
  background-position: -16px -48px;
}
.icon-topology-tree-mode {
  background-position: -32px -48px;
}
.icon-topology-only-managed-on {
  background-position: 0 -64px;
}
.icon-topology-only-managed-off {
  background-position: -16px -64px;
}
.icon-analyzer-all-checked {
  background-position: -48px -64px;
}
.icon-analyzer-all-unchecked {
  background-position: -32px -64px;
}
.icon-info {
  background-image: url('../../../../../webapps/analyzer/img/icons/ui-icons_b8b8b8_256x240.png');
  display: inline-block;
  cursor: pointer;
}
.icon-info:hover {
  background-image: url('../../../../../webapps/analyzer/img/icons/ui-icons_888888_256x240.png');
}
.icon-info.tab-help {
  width: 10px;
  height: 10px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  padding: 6px;
  background-position: -50px -146px;
  margin: -30px 3px 0 10px;
  float: right;
  color: #FFFFFF !important;
}
.icon-info.topology-item,
.icon-info.kpi-item {
  width: 16px;
  height: 16px;
  background-position: -16px -144px;
  vertical-align: middle;
}
.icon-info.kpi-item.spectrum {
  margin-left: -0.3em;
  vertical-align: text-bottom;
}
.icon-info.ap-history {
  width: 16px;
  height: 16px;
  background-position: -32px -96px;
}
/* Topology list icons */
.topology-list-icon {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
}
.quick-panel-open span.topology-list-icon,
.topology-list-open span.topology-list-icon {
  background-image: url('../../../../../webapps/analyzer/img/tree/topology/open.gif');
}
.quick-panel-closed span.topology-list-icon,
.topology-list-closed span.topology-list-icon {
  background-image: url('../../../../../webapps/analyzer/img/tree/topology/close.gif');
}
.table {
  border-spacing: 0;
  margin-bottom: 1rem;
  overflow-x: auto;
  width: auto;
  max-width: none;
}
.table thead {
  background-color: transparent;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.table thead tr th {
  border-right: 0.2rem solid #111218;
  border-bottom: none;
  border-top: none;
  word-break: keep-all;
  padding: 12px 6px;
  text-align: center;
}
.table thead tr th:focus {
  outline: none;
}
.table thead tr th:last-child {
  border-right: none;
}
.table tbody {
  background-color: #111218;
}
.table tbody tr:last-child td {
  border-bottom: none;
}
.table tbody tr:hover td {
  background-color: #000000;
  color: #FFFFFF;
}
.table tbody tr.background-aquamarine {
  background-color: #7fffd4;
}
.table tbody tr.background-bisque {
  background-color: #ffe4c4;
}
.table tbody tr.background-chartreuse {
  background-color: #7fff00;
}
.table tbody tr.background-magenta {
  background-color: #ff00ff;
}
.table tbody tr.background-cornflowerblue {
  background-color: #6495ed;
}
.table tbody tr.background-darkorange {
  background-color: #ff8c00;
}
.table tbody tr.background-violet {
  background-color: #ee82ee;
}
.table tbody tr.background-turquoise {
  background-color: #40e0d0;
}
.table tbody tr.background-darkseagreen {
  background-color: #8fbc8f;
}
.table tbody tr.background-hotpink {
  background-color: #ff69b4;
}
.table tbody tr.background-lavendar {
  background-color: #e6e6fa;
}
.table tbody tr.background-gold {
  background-color: #ffd700;
}
.table tbody tr.background-dodgerblue {
  background-color: #1e90ff;
}
.table tbody tr.background-coral {
  background-color: #ff7f50;
}
.table tbody tr.background-silver {
  background-color: #c0c0c0;
}
.table tbody tr.background-limegreen {
  background-color: #32cd32;
}
.table tbody tr.background-paleturquoise {
  background-color: #afeeee;
}
.table tbody tr.background-orchid {
  background-color: #da70d6;
}
.table tbody tr.background-mediumturquoise {
  background-color: #48d1cc;
}
.table tbody tr.background-orange {
  background-color: #ffa500;
}
.table tbody tr.background-palegreen {
  background-color: #98fb98;
}
.table tbody tr.background-deeppink {
  background-color: #ff1493;
}
.table tbody tr.background-sandybrown {
  background-color: #f4a460;
}
.table tbody tr.background-springgreen {
  background-color: #00ff7f;
}
.table tbody tr.background-tomato {
  background-color: #ff6347;
}
.table tbody tr.background-palegoldenrod {
  background-color: #eee8aa;
}
.table tbody tr.background-thistle {
  background-color: #d8bfd8;
}
.table tbody tr.background-skyblue {
  background-color: #87ceeb;
}
.table tbody tr.background-khaki {
  background-color: #f0e68c;
}
.table tbody tr.background-lawngreen {
  background-color: #7cfc00;
}
.table tbody tr td {
  background-color: transparent;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  border-top: none;
  color: #FFFFFF;
  padding: 6px;
  vertical-align: middle;
  word-break: keep-all;
}
.table tbody tr td ul {
  padding-left: 1.2em;
}
.table-actions {
  text-align: center;
  margin-bottom: 10px;
}
.table-actions-left {
  text-align: left;
}
.table-actions button {
  margin-right: 5px;
}
.table-actions button:last-child {
  margin-right: 0;
}
/* CL001 table */
.table.cl001 {
  width: 28em;
}
/* KPI table */
.table.kpi thead th.aggregation-1 {
  width: 2em;
}
.table.kpi thead th.aggregation-sub-code {
  padding-left: 3px;
  padding-right: 3px;
}
.table.kpi thead th.aggregation-sub-code:not(.aggregation-sub-code-last) {
  border-right: none;
}
.table.kpi thead th.code {
  width: 12rem;
}
.table.kpi thead th.name {
  width: 19em;
}
.table.kpi thead th.unit {
  width: 4em;
}
.table.kpi tbody td.not-supported {
  color: #f00;
}
.table.kpi tbody td.aggregation-1 div.subCode {
  width: 30px;
  display: inline-block;
  text-align: center;
}
.table.kpi tbody td.aggregation-sub-code {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.table.mac {
  min-width: 300px;
  margin-bottom: 20px;
}
.table.mac thead th.vendor-selected-all-header,
.table.mac thead th.mac-selected-all-header {
  width: 30px;
}
/* MAC vendors table */
.table.mac.vendor thead th.vendors {
  width: 17em;
  text-align: center;
}
/* Report table */
table.reports-table {
  margin: 0.2em;
}
table.reports-table thead th {
  text-align: left;
}
table.reports-table thead th {
  padding: 0.2em;
}
table.reports-table thead th.date {
  width: 7em;
}
table.reports-table tbody td {
  padding: 0.2em;
}
.table.sla thead {
  font-size: 10px;
}
.table.sla thead th {
  min-width: 10rem;
  max-width: 14rem;
}
.table.sla thead th.divider {
  background-color: #737373;
}
.table.sla tbody tr td {
  text-align: center;
  min-width: 10rem;
}
.table.sla tbody tr td.first {
  white-space: nowrap;
  border-bottom: none;
}
.table.sla tbody tr td.slaGREEN {
  background-color: #9acd32;
}
.table.sla tbody tr td.slaYELLOW {
  background-color: #ffff92;
  color: #000000;
}
.table.sla tbody tr td.slaRED {
  background-color: #ff7417;
  color: #000000;
}
.table.sla tbody tr td.slaEMPTY {
  background-color: #fff;
}
.table.sla tbody tr td.divider {
  background-color: #737373;
}
.table.sla tbody tr td.sla-cell {
  background-clip: padding-box;
  border-radius: 4px;
  border: 3px solid #18191D;
}
.table.sla tbody tr td.sla-cell .sla-cell-value {
  color: #000000;
}
.table.sla tbody tr td.no-data-message-cell {
  padding: 2rem;
}
.sla-table-container {
  max-width: 100%;
  overflow-x: auto;
}
/* Sortable table */
.table.sortable thead th {
  padding: 12px 18px;
}
.table.sortable thead th:not(.sorter-false) {
  background: inherit;
  cursor: pointer;
}
.table.sortable thead th:not(.sorter-false).tablesorter-headerUnSorted {
  background: url('../../../../../webapps/analyzer/img/sortable.gif') no-repeat 100% 50%;
}
.table.sortable thead th:not(.sorter-false).tablesorter-headerAsc {
  background: url('../../../../../webapps/analyzer/img/sortable-desc.gif') no-repeat 100% 50%;
}
.table.sortable thead th:not(.sorter-false).tablesorter-headerDesc {
  background: url('../../../../../webapps/analyzer/img/sortable-asc.gif') no-repeat 100% 50%;
}
/* Tabs */
#tabsContainer,
#helpContentContainer {
  overflow: auto;
}
#tabsContainer-pane .ui-resizable-handle {
  background-color: #1F2029;
}
#tabs {
  position: relative;
  padding: 0;
}
#tabs .ui-tabs-nav {
  padding: 0 1rem !important;
  background-color: #18191D !important;
  z-index: 1;
  margin: 0 !important;
  position: fixed;
  top: 163px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
#tabs .ui-tabs-nav li {
  width: auto;
  margin-right: 1rem;
  text-align: center;
  border: 1px solid #4686d6;
  border-bottom-width: 1px !important;
  border-radius: 3px;
  display: inline-block;
  float: inherit;
}
#tabs .ui-tabs-nav li:hover {
  background-color: #4686d6 !important;
}
#tabs .ui-tabs-nav li.ui-tabs-active {
  background-color: #4686d6;
  padding-bottom: 0px;
}
#tabs .ui-tabs-nav li a {
  width: 100%;
  font-size: 14px;
  color: #FFFFFF;
}
#tabs .tabContent {
  padding: 1rem;
  background-color: #18191D;
  color: #FFFFFF;
  margin-top: 135px;
}
#tabsHeader {
  width: 100%;
  position: relative;
  text-align: left;
  color: #FFFFFF;
  vertical-align: middle;
  padding: 1rem;
}
.ui-state-default {
  background: transparent;
}
.ui-state-default a {
  color: #FFFFFF;
  text-shadow: 0 1px 6px #000000;
}
.ui-state-default a:link {
  color: #FFFFFF !important;
}
.ui-state-default,
.ui-state-active,
.ui-state-disabled {
  cursor: pointer;
}
.ui-state-default .ui-icon-carat-1-w,
.ui-state-active .ui-icon-carat-1-w,
.ui-state-disabled .ui-icon-carat-1-w,
.ui-state-default .ui-icon-carat-1-e,
.ui-state-active .ui-icon-carat-1-e,
.ui-state-disabled .ui-icon-carat-1-e {
  margin-top: 0.6rem;
}
.ui-corner-bl,
.ui-corner-tl,
.ui-corner-br {
  display: none;
}
.tab-content-container {
  padding: 0 0.75em;
}
.fade-out {
  -webkit-animation: fade-out 1s;
  /* Safari 4+ */
  -moz-animation: fade-out 1s;
  /* Fx 5+ */
  -o-animation: fade-out 1s;
  /* Opera 12+ */
  animation: fade-out 1s;
  /* IE 10+, Fx 29+ */
  opacity: 0.4;
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-o-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
.fade-in {
  -webkit-animation: fade-in 1s;
  /* Safari 4+ */
  -moz-animation: fade-in 1s;
  /* Fx 5+ */
  -o-animation: fade-in 1s;
  /* Opera 12+ */
  animation: fade-in 1s;
  /* IE 10+, Fx 29+ */
  opacity: 1;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.dashboard-chart-item {
  margin-bottom: 15px;
}
.dashboard-worst-table-container {
  display: inline;
  float: left;
  overflow-y: auto;
  overflow-x: hidden;
}
.dashboard-worst-table-container .dashboard-worst-table {
  width: 100%;
}
.dashboard-worst-table-container .dashboard-worst-table-main-header {
  font-size: 20px;
}
.dashboard-service-area-table-container {
  display: inline-block;
}
.dashboard-service-area-table {
  padding: 0;
  margin: 0 3px;
  border-collapse: collapse;
  display: inline;
  float: left;
}
.dashboard-service-area-table thead th {
  text-align: center;
  font-size: 20px;
}
.dashboard-service-area-table tbody td {
  padding: 0;
  border: 0;
}
.dashboard-alarm-table {
  width: 100%;
  margin-bottom: 50px;
}
.dashboard-alarm-table-main-header {
  font-size: 20px;
}
.dashboard-alarm-table tr.alarmCritical {
  background-color: #f27979;
}
.dashboard-alarm-table tr.alarmCritical > td {
  color: #000000;
}
.dashboard-alarm-table tr.alarmWarning {
  background-color: #ffff92;
}
.dashboard-alarm-table tr.alarmWarning > td {
  color: #000000;
}
/* Floorplan tab */
.floorplan-img {
  border: 1px;
  border-color: #CDC9C9;
  border-style: solid;
}
#ignoreTopologySelectionsItems {
  list-style: none;
  padding-left: 1em;
}
.info-table-section-container {
  padding: 10px 0;
}
.info-table-section-container .info-table-column-groups-container {
  padding-bottom: 20px;
}
.info-table-section-container .info-table-container {
  display: inline-block;
  overflow: auto;
  margin-bottom: 20px;
  max-height: 700px;
  max-width: 100%;
}
.info-table-section-container .info-table-container .info-table {
  min-width: 50%;
}
.info-table-section-container .info-summary-tables-options {
  margin-bottom: 20px;
}
.info-table-section-container .info-summary-table-collapsible-container {
  background-color: #353746;
  margin-bottom: 10px;
  border-radius: 3px;
}
.info-table-section-container .info-summary-table-collapsible-container.collapsed .info-summary-table-collapsible-header {
  margin-bottom: 0;
}
.info-table-section-container .info-summary-table-collapsible-container.collapsed .info-summary-table-container {
  display: none;
}
.info-table-section-container .info-summary-table-collapsible-container.collapsed .collapse-icon {
  transform: rotate(-90deg);
}
.info-table-section-container .info-summary-table-collapsible-container .info-summary-table-collapsible-header {
  margin-bottom: 10px;
  padding: 10px;
}
.info-table-section-container .info-summary-table-collapsible-container .info-summary-table-container {
  padding: 0 10px 10px 10px;
}
.info-table-section-container .info-summary-table-collapsible-container .info-summary-table-container .info-summary-table {
  width: 43em;
  max-height: 600px;
  margin-top: 10px;
}
.info-table-section-container .info-summary-table-collapsible-container .info-summary-table-container .info-summary-table th.count {
  width: 2.5em;
}
.info-table-section-container .info-summary-table-collapsible-container .info-summary-table-container .info-summary-table th.percentages {
  width: 2.5em;
}
#surfaceChartAngles {
  height: 40px;
}
.top-table-container th.time {
  width: 200px;
}
.top-table-container th.value {
  width: 150px;
}
.top-table-container td.color {
  width: 20px;
}
#topology {
  height: 100%;
}
#topology.disabled {
  background-color: inherit;
  margin-top: 25px;
}
#topology-info-text {
  text-align: center;
}
.fake-tabs {
  position: absolute;
  left: 500px;
}
#topology-pane-header-bar {
  flex: 0 1 auto;
  padding: 10px;
  padding-top: 0px;
}
#topology-pane-header-bar .report-by-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#topology-pane-header-bar .report-by-container .sync-button {
  margin-right: 3px;
}
#topology-quick-select-container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 3rem;
}
#topology-quick-select-container .quick-panel-closed .collapse-icon {
  transform: rotate(-90deg);
}
#topologyContainer-pane {
  width: 400px;
  min-width: 24rem;
  float: left;
  background-color: #1F2029;
  min-width: 435px;
}
#topologyContainer-pane .windowHeader {
  background-color: #1F2029;
  position: relative;
  text-align: left;
  padding: 1rem 0;
}
#topologyContainer-pane .windowContent {
  background-color: #1F2029;
  position: relative;
  height: 100%;
}
#topologyContainer-pane .ui-resizable-handle {
  background-color: #18191D;
}
#topologyContainer,
#helpTreeContainer {
  width: 311px;
  overflow-y: auto;
  float: left;
}
.topology-quickSelection-container {
  margin-bottom: 1rem;
}
.topology-quickSelection-container .open,
.topology-quickSelection-container .close {
  cursor: pointer;
  color: #FFFFFF;
}
#allTopologyButton #all-topology-unchecked {
  display: block;
}
#allTopologyButton #all-topology-checked {
  display: none;
}
#allTopologyButton.active #all-topology-unchecked {
  display: none;
}
#allTopologyButton.active #all-topology-checked {
  display: block;
}
#topologyTree.lists {
  margin: 20px 8px 0 8px;
}
#topologyTree .topology-quick-select-lists {
  margin: 0 8px;
}
#topologyTree .topology-items-list-container {
  margin-bottom: 35px;
}
#topologyTree .topology-items-list-header {
  margin-bottom: 5px;
  margin-left: 5px;
}
#topologyTree .topology-items-list-header-text {
  font-weight: bold;
}
#topologyTree .list {
  background-color: inherit;
  width: 100%;
  border: 0;
}
#topologyTree .list:focus {
  outline: none;
}
#topologyTree .list option {
  padding-left: 28px;
}
#topologyTree .list option:hover {
  background-color: #2a6cbf;
}
#topologyTree .list option:disabled {
  color: #777777;
}
#topologyTree .list option:disabled:hover {
  background-color: inherit;
}
#topologyTree .topology-list-open {
  cursor: pointer;
}
#topologyTree .topology-list-closed {
  cursor: pointer;
}
#topologyTree .topology-list-closed .topology-items-list-collapse-icon {
  transform: rotate(-90deg);
}
#topologyTree .topology-node-open {
  cursor: pointer;
}
#topologyTree .topology-node-closed {
  cursor: pointer;
}
#topologyTree .topology-items-list-collapse-icon {
  font-size: 13px;
}
.topology-header-search-width {
  width: 170px;
}
#react-topology {
  height: 100%;
}
.react-topology {
  width: 100%;
  height: 100%;
}
.react-topology .site-tree-search-value {
  color: #4686d6;
}
.react-topology .topology-title {
  margin: 0px 6px 8px 8px;
}
.react-topology .tree-title {
  font-size: 14px;
  float: left;
}
.react-topology .disabled-topology-tree .ant-collapse-header {
  color: dimgray;
  cursor: unset;
}
.react-topology .tree-title-filter {
  color: gray;
}
.react-topology .item-count {
  margin-right: 5px;
  float: right;
}
.react-topology .topology-tree .topology-both-views {
  overflow-x: scroll;
  max-height: 200px;
}
.react-topology .topology-tree .topology-node {
  color: rgba(255, 255, 255, 0.65);
}
.react-topology .topology-tree .ant-tree .ant-tree-treenode {
  padding: 0px 0px 2px 10px;
}
.react-topology .topology-tree .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: unset;
}
.react-topology .topology-tree .ant-tree .ant-tree-node-content-wrapper:hover {
  background-color: unset;
  cursor: auto;
}
.react-topology .topology-tree .ant-tree .ant-tree-title {
  word-break: break-word;
}
.react-topology .topology-tree .ant-checkbox-group {
  margin: 0px 30px;
}
.react-topology .topology-tree .ant-checkbox-group .ant-checkbox-group-item {
  display: block;
  margin-bottom: 4px;
}
.react-topology .global-check {
  padding: 10px;
}
.react-topology .topology-header {
  height: 50px;
}
.react-topology .select-all-title {
  font-size: 14px;
}
.react-topology .search-container {
  width: 63%;
}
.react-topology .topology-search input {
  height: 24px;
}
.react-topology .client-filter-container {
  max-width: 50px;
}
.react-topology .client-filter input {
  height: 24px;
}
.react-topology .topology-switch {
  margin-left: 10px;
}
.react-topology .connected {
  color: #08B736;
}
.react-topology .disconnected {
  color: #CF0822;
}
.react-topology .deactivated {
  color: #FF9C00;
}
.react-topology .ota {
  color: #db2ade;
}
.react-topology .info {
  margin-left: 4px;
  margin-bottom: 3px;
}
.react-topology .ant-select {
  min-width: 170px;
}
.react-topology .ant-collapse-content > .ant-collapse-content-box {
  padding: 8px 8px;
}
.react-topology .ant-collapse-borderless > .ant-collapse-item {
  border-bottom: 1px solid #434343;
  border: none;
}
.react-topology .ant-collapse-borderless {
  background-color: inherit;
}
.react-topology .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  padding: 4px 8px;
  padding-left: 40px;
}
.react-topology .required-collapse.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  padding-left: 8px;
}
.react-topology .required-collapse .topology-both-views {
  max-height: 400px;
}
.react-topology Button img {
  width: 14px;
}
.react-topology .topology-node {
  margin-left: unset;
}
.ant-btn-primary {
  background-color: #4686d6;
  border: 1px solid #4686d6;
  border-radius: 4px;
}
.ant-btn-primary:hover {
  background-color: #2a6cbf;
}
.ant-btn-primary:active {
  background-color: #2a6cbf;
}
.ant-btn-primary:active:focus {
  background-color: #2a6cbf;
}
.ant-btn-primary:focus {
  background-color: #2a6cbf;
}
.ant-btn {
  border-radius: 4px;
}
#cache-clear-button.ant-btn {
  background-color: #5c5c5c;
  border: 1px dashed #9b9b9b;
}
#cache-clear-button.ant-btn:hover {
  background-color: #3c3c3c;
}
.topology-contents-container {
  height: 100%;
  display: flex;
  flex-flow: column;
}
.bottom-topology-menu {
  flex: 0 1 40px;
  bottom: 0px;
  width: 100%;
  max-width: inherit;
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  justify-content: space-between;
  padding: 0px 10px;
}
.top-topology-menu {
  padding: 0px 10px;
  overflow-y: scroll;
}
.warning {
  color: #FCD310;
}
.brand-primary {
  color: #4686d6;
}
.vertically-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.topology-report-button {
  max-width: 100px;
}
.topology-report-button img {
  width: 14px;
  margin-right: 8px;
}
.pane-header-title {
  width: 150px;
}
.topology-header-title {
  width: 100px;
  margin: 0;
}
.advance {
  margin-left: 1rem;
}
.ant-btn[disabled] {
  background: inherit;
}
.topology-list-view-container .topology-list-view {
  width: max-content;
}
.report-history-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.report-history-container .anticon {
  margin-top: 5px;
}
.topology-node {
  list-style-type: none;
  line-height: 1.5rem;
  white-space: nowrap;
  font-size: 12px;
  margin-left: 23px;
}
.topology-node-open ul {
  display: block;
}
.topology-node-open .state {
  cursor: pointer;
}
.topology-node-closed ul {
  display: none;
}
.topology-node-closed .state {
  cursor: pointer;
  transform: rotate(-90deg);
}
.topology-node-leaf .state {
  visibility: hidden;
}
.topology-node.root {
  margin-left: 0;
}
.topology-node label {
  margin-left: 5px;
  vertical-align: middle;
}
.topology-node input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin: 0;
  position: relative;
  top: -2px;
}
.topology-node .info {
  display: inline-block;
  background-image: url('../../../../../webapps/analyzer/img/icons/ui-icons_b8b8b8_256x240.png');
  background-position: -16px -144px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  vertical-align: middle;
}
.topology-node .info:hover {
  background-image: url('../../../../../webapps/analyzer/img/icons/ui-icons_888888_256x240.png');
}
.topology-node .info.hidden {
  visibility: hidden;
}
.topology-node .state {
  font-size: 12px;
  vertical-align: middle;
}
.topology-node .type {
  flex-shrink: 0;
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.topology-node .type.none {
  width: 0;
  margin: 0;
}
.topology-node .type.empty {
  background-image: none;
}
.topology-node .subtype {
  flex-shrink: 0;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.topology-node .name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  cursor: pointer;
}
.topology-node .topology-node-row {
  margin-bottom: 5px;
}
.topology-node .topology-pane-header-bar {
  margin-top: 10px;
}
.topology-node .type.organization {
  background-image: url('../../../../../webapps/analyzer/img/icons/icon-organization.svg');
}
.topology-node .type.location {
  background-image: url('../../../../../webapps/analyzer/img/icons/icon-topology-location.svg');
}
.topology-node .type.building {
  background-image: url('../../../../../webapps/analyzer/img/icons/icon-building.svg');
}
.topology-node .type.service-area {
  background-image: url('../../../../../webapps/analyzer/img/icons/icon-topology-service-area.svg');
}
.topology-node .type.eye {
  background-image: url('../../../../../webapps/analyzer/img/icons/icon-topology-eye.svg');
}
.topology-node .type.eye-non-managed {
  background-image: url('../../../../../webapps/analyzer/img/icons/icon-topology-eye-non-managed.svg');
}
.topology-node .type.eye-deactivated {
  background-image: url('../../../../../webapps/analyzer/img/icons/icon-topology-eye-deactivated.svg');
}
.topology-node .type.eye-disconnected {
  background-image: url('../../../../../webapps/analyzer/img/icons/icon-topology-eye-disconnected.svg');
}
.topology-node .type.network {
  background-image: url('../../../../../webapps/analyzer/img/icons/icon-topology-network.svg');
}
.topology-node .type.ap-own {
  background-image: url('../../../../../webapps/analyzer/img/icons/icon-topology-access-point-own.svg');
}
.topology-node .type.ap-known {
  background-image: url('../../../../../webapps/analyzer/img/icons/icon-topology-access-point.svg');
}
.topology-node .type.ap-unknown {
  background-image: url('../../../../../webapps/analyzer/img/icons/icon-topology-access-point-unknown.svg');
}
.topology-node .type.link {
  background-image: url('../../../../../webapps/analyzer/img/icons/icon-link.svg');
}
.topology-node .type.sonar {
  background-image: url('../../../../../webapps/analyzer/img/icons/icon-sonar.svg');
}
.topology-node .subtype.sonar {
  background-image: url('../../../../../webapps/analyzer/img/icons/icon-sonars.svg');
}
.topology-node .subtype.ping {
  background-image: url('../../../../../webapps/analyzer/img/icons/icon-ping.svg');
}
.topology-node .subtype.web {
  background-image: url('../../../../../webapps/analyzer/img/icons/icon-web.svg');
}
.topology-node .subtype.iperf3 {
  background-image: url('../../../../../webapps/analyzer/img/icons/icon-iperf3.svg');
}
#analyzerContainer-pane {
  background-color: #1F2029;
  z-index: 1;
}
#analyzer-pane-header {
  padding-bottom: 0;
}
#analyzer-pane-content {
  padding-top: 0.9rem;
}
#analyzer-pane-content .analysis-time-container {
  margin-bottom: 25px;
}
#analyzer-pane-content .analysis-time-container .analysis-time-title {
  margin-bottom: 5px;
}
#analyzer-pane-content .analysis-time-container .analysis-time {
  font-size: 0.8em;
  display: block;
}
#analyzer-pane-content .analysis-category-title {
  margin-bottom: 20px;
}
#analyzer-pane-content .analyzer-category-row-label {
  float: left;
  font-weight: 400;
}
#analyzer-pane-content .analyzer-category-row-label:hover {
  text-decoration: underline;
}
#analyzer-pane-content .analyzer-category-info-row {
  font-size: 0.9em;
  display: inline-block;
  width: 100%;
}
#analyzer-pane-content .analyzer-category-info-row-label {
  width: 85%;
  float: left;
}
#analyzer-pane-content .analyzer-category-info-row-score {
  float: right;
}
#analyzer-pane-content .analysis-category-group {
  margin-bottom: 15px;
}
#analyzerContentContainer {
  padding: 0 5px 0 5px;
}
#analyzer-content-container-loading {
  display: flex;
  justify-content: center;
}
.analyzer-category-row {
  width: 100%;
  display: inline-block;
}
.analyzer-category-bar {
  background-image: url('../../../../webapps/analyzer/img/analyzer_bar.png');
  background-repeat: repeat-y;
  height: 17px;
  font-size: 0.9em;
  width: 100px;
  float: right;
}
.analyzer-category-bar img {
  position: relative;
  bottom: 8px;
}
#auth-page-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#auth-page-container .content {
  flex: auto;
  margin-top: 50px;
}
#auth-page-container #auth-form {
  max-width: 40rem;
  padding: 25px 15px;
  font-size: 14px;
  color: #FFFFFF;
  margin: 0 auto;
  background-color: #1F2029;
  border-radius: 3px;
}
#auth-page-container #auth-form-title {
  color: #4686d6;
  text-align: center;
  margin-top: 5px;
  line-height: 1.3em;
  font-weight: 100;
}
#auth-page-container #auth-legacy-warning {
  max-width: 40rem;
  padding: 25px 15px;
  font-size: 14px;
  color: #FFFFFF;
  margin: 0 auto;
  background-color: #1F2029;
  border-radius: 3px;
}
#auth-page-container .auth-button-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#auth-page-container .footer {
  text-align: center;
  padding: 20px 0;
  margin: 0 40px;
  border-top: 1px solid #555555;
  font-size: 10px;
}
#auth-page-container .footer p:last-child {
  margin-bottom: 0;
}
#auth-page-container .form label {
  margin-bottom: 10px;
}
#auth-page-container .form input,
#auth-page-container .form select {
  width: 100%;
}
#ui-datepicker-div {
  z-index: 1;
  font-size: 0.75em;
  display: none;
}
div.ui-datepicker-time {
  margin-top: 0.2em;
  text-align: center;
}
select.ui-datepicker-time {
  width: 22%;
}
.ui-datepicker-week-end {
  color: #f00;
}
.ui-datepicker-trigger {
  position: relative;
  cursor: pointer;
  margin-left: 0.5rem;
  width: 20px;
}
.datetime-range-invalid {
  outline: 1px solid #CF0822;
}
.card {
  background-color: #1F2029;
  padding: 1rem 2rem;
  border-radius: 3px;
  margin-bottom: 15px;
}
.internal-card {
  background-color: #15181b;
  border-radius: 3px;
  padding: 0.5em;
}
.chart-container {
  margin-bottom: 40px;
}
.chart_image {
  display: table-cell;
}
.chart_image img {
  margin-bottom: 10px;
}
.chart-values-content {
  overflow: auto;
  max-height: 500px;
}
.chart-description {
  font-size: 20px;
}
.chart-options {
  background-color: #18191D;
  border-radius: 3px;
  margin-left: 20px;
  margin-bottom: 15px;
  padding: 15px;
}
.chart-options-row {
  margin-bottom: 10px;
}
.chart-options-row:only-child {
  margin-bottom: 0;
}
.chart-options-row:last-child {
  margin-bottom: 0;
}
.chart-options-row-item {
  display: inline-block;
  border-right: 1px solid #777777;
  padding: 0 15px;
}
.chart-options-row-item:first-child {
  padding-left: 0;
}
.chart-options-row-item:last-child {
  border-right: none;
  padding-right: 0;
}
.go-to-top-link {
  color: #777777;
  margin-left: 2em;
}
.go-to-top-link:hover {
  color: #555555;
}
.go-to-top-link-float-right {
  float: right;
}
.y-scale-input {
  width: 5em;
}
/* Сollapsible fieldsets */
fieldset {
  display: block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-block-start: 0.35em;
  padding-inline-start: 0.75em;
  padding-inline-end: 0.75em;
  min-inline-size: min-content;
  border-width: 0;
  border-style: groove;
  border-color: transparent;
  border-image: initial;
}
legend {
  width: -webkit-fill-available;
  padding: 0.5rem 0.8rem;
  position: relative;
  margin-bottom: 5px;
  color: #FFFFFF;
  font-size: 14px;
  border: 0;
  border-radius: 3px;
}
legend .collapse-icon {
  font-size: 11px;
}
legend.collapsed {
  background-color: #4686d6;
}
legend.collapsed .collapse-icon {
  transform: rotate(-90deg);
}
legend.collapsible {
  cursor: pointer;
  font-weight: bold;
  background-color: #4686d6;
}
legend.collapsible:hover {
  background-color: #2a6cbf;
}
.ui-widget-header {
  color: #fff;
}
.ui-dialog {
  color: #FFFFFF;
  background: #1F2029;
  border: 1px solid #555555;
  padding: 0;
  box-sizing: content-box;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.2em 0.3em 0.2em 1em;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
  border-bottom: 1px solid #555555;
  background: #353746;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon {
  background-image: url('../../../../webapps/analyzer/img/icons/ui-icons_ffffff_256x240.png');
}
.ui-dialog .ui-dialog-titlebar-close .ui-state-hover {
  border-color: #aaaaaa;
}
.ui-dialog .ui-dialog-content {
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-image: none;
  background: #1F2029;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 12px;
  box-sizing: content-box;
}
.ui-dialog .ui-dialog-content ul li {
  margin-left: 2em;
}
.ui-dialog .ui-icon.ui-resizable-handle {
  background: url(../../../../webapps/analyzer/img/icons/ui-icons_222222_256x240.png);
}
.ui-dialog-buttonpane {
  background-color: transparent;
}
.error-page-content {
  margin-top: 50px;
  text-align: center;
}
.error-page-section {
  max-width: 70rem;
  padding: 25px 15px;
  margin: 0 auto;
}
.emptyContent,
.errorContent {
  margin: 50px 0;
  text-align: center;
  font-weight: bold;
}
.errorContent {
  color: #f66;
  padding-top: 3em;
}
.errorContent span {
  display: block;
}
.errorContent span.header {
  font-size: 1.2em;
}
.errorContent span.redirect {
  padding-top: 0.5em;
  color: #4d4d4d;
  font-size: 0.8em;
}
label {
  cursor: pointer;
  margin-bottom: 0;
}
label input:disabled + span {
  color: #777777;
  cursor: default;
}
.form-inline .form-group {
  margin-right: 10px;
}
.form-inline .form-group:last-child {
  margin-right: 0;
}
.form-inline input[type=radio] {
  margin-left: -25px;
}
.radio-inline {
  padding-left: 25px;
}
.radio-inline input[type=radio] {
  margin-left: -25px;
}
.radio-inline + .radio-inline {
  margin-left: 15px;
}
.link {
  cursor: pointer;
}
.checkbox > .form-group {
  margin-top: 10px;
}
.form-group-indented {
  margin-left: 25px;
}
.help-node {
  background: transparent url('../../../../webapps/analyzer/img/tree/help/join.gif') repeat-y top left;
}
.help-node.root {
  background: none;
}
.help-node.last {
  background: transparent url('../../../../webapps/analyzer/img/tree/help/join-half.gif') no-repeat top left;
}
.help-node .name {
  vertical-align: top;
}
.help-node .name.selected {
  color: #48830c;
  font-weight: bold;
  cursor: default;
}
/* help-node types */
.help-node.root .type {
  background-image: url('../../../../webapps/analyzer/img/tree/help/node-root.gif');
}
.help-node.open .type {
  background-image: url('../../../../webapps/analyzer/img/tree/help/node-open.gif');
}
.help-node.close .type {
  background-image: url('../../../../webapps/analyzer/img/tree/help/node-close.gif');
}
.help-node.leaf .type {
  background-image: url('../../../../webapps/analyzer/img/tree/help/node-leaf.gif');
}
.help-node.open .state {
  background-image: url('../../../../webapps/analyzer/img/tree/help/state-open.gif');
}
.help-node.close .state {
  background-image: url('../../../../webapps/analyzer/img/tree/help/state-close.gif');
}
.help-node.leaf .state {
  background-image: url('../../../../webapps/analyzer/img/tree/help/state-leaf.gif');
}
.help-node.root .name {
  cursor: default;
}
.help-node.open > .state {
  cursor: pointer;
}
.help-node.open ul {
  display: block;
}
.help-node.close > .state {
  cursor: pointer;
}
.help-node.close ul {
  display: none;
}
.help-node.leaf > .state {
  cursor: default;
}
.help-node .state {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.help-node .type {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.help-node .name {
  display: inline-block;
  margin-left: 0.5rem;
  cursor: pointer;
}
.imgScroll {
  opacity: 1;
  cursor: pointer;
}
img {
  border: 0;
}
input {
  color: #FFFFFF;
  background-color: #4d4d4d;
  border: none;
  border-radius: 4px;
}
input:focus {
  outline: 0;
}
input[type="text"],
input[type="password"] {
  height: 32px;
  padding-left: 10px;
}
input[type="text"]:disabled,
input[type="password"]:disabled {
  cursor: not-allowed;
  color: #777777;
}
select {
  color: #FFFFFF;
  background-color: #4d4d4d;
  border: none;
  border-radius: 4px;
  height: 32px;
}
select option {
  padding: 0.5rem;
}
label {
  font-weight: 400;
}
.select-label,
.radio-label,
.form-group-label {
  font-weight: 400;
  margin-right: 5px;
}
.select-label-right,
.radio-label-right,
.form-group-label-right {
  margin-right: 0px;
  margin-left: 5px;
}
.checkbox {
  margin-bottom: 15px;
}
.checkbox input[type=checkbox] {
  margin-left: -25px;
}
.checkbox label {
  padding-left: 25px;
}
select:-internal-list-box {
  background-color: #1F2029 !important;
}
.input,
#ui-datepicker-div select {
  background-color: #4d4d4d;
}
.input.traffic-light-input {
  width: 3em;
}
.input.chart-size-input {
  width: 60px;
}
.input.chart-size-select {
  width: 6.5em;
}
.input.tp-max-input {
  width: 3.5em;
}
.input.ap-signal-level-input {
  width: 1.5em;
}
.input.moving-count-input {
  width: 4.2em;
}
.input.kpi-percentile-input {
  width: 4.2em;
}
.input.rows-limit {
  width: 1.8em;
}
.input.rows-limit-predefined {
  width: 6.4em;
}
.input.mac-filter-value {
  width: 5.5em;
}
.intervalsPanel {
  margin-top: 0;
}
.intervalsPanel .intervals-container {
  margin-top: 10px;
  margin-left: 25px;
  padding: 10px 15px;
  border: 1px solid #4d4d4d;
  border-radius: 3px;
}
.intervalsPanel .intervals-container .interval {
  background-color: #1F2029;
  padding: 10px 0;
}
.intervalsPanel .intervals-container .interval:not(:first-child) {
  border-top: 1px solid #4d4d4d;
}
.intervalsPanel .intervals-container .interval.odd {
  background-color: #1F2029;
}
.intervalsPanel .intervals-container .interval.even {
  background-color: #1F2029;
}
.intervalsPanel .intervals-container .interval select {
  width: 3em;
}
.intervalsPanel .intervals-container .interval .interval-add {
  color: #77aa32;
}
.intervalsPanel .intervals-container .interval .interval-remove {
  color: #CF0822;
}
.kpi-list-type-toggle {
  padding-bottom: 20px;
  border-bottom: 1px solid #555555;
}
.kpi-group-container {
  background-color: #353746;
  margin-bottom: 10px;
  border-radius: 3px;
}
.kpi-group-container.collapsed .kpi-group-header {
  margin-bottom: 0;
}
.kpi-group-container.collapsed .kpi-group-table-container {
  display: none;
}
.kpi-group-container.collapsed .collapse-icon {
  transform: rotate(-90deg);
}
.kpi-group-container .kpi-group-header {
  margin-bottom: 10px;
  padding: 10px;
}
.kpi-group-container .kpi-group-table-container {
  padding: 0 10px 10px 10px;
}
.kpi-list-buttons {
  margin-bottom: 20px;
}
/* Loading Screen */
.loading {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #18191D;
}
.loading .loading-logo-container {
  margin-bottom: 20px;
  width: 200px;
}
.loading img {
  width: 200px;
  height: 200px;
}
#warning-pane {
  background-color: #990820;
}
#warning-pane-message {
  font-size: 0.8em;
}
#optimizerContainer-pane {
  background-color: #1F2029;
  z-index: 1;
}
#optimizer-pane-content .expandable:hover {
  text-decoration: underline;
}
#optimizer-content-container-loading {
  display: flex;
  justify-content: center;
}
/* Optimizer */
.optimizer-report-band-block {
  margin-bottom: 20px;
}
.optimizer-report-task-container {
  overflow: auto;
}
.optimizer-report-task {
  font-size: 0.86em;
  padding: 5px;
  float: left;
}
.optimizer-report-explanation {
  padding: 5px 10px 0px 20px;
}
.optimizer-report-action {
  padding: 5px 10px 0px 20px;
}
.optimizer-report-action-guidance {
  padding: 5px 10px 0px 20px;
}
/* Other */
.cursor-default {
  cursor: default;
}
.width100 {
  width: 100%;
}
#autoRefreshPeriod {
  width: 7.5em;
}
#area {
  width: 7.1em;
}
#ui-datepicker-div {
  z-index: 3001;
}
.data-protection-warning {
  margin-bottom: 10px;
}
.data-protection-warning legend {
  font-weight: bold;
  padding: 0 5px;
}
.popup-menu-container {
  display: table;
  margin-bottom: 0.5em;
}
.popup-menu {
  display: block;
  float: left;
  list-style: none;
  background-color: #4d4d4d;
}
.popup-menu ul {
  list-style: none;
  background-color: #4d4d4d;
}
.popup-menu ul li > span[onclick] {
  color: #81ab00;
  cursor: pointer;
}
.popup-menu li:hover {
  position: relative;
  background-color: #676767;
}
.popup-menu li:hover > ul {
  display: block;
  z-index: 10000;
}
.popup-menu li.separator {
  border: 1px dashed #888;
}
.popup-menu li.submenu > span {
  margin-right: 3px;
  padding-right: 16px;
  background: url('../../../../webapps/analyzer/img/menu/popup-menu.gif') no-repeat right center;
}
.popup-menu li.submenu:hover > span {
  padding-right: 16px;
  background: url('../../../../webapps/analyzer/img/menu/popup-menu-hover.gif') no-repeat right center;
}
.popup-menu li span {
  padding: 6px;
  display: block;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  cursor: default;
}
.popup-menu.top ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
.popup-menu.bottom ul {
  display: none;
  position: absolute;
  left: 100%;
  bottom: 0;
}
*::-webkit-scrollbar {
  width: 0.7rem;
  height: 0.7rem;
}
*::-webkit-scrollbar-thumb {
  background-color: #3c3d4f;
  border-radius: 3px;
  cursor: grab;
}
*::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
}
.togglePane {
  margin-bottom: 1.5em;
  width: 100%;
}
.togglePaneHeader {
  padding: 0 0.5em;
  margin-bottom: 10px;
  min-height: 2em;
  line-height: 2em;
  border-bottom: 1px solid #555555;
  cursor: pointer;
}
.togglePaneHeader:hover {
  background-color: #353746;
}
.togglePaneHeaderClosed .collapse-icon {
  transform: rotate(-90deg);
}
.togglePane .togglePane {
  padding-top: 0.5em;
}
.ui-slider-horizontal {
  height: 0.8em;
  width: 100px;
  background: #4d4d4d;
  border: 1px solid #4d4d4d;
}
.ui-slider-handle {
  width: 1em;
  height: 1em;
  cursor: default;
  border: 1px solid #999999;
  background: #dadada url(../../../../webapps/analyzer/img/icons/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
  outline: none;
}
.ui-slider-wrapper {
  position: relative;
  width: 150px;
  display: inline-block;
}
.ui-slider-wrapper.horizontal {
  width: 150px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 15px;
  top: -0.2em;
}
.ui-slider-wrapper .ui-slider-horizontal {
  width: 100%;
}
.ui-slider-labels {
  position: absolute;
  border: 1px solid transparent;
}
.ui-slider-label-ticks {
  border: 1px solid transparent;
  position: absolute;
  white-space: nowrap;
}
.ui-slider-label-ticks span {
  font-size: 0.8em;
  min-width: 1.2em;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 5px;
  right: 0;
  top: 0;
  background-color: transparent;
  height: 100%;
}
.ui-resizable-handle {
  position: absolute;
}
.horizontal .ui-slider-labels {
  left: 0;
  right: 0;
  top: 0.5em;
}
.horizontal .ui-slider-label-ticks {
  width: 1.2em;
  height: 0.65em;
  text-align: center;
}
.horizontal .ui-slider-label-ticks span {
  position: relative;
  display: inline-block;
  margin-left: -1.2em;
  top: 5px;
}
.pane-container {
  height: 100%;
}
.pane-header {
  position: relative;
  width: 100%;
  background-color: #1F2029;
  padding: 1rem;
}
.pane-header-title {
  margin-bottom: 10px;
}
.pane-header-bar {
  overflow: auto;
}
.pane-content {
  min-height: 100%;
  padding: 1rem;
}
.frames {
  display: inline-block;
  overflow: hidden;
  float: left;
  height: 100%;
}
.windowContainer {
  overflow: auto;
  margin-right: 5px;
}
.header-container {
  z-index: 1;
  position: absolute;
  width: 100%;
  padding-bottom: 10px;
  background-color: #18191D;
}
#topologyContainer-pane .header-container {
  background-color: #1F2029;
}
.progress-content {
  border: none;
}
.progress-content .ui-widget-header {
  background: #77aa32;
}
.progress-content .ui-progressbar {
  cursor: pointer;
}
.progress-content .ui-progressbar-value {
  background: #80b646;
}
.progress-chart {
  border: none;
}
.progress-chart .ui-widget-header {
  background: #2a6cbf;
}
.progress-chart .ui-progressbar {
  cursor: pointer;
}
.progress-chart .ui-progressbar-value {
  background: #46a3ca;
}
.progress-export .ui-widget-header {
  background: #f7b74d url('../../../../webapps/analyzer/img/icons/ui-bg_gloss-wave_35_f6a828_500x100.png') 0 50% repeat-x;
}
.progress-export .ui-progressbar {
  cursor: pointer;
}
.progress-export .ui-progressbar-value {
  background: #f6ae37;
}
.progress-export .ui-widget-content {
  color: #333;
  font-size: 0.9em;
}
.progress-info table {
  font-size: 0.75em;
}
.progress-info table th.percentages {
  width: 5em;
}
.progress-content .progress-info,
.progress-chart .progress-info,
.progress-export .progress-info {
  margin-top: 0.3em;
  max-height: 10em;
  overflow: auto;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-primary {
  border-color: #4686d6;
  border-right-color: transparent;
}
.spinner-border-large {
  width: 4rem;
  height: 4rem;
}
.spinner-container {
  display: flex;
  justify-content: center;
}
.spinner-container-inline {
  display: inline-block;
  justify-content: inherit;
  vertical-align: middle;
}
#toast-container.toast-top-center {
  top: 30px;
}
#toast-container.toast-top-center div.toast {
  width: 400px;
  opacity: 1;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.toast-info {
  background-color: #4686d6;
}
#toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#header,
.header {
  height: 90px;
  background-color: #1F2029;
  overflow: hidden;
}
#header #logoContainer,
.header #logoContainer {
  height: 100%;
  float: left;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#header #logoContainer img,
.header #logoContainer img {
  width: 300px;
  margin-right: 15px;
}
#header .logo_large,
.header .logo_large {
  width: 50%;
  margin-left: 20px;
}
#header .link,
.header .link {
  text-decoration: none;
}
#header .link:hover,
.header .link:hover {
  background-color: #353746;
}
#menu {
  color: #FFFFFF;
  overflow: auto;
}
#menu .menu-section-container {
  width: 100%;
  height: 43px;
}
#menu ul {
  text-align: center;
  line-height: 3rem;
  vertical-align: middle;
  float: right;
  margin: 5px 1rem 5px 0;
}
#menu li {
  display: inline;
  float: left;
  padding: 0 1.5rem;
  border-right: 1px solid #777777;
}
#menu li.right {
  float: right;
}
#menu li:first-child {
  padding-left: 0;
}
#menu li:last-child {
  border-right: none;
  padding-right: 0;
}
#menu input,
#menu select {
  margin-left: 0.5rem;
}
#menu .topMenu {
  margin-right: 1.5rem;
}
#startTime,
#endTime {
  width: 10.5em;
}
/*# sourceMappingURL=styles.css.map */