/*!
 + IOT theme v1.2 (https://www.creatingo.com)
 * Copyright 2016-2019 creatingo.com
 * Autor: Jozef Dvorsky
 */
/* ------------------------------
   Global add-ons
------------------------------ */
html {
  font-size: 16px;
}

body {
  padding-top: 50px;
}

#wrapper.hidden {
  visibility: hidden;
}

#login {
  /* min-height: 420px; */
  min-height: 100vh;
  box-shadow: inset 0 0 4rem rgba(15, 156, 230, 0.25);
}

#iot-preloader,
.card-preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 30, 37, 0.9);
  z-index: 1040;
  display: block;
  overflow: hidden;
  box-shadow: inset 0 0 4rem rgba(15, 156, 230, 0.45);
}
#iot-preloader .center-preloader,
.card-preloader .center-preloader {
  height: 100%;
  vertical-align: middle;
}
#iot-preloader .center-preloader .spinners,
.card-preloader .center-preloader .spinners {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
#iot-preloader .center-preloader .spinners .spinner01,
.card-preloader .center-preloader .spinners .spinner01 {
  border: 5px solid rgba(15, 156, 230, 0.9);
  opacity: 0.9;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  box-shadow: 0 0 35px rgba(15, 156, 230, 0.45);
  width: 50px;
  height: 50px;
  margin: 0 auto;
  will-change: transform, opacity;
  -webkit-animation: spinPulse 1s infinite ease-in-out;
  animation: spinPulse 1s infinite ease-in-out;
}
#iot-preloader .center-preloader .spinners .spinner02,
.card-preloader .center-preloader .spinners .spinner02 {
  border: 5px solid rgba(15, 156, 230, 0.9);
  opacity: 0.9;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(15, 156, 230, 0.45);
  width: 30px;
  height: 30px;
  margin: 0 auto;
  position: relative;
  top: -40px;
  will-change: transform;
  -webkit-animation: spinoffPulse 1s infinite linear;
  animation: spinoffPulse 1s infinite linear;
}

.icon-pulse {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  will-change: transform, opacity;
  -webkit-animation: iconPulse 1s infinite ease-in-out;
  animation: iconPulse 1s infinite ease-in-out;
}
.form-control:disabled,
.form-control[readonly] {
  background: none !important;
}
@-webkit-keyframes iconPulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.75;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes iconPulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.75;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes spinPulse {
  0% {
    -webkit-transform: rotate(160deg);
    transform: rotate(160deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(145deg);
    transform: rotate(145deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-320deg);
    transform: rotate(-320deg);
    opacity: 0;
  }
}
@keyframes spinPulse {
  0% {
    -webkit-transform: rotate(160deg);
    transform: rotate(160deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(145deg);
    transform: rotate(145deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-320deg);
    transform: rotate(-320deg);
    opacity: 0;
  }
}
@-webkit-keyframes spinoffPulse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinoffPulse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.navbar.fixed-top {
  padding: 0.25rem 0.5rem;
  border: 0;
  background-color: #161e25;
  box-shadow: 0 0 1rem rgba(22, 30, 37, 0.5), 0 0 0.25rem rgba(22, 30, 37, 0.5);
}

.info-holder {
  width: 0rem;
  height: 0rem;
  position: absolute;
}
.info-holder.info-cb {
  bottom: 0;
  left: 50%;
}
.info-holder.info-ct {
  top: 0;
  left: 50%;
}
.info-holder.info-rb {
  bottom: 0;
  right: 0;
}
.info-holder.info-lc {
  top: 50%;
  left: 0;
}
.info-holder.info-rc {
  top: 50%;
  right: 0;
}
.info-holder [data-toggle="popover-all"] {
  position: relative;
}

#menu-minifier {
  position: relative;
  padding: 0.25rem 0.5rem;
  line-height: 100%;
}
#menu-minifier label {
  width: 2rem;
  height: 2rem;
  position: relative;
  margin-bottom: 0;
  line-height: inherit;
  overflow: hidden;
  outline: none;
  cursor: pointer;
}
#menu-minifier input[type="checkbox"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
#menu-minifier .menu-dots {
  fill: rgba(15, 156, 230, 0.45);
}
#menu-minifier .menu-lines {
  fill: rgba(15, 156, 230, 0.45);
}
#menu-minifier:hover .menu-dots {
  fill: #0f9ce6;
}
#menu-minifier:hover .menu-lines {
  fill: rgba(15, 156, 230, 0.45);
}
#menu-minifier.mini .menu-dots {
  fill: #0f9ce6;
}
#menu-minifier.mini .menu-lines {
  fill: rgba(15, 156, 230, 0.45);
}
#menu-minifier.mini:hover .menu-dots {
  fill: #0f9ce6;
}
#menu-minifier.mini:hover .menu-lines {
  fill: #0f9ce6;
}

