
body {
    background-color: #454347;
}
.pp-bold {
  font-weight: bold;
}
.wrapper {
  padding: 12px;
}
.pp-root {
  background-color: #454347;
}
.pp-content {
  display: inline-block;
  width: calc(100vw - 20px);
  vertical-align: top;
  margin-left: 10px;
}
.pp-content-with-sidebar {
  display: inline-block;
  width: calc(100vw - 255px);
  vertical-align: top;
  margin-left: 235px;
}
.pp-chart-container {
  width: 100%;
  height: calc(100% + 23px);
}
.pp-sidebar {
  background-color: #454347;
  display: inline-block;
  height: calc(100vh - 52px);
  top: 52px;
  margin-right: 20px;
  position: fixed;
  left: 0;
  z-index: 32;
}
.pp-sidebar-filter-con {
  display: inline-block;
  z-index: 30;
  height: 100%;
  width: 220px;
  top: 52px;
  left: 0px;
  background-color: #454347;
  background-image: url("/assets/gradient_gray.png");
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-size: contain;
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.1s;
  transition: 0.1s;
  
  padding-bottom: 0px;
  color: #5a5a5c;
  padding-top: 0px;
  overflow-y:scroll;
}
.pp-sidebar-toggle {
  position: relative !important;
  display: inline-block;
  left: 205px;
  position: relative !important;
  top: calc(50vh - 60px);
  cursor: pointer;
  z-index: 9;
  height: 60px;
  width: 30px;
  padding: 15px;
  padding-left: 8px;
  border: 0px solid white;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #454347;
  background-attachment: fixed;
  background-size: contain;
  color: #cccccc;
  -webkit-box-shadow: 3px 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 0 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-size: 20px;
}
.pp-sidebar-collapsed {
  left: -220px;
}
.pp-sidebar-header {
  width: 180px;
  margin-top: 15px;
}
.pp-login-header {
  height: 52px;
  background-color: #1b1c1d;
  text-align: center;
  color: #fff;
  font-size: 21px;
}
.pp-header-text {
  padding-top: 13px;
}
.pp-login-header img {
  float: left;
  width: 81px;
  height: 29px;
  margin: 11px;
  margin-left: 21px;
}
.pp-login-page {
  background-color: #f0efed;
  height: 100vh;
  position: absolute;
  width: 100%;
}
.pp-login {
  width: 1000px;
  position: relative;
  background-color: #fff;
  height: 480px;
  border-radius: 5px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #e6e6e6;
  padding: 20px;
}
.pp-login img {
  display: inline-block;
  height: 300px;
  vertical-align: top;
  margin-top: 60px;
  margin-left: 100px;
}
.pp-login-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: -1px;
}

.pp-login-box {
  display: inline-block;
  width: 220px;
  padding-top: 20px;
}
.pp-login-box h3 {
  color: #646464;
  font-size: 18px;
  text-align: center;
  font-weight: 100;
}
.pp-login-button {
  margin-top: 15px;
  width: 260px;
  border: 0;
  padding: 0 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  text-shadow: #007dab 0 1px 0;
  background: #047cb0;
  cursor: pointer;
}
.pp-card {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: #fff;
  padding: 13px;
  border-radius: 2px;
  margin-bottom: 12px;
  margin-right: 10px;
  color: #525252;
}
.pp-card-small {
  width: 49%;
  display: inline-block;
  margin-right: 12px;
}
.pp-loginNav {
  top: 3px;
  margin-right: 2px;
  font-size: 13px;
}
.pp-options {
  padding: 10px;
  margin-top: 8px;
}
.pp-button {
  font-size: 12px;
  border: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  padding: 3px 7px 3px 7px;
}

/* .pp-options button{
    width:120px;
} */
.pp-button-lg {
  width: 180px !important;
}
.pp-button-small {
  width: 100px !important;
}
.pp-button-tall {
  height: 30px;
}
.pp-v-menu-item {
  margin-bottom: 5px;
  display: block;
}
.pp-checkbox {
  margin: 10px;
}
.pp-radio {
  margin-left: 10px !important;
}
.pp-ul {
  list-style: none;
}

