﻿@charset "UTF-8";
/* include local partials */
.alert i {
  font-size: 1.5em;
}

.new-alert {
  color: #A41F35;
}

.alerts {
  color: #A41F35;
}

.alert-unread {
  background-color: #f2dede !important;
}

/* some Bootstrap 4 classes used in the new filter views. */
.filter-panel-body.bg-white {
  background-color: white;
}

.chevron-indent {
  margin-left: 21px;
  min-height: 44px;
}

.chevron-indent-2 {
  margin-left: 28px;
  min-height: 44px;
}

.bs-4 a {
  text-decoration: none;
}
.bs-4 a:active {
  background-color: inherit;
}
.bs-4 .align-items-center {
  align-items: center !important;
}
.bs-4 .badge {
  display: inline-block;
  padding: 0 0.5rem;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.25rem;
  height: 20px;
  line-height: 20px;
  min-width: 20px;
}
.bs-4 .badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.bs-4 .custom-checkbox {
  min-height: 3rem;
  padding-left: 3rem;
}
.bs-4 .custom-control {
  position: relative;
  display: block;
}
.bs-4 .custom-control-input {
  position: absolute;
  opacity: 0;
}
.bs-4 .custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.bs-4 .custom-checkbox label {
  display: inline-block;
  cursor: pointer;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.bs-4 .custom-checkbox .custom-control-input {
  cursor: pointer;
  left: 0;
  width: 3rem;
  height: 3rem;
  z-index: 2;
}
.bs-4 .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: inherit;
  border: 2px solid #cccccc;
  border-radius: 0 !important;
}
.bs-4 .custom-control-label::before, .bs-4 .custom-file-label, .bs-4 .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.bs-4 .custom-checkbox label::before {
  width: 2rem;
  height: 2rem;
  top: 0.5rem;
  left: -2.5rem;
}
.bs-4 .custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.bs-4 .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.bs-4 .custom-checkbox label::after {
  width: 2rem;
  height: 2rem;
  top: 0.5rem;
  left: -2.5rem;
}
.bs-4 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.bs-4 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1CBECA;
}
.bs-4 .d-block {
  display: block !important;
}
.bs-4 .d-inline-block {
  display: inline-block !important;
}
.bs-4 .filter-list {
  user-select: none;
  border-bottom: 1px solid #ddd;
}
.bs-4 .flex-fill {
  flex: 1 0 !important;
}
.bs-4 h6 {
  font-size: 14px;
  margin-top: 0;
}
.bs-4 .sub h6 {
  font-size: 13px;
  font-style: italic;
}
.bs-4 i.fa-chevron-right {
  transform: rotate(90deg);
  transition-duration: 0.5s;
}
.bs-4 .collapsed > i.fa-chevron-right {
  transform: rotate(0deg);
  transition-duration: 0.5s;
}
.bs-4 input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.bs-4 .justify-content-between {
  justify-content: space-between !important;
}
.bs-4 .justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.bs-4 .list-group {
  margin-bottom: 0;
}
.bs-4 .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.bs-4 .list-group-item div.d-flex:hover {
  background-color: #f8f8f8;
}
.bs-4 .m-2 {
  margin: 0.5rem !important;
}
.bs-4 .mb-0 {
  margin-bottom: 0 !important;
}
.bs-4 .ml-0, .bs-4 .mx-0 {
  margin-left: 0 !important;
}
.bs-4 .ml-2, .bs-4 .mx-2 {
  margin-left: 0.5rem !important;
}
.bs-4 .ml-3, .bs-4 .mx-3 {
  margin-left: 1rem !important;
}
.bs-4 .mr-1, .bs-4 .mx-1 {
  margin-right: 0.25rem !important;
}
.bs-4 .mr-2, .bs-4 .mx-2 {
  margin-right: 0.5rem !important;
}
.bs-4 .p-0 {
  padding: 0 !important;
}
.bs-4 .p-2 {
  padding: 0.5rem !important;
}
.bs-4 .px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.bs-4 .px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.bs-4 .pb-3, .bs-4 .py-3 {
  padding-bottom: 1rem !important;
}
.bs-4 .pt-3, .bs-4 .py-3 {
  padding-top: 1rem !important;
}

.w-50 {
  width: 50% !important;
}

.w-100 {
  width: 100% !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.d-block {
  display: block !important;
}

@media (min-width: 992px) {
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
}
/***********************
 Jqpot related styles
***********************/
.jqplot-data-label {
  color: #FFF;
  font-weight: bold;
}

table.jqplot-table-legend,
table.jqplot-cursor-legend {
  margin: 0 !important;
  border: none;
  position: relative;
  background-color: transparent;
}

td.jqplot-table-legend-swatch {
  padding-left: 10px;
}

td.jqplot-table-legend-swatch:first-child {
  padding-left: 0;
}

td.jqplot-table-legend-label {
  text-align: left;
  padding-left: 5px;
}

div.jqplot-table-legend-swatch-outline {
  border: none;
  padding: 0;
}

@media screen and (max-width: 350px) {
  .jqplot-table-legend,
  .jqplot-cursor-legend {
    left: 0 !important;
    right: 0 !important;
  }
}
.legend-key {
  margin: 0 10px;
}
.legend-key .legend-key-square {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

table.dataTable.dtr-column tbody tr th.control,
table.dataTable.dtr-column tbody tr td.control {
  height: 20px;
  min-width: 20px;
}
table.dataTable.dtr-column tbody tr th.control:before,
table.dataTable.dtr-column tbody tr td.control:before {
  left: 18px;
}
table.dataTable.dtr-column .dtr-details {
  width: 100%;
}

.an-example {
  direction: initial;
}

.schedule-grid {
  min-width: 100%;
  position: relative;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}

.schedule-grid .cg-row .cg-col {
  border: 1px solid white;
}

.schedule-grid .cg-row .cg-x {
  background-color: white;
  color: white;
  z-index: 2;
  position: sticky;
  left: 0;
}

.schedule-grid .cg-row .cg-header {
  background-color: lightgray;
}

.schedule-grid .cg-row .cg-header:hover,
.schedule-grid .cg-row .cg-header.hover {
  background-color: #808080;
  color: white;
}

.schedule-grid .cg-row .cg-date {
  background-color: lightgray;
  position: sticky;
  left: 0;
  z-index: 3;
  font-size: 12px;
}

.schedule-grid .cg-row:hover .cg-date {
  background-color: #808080;
  color: white;
}

.schedule-grid .cg-row .cg-day {
  color: white;
  text-align: center;
  font-size: 12px;
  line-height: 1.25;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.schedule-grid .cg-row .cg-day .cg-full-day,
.schedule-grid .cg-row .cg-day .cg-half-day {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 2;
  width: 100%;
  padding: 0 5px;
}

.schedule-grid .cg-row .cg-col:first-child {
  border-left: none !important;
}

.schedule-grid .cg-row .cg-col:last-child {
  border-right: none !important;
}

.schedule-grid .cg-row:first-child .cg-col {
  border-top: none !important;
}

.schedule-grid .cg-row:last-child .cg-col {
  border-bottom: none !important;
}

.schedule-grid .cg-row .cg-col {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eee;
  flex-grow: 1;
  flex-shrink: 0;
  overflow: hidden;
}
.schedule-grid .cg-row .cg-col .cg-cell-value {
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  margin: 5px;
  white-space: nowrap;
  font-size: 11px;
}
@media (min-width: 768px) {
  .schedule-grid .cg-row .cg-col .cg-cell-value {
    font-size: 13px;
  }
}
.schedule-grid .cg-row .cg-col:first-child {
  background-color: #ccc;
  width: 100px;
  justify-content: flex-start;
  position: sticky;
  left: 0;
  z-index: 3;
  font-size: 12px;
}
@media (min-width: 768px) {
  .schedule-grid .cg-row .cg-col:first-child {
    width: 160px;
  }
}
.schedule-grid .cg-row .cg-col:first-child .cg-cell-value {
  margin: 0 10px;
}
.schedule-grid .cg-row .cg-col:hover {
  background-color: #1CBECA;
  color: white;
}
.schedule-grid .cg-row:hover .cg-col:first-child {
  background-color: #808080;
  color: white;
}
.schedule-grid .cg-header-row {
  display: flex;
  position: sticky;
  top: 0;
  z-index: 4;
  flex-wrap: nowrap !important;
  background-color: white;
}
.schedule-grid .cg-header-row .cg-col {
  justify-content: center;
  align-items: flex-end;
  background-color: #ccc;
}
.schedule-grid .cg-header-row .cg-col .cg-col-header {
  margin: 15px 0;
}
.schedule-grid .cg-header-row .cg-col:hover, .schedule-grid .cg-header-row .cg-col.hover {
  background-color: #808080;
  color: white;
}
.schedule-grid .cg-header-row .cg-col:first-child {
  background-color: #1CBECA !important;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  padding: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .schedule-grid .cg-header-row .cg-col:first-child {
    font-size: 16px;
  }
}
.schedule-grid .cg-vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  font-size: 12px;
}
@media (min-width: 768px) {
  .schedule-grid .cg-vertical-text {
    font-size: 14px;
  }
}

/* Timeline CSS Start */
@font-face {
  src: url("../fonts/timelineicons/ecoico.eot");
  src: url("../fonts/timelineicons/ecoico.eot?#iefix") format("embedded-opentype"), url("../fonts/timelineicons/ecoico.woff") format("woff"), url("../fonts/timelineicons/ecoico.ttf") format("truetype"), url("../fonts/timelineicons/ecoico.svg#ecoico") format("svg");
  font-weight: normal;
  font-style: normal;
} /* Made with http://icomoon.io/ */
.cbp_tmtimeline {
  margin: 30px 0 64px 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.cbp_tmtimeline li.vertical-red:before {
  background: #D0103A !important;
}

.cbp_tmtimeline li.vertical-green:before {
  background: #92D400 !important;
}

.cbp_tmtimeline li.vertical-blue:before {
  background: #1CBECA !important;
}

.cbp_tmtimeline li.vertical-orange:before {
  background: #FFA02F !important;
}

.cbp_tmtimeline li.vertical-grey:before {
  background: grey !important;
}

.cbp_tmtimeline li.vertical-purple:before {
  background: #C966CD !important;
}

.cbp_tmtimeline li.vertical-lightblue:before {
  background: #DBE8F0 !important;
}

.cbp_tmtimeline li.vertical-darkblue:before {
  background: darkblue !important;
}

.cbp_tmtimeline li.vertical-teal:before {
  background: #37A2B2 !important;
}

.cbp_tmtimeline li.vertical-yellow:before {
  background: #F5D109 !important;
}

.cbp_tmtimeline li.vertical-pink:before {
  background: #E9D4E1 !important;
}

ul.cbp_tmtimeline {
  width: 374px;
  margin: 0 auto;
  padding: 14px 0px 0px 0px;
}

.cbp_tmtimeline h5 {
  color: white;
}

.cbp_tmtimeline > li {
  position: relative;
}

/* DATE AND TIME */
.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  position: absolute;
  left: 0px;
}

.cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  text-align: right;
}

/* DATE */
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 1.1em;
  color: #bdd0db;
}

/* TIME */
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
  font-size: 1.1em;
  color: #3594cb;
}

/* CIRCLE */
.cbp_tmtimeline > li .cbp_tmicon {
  width: 40px;
  height: 40px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.2em;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #fff;
  background: #46a4da;
  border-radius: 50%;
  box-shadow: 0 0 0 6px #bdd0db;
  text-align: center;
  line-height: 40px !important;
  left: 114px;
  top: 0;
  margin: 0 0 0 -25px;
}

/* VERTICAL LINE */
.cbp_tmtimeline li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -10px;
  width: 10px;
  background: #dbe8f0;
  left: 114px;
  margin-left: -10px;
}

/* TIMELINE BUBBLE */
.cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 15px 148px;
  background: #3594cb;
  color: #fff;
  padding: 4px 10px 4px 12px;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  border-radius: 5px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
  background: #6cbfee;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 {
  margin-top: 0px;
  padding: 0 0 10px 0;
  font-size: 1.2em;
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #5c3f91;
  border-width: 10px;
  top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: #C966CD;
}

/* MOBILE VEIW */
@media screen and (max-width: 40.2em) {
  ul.cbp_tmtimeline {
    width: 100%;
    padding: 6px 0px 0px 0px;
    margin: 0;
  }
  .cbp_tmtimeline:before {
    display: none;
  }
  .cbp_tmtimeline > li {
    height: 126px !important;
    left: 0;
  }
  .cbp_tmtimeline > li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 12px 0;
    left: 0px;
  }
  .cbp_tmtimeline > li .cbp_tmtime span {
    text-align: left;
  }
  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 30px 0;
    padding: 0.4em 1.2em;
    font-weight: 400;
    font-size: 95%;
  }
  .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #5c3f91;
    top: -20px;
  }
  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #C966CD;
  }
  .cbp_tmtimeline > li .cbp_tmicon {
    position: relative;
    float: right;
    left: auto;
    margin: -55px 5px 0 0px;
  }
  .cbp_tmtimeline li:before {
    content: none;
  }
  .cbp_tmtimeline > li .cbp_tmlabel {
    width: 100%;
  }
}
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.bp-icon:after {
  font-family: "bpicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-align: center;
  color: #47a3da;
  -webkit-font-smoothing: antialiased;
}

.tooltip .tooltiptext {
  width: 120px;
  top: 100%;
  left: 50%;
  margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

/* Timeline CSS End */
#js-alertRules-table td.child ul li {
  max-width: 213px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#js-alertRules-table tr td ul li:nth-last-child(1) {
  text-align: right;
}

/* hide warning icon on the event rules page when collapsed */
#js-alertRules-table li[data-dtr-index="1"] {
  display: none;
}

/* hide warning icon and image on the events page when collapsed */
#eventsTable li[data-dtr-index="1"], #eventsTable li[data-dtr-index="2"] {
  display: none;
}

@keyframes blink {
  0% {
    background-color: #DBE8F0;
  }
  100% {
    background-color: white;
  }
}
.blink {
  animation: blink 1.5s ease-in-out infinite;
}

#warningText p {
  margin: 0;
}

.eventlogMobile {
  vertical-align: middle !important;
  max-width: 100px;
  white-space: normal !important;
  word-wrap: break-word;
}

@media (max-width: 400px) {
  #eventsTable td.child ul li {
    max-width: 213px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.eventDetailstd {
  overflow-wrap: break-word;
  max-width: 400px;
}

@media (max-width: 580px) {
  .eventDetailstd {
    max-width: 200px;
  }
}
@media (max-width: 360px) {
  .eventDetailstd {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
  }
}
@media (max-width: 400px) and (min-width: 361px) {
  .eventDetailstd {
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
  }
}
html {
  overflow-y: auto;
}

.flexbox-wrapper {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.flexbox-header {
  flex: 0 0 auto;
  height: 60px;
  z-index: 20000;
}

.flexbox-header .hamburger-menu {
  background-color: #1CBECA;
  color: #FFFFFF !important;
}

.flexbox-main {
  position: relative;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex: 1 0 auto;
  overflow-x: hidden;
  background-color: white;
}

.bulkactionbuttons {
  z-index: 1030;
  display: flex;
  justify-content: flex-start;
  margin-left: 5px;
  margin-top: -2px;
}
.bulkactionbuttons .dropdown-menu {
  right: 0;
  left: auto;
}

body.map-body .bulkactionbuttons {
  position: fixed;
  right: 15px;
}

.flexbox-article {
  padding: 15px 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
}
.flexbox-article h1 {
  margin-top: -2px;
}
@media all and (min-width: 376px) {
  .flexbox-article h1 {
    margin-top: -4px;
  }
}
.flexbox-article.vh-100 {
  height: 100vh !important;
}

body:has(aside) .flexbox-article {
  left: 50px;
}

.flexbox-aside {
  background-color: #425563;
  padding: 12px 12px 2px 12px;
  overflow-y: auto;
  position: absolute;
  width: 320px;
  bottom: 0;
  top: 0;
  z-index: 1031;
}

body.aside:not(.sidebar-collapsed) .flexbox-aside:before {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 320px;
  right: 0;
  content: " ";
}
@media all and (min-width: 640px) {
  body.aside:not(.sidebar-collapsed) .flexbox-aside:before {
    display: none;
  }
}

body.sidebar-collapsed .flexbox-aside {
  width: 50px;
  overflow-y: hidden;
  display: block;
}

.flexbox-aside {
  flex: 320px 0 0;
  position: static;
  order: 1;
}

body.sidebar-collapsed .flexbox-aside {
  flex: 50px 0 0;
  position: static;
  order: 1;
}

body.map-body .flexbox-aside {
  position: fixed;
}
body.map-body:not(.mobile-app) .flexbox-aside {
  top: 60px;
}

.flexbox-article {
  flex: 3 0px;
  order: 2;
}
@media all and (min-width: 640px) {
  .flexbox-article {
    position: static;
  }
}

.flexbox-article h3 {
  font-size: 16px;
}

@media all and (min-width: 375px) {
  .flexbox-article h3 {
    font-size: 24px;
  }
}
.flexbox-article .grid-wrapper {
  margin: 0.6rem -5px;
}

.flexbox-article #dashboard .sink {
  margin-bottom: 0;
}

.flexbox-article #tab_devices_grid .sink {
  margin-bottom: 0;
}

.flexbox-article #tab_devices_table {
  padding-bottom: 0;
  margin: 0;
}

.flexbox-article #tab_devices_table .sink {
  margin: 10px 0;
}