#sidebar-toggler {
  padding: 0.25rem;
  line-height: 100%;
  border: 0;
  outline: 0;
  color: rgba(15, 156, 230, 0.45);
}
#sidebar-toggler:hover,
#sidebar-toggler:focus {
  color: #0f9ce6;
}
#sidebar-toggler:focus,
#sidebar-toggler.focus {
  box-shadow: none;
}

.navbar-icons .nav-link {
  margin: 0 0.25rem;
  padding: 0.25rem !important;
  line-height: 100%;
  color: rgba(15, 156, 230, 0.45);
}
.navbar-icons .nav-link:hover {
  color: #0f9ce6;
}
.navbar-icons button.nav-link:focus,
.navbar-icons button.nav-link.focus {
  box-shadow: none;
}

.icon-sprite {
  width: 2rem;
  height: 2rem;
  margin: 0;
}
.icon-sprite.icon-1x {
  width: 3rem;
  height: 3rem;
}
.icon-sprite.icon-2x {
  width: 4rem;
  height: 4rem;
}

[data-alerts="0"] .icon-dot {
  display: none;
}

.alert-success {
  color: #fff;
  background-color: #59ac4a;
  border-color: rgba(89, 172, 74, 0);
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.25),
    0 0 24px rgba(89, 172, 74, 0.6);
}
.alert-success hr {
  border-top-color: rgba(80, 154, 66, 0);
}
.alert-success .alert-link {
  color: #e6e6e6;
}

.alert-info {
  color: #fff;
  background-color: #0f9ce6;
  border-color: rgba(15, 156, 230, 0);
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.25),
    0 0 24px rgba(15, 156, 230, 0.6);
}
.alert-info hr {
  border-top-color: rgba(13, 140, 206, 0);
}
.alert-info .alert-link {
  color: #e6e6e6;
}

.alert-warning {
  color: black;
  background-color: #eba440;
  border-color: rgba(235, 164, 64, 0);
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.25),
    0 0 24px rgba(235, 164, 64, 0.6);
}
.alert-warning hr {
  border-top-color: rgba(233, 153, 41, 0);
}
.alert-warning .alert-link {
  color: black;
}

.alert-danger {
  color: #fff;
  background-color: #dd004a;
  border-color: rgba(221, 0, 74, 0);
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.25),
    0 0 24px rgba(221, 0, 74, 0.6);
}
.alert-danger hr {
  border-top-color: rgba(196, 0, 65, 0);
}
.alert-danger .alert-link {
  color: #e6e6e6;
}

#user-menu.dropdown .dropdown-toggle::after {
  content: none;
}
#user-menu.dropdown.show .nav-link {
  color: #0f9ce6;
}
#user-menu.dropdown.show .dropdown-menu::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 19px;
  top: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #0f9ce6;
  -moz-transform: scale(0.999);
  -webkit-backface-visibility: hidden;
}

.dropdown-menu {
  box-shadow: inset 0 0 25px rgba(255, 255, 255, 0.35),
    inset 0 0 1px rgba(255, 255, 255, 0.25), 0 0 16px rgba(15, 156, 230, 0.45);
}

.btn-fab {
  padding: 0.75rem;
  border-radius: 50%;
  background-color: #0a6b9e;
  border-color: rgba(15, 156, 230, 0.45);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 1px 1.5px 0 rgba(0, 0, 0, 0.3);
}
.btn-fab:hover {
  background-color: #0f9ce6;
}

.btn-fixed-br {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
}

h1,
h2,
h3 {
  color: rgba(15, 156, 230, 0.45);
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  width: 100%;
}

#svg-tool {
  width: 0;
  height: 0;
  display: block;
  visibility: hidden;
}

