* {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style-type: none;
}
.disc {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 50%;
  font-size: 25px;
  color: white;
  text-align: center;
  background: black;
}
.fromip {
  font-size: small;
  font-weight: normal;
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
}
input:focus {
  border: 0 none;
  outline: none;
}
img {
  max-width: 100%;
}
body {
  overflow-x: hidden;
  font-family: "Work Sans", sans-serif;
}
.wrapper {
  width: 100%;
}
.top {
  padding: 10px 0;
}
.loginTxtDv {
  text-align: right;
}
.loginImg {
  display: inline-block;
  vertical-align: middle;
}
.loginTxt {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #000;
  /*text-transform: uppercase;*/
  text-transform: unset;
  /*font-weight: 700;*/
  font-weight: normal;
  margin-right: 15px;
}
.banner {
  height: auto;
  padding: 50px 0;
  display: inline-block;
}
.banner p {
  font-size: 28px;
  /*text-transform: uppercase;*/
  text-transform: unset;
  /*font-weight: 500;*/
  font-weight: normal;
  color: white;
  letter-spacing: 2px;
}

.bodyTop h3 {
  color: #1076ac;
  /*font-size:  14px;*/
  font-size: 17px;
  /*font-weight: 700;*/
  font-weight: normal;
  margin: 0 0 15px;
  line-height: 30px;
}
.bodyTop p {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 26px;
}
.threeColSec .input-group-text {
  border: 0;
  background-color: transparent;
}
.disabled-select {
  pointer-events: none;
  background-color: #e0e0e0;
}

.threeColSec .form-control {
  border: 0;
  background-color: transparent;
  color: #000;
  font-weight: 600;
  font-size: 15px;
  border-radius: 0;
  letter-spacing: 1px;
}
.threeColSec .datepicker.date.input-group {
  height: 45px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
  border: 0px solid #cccccc;
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
  background: #fff;
  line-height: 38px;
}
.select2-search--dropdown {
  display: none;
}
.seltDv .select2-container {
  width: 100% !important;
  text-align: left;
}
.seltDv .select2-container .select2-selection--single {
  height: 45px;
  border: 0;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
}
.seltDv
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 45px;
  color: #000;
  font-weight: 500;
  padding: 0 15px;
}
.seltDv
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  visibility: hidden;
  position: relative;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b:before {
  visibility: visible;
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 28px;
  top: -24px;
  position: absolute;
  color: #9b9696;
  right: 3px;
}
.bodyTop p {
  margin: 0 0 20px;
}

.rgtSec {
  text-align: right;
}
.btnsArea .btn-graph img,
.btnsArea .btn-delt img {
  max-height: 18px;
}

