.alarm {
  background-color: #9F2117;
}
.bg-escos-gray {
  background-color: #718997;
}
.bg-white {
  background-color: white !important;
}
.color-white {
  color: white;
}
#login,
#passwordrequest,
#passwordrequesttext {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}
#passwordrequestok {
  width: 100%;
  margin: 20px auto 0 auto;
}
#login label.control-label,
#passwordrequest label.control-label {
  display: block;
  text-align: left;
  margin-bottom: 4px;
}
#login label.checkbox-label {
  display: inline-block;
  margin-top: 10px;
}
#login input[type="checkbox"] {
  margin-right: 8px;
  margin-bottom: 8px;
}
#login .form-group:has(input[type="checkbox"]) {
  display: flex;
}
#login .form-group:has(input[type="checkbox"]) .checkbox-link {
  margin-left: auto;
}
#login .form-group:has(input[type="button"]),
#passwordrequest .form-group:has(input[type="button"]) {
  display: flex;
}
#passwordrequest .form-group:has(input[type="text"]) {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
#login button {
  margin-top: 30px;
  margin-right: 0;
  width: 150px;
}
#passwordrequest .btn-default {
  width: 150px;
}
#passwordrequest .button-row {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#passwordrequest fieldset div.form-group {
  min-width: 280px;
  text-align: left;
  margin-bottom: 25px;
}
.error-box {
  display: flex;
  width: 100%;
  margin: 0 auto 15px auto;
  padding: 12px;
  gap: 10px;
  border: 1px solid;
}
.errormsg-icon {
  color: #c9190b;
  font-size: 18px;
  vertical-align: middle;
}
.infomsg-icon {
  color: #3e8635;
  font-size: 18px;
  vertical-align: middle;
}
@keyframes horizontal-shaking {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.fx-horizontal-shake {
  animation: horizontal-shaking 0.42s infinite;
}
.h3 {
  padding-top: 5px;
}
.escos-color {
  color: #b3dc18;
}
.navbar-brand.h3 {
  padding: 0;
  font-size: 24px;
}
@media (max-width: 767px) {
  .auth.navbar-nav {
    margin: 0;
  }
  .extended.navbtn-collapse {
    display: none;
  }
  .extended.navbar-toggle {
    display: none;
  }
}
@media (min-width: 768px) {
  #login,
  #passwordrequest,
  #passwordrequesttext,
  #passwordrequestok,
  .error-box,
  #content .messages {
    max-width: 420px;
  }
  .seperator {
    border-right: 1px solid #f1f1f1;
  }
  body.app .navbar-header {
    width: 100%;
    position: relative;
  }
  body.app .navbar-toggle {
    display: block !important;
  }
  .navbtn.navbar-toggle {
    display: block !important;
  }
  .auth.navbar-header {
    width: 100%;
    position: relative;
  }
  .auth.navbar-toggle {
    display: block;
  }
  .navbtn-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .ext.nav.navbar-nav {
    display: none;
  }
  .extended.nav.navbar-nav {
    padding-bottom: 5px;
  }
  .extended.navbar-toggle {
    display: block;
  }
  #dashboard-filters {
    width: 300px !important;
    margin-right: 30px;
  }
  .navbar-default {
    padding-right: 15px !important;
  }
  body.app #dashboard-roomgroup-items {
    padding-left: 0;
  }
  body.app #dashboard-roomgroup-items.showfilter {
    width: calc(100% - 330px) !important;
  }
  body.app #dashboard-roomgroup-items .roomgroup-card {
    width: 100% !important;
  }
  body.app #dashboard-roomgroup-items .roomgroup-card-info {
    width: calc(100% - 4px) !important;
  }
  body:not(.app) #dashboard-roomgroup-items {
    padding-left: 0;
  }
  body:not(.app) #dashboard-roomgroup-items.showfilter {
    width: 73% !important;
  }
  body:not(.app) #dashboard-roomgroup-items .roomgroup-card {
    width: 300px !important;
    min-width: 290px;
  }
  body:not(.app) #dashboard-roomgroup-items .roomgroup-card-info {
    width: 296px !important;
  }
}
.navbar-toggle {
  margin-top: 13px;
}
body.app .nav.navbar-nav.navbar-right > li {
  float: right !important;
  padding-right: 15px !important;
}
.auth.nav.navbar-nav {
  padding-bottom: 5px;
}
.auth.navbar-nav > li {
  float: right !important;
  width: 100%;
}
.auth.navbar-nav > li > a {
  float: right !important;
  padding: 10px 20px 10px 15px !important;
}
.extended.navbar-nav > li {
  float: right !important;
  width: 100%;
}
.extended.navbar-nav > li > a {
  float: right !important;
  padding: 10px 20px 10px 15px !important;
}
#btn_showfilter {
  padding: 6px 10px;
  margin-right: 10px;
  margin-bottom: 17px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.navbar-default {
  padding-right: 0 !important;
}
.clientinfo {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}
.clientbuttons {
  margin-top: 5px;
}
button.spaced {
  margin: 5px;
}
.ruler {
  border-bottom: 1px solid #f1f1f1;
  margin: 20px 0;
}
.navbar-collapse .nav .logged-in-as {
  vertical-align: middle;
}
.navbar-nav > li.navitem > a {
  padding: 7px 10px;
}
/* escos colors*/
/*change danger from default to #9f2117; */
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #9f2117;
}
.btn-danger {
  color: #ffffff;
  background-color: #9f2117;
  border-color: #85221a;
}
.label-danger {
  background-color: #9f2117;
}
.alert-danger {
  color: #a94442;
  background-color: #9f2117;
  border-color: #85221a;
}
/* escos icons */
.escosicon-example {
  background: url('/img/icon/exampleicon.png') no-repeat;
  height: 16px;
  width: 16px;
}
.module-icon {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #c0c0c0;
  background-color: #ffffff;
  color: #ffffff;
  width: 37px;
  height: 37px;
  font-size: 26px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  text-align: center;
}
.module-icon span {
  font-size: 23px;
}
.module-icon.exists {
  color: #1A868D;
}
.module-icon.active {
  background-color: #1A868D;
  color: #ffffff;
}
.module-icon.hasalarm {
  background-color: #ff0000;
}
.module-icon.hasalarm-copilot {
  background-color: #FF971D;
}
/* alarm-view */
.copilotNotification {
  background-color: #00505D;
  color: white;
  padding: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.1 em;
}
/* map */
#mapcanvas {
  width: 100%;
  height: 600px;
}
/* charts */
#chartcanvas {
  width: 100%;
  height: 300px;
}
.posh-up-row {
  position: relative;
}
.posh-up {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 200px;
  background-color: #FFFFFF;
}
/* heatmap */
/* beware: also used as a jquery selector*/
.heatmapitem {
  height: 110px;
}
.heatmapitemlink {
  color: #FFFFFF;
}
.heatmapitemlink:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.heatmap1,
.heatmap2,
.heatmap3,
.heatmap4,
.heatmap5,
.heatmap6,
.heatmap7,
.heatmap8,
.heatmap9,
.heatmap10,
.heatmap11,
.heatmap12,
.heatmap13 {
  color: #FFFFFF;
}
.heatmap1 a,
.heatmap2 a,
.heatmap3 a,
.heatmap4 a,
.heatmap5 a,
.heatmap6 a,
.heatmap7 a,
.heatmap8 a,
.heatmap9 a,
.heatmap10 a,
.heatmap11 a,
.heatmap12 a,
.heatmap13 a {
  color: #FFFFFF;
}
.heatmap1 a:hover,
.heatmap2 a:hover,
.heatmap3 a:hover,
.heatmap4 a:hover,
.heatmap5 a:hover,
.heatmap6 a:hover,
.heatmap7 a:hover,
.heatmap8 a:hover,
.heatmap9 a:hover,
.heatmap10 a:hover,
.heatmap11 a:hover,
.heatmap12 a:hover,
.heatmap13 a:hover {
  color: #FFFFFF;
}
.heatmap-na {
  background-color: #D0D0D0;
}
/* .heatmap-np a {
	color: #000000;
}
 */