.center-abs {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.close-modal {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 2rem;
  color: #fff;
}
.close-modal:hover,
.close-modal:focus {
  color: #fff;
}

.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #def2fd;
}

.timer-controls button:not([data-action="open"]) {
  display: none;
}

.progress {
  overflow: visible;
}
.progress .progress-tiny {
  height: 4px;
  box-shadow: 0 0 12px #0f9ce6;
  will-change: width;
  transition: width 0.25s;
}

.borderless,
.borderless li {
  border: 0 none !important;
}

.nav-tabs.nav-fill {
  border-bottom: none;
}
.nav-tabs.nav-fill .nav-item {
  margin-bottom: 0;
}
.nav-tabs.nav-fill .nav-item .nav-link {
  padding: 0.5rem;
  color: rgba(15, 156, 230, 0.65);
  border-bottom: 2px solid rgba(15, 156, 230, 0.45);
  font-size: 0.85rem;
}
.nav-tabs.nav-fill .nav-item .nav-link:hover,
.nav-tabs.nav-fill .nav-item .nav-link:focus {
  color: #0f9ce6;
}
.nav-tabs.nav-fill .nav-item .nav-link.active {
  color: #0f9ce6;
  border-bottom: 2px solid #0f9ce6;
}

.col-form-label {
  color: rgba(15, 156, 230, 0.65);
}

.form-control.custom-focus:focus,
.form-control.custom-focus:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 16px rgba(15, 156, 230, 0.45);
}

/* ------------------------------
   Sidebar add-ons
------------------------------ */
.wrapper-offcanvas {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.row-offcanvas {
  height: calc(100vh - 50px);
}
.row-offcanvas .cover-offcanvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background-color: rgba(22, 30, 37, 0.5);
  z-index: 4;
}

@media (max-width: 991.98px) {
  .row-offcanvas {
    width: calc(100% + 220px);
    position: relative;
    will-change: transform;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  .row-offcanvas.active .cover-offcanvas {
    display: block;
  }
}

#main {
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
  box-shadow: inset 0 0 4rem rgba(15, 156, 230, 0.25);
}
#main > .container-fluid {
  padding: 2rem 3rem 3rem 3rem;
}
@media (max-width: 991.98px) {
  #main {
    width: calc(100% - 220px);
    margin-left: 220px;
    padding: 1rem 0;
  }
  #main > .container-fluid {
    padding: 1rem;
  }
}

.sidebar-offcanvas {
  width: 220px;
  background-color: rgba(15, 156, 230, 0.25);
  float: left;
  height: 100%;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  will-change: width;
  transition: width 0.25s ease-out;
  box-shadow: inset 0 0 2rem rgba(15, 156, 230, 0.25),
    inset 0 0 0 1px rgba(15, 156, 230, 0.15);
  z-index: 5;
}
.sidebar-offcanvas.mini {
  width: 60px;
}
.sidebar-offcanvas.mini .nav-link {
  font-size: 0;
}
@media (max-width: 991.98px) {
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
  }
  .sidebar-offcanvas.mini {
    min-width: 220px;
    max-width: 220px;
  }
  .sidebar-offcanvas.mini .nav-link {
    font-size: inherit;
  }
}

.nav-sidebar {
  width: 220px;
}
.nav-sidebar .nav-link {
  width: 100%;
  padding: 0.75rem;
  font-size: 1.15rem;
  line-height: 2rem;
  vertical-align: middle;
  color: #0f9ce6;
}
.nav-sidebar .nav-link::after {
  display: block;
  clear: both;
  content: "";
}
.nav-sidebar .nav-link.active {
  color: #aee0fa;
  background-color: rgba(15, 156, 230, 0.25);
  box-shadow: inset 0 0 2rem rgba(15, 156, 230, 0.45),
    0 0 1rem rgba(15, 156, 230, 0.15);
}
.nav-sidebar .nav-link.disabled {
  color: rgba(15, 156, 230, 0.45);
}
.nav-sidebar .nav-link.disabled:hover {
  color: rgba(15, 156, 230, 0.45);
}
.nav-sidebar .nav-link:hover {
  color: #aee0fa;
}
.nav-sidebar .nav-link .icon-sprite {
  float: left;
  margin-right: 0.5rem;
}