.flexbox-aside .sidebar-toggle {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.flexbox-aside .sidebar-toggle .fa-arrow-left {
  padding-left: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.flexbox-aside .sidebar-toggle .fa-arrow-right {
  width: 30px;
  height: 30px;
}

body.sidebar-collapsed .flexbox-aside .sidebar-toggle .fa-arrow-left {
  display: none;
}

.flexbox-aside #panel_count {
  margin-top: 0;
  display: inline-block;
}

.flexbox-aside #device-count {
  position: static;
  padding-left: 1rem;
  font-size: 20px;
}

.flexbox-aside br {
  display: none;
}

.flexbox-header .navbar-fixed-top {
  position: static;
  z-index: auto;
}

.flexbox-article #sinkaction {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}

.flexbox-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.flexbox-title h1 {
  margin: 0;
}
.flexbox-title div {
  margin-top: 1rem;
}

body.do-not-show .flexbox-aside {
  display: none !important;
}
body.do-not-show .flexbox-article {
  left: 0 !important;
  margin-left: 0 !important;
  background-color: white !important;
}
body.do-not-show .flexbox-article .flexbox-title h1 {
  margin: 0 !important;
}

.actions-flex-row-column {
  flex-direction: column;
}

@media all and (min-width: 728px) {
  .container-fluid {
    min-height: 768px;
  }
  .actions-flex-row-column {
    flex-direction: row;
  }
}
body.aside.map-body .flexbox-article h1 {
  display: none;
}

#filters.disabled {
  pointer-events: none;
  opacity: 0.4;
}

#filters .panel {
  margin-bottom: 10px;
  pointer-events: auto;
}

#filters .panel:last-child {
  margin-bottom: 0;
}

#filters .panel .filter-panel-heading {
  padding: 10px;
}

#filters .panel .filter-panel-body {
  padding: 10px;
}

#filters div.checkbox {
  margin: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 15px;
}

#filters div.no-checkbox {
  margin: 0;
  margin-right: 0;
  margin-bottom: 0;
  color: black !important;
  margin-left: 17px;
}

#filters div.no-checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 4px;
}

#filters .options {
  margin-left: 10px;
}

.sidebar-collapsed .item-filter-wrapper {
  display: none;
}

#filters .clear-filter {
  float: right;
}

#filters .clear-filter-all {
  float: right;
  color: #444;
}

#filters .clear-filter i {
  padding-left: 5px;
}

#filters .clear-filter-all i {
  padding-left: 5px;
}

#filters .select-all-device-filter {
  float: right;
}

#filters .select-all-device-filter i {
  padding-left: 5px;
}

#filters label i {
  width: 18px;
  text-align: center;
  display: inline-block;
}

#filters .checkbox label {
  padding-left: 2px !important;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #ffffff;
  margin-bottom: 5px;
}

#filters #device-count {
  font-size: 1.1em;
  margin-left: 16px;
  font-weight: bold;
}

#filters .ellipsis-fix {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 3px;
  white-space: nowrap;
  display: inline-block;
  color: #ffffff;
}

#filters label .count, #filters label .not-in-location-count {
  font-weight: bold;
}

#filters .checkbox label:visited {
  color: white;
  cursor: pointer;
}

#filters #panel_device, #filters #panel_deviceEventType, #filters #panel_timePeriod {
  display: none;
}

body.sidebar-collapsed #device-count {
  display: none;
}

body.sidebar-collapsed #clear_filter_all {
  display: none;
}

#panel_count {
  margin-top: 15px;
}

#device-count {
  color: white;
  position: absolute;
  padding-left: 20px;
  font-size: 30px;
}

#filters .primary-filter {
  margin-top: 2px;
}

.table-responsive {
  border: 0 none;
  overflow-x: hidden;
}

#tab_devices_table {
  padding-bottom: 120px;
  margin: 5px;
}

#tab_devices_table table {
  margin-bottom: 0;
}

#tab_devices_table table thead th.th-checkbox {
  width: 22px;
}

#tab_devices_table table thead th.th-cta {
  width: 140px;
}

#tab_devices_table table tbody tr td {
  vertical-align: middle;
}

#tab_devices_table table tbody tr td .checkbox {
  margin: 0;
}

div.device {
  font-size: 14px;
  position: relative;
}

div.dt-buttons {
  position: relative;
  float: right;
}

div.device .device-inner {
  cursor: pointer;
}

.device-inner {
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.device .device-title {
  background-color: lightgray;
  font-size: 14px;
  margin: -10px -10px 5px;
  padding: 1px;
  text-align: left;
}

div.device label h5 {
  margin-left: 40px;
  margin-right: 40px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

div.device label {
  display: inherit;
  max-width: inherit;
  margin-bottom: 0;
  font-weight: inherit;
  cursor: pointer;
}

div.device .checkbox {
  margin: 0;
}

.device-wrapper {
  float: left;
  height: auto;
  width: 100%;
  padding: 0 5px;
  position: relative;
}

@media screen and (max-width: 639px) {
  div.device .widget-footer {
    position: static;
  }
}
@media screen and (min-width: 480px) {
  .device-wrapper {
    width: 50%;
  }
}
@media screen and (min-width: 640px) {
  .device-wrapper {
    width: 100%;
  }
  .sidebar-collapsed .device-wrapper {
    width: 50%;
  }
}
@media screen and (min-width: 720px) {
  .device-wrapper {
    width: 100%;
  }
  .sidebar-collapsed .device-wrapper {
    width: 33.33%;
  }
}
@media screen and (min-width: 760px) {
  .device-wrapper {
    width: 50%;
  }
  .sidebar-collapsed .device-wrapper {
    width: 33.33%;
  }
}
@media screen and (min-width: 960px) {
  .device-wrapper {
    width: 33.33%;
  }
  .sidebar-collapsed .device-wrapper {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .device-wrapper {
    width: 25%;
  }
  .sidebar-collapsed .device-wrapper {
    width: 20%;
  }
}
@media screen and (min-width: 1440px) {
  .device-wrapper {
    width: 20%;
  }
  .sidebar-collapsed .device-wrapper {
    width: 16.66%;
  }
}
@media screen and (min-width: 1680px) {
  .device-wrapper {
    width: 16.66%;
  }
  .sidebar-collapsed .device-wrapper {
    width: 14.28%;
  }
}
@media screen and (min-width: 1920px) {
  .device-wrapper {
    width: 14.28%;
  }
  .sidebar-collapsed .device-wrapper {
    width: 12.5%;
  }
}
.table-device-details td, .table-device-details th {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-device-details-tabs td, .table-device-details-tabs th {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-device-details-tabs td:nth-child(1) {
  text-align: center;
  width: 50px;
}

.table-device-details-tabs td:nth-last-child(1) {
  width: 50%;
}

.js-table-device-settings-deskSense td:nth-last-child(1) {
  width: 30%;
}

.js-table-device-settings-deskSense td:nth-last-child(2) {
  width: 30%;
}

@media screen and (max-width: 630px) {
  .table-device-details-tabs td:nth-child(1) {
    border-top: 0 none;
    display: block;
    float: left;
    max-width: none;
    text-align: left;
    width: 40px;
  }
  .table-device-details-tabs td:nth-child(3), .table-device-details-tabs td:nth-child(4), .table-device-details-tabs td:nth-child(5) {
    display: block;
    max-width: none;
    padding-left: 50px;
    width: 100%;
  }
  .table-device-details-tabs > tbody > tr > th {
    border-bottom: 0 none;
    border-top: 0 none;
    float: left;
    max-width: none;
  }
  .table-device-details-tabs th:nth-last-child(2) {
    width: 75%;
  }
}
@media screen and (max-width: 350px) {
  .table-device-details-tabs td:nth-child(3) {
    width: 90%;
  }
}
.table-device-history td:nth-last-child(1) {
  width: 65% !important;
  padding-left: 10px;
}

.modal-header {
  background-color: #5c3f91;
  color: #ffffff;
  border-radius: 0px;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-bottom: 0;
  border-top: 4px dashed;
  content: "";
}

div.device {
  height: auto;
  overflow: visible;
  display: flex;
  flex-direction: column;
}

.row-btn {
  margin-left: -5px;
  margin-right: -5px;
}

.row-btn div {
  padding-left: 5px;
  padding-right: 5px;
}

div.device .device-inner {
  cursor: auto;
}

.modal-body.iframe {
  background-color: #eee;
  border-radius: 0px;
  padding: 0;
}

body.popup {
  background-color: #fff;
  height: 300px;
}

body.popup .container-fluid {
  max-height: 392px;
  overflow: auto;
  padding-top: 20px;
}

body.popup .footer {
  background-color: #eee;
  bottom: 0;
  left: 0;
  padding: 15px 15px 10px;
  position: absolute;
  right: 0;
}

body.popup .modal-maincontent, body.popup .modal-sidebar {
  max-height: 355px;
  overflow: auto;
}

html {
  -webkit-text-size-adjust: none;
}

h1 {
  font-size: 30px;
}

@media screen and (max-width: 375px) {
  h1 {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
* > h1:first-child, * > h2:first-child, * > h3:first-child, * > h4:first-child {
  margin-top: 0;
}

* > h1:last-child, * > h2:last-child, * > h3:last-child, * > h4:last-child {
  margin-bottom: 0;
}

.disabled label {
  cursor: default;
}

.margin-0 {
  margin: 0;
}

.hidden {
  display: none !important;
}

.center {
  text-align: center;
}

input[type=checkbox] {
  cursor: pointer;
}

#page {
  height: 100%;
  width: 100%;
}

.validation-summary-errors {
  display: block;
  margin: 10px;
}

.field-validation-error {
  display: block;
  margin-top: 10px;
}

.carousel .item {
  text-align: center;
}

.carousel .item img {
  display: inline-block;
}

#sidebar {
  background: #dbe8f0 none repeat scroll 0 0;
  bottom: 0;
  color: #444;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 50px;
  width: 280px;
  z-index: 8;
}

#page.sidebar-collapsed #sidebar, #sidebar {
  transition: transform 0.3s ease-in-out 0s, width 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s, width 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
}

#page.sidebar-collapsed #sidebar {
  width: 0;
}

#formSearch {
  margin: 20px 20px 10px;
  width: 240px;
}

#main-content {
  float: left;
  margin-top: 60px;
  min-width: 640px;
  padding: 10px 10px 10px 300px;
  transition: transform 0.3s ease-in-out 0s, padding 0.3s ease-in-out 0s;
}

#page.sidebar-collapsed #main-content {
  min-width: 320px;
}

@media screen and (max-width: 768px) {
  #main-content {
    margin-right: -260px;
  }
  #page.sidebar-collapsed #main-content {
    margin-right: 0;
  }
}
#page.sidebar-collapsed #main-content {
  padding-left: 20px;
  transition: transform 0.3s ease-in-out 0s, padding 0.3s ease-in-out 0s;
}

#sidebar .sink {
  margin-left: 20px;
  margin-right: 20px;
}

#sidebar ul {
  padding: 0;
}

#sidebar ul li {
  line-height: 18px;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
}

#sidebar ul li a {
  color: #444;
  display: block;
}

#sid00B3BEl li a.active, #sidebar ul li a:hover {
  background: #22abba none repeat scroll 0 0;
  color: #fff;
  text-decoration: none;
}

#sidebar ul li i {
  font-size: 18px;
  padding: 10px 10px 10px 8px;
  text-align: center;
  width: 40px;
}

.modal-header {
  background-color: #5c3f91;
  color: #ffffff;
  border-radius: 0px;
}

.panel-heading {
  border-bottom: none;
}

.panel-title > a {
  outline: medium none;
  text-decoration: none;
}

.panel-title .fa-chevron-right {
  display: none;
}

.panel-title .collapsed .fa-chevron-right {
  display: inline-block;
  margin-left: 4px;
  padding-right: 10px;
}

.panel-title .fa-chevron-down {
  display: inline-block;
  padding-right: 10px;
}

.panel-title .collapsed .fa-chevron-down {
  display: none;
}

a.option-toggle {
  color: #000;
  float: left;
  outline: medium none;
  text-decoration: none;
}

a.option-toggle .fa-caret-right {
  display: none;
}

a.option-toggle .fa-caret-down {
  display: inline-block;
  padding-right: 2px;
  padding-top: 3px;
}

a.option-toggle.collapsed {
  color: #000;
  float: left;
  outline: medium none;
  text-decoration: none;
}

a.option-toggle.collapsed .fa-caret-right {
  display: inline-block;
  padding-left: 2px;
  padding-top: 3px;
}

.action-tab, a.option-toggle.collapsed .fa-caret-down {
  display: none;
}

.action-tab {
  margin-top: 5px;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.product-icon {
  font-size: 56px;
}

.product-image {
  width: 160px;
  height: 160px;
}

.product-image-small {
  width: 90px;
  height: 90px;
}

.product-image-table {
  width: 30px;
  height: 30px;
}

.btn-group .dropdown-menu {
  max-height: 330px;
  overflow-y: auto;
}

@media screen and (max-width: 639px) {
  header .navbar {
    text-align: center;
  }
  header .navbar-nav {
    display: inline-block;
    float: none;
  }
  header .dropdown-menu {
    left: 10px;
    position: fixed;
    right: 10px;
    top: 50px;
  }
  .dropdown-menu {
    min-width: 135px;
  }
  .dropdown-menu > li > a {
    font-size: 14px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 640px) {
  .nav .icon {
    display: none;
  }
}
.popover-content, .popover-title {
  color: #000;
}

.browserupgrade {
  background: #ccc;
  color: #000;
  margin: 0.2em 0;
  padding: 0.2em 0;
}

.itemtable-alerts {
  width: 50px;
}

.itemtable-checkbox {
  width: 20px;
}

.itemtable-title {
  width: 150px;
}

.itemtable-location {
  width: 100px;
}

.itemtable-title-details {
  width: 150px;
  text-overflow: ellipsis;
  display: block;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.itemtable-location-details {
  width: 100px;
  text-overflow: ellipsis;
  display: block;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.itemtable-subLocation {
  min-width: 100px;
  max-width: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breakword {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}

.itemtable-icon {
  width: 50px;
  text-align: center;
}

#tab_devices_table table th {
  font-size: 13px;
}

.padding-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

@media only screen and (min-width: 101px) and (max-width: 960px) {
  .cta {
    display: none;
  }
  .cta-details {
    width: 100%;
  }
  .alerts-icon {
    display: none;
  }
}
@media only screen and (min-width: 101px) and (max-width: 580px) {
  .hide-icon-list {
    display: none;
  }
  .itemtable-icon {
    width: 50px;
    text-align: center;
  }
  #tab_devices_table table th {
    font-size: 8px;
  }
  .itemtable-title {
    font-size: 10px;
  }
  .smaller-text {
    font-size: 10px;
  }
}
@media only screen and (min-width: 101px) and (max-width: 400px) {
  #tab_devices_table table th {
    font-size: 8px;
  }
  .th-cta {
    display: none;
  }
  .cta-padding {
    display: none;
  }
}
@media only screen and (max-width: 100px) {
  .cta-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .itemtable-title {
    width: inherit;
  }
  .itemtable-location {
    width: inherit;
  }
  .input-checkbox {
    padding-left: 5px !important;
  }
}
.panel-item-heading h3 {
  font-size: 15pt;
  line-height: 30px;
}

.modal-command {
  min-width: 200px;
}

.modal-header-send-command h4 {
  display: inline;
}

.blue-glow {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.red-glow {
  border-color: #e8666d;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 102, 109, 0.6);
}

.grey-glow {
  border-color: #a7a7a7;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(167, 167, 167, 0.6);
}

.item-alerts-icon {
  position: absolute;
  right: 15px;
  font-size: 25px !important;
  top: 2px;
  cursor: pointer;
  color: #E01040;
}

.item-close-icon {
  position: absolute;
  right: 5px;
  font-size: 25px !important;
  cursor: pointer;
  color: #000;
}

.alert-itemdetails {
  margin-right: 25px;
  margin-top: 5px;
}

/* Send bulk command  */
.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f2dede;
}

.table-success, .table-success > td, .table-success > th {
  background-color: #dff0d8;
}

#table-send-command-list {
  margin-top: 20px;
}

#table-send-command-list td {
  border: none;
  width: 33%;
  vertical-align: middle;
  text-align: center;
}

.table-send-command-list-td-name {
  text-align: center;
}

.table-send-command-list-td-icon {
  text-align: center;
}

.table-send-command-list-th {
  text-align: center;
  width: 33%;
}

/* Item Bulk Edit  */
#table-item-bulk-edit-list {
  margin-top: 20px;
}

#table-item-bulk-edit-list td {
  border: none;
  width: 33%;
  vertical-align: middle;
  text-align: center;
}

.table-item-bulk-edit-td-name {
  text-align: center;
}

.table-item-bulk-edit-td-icon {
  text-align: center;
}

.table-item-bulk-edit-list-th {
  text-align: center;
  width: 33%;
}

/* Socket Control  */
#table-item-socket-control-list {
  margin-top: 20px;
}

#table-item-socket-control-list td {
  border: none;
  width: 33%;
  vertical-align: middle;
  text-align: center;
}

.table-item-socket-control-td-name {
  text-align: center;
}

.table-item-socket-control-td-icon {
  text-align: center;
}

.table-item-socket-control-list-th {
  text-align: center;
  width: 33%;
}

.td-location {
  width: 150px;
}

@media screen and (min-width: 101px) and (max-width: 1240px) {
  .itemtable-location {
    display: none;
  }
  .td-location {
    display: none;
  }
}
@media screen and (min-width: 101px) and (max-width: 475px) {
  #no-more-tables {
    font-size: 10px !important;
  }
  #no-more-tables .font-size {
    font-size: 14px !important;
  }
  #no-more-tables .icon-width {
    font-size: 14px !important;
    width: 20px !important;
  }
  #no-more-tables .btn {
    font-size: 10px !important;
  }
  #no-more-tables img {
    width: 14px !important;
    height: 14px !important;
  }
}
@media screen and (max-width: 490px) {
  .div-selectall {
    height: 30px !important;
  }
  .div-selectall > div {
    margin-top: 5px !important;
    margin-bottom: 2px !important;
  }
}
#tab_devices_table h4 {
  padding-left: 10px;
}

