/*!
 * Start Bootstrap - SB Admin v5.0.2 (https://startbootstrap.com/template-overviews/sb-admin)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-sb-admin/blob/master/LICENSE)
 */

html {
  position: relative;
  min-height: 100%;
}

body {
  height: 100%;
}
.dispenser_prod {
    font-weight: bold !important;
}
.nvbarpm {padding-left: -12px;}
#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dbtxt {
    font-size:20px;
    font-weight:500;
}
#wrapper #content-wrapper {
  overflow-x: hidden;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 80px;
}

body.fixed-nav #content-wrapper {
  margin-top: 56px;
  padding-left: 90px;
}

body.fixed-nav.sidebar-toggled #content-wrapper {
  padding-left: 0;
}
.index-hw {
    width:25rem !important;
    height:auto !important;
}
@media (min-width: 768px) {
  body.fixed-nav #content-wrapper {
    padding-left: 225px;
  }
  body.fixed-nav.sidebar-toggled #content-wrapper {
    padding-left: 90px;
  }
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 46px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}
.indcss{
    color:#fff !important;
    width:100%;
    

}

.scroll-to-top i {
  font-weight: 800;
}

.smaller {
  font-size: 0.7rem;
}

.o-hidden {
  overflow: hidden !important;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.navbar-nav .form-inline .input-group {
  width: 100%;
}

.navbar-nav .nav-item.active .nav-link {
  color: #fff;
}

.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
}

.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
  content: '\f107';
}

.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

.navbar-nav .nav-item .nav-link:focus {
  outline: none;
}

.navbar-nav .nav-item .nav-link .badge {
  position: absolute;
  margin-left: 0.75rem;
  top: 0.3rem;
  font-weight: 400;
  font-size: 0.5rem;
}

@media (min-width: 768px) {
  .navbar-nav .form-inline .input-group {
    width: auto;
  }
}

.sidebar {
    width: 90px !important;
    background-color: #244c74;
    min-height: calc(100vh - 56px);
}

.sidebar .nav-item:last-child {
  margin-bottom: 1rem;
}

.sidebar .nav-item .nav-link {
  text-align: center;
  padding: 0.75rem 1rem;
  width: 90px;
}

.sidebar .nav-item .nav-link span {
  font-size: 0.65rem;
  display: block;
}

.sidebar .nav-item .dropdown-menu {
  position: absolute !important;
  -webkit-transform: none !important;
  transform: none !important;
  left: calc(90px + 0.5rem) !important;
  margin: 0;
}

.sidebar .nav-item .dropdown-menu.dropup {
  bottom: 0;
  top: auto !important;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after {
  display: none;
}

.sidebar .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.sidebar .nav-item .nav-link:active, .sidebar .nav-item .nav-link:focus, .sidebar .nav-item .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.sidebar.toggled {
  width: 0 !important;
  overflow: hidden;
}

@media (min-width: 768px) {
  .sidebar {
    width: 225px !important;
  }
  .sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem;
    width: 225px;
  }
  .sidebar .nav-item .nav-link span {
    font-size: 1rem;
    display: inline;
  }
  .sidebar .nav-item .dropdown-menu {
    position: static !important;
    margin: 0 1rem;
    top: 0;
  }
  .sidebar .nav-item.dropdown .dropdown-toggle::after {
    display: block;
  }
  .sidebar.toggled {
    overflow: visible;
    width: 90px !important;
  }
  .sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .sidebar.toggled .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 90px;
  }
  .sidebar.toggled .nav-item .nav-link span {
    font-size: 0.75rem;
    display: block;
  }
  .sidebar.toggled .nav-item .dropdown-menu {
    position: absolute !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: calc(90px + 0.5rem) !important;
    margin: 0;
  }
  .sidebar.toggled .nav-item .dropdown-menu.dropup {
    bottom: 0;
    top: auto !important;
  }
  .sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
    display: none;
  }
}

.sidebar.fixed-top {
  top: 56px;
  height: calc(100vh - 56px);
  overflow-y: auto;
}