input.btn.btn-graph.grph-btn-dsh {
  background-image: url(../images/graphIcn.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 20px 8px;
  padding: 10px 24px 10px 46px !important;
}

.btnsArea .btn-view {
  background-color: #fff;
  border: 3px solid #1076ac;
  color: #1076ac;
}

input.btn.btn-view.viw-btn-dsh {
  background-image: url(../images/view.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 18px 11px;
  /* padding: 6px 15px 10px 46px !important;
    line-height: 22px;
*/
  padding: 6px 15px 6px 46px !important;
  line-height: 25px;
}

.btnsArea .btn.btn-export {
  /*background-color: #82dad2;*/
  background-color: #56b2e1;
}
.btnsArea .btn span {
  display: inline-block;
  vertical-align: middle;
}

input.btn.btn-dwnld.dwn-btn-dsh {
  /*background-image: url(../images/dwndld.png);*/
  background-image: url(../images/csv.png);
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: 15px 7px;
  padding: 10px 24px 10px 46px !important;
}

.btnsArea .btn-dwnld {
  background-color: #00b5ad;
}

input.btn.btn-delt.dlt-btn-dsh {
  background-image: url(../images/delt.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 20px 8px;
  padding: 10px 24px 10px 46px !important;
}

.btnsArea .btn-view:hover {
  background-color: #f1f1f1;
}
.btnsArea .btn.btn-export:hover {
  background-color: #1076ac;
}
.graph_container {
  background-color: #fff;
  box-shadow: 0px 0px 5.8100000000000005px 1.19px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
}
.graph_container1 {
  margin-top: 20px;
}
.graphContDv {
  margin: 0 0 40px;
}
/*.footerTop {
	background-color: #1076ac;
	padding: 40px 0;
	background-color: #55b3e6;
    padding: 50px 0;
}*/
.footerTop {
  background-color: #1076ac;
  padding: 26px 0;
}
/*.ftrMid {
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    float: right;
}*/
.ftrMid {
  font-size: 24px;
  letter-spacing: 1px;
  float: left;
  padding-left: 37px;
}

/*r baki gulo fele dao*/
/*a.ftr-phn {
width: 100%;
display: block;
text-align: left;
font-size: 37px;
font-weight: bold;
color: #fff;
margin-bottom: 12px;
}*/
a.ftr-phn {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 37px;
  font-weight: bold;
  color: #0a4565;
  margin-bottom: 0px;
}
.ftr-phn img {
  width: 30px;
  margin-right: 12px;
}
/*a.ftr-lnk {
width: 100%;
display: block;
text-align: left;
font-size: 20px;
font-weight: 500;
color: #fff;
}*/
a.ftr-lnk {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 21px;
  font-weight: 500;
  color: #0a4565;
}
.ftr-lnk img {
  width: 32px;
  margin-right: 15px;
}

.ftrRgt {
  text-align: center;
}
/*.footer-bottom {
	background-color: #0d5c87;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
}*/
.footer-bottom {
  /*background-color: #2988bc;*/
  background-color: #0d5c87;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
}
.userlogout {
  padding: 1rem;
  background-color: #39ade3;
  color: white;
}
.sidebar {
  width: 280px;
  overflow-y: auto;
  background-color: #fff;
  position: fixed;
  top: 0px;
  height: 100%;
  left: 0;
  right: 0;
  overflow-x: hidden;
  z-index: 1;
}
.login-page .main-wrapper,
.setupcontroller-page .main-wrapper {
  display: none;
}
.username {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebarlogo {
  text-align: center;
  padding: 1rem;
}
.sidebarlogo a {
  display: inline-block;
}
.bg-bluelight {
  background: #e7f7ff;
}

.textblue {
  color: #3aa0d7;
}
.nav-side-menu .topsidebarlist li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.nav-side-menu .topsidebarlist li.line {
  border-bottom: 1px solid #e7f7ff;
  /* padding-bottom: 10px;
  margin-bottom: 10px; */
}
.nav-side-menu .topsidebarlist li:last-child {
  margin-bottom: 0;
}

.nav-side-menu {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.nav-side-menu .topsidebarlist li a {
  text-decoration: none;
  color: #1076ac;
  display: block;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.4s ease;
}
.nav-side-menu .topsidebarlist li a:hover,
.nav-side-menu .topsidebarlist li a.active {
  background-color: #1076ac;
  color: #fff;
}

.nav-side-menu .bottomsidebarlist {
  margin-top: auto;
}

.bottomsidebarlist li {
  margin-bottom: 15px;
}
.bottomsidebarlist li:last-child {
  margin-bottom: 0;
}
.bottomsidebarlist li a {
  padding: 0;
  display: inline-block;
  color: #1076ac;
  font-size: 15px;
  font-weight: 500;
}
.feat-super {
  /* background-color: #ff8080; */
}
.bottomsidebarlist li.logout-link a.logout-link {
  color: #d12626;
}
.bottomsidebarlist li:last-child a {
  margin-bottom: 0;
}
.logout {
  color: #ffffff;
  font-size: 1.5rem;
}
.bottomsidebarlist .username {
  height: 100%;
  color: rgba(16, 118, 172, 0.6);
}
.maincontentarea {
  background-color: #f4f4f4;
  padding: 40px 40px 40px 40px;
  margin-left: 280px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#MainContentSpan {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.menubar-panel {
  background: #e7f7ff;
  /* margin-left: -25px;
  margin-right: -25px; */
  padding: 8px 0;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #3aa0d7;
  margin-bottom: 0px;
}
a[href^="mailto:"] {
  font-size: x-large;
}
a[href^="mailto:"]::before {
  content: "\2709""\a0";
}
a[href^="tel:"] {
  font-size: x-large;
}
a[href^="tel:"]::before {
  content: "\260e""\a0";
}
.searchbar-col {
  max-width: 318px;
}
body .title-bar h1 {
  margin-bottom: 0;
  color: #000;
  font-weight: 300;
  text-transform: capitalize;
}
.searchbar-col .serchh {
  position: relative;
}
.searchbar-col .serchh .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.searchbar-col .serchh .form-control:not(:valid) ~ .clear_search {
  opacity: 0;
}
.searchbar-col .serchh .clear_search {
  right: 15px;
  left: auto;
  transition: all ease 0.3s;
  opacity: 1;
}
.table-row,
.table-row-head {
  display: flex;
  flex-wrap: wrap;
}
#ControllerList .table-row {
  cursor: pointer;
}
.flex-table .table-row.odd {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-row-collapse {
  width: 100%;
}
.table-head,
.table-cell {
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  font-size: 1rem;
  font-weight: 500;
  padding: 1rem;
}

.table-head {
  font-weight: 300;
  /* border-bottom: 1px solid rgba(51, 51, 51, 0.2); */
}
.table-row-head .table-head {
  padding-top: 0;
}
.table-cell u {
  text-decoration: none;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #39ade3;
  color: #ffffff;
}
.nav-pills .nav-link {
  font-weight: 500;
  font-size: 1rem;
  border-radius: 0;
  background-color: #ffffff;
  height: 100%;
}
.nav-pills {
  gap: 1rem;
}
.tab-content {
  background-color: #fff;
  padding: 20px;
  flex: 1;
}
.table-head.action-head,
.table-cell.arrow_collapse {
  max-width: 40px;
}
.btn-outline-primary {
  color: #55b3e5;
  border-color: #55b3e5;
  text-align: center;
}
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #55b3e5;
  border-color: #55b3e5;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: none;
}

.btn-primary {
  background-color: #55b3e5;
  color: #fff;
  border-color: #55b3e5;
}
.btn-primary:hover {
  background-color: #1076ac;
  border-color: #1076ac;
}

.btn-secondary {
  background-color: #1076ac;
  color: #fff;
  border-color: #1076ac;
}
.btn-secondary:hover {
  background-color: #55b3e5;
  border-color: #55b3e5;
}

.btn {
  font-weight: 500;
  border-radius: 0;
  padding: 0.6rem 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.lgn .btn-outline-primary {
  text-align: center;
  font-weight: 700;
  color: #55b3e5 !important;
  font-size: 1rem;
}
.lgn .btn-outline-primary:hover {
  color: #fff !important;
}
.table-row-collapse .card-body .btn-outline-primary:hover img {
  filter: brightness(0) invert(1);
}
.table-row .btn-wrap {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding-top: 0.5rem;
  flex-wrap: wrap;
}
.table-cell.arrow_collapse {
  max-width: 50px;
  text-align: center;
}
.table-row-collapse .card-body .btn {
  flex: 1;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
#pills-disconnected .table-row-collapse .card-body .btn {
  flex: 0 0 auto;
}
#pills-disconnected .table-row .btn-wrap {
  justify-content: flex-start;
}
.arrow_collapse i {
  transition: all ease 0.4s;
}
.table-row-active .arrow_collapse i {
  transform: rotate(-90deg);
}
.table-row-active {
  border: 1px solid #55b3e5;
}
.scandata-modal {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.scandata-modal-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  padding-top: 13px;
  padding-right: 10px;
  max-width: 90%;
  max-height: 90%;
}
.scandata-modal-holder {
  position: relative;
}
.scandata-modal::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: -1;
  opacity: 0.5;
}
.scandata-modal div.scanfloater {
  padding: 25px;
  height: auto;
  border-radius: 0.3rem;
  max-width: 100%;
}
.scandata-modal .btn-close {
  border: none;
  background-color: #1076ac;
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  top: -11px !important;
  right: -8px !important;
  font-size: 14px;
  left: auto !important;
} /*
.highcharts-legend-item.highcharts-line-series.highcharts-color-undefined.highcharts-series-0.highcharts-legend-item-hidden , .highcharts-legend-item.highcharts-line-series.highcharts-color-undefined.highcharts-series-1.highcharts-legend-item-hidden , .highcharts-legend-item.highcharts-line-series.highcharts-color-undefined.highcharts-series-2.highcharts-legend-item-hidden{
  display: none;
}*/
.scandata-modal pre {
  margin: 0;
}
.logout-logo {
  text-align: center;
  margin-bottom: 50px;
}
.lgn hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
.new-customer-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bodyArea.lgn,
.bodyArea.chngepwd {
  flex: 1;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.logout-page .main-wrapper,
.logout-page .footerTop,
.logout-page .footer-bottom {
  display: none;
}
.login-page .maincontentarea,
.logout-page .maincontentarea,
.setupcontroller-page .maincontentarea {
  padding: 0 0px;
  margin-left: 0px;
}
h2.formtitle {
  color: #1076ac;
  font-size: 22px;
  margin: 0 0 30px;
  line-height: 30px;
  text-align: center;
}
.chngepwd_sec {
  width: 100%;
}
.unarlm p {
  font-size: 20px;
  color: #000;
}
.unarlm p span {
  color: green;
}
.bodyArea .alarmtitle {
  color: #333;
  font-size: 1.8rem;
  margin-bottom: 40px;
  font-weight: 300;
  line-height: 1.4;
}
.alarmtitle strong {
  font-weight: 500;
}
.viewtext {
  display: none;
  padding-left: 8px;
}

.viewcont i {
  margin-top: 4px;
}
.error {
  color: red;
}
#ControllerList ul {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
}

.alarm-boxy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 300;
}
.alarm-boxy strong {
  font-weight: 500;
}
.alarm-boxy .form-control {
  max-width: 75px;
  margin-right: 9px;
}
.alarm-boxy .dispatched,
.unarlm .response-time {
  margin-left: auto;
  font-weight: 300;
  font-size: 13px;
}
.alarm-boxy .timezone {
  margin-left: 40px;
}
.alarm-boxy .warning {
  width: 100%;
  margin-bottom: 0;
  margin-top: 30px;
  font-size: 1.4rem;
  font-weight: 500;
}
.alarm-boxy .warning li {
  list-style: disc;
  list-style-position: inside;
}

.table tbody td,
.table thead th {
  border: none;
  vertical-align: middle;
}
/* .alarmtable .table tbody td,
.alarmtable .table thead th {
  width: 1%;
}
.alarmtable .table thead th {
  padding-top: 0;
} */
.table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: rgba(244, 244, 244, 0.8);
}

.hist-head {
  background-color: #1076ac;
  font-weight: 700;
  vertical-align: middle;
  color: #fff;
  padding: 8px;
  text-align: left;
  font-size: 15px;
}

.table thead th {
  font-weight: 300;
  font-size: 1rem;
}

.card {
  border: none;
}
.table td {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
}
.response-time span {
  color: #1076ac;
  font-weight: 500;
}
.backtocontrol a {
  color: rgba(51, 51, 51, 0.6);
  font-size: 1rem;
  font-weight: 300;
}
.setupcontroller-list {
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  text-align: left;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.setupcontroller-list li {
  display: flex;
  align-items: center;
}
.setupcontroller-list li img {
  max-width: 19px;
}
.setupcontroller-list li a {
  color: #333;
  text-decoration: underline;
}
.error {
  font-size: 13px;
}
.lgn .form-control {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 45px;
}
.lgn .btn-login {
  padding: 10px 42px;
  margin-right: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  background: #55b3e5;
  width: 100%;
}
.lgn .btn-login:hover {
  background-color: #1076ac;
}
.m-t {
  margin-top: 20px;
}
.lgn .form-box2 h3 {
  padding-left: 14px;
  padding-top: 30px;
}
.lgn h3 {
  font-size: 24px;
}
.user-i .dropdown-toggle::after {
  display: none;
}
.user-i button.btn.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}
.dropdown.user-i {
  display: inline-block;
  vertical-align: middle;
}
.user-i .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem !important;
}
.lgn label,
.chngepwd label {
  font-size: 20px;
}
.new-customer-box h4 {
  font-size: 20px;
  font-weight: 400;
}