@media (max-width: 991.98px) {
  .row-offcanvas-left {
    -webkit-transform: translate(-220px);
    transform: translate(-220px);
  }

  .row-offcanvas-left.active {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
/* ------------------------------
   Custom buttons
------------------------------ */
.btn {
  cursor: pointer;
}

.btn .icon-sprite {
  pointer-events: none;
}

.btn-primary {
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.25),
    0 0 12px rgba(15, 156, 230, 0.5);
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.25),
    0 0 16px rgba(15, 156, 230, 0.75);
  border: 1px solid #28acf1;
  background-color: #28acf1;
}
.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #36b1f2;
  border: 1px solid #36b1f2;
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.25),
    0 0 24px rgba(15, 156, 230, 0.75);
}

.btn-secondary {
  color: #0f9ce6;
  border: 1px solid rgba(15, 156, 230, 0.5);
  background-color: rgba(15, 156, 230, 0.25);
  box-shadow: inset 0 0 12px rgba(15, 156, 230, 0.25),
    0 0 12px rgba(15, 156, 230, 0.15);
}
.btn-secondary:hover,
.btn-secondary:focus {
  border: 1px solid rgba(15, 156, 230, 0.75);
  box-shadow: inset 0 0 12px rgba(15, 156, 230, 0.45),
    0 0 16px rgba(15, 156, 230, 0.45);
  background-color: rgba(15, 156, 230, 0.25);
  color: #aee0fa;
}
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #aee0fa;
  background-color: rgba(15, 156, 230, 0.25);
  border: 1px solid rgba(15, 156, 230, 0.8);
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.25),
    0 0 24px rgba(15, 156, 230, 0.5);
}

.btn-info {
  color: #0f9ce6;
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.4);
}
.btn-info:hover,
.btn-info:focus {
  color: #0f9ce6;
  border: 1px solid #fff !important;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.6);
  background-color: #fff;
}
.btn-info:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #0f9ce6;
  background-color: #fff;
  border-color: 1px solid #fff;
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.6);
}

.btn-success {
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.25),
    0 0 12px rgba(89, 172, 74, 0.5);
}
.btn-success:hover,
.btn-success:focus {
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.25),
    0 0 16px rgba(89, 172, 74, 0.75);
  border: 1px solid #6dba5f;
  background-color: #6dba5f;
}
.btn-success:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  background-color: #77bf6a;
  border: 1px solid #77bf6a;
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.25),
    0 0 24px rgba(89, 172, 74, 0.75);
}

.btn-warning {
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.25),
    0 0 12px rgba(235, 164, 64, 0.5);
}
.btn-warning:hover,
.btn-warning:focus {
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.25),
    0 0 16px rgba(235, 164, 64, 0.75);
  border: 1px solid #eeb360;
  background-color: #eeb360;
}
.btn-warning:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  background-color: #f0ba6e;
  border: 1px solid #f0ba6e;
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.25),
    0 0 24px rgba(235, 164, 64, 0.75);
}

.btn-danger {
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.25),
    0 0 12px rgba(221, 0, 74, 0.6);
}
.btn-danger:hover,
.btn-danger:focus {
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.25),
    0 0 16px rgba(221, 0, 74, 0.8);
  border: 1px solid #ff0257;
  background-color: #ff0257;
}
.btn-danger:not([disabled]):not(.disabled):active,
.btn-danger:not([disabled]):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  background-color: #ff1161;
  border: 1px solid #ff1161;
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.25),
    0 0 24px rgba(221, 0, 74, 0.8);
}

.btn-label {
  min-width: 4rem;
  color: #0f9ce6;
  background-color: rgba(15, 156, 230, 0.15);
  box-shadow: none;
}
.btn-label:hover,
.btn-label:focus {
  background-color: rgba(15, 156, 230, 0.25);
}
.btn-label.active {
  color: #aee0fa;
  background-color: rgba(15, 156, 230, 0.5);
  box-shadow: none;
}