.heatmap1 {
  /*background-color:#99FFFF*/
  background-color: #9CC8F9;
}
.heatmap2 {
  /*background-color:#33EBFF;*/
  background-color: #7DA8DD;
}
.heatmap3 {
  /*background-color:#00CCFF;*/
  background-color: #5F88BD;
}
.heatmap4 {
  /*background-color:#0099FF;*/
  background-color: #40699D;
}
.heatmap5 {
  /*background-color:#0066FF;*/
  background-color: #224B7E;
}
.heatmap6 {
  /*background-color:#0033FF;*/
  background-color: #002E60;
}
.heatmap7 {
  /*background-color:#0000FF;*/
  background-color: #001243;
}
.heatmap8 {
  /*background-color:#0000C8;*/
  background-color: #000027;
}
.heatmap9 {
  background-color: #0000A6;
}
.heatmap10 {
  background-color: #D200F4;
}
.heatmap11 {
  background-color: #B400C8;
}
.heatmap12 {
  background-color: #9600A0;
}
.heatmap13 {
  background-color: #660099;
}
/*alarm states*/
.stateitem {
  height: 70px;
}
.state-alarm {
  background-color: #A00008;
  color: #FFFFFF;
}
.state-warning {
  background-color: #ED9C28;
  color: #FFFFFF;
}
.state-ok {
  background-color: #00A029;
  color: #FFFFFF;
}
.state-default {
  background-color: #D0D0D0;
  color: #FFFFFF;
}
.state-copilot {
  background-color: #00505d;
  color: #FFFFFF;
}
/*.notification-item-btn {
	padding-left: 20px;
	padding-right: 20px;
}*/
/* new button */
.btn-escos {
  color: #ffffff;
  background-color: #b3dc18;
  border-color: #b3dc18;
}
.btn-escos:hover,
.btn-escos:focus,
.btn-escos:active,
.btn-escos.active,
.open .dropdown-toggle.btn-escos {
  color: #ffffff;
  background-color: #788895;
  border-color: #788895;
}
.btn-escos:active,
.btn-escos.active,
.open .dropdown-toggle.btn-escos {
  background-image: none;
}
.btn-escos.disabled,
.btn-escos[disabled],
fieldset[disabled] .btn-escos,
.btn-escos.disabled:hover,
.btn-escos[disabled]:hover,
fieldset[disabled] .btn-escos:hover,
.btn-escos.disabled:focus,
.btn-escos[disabled]:focus,
fieldset[disabled] .btn-escos:focus,
.btn-escos.disabled:active,
.btn-escos[disabled]:active,
fieldset[disabled] .btn-escos:active,
.btn-escos.disabled.active,
.btn-escos[disabled].active,
fieldset[disabled] .btn-escos.active {
  background-color: #b3dc18;
  border-color: #b3dc18;
}
.btn-escos .badge {
  color: #b3dc18;
  background-color: #fff;
}
.btn-escos-inverse {
  color: #ffffff;
  background-color: #788895;
  border-color: #788895;
}
.btn-escos:hover,
.btn-escos:focus,
.btn-escos:active,
.btn-escos.active,
.open .dropdown-toggle.btn-escos {
  color: #ffffff;
  background-color: #00505D;
  border-color: #00505D;
}
.escos-darkblue {
  color: #788895;
}
/*Aktivcontroler in Adminarea */
.circle {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background-color: red;
  margin: -16px;
  margin-left: -32px;
  margin-top: 0px;
}
.moduleactive {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background-color: #b3dc18;
  margin: 0px;
  margin-left: 0px;
  margin-top: 0px;
}
#left-arrow {
  margin-left: 14px;
  margin-bottom: 4px;
  margin-top: -16px;
}
.module {
  margin-top: -22px;
  padding-left: 24px;
}
/*in-app footer */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 50px;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
}
/* in-app navigation - aka. footer-buttons */
.btn-escos-footer {
  color: #ffffff;
  background-color: #00505D;
  border-color: #00505D;
}
.btn-escos-footer:hover,
.btn-escos-footer:focus,
.btn-escos-footer:active,
.btn-escos-footer.active,
.open .dropdown-toggle.btn-escos-footer {
  color: #ffffff;
  background-color: #788895;
  border-color: #788895;
}
.btn-escos-footer:active,
.btn-escos-footer.active,
.open .dropdown-toggle.btn-escos-footer {
  background-image: none;
}
.btn-escos-footer.disabled,
.btn-escos-footer[disabled],
fieldset[disabled] .btn-escos-footer,
.btn-escos-footer.disabled:hover,
.btn-escos-footer[disabled]:hover,
fieldset[disabled] .btn-escos-footer:hover,
.btn-escos-footer.disabled:focus,
.btn-escos-footer[disabled]:focus,
fieldset[disabled] .btn-escos-footer:focus,
.btn-escos-footer.disabled:active,
.btn-escos-footer[disabled]:active,
fieldset[disabled] .btn-escos-footer:active,
.btn-escos-footer.disabled.active,
.btn-escos-footer[disabled].active,
fieldset[disabled] .btn-escos-footer.active {
  background-color: #00505D;
  border-color: #00505D;
}
.btn-escos-footer .badge {
  color: #00505D;
  background-color: #fff;
}
.btn-escos-footer-inverse {
  color: #b3dc18;
  background-color: #00505D;
  border-color: #00505D;
}
/*//#788895;*/
/* -------- deprecated as of 03.11.2015, remove one day------ */
/* facilities, rooms, heatingcircuits */
.roomWidget {
  float: left;
  height: 150px;
  width: 150px;
  border: 1px solid #000000;
  border-radius: 5px;
  margin: 15px;
}
.roomWidget-header {
  height: 30px;
  vertical-align: middle;
  background-color: #F2F2F2;
  color: black;
  padding: 5px;
}
.roomWidget-setpointTemperature {
  font-size: 16pt;
  margin: 5px 5px 5px 0px;
}
.roomWidget-currentTemperature {
  font-size: 20pt;
  margin: 30px 20px 10px 0px;
}
.roomWidget-temperatureDifference {
  font-size: 16pt;
  margin: 5px 5px 5px 40px;
}
.roomWidget-additionalInfo {
  font-size: 10pt;
  margin: 10px 5px;
}
.roomWidget-nominalPower {
  font-size: 14pt;
  margin: 15px 10px 10px;
}
.roomWidget-flowTemperature {
  font-size: 10pt;
  margin: 5px 5px 5px 40px;
}
.roomWidget-returnTemperature {
  font-size: 10pt;
  margin: 5px 5px 5px 40px;
}
.heatingcircuitWidget {
  float: left;
  height: 150px;
  width: 332px;
  border: 1px solid #000000;
  border-radius: 5px;
  margin: 15px;
}
.heatingcircuitWidget-header {
  height: 30px;
  vertical-align: middle;
  background-color: #F8A824;
  color: black;
  padding: 5px;
}
.heatingcircuitWidget-setpoint {
  font-size: 14pt;
  margin: 30px 20px 10px;
}
.heatingcircuitWidget-flowTemperature {
  font-size: 10pt;
  margin: 5px 5px 5px 40px;
}
.heatingcircuitWidget-returnTemperature {
  font-size: 10pt;
  margin: 5px 5px 5px 40px;
}
.small {
  font-size: 6pt;
}
.notok {
  color: #AC2828;
}
.ok {
  color: #1A7128;
}
.subnav-pos {
  width: 928px;
}
.subnav {
  font-size: 10pt;
  text-align: right;
  color: #F8A824;
}
.timetravel-pos {
  width: 928px;
}
.timetravel {
  height: 45px;
  text-align: right;
}
#spinner {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* adjustments refactoring */
header .navbar-default {
  min-height: 60px;
  padding-right: 15px;
}
header .nav {
  padding-top: 5px;
}
#content {
  padding-top: 75px;
}
#content .messages {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto 15px auto;
  padding: 5px 10px;
}
#content .panel.roomgroup {
  margin-bottom: 50px;
}
#content .panel-heading h2,
#content .panel-heading h3,
#content .panel-heading h4 {
  margin-top: 0;
  margin-bottom: 0;
}
#content .panel-body h3 {
  margin-top: 0;
  margin-bottom: 0;
}
#content .room > .panel-default > .panel-heading {
  background-color: #00505d;
  color: #ffffff;
}
#content .room > .panel-default > .panel-heading a,
#content .room > .panel-default > .panel-heading .clickable,
#content .room > .panel-default > .panel-heading small {
  color: #ffffff;
}
#content .switchable,
#content .clickable {
  cursor: pointer;
}
#content .clickable {
  color: #337ab7;
}
#content .clickablehover {
  cursor: pointer;
}
#content .clickablehover:hover {
  color: #337ab7;
}
#content td.clickable {
  color: inherit;
}
#content .module-parameter {
  margin-bottom: 15px;
}
#content .module-parameter h3 {
  margin-top: 10px;
  margin-bottom: 15px;
}
#content tr.pointer td {
  background: #e0e0e0;
}
#content tr.moduleselection td,
#content tr.green td {
  background-color: #BCD233;
  color: black;
}
#content .panel.moduleselection > .panel-heading {
  background-color: #BCD233;
}
#content .panel.moduleselection > .panel-heading span.fa.toggled {
  color: #ffffff;
}
#content .shrinked,
#content .green {
  color: #BCD233;
}
#content .red {
  color: #ff0000;
}
#content .toggled {
  color: #BCD233;
}
#content .form-control.editable {
  display: inline-block;
  width: inherit;
}
#content .form-control.editable[readonly] {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.bold {
  font-weight: bold;
}
.clickable,
.panel-heading[data-toggle="collapse"] {
  cursor: pointer;
}
div.notifications .notificationitem {
  font-size: 18px;
  font-weight: normal;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
div.notifications .notificationitem h2 {
  font-size: 22px;
  font-weight: normal;
  font-weight: bold;
  margin-top: 10px;
}
div.notifications .notificationitem .btn-default {
  background-color: inherit;
  color: #ffffff;
}
.dashboardnotifications .notificationitem .panel-default {
  border-color: #718997;
}
.dashboardnotifications .notificationitem .panel-heading {
  background-color: #ff0000;
  border-top-color: #ff0000;
}
.dashboardnotifications .notificationitem .panel-heading h5 {
  margin: 0;
  color: #ffffff;
}
.dashboardnotifications .notificationitem.state-alarm {
  background-color: inherit;
}
.dashboardnotifications .notificationitem.state-copilot {
  background-color: inherit;
}
.dashboardnotifications .notificationitem.state-copilot .panel-heading {
  background-color: #FF971D;
}
.dashboardnotifications .panel-body h2,
.dashboardnotifications .panel-body h3,
.dashboardnotifications .panel-body h4,
.dashboardnotifications .panel-body h5 {
  color: #00505d;
}
.gateways {
  margin-bottom: 40px;
}
#UNDO .undoitem,
div.notifications .undoitem {
  background-color: #00505d;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
#UNDO .undoitem h2,
div.notifications .undoitem h2 {
  font-size: 22px;
  font-weight: normal;
  font-weight: bold;
  margin-top: 10px;
}
#UNDO .undoitem .-acknowledge-copilot,
div.notifications .undoitem .-acknowledge-copilot,
#UNDO .undoitem .-undo,
div.notifications .undoitem .-undo {
  margin-right: 15px;
  margin-top: 5px;
}
.module-item {
  border-bottom: 1px solid #00505d;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.required:after {
  content: "*";
  color: #990000;
}
input.time {
  background-color: #d4d4d4;
}
input.time.active {
  background-color: #337ab7;
  color: #ffffff;
}
input.time.active[disabled] {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
input.validation-error {
  background-color: #ff0000;
  color: #ffffff;
}
.form-control::-moz-placeholder,
.form-control::-webkit-input-placeholder,
.form-control:-ms-input-placeholder,
.form-control:-moz-placeholder {
  color: #dddddd;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  margin-left: -20px;
}
.checkbox-mobile input[type="checkbox"] {
  transform: scale(1.5) !important;
  margin-right: 8px !important;
  margin-bottom: 12px !important;
}
.nobr {
  white-space: nowrap;
}
legend {
  margin-bottom: 15px;
  margin-top: 0px;
}
fieldset {
  margin-top: 5px;
  margin-bottom: 15px;
}
fieldset:not(#fieldset-logingroup) div.form-group {
  min-width: 280px;
}
.visjs-parameter-waitingtime {
  fill: #ff0000;
  fill-opacity: 0;
  stroke-width: 1px;
  stroke: #ff0000;
}
.consentstate-color-not-available {
  color: #d0d0d0;
}
.consentstate-color-open {
  color: #808080;
}
.consentstate-color-form-submitted {
  color: #ff8300;
}
.consentstate-color-signed,
.alarmstate-color-active,
.rg-thumbs-up-label,
.rg-comment-save,
.rg-comment-save-spinner {
  color: #009900;
}
.rg-thumbs-up {
  background: linear-gradient(to right, #009900, #00cc00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rg-thumbs-down {
  background: linear-gradient(to right, #dd0000, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rg-thumb-btn {
  border-radius: 50%;
}
.consentstate-color-not-mandatory {
  color: #337ab7;
}
.consentstate-color-refused,
.alarmstate-color-inactive,
.rg-comment-discard {
  color: #FF0000;
}
.consentstate-color-installation {
  color: #9900dd;
}
.modal-xl {
  width: 90%;
  max-width: 1200px;
}
.modal-xxl {
  width: 90%;
  max-width: 1600px;
}
.modal-title-padding {
  padding: 10px 10px 0 10px;
}
.modal-footer-padding {
  padding-left: 10px;
  padding-right: 10px;
}
.toggle-icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  transition: transform 0.2s ease;
}
.toggle-icon::before {
  content: "▲";
}
.collapsed .toggle-icon::before {
  content: "▼";
}
.dashboardfilter input[type="checkbox"] {
  margin: 0;
}
.cb-child {
  margin-left: 20px;
}
.cb-child label {
  font-weight: normal;
}
.cbm-child {
  margin-left: 20px;
}
.cbm-child label {
  font-weight: normal;
}
.cb-text {
  position: relative;
  top: -1px;
  margin-left: 4px;
}
.cbm-text {
  position: relative;
  font-size: 16px;
}
.btn-disabled {
  color: #ccc;
}
.btn-inactive {
  color: #ccc;
  pointer-events: none;
}
.thumb-disabled {
  background: #ddd;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
[id^="moduleid-"] {
  scroll-margin-top: 70px;
}
[id^="roomgroupid-"] {
  scroll-margin-top: 70px;
}
.sb-btn,
.sb-admin-btn {
  width: 39px;
}
.rg-overlay-commentbox {
  z-index: 2;
  width: calc(100% - 79px);
  height: 107px;
  border-radius: 13px;
  border: 2px solid #888;
  background-color: white;
  overflow: hidden;
}
.rg-overlay-commentbox textarea {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  resize: none;
}
.btn-overlay {
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 13px;
  border: 2px solid #888;
  background-color: rgba(255, 255, 255, 0.5);
}
.btn-overlay.disabled {
  opacity: 0.3;
}
.btn-overlay-mini {
  min-width: 20px;
  max-height: 20px;
  border-radius: 6px;
  border: 1px solid #888;
}
.btn-overlay-yellow {
  background-color: rgba(255, 255, 0, 0.8);
}
.btn-overlay-green {
  background-color: rgba(0, 184, 0, 0.8);
}
.btn-overlay-red {
  background-color: rgba(255, 0, 0, 0.8);
}
.btn-overlay-black {
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-btn {
  width: 110px;
}
.modal-header {
  position: relative;
  padding: 15px 15px 10px 15px;
}
.spinner-wrapper-notification {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(75vh - 30px);
}
.spinner-wrapper-notification-inline {
  height: calc(75vh - 100px);
}
.spinner-wrapper-homedetails {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(75vh - 95px);
}
.counter-badge,
.counter-badge-modal {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 0 10px 0 11px;
}
.counter-badge-disabled {
  opacity: 0.42;
}
.invisible {
  opacity: 0;
}
.counter-badge-row {
  display: flex;
  align-items: center;
  gap: 4px;
}
#notificationFormData {
  display: flex;
  flex-direction: column;
}
#indexClientData {
  display: flex;
  flex-direction: column;
}
.notification-table-scroll {
  flex: 1 1 auto;
  overflow-y: auto;
  max-height: calc(75vh - 95px);
}
.roomgroup-details-body {
  padding: 15px 0 0 15px;
  border: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(75vh - 65px);
}
.table-fullwidth {
  width: 100%;
  table-layout: auto;
}
.editroomgroup-div-70 {
  cursor: pointer;
  width: 75%;
}
.editroomgroup-div-90 {
  cursor: auto;
  width: 90%;
}
.card-shadow {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12);
}
.card-inactive {
  opacity: 0.5;
}
.modal-header-shadow {
  position: relative;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.modal-footer-shadow {
  position: relative;
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.1);
}
.close-x {
  font-size: 26px;
}
.max-width {
  max-width: 850px;
  width: 100%;
  margin: auto;
}
.chevron {
  float: right;
  font-size: 15px;
}
.history-panel-body {
  max-height: 320px;
  overflow: hidden;
  transition: max-height 0.32s ease;
}
.history-panel-body.collapsed {
  max-height: 31px;
}
#dashboard-sidebar-container {
  box-shadow: -3px -3px 4px rgba(0, 0, 0, 0.12);
  position: fixed;
  right: -800px;
  width: 830px;
  height: 100%;
  padding-bottom: 76px;
  z-index: 1020;
  overflow-y: visible;
  transition: right 0.42s ease-in-out;
}
#dashboard-sidebar-container.open {
  right: 0;
}
#dashboard-sidebar-x {
  position: absolute;
  left: 8px;
  top: 13px;
  border: none;
  background: none;
}
#dashboard-sidebar {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#dashboard-sidebar .dashboard-sidebar-container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#dashboard-sidebar .dashboard-sidebar-container .dashboard-sidebar-header {
  padding: 11px 25px 0 30px;
  background-color: #f5f5f5;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}
