﻿.widget .widget-header {
  /*background-color: #ededed;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#ededed));
    background-image: -webkit-linear-gradient(top, white, #ededed);
    background-image: -moz-linear-gradient(top, white, #ededed);
    background-image: -ms-linear-gradient(top, white, #ededed);
    background-image: -o-linear-gradient(top, white, #ededed);
    background-image: linear-gradient(top, white, #ededed);*/
  /*-webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-bottom: 1px solid #dbdbdb;*/
  height: 32px;
  padding: 0 15px;
}
.widget .widget-header .title {
  color: #333333;
  font-weight: bold;
  font-size: 14px;
  margin-top: 0;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
}
.addIcon {
  padding: 2px;
  float: right;
  color: #00d781;
}
.addIcon:hover {
  opacity: 1;
}
.addIcon:active {
  vertical-align: top;
  padding: 0 0 0 1px;
}
.donut-centre-text {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -62px;
  margin-left: -50px;
  font-size: 36px;
  line-height: 100px;
  vertical-align: middle;
  text-align: center;
  color: #a2ccef;
}
.summary-bottom-item a {
  border-right: 1px solid #eee;
  color: #212121;
  display: block;
  float: left;
  margin: 20px 0;
  padding: 5px 10px;
  text-align: center;
  width: 33.33%;
}
.summary-bottom-item .label {
  display: block;
  font-size: 0.875em;
  font-weight: 300;
  color: #212121;
}
.widget-bottom-banner {
  position: absolute;
  bottom: 70px;
}
.widgetPanelBody {
  height: 85%;
  overflow: hidden;
}
.scrollableWidget {
  overflow-y: auto;
  overflow-x: hidden;
}
.linkItemLabel {
  padding-left: 15px;
}
.refreshButton:active {
  vertical-align: top;
  padding: 2px 3px 3px;
  height: 32px;
}
.widgetParamInput span {
  font-weight: bold;
}
.door-summary-bottom a {
  display: block;
  float: left;
  margin-left: 30%;
  margin-top: 15%;
  text-align: center;
  width: 50%;
  font-size: 1.975em;
  font-weight: 600;
}
.door-summary-bottom .label {
  display: block;
}
.door-summary-bottom .unlocked a {
  color: blue;
}
.door-summary-bottom .unlocked .label {
  color: blue;
}
.door-summary-bottom .locked a {
  color: green;
}
.door-summary-bottom .locked .label {
  color: green;
}
.door-summary-bottom .open a {
  color: red;
}
.door-summary-bottom .open .label {
  color: red;
}
.door-summary-bottom .normal a {
  color: #32323a;
}
.door-summary-bottom .normal .label {
  color: #32323a;
}
.quadPanelBase {
  width: 100%;
  height: 100%;
  padding-top: 10%;
  padding-left: 5px;
}
.widgetLargeText {
  font-size: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #999999;
  font-weight: 700;
  font-style: normal;
}
.widgetRegular {
  font-size: 14px;
  color: #999999;
}
.widgetRegular span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.problem {
  background-color: #D93600;
}
.problem span {
  color: #fff !important;
}
.problemText {
  color: #D93600 !important;
}
.noData {
  color: #999999 !important;
}
/* Quick Links Widget */
.linkDivBase {
  height: 100%;
  width: 50%;
  padding: 5px;
}
.linkDivLeft {
  height: 100%;
  width: 50%;
  padding: 5px;
  float: left;
  display: inline-block;
}
.linkDivRight {
  height: 100%;
  width: 50%;
  padding: 5px;
  float: right;
}
.linkDivLeft a:hover,
.linkDivRight a:hover {
  text-decoration: none;
}
.innerQuickLink {
  width: 100%;
  height: 100%;
  padding-top: 10%;
  padding-left: 5px;
  background-color: #00ACED;
}
.innerQuickLink span {
  font-size: large;
  font-weight: normal;
  text-decoration: none;
  white-space: normal;
  text-align: left;
  height: auto;
  width: 70%;
  float: left;
}
.innerQuickLink img {
  padding-top: 5%;
  padding-right: 5%;
  float: right;
  max-width: 95%;
}
.vidQL {
  background-color: #00ccff;
}
/* End Quick Links Widget */
/* ACU Status Widget */
.innerACUStatus {
  width: 100%;
  height: 100%;
  padding-top: 10%;
  padding-left: 5px;
}
.innerACUStatus .leftColumn {
  font-size: 16px;
  text-decoration: none;
  text-align: left;
  font-weight: normal;
  padding-top: 24px;
  overflow: hidden;
  height: auto;
  width: 65%;
  float: left;
  color: #999999;
}
.innerACUStatus .rightColumn {
  font-size: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #999999;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  white-space: normal;
  text-align: left;
  color: #00ACED;
  height: auto;
  width: 10%;
  margin-right: 20px;
  float: right;
}
.innerACUStatus .topRow {
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  padding-top: 12px;
  color: #999999;
  display: block;
}
.innerACUStatus .bottomRow {
  font-size: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #999999;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  white-space: normal;
  text-align: center;
  color: #00ACED;
  display: block;
}
/* End ACU Status Widget */
/* FW Summary Widget */
.fwSummHeader {
  font-size: 14px;
  color: #999999;
  text-align: center;
  display: block;
  margin-top: 40px;
}
.fwSummVersion {
  font-size: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #999999;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  display: block;
  font-weight: bold;
}
.fwSummText {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  min-height: 460px;
}
.fwSummTextNum {
  font-size: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #999999;
  font-weight: 700;
  font-style: normal;
  vertical-align: middle;
  text-decoration: none;
}
.fwSummText a:hover {
  text-decoration: none;
}
/* End FW Summary Widget */
/* Door Summary Widget */
.doorSummTextNum {
  font-size: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #999999;
  font-weight: 700;
  font-style: normal;
  vertical-align: middle;
  font-weight: bold;
  text-decoration: none;
  color: #00ACED;
}
.doorSummText {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: #999999;
  margin-top: 30px;
}
.healthHeader {
  height: 60%;
}
.healthDetail {
  height: 50%;
  margin-left: -15px;
  margin-right: -15px;
  overflow-x: auto;
}
.healthDetail a {
  color: #999999;
}
.healthHeader a:hover {
  text-decoration: none;
  cursor: pointer;
}
.healthDetail a:hover {
  color: #999999;
  text-decoration: none;
  cursor: pointer;
}
.healthDetailItem {
  color: red;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
}
.healthInnerItem {
  width: 100%;
  height: 100%;
}
.healthDetailItem a:hover {
  text-decoration: none;
}
.healthDetailIcon {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.healthDetailIcon img {
  vertical-align: middle;
}
.healthDetailData {
  width: 50%;
  margin: 0 auto;
  font-size: 22px;
  font-weight: bold;
  color: #999999;
}
.healthDetailData a:hover {
  text-decoration: none;
}
/* End Door Summary Widget */
/* Muster Widget */
.musterItem {
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 0;
}
.musterItem a:hover {
  text-decoration: none;
}
.musterItem h3 {
  padding-top: 10px;
  font-size: 18px;
  font-weight: bold;
}
.musterItem h4 {
  padding-top: 10px;
  font-size: 18px;
  font-weight: normal;
}
.musterItem label {
  font-size: 12px;
}
/* End Muster Widget */
/* Intruder Widget */
.intruderDetailItem {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  padding-left: 2px;
  padding-right: 2px;
}
.intruderhDetailData {
  width: 50%;
  margin: 0 auto;
  font-size: 22px;
  font-weight: bold;
  color: #999999;
}
.intruderSummText {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
/* End Intruder Widget */
/* Loading Spinner*/
.spinner {
  margin: 100px auto 0;
  width: 70px;
  left: 40%;
  top: 20%;
  text-align: center;
  position: absolute;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #00ACED;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* End Loading Spinner*/
/* lobipanel overrides */
.lobipanel-minimized-toolbar {
  /*background: none !important;*/
}
/* end lobipanel overrides */