#tab_devices_table .sink {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 935px) {
  #tab_devices_table table td.ellipsis-fix-200 {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #tab_devices_table table td.ellipsis-fix-100 {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border: none;
}

.close-modal {
  float: right;
  font-size: 31px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 1px 0 #ffffff;
}

.close-modalhover,
.close-modal:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

button.close-modal {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.checkbox-td input[type=checkbox] {
  position: inherit;
  margin-left: 10px;
}

#sinkaction {
  margin-top: 50px;
  padding: 0 0 0 0;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
}

.standard-border {
  border-color: #cccccc;
  border-width: 0.8px;
  border-style: solid;
}

.no-border-topandbottom {
  border-top: none;
  border-bottom: none;
}

.no-border-right {
  border-right: none;
}

.div-selectall {
  float: left;
  width: 42px;
  height: 44px;
  margin-left: 10px;
}

.div-selectall > div {
  margin-left: 13px;
  margin-top: 12.5px;
}

.removeMargin {
  margin: 0;
}

.input-checkbox {
  padding-left: inherit;
}

#itemDetailsTabs > li > a:hover {
  color: white;
}

#table-send-command-list thead .sorting:after, #table-send-command-list thead .sorting_asc:after, #table-send-command-list thead .sorting_desc:after, #table-send-command-list thead .sorting_asc_disabled:after, #table-send-command-list thead .sorting_desc_disabled:after {
  display: none;
}

#table-send-command-list thead .sorting, #table-send-command-list thead .sorting_asc, #table-send-command-list thead .sorting_desc, #table-send-command-list thead .sorting_asc_disabled, #table-send-command-list thead .sorting_desc_disabled {
  cursor: default;
}

#table-send-command-list thead > tr > th {
  padding: 8px;
}

.nowrap {
  white-space: normal;
  word-wrap: break-word;
}

.white-space-nowrap {
  white-space: nowrap !important;
}

@media screen and (max-width: 400px) {
  #itemDetailsTabs > li > a {
    padding: 4px !important;
    font-size: 12px;
  }
}
@media screen and (max-width: 360px) {
  #itemDetailsTabs > li > a {
    padding: 2px !important;
    font-size: 11px;
  }
}
.overflow-visible {
  overflow: visible;
}

@media only screen and (min-width: 101px) and (max-width: 350px) {
  #no-more-tables {
    font-size: 10px !important;
  }
  #no-more-tables .font-size {
    font-size: 12px !important;
  }
  #no-more-tables .icon-width {
    font-size: 14px !important;
    width: 16px !important;
  }
  #no-more-tables .btn {
    font-size: 10px !important;
  }
}
#modalItemDetails .modal-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 28px;
}

.value-instead-of-icon {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 630px) {
  #js-deskSense-Settings-Header {
    display: none;
  }
}
.bulkedit-list-td {
  padding-right: 30px !important;
  text-align: center;
}

.pwToggler-input {
  width: 150px;
}

.pwToggler {
  display: inline-block;
}

.owl-controls {
  display: none;
}

.border {
  border: 1px solid #d0d1d5;
}

.superscript {
  position: relative;
  top: -10px;
  font-size: 10px;
  margin-top: 0;
  padding-top: 0;
  right: -5px;
}

img + .superscript {
  right: 5px;
}

.table-responsive .dt-buttons {
  margin: 5px;
}

.pad-left-right-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

/*
@media (max-width: 575px) and (orientation:portrait) {
    body.map-body .navbar-brand {
        display: none;
    }
}
*/
.map-container {
  position: fixed;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
}

body.mobile-app .map-container {
  top: 0;
}

#mapid {
  width: 100vw;
  height: 100%;
}

#mapdrawer {
  font-family: Poppins, Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  overflow-y: hidden;
  position: fixed;
  background-color: #ffffff;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 400;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}
#mapdrawer.minimised {
  transform: translateY(calc(100% - 74px));
}
#mapdrawer.open {
  transform: translateY(0);
}
#mapdrawer.no-checkbox #mapdrawerheader .checkbox {
  display: none;
}
#mapdrawer #mapdrawerheader {
  position: relative;
  padding: 20px 45px 10px 45px;
  border-bottom: 1px solid #dddddd;
}
@media screen and (min-width: 768px) {
  #mapdrawer #mapdrawerheader {
    padding: 10px 45px 10px 45px;
  }
}
#mapdrawer #mapdrawerheader h4 {
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: center;
}
#mapdrawer #mapdrawerheader h5 {
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: center;
}
#mapdrawer #mapdrawerheader #mapdrawerpullup {
  position: absolute;
  top: 10px;
  width: 40px;
  height: 5px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #dddddd;
  border-radius: 2px;
}
#mapdrawer #mapdrawerheader .checkbox-primary {
  position: absolute;
  top: 10px;
  left: 20px;
}
#mapdrawer #mapdrawerheader .close-modal {
  color: #888;
  float: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
}
#mapdrawer #mapdrawerheader .close-modal span {
  width: 30px;
  height: 30px;
  display: block;
}
#mapdrawer #mapdrawercontents {
  padding: 20px 20px 0 20px;
  overflow-y: auto;
  max-height: calc(100vh - 259px);
}
#mapdrawer #mapdrawercontents .detail-marker {
  width: auto !important;
}
#mapdrawer #mapdrawercontents .device-marker-location,
#mapdrawer #mapdrawercontents .device-marker-name {
  display: none;
}
#mapdrawer #mapdrawercontents .device-marker-image {
  background-size: contain;
  background-position: center center;
  min-height: 140px;
  height: 100%;
  background-repeat: no-repeat;
}
#mapdrawer #mapdrawercontents .detail-marker .device-marker-variable-position-two {
  text-align: left;
}
#mapdrawer #mapdrawercontents .shelf-grid,
#mapdrawer #mapdrawercontents .locker-grid {
  max-height: none;
  overflow-y: visible;
  row-gap: 2px;
  column-gap: 2px;
}
#mapdrawer #mapdrawercontents .shelf-grid .locker-cell-button,
#mapdrawer #mapdrawercontents .locker-grid .locker-cell-button {
  line-height: 1;
}
#mapdrawer #mapdrawercontents .shelf-cell-button {
  max-width: none;
}
#mapdrawer #mapdrawercontents div[data-usetypeid] .variable-display-type {
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  #mapdrawer #mapdrawercontents .drawer-footer-buttons {
    flex-wrap: nowrap;
    overflow-y: auto;
    position: sticky;
    bottom: 0;
    background-color: #ffffff;
    padding-bottom: 10px;
    border-top: 1px solid #dddddd;
    left: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px !important;
    margin-right: -20px !important;
    margin-top: 20px;
  }
  #mapdrawer #mapdrawercontents .drawer-footer-buttons .device-marker-button {
    width: auto !important;
  }
}
@media screen and (min-width: 768px) {
  #mapdrawer #mapdrawercontents .drawer-footer-buttons {
    border-top: 1px solid #dddddd;
    margin-top: 20px;
    padding-top: 10px;
    margin-left: -20px !important;
    padding-left: 15px;
    margin-right: -20px !important;
    padding-right: 15px;
    position: sticky;
    bottom: 0px;
    padding-bottom: 20px;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  #mapdrawer {
    top: 70px;
    bottom: auto;
    right: 10px;
    left: auto;
    height: auto;
    width: 360px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 1030;
    display: none;
  }
  #mapdrawer.open, #mapdrawer.minimised {
    display: block;
    transform: translateY(0);
  }
  #mapdrawer #mapdrawerheader #mapdrawerpullup {
    display: none;
  }
  #mapdrawer #mapdrawercontents {
    max-height: calc(100vh - 154px);
  }
}

#mapsubdrawer {
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
  left: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid #dddddd;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}
@media screen and (max-width: 767px) {
  #mapsubdrawer {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
#mapsubdrawer.open {
  transform: translateY(0);
}
#mapsubdrawer #mapsubdrawerheader {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  border-bottom: 1px solid #dddddd;
}
#mapsubdrawer #mapsubdrawerheader h4 {
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: center;
}
#mapsubdrawer #mapsubdrawerheader h5 {
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: center;
}
#mapsubdrawer #mapsubdrawerheader .close-modal {
  color: #888;
  float: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
}
#mapsubdrawer #mapsubdrawercontents {
  padding-top: 20px;
}
#mapsubdrawer #mapsubdrawercontents .eyeball-wrapper .rfid-label {
  display: block;
}
#mapsubdrawer #mapsubdrawercontents .eyeball-wrapper .rfid-value {
  display: none;
}
#mapsubdrawer #mapsubdrawercontents .eyeball-wrapper.no-eye .rfid-label {
  display: none;
}
#mapsubdrawer #mapsubdrawercontents .eyeball-wrapper.no-eye .rfid-value {
  display: block;
}
#mapsubdrawer .show-user {
  display: none;
}

#mapdrawercontents {
  padding-top: 20px;
}
#mapdrawercontents .eyeball-wrapper .rfid-label {
  display: block;
}
#mapdrawercontents .eyeball-wrapper .rfid-value {
  display: none;
}
#mapdrawercontents .eyeball-wrapper.no-eye .rfid-label {
  display: none;
}
#mapdrawercontents .eyeball-wrapper.no-eye .rfid-value {
  display: block;
}

#mapdrawermodal .opaque-overlay {
  display: none;
}
#mapdrawermodal .leaflet-popup {
  visibility: visible !important;
  position: relative;
  margin-bottom: 0;
}
#mapdrawermodal .leaflet-popup .leaflet-popup-content-wrapper {
  box-shadow: none;
}
#mapdrawermodal .leaflet-popup .leaflet-popup-content-wrapper .device-marker-name,
#mapdrawermodal .leaflet-popup .leaflet-popup-content-wrapper .device-marker-location {
  display: none;
}
#mapdrawermodal .leaflet-popup .leaflet-popup-content-wrapper .device-marker-variable {
  margin-top: 0;
}
#mapdrawermodal .leaflet-popup .leaflet-popup-tip-container,
#mapdrawermodal .leaflet-popup .leaflet-popup-close-button {
  display: none;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.room-label-tooltip {
  transform: translate3d(-50%, -50%, 0px);
  opacity: 0.9;
  background-color: transparent;
  font-weight: bold;
  box-shadow: none;
  border: none;
  cursor: default;
  color: #1CBECA;
}

.building-label-tooltip {
  transform: translate3d(-50%, -50%, 0px);
  opacity: 0.9;
  background-color: transparent;
  font-weight: bold;
  box-shadow: none;
  border: none;
  cursor: default;
  color: #8996A0;
}

.leaflet-marker-icon {
  border: none;
}

.leaflet-top {
  margin-top: 130px !important;
}

body.mobile-app .leaflet-top {
  position: fixed;
}

.leaflet-bottom {
  margin-bottom: 0 !important;
}

.leaflet-right .leaflet-control {
  margin-right: 15px;
}

.leaflet-left .leaflet-control {
  margin-left: 15px;
}

body.aside.map-body .leaflet-left {
  left: 320px;
}

body.aside.map-body.sidebar-collapsed .leaflet-left {
  left: 0;
}

@media (max-width: 575px) and (orientation: portrait) {
  body.aside.map-body .leaflet-left {
    left: 0;
  }
  body.aside.map-body .map-container {
    left: 320px;
    right: -320px;
  }
  body.aside.map-body.sidebar-collapsed .map-container {
    left: 0;
    right: 0;
  }
  body.map-body.map-popup header.flexbox-header {
    display: none;
  }
  body.map-body.map-popup #itemnav {
    display: none !important;
  }
  body.map-body.map-popup aside.flexbox-aside {
    display: none;
  }
  body.map-body.map-popup .leaflet-control {
    display: none;
  }
}
.map-marker-image {
  border-radius: 50%;
}

body.zoom-22 .map-marker-image.icon-30 {
  width: 40px !important;
  height: 40px !important;
  margin-left: -20px !important;
  margin-top: -20px !important;
  border-width: 4px;
}
body.zoom-22 .map-marker-image.icon-40 {
  width: 80px !important;
  height: 80px !important;
  margin-left: -40px !important;
  margin-top: -40px !important;
  border-width: 4px;
}
body.zoom-23 .map-marker-image.icon-30 {
  width: 80px !important;
  height: 80px !important;
  margin-left: -40px !important;
  margin-top: -40px !important;
  border-width: 4px;
}
body.zoom-23 .map-marker-image.icon-40 {
  width: 80px !important;
  height: 80px !important;
  margin-left: -40px !important;
  margin-top: -40px !important;
  border-width: 4px;
}
body.zoom-24 .map-marker-image.icon-30 {
  width: 160px !important;
  height: 160px !important;
  margin-left: -80px !important;
  margin-top: -80px !important;
  border-width: 5px;
}
body.zoom-24 .map-marker-image.icon-40 {
  width: 160px !important;
  height: 160px !important;
  margin-left: -80px !important;
  margin-top: -80px !important;
  border-width: 5px;
}

.leaflet-marker-icon:focus {
  outline: none;
}

.leaflet-popup-content-wrapper {
  border-radius: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.leaflet-popup-content {
  margin: 0;
}

.leaflet-popup .sink {
  padding: 0;
  border: none;
}

.leaflet-popup .product-icon {
  padding: 10px;
}

.leaflet-popup div.device .device-title {
  margin: 0;
  padding: 0;
}

.leaflet-popup div.device .device-title h5 {
  margin-top: 0;
  padding: 10px;
}

.leaflet-container a.leaflet-popup-close-button {
  padding: 10px;
  width: auto;
  height: auto;
  color: #333;
}

.map-alert-position {
  right: 25px;
  font-size: 20px !important;
}

.leaflet-popup div.device label h5 {
  margin-left: 20px;
  margin-right: 40px;
}

.margin-top-20 {
  margin-top: 20px;
}

.leaflet-right .leaflet-control {
  margin-left: 50px;
}

.fa-times-circle-o {
  font-size: 25px;
}

/*
body.sidebar-collapsed article.flexbox-article {
    width: 100%;
}
*/
/* ZIOXI-3988
body.sidebar-collapsed:not(.do-not-show) article.flexbox-article .container-fluid {
    margin-left: 50px;
}
*/
/* ZIOXI-3988
body.sidebar-collapsed article.flexbox-article .container-margin {
    margin-left: -50px;
}
*/
body.sidebar-collapsed article.flexbox-article .leaflet-container {
  border: none !important;
}

body.sidebar-collapsed aside.flexbox-aside {
  background-color: transparent;
  height: 50px !important;
}

.dropdown-menu {
  z-index: 10000000000000 !important;
}

#bulkEditForm .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .product-image {
    width: 150px;
    height: 150px;
  }
}
.btn-default:not(.btn-primary):hover {
  background-color: white;
}

.btn-default:not(.btn-primary):focus {
  background-color: white;
}

.btn-default:not(.btn-primary):active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
  background-color: #fff;
}