#dashboard-sidebar .dashboard-sidebar-container #dashboard-sidebar-body {
  padding: 23px 10px 25px 30px;
  margin-top: 2px;
  flex: 1;
  overflow-y: scroll;
  overflow-x: hidden;
}
#dashboard-sidebar .sidebar-title {
  font-size: 16px;
  font-weight: bold;
}
#dashboard-sidebar .td-title {
  border: none;
  font-weight: bold;
  width: 170px;
}
#dashboard-sidebar p {
  margin-bottom: 5px;
}
#dashboard-sidebar hr {
  margin: 15px 0;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
#dashboard-filters {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#dashboard-roomgroup-items {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.dashboard-roomgroup-item {
  display: block;
  margin-bottom: 20px;
}
.dashboard-roomgroup-item .roomgroup-card {
  z-index: 2;
  position: relative;
  height: 69px;
  margin-bottom: 0;
  width: 100%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
  border-radius: 4px 4px 0 0;
}
.dashboard-roomgroup-item .roomgroup-card .panel-heading {
  padding-left: 37px;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 0 !important;
}
.dashboard-roomgroup-item .roomgroup-card-info {
  position: relative;
  margin-left: 2px;
  margin-right: 15px;
  width: calc(100% - 4px);
  min-height: 10px;
  padding-top: 1px;
  border: 0 solid #ddd;
  border-width: 0 1px 2px;
  border-radius: 0 0 4px 4px;
}
.dashboard-roomgroup-item .roomgroup-card-info.default {
  background: linear-gradient(to bottom, #f7f7f7, #ffffff);
}
.dashboard-roomgroup-item .rg-lastnotification {
  padding-top: 4px;
  height: 100%;
}
.dashboard-roomgroup-item .rg-lastnotification .panel-heading.disabled {
  margin-left: 21px;
}
.dashboard-roomgroup-item .rg-roomdetails .panel-heading {
  margin-left: 21px;
}
.dashboard-roomgroup-item .bg-alarm {
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0.1), #fff0f0);
}
.dashboard-roomgroup-item .bg-copilot {
  background: linear-gradient(to bottom, rgba(0, 0, 255, 0.07), #f0f0ff);
}
.dashboard-roomgroup-item .bg-alarm-info {
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0.1), #fff0f0);
}
.dashboard-roomgroup-item .bg-copilot-info {
  background: linear-gradient(to bottom, rgba(0, 0, 255, 0.07), #f0f0ff);
}
.dashboard-roomgroup-item .bg-default,
.dashboard-roomgroup-item .bg-empty {
  background-color: white !important;
}
.dashboard-roomgroup-item.selected .roomgroup-card {
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.12) !important;
}
.dashboard-roomgroup-item.selected .roomgroup-card .panel-heading {
  box-shadow: inset 0 0 12px #e6e6e6, 0 0 10px rgba(0, 0, 0, 0.1);
}
.dashboard-roomgroup-item.selected .roomgroup-card-info {
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.12) !important;
}
.dashboard-roomgroup-item.selected .roomgroup-card-info.default {
  background: linear-gradient(to bottom, #ebebeb, #f7f7f7);
}
.dashboard-roomgroup-item.selected .bg-alarm {
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0.24), #ffdcdc);
}
.dashboard-roomgroup-item.selected .bg-copilot {
  background: linear-gradient(to bottom, rgba(0, 0, 255, 0.17), #e1e1ff);
}
.dashboard-roomgroup-item.selected .bg-alarm-info {
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0.24), #fff0f0);
}
.dashboard-roomgroup-item.selected .bg-copilot-info {
  background: linear-gradient(to bottom, rgba(0, 0, 255, 0.17), #f0f0ff);
}
.dashboard-roomgroup-item.selected .bg-default,
.dashboard-roomgroup-item.selected .bg-empty {
  background-color: #f5f5f5 !important;
}
body.app .dashboard-roomgroup-item .roomgroup-card .rg-card {
  display: block !important;
}
body.app .dashboard-roomgroup-item .roomgroup-card .rg-lastnotification {
  display: none !important;
}
body.app .dashboard-roomgroup-item .roomgroup-card-info .rg-roomdetails {
  display: none !important;
}
body.app .dashboard-roomgroup-item .roomgroup-card-info .rg-lastnotification {
  display: block !important;
}
@media (max-width: 1241px) {
  body:not(.app) #dashboard-roomgroup-items:not(.showfilter) .dashboard-roomgroup-item .roomgroup-card .rg-card {
    display: block !important;
  }
  body:not(.app) #dashboard-roomgroup-items:not(.showfilter) .dashboard-roomgroup-item .roomgroup-card .rg-lastnotification {
    display: none !important;
  }
  body:not(.app) #dashboard-roomgroup-items:not(.showfilter) .dashboard-roomgroup-item .roomgroup-card-info .rg-roomdetails {
    display: none !important;
  }
  body:not(.app) #dashboard-roomgroup-items:not(.showfilter) .dashboard-roomgroup-item .roomgroup-card-info .rg-lastnotification {
    display: block !important;
  }
}
@media (max-width: 1570px) {
  body:not(.app) #dashboard-roomgroup-items.showfilter .dashboard-roomgroup-item .roomgroup-card .rg-card {
    display: block !important;
  }
  body:not(.app) #dashboard-roomgroup-items.showfilter .dashboard-roomgroup-item .roomgroup-card .rg-lastnotification {
    display: none !important;
  }
  body:not(.app) #dashboard-roomgroup-items.showfilter .dashboard-roomgroup-item .roomgroup-card-info .rg-roomdetails {
    display: none !important;
  }
  body:not(.app) #dashboard-roomgroup-items.showfilter .dashboard-roomgroup-item .roomgroup-card-info .rg-lastnotification {
    display: block !important;
  }
}
@media (min-width: 1241px) {
  body:not(.app) #dashboard-roomgroup-items:not(.showfilter) .dashboard-roomgroup-item {
    display: flex;
  }
  body:not(.app) #dashboard-roomgroup-items:not(.showfilter) .dashboard-roomgroup-item .roomgroup-card {
    border-radius: 4px 0 0 4px;
  }
  body:not(.app) #dashboard-roomgroup-items:not(.showfilter) .dashboard-roomgroup-item .roomgroup-card .panel-heading {
    border-radius: 4px 0 0 4px;
  }
  body:not(.app) #dashboard-roomgroup-items:not(.showfilter) .dashboard-roomgroup-item .roomgroup-card .panel-heading.bg-empty,
  body:not(.app) #dashboard-roomgroup-items:not(.showfilter) .dashboard-roomgroup-item .roomgroup-card .panel-heading.bg-alarm,
  body:not(.app) #dashboard-roomgroup-items:not(.showfilter) .dashboard-roomgroup-item .roomgroup-card .panel-heading.bg-copilot {
    padding-left: 14px;
  }
  body:not(.app) #dashboard-roomgroup-items:not(.showfilter) .dashboard-roomgroup-item .roomgroup-card .rg-overlay-edit {
    display: none;
  }
  body:not(.app) #dashboard-roomgroup-items:not(.showfilter) .dashboard-roomgroup-item .roomgroup-card-info {
    cursor: w-resize;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 0 !important;
    margin-left: 0;
    width: 300px !important;
    min-width: 296px;
  }
  body:not(.app) #dashboard-roomgroup-items:not(.showfilter) .dashboard-roomgroup-item .roomgroup-card-info .rg-overlay-edit {
    display: none;
  }
  body:not(.app) #dashboard-roomgroup-items:not(.showfilter) .dashboard-roomgroup-item .roomgroup-card-info.default {
    position: relative;
    background: linear-gradient(to right, #f7f7f7, rgba(247, 247, 247, 0));
    overflow: hidden;
  }
  body:not(.app) #dashboard-roomgroup-items:not(.showfilter) .dashboard-roomgroup-item .bg-alarm-info::after,
  body:not(.app) #dashboard-roomgroup-items:not(.showfilter) .dashboard-roomgroup-item .bg-copilot-info::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(to left, rgba(200, 200, 200, 0.01) 0%, rgba(200, 200, 200, 0.04) 70%, rgba(150, 150, 150, 0.07) 100%);
    mask-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='40' height='20'>\