/* ------------------------------
   Switch (checkbox) styles
------------------------------ */
.switch {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  margin-bottom: 0;
  padding: 2px;
  width: 54px;
  height: 32px;
  background-color: none;
  border-radius: 32px;
  will-change: background-color, box-shadow;
  transition: background-color 0.3s, box-shadow 0.3s;
}
.switch input[type="checkbox"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.switch:before,
.switch:after {
  display: block;
  position: absolute;
  content: "";
}
.switch:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  border-radius: 28px;
  border: 1px solid rgba(15, 156, 230, 0.45);
  color: rgba(15, 156, 230, 0.45);
  line-height: 26px;
  vertical-align: middle;
  font-size: 10px;
  text-align: center;
  text-indent: 20px;
  content: "OFF";
}
.switch:after {
  top: 5px;
  left: 5px;
  bottom: 5px;
  width: 22px;
  background-color: rgba(15, 156, 230, 0.45);
  border-radius: 22px;
  -webkit-transform: translate(0);
  transform: translate(0);
  will-change: transform, box-shadow;
  transition: box-shadow 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
}
.switch.checked {
  background-color: rgba(15, 156, 230, 0.25);
  box-shadow: 0 0 16px rgba(15, 156, 230, 0.45);
}
.switch.checked:before {
  color: #aee0fa;
  border: 1px solid rgba(15, 156, 230, 0.75);
  text-indent: -20px;
  content: "ON";
}
.switch.checked:after {
  -webkit-transform: translate(22px);
  transform: translate(22px);
  background-color: #0f9ce6;
  box-shadow: 0 0 24px rgba(15, 156, 230, 0.45);
}

/* ------------------------------
   Data-cards add-ons
------------------------------ */
.card {
  margin: 0.75rem 0;
  border: none;
  background-color: rgba(15, 156, 230, 0.05);
  border: 1px solid rgba(15, 156, 230, 0.35);
  box-shadow: inset 0 0 25px rgba(15, 156, 230, 0.25);
}
.card .card-img-top {
  overflow: hidden;
}
.card h3,
.card .card-title {
  margin: 0;
  color: rgba(15, 156, 230, 0.45);
}

[data-unit] .card-stream {
  display: none;
}
[data-unit] .card-stream.off {
  display: block;
  background-color: rgba(15, 156, 230, 0.05);
  box-shadow: inset 0 0 4rem rgba(15, 156, 230, 0.15);
}
[data-unit] .card-stream.off h2 {
  color: #dd004a;
}
[data-unit] .icon-sprite {
  color: rgba(15, 156, 230, 0.45);
}
[data-unit] .icon-sprite .glow {
  opacity: 0;
}
[data-unit] .icon-sprite .subicon-unlocked {
  opacity: 1;
  color: #59ac4a;
}
[data-unit] .icon-sprite .subicon-locked {
  opacity: 0;
  color: #dd004a;
}
[data-unit] .status,
.status1 {
  color: rgba(15, 156, 230, 0.45);
  margin: 0.25rem;
  line-height: 1.15;
}
[data-unit] .title-status {
  padding: 0 0.25rem;
}
[data-unit] .title-status .status {
  color: #59ac4a;
}
[data-unit] .title-status .status .arm:before {
  content: "Disarmed";
}
[data-unit] h4 {
  margin: 0.25rem;
  color: #0f9ce6;
}
[data-unit] h5 {
  margin: 0.25rem;
  color: #0f9ce6;
}
[data-unit] .entry {
  padding-left: 3.25rem;
  margin-bottom: 0;
  color: rgba(15, 156, 230, 0.45);
}
[data-unit] .specs {
  margin-bottom: 0;
  text-align: left;
  color: rgba(15, 156, 230, 0.6);
}
[data-unit] .only-if-active {
  display: none;
}
[data-unit].active .card-stream {
  display: block;
}
[data-unit].active .card-stream.off {
  display: none;
}
[data-unit].active .icon-sprite {
  color: #aee0fa;
}
[data-unit].active .icon-sprite .glow {
  opacity: 0.4;
}
[data-unit].active .status {
  color: #59ac4a;
}
[data-unit].active .only-if-active {
  display: block;
}
[data-unit].active.lock {
  border: 1px solid #dd004a;
  box-shadow: inset 0 0 25px #dd004a;
}
[data-unit].active.lock .icon-sprite {
  color: rgba(15, 156, 230, 0.45);
}
[data-unit].active.lock .icon-sprite .subicon-unlocked {
  opacity: 0;
}
[data-unit].active.lock .icon-sprite .subicon-locked {
  opacity: 1;
}
[data-unit].active.lock .title-status .status {
  color: #dd004a;
}
[data-unit].active.lock .title-status .status .arm:before {
  content: "Armed";
}
[data-unit].temp-range .icon-sprite {
  color: rgba(15, 156, 230, 0.45);
}
[data-unit].temp-range .icon-sprite .glow {
  opacity: 0;
}
[data-unit].temp-range .status {
  color: #59ac4a;
}
[data-unit].temp-range.heating .icon-sprite {
  color: #aee0fa;
}
[data-unit].temp-range.heating .icon-sprite .glow {
  opacity: 0.4;
}
[data-unit].temp-range.heating .status {
  color: #dd004a;
}
[data-unit].temp-range.cooling .icon-sprite {
  color: #aee0fa;
}
[data-unit].temp-range.cooling .icon-sprite .glow {
  opacity: 0.4;
}
[data-unit].temp-range.cooling .status {
  color: #0f9ce6;
}