.lgn.arlm h3 {
  font-size: 40px;
  padding-top: 25px;
}
.lgn.arlm p {
  font-size: 24px;
  padding-top: 5px;
}
.tablepress {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1em;
  border: none;
}
.tablepress tfoot th,
.tablepress thead th {
  background-color: #56b2e1;
  /*font-weight: 700;*/
  font-weight: normal;
  vertical-align: middle;
  color: #fff;
  /*text-transform:uppercase;*/
  text-transform: none;
  /*padding: 12px;*/
  padding: 5px 10px;
}
.tablepress thead th {
  border-bottom: 1px solid #e9e9e9;
}
.tablepress td,
.tablepress th {
  padding: 8px;
  border: none;
  background: 0 0;
  text-align: left;
  float: none !important;
}
.tablepress tbody tr:first-child td {
  border-top: 0;
}
.tablepress .even td {
  background-color: #fff;
}
.tablepress .odd td {
  background-color: #f6f6f6;
}
tbody.row-hover {
  border: 1px solid #e9e9e9;
}
.tbd-clr {
  border: 1px solid #56b2e1;
}

.flt-r {
  float: left;
  text-align: right;
}
.flt-r-2 {
  float: right;
}
.ds-inbk {
  display: inline-block;
}
.nav-btn a.btn-view {
  border: 2px solid #1076ac;
  border-radius: 3px;
  padding: 5px 10px;
  font-weight: 600;
}
.nav-btn.ds-inbk {
  margin-right: 20px;
  margin-bottom: 20px;
  line-height: 69px;
}

.tablepress td {
  font-size: 14px;
}

.tablepress th {
  font-size: 18px;
}
.seltDv.no-drp {
  width: 100px;
  display: inline-block;
  border: 2px solid #1076ac;
}

.no-drp .select2-selection__rendered {
  color: #1076ac !important;
}

.no-drp .select2-selection__arrow b:before {
  top: -21px !important;

  color: #1076ac !important;
}

.bodyTop h1 {
  color: #1076ac;
  font-size: 25px;
  /* font-weight: 700;*/
  font-weight: normal;
  margin: 0 0 15px;
  line-height: 30px;
  text-transform: uppercase;
}

.bodyTop .ntc {
  /*font-size: 20px;*/
  font-size: 17px;
}

.dropdown.manage-dp button {
  background: #353535 !important;
  border-color: #353535 !important;
  text-transform: uppercase;
  border-radius: 4px !important;
  font-size: 17px;
  color: #fff !important;
  width: 100%;
}

.dropdown.manage-dp .dropdown-toggle::after {
  color: #353535;
}

.dropdown.manage-dp .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background: #353535;
  border-color: #353535;
}

.dropdown.manage-dp {
  margin-bottom: 10px;
}

.cntktd .tablepress tfoot th,
.cntktd .tablepress thead th {
  background-color: #56b2e1;
}

.v-s {
  border: 2px solid #55b3e5;
  color: #55b3e5 !important;
}

.d-s {
  border: 2px solid #0ab6a8;
  color: #0ab6a8 !important;
}

.dn {
  border: 2px solid #f57c02;
  color: #f57c02 !important;
  padding: 2px 5px !important;
  height: 37px;
}
.dn img {
  width: 28px;
}

.spr-admn td.column-55 {
  width: 15%;
}

.v-d-h {
  border: 2px solid #1777aa;
  color: #1777aa !important;
}

.solid-iocn-bg {
  padding: 0;
}

.alrms-i img {
  width: 39px;
  height: 38px;
}

.mng-i img {
  width: 39px;
  height: 38px;
}

.col-contr-name {
  width: 30%;
  flex: 6 0 0%;
}

.col-contr-model {
  width: 15%;
  flex: 2 0 0%;
}

.col-contr-ident {
  width: 25%;
  flex: 3 0 0%;
}

.col-contr-time {
  width: 30%;
  flex: 5 0 0%;
}

.cntktd td.column-1 {
  width: 45%;
}

.spr-admn .cntktd2 td.column-1 {
  width: 45% !important;
}

.spr-admn .cntktd3 td.column-1 {
  width: 72.9% !important;
}

.spr-admn td.column-1 {
  width: 39%;
}

.cntktd td.column-4 {
  width: 5%;
  padding: 0;
}

.cntktd td.column-2 {
  text-align: right;
}

.cntktd2 td.column-1 {
  width: 47%;
}

.cntktd2 td.column-4 {
  width: 5%;
  padding: 0;
}

.spr-admn .column-4 {
  width: 4% !important;
  padding: 0;
}