.pp-XBut {
  width: 13px;
  height: 13px;
  line-height: 0.5;
}
.pp-legendList {
  margin-top: 10px;
  margin-bottom: 10px;
}
.pp-legendListLarge {
  margin-top: 10px;
  margin-bottom: 40px;
}

.pp-cardConfig {
  top: -1px;
  right: 5px;
  cursor: pointer;
  position: absolute;
  color: #2b2b2b;
}
.pp-cardConfig span {
  margin-left: 5px;
}
.pp-thresholdLabel {
  display: inline-block;
  font-weight: bold;
  min-width: 230px;
}
.pp-marginTop20 {
  margin-top: 20px;
}
.pp-margin10 {
  margin: 10px;
}
.pp-marginLeft10 {
  margin-left: 10px;
}
.pp-borderLeft {
  border-left: 1px solid #ccc;
}
.pp-inlineB {
  display: inline-block;
  vertical-align: top;
}
.pp-marginLeft15 {
  margin-left: 15px;
}

.pp-button-param {
  width: 180px;
  font-size: 13px;

  border-radius: 0;
  position: relative;
}

.pp-dashboard-widget-6 {
  height: calc(50vh - 47px);
  width: 50%;
}
.pp-dashboard-widget-12 {
  height: calc(50vh - 47px);
  width: 100%;
}
.pp-dashboard-widget-fullScreen {
  height: calc(100vh - 77px);
  width: 100%;
}
.pp-widget-small {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.pp-widget-flex {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  vertical-align: top;
}

/* 
login form  */

.pp-login-form {
  width: 350px;
  margin: 0 auto;
  padding: 100px 0 30px;
}
.pp-login-form {
  margin-top: 100px;
  color: #fff;
  border-radius: 2px;
  margin-bottom: 15px;
  font-size: 13px;
  background-color: rgb(0, 129, 198);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
  padding-top: 60px;
  position: relative;
}
.pp-login-form h2 {
  font-size: 22px;
  margin: 35px 0 25px;
}
.pp-login-form .avatar {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -50px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #ffb375;
  padding: 15px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.pp-login-form .avatar img {
  width: 100%;
}
.pp-login-form input[type="checkbox"] {
  margin-top: 2px;
}
.pp-login-form .btn {
  font-size: 16px;
  font-weight: bold;
  background: #ff841f;
  border: none;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pp-login-form .btn:hover,
.pp-login-form .btn:focus {
  background: #fcae56;
  outline: none !important;
}
.pp-login-form a {
  color: #fff;
  text-decoration: underline;
}
.pp-login-form a:hover {
  text-decoration: none;
}
.pp-login-form form a {
  color: #2b2b2b;
  text-decoration: none;
}
.pp-login-form form a:hover {
  text-decoration: underline;
}
.pp-form-group {
  margin-top: 15px;
  width: 260px;
}
.pp-login-error {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
}
.pp-logout {
  padding: 10px;
  color: #f5f5f5;
  font-size: 13px;
  cursor: pointer;
}

/* overrides *****************************************************************************************/
body {
  background-color: #454347 !important;
  color: #525252;
}
* {
  margin: 0;
  padding: 0;
}
.ui.menu {
  border-radius: 0px !important;
}

input[type="text"] {
  -webkit-appearance: searchfield !important;
}
textarea,
input {
  outline: none;
}
::placeholder {
  opacity: 0.7;
}

/*semantic overrides */
.ui.inverted.menu .active.item {
  background-color: #525252;
}
.ui.dropdown .item .text {
  font-size: 15px;
  color: #2b2b2b;
}
.ui.menu .item > i.dropdown.icon {
  display: none;
}
/*bootstrap overrides */
.rdtPicker {
  width: 200px;
}
.rdtConOne {
  width: 56px;
  display: inline-block;
  margin-right: 3px;
}
.rdtConOne .rdtPicker {
  left: -78px;
}
.rdtConTwo {
  width: 56px;
  display: inline-block;
}
.rdtConTwo .rdtPicker {
  left: -137px;
}
.rdtRangeCon {
  width: 60px;
  display: inline-block;
  margin-right: 3px;
}
/* kendo overrides */
.k-label {
  font-weight: normal;
  margin-bottom: 3px;
  font-size: 14px;
  color: #525252;
  color: #fff;
}
.k-list-container {
  width: auto !important;
}
.k-list-container .k-list .k-item {
  white-space: nowrap;
}

/*.k-dropdown {
  min-width: 120px;
}*/
.k-textbox-container {
  width: auto;
  margin-right: 10px;
}
.metricCombo {
  width: 180px;
  margin-bottom: 10px;
  vertical-align: top;
  /* display:block; */
}
.metricComboMed {
  width: 120px;
  margin-bottom: 10px;
  vertical-align: top;
  /* display:block; */
}
.metricComboMed .k-widget {
  width: 120px !important;
  margin-top: 2px;
}
.metricComboSmall {
  width: 85px;
  margin-bottom: 5px;
  vertical-align: top;
  margin-left: 0;
  /* display:block; */
}

.metricComboSmall .k-widget {
  width: 85px !important;
  margin-top: 2px;
}
.metricCombo .k-widget {
  width: 180px !important;
  margin-top: 2px;
}
.ui.inverted.menu.left.thick {
  background-color: #fff;
  min-height: 100vh;
}

.metricCombo .k-label,
.metricComboSmall .k-label {
  margin-bottom: 3px;
  width: 100%;
  color: #525252;
  color: #fff;
}


/*
.k-switch-on .k-switch-container{
    background-color: #8cffab;
}
.k-switch-off .k-switch-container {
    background-color:#ff9b85;
}
.k-switch-off:hover .k-switch-container, .k-switch-off.k-state-hover .k-switch-container{
    background-color:#ff9b85;
}
.k-button.k-primary:hover, .k-button.k-primary.k-state-hover, .k-action-buttons .k-primary:hover, .k-action-buttons .k-primary.k-state-hvoer, .k-slider .k-draghandle:hover, .k-switch-on:hover .k-switch-handle {
    border-color: #fff;
    color: #fff;
    background-color: #fff;
} */

/* dot loader **************************************************************************************/

@keyframes blink {
  50% {
    color: transparent;
  }
}
.loader__dot {
  animation: 1s blink infinite;
}
.loader__dot:nth-child(2) {
  animation-delay: 250ms;
}
.loader__dot:nth-child(3) {
  animation-delay: 500ms;
}

.loader__dot {
  font-size: 100px;
  color: #fff;
}
.dotLoader {
  position: absolute;
  top: -35px;
  left: -20px;
}

/*BLACKBOX */
.cc-selector {
  margin-left: 10px;
}

.cc-selector input {
  margin: 0;
  padding: 0;
  margin-right: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.configIconGroup {
  display: inline-block;
}
.configGroup {
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}
#chartConfigs {
  font-size: 12px;
  padding: 12px;
  padding-left: 15px;
  margin-bottom: 0px;
  border-right: 1px solid #ccc;
}
#cursorSelect {
  margin-left: 10px;
  padding-top: 5px;
}
#configIcons {
  padding-top: 10px;
}
#timeCon {
  position: relative;
  top: -1px;
}
#timeCon td,
th {
  width: 100px;
  height: 15px;
}
#timeCon table {
  border-collapse: collapse;
  font-size: 12px;
}
#timeCon table,
td,
th {
  border: 1px solid #ccc;
  padding: 3px;
}
.xZoom {
  background-image: url(../assets/img/xZoom3.png);
}
.yZoom {
  background-image: url(../assets/img/yZoom.png);
}
.xyZoom {
  background-image: url(../assets/img/xyZoom.png);
}
.pan {
  background-image: url(../assets/img/pan.png);
}
.zoomLabel {
  opacity: 0.9;
}
input:checked + .zoomLabel {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
}
.zoomLabel {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 45px;
  height: 39px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  -webkit-filter: brightness(1.8) grayscale(1) opacity(0.7);
  -moz-filter: brightness(1.8) grayscale(1) opacity(0.7);
  filter: brightness(1.8) grayscale(1) opacity(0.7);
}
.zoomLabel:hover {
  -webkit-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  -moz-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  filter: brightness(1.2) grayscale(0.5) opacity(0.9);
}