.list-group-flush {
  border-bottom: 1px solid rgba(15, 156, 230, 0.15);
}

.list-group-item {
  display: flex;
  border-width: 1px 0 0 0;
}
.list-group-item.active {
  z-index: inherit;
}

/* ------------------------------
   Custom modals
------------------------------ */
.modal {
  box-shadow: inset 0 0 4rem rgba(15, 156, 230, 0.45);
}
.modal .modal-content {
  padding: 1rem 1.2rem;
}

.modal-nobg .modal-content {
  padding: 0 1.2rem;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  box-shadow: none;
}
.modal-nobg .modal-content .modal-body {
  padding: 0 15px;
}

.modal-danger .modal-content {
  color: #fff;
  background-color: #dd004a;
  border: none;
  box-shadow: inset 0 0 25px rgba(255, 255, 255, 0.25),
    inset 0 0 1px rgba(255, 255, 255, 0.5), 0 0 25px rgba(221, 0, 74, 0.75);
}
.modal-danger .modal-content h3 {
  margin-bottom: 0;
  color: #fff;
}

.modal-warning .modal-content {
  color: black;
  background-color: #eba440;
  border: none;
  box-shadow: inset 0 0 25px rgba(255, 255, 255, 0.25),
    inset 0 0 1px rgba(255, 255, 255, 0.5), 0 0 25px rgba(235, 164, 64, 0.75);
}
.modal-warning .modal-content h3 {
  color: black;
  line-height: 1;
  margin-bottom: 0;
}
.modal-warning .modal-content h3 span {
  float: right;
  display: inline-block;
  margin-right: 0.5rem;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(-2px) scale(1.5);
  transform: translateY(-2px) scale(1.5);
}

/* ------------------------------
   Range slider styles - based on https://github.com/andreruffert/rangeslider.js
------------------------------ */
.rangeslider,
.rangeslider__fill {
  display: block;
}

.rangeslider {
  background-color: #161e25;
  position: relative;
}

.rangeslider--horizontal {
  height: 8px;
  width: 100%;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.rangeslider--vertical {
  width: 8px;
  min-height: 120px;
  max-height: 100%;
  margin-left: auto;
}

.rangeslider--disabled {
  opacity: 0.4;
}

.rangeslider__fill {
  position: absolute;
  background-color: rgba(15, 156, 230, 0.45);
  box-shadow: 0 0 12px rgba(15, 156, 230, 0.25);
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background: #0f9ce6;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 20px;
  position: absolute;
  box-shadow: none;
  border-radius: 0.25rem;
}

.rangeslider__handle:active,
.rangeslider--active .rangeslider__handle {
  box-shadow: 0 0 12px #0f9ce6, inset 0 0 6px rgba(255, 255, 255, 0.25);
}

.rangeslider--horizontal .rangeslider__handle {
  top: -6px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
  width: 20px;
  height: 30px;
  left: -6px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

.ct-label {
  fill: rgba(15, 156, 230, 0.75);
  color: rgba(15, 156, 230, 0.75);
  font-size: 0.75rem;
  line-height: 1;
}

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: flex;
}

.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central;
}

.ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-vertical.ct-start {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-label.ct-vertical.ct-end {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}

.ct-grid {
  stroke: rgba(15, 156, 230, 0.5);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}

.ct-grid-background {
  fill: none;
}

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}

.ct-line {
  fill: none;
  stroke-width: 4px;
}

.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}

.ct-bar {
  fill: none;
  stroke-width: 12px;
}