@media (max-width: 767px) and (orientation: portrait) {
  .col-xs-12-portrait {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .variable-div-top {
    margin-bottom: 5px;
  }
  .variable-div-bottom {
    margin-bottom: 30px;
  }
  .bulk-edit-field-div-top {
    margin-bottom: 5px;
  }
  .bulk-edit-field-div-bottom {
    margin-bottom: 30px;
  }
  .checkbox {
    margin-bottom: 0;
  }
}
.xs-visible-landscape {
  display: none;
}

@media (max-width: 992px) and (orientation: landscape) {
  .xs-visible-landscape {
    display: contents;
  }
  .xs-hidden-landscape {
    display: none;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .image-size-smaller {
    height: 60px;
    width: 60px;
  }
}
@media screen and (max-width: 992px) {
  .smaller-text th {
    font-size: 12px;
  }
  .smaller-text tr {
    font-size: 12px;
  }
  .smaller-text button {
    font-size: 12px;
  }
  .smaller-text h5 {
    font-size: 12px;
  }
  .smaller-text .icon-image-size {
    height: 20px;
    width: 20px;
  }
  .smaller-text i {
    font-size: 12px;
  }
}
.padding-left-0 {
  padding-left: 0;
}

.leaflet-container h5 {
  font-size: 12px;
}

.map-alert {
  margin-top: 54px;
  width: calc(100vw - 320px - 2rem);
  padding: 10px;
}
@media (max-width: 575px) and (orientation: portrait) {
  .map-alert {
    margin-top: 100px;
    width: 100%;
  }
}

body.sidebar-collapsed .map-alert {
  margin-left: 0;
  width: 100%;
}

@media (min-width: 576px) {
  body:not(.sidebar-collapsed) .map-alert {
    margin-left: 320px;
  }
}
.bootstrap-switch .bootstrap-switch-container {
  display: inline-flex !important;
}

.toast {
  opacity: 1 !important;
}

#toast-container > div {
  opacity: 1 !important;
}

.device-available-counter {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 999;
  background-color: white;
  border: 2px solid #A41F35;
  border-radius: 2px;
  padding: 5px;
  color: #A41F35;
  font-size: 16px;
}
.device-available-counter i {
  margin-right: 10px;
}
.device-available-counter.available {
  border-color: #92D400;
  color: #92D400;
}

@media only screen and (max-width: 768px) {
  table#js-datatable-device-sockets {
    font-size: 12px;
  }
  table#js-datatable-device-chargingData {
    font-size: 12px;
  }
}
.sockets-edit.sockets .socket {
  border: 1px solid #d0d1d5;
  padding: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.sockets-edit.sockets .sockets-header .socket-number {
  display: none;
}
.sockets-edit.sockets .sockets-header-edit .socket-power {
  display: none;
}
.sockets-edit.sockets .sockets-header-edit .socket-control {
  display: none;
}
.sockets-edit.sockets .socket-properties .socket-number {
  background-color: lightgray;
  padding: 1rem;
}
@media (min-width: 992px) {
  .sockets-edit.sockets {
    display: flex;
    flex-direction: column;
  }
  .sockets-edit.sockets .sockets-header-edit {
    display: block;
  }
  .sockets-edit.sockets .sockets-header-edit .socket-power {
    display: block;
    margin-top: 10px;
  }
  .sockets-edit.sockets .sockets-header-edit .socket-number {
    margin-top: 10px;
  }
  .sockets-edit.sockets .sockets-header-edit .socket-control {
    display: block;
    margin-top: 10px;
  }
  .sockets-edit.sockets .sockets-header {
    display: block;
    margin-top: 1rem;
  }
  .sockets-edit.sockets .sockets-header .socket-properties {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem;
    text-align: center;
  }
  .sockets-edit.sockets .sockets-header .socket-properties .socket-number {
    display: block;
    min-width: 60px;
    background-color: inherit;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .sockets-edit.sockets .sockets-header .socket-properties .socket-name {
    min-width: 200px;
    max-width: 200px;
  }
  .sockets-edit.sockets .sockets-header .socket-properties .socket-power {
    min-width: 100px;
  }
  .sockets-edit.sockets .sockets-header .socket-properties .socket-schedule {
    min-width: 200px;
  }
  .sockets-edit.sockets .sockets-header .socket-properties .socket-control {
    min-width: 200px;
    justify-content: center;
    display: flex;
  }
  .sockets-edit.sockets .sockets-header .socket-properties .socket-button {
    min-width: 100px;
    justify-content: center;
    display: flex;
  }
  .sockets-edit.sockets .socket {
    border: none;
    border-top: 1px solid #d0d1d5;
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .sockets-edit.sockets .socket .socket-properties {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .sockets-edit.sockets .socket .socket-properties .socket-number {
    background-color: inherit;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
    min-width: 60px;
  }
  .sockets-edit.sockets .socket .socket-properties .socket-number .socket-number-label {
    display: none;
  }
  .sockets-edit.sockets .socket .socket-properties .socket-name-command {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .sockets-edit.sockets .socket .socket-properties .socket-name {
    min-width: 200px;
    max-width: 200px;
    margin-bottom: 0;
    font-size: 12px;
  }
  .sockets-edit.sockets .socket .socket-properties .socket-name label {
    display: none;
  }
  .sockets-edit.sockets .socket .socket-properties .socket-power {
    min-width: 50px;
    margin-bottom: 0;
  }
  .sockets-edit.sockets .socket .socket-properties .socket-power label {
    display: none;
  }
  .sockets-edit.sockets .socket .socket-properties .socket-schedule {
    min-width: 200px;
    margin-bottom: 0;
  }
  .sockets-edit.sockets .socket .socket-properties .socket-schedule label {
    display: none;
  }
  .sockets-edit.sockets .socket .socket-properties .socket-control {
    padding: 0;
    margin-bottom: 0;
    width: 50px;
    min-width: 200px;
    display: flex;
    align-items: center;
    font-size: 0;
    justify-content: center;
  }
  .sockets-edit.sockets .socket .socket-properties .socket-control .checkbox {
    margin-bottom: 0;
    margin-top: 0;
  }
  .sockets-edit.sockets .socket .socket-properties .socket-control .checkbox label {
    padding-left: 0;
  }
  .sockets-edit.sockets .socket .socket-properties .socket-button {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.sockets-modal.sockets {
  display: flex;
  flex-direction: column;
}
.sockets-modal.sockets .socket {
  border: none;
  border-top: 1px solid #d0d1d5;
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 1rem;
}
.sockets-modal.sockets .socket .socket-properties {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sockets-modal.sockets .socket .socket-properties .socket-number {
  background-color: inherit;
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0;
  width: 20px;
}
.sockets-modal.sockets .socket .socket-properties .socket-number .socket-number-label {
  display: none;
}
.sockets-modal.sockets .socket .socket-properties .socket-name-command {
  align-items: center;
  display: flex;
  justify-content: center;
}
.sockets-modal.sockets .socket .socket-properties .socket-name {
  min-width: 100px;
  max-width: 200px;
  margin-bottom: 0;
  font-size: 12px;
}
.sockets-modal.sockets .socket .socket-properties .socket-name label {
  display: none;
}
.sockets-modal.sockets .socket .socket-properties .socket-power {
  margin-bottom: 0;
}
.sockets-modal.sockets .socket .socket-properties .socket-power label {
  display: none;
}
.sockets-modal.sockets .socket .socket-properties .socket-schedule {
  margin-bottom: 0;
  width: 50px;
}
.sockets-modal.sockets .socket .socket-properties .socket-schedule label {
  display: none;
}
.sockets-modal.sockets .socket .socket-properties .socket-control {
  padding: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-size: 0;
  justify-content: center;
  width: 50px;
}
.sockets-modal.sockets .socket .socket-properties .socket-control .checkbox {
  margin-bottom: 0;
  margin-top: 0;
}
.sockets-modal.sockets .socket .socket-properties .socket-control .checkbox label {
  padding-left: 0;
}
.sockets-modal.sockets .socket .socket-properties .socket-button {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sockets-modal.sockets .sockets-header {
  display: block;
  margin-top: 1rem;
  font-size: 12px;
}
.sockets-modal.sockets .sockets-header .socket-properties {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sockets-modal.sockets .sockets-header .socket-properties .socket-number {
  background-color: inherit;
  max-width: 100px;
  width: 20px;
}
.sockets-modal.sockets .sockets-header .socket-properties .socket-name {
  max-width: 200px;
}
.sockets-modal.sockets .sockets-header .socket-properties .socket-control {
  justify-content: center;
  display: flex;
  width: 50px;
}
.sockets-modal.sockets .sockets-header .socket-properties .socket-power {
  justify-content: center;
  display: flex;
}
.sockets-modal.sockets .sockets-header .socket-properties .socket-power {
  justify-content: center;
  display: flex;
}
.sockets-modal.sockets .sockets-header .socket-properties .socket-button {
  justify-content: center;
  display: flex;
}

.lockers-edit.lockers .locker {
  border: 1px solid #d0d1d5;
  padding: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.lockers-edit.lockers .lockers-header .locker-number {
  display: none;
}
.lockers-edit.lockers .lockers-header-edit .locker-door {
  display: none;
}
.lockers-edit.lockers .lockers-header-edit .locker-state {
  display: none;
}
.lockers-edit.lockers .lockers-header-edit .locker-userstate {
  display: none;
}
.lockers-edit.lockers .locker-properties .locker-number {
  background-color: lightgray;
  padding: 1rem;
}
@media (min-width: 992px) {
  .lockers-edit.lockers {
    display: flex;
    flex-direction: column;
  }
  .lockers-edit.lockers .lockers-header-edit {
    display: block;
  }
  .lockers-edit.lockers .lockers-header-edit .locker-door {
    display: block;
    min-width: 50px;
    margin-top: 10px;
  }
  .lockers-edit.lockers .lockers-header-edit .locker-number {
    margin-top: 10px;
  }
  .lockers-edit.lockers .lockers-header-edit .locker-state {
    display: block;
    min-width: 50px;
    margin-top: 10px;
  }
  .lockers-edit.lockers .lockers-header-edit .locker-userstate {
    min-width: 50px;
    display: block;
    margin-top: 10px;
  }
  .lockers-edit.lockers .lockers-header-edit .locker-type {
    display: block;
  }
  .lockers-edit.lockers .lockers-header-edit .locker-card {
    display: block;
  }
  .lockers-edit.lockers .lockers-header-edit .locker-group {
    display: block;
  }
  .lockers-edit.lockers .lockers-header {
    display: block;
    margin-top: 1rem;
  }
  .lockers-edit.lockers .lockers-header .locker-properties {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem;
    text-align: center;
  }
  .lockers-edit.lockers .lockers-header .locker-properties .locker-number {
    display: block;
    min-width: 60px;
    background-color: inherit;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .lockers-edit.lockers .lockers-header .locker-properties .locker-name {
    min-width: 200px;
    max-width: 200px;
  }
  .lockers-edit.lockers .lockers-header .locker-properties .locker-type {
    min-width: 200px;
    max-width: 200px;
  }
  .lockers-edit.lockers .lockers-header .locker-properties .locker-group {
    min-width: 200px;
    max-width: 200px;
  }
  .lockers-edit.lockers .lockers-header .locker-properties .locker-card {
    min-width: 200px;
    max-width: 200px;
  }
  .lockers-edit.lockers .lockers-header .locker-properties .locker-rfid {
    min-width: 200px;
  }
  .lockers-edit.lockers .lockers-header .locker-properties .locker-pin {
    min-width: 200px;
  }
  .lockers-edit.lockers .lockers-header .locker-properties .locker-button {
    min-width: 100px;
    justify-content: center;
    display: flex;
  }
  .lockers-edit.lockers .locker {
    border: none;
    border-top: 1px solid #d0d1d5;
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .lockers-edit.lockers .locker .locker-properties {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .lockers-edit.lockers .locker .locker-properties .locker-number {
    background-color: inherit;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
    min-width: 60px;
  }
  .lockers-edit.lockers .locker .locker-properties .locker-number .locker-number-label {
    display: none;
  }
  .lockers-edit.lockers .locker .locker-properties .locker-name-command {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .lockers-edit.lockers .locker .locker-properties .locker-name {
    min-width: 200px;
    max-width: 200px;
    margin-bottom: 0;
    font-size: 12px;
  }
  .lockers-edit.lockers .locker .locker-properties .locker-name label {
    display: none;
  }
  .lockers-edit.lockers .locker .locker-properties .locker-type {
    min-width: 200px;
    max-width: 200px;
    margin-bottom: 0;
    font-size: 12px;
  }
  .lockers-edit.lockers .locker .locker-properties .locker-type label {
    display: none;
  }
  .lockers-edit.lockers .locker .locker-properties .locker-group {
    min-width: 200px;
    max-width: 200px;
    margin-bottom: 0;
    font-size: 12px;
  }
  .lockers-edit.lockers .locker .locker-properties .locker-group .locker-group-label {
    display: none;
  }
  .lockers-edit.lockers .locker .locker-properties .locker-group .locker-user-label {
    display: none;
  }
  .lockers-edit.lockers .locker .locker-properties .locker-card {
    min-width: 200px;
    max-width: 200px;
    margin-bottom: 0;
    font-size: 12px;
  }
  .lockers-edit.lockers .locker .locker-properties .locker-card .locker-card-item .locker-user-label {
    display: none;
  }
  .lockers-edit.lockers .locker .locker-properties .locker-userstate {
    min-width: 50px;
    margin-bottom: 0;
  }
  .lockers-edit.lockers .locker .locker-properties .locker-userstate label {
    display: none;
  }
  .lockers-edit.lockers .locker .locker-properties .locker-door {
    min-width: 50px;
    margin-bottom: 0;
  }
  .lockers-edit.lockers .locker .locker-properties .locker-door label {
    display: none;
  }
  .lockers-edit.lockers .locker .locker-properties .locker-state {
    min-width: 50px;
    margin-bottom: 0;
  }
  .lockers-edit.lockers .locker .locker-properties .locker-state label {
    display: none;
  }
  .lockers-edit.lockers .locker .locker-properties .locker-pin {
    min-width: 200px;
    max-width: 200px;
    margin-bottom: 0;
    font-size: 12px;
  }
  .lockers-edit.lockers .locker .locker-properties .locker-pin label {
    display: none;
  }
  .lockers-edit.lockers .locker .locker-properties .locker-rfid {
    min-width: 200px;
    max-width: 200px;
    margin-bottom: 0;
    font-size: 12px;
  }
  .lockers-edit.lockers .locker .locker-properties .locker-rfid label {
    display: none;
  }
  .lockers-edit.lockers .locker .locker-properties .locker-button {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.checkbox input[type=checkbox]:disabled + label {
  cursor: not-allowed !important;
}

input[type=checkbox][disabled],
input[type=checkbox].disabled {
  display: none;
}

.btn-socket-visibility-hidden {
  visibility: hidden;
}

.btn-locker-visibility-hidden {
  visibility: hidden;
}

.checkbox-socket-header {
  font-weight: 700 !important;
}

.checkbox-locker-header {
  font-weight: 700 !important;
}

.warning-socket-details {
  margin: 20px 0;
}

.socket-properties .form-control[disabled], .socket-properties .form-control[readonly], .socket-properties fieldset[disabled] {
  opacity: 0.65;
}

.locker-properties .form-control[disabled], .socket-properties .form-control[readonly], .socket-properties fieldset[disabled] {
  opacity: 0.65;
}

.leaflet-popup-toolbar li {
  width: 31px;
}
.leaflet-popup-toolbar li:last-child {
  width: 30px;
}

.leaflet-toolbar-tip-container {
  margin-left: 2px;
}

#modalmap .leaflet-top, #modalmaptext .leaflet-top {
  margin-top: 0 !important;
}

.table-lockers {
  width: 100%;
}
.table-lockers th {
  text-align: center;
}
.table-lockers td {
  text-align: center;
}
.table-lockers .text-red {
  color: #A41F35;
  font-weight: bold;
}
.table-lockers .text-green {
  color: #008800;
  font-weight: bold;
}
.table-lockers .text-yellow {
  color: gold;
  font-weight: bold;
}
.table-lockers .dtr-details {
  width: 100%;
}
.table-lockers .dtr-details li {
  display: flex;
}
.table-lockers .dtr-title {
  width: 50%;
  text-align: left;
}
.table-lockers .dtr-data {
  width: 50%;
  text-align: left;
}

.eyeball {
  width: 36px;
  height: 36px;
  cursor: pointer;
  border: none;
  background-image: url("/Content/images/eye.png");
  background-position-y: top;
}
.eyeball.no-eye {
  background-position-y: bottom;
}

.eyeball-wrapper {
  display: flex;
  align-items: center;
}
.eyeball-wrapper .eyeball-label {
  display: block;
}
.eyeball-wrapper .eyeball-value {
  display: none;
}
.eyeball-wrapper.no-eye .eyeball-label {
  display: none;
}
.eyeball-wrapper.no-eye .eyeball-value {
  display: block;
}

.btnUser {
  border: none;
  background: inherit;
  width: 42px;
  height: 36px;
}

/* ZIOXI-6063 */
.popover {
  z-index: 20051;
}

.popover-locker-user .locker-mode-and-name {
  display: flex;
  flex-direction: row;
}
.popover-locker-user .locker-mode-and-name .locker-mode {
  margin-right: 1rem;
}
.popover-locker-user .locker-mode-and-name .locker-mode .fa-user {
  font-size: 16px;
}
.popover-locker-user .locker-mode-and-name .locker-mode .fa-users {
  font-size: 16px;
  display: none;
}
.popover-locker-user .locker-mode-and-name .locker-mode .fa-share-square-o {
  font-size: 16px;
  display: none;
}
.popover-locker-user .locker-mode-and-name .popover-locker-header .popover-locker-firstlastname {
  color: #1CBECA;
  font-weight: 700;
  font-size: 1.5rem;
  width: 215px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popover-locker-user .locker-mode-and-name .popover-locker-header .popover-locker-email-address {
  margin-top: 5px;
  color: gray;
  font-size: 1.25rem;
  width: 215px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popover-locker-user .locker-mode-and-name .popover-locker-header .popover-locker-card {
  margin-top: 5px;
  display: flex;
}
.popover-locker-user .locker-mode-and-name .popover-locker-header .popover-locker-card .fa-id-card-o {
  font-size: 2rem;
  margin-right: 1rem;
}
.popover-locker-user .locker-mode-and-name .popover-locker-header .popover-locker-card .popover-locker-toggle span:nth-child(1) {
  display: block;
}
.popover-locker-user .locker-mode-and-name .popover-locker-header .popover-locker-card .popover-locker-toggle span:nth-child(2) {
  display: none;
}
.popover-locker-user .locker-mode-and-name .popover-locker-header .popover-locker-card .popover-locker-toggle.popover-locker-toggled span:nth-child(1) {
  display: none;
}
.popover-locker-user .locker-mode-and-name .popover-locker-header .popover-locker-card .popover-locker-toggle.popover-locker-toggled span:nth-child(2) {
  display: block;
}
.popover-locker-user .popover-locker-rfid {
  display: flex;
  align-items: center;
  color: gray;
}
.popover-locker-user .popover-locker-rfid .popover-locker-rfid-icon {
  display: block;
  color: black;
  margin-right: 0.5rem;
}
.popover-locker-user .popover-locker-rfid .popover-locker-rfid-label {
  display: block;
}
.popover-locker-user .popover-locker-rfid .popover-locker-rfid-value {
  display: none;
}
.popover-locker-user .popover-locker-rfid.no-eye .popover-locker-rfid-label {
  display: none;
}
.popover-locker-user .popover-locker-rfid.no-eye .popover-locker-rfid-value {
  display: block;
}
.popover-locker-user .popover-locker-pin {
  display: flex;
  align-items: center;
  color: gray;
}
.popover-locker-user .popover-locker-pin .popover-locker-pin-icon {
  display: block;
  color: black;
  margin-right: 0.5rem;
}
.popover-locker-user .popover-locker-pin .popover-locker-pin-label {
  display: block;
}
.popover-locker-user .popover-locker-pin .popover-locker-pin-value {
  display: none;
  white-space: nowrap;
}
.popover-locker-user .popover-locker-pin.no-eye .popover-locker-pin-label {
  display: none;
}
.popover-locker-user .popover-locker-pin.no-eye .popover-locker-pin-value {
  display: block;
}
.popover-locker-user .d-table.tableUser {
  border-spacing: 4px;
}
.popover-locker-user .d-table.tableUser .d-table-row.buttons {
  margin-top: 10px;
}
.popover-locker-user .d-table.tableUser .d-table-cell {
  vertical-align: top;
}
.popover-locker-user .d-table.tableUser .d-table-cell .locker-no {
  margin-top: 10px;
  color: gray;
  font-size: 12px;
}
.popover-locker-user .d-table.tableUser .d-table-cell .locker-no b {
  color: #1CBECA;
  font-size: 14px;
}
.popover-locker-user .d-table.tableUser .d-table-cell .lastuse {
  margin-top: 10px;
  color: gray;
  font-size: 12px;
}
.popover-locker-user .d-table.tableUser .d-table-cell.avatar {
  vertical-align: middle;
  text-align: center;
}
.popover-locker-user .d-table.tableUser .d-table-cell.avatar img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
.popover-locker-user .d-table.tableUser .d-table-cell a.btn-primary {
  width: 110px;
  border: 2px solid #1CBECA;
}
.popover-locker-user .d-table.tableUser .d-table-cell a.btn-primary-nofill {
  width: 110px;
  border: 2px solid #1CBECA;
  background-color: rgba(255, 255, 255, 0.9);
  color: #1CBECA;
}

.lock-icon .bootstrap-switch-handle-on {
  color: #1CBECA !important;
  position: relative;
}
.lock-icon .bootstrap-switch-handle-on:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/Content/images/lock.png");
  background-position-y: top;
  position: absolute;
  top: 2px;
  left: 12px;
}
.lock-icon .bootstrap-switch-handle-off {
  color: #eee !important;
  position: relative;
}
.lock-icon .bootstrap-switch-handle-off:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/Content/images/lock.png");
  background-position-y: bottom;
  position: absolute;
  top: 2px;
  left: 12px;
}

.d-table {
  display: table;
}
.d-table .d-table-row {
  display: table-row;
}
.d-table .d-table-row .d-table-cell {
  display: table-cell;
  padding: 0.25rem;
}
.d-table .d-table-row .d-table-header {
  display: table-cell;
  padding: 0.25rem;
  font-weight: bold;
}

.locker-card-item .select2-container {
  margin-bottom: 1rem;
}

.leaflet-control-attribution {
  display: none;
}

.leaflet-bottom img {
  display: none;
}

@media (max-width: 992px) {
  .locker-group .locker-lg-user-label {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .socket-command-list {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}
.shrinking-text-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#formUserSearch #buttonUserSearch:focus {
  border: 1px solid #ccc;
}
#formUserSearch .list-group {
  border: 1px solid #ccc;
}
#formUserSearch .list-group.error {
  display: none !important;
}
#formUserSearch .list-group-item-action:hover {
  background-color: #dee2e6;
  border-color: #dee2e6;
}
#formUserSearch .list-group-item-action.active {
  color: #ffffff;
}
#formUserSearch .list-group-item-action.active small {
  color: #ffffff;
}
#formUserSearch .list-group-item-action.active:hover {
  color: #555;
}
#formUserSearch .list-group-item-action.active:hover small {
  color: #555;
}

.swipe-bottom-buttons {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

.shelf-grid {
  margin-top: 5px;
  display: grid;
  column-gap: 2px;
  row-gap: 2px;
  grid-template: repeat(16, 1fr)/repeat(2, 1fr);
  grid-auto-flow: column;
  overflow-y: auto;
  width: 100%;
}

.shelf-grid.down {
  grid-auto-flow: column;
}

.shelf-grid.across {
  grid-auto-flow: row;
}

.shelf-cell-button {
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 3px 0 2px 4px;
  line-height: 1;
}

.disabled-shelf .shelf-cell-button {
  background-color: #D3D3D3;
  color: #ffffff;
  cursor: default;
  pointer-events: none;
}

.grid-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.device-wrapper {
  float: none !important;
  display: flex;
}

.swipe-wrapper {
  display: flex;
  flex-direction: row;
  overflow-y: auto;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -5px;
  margin-bottom: -10px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  height: 400px;
  flex-grow: 1;
  overflow-x: hidden;
}

.grid-wrapper.disable-swipe-wrapper-grow .swipe-wrapper {
  flex-grow: 0;
}

#grid_wrapper_devices_state.force-auto-heights .swipe-wrapper {
  min-height: auto !important;
}

.swipe-item {
  display: flex;
  width: 100%;
  flex-shrink: 0;
  padding-left: 10px;
  padding-right: 10px;
  flex-direction: column;
  scroll-snap-align: start;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}

.swipe-item:first-child .swipe-left {
  visibility: hidden;
}

.swipe-item:last-child .swipe-right {
  visibility: hidden;
}

.swipe-locker {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}

.swipe-locker .d-table-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.swipe-locker .d-table-row .d-table-cell {
  flex: 1 1 0px;
}

.swipe-title {
  background-color: #f0f0f0;
  padding: 5px 10px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin: 0 -10px 5px -10px;
}

.swipe-left,
.swipe-right {
  border: 0;
  padding: 0;
  border: none;
  color: #808080;
}

.swipe-avatar-wrapper {
  position: relative;
  border-radius: 50%;
  width: 96px;
  height: 96px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  /*    .swipe-avatar.blocked::after {
      content: "🛇";
      color: #A41F35;
      position: absolute;
      display: block;
      top: -12px;
      left: 0;
      font-size: 9rem;
      width: 100%;
      height: 100%;
  }*/
}
.swipe-avatar-wrapper .swipe-avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.swipe-avatar-wrapper .swipe-avatar img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.swipe-avatar-wrapper .swipe-avatar.in-use img {
  border: 5px solid #A41F35;
}
.swipe-avatar-wrapper .swipe-avatar + .swipe-avatar-prohibited {
  display: none;
}
.swipe-avatar-wrapper .swipe-avatar.blocked + .swipe-avatar-prohibited {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 8px;
  background: #A41F35;
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
}

.swipe-user-name {
  margin-top: 1rem;
  text-align: center;
}

.swipe-last-accessed {
  margin-top: 1rem;
  font-size: 85%;
  text-align: center;
}

.swipe-available {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.swipe-rfid {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.swipe-rfid.eyeball-wrapper .rfid-label {
  display: block;
}
.swipe-rfid.eyeball-wrapper .rfid-value {
  display: none;
}
.swipe-rfid.eyeball-wrapper.no-eye .rfid-label {
  display: none;
}
.swipe-rfid.eyeball-wrapper.no-eye .rfid-value {
  display: block;
}

.swipe-available span {
  margin-left: 1rem;
}

.swipe-grid {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #4e4e4f;
  display: grid;
  column-gap: 2px;
  row-gap: 2px;
  margin: 5px 0 10px 0;
  grid-auto-flow: column;
  flex-grow: 1;
}

.swipe-grid-item {
  background-color: #ffffff;
  transition: background-color 0.6s ease;
  padding-left: 4px;
  line-height: 1;
  height: 100%;
  display: flex;
  align-items: center;
  min-height: 18px;
}

.swipe-grid-shelf {
  background-color: #ececec;
  padding-left: 4px;
  line-height: 1;
  height: 100%;
  display: flex;
  align-items: center;
  min-height: 18px;
}

.swipe-grid-item.available {
  background-color: #92D400;
  color: #ffffff;
}

.swipe-grid-item.curfewed {
  background-color: #1CBECA;
  color: #ffffff;
}

.swipe-grid-item.reserved {
  background-color: #EB7923;
  color: #ffffff;
}

.swipe-grid-item.quarantined {
  background-color: #C3A6CF;
  color: #ffffff;
}

.swipe-grid-item.in-use {
  background-color: #A41F35;
  color: #ffffff;
}

.swipe-grid-item.out-of-service {
  background-color: #5C3F91;
  color: #ffffff;
}

.swipe-grid-item.breached {
  background-color: #D08AC2;
  color: #ffffff;
}

.detail-marker-commands .device-marker-button {
  margin-top: 10px;
}

.detail-marker-commands-locker .device-marker-button {
  margin-top: 10px;
}

#tab_devices_table,
#tab_devices_state {
  scroll-margin-top: 100px;
}

.avatar-wrapper {
  position: relative;
  border-radius: 50%;
  width: 96px;
  height: 96px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.avatar-wrapper .avatar-image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 96px;
  height: 96px;
  background-position: center center;
  border-radius: 50%;
  margin: 0 auto;
  border-width: 7px;
  border-style: solid;
}
.avatar-wrapper .avatar-prohibited {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 8px;
  background: #e74c3c;
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
}

.log-container {
  overflow-wrap: break-word;
  max-width: 400px;
}

.log-div {
  margin-top: 10px;
}

#js-system-logs-table td {
  word-wrap: break-word;
  max-width: 400px;
}

#js-system-logs-table td {
  white-space: inherit;
}

.list-group-item {
  background-color: transparent;
}

.list-group.list-group-root {
  padding: 0;
  overflow: hidden;
}

.list-group.list-group-root .list-group {
  margin-bottom: 0;
}

.list-group.list-group-root .list-group-item {
  border-radius: 0;
  border-width: 1px 0 0 0;
}

.list-group.list-group-root > .list-group-item:first-child {
  border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
  padding-left: 20px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
  padding-left: 30px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group > .list-group-item {
  padding-left: 40px;
}

.list-group-item .glyphicon {
  margin-right: 5px;
}

.nav-tabs-location {
  margin-top: 20px;
}

.nav-tabs-location > li > a:hover, .nav-tabs-location > li > a:focus {
  color: #ffffff;
}

.form-group-location {
  padding-top: 20px;
}

.table-location tr td:nth-child(2) {
  float: right;
}

.table-location tr td {
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

@media screen and (max-width: 639px) {
  .table-location tr td {
    max-width: 350px;
  }
}
@media screen and (max-width: 550px) {
  .table-location tr td {
    max-width: 300px;
  }
}
@media screen and (max-width: 500px) {
  .table-location tr td {
    max-width: 250px;
  }
}
@media screen and (max-width: 450px) {
  .table-location tr td {
    max-width: 200px;
  }
}
@media screen and (max-width: 400px) {
  .table-location tr td {
    max-width: 150px;
  }
}
.no-table-data {
  border: none !important;
  text-align: left;
}

.no-table-data p {
  font-style: italic;
}

/*Organisations/Locations left side bar tree*/
#js-organisation-tree a {
  color: #ffffff;
}

#js-organisation-tree a:hover, #js-organisation-tree a:focus {
  color: white;
}

.root-node a:hover, .root a:focus {
  color: white !important;
}

.organisation-tree-row {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 5px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.organisation-tree-row span {
  float: left;
}

.organisation-tree-row .ellipsis-fix {
  float: inherit !important;
}

.organisation-tree-row a {
  padding-left: 5px;
}

.organisation-tree-row i {
  color: #fff;
  font-size: 18px;
}

.location-detail-form input {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.location-detail-form label {
  text-align: left !important;
}

.img-wrap {
  position: relative;
  float: left;
}

.img-wrap #clear-img {
  position: absolute;
  top: -5px;
  right: 5px;
  z-index: 100;
  cursor: pointer;
  font-size: 22px;
  color: #1CBECA;
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 Museo-300, Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.mobile-app-container {
  /* re-apply default bootstrap styles */
}
.mobile-app-container .col-xs-1, .mobile-app-container .col-sm-1, .mobile-app-container .col-md-1, .mobile-app-container .col-lg-1, .mobile-app-container .col-xs-2, .mobile-app-container .col-sm-2, .mobile-app-container .col-md-2, .mobile-app-container .col-lg-2, .mobile-app-container .col-xs-3, .mobile-app-container .col-sm-3, .mobile-app-container .col-md-3, .mobile-app-container .col-lg-3, .mobile-app-container .col-xs-4, .mobile-app-container .col-sm-4, .mobile-app-container .col-md-4, .mobile-app-container .col-lg-4, .mobile-app-container .col-xs-5, .mobile-app-container .col-sm-5, .mobile-app-container .col-md-5, .mobile-app-container .col-lg-5, .mobile-app-container .col-xs-6, .mobile-app-container .col-sm-6, .mobile-app-container .col-md-6, .mobile-app-container .col-lg-6, .mobile-app-container .col-xs-7, .mobile-app-container .col-sm-7, .mobile-app-container .col-md-7, .mobile-app-container .col-lg-7, .mobile-app-container .col-xs-8, .mobile-app-container .col-sm-8, .mobile-app-container .col-md-8, .mobile-app-container .col-lg-8, .mobile-app-container .col-xs-9, .mobile-app-container .col-sm-9, .mobile-app-container .col-md-9, .mobile-app-container .col-lg-9, .mobile-app-container .col-xs-10, .mobile-app-container .col-sm-10, .mobile-app-container .col-md-10, .mobile-app-container .col-lg-10, .mobile-app-container .col-xs-11, .mobile-app-container .col-sm-11, .mobile-app-container .col-md-11, .mobile-app-container .col-lg-11, .mobile-app-container .col-xs-12, .mobile-app-container .col-sm-12, .mobile-app-container .col-md-12, .mobile-app-container .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}
.mobile-app-container .btn {
  border-width: 2px;
}
.mobile-app-container .leaflet-popup-content {
  width: 100% !important;
}
.mobile-app-container .leaflet-popup-content {
  vertical-align: middle;
  padding: 10px 10px 10px;
}
.mobile-app-container .detail-marker .btn-primary-nofill {
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid #1CBECA;
  color: #1CBECA;
}
.mobile-app-container .detail-marker .device-marker-name {
  color: #1CBECA;
  font-weight: 700;
  font-size: 11pt;
}
.mobile-app-container .detail-marker .device-marker-location {
  color: #1CBECA;
}
.mobile-app-container .detail-marker .device-marker-image {
  background-size: contain;
  background-position: center center;
  min-height: 140px;
  height: 100%;
  background-repeat: no-repeat;
}
.mobile-app-container .detail-marker .device-marker-variable {
  align-items: center;
}
.mobile-app-container .detail-marker .device-marker-variable-position-two {
  text-align: left;
}
.mobile-app-container .detail-marker .device-marker-variable-position-two .superscript {
  font-size: 8px;
  right: -2px;
}
.mobile-app-container .detail-marker .device-marker-variable-position-one {
  text-align: right;
}
.mobile-app-container .detail-marker .device-marker-variable-position-one .superscript {
  font-size: 8px;
  right: -2px;
}
.mobile-app-container .detail-marker .device-marker-variable-no-icon {
  color: gray;
}
.mobile-app-container .detail-marker .device-marker-variable-no-icon > div > div {
  padding: 0;
  color: gray;
  font-size: 1.1rem;
  font-weight: 600;
  display: block;
}
.mobile-app-container .detail-marker .device-marker-variable-no-icon-inline > div > div {
  padding: 0;
  color: gray;
  font-size: 1.1rem;
  font-weight: 600;
}
.mobile-app-container .detail-marker .device-marker-variable-no-icon > div > div:last-child {
  font-weight: 400;
}
.mobile-app-container .detail-marker .device-marker-variable-no-icon-inline > div > div:last-child {
  font-weight: 400;
}
.mobile-app-container .detail-marker .device-marker-variable > div > span {
  font-size: 1.4rem;
  font-weight: 600;
}
.mobile-app-container .detail-marker .device-marker-connectivity {
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  font-size: 1.5rem;
}
.mobile-app-container .detail-marker .device-marker-connectivity > img {
  width: 20px;
  height: 20px;
}
.mobile-app-container .detail-marker .device-marker-button {
  margin-top: 10px;
}
.mobile-app-container .detail-marker > .row {
  display: flex;
}
.mobile-app-container .detail-marker {
  width: 281px;
  /* ZIOXI-4934
  @media (min-width: 375px) {
      width: 336px;
  }

  @media (min-width: 414px) {
      width: 375px;
  }
  */
}
.mobile-app-container .detail-marker .device-marker-last-used > label {
  display: inline-block;
}
.mobile-app-container .arrow-down {
  margin: 0 0 15px 0;
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  left: calc(50% - 20px);
}

.filter-alt-black .flexbox-aside {
  background-color: #121212;
}

.red-label-marker {
  color: #A41F35 !important;
  font-weight: bold !important;
}

.aside.map-body.zoom-22 .leaflet-marker-icon.map-marker-image {
  border-width: 8px;
}

.aside.map-body.zoom-23 .leaflet-marker-icon.map-marker-image {
  border-width: 8px;
}

.aside.map-body.zoom-24 .leaflet-marker-icon.map-marker-image {
  border-width: 12px;
}

.leaflet-marker-icon.map-marker-image.active {
  z-index: 9999 !important;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px #613d7c;
}

.leaflet-marker-icon.map-marker-image.selected.active {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px #613d7c, 0 0 7px 9px #1CBECA;
}

.aside.map-body.zoom-18 .leaflet-marker-icon.map-marker-image.active,
.aside.map-body.zoom-19 .leaflet-marker-icon.map-marker-image.active,
.aside.map-body.zoom-20 .leaflet-marker-icon.map-marker-image.active,
.aside.map-body.zoom-21 .leaflet-marker-icon.map-marker-image.active {
  z-index: 9999 !important;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px #613d7c;
}
.aside.map-body.zoom-18 .leaflet-marker-icon.map-marker-image.selected.active,
.aside.map-body.zoom-19 .leaflet-marker-icon.map-marker-image.selected.active,
.aside.map-body.zoom-20 .leaflet-marker-icon.map-marker-image.selected.active,
.aside.map-body.zoom-21 .leaflet-marker-icon.map-marker-image.selected.active {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px #613d7c, 0 0 7px 9px #1CBECA;
}

.aside.map-body.zoom-22 .leaflet-marker-icon.map-marker-image.active,
.aside.map-body.zoom-23 .leaflet-marker-icon.map-marker-image.active,
.aside.map-body.zoom-24 .leaflet-marker-icon.map-marker-image.active {
  z-index: 9999 !important;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 7px #613d7c;
}
.aside.map-body.zoom-22 .leaflet-marker-icon.map-marker-image.selected.active,
.aside.map-body.zoom-23 .leaflet-marker-icon.map-marker-image.selected.active,
.aside.map-body.zoom-24 .leaflet-marker-icon.map-marker-image.selected.active {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 7px #613d7c, 0 0 7px 11px #1CBECA;
}

.modal-dialog.modal-xl {
  width: calc(100vw - 60px) !important;
}

@media (min-width: 768px) {
  .modal-dialog {
    margin-bottom: 40px;
  }
}
.modal {
  scrollbar-gutter: stable;
}

@media (min-width: 576px) {
  .modal-sm {
    width: 380px !important;
    margin: 1.75rem auto;
  }
}
/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 220px;
}

#sidebar-wrapper {
  z-index: 20004;
  left: 220px;
  width: 0;
  height: 100%;
  margin-left: -220px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #1a1a1a;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
  width: 220px;
}

*#page-content-wrapper {
  width: 100vw;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/*#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}*/
/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  position: relative;
  line-height: 20px;
  display: inline-block;
  width: 100%;
}

.sidebar-nav li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 3px;
  background-color: #1c1c1c;
  -webkit-transition: width 0.2s ease-in;
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}

.sidebar-nav li:first-child a {
  color: #fff;
  background-color: #1CBECA;
}

.sidebar-nav li:nth-child(2):before {
  background-color: #1CBECA;
}

.sidebar-nav li:nth-child(3):before {
  background-color: #1CBECA;
}

.sidebar-nav li:nth-child(4):before {
  background-color: #1CBECA;
}

.sidebar-nav li:nth-child(5):before {
  background-color: #1CBECA;
}

.sidebar-nav li:nth-child(6):before {
  background-color: #1CBECA;
}

.sidebar-nav li:nth-child(7):before {
  background-color: #1CBECA;
}

.sidebar-nav li:nth-child(8):before {
  background-color: #1CBECA;
}

.sidebar-nav li:nth-child(9):before {
  background-color: #1CBECA;
}

.sidebar-nav li:nth-child(10):before {
  background-color: #1CBECA;
}

.sidebar-nav li:nth-child(11):before {
  background-color: #1CBECA;
}

.sidebar-nav li:nth-child(12):before {
  background-color: #1CBECA;
}

.sidebar-nav li:nth-child(13):before {
  background-color: #1CBECA;
}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
  width: 100%;
  -webkit-transition: width 0.2s ease-in;
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}

.sidebar-nav li a {
  display: block;
  color: #ddd;
  text-decoration: none;
  padding: 10px 15px 10px 30px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 20px;
  line-height: 44px;
}

.sidebar-nav .dropdown-menu {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  background-color: #222;
  box-shadow: none;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
  position: absolute;
  top: 15px;
  z-index: 20004;
  display: block;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  background: transparent;
  border: none;
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}

.hamburger.is-closed:before {
  content: "";
  display: block;
  width: 100px;
  font-size: 12px;
  color: #fff;
  line-height: 25px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #1a1a1a;
}

.hamburger.is-closed .hamb-top {
  top: 1px;
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -4px;
}

.hamburger.is-closed .hamb-bottom {
  bottom: 5px;
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;
}

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}

.hamburger.is-open .hamb-middle {
  display: none;
}

.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}

/*
.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 12px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}
*/
/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(250, 250, 250, 0.8);
  z-index: 20003;
}

#page-content-wrapper > nav > div {
  padding-left: 60px;
}
@media screen and (max-width: 899px) {
  #page-content-wrapper > nav > div {
    height: 60px;
  }
}