.rfrs-txt {
  /*text-transform: uppercase;*/
  text-transform: unset;
  /*font-weight: 600;*/
  font-weight: normal;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.viw-tbl .tablepress th {
  font-size: 15px;
}

.viw-tbl .tablepress tfoot th,
.viw-tbl .tablepress thead th {
  background-color: #1076ac;
  font-weight: 700;
  vertical-align: middle;
  color: #fff;
  text-transform: none;
  padding: 8px;
  text-align: right;
}

.viw-tbl .tablepress td {
  text-align: right;
}

.accountUpdateDv .myAcntDv {
  background: #fff;
  box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px,
    rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
}

.myAcntDv h1 {
  font-size: 20px;
  text-transform: unset;
  padding: 12px 20px;
  color: #000;
  border-bottom: 1px solid #ececec;
  border-radius: 5px;
}
.myAcntDv ul {
}

.myAcntDv ul li {
  display: block;
  text-transform: unset;
  color: #000;
  font-weight: 400;
  padding: 5px 7px;
}

.myAcntDv ul li a {
  color: #000;
  font-size: 1rem;
  font-weight: normal;
  padding: 5px 7px;
  display: block;
}

.myAcntDv ul li:hover,
.myAcntDv ul li.active,
.myAcntDv ul li.active a,
.myAcntDv ul li a:hover::after,
.myAcntDv ul li.active a::after {
  color: #1076ac;
  font-size: 18px;
  font-weight: normal;
  padding: 5px 7px;
}
.dataCntntDv {
  box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px,
    rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
  background-color: #fff;
  border-radius: 5px;
  padding: 1.5rem;
  margin-bottom: 40px;
}

.dataCntntDv h2 {
  font-size: 24px;
  text-transform: unset;
  border-bottom: 1px solid #ececec;
  padding-bottom: 1rem;
  margin-bottom: 20px;
}

.lognSecDv {
  background: #fff;
}

.btnsSecDv {
  text-align: center;
}

.chem-admin .col-form-label {
  padding-left: 0;
  padding-right: 0;
  line-height: 36px;
  text-align: right;
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
  color: #333;
}

/* .chem-admin .form-control {
  height: 50px;
  border: 2px solid #e9e9e9;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
  border-radius: 0;
} */

.acc_details a.btn {
  padding: 8px 30px;
  font-weight: 500;
  font-size: 17px;
}

button.act-btn.alrms-i {
  border: none;
  padding: 0;
}

button.act-btn.mng-i {
  border: none;
  padding: 0;
}

.btnsArea .a-n {
  background: #1076ac;
}

.btnsSecDv.acc_details .btn {
  flex: 1;
}
.cntktd3 td.column-1 {
  width: 77.9% !important;
}

.flt-ltf {
  float: left;
}

.flt-rght {
  float: right;
}

.flt-nn {
  float: none;
}

.txt-alln {
  text-align: left !important;
}

.chk-bx .checkbox-btn,
.radio-btn {
  position: relative;
  padding-left: 20px;
}
.chk-bx .checkbox-btn input[type="checkbox"],
.chk-bx .checkbox-btn input[type="radio"],
.chk-bx .radio-btn input[type="checkbox"],
.chk-bx .radio-btn input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.chk-bx .checkbox-btn label,
.radio-btn label {
  display: inline-block;
  line-height: 28px;
  vertical-align: middle;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  user-select: none;
  color: #424242;
}
.chk-bx .checkbox-btn label::after,
.chk-bx .radio-btn label::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  margin-left: -18px;
  background-color: white;
  border: 3px solid #424242;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  cursor: pointer;
}
.chk-bx .checkbox-btn label::before,
.chk-bx .radio-btn label::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 9px;
  top: 8px;
  left: 6px;
  margin-left: -16px;
  border: 3px solid #40c80b;
  border-top: none;
  border-right: none;
  background: transparent;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 1;
}
.chk-bx .checkbox-btn label:active::before,
.chk-bx .radio-btn label:active::before {
  opacity: 0.3;
}
.chk-bx .checkbox-btn input[type="checkbox"]:checked + label,
.chk-bx .checkbox-btn input[type="radio"]:checked + label,
.chk-bx .radio-btn input[type="checkbox"]:checked + label,
.chk-bx .radio-btn input[type="radio"]:checked + label {
  color: #000;
}
.chk-bx .checkbox-btn input[type="checkbox"]:checked + label::after,
.chk-bx .checkbox-btn input[type="radio"]:checked + label::after,
.chk-bx .radio-btn input[type="checkbox"]:checked + label::after,
.chk-bx .radio-btn input[type="radio"]:checked + label::after {
  border: 3px solid #000;
}
.checkbox-btn input[type="checkbox"]:checked + label::before,
.checkbox-btn input[type="radio"]:checked + label::before,
.radio-btn input[type="checkbox"]:checked + label::before,
.radio-btn input[type="radio"]:checked + label::before {
  opacity: 1;
}
.chk-bx .checkbox-btn input[type="checkbox"]:disabled + label,
.chk-bx .checkbox-btn input[type="radio"]:disabled + label,
.chk-bx .radio-btn input[type="checkbox"]:disabled + label,
.chk-bx .radio-btn input[type="radio"]:disabled + label {
  color: #787878;
  cursor: default;
}
.chk-bx .checkbox-btn input[type="checkbox"]:disabled + label::after,
.chk-bx .checkbox-btn input[type="radio"]:disabled + label::after,
.chk-bx .radio-btn input[type="checkbox"]:disabled + label::after,
.chk-bx .radio-btn input[type="radio"]:disabled + label::after {
  border: 3px solid #787878;
  background-color: #ffffff;
}
.chk-bx .checkbox-btn input[type="checkbox"]:disabled + label::before,
.chk-bx .checkbox-btn input[type="radio"]:disabled + label::before,
.chk-bx .radio-btn input[type="checkbox"]:disabled + label::before,
.chk-bx .radio-btn input[type="radio"]:disabled + label::before {
  display: none;
}

.chk-bx li {
  display: inline-block;
}

ul.chk-bx {
  margin-bottom: 0;
}

.form-group.row.upr-dpr {
  padding: 5px 35px 0px;
  overflow: hidden;
}

.upr-dpr > font {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 0;
  padding-right: 0;
  line-height: 36px;
  text-align: right;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  color: #333;
  padding-top: calc(0.375rem + 8px);
  padding-bottom: calc(0.375rem + 1px);
}