.card-body-icon {
  position: absolute;
  z-index: 0;
  top: -1.25rem;
  right: -1rem;
  opacity: 0.4;
  font-size: 5rem;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 1200px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

:root {
  --input-padding-x: 0.75rem;
  --input-padding-y: 0.75rem;
}

.card-login {
  max-width: 25rem;
}

.card-register {
  max-width: 40rem;
}

.form-label-group {
  position: relative;
}

.form-label-group > input,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
  height: auto;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

/*.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}*/

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

footer.sticky-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 90px);
  height: 80px;
  background-color: #e9ecef;
}

footer.sticky-footer .copyright {
  line-height: 1;
  font-size: 0.8rem;
}

@media (min-width: 768px) {
  footer.sticky-footer {
    width: calc(100% - 225px);
  }
}

body.sidebar-toggled footer.sticky-footer {
  width: 100%;
}

@media (min-width: 768px) {
  body.sidebar-toggled footer.sticky-footer {
    width: calc(100% - 90px);
  }
}
.fa-power-off {
    color: #eef3f6;
}
.hide {
    display: none !important;
}
.hide1 {
    display: none !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

.hide-t {
    display: none !important;
}
.thbg {
    background-color: #4774a1 !important;
  /*  background-color: #4774a1;*/
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.tbldata{
    font-size:11px;
}
.table-striped{
    background-color: #f3f2ee;
}
.thstring {
    text-align: left !important;
    Font-size: 12px;
}

.msttable{
    width:70%;
}
.cubuttons {
    width: 100px;
}
.cubtn_font {
    font-size: 12px !important;
    font-weight: bold;
}
.card-body1 {
padding:0px;
}
.buttonhw{
    height:20%;

    padding-top: 0px;
    margin-top:47px;
}

.datetext{
    padding-top: 3px !important;
    text-align:center;
    margin-top: -1px;
}
.fpdiv {
    padding-top: 15px;
    padding-left: 22px;
}
.srchi {
    height:32px;
    width:200px;
}
.srcp{margin-left:50px;}
.showm {
    width: 105px;
}
.sortwh {
    margin-left: 50px;
}
.expmrg{
    margin-left: 45px;
}

.logins{
background-color: transparent;
border-bottom:0px ;
color:#138496;
font-size:32px;
}
.logintrans {
    /*border-radius:2.25rem;*/
    background: #d3effb;
    color: #1d61b6;
    border: 1px solid #049be4;
}
    .logintrans:hover { /*background:rgb(7, 39, 54);*/
        background: rgb(211 239 251);
        color: #1b61b6;
        border-color: #029ce4;
        box-shadow: 0 0 0 0 transparent;
    }
.logintrans:focus{background:rgb(69, 69, 69);color:#fff;border-color: #fff;box-shadow: 0 0 0 0 transparent;}
.indextrans {
    border-radius: 2.25rem;
    /* background:rgb(7, 39, 54);*/
    /*background: rgb(19 110 189);*/
    background: rgb(2 156 228);
    color: #fff;
    border-color: #1f5caf;
    font-weight: 500;
    /*border-color: #fff;*/
} /*rgb(69, 69, 69);*/
    .indextrans:hover {
        background: transparent;
        color: #207da9 !important;
        border-color: #207da9 !important;
        box-shadow: 0 0 0 0 transparent;
    }
.btn-primary_main {
    color: #fff !important;
    background-color: #4774a1 !important;
    border-color: #4774a1 !important;
}
.transspan span {
    border-radius: 2.25rem;
    background: transparent !important;
    color: #1b61b6;
    /*border-color:#fff;*/
    border-color: #0695e1 !important;
}
.logininptr{height:38px !important;}
.cardtrans{background:transparent;border-color:#fff;}
.copclr{color:#fff;}
.chbg{background:#fff !important;}
.loginbg {
    background-color: transparent;
    /* background-color: #1b5fb0;*/
    border: 1px solid #1865b7;
    border-radius: 10px
    /*  background-color: #039ae3;*/
}

.indexbg {
    background-color: transparent;
    border: 1px solid #1865b7;
}

.btnlogin {
    /*background-color:transparent;*/
    background-color: #0695e1;
    border: 1px solid #207da9 !important;
    color: #fff !important;
}
    .btnlogin:hover {
        /*  background-color: rgb(7, 39, 54);*/ /*rgb(69, 69, 69);*/
        /*background-color: rgb(22 107 188);*/
        background-color: transparent;
        border: 1px solid #000;
        color: #1a67b9 !important;
    }
.btnlogin:focus,.btnlogin:active
{
    background-color:#625757 !important;
    border: 1px solid #000;
    color:#fff !important;
}
.lbltxt{
    color:#fff;
}
.footer2{
    background-color: #343a40;
    color: #fff;
    text-align: center;
    
}
.crdindx{
    background-color:#2a2a2a;
}
.footerte{
    margin-left:325px;
}
.buttonhw1{
    /*margin-left:-60px ;*/
    height:32px;
    padding-top:2px;
}
.pgnamr {
    margin-left: -50px;
}
.ddwh{
    width:70px;
    height:31px;

}
.avoid-clicks {
        cursor: not-allowed !important;
    }
    .avoid-clicks a{pointer-events:none;cursor:inherit;}
    .d-paging{cursor:pointer;
              color:#343a40;
    }
ul.pagination {
    float: right;
margin-bottom: 0px;
font-size: 11px;
}
li.active > a {
    background-color: #4774a1;
    color: #fff;
}
li.active {
    background-color: #4774a1;
    color: #fff;
}
    #pagining{font-size:13px;}
    .coldate th,td{
        width:100px !important;
    }

.nowrap {
    white-space: nowrap;
}
.tbldropdown {
    display: inline-block;
    width: calc(100% - 22px);
    padding-right:5px;
}
.card-header {
    padding: 2px 12px;
    margin-bottom: 0;
    background-color: rgba(133,176,227,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.btn-outline-primary_1:hover {
    color: #fff !important;
    background-color: #4774a1 !important;
    border-color: #4774a1 !important;
}
.startpg {
    color: #225fb1 !important;
    padding-left: 2px;
}

.inutht{
    height: 35px !important;
    border: 1px solid #7d8389;
}
.inutht1{
    padding:0px !important;
}
.inutht2{
    width:40px !important;
}
.temp1{
    margin-top:-10px;
}
/*.sucessdiv {
    border:2px solid #1afe02;
    background-color:#1afe02;
}*/
.crdbpad {
        padding: 0rem ;
        padding-top: 10px;
}
/*.mnlstatusdiv {
    display: flex !important;
}*/
#div_1 {
    float: left;
    margin-right: 15px;
}

#div_2 {
    float: left;
}

.col-lg-2.srcp.nopad {
    padding: 5px 0px 0px 0px;
}
.hide2{
    visibility:hidden;
}


@media screen and (max-width:480px ) {
    .buttonhw1 {
        margin-left:60px ;
    }
    .pgnamr {
        margin-left:15px;
    }
    .index-hw{width:auto !important;}
}
@media screen and (min-width: 900px) {
    .loadimg {
        margin-left: 350px;
    }

}
@media screen and (max-width: 575px) and (min-width: 300px) {
    .visiblehide{display:none;}
    .msttable {width: 100%;}
}
@media screen and (max-width: 1100px) and (min-width: 1000px) {
    .boxhw{
    height: 150px;
    width: 250px;
    position:relative;
    left:336px;
    top: -155px;
}
}
@media screen and (max-width: 1200px) and (min-width: 1101px) {
    .boxhw{
    height: 150px;
    width: 250px;
    position:relative;
    left:390px;
    top: -155px;
}
}
@media screen and (max-width: 1400px) and (min-width: 1201px) {
    .boxhw{
    height: 150px;
    width: 250px;
    position:relative;
    left:450px;
    top: -155px;
}
}
.boxhw{
    height: auto;
    background-color:#e6e4e4 !important;
    padding:10px;
    border:0.5px solid #9f9191 !important;
    font-size:12px;
    color:#0b0a0a;
}
.boxhw1{
    height: auto;
    background-color:#e6e4e4 !important;
    padding:10px;
    border:0.5px solid #9f9191 !important;
    font-size:12px;
    color:#0b0a0a;
}
.boxhw2 {
    height: auto;
    background-color: #e6e4e4 !important;
    border: 0.5px solid #9f9191 !important;
    font-size: 12px;
    color: #0b0a0a;
}
.startlogout{
    float: right;    
}
.pagehw {padding-bottom:0px !important;}

.expmrg1{
    margin-left: 762px;
    margin-bottom: -30px;
    
}
.expmrg3 {
    margin-left: 775px;
    margin-bottom: -30px;
    margin-top: -20px;
}
.expmrg2 {
    margin-left: 950px;
    margin-top: -35px;
}
.expmrg4 {
    margin-left: 800px;
    margin-top: -30px;
}
.actlmthdr{
    width:15%;
}
.txthdrtbl{
    text-align:left;
}
.faicon_drpdwn {
    padding: 3px !important;
}

    .tdwidth {
        padding-left: 54px !important;
    }
.bg-dark1{
    padding-top: 30px; margin-top: 100px; background-image: url('../../Content/images/iot.jpg')
}
.tblbtnhw {
    font-size: 11px;
    color: #fff !important;
    width: 40px;
    height: 18px !important;
    padding: 1px;
}

.tblinputhw{
    width:35px;
}
.tblinputhw1 {
    width: 60px;
}
.tblinputhw_dis {
    width: 55px;
}
.thdrphw{width:14%;}
.thdrphwone{width:650px;}
.select2-results__option {
    font-size: 12px !important;
}
.tblcustmr {
    padding: 0.15rem !important;
}
.onoffswitch {
    position: relative;
    width: 100px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 10px;
        background-color: limegreen;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 10px;
        background-color: #ee1717;
        color: #fff;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 18px;
    height:18px;
    margin: 6px;
    background: #FFFFFF;
    border-radius: 20px;
    position: absolute;
    top: 16px;
    bottom: 0;
    right: 56px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 15px;
}

.onoffswitchone {
    position: relative;
    width: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkboxone {
    display: none;
}

.onoffswitch-labelone {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
}

.onoffswitch-innerone {
    display: block;
    width: 200%;
    margin-left: -100% !important;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-innerone:before, .onoffswitch-innerone:after {
        display: block;
        float: left;
        width: 50%;
        height: 15px;
        padding: 0;
        line-height: 15px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-innerone:before {
        content: "ON";
        padding-left: 16px;
        background-color: limegreen;
        color: #FFFFFF;
        font-size: 9px;
    }

    .onoffswitch-innerone:after {
        content: "OFF";
        padding-right: 17px;
        background-color: #ee1717;
        color: #fff;
        text-align: right;
        font-size: 9px;
    }

.onoffswitch-switchone {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    background: #FFFFFF;
    border-radius: 20px;
    position: absolute;
    top: -4px;
    bottom: 0;
    right: 0px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    margin-right: 4px;
}

.onoffswitch-checkboxone:checked + .onoffswitch-labelone .onoffswitch-innerone {
    margin-left: 0 !important;
}

.onoffswitch-checkboxone:checked + .onoffswitch-labelone .onoffswitch-switchone {
    right: 22px;
}

.numdigit
{
    width:10px !important;
}

.emable-bg {
    background: #61f0f3f5 !important;
}

td {
    mso-number-format: "\@"; 
}
.txtnote{
    padding-left:182px;
}
.trhover:hover {
    background-color: lightyellow !important;
}
.txtnote1 {
    padding-left: 138px;
    padding-right: 44px;
}
.delbtn {
    color:red !important;
}
.text-on-pannel1 {
    background: #eaeaea none repeat scroll 0 0;
    /*color: #fff;*/
    height: auto;
    margin-left: 20px;
    padding: 1px 7px;
    position: absolute;
    margin-top: -9px;
    border: 1px solid #2a4657;
    border-radius: 8px;
    font-size: 12px;
}

.locationgrpbtn {
    margin-bottom: 15px;
    margin-left: 15px;
    line-height: 0 !important;
}

    .locationgrpbtn button {
        background-color: #5692f5;
        white-space: nowrap;
        cursor: pointer;
        border-radius: 0px !important;
        font-size: 11px;
        color: #fff;
        padding: 0px 6px;
        margin: 2px 0.5px;
        line-height: 2 !important;
    }

        .locationgrpbtn button:hover, .locationgrpbtn button.active {
            background-color: #1d6ff5;
        }
.displaymode_c {
    font-size: 11px !important;
    color: #999 !important;
    font-weight: normal;
    margin-bottom: 0px;
}