#zoomIcons {
  display: inline-block;
  vertical-align: top;
}
#zoomIcons img {
  cursor: pointer;
  margin-right: 5px;
  display: inline-block;
}
.webscopechart {
  background-image: url("../assets/img/resize.png");
  background-position: right -4px bottom -2px; /*Positioning*/
  background-repeat: no-repeat; /*Prevent showing multiple background images*/
}
.ReactTable .rt-thead .rt-th {
  font-weight: bold;
  text-align: left;
  font-size: 11px;
}

.ReactTable .rt-thead .rt-resizable-header-content {
  white-space: initial;
}

/*   chart css  */
::-webkit-resizer {
  display: none;
}

.chartConConfig {
  top: 5px;
  right: 5px;
  cursor: pointer;
  position: absolute;
  color: #2b2b2b;
}

.chartConConfig span {
  margin-left: 5px;
}

.chartWrapper {
  display: inline-block;
  width: 80%;
  position: relative;
}

.chartWrapperSolo {
  display: inline-block;
  width: calc(100% - 260px);
  position: relative;
}

.chartWrapperSoloAd {
  display: inline-block;
  width: calc(100% - 430px);
  position: relative;
}

.chartFullWidth {
  width: 100%;
  min-width: 500px;
}

.chartStartDate {
  position: absolute;
  bottom: 26px;
  left: 10px;
  font-weight: bold;
  background-color: #fff;
}