.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}

.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
  stroke: rgba(15, 156, 230, 0.75);
}
.ct-series-a .ct-slice-pie,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-area {
  fill: rgba(15, 156, 230, 0.75);
}

.ct-series-b .ct-point,
.ct-series-b .ct-line,
.ct-series-b .ct-bar,
.ct-series-b .ct-slice-donut {
  stroke: rgba(221, 0, 74, 0.75);
}
.ct-series-b .ct-slice-pie,
.ct-series-b .ct-slice-donut-solid,
.ct-series-b .ct-area {
  fill: rgba(221, 0, 74, 0.75);
}

.ct-series-c .ct-point,
.ct-series-c .ct-line,
.ct-series-c .ct-bar,
.ct-series-c .ct-slice-donut {
  stroke: rgba(235, 164, 64, 0.75);
}
.ct-series-c .ct-slice-pie,
.ct-series-c .ct-slice-donut-solid,
.ct-series-c .ct-area {
  fill: rgba(235, 164, 64, 0.75);
}

.ct-series-d .ct-point,
.ct-series-d .ct-line,
.ct-series-d .ct-bar,
.ct-series-d .ct-slice-donut {
  stroke: rgba(89, 172, 74, 0.75);
}
.ct-series-d .ct-slice-pie,
.ct-series-d .ct-slice-donut-solid,
.ct-series-d .ct-area {
  fill: rgba(89, 172, 74, 0.75);
}

.ct-series-e .ct-point,
.ct-series-e .ct-line,
.ct-series-e .ct-bar,
.ct-series-e .ct-slice-donut {
  stroke: rgba(161, 0, 221, 0.75);
}
.ct-series-e .ct-slice-pie,
.ct-series-e .ct-slice-donut-solid,
.ct-series-e .ct-area {
  fill: rgba(161, 0, 221, 0.75);
}

.ct-series-f .ct-point,
.ct-series-f .ct-line,
.ct-series-f .ct-bar,
.ct-series-f .ct-slice-donut {
  stroke: #59922b;
}
.ct-series-f .ct-slice-pie,
.ct-series-f .ct-slice-donut-solid,
.ct-series-f .ct-area {
  fill: #59922b;
}

.ct-series-g .ct-point,
.ct-series-g .ct-line,
.ct-series-g .ct-bar,
.ct-series-g .ct-slice-donut {
  stroke: #0544d3;
}
.ct-series-g .ct-slice-pie,
.ct-series-g .ct-slice-donut-solid,
.ct-series-g .ct-area {
  fill: #0544d3;
}

.ct-series-h .ct-point,
.ct-series-h .ct-line,
.ct-series-h .ct-bar,
.ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}
.ct-series-h .ct-slice-pie,
.ct-series-h .ct-slice-donut-solid,
.ct-series-h .ct-area {
  fill: #6b0392;
}

.ct-series-i .ct-point,
.ct-series-i .ct-line,
.ct-series-i .ct-bar,
.ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}
.ct-series-i .ct-slice-pie,
.ct-series-i .ct-slice-donut-solid,
.ct-series-i .ct-area {
  fill: #f05b4f;
}

.ct-series-j .ct-point,
.ct-series-j .ct-line,
.ct-series-j .ct-bar,
.ct-series-j .ct-slice-donut {
  stroke: #dda458;
}
.ct-series-j .ct-slice-pie,
.ct-series-j .ct-slice-donut-solid,
.ct-series-j .ct-area {
  fill: #dda458;
}

.ct-series-k .ct-point,
.ct-series-k .ct-line,
.ct-series-k .ct-bar,
.ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}
.ct-series-k .ct-slice-pie,
.ct-series-k .ct-slice-donut-solid,
.ct-series-k .ct-area {
  fill: #eacf7d;
}

.ct-series-l .ct-point,
.ct-series-l .ct-line,
.ct-series-l .ct-bar,
.ct-series-l .ct-slice-donut {
  stroke: #86797d;
}
.ct-series-l .ct-slice-pie,
.ct-series-l .ct-slice-donut-solid,
.ct-series-l .ct-area {
  fill: #86797d;
}

.ct-series-m .ct-point,
.ct-series-m .ct-line,
.ct-series-m .ct-bar,
.ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}
.ct-series-m .ct-slice-pie,
.ct-series-m .ct-slice-donut-solid,
.ct-series-m .ct-area {
  fill: #b2c326;
}