.nav > li > a:focus, .nav > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
  background-color: #1CBECA;
  color: white;
}

html {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}

body.is-open .dropdown-menu {
  min-width: 220px;
  background-color: #1a1a1a;
}
body.is-open .dropdown-menu li > a {
  color: white;
  padding-left: 30px;
  padding-right: 5px;
}

.sidebar-nav li a span.caret {
  float: right;
  margin-top: 8px;
}

.navbar-brand > img {
  max-width: 150px;
}

@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
}
@media (min-width: 900px) {
  .navbar-collapse.collapse {
    padding-left: 250px;
    display: block !important;
  }
  .navbar-brand > img {
    max-width: 200px;
  }
}
nav {
  position: relative;
}

#topnav {
  border-top: none;
  border-bottom: 1px solid black;
  z-index: 2;
  background-color: #ffffff;
}

.nav-environment {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #A41F35;
  color: #efeae1;
  text-align: center;
  text-transform: uppercase;
  position: fixed;
  width: 100%;
  z-index: 10000;
  cursor: pointer;
  min-height: 0;
}

.panel-default > .panel-heading {
  border: #dddddd solid 1px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-left: #dddddd solid 1px;
  border-right: #dddddd solid 1px;
  border-bottom: #dddddd solid 1px;
}

.panel-group .panel + .panel {
  margin: 0;
}