.chartdiv {
  height: 200px;
  resize: vertical;
  overflow: hidden;
}

.legendwrapper {
  display: inline-block;
  width: 250px;
  min-height: 200px;
  margin: 1em 0;
  vertical-align: top;
}

.legendDiv {
  overflow-x: hidden;
}
.legenddivsolox {
  top: -5px;
  vertical-align: top;
}
.legenddivsolox ul {
  list-style: none;
}

.legenddivx ul {
  list-style: none;
}

.legendwrapper {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.legendwrapperSolo {
  display: inline-block;
  width: 260px;
  margin: 1em 0;
  vertical-align: top;
}
.legendwrapperSoloAd {
  display: inline-block;
  width: 430px;
  margin: 1em 0;
  vertical-align: top;
  max-height: 90%;
  overflow-x: hidden;
  overflow-y: auto;
}
.legendwrapperSolo {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}

.rt-body {
  height: 300px;
  overflow: hidden;
  overflow-y: scroll;
}

@media screen and (max-width: 1350px) {
  .chartWrapper {
    width: 75%;
  }
}
/* login////////////////////////////////////////////////////////////////////////*/

@import "common";

.pp-login-page {
  background-color: #f0efed;
  height: 100vh;
  position: absolute;
  width: 100%;
  color: #525252;
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4285em;
}

.pp-login {
  width: 1000px;
  position: relative;
  background-color: #fff;
  height: 480px;
  border-radius: 5px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #e6e6e6;
  padding: 20px;
}

.pp-login img {
  display: inline-block;
  height: 300px;
  vertical-align: top;
  margin-top: 60px;
  margin-left: 100px;
}

.pp-login-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: -1px;
}

.pp-login-box {
  display: inline-block;
  width: 220px;
  padding-top: 20px;
}

.pp-login-box h3 {
  color: #646464;
  font-size: 18px;
  text-align: center;
  font-weight: 100;
}

.pp-login-button {
  margin-top: 15px;
  width: 260px;
  border: 0;
  padding: 0 30px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-shadow: #007dab 0 1px 0;
  background: #047cb0;
  cursor: pointer;
}

.pp-card {
  position: relative;
  background-color: #fff;
  padding: 13px;
  border-radius: 2px;
  margin-bottom: 12px;
  color: #525252;
}

.pp-loginNav {
  top: 3px;
  margin-right: 2px;
  font-size: 13px;
}