.ct-series-n .ct-point,
.ct-series-n .ct-line,
.ct-series-n .ct-bar,
.ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}
.ct-series-n .ct-slice-pie,
.ct-series-n .ct-slice-donut-solid,
.ct-series-n .ct-area {
  fill: #6188e2;
}

.ct-series-o .ct-point,
.ct-series-o .ct-line,
.ct-series-o .ct-bar,
.ct-series-o .ct-slice-donut {
  stroke: #453d3f;
}
.ct-series-o .ct-slice-pie,
.ct-series-o .ct-slice-donut-solid,
.ct-series-o .ct-area {
  fill: #453d3f;
}

.ct-square {
  display: block;
  position: relative;
  width: 100%;
}
.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}
.ct-square:after {
  content: "";
  display: table;
  clear: both;
}
.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}
.ct-minor-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}
.ct-major-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}
.ct-minor-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}
.ct-major-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}
.ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}
.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}
.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}
.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}
.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}
.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}
.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}
.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}
.ct-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}
.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}
.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}
.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}
.ct-double-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-series-a .ct-bar.abovezero {
  stroke: #dd004a;
}

.ct-legend {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 12px;
  z-index: 10;
}
.ct-legend li {
  position: relative;
  display: inline-block;
  color: rgba(15, 156, 230, 0.6);
  padding: 0 20px 0 16px;
  margin-bottom: 3px;
}
.ct-legend li:before {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 6px;
  content: "";
  border-radius: 2px;
}
.ct-legend li.inactive:before {
  background: transparent;
}
.ct-legend.ct-legend-inside {
  position: absolute;
  top: 0;
  right: 0;
}
.ct-legend .ct-series-0:before {
  background-color: rgba(15, 156, 230, 0.75);
  border-color: rgba(15, 156, 230, 0.75);
}
.ct-legend .ct-series-1:before {
  background-color: rgba(221, 0, 74, 0.75);
  border-color: rgba(221, 0, 74, 0.75);
}
.ct-legend .ct-series-2:before {
  background-color: rgba(235, 164, 64, 0.75);
  border-color: rgba(235, 164, 64, 0.75);
}
.ct-legend .ct-series-3:before {
  background-color: rgba(89, 172, 74, 0.75);
  border-color: rgba(89, 172, 74, 0.75);
}
.ct-legend .ct-series-4:before {
  background-color: rgba(161, 0, 221, 0.75);
  border-color: rgba(161, 0, 221, 0.75);
}
.ct-legend .ct-series-5:before {
  background-color: #59922b;
  border-color: #59922b;
}
.ct-legend .ct-series-6:before {
  background-color: #0544d3;
  border-color: #0544d3;
}
.ct-legend .ct-series-7:before {
  background-color: #6b0392;
  border-color: #6b0392;
}
.ct-legend .ct-series-8:before {
  background-color: #f05b4f;
  border-color: #f05b4f;
}
.ct-legend .ct-series-9:before {
  background-color: #dda458;
  border-color: #dda458;
}
.ct-legend .ct-series-10:before {
  background-color: #eacf7d;
  border-color: #eacf7d;
}
.ct-legend .ct-series-11:before {
  background-color: #86797d;
  border-color: #86797d;
}
.ct-legend .ct-series-12:before {
  background-color: #b2c326;
  border-color: #b2c326;
}
.ct-legend .ct-series-13:before {
  background-color: #6188e2;
  border-color: #6188e2;
}
.ct-legend .ct-series-14:before {
  background-color: #453d3f;
  border-color: #453d3f;
}

.title-status .Open {
  color: #dd004a !important;
}
.title-status .DOOR-Closed {
  color: #59ac4a !important;
}

/* 16.12.2021(PG) */
.title-status .Waiting {
  color: #eba440 !important;
}
.title-status .DOOR-Closed {
  color: #59ac4a !important;
}
.title-status .In-progress {
  color: #eba440 !important;
}
.title-status .Open {
  color: #dd004a !important;
}
.title-status .Closed {
  color: #59ac4a !important;
}
.title-status .Close {
  color: #eba440 !important;
}

/* created by praveen */
@media (max-width: 768px) {
  #login {
    padding-top: 40px;
  }
}
