@charset "UTF-8";
/* imports */
.pure-table, .dzm1 {
  /* Remove spacing between table cells (from Normalize.css) */
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb;
}

.pure-table caption, .dzm1 caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center;
}

.pure-table td, .dzm1 td,
.pure-table th,
.dzm1 th {
    border-left: 1px solid #cbcbcb;
  /*  inner column border */
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
  /*to make ths where the title is really long work*/
    padding: 0.3em 0.6em;
  /* cell padding */;
}

/* Consider removing this next declaration block, as it causes problems when
there's a rowspan on the first cell. Case added to the tests. issue#432 */
.pure-table td:first-child, .dzm1 td:first-child,
.pure-table th:first-child,
.dzm1 th:first-child {
  border-left-width: 0; }

.pure-table thead, .dzm1 thead {
  background-color: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom; }

/*
striping:
   even - #fff (white)
   odd  - #f2f2f2 (light gray)
*/
.pure-table td, .dzm1 td {
  background-color: transparent; }

.pure-table-odd td {
  background-color: #f2f2f2; }

/* nth-child selector for modern browsers */
.pure-table-striped tr:nth-child(2n-1) td, .dzm1 tr:nth-child(2n-1) td {
  background-color: #f2f2f2; }

/* BORDERED TABLES */
.pure-table-bordered td, .dzm1 td {
  border-bottom: 1px solid #cbcbcb; }

.pure-table-bordered tbody > tr:last-child > td, .dzm1 tbody > tr:last-child > td {
  border-bottom-width: 0; }

/* HORIZONTAL BORDERED TABLES */
.pure-table-horizontal td,
.pure-table-horizontal th {
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #cbcbcb; }

.pure-table-horizontal tbody > tr:last-child > td {
  border-bottom-width: 0; }

table {
  overflow: hidden; }

.table-highlight, .dzm1 {
  overflow: hidden; }
  .table-highlight tr:hover td, .dzm1 tr:hover td {
    background-color: #e9e9e9; }
  .table-highlight td, .dzm1 td, .table-highlight th, .dzm1 th {
    position: relative;
    background-clip: padding-box; }
  .table-highlight td:hover::after, .dzm1 td:hover::after,
  .table-highlight th:hover::after,
  .dzm1 th:hover::after {
    content: "";
    position: absolute;
    background-color: #f2f2f2;
    left: 0;
    top: -5000px;
    height: 10000px;
    width: 100%;
    z-index: -1; }

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/open-sans-v34-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/open-sans-v34-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v34-latin-regular.woff2") format("woff2"), url("fonts/open-sans-v34-latin-regular.woff") format("woff"), url("fonts/open-sans-v34-latin-regular.ttf") format("truetype"), url("fonts/open-sans-v34-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

html,
body {
  height: 100%; }

body {
  font-family: roboto Condensed;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  padding-bottom: 20px;
  /*background-color: $white-darker-300;*/
  background: #fff; }

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 60px; }

/* Carousel */
.carousel-caption p {
  font-size: 20px;
  line-height: 1.4; }

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
  width: 100%; }

/* QR code generator */
#qrCode {
  margin: 15px; }

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none; } }

.container {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%; }

.navbar {
  border: none; }

.navbar-brand {
  padding: 4px; }
  .navbar-brand img {
    display: inline-block;
    max-height: 60px; }

.navbar-inverse {
  z-index: 110;
  background: #0088CC;
  color: #fff; }
  .navbar-inverse a {
    color: #fff !important; }

.dzm01 {
  float: left; }

.dzm02 {
  background: #0088CC;
  color: #fff;
  display: inline-block;
  padding: 5px 8px 3px;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.dzm03 {
  float: right;
  margin-top: 1em; }

.dzm1 {
  font-family: roboto Condensed;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 12px;
  color: #555;
  clear: both;
  width: 100%; }
  .dzm1 thead th {
    text-align: right; }
  .dzm1 thead th:first-child {
    text-align: left; }
  .dzm1 thead th a {
    font-weight: normal; }
  .dzm1 thead th .column-order-asc, .dzm1 thead th .column-order-desc {
    font-weight: bold; }
  .dzm1 tbody tr:first-child td {
    background: #0088CC;
    color: #fff; }
  .dzm1 tbody td {
    text-align: right; }
  .dzm1 tbody td:first-child {
    text-align: left;
    background-color: #eee; }
  .dzm1 .dzm15 {
    font-size: 10px;
    display: block; }
  .dzm1 .green .dzm15 {
    color: green; }
  .dzm1 .red .dzm15 {
    color: red; }

.column-order-asc:after {
  content: '▲'; }

.column-order-desc:after {
  content: '▼'; }

.portal__head {
  display: flex;
  align-items: center;
  padding: 16px 112px 16px 32px;
  box-sizing: border-box;
  border-radius: 30px;
  transition: .3s;
  box-shadow: none;
  position: relative;
  background-color: #f1f1f1; }
  .portal__head:hover {
    cursor: pointer;
    box-shadow: 0 1.5px 2.7px rgba(0, 0, 0, 0.012), 0 3.3px 6px rgba(0, 0, 0, 0.017), 0 5.8px 10.5px rgba(0, 0, 0, 0.021), 0 9.1px 16.7px rgba(0, 0, 0, 0.025), 0 14.1px 25.7px rgba(0, 0, 0, 0.029), 0 22px 40.1px rgba(0, 0, 0, 0.033), 0 36.5px 66.6px rgba(0, 0, 0, 0.038), 0 73px 133px rgba(0, 0, 0, 0.05); }

.portal:not(:first-child) .portal__head {
  border: 1px solid #dfdfdf; }

.portal--aggregate .portal__head,
.portal--aggregate .portal__body {
  background: #fafafa; }

.portal__head__identity {
  min-width: 250px; }

.portal__head__identity__logo {
  max-width: 250px; }

.portal__head__identity__name {
  font-size: 1em;
  margin-top: .7em;
  color: #868686; }

.portal__head__metric__chart {
  width: 150px !important;
  height: 100% !important; }

.portal__head__metric {
  display: flex;
  align-items: center;
  margin-left: 32px; }
  .portal__head__metric rect {
    fill: #f9f9f9; }
  .portal__head__metric svg {
    border-radius: 10px; }

.portal__head__metric__diff {
  margin-left: 32px; }

.portal__head__details {
  margin-left: 32px;
  display: flex; }

* {
  font-family: 'Open sans'; }

.portal__head__details__server__number,
.portal__head__details__folder__number,
.portal__head__details__entryType__name,
.portal__head__details__activity__date,
.portal__head__metric__diff__number,
.portal__head__details__startDate__date {
  color: #4b4b4b;
  font-weight: bolder; }

.portal__head__details__server,
.portal__head__details__folder,
.portal__head__details__entryType,
.portal__head__details__activity,
.portal__head__details__startDate {
  margin-bottom: .3em;
  color: #868686; }

.portal__head__metric__diff {
  min-width: fit-content;
  margin-bottom: 0; }

.portal__head__metric__diff__number,
.portal__head__metric__diff__comparison {
  display: inline-block; }

.portal__head__metric__focused__wrapper {
  font-size: .8em; }

.portal__head__metric__diff__comparison,
.portal__head__metric__focused__comparison {
  vertical-align: super; }

.portal__head__metric__diff__number,
.portal__head__metric__focused__number {
  font-size: 2em; }

.portal__head__metric__diff__metric,
.portal__head__metric__focused__metric {
  color: #868686;
  display: block; }

.portal__body {
  background-color: #f1f1f1;
  display: flex;
  flex-wrap: wrap; }

.portal__body__lineChart {
  width: calc(100% - 80px - 600px);
  min-width: 700px;
  flex-grow: 1; }

body .portal__body__details,
body .portal__body__login-activity {
  padding: 0;
  width: 100%;
  margin: 0 0 20px 0; }

.portal__body__details__head,
.portal__body__login-activity__head {
  padding: 32px; }
  .portal__body__details__head:hover,
  .portal__body__login-activity__head:hover {
    cursor: pointer; }

body .portal__body__details__body,
body .portal__body__login-activity__body {
  padding: 0 32px 0 32px;
  display: block;
  max-height: 0;
  transition: ease-in 0.4s;
  overflow: hidden;
  border-collapse: initial; }

.portal__body__details__head__header,
.portal__body__login-activity__head__heade {
  margin-bottom: 0; }

.portal__body__login-activity__head__header__icon,
.portal__body__details__head__header__icon {
  float: right;
  transform: rotate(0deg);
  transition: .3s; }

.dropdown--active >
.portal__body__details__head .portal__body__details__head__header__icon,
.dropdown--active >
.portal__body__login-activity__head .portal__body__login-activity__head__header__icon {
  transform: rotate(180deg); }

.dropdown--active >
.portal__body__details__body,
.dropdown--active >
.portal__body__login-activity__body {
  padding: 0 32px 32px 32px;
  margin-top: -20px;
  max-height: 5000px; }

.portal__body__login-activity__head__header__icon,
.portal__body__details__head__header__icon {
  float: right;
  transform: rotate(0deg);
  transition: .3s; }

.portal {
  margin-bottom: 24px; }
  .portal:first-child .portal__head {
    background: #fff; }

.portal__body__pages {
  width: auto;
  min-width: 400px;
  max-width: 600px; }

.portal__body__pages__container {
  margin-top: 64px;
  height: 300px;
  width: 100%; }

.portal__body__lineChart__container {
  height: 300px;
  width: 100%; }

.portal__body__lineChart__nav {
  margin-bottom: 32px; }
  .portal__body__lineChart__nav > * {
    display: inline-block; }

.portal__body__lineChart__nav__select {
  width: 200px; }

.portals-container {
  counter-reset: section; }

.portal.jq-dropdown:not(.portal--aggregate) {
  position: relative; }
  .portal.jq-dropdown:not(.portal--aggregate):before {
    counter-increment: section;
    content: counter(section, decimal-leading-zero);
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: 'Open Sans', sans-serif;
    z-index: 2;
    background: #d9d9d9;
    border-radius: 1000px;
    color: #666;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
    min-width: 26px;
    height: 26px; }

.portals-container__nav {
  width: 100%;
  z-index: 100;
  top: 0;
  position: sticky;
  box-shadow: 0 1.5px 2.7px rgba(0, 0, 0, 0.012), 0 3.3px 6px rgba(0, 0, 0, 0.017), 0 5.8px 10.5px rgba(0, 0, 0, 0.021), 0 9.1px 16.7px rgba(0, 0, 0, 0.025), 0 14.1px 25.7px rgba(0, 0, 0, 0.029), 0 22px 40.1px rgba(0, 0, 0, 0.033), 0 36.5px 66.6px rgba(0, 0, 0, 0.038), 0 73px 133px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 16px;
  background-color: #0088CC;
  position: sticky;
  top: 68px;
  margin-bottom: 16px; }

.portals-container__nav__form {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px; }
  .portals-container__nav__form .label--custom {
    font-weight: normal;
    margin-right: 3px;
    display: block; }
  .portals-container__nav__form .select--custom {
    width: auto;
    max-width: 160px;
    margin: 0; }

.portals-container__nav__form__group:last-child {
  padding-right: 0; }

.portals-container__nav__form__group:first-child {
  padding-left: 0; }

.portal:first-of-type {
  margin-top: 16px; }

.portal__head__btn {
  margin-left: auto;
  position: absolute;
  width: 80px;
  border: none;
  font-size: 2em;
  right: 0;
  background: transparent;
  border-radius: 0 30px 30px 0;
  height: 100%; }

.portal__head__btn__icon {
  transition: .3s;
  transform: rotate(0deg); }

.label--custom {
  color: #fff;
  font-size: 1.2em; }

.select--custom {
  width: 200px;
  display: inline-block;
  margin-right: 24px; }

.dropdown--active .portal__head__btn {
  border-bottom-right-radius: 0px; }

.dropdown--active .portal__head__btn__icon {
  transform: rotate(180deg); }

.dropdown--active .portal__head {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }

.dropdown--active .portal__body {
  border: 1px solid #dfdfdf;
  border-top: none;
  max-height: max-content;
  overflow: initial;
  padding: 32px 0 0 32px; }

.fas {
  color: #0088CC; }

.portal__body {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 0 0 32px 32px; }
  .portal__body > * {
    margin-right: 32px !important; }
  .portal__body h3 {
    font-weight: bold; }

.green,
.red,
.neutral,
.red-bg,
.yellow-bg,
.green-bg {
  text-align: center;
  padding: 5px;
  border-radius: 10px;
  font-size: .7em;
  margin-left: 10px;
  position: relative;
  top: -2px;
  font-weight: 600; }

.red {
  color: #c0392b;
  background: #fbf0ef; }

.green {
  color: #27ae60;
  background: #ddf7e8; }

.neutral {
  color: #888888;
  background: #eeeeee; }

.red-bg {
  background: #c0392b;
  color: #fff; }

.yellow-bg {
  background: #ff9900;
  color: #fff; }

.green-bg {
  background: #27ae60;
  color: #fff; }

.txt--grey {
  color: #868686; }

.portal__body__pages__title {
  display: flex; }

.portal__body__pages__title__total {
  margin-left: auto;
  font-weight: initial; }

.container {
  padding: 0 4vw;
  width: initial;
  max-width: 100%; }

.container.body-content {
  padding-top: 60px; }

.mytable {
  margin-top: 16px;
  width: 100%; }

.mytable__head__row {
  border-bottom: 1px solid #dfdfdf; }

.mytable__head__row__cell {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px; }

.mytable__body__row {
  transition: .3s;
  background-color: transparent; }
  .mytable__body__row:hover {
    background-color: #f6f6f6; }

.mytable__body__row__cell {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  font-size: 1.2em; }

.mytable__head__row__cell {
  color: #868686;
  font-weight: normal; }

.miniTable {
  margin-right: 32px; }

.miniTable__row__head,
.miniTable__row__cell {
  padding: 8px;
  font-size: .9em; }

.miniTable__row__head {
  color: #868686;
  font-weight: normal; }

.miniTable__row__cell {
  font-weight: bolder;
  color: #4b4b4b; }

.data-board {
  padding: 32px;
  background-color: #f9f9f9;
  border-radius: 30px;
  margin: 0 32px 32px 0;
  box-shadow: none;
  transition: .3s;
  flex-grow: 1; }
  .data-board:hover {
    box-shadow: 0 1.5px 2.7px rgba(0, 0, 0, 0.012), 0 3.3px 6px rgba(0, 0, 0, 0.017), 0 5.8px 10.5px rgba(0, 0, 0, 0.021), 0 9.1px 16.7px rgba(0, 0, 0, 0.025), 0 14.1px 25.7px rgba(0, 0, 0, 0.029), 0 22px 40.1px rgba(0, 0, 0, 0.033), 0 36.5px 66.6px rgba(0, 0, 0, 0.038), 0 73px 133px rgba(0, 0, 0, 0.05); }

.tabs-content-wrapper {
  background-color: #f9f9f9;
  width: 100%;
  padding: 16px 32px;
  border-radius: 0 15px 15px 15px; }
  .tabs-content-wrapper .data-board {
    margin: 0;
    padding: 0; }

.tabs-group {
  padding-top: 8px;
  overflow: hidden; }

.tabs-group__tab {
  padding: 12px 16px 8px 16px;
  border: #e9e9e9 1px solid;
  border-bottom: none;
  background-color: #f9f9f9;
  border-radius: 10px 10px 0 0;
  box-shadow: none;
  transition: .3s;
  color: #868686;
  position: relative; }
  .tabs-group__tab:hover {
    box-shadow: 0 1.5px 2.7px rgba(0, 0, 0, 0.012), 0 3.3px 6px rgba(0, 0, 0, 0.017), 0 5.8px 10.5px rgba(0, 0, 0, 0.021), 0 9.1px 16.7px rgba(0, 0, 0, 0.025), 0 14.1px 25.7px rgba(0, 0, 0, 0.029), 0 22px 40.1px rgba(0, 0, 0, 0.033), 0 36.5px 66.6px rgba(0, 0, 0, 0.038), 0 73px 133px rgba(0, 0, 0, 0.05); }
  .tabs-group__tab--active {
    overflow: hidden;
    color: #4b4b4b;
    border: none;
    background-color: #f9f9f9;
    box-shadow: 0 1.5px 2.7px rgba(0, 0, 0, 0.012), 0 3.3px 6px rgba(0, 0, 0, 0.017), 0 5.8px 10.5px rgba(0, 0, 0, 0.021), 0 9.1px 16.7px rgba(0, 0, 0, 0.025), 0 14.1px 25.7px rgba(0, 0, 0, 0.029), 0 22px 40.1px rgba(0, 0, 0, 0.033), 0 36.5px 66.6px rgba(0, 0, 0, 0.038), 0 73px 133px rgba(0, 0, 0, 0.05); }
    .tabs-group__tab--active:before {
      position: absolute;
      top: 0;
      left: 0;
      height: 4px;
      display: block;
      content: '';
      width: 100%;
      background-color: #0088CC; }

.tabs-group__tab:not(:last-child) {
  margin-right: 8px; }

.tabs-content-wrapper__section {
  display: none;
  flex-wrap: wrap; }
  .tabs-content-wrapper__section--active {
    display: flex; }
  .tabs-content-wrapper__section .data-board:hover {
    box-shadow: initial; }

.tabs-wrapper {
  width: 100%;
  margin-bottom: 32px; }

.portal__body__user-activity,
.portal__body__user-data {
  flex-basis: calc((100% - 80px) / 2);
  flex-grow: 1;
  box-sizing: border-box;
  flex-shrink: 0;
  width: auto;
  min-width: 850px; }