.pp-options {
  padding: 10px;
  margin-top: 8px;
}

.pp-button {
  font-size: 12px;
  border: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  padding: 3px 7px 3px 7px;
}

/* .pp-options button{
  width:120px;
} */
.pp-button-lg {
  width: 180px !important;
}

.pp-button-tall {
  height: 30px;
}

.pp-v-menu-item {
  margin-bottom: 5px;
  display: block;
}

/* 
login form  */

.pp-login-form {
  width: 350px;
  margin: 0 auto;
  padding: 100px 0 30px;
}

.pp-login-form {
  margin-top: 100px;
  color: #fff;
  border-radius: 2px;
  margin-bottom: 15px;
  font-size: 13px;
  background-color: rgb(0, 129, 198);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
  padding-top: 60px;
  position: relative;
}

.pp-login-form h2 {
  font-size: 22px;
  margin: 35px 0 25px;
}

.pp-login-form .avatar {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -50px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #ffb375;
  padding: 15px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.pp-login-form .avatar img {
  width: 100%;
}

.pp-login-form input[type="checkbox"] {
  margin-top: 2px;
}

.pp-login-form .btn {
  font-size: 16px;
  font-weight: bold;
  background: #ff841f;
  border: none;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pp-login-form .btn:hover,
.pp-login-form .btn:focus {
  background: #fcae56;
  outline: none !important;
}

.pp-login-form a {
  color: #fff;
  text-decoration: underline;
}

.pp-login-form a:hover {
  text-decoration: none;
}

.pp-login-form form a {
  color: #2b2b2b;
  text-decoration: none;
}

.pp-login-form form a:hover {
  text-decoration: underline;
}

.pp-form-group {
  margin-top: 15px;
  width: 260px;
}

.pp-login-error {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
}

.pp-logout {
  padding: 10px;
  color: #f5f5f5;
  font-size: 13px;
  cursor: pointer;
}
.pp-filter-button {
  margin-top: 10px;
  width: 180px;
}
div.login-wrapper {
  color: @prima-background;
  > div.login-background {
    position: absolute;
    top: 160px;
    height: 520px;
    width: 100%;
    background-image: url("/assets/mapbg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    background-position-x: center;
    > div.login-container {
      height: 100%;
      > div {
        padding: 30px;
        > h2 {
          font-weight: 600;
          font-size: 24pt;
          margin: 10px;
          margin-bottom: 30px;
        }

        > form > div.form-group {
          margin-bottom: 20px;
          > .form-control {
            border-radius: 2px;
            font-size: 14pt;
            font-weight: 600;
            height: 45px;
            color: @prima-text-color;
            &::placeholder {
              color: @prima-text-gray;
            }
          }

          > button {
            border-radius: 2px;
            width: 100%;
            height: 45px;
            font-weight: bold;
            font-size: 16pt;
          }
        }
      }
    }
  }

  > h1 {
    margin-left: 80px;
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 37pt;
    color: @prima-text-white;
    font-weight: normal;
  }

  > img {
    float: right;
    margin-top: 3px;
    margin-right: 60px;
    height: 50px;
    width: 142px;
  }
}

.error-message-container {
  height: 40px;
  margin-bottom: 20px;
  .error-message-wrapper {
    display: table;
    color: #f8090a;
    background-color: #ffe0e0;
    opacity: 0.9;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    .error-message {
      display: table-cell;
      vertical-align: middle;
      padding-left: 12px;
    }
  }
}

/* dot loader **************************************************************************************/

@keyframes blink {
  50% {
    color: transparent;
  }
}

.loader__dot {
  animation: 1s blink infinite;
}

.loader__dot:nth-child(2) {
  animation-delay: 250ms;
}

.loader__dot:nth-child(3) {
  animation-delay: 500ms;
}

.loader__dot {
  font-size: 100px;
  color: #fff;
}

.dotLoader {
  position: absolute;
  top: -35px;
  left: -20px;
}

.k-tilelayout-item-body {
  overflow-y: auto;
  cursor: auto;
}
.k-card-header {
  padding: 0;
  font-size: 15px;
  cursor: grab;
  color: #424242;
  background-color: #fff;
}
.k-header-override .k-card-header {
  padding: 3px;
}
.k-header-override .k-card-title {
  font-size: 15px;
  cursor: grab;
}
.k-drawer-item {
    padding:0;
}
.k-drawer-wrapper{

    width:220px
}
.k-drawer, .k-content, .k-panelbar {
    color: #fff;
    background-color: #454347
}
.k-drawer{
    height:100vh
}

.k-drawer-wrapper {
    height: calc(100vh - 52px);
    overflow-y:scroll;
}
.k-drawer-wrapper::-webkit-scrollbar-track {
    background: rgba(0,0,0,.1);
    border-radius: 0;
}

    .k-drawer-wrapper::-webkit-scrollbar {
        width: 7px;
    }

    .k-drawer-wrapper::-webkit-scrollbar-thumb {
        cursor: pointer;
        border-radius: 0px;
        /* background: rgba(0,0,0,.25); */
        -webkit-transition: color .2s ease;
        transition: color .2s ease;
    }

.k-panelbar{width:100%}

    .k-panelbar > .k-item > .k-link:hover, .k-panelbar > .k-item > .k-link.k-state-hover, .k-panelbar > .k-panelbar-header > .k-link:hover, .k-panelbar > .k-panelbar-header > .k-link.k-state-hover {
        color: #fff;
        background-color: #1d76f2;
        padding: 2px 2px 2px 4px;
        width: 100%;
        cursor: pointer
    }
    .k-panelbar > .k-item > .k-link.k-state-selected, .k-panelbar > .k-panelbar-header > .k-link.k-state-selected {
        color: #fff;
        background-color: #1d76f2;
        padding: 2px 2px 2px 4px;
        width: 100%;
        cursor: pointer
    }
    .k-panelbar > .k-item > .k-link {
        color: #fff;
        background-color: #1d76f2;
        padding: 2px 2px 2px 4px;
        width: 100%;
        cursor:pointer;
        margin-top:3px;
    }
    .k-panelbar > .k-item > .k-link .k-icon, .k-panelbar > .k-item > .k-link .k-panelbar-item-icon, .k-panelbar > .k-panelbar-header > .k-link .k-icon, .k-panelbar > .k-panelbar-header > .k-link .k-panelbar-item-icon {
        color: #fff;
    }
.k-panelbar-content{
    padding:10px
}
.pp-dashboard-drawer .k-drawer {
    background-color: #454347;
}
.pp-unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    /*
     Introduced in Internet Explorer 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
    -ms-user-select: none;
    user-select: none;
}














.navBar {
    border-radius: 0px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.9em 1em;
    background-color: #1a171b;
    height: 51px;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.navigationMenu {
    display: flex;
    justify-content: space-between;
    width: 200px;
    height: 100%;
    align-items: center;
}
.ppLogOut {
    padding: 10px;
    color: #f5f5f5;
    font-size: 14px;
    cursor: pointer;
}

.ppLogOutIcon {
    top: 8px;
    margin-right: 3px;
    font-size: 14px;
}

.ppFilterHeaderContainer {
    margin-right: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 15px;
    background-color: #1d76f2
}

.ppFilterCaret {
    margin-top: 1%;
    Font-size: 20px;
    Width: 20px;
    Height: 20px
}

.ppFilterContainer {
    display: flex;
    flex-direction: column;
}

.ppHide {
    display: none;
}

.windowContainer {
    background-color: #454347;
    height: 100%;
    width: 100%;
    padding: 15px;
}

.windowContainerItem {
    background-color: #454347;
    display: inline-block;
    vertical-align: top;
}
.k-window-content {
    padding: 0; background-color: #454347;
}
.pp-zoom-btn{
    margin-left:10px;
}
.pp-zoom-btn .k-icon{
    font-size:19px
}

.pp-device-table .k-button .k-button-icon {
    height: 25px
}
.popup-content {
    padding: 30px;
    color: #787878;
    background-color: #fcf7f8;
    border: 1px solid rgba(0,0,0,.05);
}