@import url(solid.css);
@import url(fontawesome.min.css);
.customNav li.nav-item:hover > ul,
ul.sub li a {
  display: block;
}
.ib_box div:first-child label,
.ib_box_hi div:first-child label,
.ib_box_low div:first-child label,
.labeltext,
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #000;
}
.customNav .nav-item,
.input_table .inputsLEd {
  position: relative;
  margin-right: 10px;
}
.paging,
.paging-icon {
  float: right;
}
.btn:hover,
.ib_box a,
.ib_box_hi a,
.ib_box_low a,
.paging ul li a,
ul.sub li a {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}
.cardBg,
.mobileBg,
canvas {
  background: #fff;
}
.cardBg .col {
  flex-basis: 50%;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}
.header-alignment {
  margin: 0.5rem 0;
  gap: 1rem;
}
.labeltext {
  font-weight: 700;
}
.btn-black,
.btn-custom:hover,
nav.navbar-dark .navbar-nav .nav-item.activeNav > a.nav-link {
  color: #fff;
}
.alert,
.para p {
  font-weight: 500;
}
.card-content {
  text-align: right;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
}
.customNav .nav-item a {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.navbar {
  margin-bottom: 0;
  border-radius: 0;
}
.customNav .nav-item > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  display: none;
}
.customNav .nav-item > ul li {
  width: 100%;
}
ul.sub li a {
  font-size: 14px;
  text-align: left;
  padding: 7px 28px;
  color: #000;
}
.fakeimg {
  height: 200px;
  background: #aaa;
}
.led_redfaint {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background: #fb918c;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.led_bluefaint,
.led_greenfaint {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.led_greenfaint {
  background: #ccf4ab;
  border-radius: 10px;
}
.led_bluefaint {
  background: #acd7f7;
  border-radius: 10px;
}
.led_greensat,
.led_redsat {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.led_redsat {
  background: #9a211b;
  border-radius: 10px;
}
.led_greensat {
  background: #66af2b;
  border-radius: 10px;
}
.led_bluesat,
.led_red {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.led_bluesat {
  background: #3179b1;
  border-radius: 10px;
}
.led_red {
  background: #bc423c;
  border-radius: 10px;
}
.led_blue,
.led_green {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.led_green {
  background: #75bc3c;
  border-radius: 10px;
}
.led_blue {
  background: #3c84bc;
  border-radius: 10px;
}
.led_grey,
.led_yellow {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
}
.led_grey {
  background: #999;
  border-radius: 10px;
}
.led_yellow {
  background: #f0ff00;
  border-radius: 10px;
}
.led_orange {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background: #f90;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.carousel-inner img {
  width: 100%;
  margin: auto;
  min-height: 200px;
}
.footer-bg {
  background-color: #ccc;
  width: 100%;
  margin-top: auto;
}
.alert,
.btn,
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.alert {
  text-align: center;
  font-size: 1rem;
  line-height: 1em;
  margin-bottom: 0.7rem;
}
.btn-black {
  background-color: #343a40;
  border-color: #262b2f;
  font-size: 0.9rem;
}
.custom-control-label::before,
.form-control {
  border: 1px solid #343a40;
}
.col-form-label {
  font-size: 0.9rem;
  text-align: right;
}
.custom-control {
  margin-right: 1em;
}
.custom-control-label {
  user-select: none;
  padding-left: 0.5em;
  vertical-align: unset;
  line-height: 2.2em;
  font-size: 0.9rem;
}
.custom-control-label::after,
.custom-control-label::before {
  width: 1.5rem;
  height: 1.5rem;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(165 47 43 / 15%);
  border-color: rgb(190 66 61 / 15%);
}
.form-control {
  border-radius: 0;
  font-size: 0.9rem;
  height: 2rem;
  padding: 0.2rem 0.75rem;
}
.form-control:focus {
  border-color: #343a40;
  box-shadow: 0 0 0 0.2rem rgb(52 58 64 / 15%);
}
.inputs-table .ib_bottom,
.inputs-table .ib_title {
  border: 1px solid #e1e1e1;
  padding: 10px;
  display: flex;
}
.page-heading {
  font-size: 1.5rem;
}
.page-heading-phera {
  font-size: 0.9rem;
  font-weight: 400 !important;
  margin-bottom: 1em;
  text-align: justify;
}
.table-search-icon {
  position: absolute;
  right: 0;
  z-index: 3;
}
.form-control.pagination {
  min-width: 60px;
}
.notify {
  font-size: 0.9rem;
  margin-top: -15px;
}
.remoteinput {
  border: 1px solid #fff !important;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
  color: #212529;
}
.inputs-table .ib_title {
  background-color: #efefef;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.inputs-table .ib_title h3 {
  font-size: 16px;
  margin-bottom: 0;
}
.inputs-table .ib_bottom {
  align-items: center;
  justify-content: space-between;
}
.inputs-table .ib_left {
  display: flex;
}
.input_table .spblue,
.input_table .spgreen {
  background: #fff;
  color: #3179b1;
  border: 1px solid #ddd;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 6px;
  white-space: nowrap;
}
.input_table .spgreen {
  background: #75bc3c;
  color: #fff;
}
.ib_title label {
  position: absolute;
  top: 13px;
  right: 25px;
  border-radius: 12px;
  height: 25px;
  width: 25px;
  background: #3179b1;
  margin-right: 60px;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 17px;
}
.input_table .inputsLEd {
  top: 4px;
}
.bellgrid .radio {
  background: url(../images/unchk.png) left no-repeat;
  height: 14px;
  width: 14px;
  display: inline-block;
}
.bellgrid .radio.enable {
  background: url(../images/chk.png) left no-repeat;
}
.bellgrid td {
  padding: 5px 0;
  vertical-align: middle;
}
.bellgrid th {
  padding: 10px;
}
.bellgrid {
  border: 1px solid #dfdfdf;
}
.addbells input,
.addbells select {
  border: 1px solid #343a40;
  border-radius: 0;
  margin-left: 2px;
  margin-bottom: 5px;
  height: 2.25rem;
}
.bells .grid-top {
  padding: 5px 8px;
  border: 1px solid #dfdfdf;
  height: 100%;
  display: inline-block;
  width: 100%;
  border-bottom: 0;
}
.paging {
  text-align: right;
  padding: 0;
  margin: 0;
}
.paging ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.paging ul li {
  padding: 0;
  margin: 0;
  display: inline;
}
.paging ul li a {
  color: #60636b;
  background: #fff;
  border: 1px solid #dedede;
  margin: 0 0 0 5px;
  padding: 0;
  height: 26px;
  line-height: 27px;
  width: 27px;
  text-align: center;
  display: block;
  float: left;
  font-size: 12px;
}
.paging ul li a.active,
.paging ul li a:hover {
  color: #fff;
  text-decoration: none;
  border: none;
  background: #bc423c;
  padding: 0;
  width: 29px;
  height: 28px;
}
.paging ul li a.firstpg,
.paging ul li a.lastpg,
.paging ul li a.nxtar,
.paging ul li a.prevar {
  border: 1px solid #dedede;
  width: 28px;
  height: 26px;
}
.paging ul li a.firstpg {
  background: url(../images/firstp.png) center no-repeat #fff;
}
.paging ul li a.prevar {
  background: url(../images/prevp.png) center no-repeat #fff;
}
.paging ul li a.lastpg {
  background: url(../images/lastp.png) center no-repeat #fff;
}
.paging ul li a.nxtar {
  background: url(../images/nextp.png) center no-repeat #fff;
}
.paging ul li a.firstpg:hover {
  background: url(../images/firstp-h.png) center no-repeat #bc423c;
  border: none;
  width: 30px;
  height: 28px;
}
.paging ul li a.prevar:hover {
  background: url(../images/prevp-h.png) center no-repeat #bc423c;
  border: none;
  width: 30px;
  height: 28px;
}
.paging ul li a.lastpg:hover {
  background: url(../images/lastp-h.png) center no-repeat #bc423c;
  border: none;
  width: 30px;
  height: 28px;
}
.paging ul li a.nxtar:hover {
  background: url(../images/nextp-h.png) center no-repeat #bc423c;
  border: none;
  width: 30px;
  height: 28px;
}
.statRed {
  color: red;
  float: left;
}
.statBlack {
  color: #000;
  float: left;
}
.statBlue {
  color: #00f;
  float: left;
}
.statGreen {
  color: green;
  float: left;
}
.ssdel {
  padding: 0 6px;
  margin: 0 !important;
}
.btn:hover {
  color: #fff;
  background: #000;
}
#canTable tbody td,
#canTable thead th,
#inoutTable tbody td,
#inoutTable thead th,
#notifyTable tbody td,
#notifyTable thead th,
#relays4Table tbody td,
#relays4Table thead th,
#relays8Table tbody td,
#relays8Table thead th,
#scheduleTable tbody td,
#scheduleTable thead th {
  white-space: nowrap;
}
#logsTable tbody td,
#logsTable thead th {
  padding: 8px;
}
.container.mt-5 {
  margin-top: 1rem !important;
  margin-bottom: 66px;
}
.form-group {
  margin-bottom: 0.5rem;
}
table.dataTable thead td,
table.dataTable thead th {
  padding: 5px;
}
table.dataTable tbody td,
table.dataTable tbody th {
  padding: 5px 1px;
}
.table-responsive {
  font-family: monospace;
  overflow-x: visible;
  font-size: 1rem;
}
.dataTables_filter {
  margin-top: -60px;
  margin-bottom: 20px;
}
.pschedule {
  width: 65%;
}
.ib_box {
  height: 120px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #e1e1e1;
}
.ib_box_hi canvas,
.ib_box canvas {
  width: auto;
  height: 80px;
}
.home .ib_box_hi canvas,
.home .ib_box canvas {
  width: 100%;
  height: auto;
}

.led_greenLED,
.led_redLED {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  vertical-align: middle;
}
.inputs-table .ib_title {
  flex-direction: column;
  min-height: 70px;
  padding: 5px;
}
.ib_box_hi,
.ib_box_low {
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.ib_box div,
.ib_box div:first-child,
.ib_box_hi div,
.ib_box_low div {
  text-align: center;
}
.ib_box div label {
  margin: 0;
}
.ib_box_low {
  height: 140px;
}
.ib_box_hi div:first-child,
.ib_box_low div:first-child {
  margin-top: 5px;
  text-align: center;
}
.ib_box_hi div:nth-child(2),
.ib_box_low div:nth-child(2) {
  margin-top: 5px;
}
.led_greenLED,
.led_redLED,
.led_yellowLED {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 10px;
}
.divValLab {
  padding: 5px;
  margin: 5px;
}
.led_redLED {
  background: #bc423c;
  border-radius: 100px;
}
.led_greenLED {
  background: #75bc3c;
  border-radius: 100px;
}
.led_yellowLED {
  background: #f0ff00;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  vertical-align: middle;
}
.led_greenLED_big,
.led_redLED_big {
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  display: inline-block;
  width: 250px;
  height: 250px;
  vertical-align: middle;
}
.led_redLED_big {
  background: #bc423c;
  border-radius: 250px;
}
.led_greenLED_big {
  background: #75bc3c;
  border-radius: 250px;
}
.led_yellowLED_big {
  display: inline-block;
  width: 250px;
  height: 250px;
  background: #f0ff00;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .carousel-caption {
    display: none;
  }
  .mobile-xspace {
    margin: 1em 0;
  }
}
.loader {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1030;
}
.vlbell {
  border-right: 1px solid transparent !important;
}
.modal-footer,
.modal-header {
  display: inline !important;
  padding: 0.1rem !important;
}
.modal-header .close {
  padding: 1rem !important;
  margin: -3rem -0.5rem -1rem auto !important;
  outline: 0 !important;
}
.modal-body {
  margin-bottom: -14px !important;
  padding: 0.8rem !important;
}
.card-ain,
.card-costum,
.card-low {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px 1px #796d6d;
  padding: 10px;
  color: hsl(var(--themeColor), var(--themeDarkSaturationS), var(--themeDarkSaturationL));
}
.modal-dialog {
  top: 30% !important;
}
:root {
  --themeColor: 0;
  --themeDarkSaturationS: 51%;
  --themeDarkSaturationL: 49%;
  --themeLightSaturationS: 40%;
  --themeLightSaturationL: 84%;
}
.card-costum {
  height: 99px;
  align-items: center;
  justify-content: space-between;
}
.card-low {
  height: 195px;
  align-items: center;
  justify-content: space-between;
}
.card-ain {
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .card-ain {
    height: 405px;
  }
  .ib_box_hi {
    height: 320px;
  }
}
.activeNav,
.btn-custom,
.menuactive,
.navbar-dark .navbar-nav .nav-item a:hover {
  background: hsl(var(--themeColor), var(--themeDarkSaturationS), var(--themeDarkSaturationL));
}
.labelvalue {
  color: hsl(var(--themeColor), var(--themeDarkSaturationS), var(--themeDarkSaturationL));
}
.bgBottom {
  border-bottom: 2px solid hsl(var(--themeColor), var(--themeDarkSaturationS), var(--themeDarkSaturationL));
  position: relative;
  font-size: 1.3rem;
}
.btn-custom,
.navbar-dark .navbar-nav .nav-item a:hover {
  color: #fff;
}
.navbar.bg-dark {
  background: hsl(var(--themeColor), var(--themeLightSaturationS), var(--themeLightSaturationL)) !important;
  padding: 0;
}
ul.sub {
  left: 0;
  top: 40px;
  background-color: hsl(var(--themeColor), var(--themeLightSaturationS), var(--themeLightSaturationL));
  padding: 0;
  width: 120px;
  height: auto;
  z-index: 300;
}
ul.sub li {
  display: block;
  position: relative;
  text-align: left;
  float: left;
  width: 120px;
  border-bottom: 1px solid #dedede;
  font-weight: 400;
}
.btn-black.focus,
.btn-black:focus,
.btn-black:hover,
.btn-black:not(:disabled):not(.disabled).active,
.btn-black:not(:disabled):not(.disabled):active,
.btn-danger,
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover,
.custom-control-input:checked ~ .custom-control-label::before,
.show > .btn-black.dropdown-toggle {
  color: #fff;
  border-color: hsl(var(--themeColor), var(--themeDarkSaturationS), var(--themeDarkSaturationL));
}
ul.sub li a.fly:hover,
ul.sub li a:hover {
  background-color: hsl(var(--themeColor), var(--themeDarkSaturationS), var(--themeDarkSaturationL));
}
.btn-black:hover {
  background-color: #000;
}
.btn-black.focus,
.btn-black:focus {
  background-color: #2d3238;
  box-shadow: 0 0 0 0.2rem rgb(45 50 56 / 15%);
}
.btn-black:not(:disabled):not(.disabled).active,
.btn-black:not(:disabled):not(.disabled):active,
.show > .btn-black.dropdown-toggle {
  background-color: #2d3238;
  box-shadow: 0 0 0 0.2rem rgb(45 50 56 / 30%);
}
.btn-danger,
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover,
.custom-control-input:checked ~ .custom-control-label::before,
.logbtncol {
  background-color: hsl(var(--themeColor), var(--themeDarkSaturationS), var(--themeDarkSaturationL));
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgb(225 83 97 / 50%);
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: hsl(var(--themeColor), var(--themeDarkSaturationS), var(--themeDarkSaturationL));
  border-color: hsl(var(--themeColor), var(--themeDarkSaturationS), var(--themeDarkSaturationL));
  box-shadow: 0 0 0 0.2rem rgb(45 50 56 / 30%);
}
.custom-control-input:checked ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgb(165 47 43 / 15%);
}
.text-danger,
.text-success {
  color: hsl(var(--themeColor), var(--themeDarkSaturationS), var(--themeDarkSaturationL)) !important;
}
.tooltip-col {
  color: hsl(var(--themeColor), var(--themeDarkSaturationS), var(--themeDarkSaturationL));
  display: inline-block;
  margin-top: 2px;
}
.logbtncol {
  color: #fff;
}
.box {
  background-color: #444;
  color: #c4be92;
  text-align: center;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0.8em 0.8em 1em;
  width: 16em;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 12px 0 #000;
  box-shadow: 0 0 12px 0 #000;
}
.lblmetername {
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
}
.metertable {
  font-size: 2.4em;
  background-color: transparent;
  border-width: 0;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
}
.metertd {
  border: 1px solid #fff;
}
.metertdsmall {
  border: 0;
  font-size: 0.3em;
}
.modal-body,
.modal-header {
  padding: 2px 16px;
  text-align: center;
}
.modal-content {
  position: fixed;
  top: 50%;
  background-color: #d4d4d4;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 50%;
}