<polyline points='32,2 8,10 32,18' fill='none' stroke='white' stroke-width='10'/>\
</svg>");
    mask-repeat: no-repeat;
    mask-position: left center;
    mask-size: 50px 420px;
  }
  body:not(.app) #dashboard-roomgroup-items:not(.showfilter) .dashboard-roomgroup-item .bg-alarm {
    background: linear-gradient(to right, rgba(255, 0, 0, 0.1), #fff0f0);
  }
  body:not(.app) #dashboard-roomgroup-items:not(.showfilter) .dashboard-roomgroup-item .bg-copilot {
    background: linear-gradient(to right, rgba(0, 0, 255, 0.07), #f0f0ff);
  }
  body:not(.app) #dashboard-roomgroup-items:not(.showfilter) .dashboard-roomgroup-item .bg-alarm-info {
    background: linear-gradient(to right, rgba(255, 0, 0, 0.1), rgba(240, 240, 240, 0));
  }
  body:not(.app) #dashboard-roomgroup-items:not(.showfilter) .dashboard-roomgroup-item .bg-copilot-info {
    background: linear-gradient(to right, rgba(0, 0, 255, 0.07), rgba(240, 240, 240, 0));
  }
  body:not(.app) #dashboard-roomgroup-items:not(.showfilter) .dashboard-roomgroup-item.selected .roomgroup-card .panel-heading {
    box-shadow: inset 0 0 12px #e6e6e6, 0 0 10px rgba(0, 0, 0, 0.1);
  }
  body:not(.app) #dashboard-roomgroup-items:not(.showfilter) .dashboard-roomgroup-item.selected .roomgroup-card-info.default {
    background: linear-gradient(to right, #ebebeb, rgba(247, 247, 247, 0));
  }
  body:not(.app) #dashboard-roomgroup-items:not(.showfilter) .dashboard-roomgroup-item.selected .bg-alarm {
    background: linear-gradient(to right, rgba(255, 0, 0, 0.24), #fff0f0);
  }
  body:not(.app) #dashboard-roomgroup-items:not(.showfilter) .dashboard-roomgroup-item.selected .bg-copilot {
    background: linear-gradient(to right, rgba(0, 0, 255, 0.17), #f0f0ff);
  }
  body:not(.app) #dashboard-roomgroup-items:not(.showfilter) .dashboard-roomgroup-item.selected .bg-alarm-info {
    background: linear-gradient(to right, rgba(255, 0, 0, 0.15), rgba(240, 240, 240, 0));
  }
  body:not(.app) #dashboard-roomgroup-items:not(.showfilter) .dashboard-roomgroup-item.selected .bg-copilot-info {
    background: linear-gradient(to right, rgba(0, 0, 255, 0.1), rgba(240, 240, 240, 0));
  }
}
@media (min-width: 1571px) {
  body:not(.app) #dashboard-roomgroup-items.showfilter .dashboard-roomgroup-item {
    display: flex;
  }
  body:not(.app) #dashboard-roomgroup-items.showfilter .dashboard-roomgroup-item .roomgroup-card {
    border-radius: 4px 0 0 4px;
  }
  body:not(.app) #dashboard-roomgroup-items.showfilter .dashboard-roomgroup-item .roomgroup-card .panel-heading {
    border-radius: 4px 0 0 4px;
  }
  body:not(.app) #dashboard-roomgroup-items.showfilter .dashboard-roomgroup-item .roomgroup-card .panel-heading.bg-empty,
  body:not(.app) #dashboard-roomgroup-items.showfilter .dashboard-roomgroup-item .roomgroup-card .panel-heading.bg-alarm,
  body:not(.app) #dashboard-roomgroup-items.showfilter .dashboard-roomgroup-item .roomgroup-card .panel-heading.bg-copilot {
    padding-left: 14px;
  }
  body:not(.app) #dashboard-roomgroup-items.showfilter .dashboard-roomgroup-item .roomgroup-card .rg-overlay-edit {
    display: none;
  }
  body:not(.app) #dashboard-roomgroup-items.showfilter .dashboard-roomgroup-item .roomgroup-card-info {
    cursor: w-resize;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 0 !important;
    margin-left: 0;
    width: 300px !important;
    min-width: 296px;
  }
  body:not(.app) #dashboard-roomgroup-items.showfilter .dashboard-roomgroup-item .roomgroup-card-info .rg-overlay-edit {
    display: none;
  }
  body:not(.app) #dashboard-roomgroup-items.showfilter .dashboard-roomgroup-item .roomgroup-card-info.default {
    position: relative;
    background: linear-gradient(to right, #f7f7f7, rgba(247, 247, 247, 0));
    overflow: hidden;
  }
  body:not(.app) #dashboard-roomgroup-items.showfilter .dashboard-roomgroup-item .bg-alarm-info::after,
  body:not(.app) #dashboard-roomgroup-items.showfilter .dashboard-roomgroup-item .bg-copilot-info::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(to left, rgba(200, 200, 200, 0.01) 0%, rgba(200, 200, 200, 0.04) 70%, rgba(150, 150, 150, 0.07) 100%);
    mask-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='40' height='20'>\