.weekDays-selector input {
  display: none !important;
}

.day-checkbox {
  display: inline-block;
  border-radius: 0px;
  background: #dddddd;
  height: 40px;
  width: 100px;
  margin-right: 3px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.day-checkbox-checked {
  background: #1CBECA;
  color: #ffffff;
}

.glyphicon.glyphicon-plus {
  background-color: #1CBECA;
  width: 20px;
  position: relative;
  cursor: pointer;
  width: 20px;
  font-size: 10px;
  font-weight: lighter;
  color: white;
  border: 2px solid white;
  border-radius: 20px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  line-height: 20px;
}

.glyphicon.glyphicon-minus {
  background-color: #EB7923;
  height: 20px;
  position: relative;
  cursor: pointer;
  width: 20px;
  font-size: 10px;
  font-weight: lighter;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  line-height: 20px;
}

.condition-result {
  border: #dddddd solid 2px;
  padding: 10px;
  margin: 10px 0px;
}

.cta-fixed-width75 {
  width: 75px;
}

.fixed-width100 {
  width: 100px;
}

.fixed-width140 {
  width: 140px;
}

.condition-type {
  border: #dddddd solid 2px;
  padding: 10px;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .desktopAlignRight {
    text-align: right;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .desktopAlignRight {
    text-align: left;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .mobileSelectBox {
    width: 100% !important;
  }
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: none;
  overflow-y: auto;
}

#collapseOne .bootstrap-switch:nth-child(2) {
  display: block;
}

.hidetab {
  display: none;
}

.rule-article {
  /* ZIOXI-4071 */
  /* required for clock popups */
  overflow-y: visible !important;
}
.rule-article .panel-default {
  margin-bottom: -1px !important;
}
.rule-article .panel-default .panel-body {
  margin-top: -1px;
}

.step {
  display: flex;
}
.step span:nth-child(2) {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  margin: 0 10px;
}
.step span:nth-child(3) {
  margin-left: auto;
  height: 20px;
}
.step .step-number-icon {
  color: #1CBECA;
}

li.sidebar-collapsed-hidden {
  padding-left: 20px;
}

.selectable .ui-state-default {
  cursor: pointer;
  /*background-color: white;*/
  color: white;
}

.selectable .ui-selecting {
  background: none;
  background-color: #1CBECA;
  color: white;
}

.selectable .ui-unselecting:not(.ui-selecting) {
  background: none;
  background-color: white !important;
  color: white;
}

.selectable .ui-selectee {
  position: relative;
}

.selectable li {
  border: none;
}

.selectable .ui-selected {
  background: none;
  background-color: #1CBECA;
  color: white;
}

.selectable {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.selectable-wrapper {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

.selectable li {
  border-left: 1px solid #aaa;
  border-top: 1px solid #aaa;
  float: left;
  width: 1.81%;
  height: 2em;
  text-align: center;
  line-height: 2em;
  font-size: 0.8em;
}

.selectable li.ui-label-time {
  width: 14.5%;
  padding-left: 2px;
  text-align: left;
}

.selectable li.ui-label-day {
  width: 13%;
}

.ui-selectable-helper {
  display: none;
}

.clear {
  clear: both;
}

.datepicker[readonly] {
  background-color: White !important;
}

.datepicker-bottom[readonly] {
  background-color: White !important;
}

@media screen and (max-width: 600px) {
  li.ui-label-day:before {
    content: attr(data-short-date);
    float: left;
    text-indent: 0;
  }
  li.ui-label-day {
    text-indent: -9999px;
  }
}
/* Send bulk schedules commands  */
#table-send-schedule-list thead .sorting:after, #table-send-schedule-list thead .sorting_asc:after, #table-send-schedule-list thead .sorting_desc:after, #table-send-schedule-list thead .sorting_asc_disabled:after, #table-send-schedule-list thead .sorting_desc_disabled:after {
  display: none;
}

#table-send-schedule-list thead .sorting, #table-send-schedule-list thead .sorting_asc, #table-send-schedule-list thead .sorting_desc, #table-send-schedule-list thead .sorting_asc_disabled, #table-send-schedule-list thead .sorting_desc_disabled {
  cursor: default;
}

/* Schedule list css for mobile  */
@media screen and (max-width: 400px) {
  #schedulesTable td.child ul li {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.schedule-list-td {
  padding-right: 30px !important;
  text-align: center;
}

.green-charge {
  color: #49773B;
  font-weight: bold;
}

.default-schedule {
  color: #1CBECA;
  font-weight: normal;
}

#schedulesTable td {
  word-break: break-all;
}

aside {
  display: none;
}

body.aside aside {
  display: block;
}

.sidebar {
  background-color: #425563;
  bottom: 0;
  color: #444;
  left: 0;
  top: 60px;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  width: 280px;
  z-index: 1001;
}

.sidebar a {
  color: black;
}

.sidebar a:hover, .sidebar a:focus {
  color: black;
}

.sidebar-toggle {
  cursor: pointer;
}

body.sidebar-collapsed .sidebar {
  width: 50px;
}

body .sidebar-toggle .fa-arrow-left {
  display: block;
  padding-left: 210px;
}

body .sidebar-toggle .fa-arrow-right {
  display: none;
}

body.sidebar-collapsed .sidebar-toggle .fa-arrow-left {
  display: none;
}

body.sidebar-collapsed .sidebar-toggle .fa-arrow-right {
  display: block;
}

body .navbar-brand {
  max-width: 200px;
  padding-left: 2px;
  padding-top: 10px;
  padding-bottom: 0px;
}

@media (min-width: 900px) {
  body .navbar-brand {
    padding-top: 5px;
  }
}
body .logo-collapsed {
  display: none;
  float: left;
}

@media (min-width: 875px) {
  .logo-expanded {
    display: block;
  }
}
@media (min-width: 875px) {
  body.sidebar-collapsed .logo-expanded {
    display: block;
  }
}
body.sidebar-collapsed .sidebar-collapsed-hidden {
  display: none;
}

.hamburger-menu {
  width: 50px;
}

.sink {
  overflow-x: hidden;
}

.support-article {
  padding-top: 0;
}
.support-article .hero {
  background-color: darkorange;
  text-align: center;
}
.support-article .hero h2 {
  color: #fff;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.support-article .hero h4 {
  color: #fff;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.support-article .hero input {
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 480px;
  margin: 0 auto;
}
.support-article pre, .support-article .pre {
  background-color: #5c3f91;
  color: white;
  border-color: #46166b;
  margin: 20px 0px;
  font-family: Poppins, Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 20px;
  padding: 15px;
  overflow: hidden;
  word-break: break-word;
}
.support-article code, .support-article .code {
  font-family: Poppins, Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  white-space: pre-wrap;
}
.support-article h1 {
  font-family: Poppins, Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  font-weight: 800;
}
.support-article h2 {
  font-family: Poppins, Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 25px;
  font-weight: 800;
  color: #1CBECA;
}
.support-article h3 {
  font-family: Poppins, Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2em;
}
.support-article h4 {
  font-family: Poppins, Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
}
.support-article p {
  font-family: Museo-300;
  font-size: 16px;
  font-weight: 400;
  color: #8c8c8c;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.support-article strong {
  font-weight: bold;
  color: #8c8c8c;
}
.support-article strong a {
  color: #8c8c8c;
}
.support-article h3.category-title {
  padding-bottom: 1rem;
  border-bottom: 2px solid #1CBECA;
}
.support-article .support-back {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.support-article .support-section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.support-article table {
  border: 1px solid #8c8c8c;
  color: black;
  width: 100%;
}
.support-article th, .support-article td {
  border: 1px solid #8c8c8c;
  padding: 8px;
}
.support-article thead {
  background-color: #1CBECA;
  color: white;
}
.support-article th {
  padding: 5px;
}
.support-article tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
  color: black;
}

/* ── Trigger button ─────────────────────────────────────────── */
.support-chat-trigger {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1050;
  border-radius: 28px;
  padding: 12px 20px;
  background: linear-gradient(135deg, #1CBECA 0%, #0fa3b1 100%);
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 14px rgba(28, 190, 202, 0.45);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.support-chat-trigger:hover, .support-chat-trigger:focus {
  background: linear-gradient(135deg, #17aebb 0%, #0d939f 100%);
  box-shadow: 0 6px 18px rgba(28, 190, 202, 0.55);
  transform: translateY(-1px);
  color: #fff;
}

/* ── Panel ──────────────────────────────────────────────────── */
.support-chat-panel {
  position: fixed;
  bottom: 82px;
  right: 24px;
  width: 370px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18), 0 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 1049;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: chat-slide-up 0.2s ease;
}

@keyframes chat-slide-up {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ── Header ─────────────────────────────────────────────────── */
.support-chat-header {
  background: linear-gradient(135deg, #1CBECA 0%, #0fa3b1 100%);
  color: #fff;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.support-chat-header-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.support-chat-avatar {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.support-chat-header-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}

.support-chat-header-subtitle {
  font-size: 11px;
  opacity: 0.85;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 1px;
}

.support-chat-status-dot {
  width: 6px;
  height: 6px;
  background: #a8ffb0;
  border-radius: 50%;
  display: inline-block;
}

.support-chat-close {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  padding: 4px 7px;
  border-radius: 6px;
  transition: background 0.15s ease;
}
.support-chat-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* ── Messages area ──────────────────────────────────────────── */
.support-chat-messages {
  overflow-y: auto;
  padding: 14px 12px;
  min-height: 220px;
  max-height: 320px;
  background: #f7f9fb;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.support-chat-messages::-webkit-scrollbar {
  width: 4px;
}
.support-chat-messages::-webkit-scrollbar-thumb {
  background: #d0d6dd;
  border-radius: 4px;
}

/* ── Message row ────────────────────────────────────────────── */
.support-chat-row {
  display: flex;
  align-items: flex-end;
  gap: 7px;
}
.support-chat-row.user {
  flex-direction: row-reverse;
}
.support-chat-row.assistant .support-chat-row-avatar {
  background: linear-gradient(135deg, #1CBECA 0%, #0fa3b1 100%);
  color: #fff;
}
.support-chat-row.user .support-chat-row-avatar {
  background: #dde4ef;
  color: #5a6a85;
}
.support-chat-row.user .support-chat-message {
  background: linear-gradient(135deg, #1CBECA 0%, #0fa3b1 100%);
  color: #fff;
  border-bottom-right-radius: 4px;
}
.support-chat-row.assistant .support-chat-message {
  background: #fff;
  color: #2d3748;
  border-bottom-left-radius: 4px;
  border: 1px solid #e8edf3;
}
.support-chat-row.assistant .support-chat-message p,
.support-chat-row.assistant .support-chat-message ol,
.support-chat-row.assistant .support-chat-message ul {
  color: #000000;
  margin: 0 0 6px 0;
}
.support-chat-row.assistant .support-chat-message p:last-child,
.support-chat-row.assistant .support-chat-message ol:last-child,
.support-chat-row.assistant .support-chat-message ul:last-child {
  color: #000000;
  margin-bottom: 0;
}
.support-chat-row.assistant .support-chat-message li p {
  margin: 0;
}
.support-chat-row.assistant .support-chat-message ol,
.support-chat-row.assistant .support-chat-message ul {
  padding-left: 18px;
}

.support-chat-row-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}

.support-chat-message {
  max-width: 80%;
  padding: 9px 12px;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.55;
  word-wrap: break-word;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
}

/* ── Typing indicator ───────────────────────────────────────── */
.support-chat-typing .support-chat-message {
  padding: 11px 14px;
}

.typing-dots {
  display: flex;
  gap: 4px;
  align-items: center;
  height: 16px;
}
.typing-dots span {
  width: 7px;
  height: 7px;
  background: #b0bec5;
  border-radius: 50%;
  animation: typing-bounce 1.3s infinite ease-in-out;
}
.typing-dots span:nth-child(2) {
  animation-delay: 0.18s;
}
.typing-dots span:nth-child(3) {
  animation-delay: 0.36s;
}

@keyframes typing-bounce {
  0%, 60%, 100% {
    transform: translateY(0);
    background: #b0bec5;
  }
  30% {
    transform: translateY(-5px);
    background: #1CBECA;
  }
}
/* ── Footer ─────────────────────────────────────────────────── */
.support-chat-footer {
  display: flex;
  padding: 10px 12px;
  border-top: 1px solid #edf0f5;
  gap: 8px;
  align-items: center;
  background: #fff;
}

.support-chat-input {
  flex: 1;
  border: 1.5px solid #e2e8f0;
  border-radius: 22px;
  padding: 8px 14px;
  font-size: 13px;
  background: #f7f9fb;
  color: #2d3748;
  outline: none;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.support-chat-input:focus {
  border-color: #1CBECA;
  background: #fff;
}

.support-chat-send-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1CBECA 0%, #0fa3b1 100%);
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(28, 190, 202, 0.4);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.support-chat-send-btn:hover:not(:disabled) {
  transform: scale(1.08);
  box-shadow: 0 4px 10px rgba(28, 190, 202, 0.5);
}
.support-chat-send-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.support-chat-branding {
  text-align: center;
  font-size: 10px;
  color: #b0bec5;
  padding: 4px 0 6px;
  background: #fff;
}

@font-face {
  font-family: "Museo-300";
  src: url("/fonts/museosans_300-webfont_2-webfont.woff") format("woff");
}
/* zioxi colours */
.red {
  background-color: #A41F35 !important;
}

.white {
  background-color: white !important;
}

.green {
  background-color: #92D400 !important;
}

.green {
  background-color: #92D400 !important;
}

.lightgreen {
  background-color: #dff0d8 !important;
}

.darkgreen {
  background-color: #49773B !important;
}

.blue {
  background-color: #1CBECA !important;
}

.orange {
  background-color: #EB7923 !important;
}

.grey {
  background-color: grey !important;
}

.purple {
  background-color: #5c3f91 !important;
}

.lightgray {
  background-color: lightgray;
}

.lightblue {
  background-color: #DBE8F0 !important;
}

.darkblue {
  background-color: #002BFF !important;
}

.teal {
  background-color: #37A2B2 !important;
}

.lilac {
  background-color: #C3A6CF !important;
}

.yellow {
  background-color: #E7CF1C !important;
}

.mid-purple {
  background-color: #C966CD !important;
}

.pink {
  background-color: #D08AC2 !important;
}

.fa-red {
  color: #A41F35 !important;
}

.fa-green {
  color: #92D400 !important;
}

.fa-blue {
  color: #1CBECA !important;
}

.fa-orange {
  color: #EB7923 !important;
}

.fa-dark-orange {
  color: #E85835 !important;
}

.fa-grey {
  color: #8996A0 !important;
}

.fa-purple {
  color: #5c3f91 !important;
}

.fa-lightblue {
  color: #DBE8F0 !important;
}

.fa-darkblue {
  color: #002BFF !important;
}

.fa-teal {
  color: #37A2B2 !important;
}

.fa-yellow {
  color: #E7CF1C !important;
}

.fa-pink {
  color: #D08AC2 !important;
}

.fa-white {
  color: white !important;
}

body {
  font-family: Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.tooltip {
  font-family: Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.popover {
  font-family: Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-family: Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  /*font-weight: 800;*/
}

h2 {
  font-family: Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  /*font-weight: 800;*/
}

h3 {
  font-family: Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  /*font-weight: 800;
  line-height: 1.2em;*/
}

p {
  font-family: Museo-300;
  font-size: 14px;
  font-weight: 400;
  color: #8c8c8c;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.normal-text {
  font-family: Museo-300;
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: black;
}

p b {
  font-weight: 500;
}

p strong {
  font-weight: 500;
}

.alert p {
  color: inherit;
}

.alert-warning p {
  color: inherit;
}

h4 {
  font-family: Poppins, Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

h5 {
  font-family: Museo-300;
  font-size: 14px;
  font-weight: 400;
  color: #8c8c8c;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a:active {
  background-color: #1CBECA;
  border-color: #22abbb;
}

.text-primary {
  color: #1CBECA;
}

.bg-primary {
  color: #fff;
  background-color: #1CBECA;
}

.btn {
  border-radius: 0;
}

.btn-primary {
  background-color: #1CBECA;
  border-color: #22abbb;
}

.btn-primary:hover {
  background-color: #00AABE;
  border-color: #00AABE;
}

.btn-primary:focus {
  background-color: #1CBECA;
  border-color: #22abbb;
}

.btn-primary:active:hover {
  background-color: #00AABE;
  border-color: #00AABE;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-color: #1CBECA;
  border-color: #22abbb;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  background-color: #00AABE;
  border-color: #00AABE;
}

.btn-primary:active .btn-primary:hover .btn-primary:focus .btn-primary:visited {
  background-color: #00AABE !important;
  border-color: #00AABE;
}

.btn-danger {
  background-color: #A41F35;
}

.btn-danger:focus {
  background-color: #A41F35;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  background-color: #A41F35;
}

.flex-container {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    margin-bottom: inherit;
  }
}
.nav > li > a {
  padding: 10px 10px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #1CBECA;
}

.nav-tabs > li > a {
  border-radius: 0px 0px 0 0;
}

.nav-tabs.nav-justified > li > a {
  border-radius: 0px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #1CBECA;
}

/*.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid transparent;
}*/
@media (min-width: 0) {
  .navbar {
    border-radius: 0px;
  }
}
.input-group-addon {
  border-radius: 0px;
}

.input-group-addon.input-sm {
  border-radius: 0px;
}

.input-group-addon.input-lg {
  border-radius: 0px;
}

.btn-link {
  color: #1CBECA;
}

.dropdown-menu {
  border-radius: 0px;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  border-radius: 0px;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  border-radius: 0px;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 0) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}
/* ADACTUS */
@media (min-width: 875px) {
  .nav-toggle {
    display: none;
  }
}
@media (min-width: 875px) {
  body.sidebar-collapsed .nav-toggle {
    display: none;
  }
}
.navbar-nav > li > a {
  padding-top: 17.5px;
  padding-bottom: 10px;
  line-height: 25px; /* ZIOXI-1637 */
}

.pagination {
  border-radius: 0;
}

.pagination > li > a,
.pagination > li > span {
  color: #1CBECA;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #1CBECA;
  border-color: #1CBECA;
}

.label-primary {
  background-color: #1CBECA;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #1CBECA;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #1CBECA;
  background-color: #ffffff;
}

.progress-bar {
  background-color: #1CBECA;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #1CBECA;
  border-color: #1CBECA;
}

.panel {
  border-radius: 0px;
}

.panel-primary {
  border-color: #1CBECA;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #1CBECA;
  border-color: #1CBECA;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1CBECA;
}

.panel-primary > .panel-heading .badge {
  color: #1CBECA;
  background-color: #ffffff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1CBECA;
}

.well {
  border: inherit;
  border-radius: inherit;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.modal-content {
  border-radius: 0px;
}

.modal-footer {
  border-top: hidden;
}

.table {
  width: 100% !important;
}

html {
  overflow-y: scroll;
  -ms-overflow-style: scrollbar;
}

body {
  background-color: white;
}

img {
  vertical-align: middle;
}

body.modal-open {
  overflow: hidden;
  position: static;
}

.table {
  margin-bottom: 5px;
}

.form-control {
  border-radius: 0;
}

.form-control:focus {
  border-color: #1CBECA;
}

.input-sm {
  border-radius: 0px;
}

#wrapper {
  width: 100%;
  min-width: 320px;
  height: 100%;
}

/* CG 2019-02-19 */
/*
#page-wrapper {
    padding-top: 60px;
    padding-left: 50px;
    min-height: 100%;
    background-color: #fff;
}
*/
/* CG 2019-02-19 */
/*
@media (min-width: 576px) {

    body.aside.sidebar-collapsed #page-wrapper {
        padding-left: 50px;
    }
}
*/
/*.navbar .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-right {
        margin-right: 0;
        position: relative;
        right: 0;
    }

    .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar {
        margin-bottom: 0;
        height: 60px;
    }

    .navbar-header {
        float: none;
        text-align: center;
        min-width: 320px;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }

    .navbar-brand {
        background-color: #FFFFFF;
    }*/
a:focus {
  outline: none;
  outline-offset: 0;
}

/*.navbar-default {
        background-color: #ffffff;
        border-color: #51626F;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background-color: $zioxiblue;
        color: #FFFFFF;
    }

    .nav > li > a:hover, .nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:hover {
        background-color: $zioxiblue;
        color: #FFFFFF;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: $zioxiblue;
        color: #FFFFFF;
    }*/
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #1CBECA;
  color: #FFFFFF;
}

.dropdown-menu > li > span:hover, .dropdown-menu > li > span:focus {
  background-color: #1CBECA;
  color: #FFFFFF;
}

.sidebar .sidebar-nav.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

.sidebar .sidebar-search {
  padding: 15px;
}

.sidebar .arrow {
  float: right;
}

.sidebar .fa.arrow:before {
  content: "\f104";
}

.sidebar .active > a > .fa.arrow:before {
  content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: 0 !important;
}

.sidebar .nav-second-level li a {
  padding-left: 37px;
}

.sidebar .nav-third-level li a {
  padding-left: 52px;
}

.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}

.flot-chart {
  display: block;
  height: 400px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: 0 0;
}

table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}

table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: #323232;
  color: rgba(50, 50, 50, 0.5);
}

table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
  background-color: #1CBECA;
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  background-color: #EB7923;
}

.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}

.show-grid {
  margin: 15px 0;
}

.huge {
  font-size: 40px;
}

.field-validation-error {
  color: red;
}

/* styles for validation helpers */
.field-validation-error {
  color: #b94a48;
}

.field-validation-valid {
  display: none;
}

input.input-validation-error, textarea.input-validation-error {
  border: 1px solid #b94a48;
}

select.input-validation-error {
  border: 1px solid #b94a48;
}

input[type=checkbox].input-validation-error {
  border: 0 none;
}

.validation-summary-errors {
  color: #b94a48;
  margin: 0;
}

.validation-summary-valid {
  display: none;
}

#dropZone {
  background: gray;
  border: black dashed 3px;
  width: 200px;
  padding: 50px;
  text-align: center;
  color: white;
}

.dz-error-message {
  color: red;
}

.profile-image {
  max-height: 200px;
  max-width: 200px;
  padding-bottom: 10px;
}

.mapoverlay-image {
  max-height: 200px;
  max-width: 200px;
  padding-bottom: 10px;
}

.btn-margin {
  margin: 0 5px;
}

.btn-margin-left {
  margin-left: 5px;
}

.btn-margin-right {
  margin-right: 5px;
}

.btn-margin-right-10 {
  margin-right: 10px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

#toTop {
  position: fixed;
  bottom: 2px;
  right: 2px;
  cursor: pointer;
  display: none;
  background-color: #0EAEBD;
}

.spinner {
  display: none;
}

.spinner img {
  height: 100px;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  position: fixed;
  top: 50%;
  width: 100px;
}

.m-all-10 {
  margin: 10px;
}

.dz-error .alert {
  margin-top: 8px;
  margin-bottom: 0;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before {
  background-color: #1CBECA !important;
  position: static;
  margin-right: 0.5em;
  padding: 0 0.25em;
  display: inline;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child {
  padding-left: 8px !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before {
  background-color: #EB7923 !important;
}

.alert-no-bottom-margin .alert, .alert-no-bottom-margin .validation-summary-errors, .alert-no-bottom-margin .validation-summary-errors ul {
  margin-bottom: 0 !important;
}

.alignCellCenter {
  text-align: center;
  vertical-align: middle !important;
}

.verticalAlignCellCenter {
  vertical-align: middle !important;
}

.menuButton {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.panel-details-heading h3 {
  font-size: 15pt;
  line-height: 30px;
}

a {
  color: black;
}

a:hover, a:focus {
  color: black;
}

.list-group-locations a:hover {
  color: #fffff0;
}

/************************************************
Color Pallete for icons and charts.

    #E01040 - Red
    #239BCF - Blue
    #FD7400 - Orange

************************************************/
.fa-red {
  color: #E01040;
}

.fa-green {
  color: #92D400;
}

.fa-yellow {
  color: #FFFF00;
}

.fa-orange {
  color: #FFA02F;
}

.fa-blue {
  color: #239BCF;
}

/* Access Denied styles */
.page-wrapper-access-denied {
  padding-top: 60px;
  min-height: 100%;
  background-color: #fff;
}

.sink-access-denied {
  border: 1px solid #d0d1d5;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 10px;
}

/* File Not Found styles */
.page-wrapper-file-not-found {
  padding-top: 60px;
  min-height: 100%;
  background-color: #fff;
}

.sink-file-not-found {
  border: 1px solid #d0d1d5;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 10px;
}

/************************************************
Custom Spinner for the app.
************************************************/
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 29999;
  /*
  height: 2em;
  width: 2em;
      */
  overflow: visible;
  /*margin: auto;*/
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 50vh auto;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.option.disabled.hide-me {
  display: none !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.success-page {
  margin-left: 10px;
  margin-top: 55px;
}

.supportContent {
  margin-top: 55px;
}

.linkBox {
  width: 100%;
  display: block;
  padding: 0 15px 0 15px;
  color: black;
}

.panel-subheading {
  width: 100%;
  padding: 5px 5px 5px 5px;
  background-color: #f2f2f2;
  border: 1px solid #bec1bd;
}

.sidebar-headings {
  width: 100%;
  font-size: 24px;
  background-color: #BED8E8;
  border-radius: 0;
  margin: 0;
}

.sidebar-headings:hover {
  background-color: #1CBECA;
  color: #FFFFFF;
}

.btn input[type=radio] {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  pointer-events: none;
}

.sidebar-headings-small {
  width: 100%;
  font-size: 24px;
  text-align: center;
  background-color: #BED8E8;
}

.sidebar-headings-small:hover {
  background-color: #1CBECA;
  color: #FFFFFF;
}

.searchForm {
  display: inline;
  width: 50%;
}

/*Used to center text in the error pages*/
.mid h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: black;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 30%;
  left: 50%;
  font-size: 2rem;
  transform: translate(-50%, -50%);
}

.mid h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: black;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 55%;
  left: 50%;
  font-size: 2rem;
  transform: translate(-50%, -50%);
}

label > .sidebar-headings .active {
  background-color: #1CBECA;
  color: #FFFFFF;
}

/*Autocomplete dropdownlist*/
.custom-combobox {
  position: relative;
  display: inline-block;
}

.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
}

.custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
}

.custom-combobox > a {
  background: #eeeeee;
  border: 1px solid #dddddd;
  border-radius: 0px;
}

.ui-tooltip {
  color: whitesmoke;
  border-radius: 0;
}

.ui-state-highlight {
  background: #666666;
  border-radius: 0;
  border: 1px solid #dddddd;
}

.ui-widget-shadow {
  opacity: 1;
}

.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto; /* prevent horizontal scrollbar */
  overflow-x: hidden; /* add padding to account for vertical scrollbar */
  z-index: 1000 !important;
}

/*Center success notification*/
.toast-top-center {
  top: 50%;
  margin: 0 auto;
  left: 50%;
}

.checkbox label::before {
  border-radius: 0 !important;
}

::-moz-selection {
  background: #0EAEBD;
}

::selection {
  background: #0EAEBD;
}

.disable-me {
  pointer-events: none;
  opacity: 0.5;
}

.supportSearchBox {
  width: 50%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .supportInner {
    font-size: 14px;
  }
}
.supportWrapper {
  border: 1px solid #d0d1d5;
  text-align: center;
  background-color: #1CBECA;
  padding: 0;
}

.supportWrapper:hover {
  background-color: #187781;
}

.supportInner {
  color: #ffffff;
  display: block;
  padding: 1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.supportInner:hover {
  color: #ffffff;
  text-decoration: none;
}

.supportSidebarLinks {
  text-align: center;
  color: #ffffff;
  background-color: #1CBECA;
  width: 100%;
  display: block;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #22abbd;
}

.supportSidebarLinks:hover {
  background-color: #187781;
  color: #ffffff;
  text-decoration: none;
}

.supportSidebarLinks:focus {
  color: #ffffff;
  text-decoration: none;
}

.panel {
  background-color: lightgrey;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.panel-body {
  padding: 15px;
  background-color: #ffffff;
  border-top: 1px solid black;
}

.filter-panel-body {
  padding: 15px;
  background-color: #98a4ae;
}

.login-panel-body {
  padding: 15px;
  background-color: #ffffff;
  border-top: 1px solid lightgrey;
}

.filter-panel-heading .panel-heading {
  padding: 10px 15px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.panel-default > .panel-heading {
  color: black;
  background-color: #ffffff;
}

.panel-default > .filter-panel-heading {
  color: black;
  background-color: #dee2e6;
}

.panel-default > .filter-panel-heading + .panel-collapse > .filter-panel-body {
  border-top-color: black;
}

.panel-alt {
  color: black;
  background-color: #768692 !important;
}

.login-panel .panel-title {
  color: black;
}

.panel-title {
  color: black;
}

h2.panel-title {
  font-weight: 600;
}

.removePaddingLeft {
  padding-left: 0px;
}

.pagination > a {
  background-color: #1CBECA;
  border-color: #1CBECA;
}

.pagination > li > a, .pagination > li > span {
  color: #1CBECA;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #1CBECA;
  border-color: #1CBECA;
}

.uppercase {
  text-transform: uppercase;
}

.navbar-right {
  font-size: 25px;
}

.font-size {
  font-size: 22px;
}

.font-size.fa.fa-user-o {
  font-size: 19px;
}

@media (max-width: 630px) {
  .font-size.fa.fa-user-o {
    font-size: 16px;
  }
}
.icon-size {
  height: 35px;
  width: 35px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-15 {
  font-size: 15px;
}

.bold {
  font-weight: bold;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.sink-wrapper {
  float: left;
  width: 33.33%;
}

.sink {
  width: 100%;
  border: 1px solid #d0d1d5;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 10px;
}

.table-border {
  border: 1px solid #d0d1d5;
  border-radius: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
}

.no-border {
  border: 0;
}

.no-border-impt {
  border: 0 !important;
}

.no-shadow {
  box-shadow: none;
}

.grayout {
  opacity: 0.3;
  filter: alpha(opacity=30);
  color: gray !important;
}

.grayout-grid {
  opacity: 0.3;
  filter: alpha(opacity=30);
  color: gray !important;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background-color: #1CBECA;
  outline: 0 transparent;
}

.checkbox-primary input[type=checkbox]:checked + label::before,
.checkbox-primary input[type=radio]:checked + label::after {
  background-color: #1CBECA;
  border-color: lightgrey;
  border-style: solid;
  border-width: 2px;
}

.icon-image-size {
  height: 30px;
  width: 30px;
}

/*Report Icon Styles*/
.report-wrapper {
  width: 100%;
  width: 200px;
  height: 250px;
  float: left;
  padding: 5px;
}

.report-header {
  vertical-align: middle;
  padding: 5px;
  text-align: center;
}

.report-body {
  margin-top: 10px;
  text-align: center;
}

div.report {
  font-size: 14px;
  position: relative;
}

div.report h2 {
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

/*------------------------------*/
/***** Reports Image styles *****/
/*------------------------------*/
/* Common style */
figure {
  position: relative;
  overflow: hidden;
  max-width: 300px;
  max-height: 300px;
  text-align: center;
  cursor: pointer;
}

figure img {
  position: relative;
  display: block;
  max-height: 100%;
  max-width: 100%;
  opacity: 0.8;
  height: auto;
  width: auto;
}

figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
  pointer-events: none;
}

figure figcaption,
figure figcaption > a, figure figcaption > a > i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure figcaption > a, figure figcaption > a > i {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

figure h2 span {
  font-weight: 800;
}

figure h2,
figure p {
  margin: 0;
}

figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

figure.effect-bubba:hover {
  background: #1CBECA;
}

figure.effect-bubba:hover img {
  opacity: 0.4;
  transition: opacity 0.85s;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  transition: opacity 0.85s, transform 0.85s;
}

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1, 0);
}

figure.effect-bubba h2 {
  padding-top: 30%;
  transition: transform 0.85s;
  transform: translate3d(0, -20px, 0);
}

figure.effect-bubba i {
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  transition: opacity 0.85s, transform 0.85s;
  transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p,
figure.effect-bubba:hover i {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/*Profile Picture styles*/
.header-picture {
  float: right;
  display: inline;
  padding-right: 5px;
}

.picture-circular, .picture-circular img {
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.picture-circular img:hover {
  opacity: 0.4;
}

.picture-circular-detail, .picture-circular-detail img {
  border-radius: 40px;
}

.user-details {
  width: 300px;
  text-align: right;
  padding: 10px 10px 20px 10px;
  border-bottom: 1px solid black;
}

.dropdown-picture {
  padding: 2px !important;
  background-color: transparent !important;
}

.login-panel {
  margin-top: 25%;
  border: 1px solid lightgrey;
}

@media (max-width: 425px) {
  .picture-circular, .picture-circular img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
  .dropdown-picture {
    padding-top: 5px !important;
  }
}
@media (max-width: 425px) {
  .fa-fw {
    width: 0.8em;
    text-align: center;
  }
}
/* remove rounding from data table pagination buttons to match site css */
.pagination > li a {
  border-radius: 0px !important;
}

/* ZIOXI-1683 */
.text-align-right {
  text-align: right;
}

/* ZIOXI-1683 */
.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

table.dataTable > tbody > tr.child span.dtr-title {
  min-width: 50px !important;
}

@media (max-width: 375px) {
  table.dataTable > tbody > tr.child span.dtr-title {
    min-width: 0px !important;
  }
}
@media (max-width: 740px) {
  .error-page-text h4, .error-page-text h2 {
    font-size: 2.5vw;
  }
}
@media (min-width: 768px) {
  .modal-dialog:not(.modal-sm) {
    width: 700px;
  }
}
@media (min-width: 868px) {
  .modal-dialog-alert {
    width: 800px;
  }
}
/* fix + size inside the datatable expansion button */
table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
  line-height: 16px !important;
}

.navbar-nav > li > a.menu-li {
  color: black;
  height: 59px;
}

.navbar-nav > li > a.menu-li:hover, .navbar-nav > li > a.menu-li:focus {
  color: white;
}

.navbar-right > li > a {
  height: 59px;
}

.navbar-left > li > a {
  height: 59px;
}

.modal {
  z-index: 20050;
}

/* fix dataTable bug: .control column sortable = false has extra padding right and icon until you click a heading */
table.dataTable thead th.control {
  padding-right: 0 !important;
}

table.dataTable thead .control:after {
  display: none;
}

#mceu_22-body {
  display: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #1CBECA;
}

select option:checked,
select option:hover {
  box-shadow: 0 0 10px 100px #1CBECA inset;
}

.form-control:focus > option:checked {
  background: #1CBECA !important;
}

select:focus > option:checked {
  background: #1CBECA !important;
}

.form-control:focus > option:hover {
  background: #1CBECA !important;
}

.form-control:hover > option:hover {
  background: #1CBECA !important;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #1CBECA;
  border: 1px solid #1CBECA;
  color: #ffffff;
  font-weight: normal;
}

.selectboxit-container {
  display: block;
}

.selectboxit-text {
  float: none;
  right: 30px;
  left: 2px;
  display: inline-block;
  position: absolute;
}

span.selectboxit-arrow-container {
  display: inline-block !important;
}

.selectboxit-text,
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 34px;
  line-height: 32px;
  font-size: 14px;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background: #1CBECA;
}

.selectboxit-container .selectboxit {
  border-radius: 0px;
}

.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled,
.selectboxit.form-control.selectboxit-enabled.selectboxit-btn {
  width: auto !important;
}

.selectboxit-container .selectboxit-options {
  min-width: 100% !important;
  border-radius: 0px;
}

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.selectboxit-option-last {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.input-group-dropdown select,
.input-group-dropdown .selectboxit-container {
  float: left;
  width: 30%;
}

.input-group-dropdown .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  background-position: 0 0;
}

.supportHeader {
  font-size: 14px;
}

.faq-content {
  margin-top: 5px;
}

.btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
  outline-offset: 0;
}

.navbar-default .navbar-nav > li > a:focus {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover {
  background-color: #0EAEBD;
  color: white;
}

.margin-left-5 {
  margin-left: 5px;
}

.icon-width {
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.no-bullet {
  list-style-type: none;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: inline;
}

select#SubLocationId, select#LocationId, select#SubOrganisationID, select#ScheduleId {
  width: 100% !important;
}

/* Factory setup device list css for mobile  */
@media screen and (max-width: 400px) {
  #js-manage-devices-table td.child ul li {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.form-signin {
  max-width: 400px;
}

.panel-title.center img {
  height: auto;
  width: auto;
  max-width: 250px;
  padding-right: 0px;
}

.html-textarea {
  height: 500px;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  outline: transparent;
}

.validation-summary-errors > ul {
  list-style-type: none;
  padding-left: 0px;
}

.ddlUserRole {
  width: 100% !important;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #1CBECA;
  color: black;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: 1px solid #dddddd;
  background-color: #1CBECA;
  color: white;
}

.margin-5 {
  margin: 5px;
}

.nav-tabs > li > a {
  border: 1px solid #dddddd;
}

.tab-content > .active {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid transparent;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.profile .tab-content {
  border-top: 0px solid transparent;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
}

.profile .tab-content > .active {
  border-top: 0px solid transparent;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
}

.chosen-container .chosen-results li.highlighted {
  color: #ffffff;
  background: #1CBECA;
}

.select2-container {
  color: black;
}

.select2-container--bootstrap .select2-selection {
  border-radius: 0px;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #1CBECA;
  color: white;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #1CBECA;
  color: #fff;
}

.select2-container {
  width: 100% !important;
}

.datepicker {
  border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1CBECA;
  color: white;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin-left: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

.d-flex {
  display: flex;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.justify-content-start {
  justify-content: start !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-end {
  justify-content: end !important;
}

.align-items-start {
  align-items: start !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-end {
  align-items: end !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

.no-padding {
  padding: 0;
}

.g-recaptcha {
  margin-left: 7px;
}

.form-control {
  padding: 6px;
}

.bootstrap-switch {
  border-radius: 0px;
}

.bootstrap-switch .bootstrap-switch-handle-on {
  border-radius: 0px;
}

.bootstrap-switch .bootstrap-switch-handle-off {
  border-radius: 0px;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #1CBECA;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #000000;
  background: #eee;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000000;
  background: #eee;
}

.password {
  -webkit-text-security: disc;
}

@media (min-width: 768px) {
  .control-label {
    min-height: 24px !important;
  }
}
.bootstrap-switch .bootstrap-switch-label {
  margin-top: -2px;
  margin-bottom: -2px;
}

.tooltip {
  font-size: 14px;
  z-index: 9999999;
}

.tooltip .tooltip-inner {
  max-width: 250px;
}

.leaflet-marker-icon.map-marker-image {
  border: 3px solid transparent;
}

.leaflet-marker-icon.map-marker-image.selected {
  box-shadow: 0 0 7px 3px #1CBECA;
}

.leaflet-outer-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(181, 226, 140, 0.6);
}

.leaflet-inner-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(110, 204, 57, 0.6);
}

.checkbox input[type=checkbox]:focus + label::before, .checkbox input[type=radio]:focus + label::before {
  outline: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
}

:focus {
  outline: none;
}

/*.leaflet-outer-circle.product-type-9 {
    background-color: rgba(253, 156, 115, 0.6);
}

    .leaflet-outer-circle.product-type-9 .leaflet-inner-circle {
        background-color: rgba(241, 128, 23, 0.6);
    }

.leaflet-outer-circle.product-type-10 {
    background-color: rgba(241, 211, 87, 0.6);
}

    .leaflet-outer-circle.product-type-10 .leaflet-inner-circle {
        background-color: rgba(240, 194, 12, 0.6);
    }*/
@media screen and (min-width: 768px) {
  .equal {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  .button-down {
    position: absolute;
    bottom: 1px;
  }
}
figure {
  margin: 1em 40px;
}

html {
  touch-action: manipulation;
}

@media screen and (max-width: 631px) {
  .report-wrapper {
    width: 100%;
    height: 100%;
  }
  .fa-report-icon {
    font-size: 250px !important;
  }
}
.margin-left-10 {
  margin-left: 10px;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.no-margin {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 767px) {
  .caret-right {
    width: 0;
    height: 0;
    border-top: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid #777777;
  }
}
var {
  font-style: normal;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #92D400;
}

.toast-error {
  background-color: #EB7923;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

a.active-tick:after {
  content: url("/Content/images/greenTick-small.png");
  float: right;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px !important;
  margin-left: -5px !important;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.selectboxit-container .selectboxit-options {
  max-height: 300px;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.lds-spinner {
  position: relative;
}

.lds-spinner div {
  left: 88px;
  top: 44px;
  position: absolute;
  -webkit-animation: lds-spinner linear 1s infinite;
  animation: lds-spinner linear 1s infinite;
  background: #1CBECA;
  width: 24px;
  height: 24px;
  border-radius: 60%;
  -webkit-transform-origin: 12px 56px;
  transform-origin: 12px 56px;
}

.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(108deg);
  transform: rotate(108deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(144deg);
  transform: rotate(144deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(216deg);
  transform: rotate(216deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(252deg);
  transform: rotate(252deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(288deg);
  transform: rotate(288deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(324deg);
  transform: rotate(324deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.lds-spinner {
  width: 65px !important;
  height: 65px !important;
  -webkit-transform: translate(-32.5px, -32.5px) scale(0.325) translate(32.5px, 32.5px);
  transform: translate(-32.5px, -32.5px) scale(0.325) translate(32.5px, 32.5px);
}

.dropdown-menu > li > span {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
  cursor: pointer;
}

.alert {
  padding: 10px;
}

.alert-warning {
  background-color: #5c3f91;
  border-color: #46166B;
  color: #ffffff;
}
.alert-warning .close:focus, .alert-warning .close:hover {
  color: #fff;
  opacity: 1;
}

.alert-warning-orange {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning-orange .close:focus, .alert-warning-orange .close:hover {
  color: #8a6d3b;
  opacity: 1;
}

.alert-warning hr {
  border-top-color: #0b0812;
}

.alert-warning .alert-link {
  color: #0b0812;
}

.modal-header .close {
  color: #fff !important;
}
.modal-header .close:focus, .modal-header .close:hover {
  color: #fff;
  opacity: 1;
}

.modal-content {
  border: none;
}

.fa-report-icon {
  font-size: 120px !important;
}

.no-underline:hover {
  text-decoration: none;
}

.no-underline:focus {
  text-decoration: none;
}

.report a:active {
  background-color: transparent;
}

.d-none {
  display: none;
}

.tooltip-inner {
  background-color: #425563;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #425563;
}

.tooltip.in {
  opacity: 1;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#energy-button {
  cursor: pointer;
}

.popup-widget {
  width: 150px;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.popup-widget-label {
  margin-top: 13%;
}

@media screen and (max-width: 991px) {
  .popup-widget-label {
    margin-top: 23%;
  }
}
img {
  image-rendering: -webkit-optimize-contrast;
}

#userGroupsContainer fieldset .control-label, #userRolesContainer fieldset .control-label {
  visibility: hidden;
}
#userGroupsContainer fieldset:first-child .control-label, #userRolesContainer fieldset:first-child .control-label {
  visibility: initial;
}

.break-word {
  word-break: break-word;
}

.bootstrap-select button.dropdown-toggle:focus {
  outline: none !important;
}

li {
  cursor: pointer;
}

#usageChart table.jqplot-table-legend,
#usageChart table.jqplot-cursor-legend {
  margin-top: 20px !important;
}

#widget_usageChart .canvas-wrapper {
  height: 300px;
}

/***********************************
General widget div styles
************************************/
div.widget {
  font-size: 14px;
  position: relative;
}

div.widget .hide-widget {
  float: right;
  margin-top: -2px;
}

.widget-header {
  border-bottom: 0.8px solid #d0d1d5 !important;
  vertical-align: middle;
  margin: -10px -10px 5px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 10px;
}

div.widget h2 {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin: -10px -10px 5px;
  padding-top: 10px;
  padding-left: 10px;
  text-align: left;
}

div.widget .widget-footer {
  position: absolute;
  bottom: 0;
  left: 0px;
  text-align: center;
  padding: 20px 5px 5px 5px;
}

div.widget .widget-footer button {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

div.widget .checkbox {
  margin: 0;
}

.widget-wrapper, .widget-wrapper-double {
  width: 100%;
  float: left;
  padding: 5px;
  height: auto;
}

.widget-body {
  position: relative;
}

.canvas-wrapper {
  margin-top: 10px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.canvas {
  width: 100%;
  height: 100%;
}

.donut-center {
  text-align: center;
  font-size: 25px;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  z-index: 1;
}

.donut-center-percentage {
  font-size: 25px;
}

@media screen and (max-width: 639px) {
  .canvas-wrapper {
    height: 140px;
  }
  .donut-center {
    top: 55px;
  }
  div.widget {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 640px) {
  .widget-wrapper,
  .widget-wrapper-double {
    width: 100%;
  }
  .canvas-wrapper {
    height: 140px;
  }
}
@media screen and (min-width: 768px) {
  .widget-wrapper {
    width: 50%;
  }
  .canvas-wrapper {
    height: 140px;
  }
}
@media screen and (min-width: 992px) {
  .widget-wrapper {
    width: 33.33%;
  }
  .widget-wrapper-double {
    width: 100%;
  }
  .canvas-wrapper {
    height: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .widget-wrapper {
    width: 25%;
    padding: 5px;
  }
  .widget-wrapper-double {
    width: 75%;
  }
}
@media screen and (min-width: 1600px) {
  .widget-wrapper {
    width: 25%;
    padding: 5px;
  }
  .widget-wrapper-double {
    width: 75%;
  }
}
/***********************
Specific widgets styles
***********************/
/*Power Hub Usage*/
.usageReport {
  padding-bottom: 0 !important;
}
.usageReport .canvas-wrapper {
  height: 140px;
}

/*Battery Levels*/
#widget_batteryLevelCount .canvas-wrapper {
  height: 140px;
}

#widget_batteryLevelCount .button-footer {
  height: 70px;
}

/*Alerts*/
.no-alerts-widget {
  max-height: 100%;
  display: initial;
}

/* make widget box heights consistent before dashboard data is loaded */
.sink.widget {
  height: 250px;
}

div.widget > button {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

@media screen and (max-width: 639px) {
  div.widget button {
    right: 5px;
    bottom: 15px;
  }
  .usageReport .canvas-wrapper {
    height: 200px;
  }
  .usageReport {
    height: 320px !important;
  }
}
@media screen and (max-width: 400px) {
  .usageReport .canvas-wrapper {
    height: 200px;
  }
  .usageReport {
    height: 400px !important;
  }
}
.legend-key {
  font-size: 0.75em;
}

#cardsTable .w-100 {
  width: 100% !important;
}
#cardsTable .w-25 {
  width: 25% !important;
}

@media screen and (min-width: 960px) {
  #cardsTable {
    white-space: nowrap;
  }
}
.m-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#js-cards {
  margin-top: 10px;
}

.warning-icon {
  color: #EB7923;
}

.remove-button-div {
  margin-bottom: 20px;
  margin: 1rem 2rem 2rem 2rem;
  display: flex;
  justify-content: flex-end;
}

.control-label.text-left {
  text-align: left !important;
}

.control-label.text-normal {
  font-weight: normal;
}

.form-group > .control-label {
  display: block;
}

.overflow-y-hidden {
  overflow-y: hidden;
}