.upr-dpr .seltDv font {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.usr-new-d
  .lognSecDv.regisSecDv.afterLoginRightContDv.chem-admin.custmrs-d
  select {
  height: 50px;
  border: 2px solid #e9e9e9;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
  border-radius: 0;
  width: 100%;
  padding: 0 15px;
}
.cntr {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rememberme p {
  position: relative;
  top: -2px;
}
/* Hide the browser's default checkbox */
.cntr input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

/* When the checkbox is checked, add a blue background */
.cntr input:checked ~ .checkmark {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cntr input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cntr .checkmark::after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid rgba(0, 0, 0, 0.54);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.admn-lft-pnl h1 {
  text-align: left;
}

.admn-lft-pnl .myAcntDv ul li {
  text-align: left !important;
}

.user-i.show .dropdown-menu.show a {
  padding: 0.25rem 1.5rem !important;
  display: block;
  width: 100%;

  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.lgn .form-control::placeholder {
  text-transform: unset !important;
  color: #000;
  font-weight: normal;
}

.lgn .form-control:-ms-input-placeholder {
  text-transform: unset !important;
  color: #000;
  font-weight: normal;
}

.lgn .form-control::-ms-input-placeholder {
  text-transform: unset !important;
  color: #000;
  font-weight: normal;
}

.sv-t {
  text-align: left;
  margin: auto;
}

.cntr p {
  font-size: 16px;
}

.cls input[type="BUTTON"] {
  background: red;
  border: 0;
  color: #fff;
  padding: 1px 8px;
  border-radius: 4px;
}

.clss {
  background-color: #e55555;
  border-radius: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 13px;
  border: none;
  color: #fff;
}

.cls input[type="SUBMIT"] {
  background: red;
  border: 0;
  color: #fff;
  padding: 1px 8px;
  border-radius: 4px;
}

.add-dp-frm input[type="SUBMIT"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/*  cal */

.calculator-p .LcdTxt,
.calculator-p .rvsLcdTxt,
.calculator-p .blnk0LcdTxt,
.calculator-p .blnk0rvsLcdTxt,
.calculator-p .blnk1LcdTxt,
.calculator-p .blnk1rvsLcdTxt,
.calculator-p .lcd {
  font-family: Courier;
  font-size: 28px;
}

.calculator-p .lcd {
  background-color: rgb(176, 219, 191);
  color: rgb(98, 132, 196);
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 5px;
  padding-top: 16px;
  margin: 0;
  border: 5px solid black;
  margin-right: 10px;
}

.calculator-p .rvsLcdTxt,
.calculator-p .blnk0rvsLcdTxt {
  color: rgb(176, 219, 191);
  background-color: rgb(98, 132, 196);
}

.calculator-p .blnk1rvsLcdTxt {
  color: rgb(98, 132, 196);
  background-color: rgb(98, 132, 196);
}

.calculator-p .LcdTxt,
.calculator-p .blnk0LcdTxt {
  background-color: rgb(176, 219, 191);
  color: rgb(98, 132, 196);
}

.calculator-p .blnk1LcdTxt {
  background-color: rgb(176, 219, 191);
  color: rgb(176, 219, 191);
}

.calculator-p .btnCold {
  cursor: pointer;
  width: 62px;
  height: 60px;
  font-size: 38px;
  color: rgb(254, 242, 0);
  text-align: center;
  text-decoration: none;
  border: 1px solid rgb(254, 242, 0);
}
.calculator-p .btnHot {
  cursor: pointer;
  width: 56px;
  height: 50px;
  color: rgb(98, 132, 196);
  font-size: 38px;
  background-color: rgb(254, 242, 0);
  border: 1px solid rgb(254, 242, 0);
  text-align: center;
  text-decoration: none;
}
.calculator-p TD {
  color: rgb(254, 242, 0);
}
.calculator-p a:link {
  color: rgb(254, 242, 0);
}
.calculator-p a:visited {
  color: rgb(254, 242, 0);
}
.calculator-p a:hover {
  color: rgb(254, 242, 0);
}
.calculator-p a:active {
  color: rgb(254, 242, 0);
}
.calculator-p .btn {
  font-size: 38px;
  color: rgb(254, 242, 0);
  text-align: center;
  background-color: rgb(0, 174, 240) !important;
  padding: 3px 3px;
  margin: 0;
  border-radius: 0;
}

.calculator-p {
  background-color: rgb(0, 174, 240);
  color: rgb(254, 242, 66);
  font-family: Arial;
  font-size: 14px;
  z-index: 10;
  position: absolute;
  border: 1px solid rgb(254, 242, 0);
  visibility: hidden;
  height: 44px;
  width: 900px;
  left: 120px;
}
.calculator-p input,
.calculator-p select,
.calculator-p textarea {
  background-color: rgb(0, 150, 200);
  color: rgb(254, 242, 0);
}

.calculator-p textarea:focus,
.calculator-p input:focus {
  color: rgb(254, 242, 0);
}
.calculator-p input,
.calculator-p textarea {
  background-color: rgb(0, 150, 200);
}

.calculator-p select option {
  background-color: rgb(0, 150, 200);
}
.calculator-p form {
  display: inline;
  margin: 0;
  padding: 0;
}

.calculator-p .ptr {
  cursor: pointer;
}

.calculator-p a.tooltip {
  text-decoration: none;
  outline: none;
  font-weight: bold;
  font-size: larger;
}
.calculator-p a.tooltip strong {
  line-height: 30px;
}
.calculator-p a.tooltip:hover {
  text-decoration: none;
}
.calculator-p a.tooltip span {
  z-index: 10;
  display: none;
  padding: 5px 5px;
  margin-top: -10px;
  margin-left: 10px;
  width: 150px;
  line-height: 15px;
}
.calculator-p a.tooltip:hover span {
  display: inline;
  position: absolute;
  color: #111;
  border: 1px solid #dca;
  background: #fffaf0;
}
.calculator-p .callout {
  z-index: 20;
  position: absolute;
  top: 30px;
  border: 0;
  left: -12px;
}
.calculator-p a.bigtooltip {
  text-decoration: none;
  outline: none;
  font-weight: bold;
  font-size: larger;
}
.calculator-p a.bigtooltip strong {
  line-height: 30px;
}
.calculator-p a.bigtooltip:hover {
  text-decoration: none;
}
.calculator-p a.bigtooltip span {
  z-index: 10;
  display: none;
  padding: 5px 5px;
  margin-top: -10px;
  margin-left: 10px;
  width: 300px;
  line-height: 15px;
}
.calculator-p a.bigtooltip:hover span {
  display: inline;
  position: absolute;
  color: #111;
  border: 1px solid #dca;
  background: #fffaf0;
}
.calculator-p .callout {
  z-index: 20;
  position: absolute;
  top: 30px;
  border: 0;
  left: -12px;
}

/*CSS3 extras*/
.calculator-p a.tooltip span {
  border-radius: 4px;
  box-shadow: 5px 5px 8px #ccc;
}
.calculator-p a.bigtooltip span {
  border-radius: 4px;
  box-shadow: 5px 5px 8px #ccc;
}

.chs-fl label.form-control.custom-file-label {
  line-height: 33px;
}

.logoDv {
  width: 244px;
  height: 62px;
  margin-top: 3px;
  margin-left: 10px;
  float: left;
}

.txt-upr-none {
  text-transform: unset !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 550px;
  overflow-y: auto;
}

.chm-slct-dcc span.select2-selection.select2-selection--single {
  height: 44px;
  line-height: 42px;
  padding-right: 23px;
}

.chm-slct-dcc span.select2-selection__rendered {
  line-height: 43px !important;
  text-align: left;
}

.chm-slct-dcc span.select2-selection__arrow {
  right: 0px !important;
}

.rgtSec.chm-slct-dcc {
  text-align: center;
}

.btn-bar {
  background: #f2f2f2;
  padding: 10px 0;
}

.btn-bar .nav-btn.ds-inbk {
  margin-right: 0;
  margin-bottom: 0;
  line-height: 35px;
}

.btn-bar .nav-btn a.btn-view {
  padding: 5px 15px;
}

.res-back {
  float: left;
}

.dvh-ref {
  margin-bottom: 1px;
}

.three-btmm {
  /*text-align: left;*/
  text-align: left !important;
  padding-left: 19px;
}

.new-btn-style {
  text-align: left;
  margin-top: 18px;
}

.hdr-btn-admn {
  /*text-align: left !important;*/
  text-align: left !important;
}

/*a.btn.bck-o-img {
padding: 0;
}
a.btn.bck-o-img:hover {
background: none;
}*/
a.btn.bck-o-img {
  padding: 0;
  background: #1076ac;
  border-radius: 50%;
  height: 44px;
  line-height: 37px;
  text-align: center;
  width: 44px;
}

a.btn.bck-o-img img {
  margin-right: 0;
}

.ne-dtt-fld {
  padding-left: 7px;
  /*-ms-flex: 0 0 46%;
flex: 0 0 46%;
max-width: 46%;*/
}

.new-dtt-btn input.btn.btn-graph.grph-btn-dsh {
  padding: 10px 27px 10px 48px !important;
  width: 48%;
  border-radius: 4px;
}

.row.bnt-r {
  margin-top: 11px;
}

.new-dtt-btn .select2-container {
  width: 175px;
}

.chm-slct-dcc .new-dtt-btn span.select2-selection.select2-selection--single {
  height: 43px;
}
.new-dtt-btn {
  padding-left: 7px;
}

.new-dtt-btn span.select2.select2-container.select2-container--default {
  /*width: 180px !important;*/
  width: 48% !important;
}
.nse-nw input.btn.btn-dwnld.dwn-btn-dsh {
  margin-left: 11px;
  width: 48%;
  border-radius: 4px;
}
input.btn.btn-export.text-v {
  padding: 10px 24px 10px 46px !important;
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: 14px 6px;
  background-image: url(../images/text.png);
  width: 48%;
  margin-right: 0;
  border-radius: 4px;
}

.ajx-dct {
  padding: 8px 0px !important;
}
.ajx-dtnt {
  padding: 1px 3px !important;
}
td.column-3.ajx-dct {
  text-align: center;
}
input.btn.btn-view.viw-btn-dsh.wdh-vw {
  /*width: 141px;*/
  width: 48%;
  margin-right: 11px;
  border-radius: 4px;
}

a.cls-tag {
  color: #00b5ad;
}

td.drp-st {
  width: 37.5%;
}

.slct-p::after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 28px;
  position: absolute;
  top: 50%;
  right: 15px;
  pointer-events: none;
  color: #9b9696;
  font-weight: bold;
  transform: translateY(-50%);
}

.slct-p select.select-t {
  height: 45px;
  border: 0;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.log-ar-p:after {
  top: 2px;
}

.lgn.arlm.lgd-out h3 {
  font-size: 24px;
}
.lgn.arlm.lgd-out p {
  font-size: 18px;
}
/*new 23092020*/
.bodyArea.lgn.arlm {
  padding-top: 10px;
}

.bodyArea.lgn.arlm.lgd-out {
  padding-top: 20px;
}
/*new 23092020*/

.banner {
  position: relative;
}

.banner.text-center:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.seltDv.no-drp .select2-container .select2-selection--single {
  height: 37px;
}

.seltDv.no-drp
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px;
}

.plt-slct .slct-p:after {
  top: 2px;
}

@font-face {
  font-family: "ITC Bauhaus";
  src: url("../fonts/bauhaus.eot");
  src: url("../fonts/bauhaus.eot?#iefix") format("embedded-opentype"),
    url("../fonts/bauhaus.woff2") format("woff2"),
    url("../fonts/bauhaus.woff") format("woff"),
    url("../fonts/bauhaus.ttf") format("truetype"),
    url("../fonts/bauhaus.svg#ITC Bauhaus") format("svg");
}

.ftm-s-txt h1 {
  color: #094567;
  font-family: "ITC Bauhaus";
  text-transform: uppercase;
  font-size: 56px;
}

/*---------------new --------------------*/
.nw-bc.form-group.row {
  /*margin-bottom: 0;*/
}
.nw-bc select.col-sm-8.res-cont-tz {
  -ms-flex: 0 0 62.9%;
  flex: 0 0 62.9%;
  max-width: 62.9%;
  margin-left: 14px;
}

#ContInfo textarea.form-control {
  height: 80px !important;
}
.cntktd3 td.column-1 {
  width: 85% !important;
}
.sb-nt-eml1 form {
  font-size: 15px;
  text-align: left;
}
/*31082020*/
.form-group.row.res-unt-nn.nw-f {
  display: inline-block;
}

.drp-den-txt-dwn.sub-unt-usr-y .col-sm-9.rs-uj {
  margin-left: 97px;
}
.rs-tg.nw-vy {
  margin-left: 37px;
}
.col-sm-7.rs-nn.sb-nt-eml {
  padding-left: 41px;
}

.tablepress thead th {
  font-size: 17px;
}
/*.connected-brdr tr:last-child td{
	border-top:1px solid #c6c4c4;
}*/
span.dab-t {
  text-transform: lowercase;
  font-size: 14px;
}

/*===================*/

.blck-brdr tr td {
  /*border: 1px solid #d2d2d2;*/
  border-top: 1px solid #d2d2d2;
}
.lgd-out h3 {
  font-weight: 500;
  color: #000;
}
.gobackbtn.btn-login {
  width: 70%;
  background: #fff;
  border: 1px solid #55b3e5;
  color: #55b3e5;
}
.gobackbtn.btn-login:hover {
  color: #fff;
}
.unitalarmtable td.column-3,
.unitalarmtable td.column-4 {
  max-width: 350px;
}
.nodatafound li {
  list-style-type: disc;
  font-size: 20px;
  font-weight: 500;
}
.nodatafound {
  padding-left: 20px;
}

.serchh input.form-control {
  background-color: #fff;
  border: none;
  height: 50px;
  padding-left: 40px;
  font-weight: 500;
  padding-right: 40px;
}
.keyy.res-lcd-n table {
  height: auto;
}
.sidebar-toggle-btn {
  cursor: pointer;
}
.sidebar-toggle-btn {
  width: 40px;
  height: 40px;
  font-size: 1.3rem;
  background-color: #1076ac;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}

.sidebar .sidebar-toggle-btn {
  top: 10px;
  right: 10px;
  transform: translateX(0);
  position: absolute;
}
.sidebar-toggled .main-wrapper .sidebar-toggle-btn {
  display: none;
}
.sidebar-toggled .sidebar .sidebar-toggle-btn {
  display: flex;
}
.sidebar-list-holder {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  background: #e7f7ff;
  /* padding: 25px; */
  /* margin-left: -25px;
  margin-right: -25px; */
}
.sidebar-toggled::before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.24);
  z-index: 1;
}
.mobile-header {
  background-color: #fff;
  padding: 10px 15px;
}
.checkbox-row-search {
  gap: 15px;
}

.seltDv {
  position: relative;
}

.controller-title {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}
.controller-subtitle {
  font-size: 1rem;
  font-weight: 300;
  color: #000;
  text-decoration: underline;
}
.form-control,
.custom-select {
  height: 45px;
  border-radius: 0;
}
.titlehead {
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 27px;
}
.page-title {
  font-size: 2rem;
  font-weight: 300;
}
.userbtnsSecDv .btnsArea {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: column;
}
.userbtnsSecDv .btnsArea .btn {
  flex: 1;
}
.admin-title-bold {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 18px;
}

.subunit-title {
  font-size: 1.2rem;
  font-weight: 300;
}
.admin-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.admin-btn-wrap .btn {
  font-weight: 700;
  width: 100%;
}
.user-del-btn {
  font-weight: 500;
  text-decoration: underline;
}
.res-usr-acss small {
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
}

.user-checkbox input[name="is_enabled"] {
  order: 1;
}
.user-checkbox input[name="is_enabled"] + label {
  margin-right: 10px;
  order: 3;
  margin-left: 15px;
}
.user-checkbox input[name="is_superuser"] {
  order: 4;
}
.user-checkbox {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.user-checkbox > div {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  flex-direction: row-reverse;
}
.user-checkbox label {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0;
}
.user-checkbox input[type="checkbox"] {
  margin-top: 0;
}
.unit-sorting {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.unit-sorting .custom-select {
  width: 141px;
}
.unit-sorting .res-unt-nn {
  margin-bottom: 0;
  margin-left: auto;
}
.drp-den-txt-dwn {
  margin-bottom: 14px;
}
.drp-den-txt-dwn a,
.sb-nt-eml1 {
  font-size: 14px;
  font-weight: 300;
}
.nw-d {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.unit-sorting label {
  margin-right: 10px;
}
.unit-title-normal {
  font-size: 1rem;
  margin-bottom: 23px;
}
.res-unt-nn p {
  /* max-width: 105px; */
  font-weight: 300;
  font-size: 14px;
}
.res-unt-nn .checkmark {
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0;
}
.mt-3.btn.a-n {
  min-width: 141px;
}
#subunits.active {
  display: flex;
  flex-wrap: wrap;
}
#subunits #v-pills-tab {
  padding-right: 50px;
}
#subunits .nav-pills .nav-link {
  padding-left: 0;
  padding-right: 0;
}
.custom-file-label::after {
  height: 45px;
  line-height: 1.9;
}

.name-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 18px;
}
.btn.btn-primary.btn-add-subunit {
  max-width: 104px;
  line-height: 1.2;
}
/* #v-pills-Subunit1 div.row:first-child {
  display: none;
} */

/*Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 991px) {
  .mobile-header img {
    max-width: 170px;
  }
  .sidebar {
    width: 20rem;
    transform: translateX(-100%);
    transition: all ease 0.3s;
    padding-top: 50px;
  }
  .maincontentarea {
    padding: 30px;
    margin-left: 0;
  }
  .table-row-collapse .card-body .btn {
    flex: 1 1 auto;
  }
  .alarmtitle {
    font-size: 1.6rem;
  }
  .bodyArea .nodatafound li {
    font-size: 18px;
  }
  .sidebar-toggled .sidebar {
    transform: translateX(0);
  }
  .sidebar-toggled::before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.24);
  }
}

/*Large devices (desktops, 992px and up)*/
@media (max-width: 991px) {
  .alarmtitle {
    font-size: 1.4rem;
  }

  .threeColSec {
    max-width: 500px;
    margin: auto;
  }
  .table-row {
    flex-direction: column;
    padding: 10px 0;
  }
  /*
  .table-row .table-cell:first-child::after {
    content: "Name";
    font-weight: 300;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  }*/
  .table-row-head {
    display: none;
  }
  .even .table-cell.arrow_collapse {
    max-width: 100%;
    text-align: left;
  }
  .table-head,
  .table-cell {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .view-actions {
    color: #1076ac;
    font-weight: 500;
  }

  body .title-bar h1 {
    font-size: 32px;
  }
  .table-cell.arrow_collapse {
    max-width: initial;
    text-align: left;
  }
  .viewtext {
    display: inline-block;
  }
}
/*Medium devices (tablets, 768px and up)*/
@media (max-width: 767px) {
  .bodyArea .nodatafound li {
    font-size: 16px;
  }
  body .title-bar h1 {
    font-size: 28px;
  }

  .btnsArea .col-sm-5 {
    margin-bottom: 10px;
  }
  .rgtSec {
    text-align: center;
  }
  .maincontentarea {
    padding: 20px 15px;
  }

  h2.formtitle {
    font-size: 18px;
  }
  .table thead th {
    white-space: nowrap;
  }
  .table thead th,
  .table td {
    font-size: 14px;
  }
  .lgn h3 {
    font-size: 1.3rem;
  }
  .lgn label,
  .chngepwd label {
    font-size: 1rem;
  }
  .lgn hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .new-customer-box h4 {
    font-size: 18px;
  }
  .table-head,
  .table-cell,
  .nav-pills .nav-link {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .datetime {
    text-align: center;
  }
  .admin-btn-wrap a {
    flex: 1 1 auto;
  }
  #UserInfo a button {
    font-size: 14px;
  }
  #subunits.active {
    flex-direction: column;
    gap: 15px;
  }
  #subunits #v-pills-tab {
    flex-direction: row !important;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding-right: 0;
    overflow-x: auto;
    justify-content: space-between;
  }
  #subunits #v-pills-tab .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .nw-d {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .res-unt-nn p {
    max-width: 100%;
  }
  .bodyArea .alarmtitle {
    font-size: 1.5rem;
  }
}