<polyline points='32,2 8,10 32,18' fill='none' stroke='white' stroke-width='10'/>\
</svg>");
    mask-repeat: no-repeat;
    mask-position: left center;
    mask-size: 50px 420px;
  }
  body:not(.app) #dashboard-roomgroup-items.showfilter .dashboard-roomgroup-item .bg-alarm {
    background: linear-gradient(to right, rgba(255, 0, 0, 0.1), #fff0f0);
  }
  body:not(.app) #dashboard-roomgroup-items.showfilter .dashboard-roomgroup-item .bg-copilot {
    background: linear-gradient(to right, rgba(0, 0, 255, 0.07), #f0f0ff);
  }
  body:not(.app) #dashboard-roomgroup-items.showfilter .dashboard-roomgroup-item .bg-alarm-info {
    background: linear-gradient(to right, rgba(255, 0, 0, 0.1), rgba(240, 240, 240, 0));
  }
  body:not(.app) #dashboard-roomgroup-items.showfilter .dashboard-roomgroup-item .bg-copilot-info {
    background: linear-gradient(to right, rgba(0, 0, 255, 0.07), rgba(240, 240, 240, 0));
  }
  body:not(.app) #dashboard-roomgroup-items.showfilter .dashboard-roomgroup-item.selected .roomgroup-card .panel-heading {
    box-shadow: inset 0 0 12px #e6e6e6, 0 0 10px rgba(0, 0, 0, 0.1);
  }
  body:not(.app) #dashboard-roomgroup-items.showfilter .dashboard-roomgroup-item.selected .roomgroup-card-info.default {
    background: linear-gradient(to right, #ebebeb, rgba(247, 247, 247, 0));
  }
  body:not(.app) #dashboard-roomgroup-items.showfilter .dashboard-roomgroup-item.selected .bg-alarm {
    background: linear-gradient(to right, rgba(255, 0, 0, 0.24), #fff0f0);
  }
  body:not(.app) #dashboard-roomgroup-items.showfilter .dashboard-roomgroup-item.selected .bg-copilot {
    background: linear-gradient(to right, rgba(0, 0, 255, 0.17), #f0f0ff);
  }
  body:not(.app) #dashboard-roomgroup-items.showfilter .dashboard-roomgroup-item.selected .bg-alarm-info {
    background: linear-gradient(to right, rgba(255, 0, 0, 0.15), rgba(240, 240, 240, 0));
  }
  body:not(.app) #dashboard-roomgroup-items.showfilter .dashboard-roomgroup-item.selected .bg-copilot-info {
    background: linear-gradient(to right, rgba(0, 0, 255, 0.1), rgba(240, 240, 240, 0));
  }
}
@keyframes flashGreen {
  0% {
    background-color: transparent;
  }
  30% {
    background-color: #BCD233;
  }
  100% {
    background-color: transparent;
  }
}
#dashboard-notifications-table-data td,
#dashboard-notifications-table-data th {
  vertical-align: middle;
}
#dashboard-notifications-table-data tr.newrow td {
  animation: flashGreen 4.2s ease-in-out;
}
#dashboard-notifications-table-data_paginate .pagination li a {
  color: #333333;
}
#dashboard-notifications-table-data_paginate .pagination li a:focus,
#dashboard-notifications-table-data_paginate .pagination li.active a {
  color: #333333;
  background-color: #eeeeee;
  border-color: #adadad;
  outline: none;
}
#dashboard-group {
  margin: 3px 0;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12);
  background-color: #eeeeee;
}
.rotate-90 {
  display: inline-block;
  transform: rotate(-90deg);
}
.search-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.search-wrapper i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #555555;
}
.search-wrapper input {
  width: 100%;
  padding-left: 38px;
  padding-right: 35px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12);
}
.search-clear-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 16px;
  display: none;
  color: #555555;
}
.search-wrapper input:not(:placeholder-shown) + .search-clear-btn {
  display: block;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}
.tooltip {
  z-index: 2000;
}
.dashboard-count-total {
  padding-left: 5px;
}
.filter-icon-group {
  font-size: 14px;
  display: flex;
  position: relative;
  gap: 5px;
  top: 2px;
  margin-right: 15px;
}
#confetti-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 9999;
}
/*# sourceMappingURL=extensions.css.map */