/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 575px) {
  .alarm-boxy .dispatched {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .alarm-boxy .timezone {
    margin-left: auto;
  }
  .nodatafound {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 479px) {
  .alarmtitle {
    font-size: 1rem;
  }
  .bodyArea .nodatafound li {
    font-size: 14px;
  }
  .btnsArea .btn span {
    font-size: 13px;
  }

  .ftrMid {
    font-size: 15px;
  }
  .ftrRgt {
    text-align: right;
    width: 60px;
    /* display: inline-block; */
    float: right;
    margin-right: 15px;
    margin-top: 15px;
  }
  .footerTop {
    /*background-color: #1076ac;*/
    padding: 26px 0;
  }
  .footer-bottom {
    font-size: 15px;
  }

  .banner p {
    font-size: 15px;
  }
  .loginTxt {
    font-size: 18px;
    margin-right: 3px;
  }
  .loginImg img {
    width: 35px;
  }
  .user-i img {
    width: 40px;
    height: 40px;
  }
  .user-i .dropdown-menu.show {
    /*right: 10px !important;
 left: unset !important;
 font-size: 14px;*/
  }

  .loginTxtDv.ds-inbk {
    /*padding-top: 6px;*/
    padding-top: 3px;
  }
  .top {
    padding: 10px 0 20px;
  }
  .searchbar-col {
    max-width: 100%;
    flex: auto;
    padding: 10px 0;
  }
  .alarm-boxy .timezone {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .alarm-boxy {
    justify-content: center;
  }
  .sidebar {
    width: 100%;
  }
}
@media (max-width: 374px) {
  .footer-bottom {
    font-size: 13px;
  }
  .banner p {
    font-weight: 14px;
  }
  .loginTxt {
    font-weight: 11px;
  }
  .loginImg img {
    width: 28px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .res-onn {
    display: inline !important;
  }
  .res-off {
    /*display:none !important;*/
  }
  .res-onn .nav-btn.ds-inbk {
    margin-right: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .res-onn a.btn-view {
    width: 100%;
    margin-bottom: 10px;
  }

  .cntktd td.column-1 {
    width: auto !important;
  }
  .cntktd td.column-2 {
    width: auto !important;
  }
  .cntktd td.column-3 {
    width: auto !important;
  }
  .cntktd td.column-4 {
    width: auto !important;
  }

  .v-s {
    width: 227px;
    display: block;
  }

  .d-s {
    width: 227px;
    display: block;
  }
  .v-d-h {
    width: 227px;
    display: block;
  }

  .alrms-i img {
    width: 100% !important;
  }

  .solid-iocn-bg {
    width: 55px;
    display: block;
  }

  p.rfrs-txt {
    padding-bottom: 30px;
  }
}
@media (width: 768px) {
  .res-onn {
    display: inline !important;
  }
  .res-off {
    display: none !important;
  }
  .res-onn .nav-btn.ds-inbk {
    margin-right: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .res-onn a.btn-view {
    width: 49%;
    margin-bottom: 10px;
    float: left;
    margin-top: 15px;
  }
  .v-s {
    width: 227px;
    display: block;
  }

  .d-s {
    width: 227px;
    display: block;
  }
  .v-d-h {
    width: 227px;
    display: block;
  }

  .alrms-i img {
    width: 100% !important;
    height: 52px !important;
  }

  .mng-i img {
    width: 100% !important;
    height: 52px !important;
  }

  .solid-iocn-bg {
    width: 55px;
    display: block;
  }
}

@media only screen and (min-width: 320px) and (max-width: 992px) {
  .accountUpdateDv .myAcntDv {
    height: auto !important;
    margin-bottom: 20px;
  }

  .dataCntntDv {
    margin-bottom: 20px;
  }

  .chem-admin .col-form-label {
    text-align: left !important;
    padding-left: 17px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 5000px) {
  .res-off {
    display: inline !important;
  }
  .res-onn {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 7000px) {
  .user-i .dropdown-menu.show {
    right: 0px;
    left: unset !important;
  }
}

/* Controller admin page */
#sub-unit-form-destination .input-Name,
#sub-unit-form-destination .input-Info {
  display: none;
}

.input-group-text {
  background-color: transparent;
  border-color: transparent;
}
.addnewclass,
.addnewclass:hover {
  color: #55b3e5;
  font-weight: bold;
  text-decoration: underline;
}

/**new-css**14-3-2024**/
.dataCntntDv .maintitle,
.maintitle {
  font-size: 30px;
  font-weight: 200;
  border: 0;
  line-height: 1.5;
}
.backlink {
  opacity: 0.4;
}
.nav.nav-pills.tabsection {
  /* gap: 0; */
}
.nav.nav-pills.tabsection a {
  /* border: 0;
  border-radius: 5px 5px 0px 0px; */
}
.nav.nav-pills.tabsection a.active {
  /* background: #fff;
  color: #1076ac; */
}
.dataCntntDv.nowhitebg {
  box-shadow: none;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
#CustomerInfo hr,
#UserInfo hr {
  display: none;
}
.whitebg {
  background: #fff !important;
  float: left;
  padding: 35px 35px;
}
.backlink:hover {
  opacity: 1;
  color: #1076ac;
}
.backlink:hover svg path {
  fill: #1076ac;
}
#ControllerList h4 {
  font-size: 1rem;
}
#ControllerList pre {
  tab-size: 20 !important;
  font-size: 0.75rem;
  font-family: "Work Sans", sans-serif;
}
.highcharts-credits {
  display: none;
}
.dataCntntDv #UserInfo {
  display: inline-block;
  /*  margin-left: 20px; */
  margin-top: 10px;
}
#hidesecondGraphBtn {
  float: right !important;
  background: none !important;
  border: none !important;
  color: #1076ac !important;
  text-decoration: underline !important;
}
@media (max-width: 767px) {
  .dataCntntDv.nowhitebg {
    padding: 0px 10px;
  }
  .nav.nav-pills.tabsection a {
    font-size: 12px;
    padding: 8px 9px;
  }
  .tab-content {
    padding: 10px 10px !important;
  }
  .dataCntntDv .maintitle {
    font-size: 26px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .collapse:not(.show) {
    display: block !important;
  }
  .viewcont {
    display: none;
  }
  .imgtext {
    display: none;
  }

  .table-row-collapse .card-body .btn {
    padding: 5px 10px !important;
    width: 130px !important;
    font-size: 11px !important;
  }
  .btn.btn-outline-primary.mobicons {
    width: 50px !important;
  }
}

@media (max-width: 479px) {
  .viewcont {
    display: none;
  }
  .collapse:not(.show) {
    display: block !important;
  }

  .imgtext {
    display: none;
  }
  .table-row-collapse .card-body .btn {
    padding: 5px 10px !important;
    width: 130px !important;
    font-size: 11px !important;
  }
  .btn.btn-outline-primary.mobicons {
    width: 50px !important;
  }
}
.srch-hit {
  color: #004000;
  /*  white-space:pre;*/
}
.srch-hl {
  font-weight: bold;
  color: green;
  display: inline;
}

.text-xs {
  font-size: 0.75rem; /* 12px */
  line-height: 1rem; /* 16px */
}
.text-sm {
  font-size: 0.875rem; /* 14px */
  line-height: 1.25rem; /* 20px */
}
.text-base {
  font-size: 1rem; /* 16px */
  line-height: 1.5rem; /* 24px */
}
.text-lg {
  font-size: 1.125rem; /* 18px */
  line-height: 1.75rem; /* 28px */
}
.text-xl {
  font-size: 1.25rem; /* 20px */
  line-height: 1.75rem; /* 28px */
}
.text-2xl {
  font-size: 1.5rem; /* 24px */
  line-height: 2rem; /* 32px */
}
.text-3xl {
  font-size: 1.875rem; /* 30px */
  line-height: 2.25rem; /* 36px */
}
.text-4xl {
  font-size: 2.25rem; /* 36px */
  line-height: 2.5rem; /* 40px */
}
.text-5xl {
  font-size: 3rem; /* 48px */
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem; /* 60px */
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem; /* 72px */
  line-height: 1;
}
.text-8xl {
  font-size: 6rem; /* 96px */
  line-height: 1;
}
.text-9xl {
  font-size: 8rem; /* 128px */
  line-height: 1;
}

:root {
  --brand-blue: #39ade3; /* Adjust the color to match your brand */
  --brand-darkblue: #1076ac;
  --brand-lightblue: #e7f7ff;
  --brand-white: #ffffff;
}

/* Background Colors */
.bg-brand-blue {
  background-color: var(--brand-blue);
}
.bg-brand-darkblue {
  background-color: var(--brand-darkblue);
}
.bg-brand-lightblue {
  background-color: var(--brand-lightblue);
}
.bg-brand-white {
  background-color: var(--brand-white);
}

/* Text Colors */
.text-brand-blue {
  color: var(--brand-blue);
}
.text-brand-darkblue {
  color: var(--brand-darkblue);
}
.text-brand-lightblue {
  color: var(--brand-lightblue);
}
.text-brand-white {
  color: var(--brand-white);
}

/* Border Colors */
.border-brand-blue {
  border-color: var(--brand-blue);
}
.border-brand-darkblue {
  border-color: var(--brand-darkblue);
}
.border-brand-lightblue {
  border-color: var(--brand-lightblue);
}
.border-brand-white {
  border-color: var(--brand-white);
}

/* Fixed Widths */
.w-1 {
  width: 0.25rem; /* 4px */
}
.w-2 {
  width: 0.5rem; /* 8px */
}
.w-3 {
  width: 0.75rem; /* 12px */
}
.w-4 {
  width: 1rem; /* 16px */
}
.w-5 {
  width: 1.25rem; /* 20px */
}
.w-6 {
  width: 1.5rem; /* 24px */
}
.w-8 {
  width: 2rem; /* 32px */
}
.w-10 {
  width: 2.5rem; /* 40px */
}
.w-12 {
  width: 3rem; /* 48px */
}
.w-16 {
  width: 4rem; /* 64px */
}
.w-20 {
  width: 5rem; /* 80px */
}
.w-24 {
  width: 6rem; /* 96px */
}
.w-32 {
  width: 8rem; /* 128px */
}
.w-40 {
  width: 10rem; /* 160px */
}
.w-48 {
  width: 12rem; /* 192px */
}
.w-56 {
  width: 14rem; /* 224px */
}
.w-64 {
  width: 16rem; /* 256px */
}
.w-72 {
  width: 18rem; /* 288px */
}
.w-80 {
  width: 20rem; /* 320px */
}
.w-96 {
  width: 24rem; /* 384px */
}

/* Percentage Widths */
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333%;
}
.w-2\/3 {
  width: 66.666%;
}
.w-1\/4 {
  width: 25%;
}
.w-3\/4 {
  width: 75%;
}
.w-1\/5 {
  width: 20%;
}
.w-2\/5 {
  width: 40%;
}
.w-3\/5 {
  width: 60%;
}
.w-4\/5 {
  width: 80%;
}
.w-full {
  width: 100%;
}

/* Auto and Max Widths */
.w-auto {
  width: auto;
}
.w-min {
  width: min-content;
}
.w-max {
  width: max-content;
}
.w-fit {
  width: fit-content;
}

/*  Basic layout – tweak as you like
    -------------------------------------------------------------- */
.health-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.health-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.health-section h2 {
  margin: 0;
}

.health-box {
  border: 1px solid #ccc;
  padding: 0.75rem 1rem;
  display: inline-block;
  margin-right: 0.75rem;
}

.overall-snapshot {
  margin: 0;
}

.ok {
  color: #0a0;
}
.warning {
  color: #c0c000;
}
.critical {
  color: #f00;
}

/*  Optional: make each section visually distinct
        -------------------------------------------------------------- */
.overall .overall-snapshot {
  background: #ffffff;
}
.processes .health-box {
  background: #eefaff;
}
.disks .health-box {
  background: #fff8e6;
}
