/*TECHRTON User Interfacce*/
/* body {
    font-family: "Lato", sans-serif;
    background-color: rgb(59, 59, 59);
    margin:0px;
} */
body {
  background-color: #d8d9da;
  color: #b9cddf;
  font-family: Hevletica, sans-serif;
  padding: 0;
  margin: 0;
}
.logo{
  background-color: #4d90ed;
  color:  #4d90ed;
  /* padding: 21px 8px 8px 12px; */
  font-size: 20px;
}
.logo1{
  color: rgb(18, 175, 175);
  padding: 8px 8px 8px 12px;
  font-size: 20px;
  
}
#main-area{
  background-color: #077ef5;
}
.sidenav {
  height: 100%;
  width: 220px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #000;
  /* overflow-x: hidden; */
  transition: 0.5s;
  /* padding-top: 60px; */
  display: block;
}

@media (max-width: 480px) {
  .sidenav {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: #000;
    /* overflow-x: hidden; */
    transition: 0.5s;
    /* padding-top: 60px; */
    display: block;
  }
}

.sidenav a,
.dropdown-btn, .sidenav-item{
  padding: 8px 8px 8px 0px;
  text-decoration: none;
  font-size: 17px;
  color: #f3f3f5;
  transition: 0.3s;
}

.sidenav a:hover, .sidenav-item:hover,
.dropdown-btn:hover {
  color: #f0f0f0;
  cursor: pointer;
  background-color: rgb(28, 29, 25);
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.theader{
  cursor: pointer;
}

#main {
  transition: margin-left 0.5s; 
  margin-left: 180px;
  min-width: fit-content;
  background-color: #d8d9da;
}
@media(max-width:480px){
  #main {
    transition: margin-left 0.5s; 
    margin-left: 0px;
    min-width: fit-content;
    background-color: #d8d9da;
  }
}
.topmsg {
  width: 100%;
  transition: margin-left 0.5s; 
  padding: 13px; 
  height: 52px;
  background-color: rgb(250, 249, 249); /* rgb(2, 2, 83);*/
  color:rgb(199, 209, 56);
  
}
@media screen and (max-height: 450px) {
  .sidenav {
      padding-top: 15px;
  }

  .sidenav a {
      font-size: 18px;
  }
}
#searchSize{
  padding: 10px;
}
.list-unstyled, .app-nav, .app-menu, .treeview-menu {
  padding-left: 0;
  list-style: none;
}
/* Add an active class to the active dropdown button */
.active {
  /* background-color: rgb(29, 125, 250); */
  color: rgb(204, 232, 245);
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  color: darkcyan;
  background-color: #262626;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}
#header{
  padding-top: 20px;
  font-weight: bold;
}
.subhead{
  padding-bottom: 13px;
  padding-left: 56px;
}
#onOffColor{
  color: white;
}
#cableTypeAlert{
  width: 267px;
  right:0;
  position: fixed;
  background-color: salmon;
}
#greaterAlert{
  width: 267px;
  right:0;
  position: fixed;
  background-color: salmon;
}

#qtyAlert{
  width: 267px;
  right:0;
  position: fixed;
  background-color: salmon;
}
#remarkAlert{
  width: 267px;
  right:0;
  position: fixed;
  background-color: salmon;
}
#errorAlert{
  width: 267px;
  right:0;
  position: fixed;
  background-color: salmon;
}
#serverError{
  width: 267px;
  right:0;
  position: fixed;
  background-color: salmon;
}
#currentStockError{
  width: 267px;
  right:0;
  position: fixed;
  background-color: salmon;
}
#racknumberalert{
  width: 267px;
  right:0;
  position: fixed;
  background-color: salmon;
}
#greaterError{
  width: 267px;
  right:0;
  position: fixed;
  background-color: salmon;
}
#system1{
  width: 267px;
  right:0;
  position: fixed;
  background-color: #96d690
}
#Default{
  width: 300px;
  right:0;
  position: fixed;
  background-color: #96d690
}
#Loading{
  width: 267px;
  right:0;
  position: fixed;
  background-color: salmon;
}
.app-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -19px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 768px) {
  .app-nav {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

.app-nav__item {
  display: block;
  margin-top: -30px;
  color: #fff;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.app-nav__item:hover, .app-nav__item:focus {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
  .login-content {
      background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100vh;
  }
  .app-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(30, 94, 172, 1);
    z-index: 1030;
    padding-right: 15px;
    background-color: #435d7d;
  }
  
  @media (min-width: 768px) {
    .app-header {
      padding-right: 30px;
    }
  }
  
  #SearchReport{
    background-color: #007bff;
    align-items: center;
    color: white;
  }
  #SearchSetup{
    background-color: #4696eb;
    align-items: center;
    color: #0e0e0e;
  }
  
  #searchJob{
    padding: 10px;
  }
  #scan_qr{
    padding: 10px;
  }
  .btn-cableBack{
    color: rgb(5, 5, 5);
    width: 100px;
    margin-left: 0px;
    padding: 10px;
    margin-top: 40px;
    background-color:#f5f1f1;
    border-color:  #f5f1f1
  }
  #resetBtn{
    background-color: #f94842;
    align-items: center;
    color: #0e0e0e;
  }
  
  #searchSetup{
    padding: 10px;
  }
  #searchLowQty{
    padding:10px;
  }
  #searchColor{
    padding: 10px;
  }
  #searchLength{
    padding: 10px;
  }
  #cable_type{
    padding: 10px;
  }
  #size{
    padding: 10px;
  }
  #color{
    padding: 10px;
  }
  #textureInput{
    padding: 10px;
  }
  .inputBox{
    width: 300px;
  }
  .inputBox i{
    margin-left: 265px;
    position: absolute; 
  }
  .icon { 
    padding: 10px; 
    min-width: 40px; 
  } 
  .loginButton{
    width: 180px;
    margin-top: 0px;
    margin-left: 103px;
  }
  .app-header__logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    color: #f0f1f3;
    text-align: center;
    font-family: sans-serif;
    padding: 0 15px;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
  }
  .btn-spinner {
    display: inline-block;
    z-index: 2000;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: 5px;
    border: solid 2px transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    border-radius: 10px;
    -webkit-animation: bSpinner 0.8s linear infinite;
            animation: bSpinner 0.8s linear infinite;
  }
  
  @-webkit-keyframes bSpinner {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes bSpinner {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  .btn-backCable{
    color: rgb(5, 5, 5);
    width: 80px;
    margin-left: 1000px;
    padding: 10px;
    background-color:#f5f1f1;
    border-color:  #f5f1f1
  }
  .btn-backCableOut{
    color: rgb(5, 5, 5);
    width: 80px;
    margin-left: 1000px;
    padding: 10px;
    background-color:#f5f1f1;
    border-color:  #f5f1f1
  }
  .btn-login{
    /* width: -moz-available; */
    /* width: -webkit-fill-available; */
    color: #FFF;
    width: 180px;
    margin-left: 60px;
    margin-top: 45px;
    padding: 10px;
    background-color:  rgb(3 83 159);
    border-color: rgb(3 83 159);
  }
  .btn-submit{
    color: #FFF;
    width: 180px;
    margin-left: 550px;
    margin-top: 45px;
    padding: 10px;
    margin-bottom: 10px;
    background-color:  rgb(3 83 159);
    border-color: rgb(3 83 159);
  }
  .btn-submitCable{
    color: #FFF;
    width: 180px;
    margin-left: 480px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px;
    background-color:  rgb(3 83 159);
    border-color: rgb(3 83 159);
  }
  .btn-Cablesubmit{
    color: #FFF;
    width: 180px;
    margin-left: 500px;
    margin-top: 45px;
    padding: 10px;
    margin-bottom: 10px;
    background-color:  rgb(3 83 159);
    border-color: rgb(3 83 159);
  }

  .btn-add{
    color: rgb(5, 5, 5);
    width: 100px;
    margin-left: 60px;
    margin-top: 45px;
    padding: 10px;
    background-color: #f5f1f1;
    border-color:  #f5f1f1
  }
  .btn-search{
    color: rgb(5, 5, 5);
    width: 100px;
    padding: 10px;
    background-color: #5f98e7;
    border-color:  #5f98e7
  }
  .btn-reset{
    color: rgb(5, 5, 5);
    width: 100px;
    padding: 10px;
    background-color: #fa4444;
    border-color:  #fa4444
  }
  .btn-cancel{
    color: rgb(5, 5, 5);
    width: 100px;
    padding: 10px;
    background-color: #ebe6e6;
    border-color:  #ebe6e6
  }
  .btn-confirm{
    color: rgb(3, 3, 3);
    width: 100px;
    padding: 10px;
    margin-left: 42px;
    background-color: #f71808;
    border-color:  #f71808
  }
  .btn.btn-confirmed{
    color: rgb(3, 3, 3);
    width: 100px;
    padding: 10px;
    margin-left: 42px;
    display: none;
    background-color: #60d42a;
    border-color:  #60d42a
  }
  .btn-back{
    color: rgb(5, 5, 5);
    width: 100px;
    margin-left: 900px;
    padding: 10px;
    background-color:#f5f1f1;
    border-color:  #f5f1f1
  }
  .btn-stock{
    color: rgb(5, 5, 5);
    width: 100px;
    margin-left: 900px;
    padding: 10px;
    background-color:#f5f1f1;
    border-color:  #f5f1f1
  }
  .btn-print{
    color: rgb(5, 5, 5);
    width: 100px;
    margin-left: 650px;
    padding: 10px;
    background-color:#f5f1f1;
    border-color:  #f5f1f1
  }
  .btn-back-picking{
    color: rgb(5, 5, 5);
    width: 100px;
    margin-left: 1000px;
    padding: 10px;
    background-color:#f5f1f1;
    border-color:  #f5f1f1
  }
  @media(max-width:500px){
    .btn-back{
      color: rgb(5, 5, 5);
      width: 80px;
      margin-left: 86px;
      padding: 10px;
      background-color:#f5f1f1;
      border-color:  #f5f1f1
    }
    .btn-backCable{
      color: rgb(5, 5, 5);
      width: 80px;
      margin-left: 260px;
      padding: 10px;
      background-color:#f5f1f1;
      border-color:  #f5f1f1
    }
    .btn-backCableOut{
      color: rgb(5, 5, 5);
      width: 80px;
      margin-left: 260px;
      padding: 10px;
      background-color:#f5f1f1;
      border-color:  #f5f1f1
    }
    .btn-stock{
      color: rgb(5, 5, 5);
      width: 100px;
      margin-left: 900px;
      padding: 10px;
      background-color:#f5f1f1;
      border-color:  #f5f1f1
    }
    .btn-back-picking{
      color: rgb(5, 5, 5);
      width: 80px;
      margin-left: 88px;
      padding: 10px;
      background-color:#f5f1f1;
      border-color:  #f5f1f1
    }
    .btn-print{
      color: rgb(5, 5, 5);
      width: 100px;
      margin-left: 107px;
      padding: 10px;
      background-color:#f5f1f1;
      border-color:  #f5f1f1
    }
    
  }
  @media(max-width:500px){
    .btn-add{
      color: rgb(5, 5, 5);
      width: 100px;
      margin-left: 60px;
      margin-top: 45px;
      padding: 10px;
      background-color: #f5f1f1;
      border-color:  #f5f1f1
    }
  }
  .login-content .login-box .login-head {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
  .fishlogo{
    width: 100%;
    margin-bottom: 30px;
  }
.login-content .login-box label {
    color: rgb(70, 69, 69);
  }
  .login-content .login-box .utility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .login-content .login-box .btn-container {
    margin-bottom: 0;
  }
  
  .login-content .login-box .login-form, .login-content .login-box .forget-form {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  
  .login-content .login-box .forget-form {
    opacity: 0;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  
  .login-content .login-box.flipped {
    min-height: 300px;
  }
  
  .login-content .login-box.flipped .login-form {
    opacity: 0;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  
  .login-content .login-box.flipped .forget-form {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  
  @media (max-width: 351px) {
    .login-content .login-box {
      min-width: 100%;
    }
    .login-content .login-box .login-form, .login-content .login-box .forget-form {
      width: 100%;
    }
  }
  .login-inputBase {
    width: 100%;
  }
  .login-inputBase_left{
    width:44%;
    padding-left: 0px;
  }
  .login-inputBase_right {
    width: 50%;
    padding-left: 30px;
  }
  .login-content .header{
    margin-bottom: 20px;
    padding-left: 75px;
    font-weight: bold;
    font-size: 9mm;
    font-family: none;
    color: rgb(7, 7, 7);
  }
  .login-content .h5{
    color: rgb(7, 7, 7);
    align-items: center;
    margin-left: 30px;
    margin-bottom: 20px;
  }
  #userId{
    background-color:#ffffff;
    border-color:gainsboro ;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 10px;
    width: -webkit-fill-available;
  }
  #password{
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 10px;
    width: -webkit-fill-available;
  }

  
  
  .login-content .logo h1 {
    font-size: 52px;
    font-weight: 400;
  }
  
  .login-content .login-box {
    position: sticky;
    min-width: 368px;
    min-height: 434px;
    background-color: #fff;
    -webkit-box-shadow: 0px 29px 147.5px 102.5px rgba(0, 0, 0, 0.05), 0px 29px 95px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 29px 147.5px 102.5px rgba(0, 0, 0, 0.05), 0px 29px 95px 0px rgba(0, 0, 0, 0.16);
    -webkit-perspective: 800px;
            perspective: 800px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .btn-primary {
    color: #FFF;
    background-color: rgba(30, 94, 172, 1);
    border-color: rgba(30, 94, 172, 1);
  }
  
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .form-group .control-label:after {
    content:"*";
    color:red;
  }
  .table-wrapper {
    background: #fff;
    padding: 20px 25px;
    margin: 15px 0;
    margin-right: 10px;
    margin-bottom: 0px;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
  }
  .table-wrapper1 {
    background: #fff;
    padding: 20px 25px;
    margin: 15px 0;
    width: 1150px;
    margin-right: 10px;
    margin-bottom: 0px;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
  }
  .table-wrapper2{
    background: #fff;
    padding: 20px 25px;
    margin: 15px 0;
    width: 1400px;
    margin-right: 10px;
    margin-bottom: 0px;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
  }
  .table-wrapper3 {
    background: #fff;
    padding: 20px 25px;
    margin: 15px 0;
    width: 1414px;
    margin-right: 10px;
    margin-bottom: 0px;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
  }
  @media(max-width:480px){
   
    .table-wrapper {
      background: #fff;
      display: block;
      overflow-x: auto;
      float: none;
        text-align: center;
      -webkit-overflow-scrolling: touch;
      box-shadow: 0 1px 1px rgba(0,0,0,.05);
    }
    .table-wrapper1 {
      background: #fff;
      width: 830px;
      padding: 20px 25px;
      margin: 15px 0;
      margin-right: 10px;
      margin-bottom: 0px;
      border-radius: 3px;
      box-shadow: 0 1px 1px rgba(0,0,0,.05);
    }
    .table-wrapper2{
      background: #fff;
      padding: 20px 25px;
      margin: 15px 0;
      width: 830px;
      margin-right: 10px;
      margin-bottom: 0px;
      border-radius: 3px;
      box-shadow: 0 1px 1px rgba(0,0,0,.05);
    }
    .table-wrapper3 {
      background: #fff;
      width: 830px;
      padding: 20px 25px;
      margin: 15px 0;
      margin-right: 10px;
      margin-bottom: 0px;
      border-radius: 3px;
      box-shadow: 0 1px 1px rgba(0,0,0,.05);
    }
  }
 
  .table-title {        
    padding-bottom: 15px;
    background: #5f98e7;
    color: rgb(7, 7, 7);
    padding: 16px 30px;
    margin: -20px -25px 10px;
    border-radius: 3px 3px 0 0;
    }
    .table-title h2 {
      margin: 5px 0 0;
      font-size: 24px;
      }
      .table-title .btn-group {
      float: right;
      }
      .table-title .btn {
      color: rgb(10, 10, 10);
      float: right;
      /* font-weight: bold; */
      font-size:17px;
      margin-top: 10px;
      border: none;
      min-width: 50px;
      border-radius: 2px;
      border: none;
      outline: none !important;
      margin-left: 10px;
      }
      .table-title .btn i {
      float: left;
      font-size: 21px;
      margin-right: 5px;
      margin-top: 0px;
      }
      .table-title .btn span {
      float: left;
      }
  
      .table-title1 {
        padding-bottom: 15px;
        background: transparent;
        color: rgb(7, 7, 7);
        padding: 16px 30px;
        margin: -20px -25px 10px;
        border-radius: 3px 3px 0 0;
        }
        .table-title1 h2 {
          margin: 5px 0 0;
          font-size: 24px;
          }
          .table-title1 .btn-group {
          float: right;
          }
          .table-title1 .btn {
          color: rgb(10, 10, 10);
          float: right;
          font-weight: bold;
          font-size:17px;
          margin-top: 10px;
          border: none;
          min-width: 50px;
          border-radius: 2px;
          border: none;
          outline: none !important;
          margin-left: 10px;
          }
          .table-title1 .btn i {
          float: left;
          font-size: 21px;
          margin-right: 5px;
          margin-top: 0px;
          }
          .table-title1 .btn span {
          float: left;
          }
      #login{
        float: right;
        margin-top: 2px;
        font-size: 5mm;
        color:white;
      }
    .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
    }
    .table {
      font-weight: normal;
      width: 100%;
      margin-bottom: 1rem;
      color: #212529;
    }
    
    .table th,
    .table td {
      padding: 0.75rem;
      vertical-align: top;
      border-top: 1px solid #dee2e6;
    }
    #sl:hover{
      cursor:pointer;
      color:#1e2125;
    }
    #nm:hover{
      cursor:pointer;
      color:#1e2125;
    }
    
    .table thead th {
      vertical-align: bottom;
      border-bottom: 2px solid #dee2e6;
    }
    
    .table tbody + tbody {
      border-top: 2px solid #dee2e6;
    }
    
    .table-sm th,
    .table-sm td {
      padding: 0.3rem;
    }
    
    .table-bordered {
      border: 1px solid #dee2e6;
    }
    
    .table-bordered th,
    .table-bordered td {
      border: 1px solid #dee2e6;
    }
    
    .table-bordered thead th,
    .table-bordered thead td {
      border-bottom-width: 2px;
    }
    
    .table-borderless th,
    .table-borderless td,
    .table-borderless thead th,
    .table-borderless tbody + tbody {
      border: 0;
    }
    
    .table-striped tbody tr:nth-of-type(odd) {
      background-color: rgba(0, 0, 0, 0.05);
    }
    
    .table-hover tbody tr:hover {
      color: #212529;
      background-color: rgba(0, 0, 0, 0.075);
    }
    
    .table-primary,
    .table-primary > th,
    .table-primary > td {
      background-color: #b8e2de;
    }
    
    .table-primary th,
    .table-primary td,
    .table-primary thead th,
    .table-primary tbody + tbody {
      border-color: #7ac8c1;
    }
    
    .table-hover .table-primary:hover {
      background-color: #a6dbd6;
    }
    
    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
      background-color: #a6dbd6;
    }
    
    .table-secondary,
    .table-secondary > th,
    .table-secondary > td {
      background-color: #d6d8db;
    }
    
    .table-secondary th,
    .table-secondary td,
    .table-secondary thead th,
    .table-secondary tbody + tbody {
      border-color: #b3b7bb;
    }
    
    .table-hover .table-secondary:hover {
      background-color: #c8cbcf;
    }
    
    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
      background-color: #c8cbcf;
    }
    
    .table-success,
    .table-success > th,
    .table-success > td {
      background-color: #c3e6cb;
    }
    
    .table-success th,
    .table-success td,
    .table-success thead th,
    .table-success tbody + tbody {
      border-color: #8fd19e;
    }
    
    .table-hover .table-success:hover {
      background-color: #b1dfbb;
    }
    
    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
      background-color: #b1dfbb;
    }
    
    .table-info,
    .table-info > th,
    .table-info > td {
      background-color: #bee5eb;
    }
    
    .table-info th,
    .table-info td,
    .table-info thead th,
    .table-info tbody + tbody {
      border-color: #86cfda;
    }
    
    .table-hover .table-info:hover {
      background-color: #abdde5;
    }
    
    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
      background-color: #abdde5;
    }
    
    .table-warning,
    .table-warning > th,
    .table-warning > td {
      background-color: #ffeeba;
    }
    
    .table-warning th,
    .table-warning td,
    .table-warning thead th,
    .table-warning tbody + tbody {
      border-color: #ffdf7e;
    }
    
    .table-hover .table-warning:hover {
      background-color: #ffe8a1;
    }
    
    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
      background-color: #ffe8a1;
    }
    
    .table-danger,
    .table-danger > th,
    .table-danger > td {
      background-color: #f5c6cb;
    }
    
    .table-danger th,
    .table-danger td,
    .table-danger thead th,
    .table-danger tbody + tbody {
      border-color: #ed969e;
    }
    
    .table-hover .table-danger:hover {
      background-color: #f1b0b7;
    }
    
    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
      background-color: #f1b0b7;
    }
    
    .table-light,
    .table-light > th,
    .table-light > td {
      background-color: #fdfdfe;
    }
    
    .table-light th,
    .table-light td,
    .table-light thead th,
    .table-light tbody + tbody {
      border-color: #fbfcfc;
    }
    
    .table-hover .table-light:hover {
      background-color: #ececf6;
    }
    
    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
      background-color: #ececf6;
    }
    
    .table-dark,
    .table-dark > th,
    .table-dark > td {
      background-color: #c6c8ca;
    }
    
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #95999c;
    }
    
    .table-hover .table-dark:hover {
      background-color: #b9bbbe;
    }
    
    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
      background-color: #b9bbbe;
    }
    
    .table-active,
    .table-active > th,
    .table-active > td {
      background-color: rgba(0, 0, 0, 0.075);
    }
    
    .table-hover .table-active:hover {
      background-color: rgba(0, 0, 0, 0.075);
    }
    
    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
      background-color: rgba(0, 0, 0, 0.075);
    }
    
    .table .thead-dark th {
      color: #FFF;
      background-color: #343a40;
      border-color: #454d55;
    }
    
    .table .thead-light th {
      color: #495057;
      background-color: #e9ecef;
      border-color: #dee2e6;
    }
    
    .table-dark {
      color: #FFF;
      background-color: #343a40;
    }
    
    .table-dark th,
    .table-dark td,
    .table-dark thead th {
      border-color: #454d55;
    }
    
    .table-dark.table-bordered {
      border: 0;
    }
    
    .table-dark.table-striped tbody tr:nth-of-type(odd) {
      background-color: rgba(255, 255, 255, 0.05);
    }
    
    .table-dark.table-hover tbody tr:hover {
      color: #FFF;
      background-color: rgba(255, 255, 255, 0.075);
    }
    table.table td a.edit {
      color: #FFC107;
    }
    abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
    
    @media (max-width: 575.98px) {
      .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
      }
      .table-responsive-sm > .table-bordered {
        border: 0;
      }
    }
    
    @media (max-width: 767.98px) {
      .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
      }
      .table-responsive-md > .table-bordered {
        border: 0;
      }
    }
    .btn-success {
      color: #FFF;
      background-color: rgb(18, 175, 175);
      border-color: rgb(18, 175, 175);
    }
    
    .btn-success:hover {
      color: #FFF;
      background-color: rgb(18, 175, 175);
      border-color: rgb(18, 175, 175);
    }
    
    .btn-success:focus, .btn-success.focus {
      -webkit-box-shadow: 0 0 0 0 rgb(18, 175, 175);
              box-shadow: 0 0 0 0 rgb(18, 175, 175);
    }
    
    .btn-success.disabled, .btn-success:disabled {
      color: #FFF;
      background-color: rgb(18, 175, 175);
      border-color: rgb(18, 175, 175);
    }
    
    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
      color: #FFF;
      background-color: rgb(18, 175, 175);
      border-color: rgb(18, 175, 175);
    }
    
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
              box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
    }
    .btn-danger {
      color: #FFF;
      background-color: rgb(245, 63, 63);
      border-color: rgb(245, 63, 63);
    }
    
    .btn-danger:hover {
      color: #FFF;
      background-color: rgb(245, 63, 63);
      border-color: rgb(245, 63, 63);
    }
    
    .btn-danger:focus, .btn-danger.focus {
      -webkit-box-shadow: 0 0 0 0 rgb(245, 63, 63);
              box-shadow: 0 0 0 0 rgb(245, 63, 63);
    }
    
    .btn-danger.disabled, .btn-danger:disabled {
      color: #FFF;
      background-color: rgb(245, 63, 63);
      border-color: rgb(245, 63, 63);
    }
    
    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
      color: #FFF;
      background-color: rgb(245, 63, 63);
      border-color: rgb(245, 63, 63);
    }
    
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0 rgb(245, 63, 63);
              box-shadow: 0 0 0 0 rgb(245, 63, 63);
    }    
    
    @media (max-width: 991.98px) {
      .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
      }
      .table-responsive-lg > .table-bordered {
        border: 0;
      }
    }
    
    @media (max-width: 1199.98px) {
      .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
      }
      .table-responsive-xl > .table-bordered {
        border: 0;
      }
    }
    
    .table-responsive {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    
    .table-responsive > .table-bordered {
      border: 0;
    }
    .report-content{
      background-color: 1e2933;
    }
    .app-content {
      min-width: fit-content;
      min-height: calc(100vh - 50px);
      background-color: #d8d9da;
      -webkit-transition: margin-left 0.3s ease;
      -o-transition: margin-left 0.3s ease;
      transition: margin-left 0.3s ease;
      padding-left: 25px;
    }
    .appContent{
      background-color: #d8d9da;
      min-height: calc(100vh - 50px);
      min-width: max-content;
    }

.rowonesing{
  width: fit-content;
  padding: 5px;
  margin-left: -7px;
}

.rowTwoColumn{
  vertical-align: top;
  width: 50%;
  float: left;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px; 

}
.rowTwo {
  margin-left: 5px;
  margin-right:5px;
  border: 1px solid black;
  vertical-align: top;
  width: 99%;
  float: left;
}

.rowThreeColumn{
  vertical-align: top;
  width: 100%;
  overflow: hidden;
  float: left;
  padding-top: 20px;
  /* padding-left: 20px; */
  padding-right: 20px; 

}
.rowThree {
  /* margin-left: 5px; */
  margin-right:5px;
  border: 1px solid black;
  vertical-align: top;
  overflow: hidden;
  width: 100%;
  float: left;
}
table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px;
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}
.terasaki_loginLogo{
  width: 100%;
}
.terasakiLogo{
  width: 70%
  
}
.terasaki_Logo{
  width: 100px;
  background: rgb(12, 12, 12);
  border-radius: 20px;
  font-size: 25px;
  margin-top: 20px;
  text-align: center;
  margin-right: 10px;
  border-radius:50%;
  display:inline-block;
  padding:10px;
  margin-left: 50px;
}
.profileImage{
  width: 100%;
  /* background: white;
  border-radius: 20px;
  font-size: 25px;
  text-align: center;
  margin-right: 10px;
  border-radius:50%;
  display:inline-block;
  padding:10px;
  margin-left: 50px; */
}
.profile_details{
  padding: 10px;
  color: white;
  margin-left: 60px;
}
.profile_details2{
  padding-left: 10px;
  padding-top: 3px;
  color: white;
}

@media (max-width: 480px) {
  .app-content {
    width:fit-content;
    padding: 15px;
  }
}   
#sensorValue{
  padding: 10px;
} 
#fromDate{
  padding: 10px;
} 
#due_date{
  padding: 10px;
}
#desired_date{
  padding: 10px;
}
#dateFilter{
  padding: 10px;
}
#racked_date{
  padding: 10px;
}
#picked_date{
  padding: 10px;
}
.input_box{
  width: 500px;
  padding: 10px;
}
.inputLowValue{
  width: 270px;
  padding: 10px;
}
.input_picking{
  width: 500px;
  padding: 10px;
}
@media(max-width: 480px){
  .input_box{
    width: 300px;
    padding: 10px;
  }
  .inputLowValue{
    width: 270px;
    padding: 10px;
  }
  .input_picking{
    width:293px;
    padding: 10px;
  }
}
.btn-submitRacking{
  color: #FFF;
  width: 180px;
  margin-left: 550px;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 10px;
  background-color:  rgb(3 83 159);
  border-color: rgb(3 83 159);
}
@media(max-width:500px){
  .btn-submit{
    color: #FFF;
    width: 180px;
    margin-left: 98px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px;
    background-color:  rgb(3 83 159);
    border-color: rgb(3 83 159);
  }
  .btn-submitCable{
    color: #FFF;
    width: 180px;
    margin-left: 48px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px;
    background-color:  rgb(3 83 159);
    border-color: rgb(3 83 159);
  }
  .btn-submitRacking{
    color: #FFF;
    width: 180px;
    margin-left: 60px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 10px;
    background-color:  rgb(3 83 159);
    border-color: rgb(3 83 159);
  }
}
#toDate{
  padding: 10px;
} 
.formStyle{
  margin-top:0px;
  margin-left:0px;
  display: inline-block;
  padding: 10px;
  color: rgb(7, 7, 7);
}
.prosstyle1{
  margin-top:30px;
  margin-left: 362px;
  display: inline-block;
  padding: 10px;
  color: rgb(7, 7, 7);
}
.prosstyleCable{
  margin-top:30px;
  margin-left: 70px;
  display: inline-block;
  padding: 10px;
  color: rgb(7, 7, 7);
}
.prosstyle{
  margin-top:30px;
  margin-left: 70px;
  display: inline-block;
  padding: 10px;
  color: rgb(7, 7, 7);
}
.prosPick{
  margin-top:30px;
  display: inline-block;
  padding: 10px;
  color: rgb(7, 7, 7);
  margin-left:25px;
}
.formStyle{
  margin-top:0px;
  margin-left:0px;
  display: inline-block;
  padding: 10px;
  color: rgb(7, 7, 7);
}
.formstyle{
  margin-top: 1px;
  margin-left: 25px;
  display: inline-block;
  padding: 10px;
  color: rgb(7, 7, 7);
}
.formCableType{
  margin-top: 1px;
  margin-left: 86px;
  display: inline-block;
  padding: 10px;
  color: rgb(7, 7, 7);
}

.formstylePic{
  margin-top: 1px;
  margin-left: 46px;
  display: inline-block;
  padding: 10px;
  color: rgb(7, 7, 7);
}
@media(max-width:480px){
  .formstyle{
    margin-top: 1px;
    margin-left: -9px;
    display: inline-block;
    padding: 10px;
    color: rgb(7, 7, 7);
  }
  .formStyle{
    margin-top:0px;
    margin-left:0px;
    display: inline-block;
    padding: 10px;
    color: rgb(7, 7, 7);
  }
  .prosstyle{
    margin-top:0px;
    margin-left: 0px;
    display: inline-block;
    padding: 4px;
    color: rgb(7, 7, 7);
  }
  .prosPick{
    margin-top:0px;
    margin-left:-10px;
    display: inline-block;
    padding: 10px;
    color: rgb(7, 7, 7);
  }
  .prosstyle1{
    margin-top:30px;
    margin-left: 91px;
    display: inline-block;
    padding: 10px;
    color: rgb(7, 7, 7);
  }
  
}
.selectDropdown{
  background-color: white;
  padding: 10px;
}
/* option{
  font-size: medium;  
}
select{
  font-size: medium;
} */

canvas#BarChart1{
  margin-top: 10px;
  width: 100% !important;
  height: 50vh !important ;
  margin-left: 10px;
  margin-right: 10px;
 
}
canvas#BarChart2{
  margin-top: 10px;
  width: 100% !important;
  height: 50vh !important ;
  margin-left: 10px;
  margin-right: 10px;
 
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
.tile1{
  margin-left: 95px;
  width: 200px;
  height: 150px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  padding: 10px;
  margin-right: 10px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tile {
  margin-left: 100px;
  width: 500px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  padding: 10px;
  margin-right: 10px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media(max-width:480px){
  .tile1{
    margin-left: 20px;
    width: 200px;
    height: 150px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    padding: 10px;
    margin-right: 10px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .tile {
    margin-left: 10px;
    width: 360px;
    height: 390px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    padding: 10px;
    margin-right: 10px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.columnone {
  width: 40%;
  float: left;
  padding-left: 5px; 
  padding-top: 25px;
}
.columntwo {
  width: 50%;
  float: right;
  padding-right: 20px; 
  padding-top: 10px;
}
.tile {
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  padding: 20px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



.tile.small {
  padding: 0;
}

.tile .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #555;
  border-radius: 3px;
}

.tile .overlay .l-text {
  font-size: 24px;
  margin-top: 15px;
}

.tile .tile-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.tile .tile-title-w-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.tile .tile-title-w-btn p {
  margin: 0;
}

.tile .tile-title-w-btn .title {
  margin: 0;
}

.tile .tile-title-w-btn .side {
  margin-bottom: 0;
  padding-left: 0;
}

.tile .tile-title-w-btn .btn-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.tile .tile-footer {
  border-top: 1px solid #ddd;
  padding: 20px 0 0 0;
  margin-top: 10px;
}
.containersingja{
  height: 150% !important;
}

#btnColor {
  color: #FFF;
  margin-top:2px;
  font-size: 6mm;
  width: 210px;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 65%;
  }
  .col-sm-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 73%;
  }
  .col-sm-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 69%;
  }
  .col-sm-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 55%;
  }
  .col-sm-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 79%;
  }
  .col-sm-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 70%;
  }
  .col-sm-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 70%;
    padding-top: 20px;
    /* padding-right: 20px; */
    padding-left: 20px;
  }
  .col-sm-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 65%;
  }
  .col-sm-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 79%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
#setupAdd{
  margin-left: 1000px;
  margin-top: 30px;
}
.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal-dialogtrnsac{
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal-dialogOfTransactionAdd {
  position: relative;
  width:50%;
  margin: 0.5rem;
  pointer-events: none;
}
.modal-dialogOfTransactionView {
  position: relative;
  /* width: auto;
  margin: 0.5rem;
  pointer-events: none; */
}
.modal-dialogTwo{
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal-dialogThree {
  position: absolute;
  width: auto;
  margin: 1.5rem;
  margin-left: 434px;
  margin-top: 63px;
  pointer-events: none;
  width: fit-content;
  height: 500px;
}
.modal-dialogEnd {
  position: relative;
  width: 25%;
  margin: 0.5rem;
  pointer-events: none;
}
.endCss{
  padding-top: 10px;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
.modal.fade .modal-dialogtrnsac {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialogtrnsac {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal.show .modal-dialogtrnsac {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialogtrnsac-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-content1 {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-contents {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content1 {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-contents {
  max-height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-contentOfTransactionAdd {
  position: relative;
  display: flex;
  width: 70%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;

}
.modal-formOfTransactionAdd{
  width: 100%;
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-content1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 120%;
  height: 100%;
  pointer-events: auto;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-contentThree {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  
  pointer-events: auto;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-contentTwo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: auto;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
    margin: 0 auto; 
    width:250px;
    margin-top:30px;
    
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
@media(max-width: 500px) {
    
  .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100%;
    height: 100%;
    background-color: #000;
  }
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}
.success{
  padding-right: 144px;
}
/* .search{
  -webkit-appearance: button;
  margin-left: 10px;
} */
.reset{
  -webkit-appearance: button;
  margin-left: 20px;
}
.hbuttonone{
  box-sizing: border-box;
  padding: 10px 20px;
  margin-left:45%;
  border: 1px solid #ccc;
  border-radius: 4px;

}
.hbuttontwo{
  box-sizing: border-box;
  margin-left: 10px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.modal-footerThree {
right:    0;
bottom:   0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  margin-top:50px;
}
.start{
  margin-left: 0;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footerAdd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  margin-top: 10px;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog2 {
    max-width: 700px;
    margin: 1.75rem auto;
  }
  @media (min-width: 576px) {
    .modal-dialogtrnsac {
      max-width: 500px;
      margin: 1.75rem auto;
    }
  }
  
  .modal-dialogAdd {
    max-width: 500px;
    margin: 1.75rem auto;
    height: -webkit-fill-available;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content1 {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-scrollable .modal-contents {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.treeview.is-expanded [data-toggle='treeview'] {
  background: #080808;
  text-decoration: none;
  color: #f3f3f5
}

.treeview.is-expanded .treeview-menu {
  max-height: 100vh;
}

.treeview.is-expanded .treeview-indicator {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.treeview-menu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  background: #292929;
}

.treeview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 5px 5px 20px;
  font-size: 1em;
  color: #fff;
  height: 50px;
}

.treeview-item.active, .treeview-item:hover, .treeview-item:focus {
  border-left-color: rgba(30, 94, 172, 1);
  text-decoration: none;
  color: white;
  background-color: #4d90ed;
  border-radius: 50px;
}

.treeview-item .icon {
  margin-right: 5px;
}

.treeview-indicator {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media (min-width: 768px) {
  .sidebar-mini.sidenav-toggled .app-sidebar__user-name,
  .sidebar-mini.sidenav-toggled .app-sidebar__user-designation,
  .sidebar-mini.sidenav-toggled .treeview-indicator {
    display: none;
  }
  .sidebar-mini.sidenav-toggled .app-sidebar__user-avatar {
    width: 30px;
    height: 30px;
  }
  .sidebar-mini.sidenav-toggled .app-content {
    margin-left: 50px;
  }
  .sidebar-mini.sidenav-toggled .app-sidebar {
    left: 0;
    width: 50px;
    overflow: hidden;
  }
  .sidebar-mini.sidenav-toggled .app-sidebar:hover {
    overflow: visible;
  }
  .sidebar-mini.sidenav-toggled .app-menu__item {
    overflow: hidden;
  }
  .sidebar-mini.sidenav-toggled .app-menu__item:hover {
    overflow: visible;
  }
  .sidebar-mini.sidenav-toggled .app-menu__item:hover .app-menu__label {
    opacity: 1;
  }
  .sidebar-mini.sidenav-toggled .app-menu__item:hover + .treeview-menu {
    visibility: visible;
  }
  .sidebar-mini.sidenav-toggled .app-menu__label {
    display: block;
    position: absolute;
    top: 0;
    left: 50px;
    min-width: 180px;
    padding: 12px 5px 12px 20px;
    margin-left: -3px;
    line-height: 1;
    opacity: 0;
    background: #0d1214;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .sidebar-mini.sidenav-toggled .treeview:hover .app-menu__item {
    overflow: visible;
    background: #F0F1F1;
    border-left-color: rgba(30, 94, 172, 1);
    color: rgb(14, 9, 9);
  }
  .sidebar-mini.sidenav-toggled .treeview:hover .app-menu__label {
    opacity: 1;
  }
  .sidebar-mini.sidenav-toggled .treeview:hover .treeview-menu {
    max-height: 100vh;
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }
  .sidebar-mini.sidenav-toggled .treeview .app-menu__label {
    border-bottom-right-radius: 0;
  }
  .sidebar-mini.sidenav-toggled .treeview-menu {
    position: absolute;
    left: 50px;
    min-width: 180px;
    padding: 12px 0;
    opacity: 0;
    border-bottom-right-radius: 4px;
    z-index: 9;
    visibility: hidden;
    -webkit-transition: visibility 0.3s ease;
    -o-transition: visibility 0.3s ease;
    transition: visibility 0.3s ease;
  }
}



.dropdown-item .fa,
.dropdown-item .icon {
  margin-right: 5px;
  vertical-align: middle;
}

.btn {
  cursor: pointer;
}

.btn:not([disabled]):not(.disabled):not(.btn-link):hover, .btn:not([disabled]):not(.disabled):not(.btn-link):focus {
  text-decoration: none;
  -webkit-transform: translate3d(0, -1px, 0);
          transform: translate3d(0, -1px, 0);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.btn[disabled] {
  cursor: not-allowed;
}

.btn .icon,
.btn .fa {
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 7px;
  vertical-align: middle;
}

.app-title2 {
  width: 100%;
  margin-bottom: 0;
}

.app-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #FFF;
  margin: -30px -30px 30px;
  padding: 20px 30px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}


@media (max-width: 480px) {
  .app-title {
    margin: -15px -15px 15px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.app-title h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
}

.app-title p {
  margin-bottom: 0;
  font-style: italic;
}

@media (max-width: 480px) {
  .app-title p {
    display: none;
  }
}

.app-breadcrumb {
  margin-bottom: 0;
  text-align: right;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  padding: 0;
  text-align: left;
  padding: 0;
  background-color: transparent;
}

@media (max-width: 480px) {
  .app-breadcrumb {
    margin-top: 10px;
  }
}

.tile {
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  padding: 20px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



.tile.small {
  padding: 0;
}

.tile .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #555;
  border-radius: 3px;
}

.tile .overlay .l-text {
  font-size: 24px;
  margin-top: 15px;
}

.tile .tile-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.tile .tile-title-w-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.tile .tile-title-w-btn p {
  margin: 0;
}

.tile .tile-title-w-btn .title {
  margin: 0;
}

.tile .tile-title-w-btn .side {
  margin-bottom: 0;
  padding-left: 0;
}

.tile .tile-title-w-btn .btn-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.tile .tile-footer {
  border-top: 1px solid #ddd;
  padding: 20px 0 0 0;
  margin-top: 10px;
}

/* Custom Checkbox and Radio Buttons */
.animated-checkbox input[type="checkbox"] {
  display: none;
}

.animated-checkbox input[type="checkbox"] + .label-text {
  cursor: pointer !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.animated-checkbox input[type="checkbox"] + .label-text:before {
  content: "";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 2px;
  vertical-align: -2px;
}

.animated-checkbox input[type="checkbox"]:checked + .label-text:before {
  content: "";
  color: rgba(30, 94, 172, 1);
  -webkit-animation: tick 180ms ease-in;
          animation: tick 180ms ease-in;
}

.animated-checkbox input[type="checkbox"]:disabled + .label-text {
  cursor: not-allowed !important;
}

.animated-checkbox input[type="checkbox"]:disabled + .label-text:before {
  content: "";
  color: #ccc;
}

.animated-radio-button input[type="radio"] {
  display: none;
}

.animated-radio-button input[type="radio"] + .label-text {
  cursor: pointer !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.animated-radio-button input[type="radio"] + .label-text:before {
  content: "";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 2px;
  vertical-align: -2px;
}

.animated-radio-button input[type="radio"]:checked + .label-text:before {
  content: "";
  color: rgba(30, 94, 172, 1);
  -webkit-animation: tick 180ms ease-in;
          animation: tick 180ms ease-in;
}

.animated-radio-button input[type="radio"]:disabled + .label-text {
  cursor: not-allowed !important;
}

.animated-radio-button input[type="radio"]:disabled + .label-text:before {
  content: "";
  color: #ccc;
}

@-webkit-keyframes tick {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  90% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes tick {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  90% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.toggle.lg input[type="checkbox"] + .button-indecator:before {
  font-size: 30px;
}

.toggle input[type="checkbox"] {
  display: none;
}

.toggle input[type="checkbox"] + .button-indecator {
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.toggle input[type="checkbox"] + .button-indecator:before {
  content: "";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 25px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-right: 5px;
  vertical-align: -2px;
}

.toggle input[type="checkbox"]:checked + .button-indecator:before {
  content: "";
  color: rgba(30, 94, 172, 1);
  -webkit-animation: toggleBtn 0.3s ease-in-out;
          animation: toggleBtn 0.3s ease-in-out;
}

.toggle input[type="checkbox"]:disabled + .button-indecator {
  cursor: not-allowed !important;
}

.toggle input[type="checkbox"]:disabled + .button-indecator:before {
  color: #ccc;
}

.toggle-flip input[type="checkbox"] {
  display: none;
}

.toggle-flip input[type="checkbox"] + .flip-indecator {
  position: relative;
  width: 60px;
  height: 30px;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-perspective: 90px;
          perspective: 90px;
}

.toggle-flip input[type="checkbox"] + .flip-indecator:before, .toggle-flip input[type="checkbox"] + .flip-indecator:after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  line-height: 30px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.toggle-flip input[type="checkbox"] + .flip-indecator:before {
  content: attr(data-toggle-off);
  background-color: #ddd;
}

.toggle-flip input[type="checkbox"] + .flip-indecator:after {
  content: attr(data-toggle-on);
  background-color: rgba(30, 94, 172, 1);
  color: #fff;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.toggle-flip input[type="checkbox"]:checked + .flip-indecator:before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.toggle-flip input[type="checkbox"]:checked + .flip-indecator:after {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.toggle-flip input[type="checkbox"]:disabled + .flip-indecator {
  cursor: not-allowed !important;
  color: #ccc;
}
.modal .modal-dialog {
  max-width: 650px;
  }
  .modal .modal-header, .modal .modal-body, .modal .modal-footer {
  padding: 20px 30px;
  }
  .modal .modal-content {
  border-radius: 3px;
  }
  .modal .modal-content1 {
    width:940px;
    border-radius: 3px;
    }
  .modal .modal-content1 {
    border-radius: 3px;
    }
  .modal .modal-contents {
    border-radius: 3px;
    /* //height:620px; */
  
    }
  .modal .modal-contentOfTransaction {
  border-radius: 3px;
  height: fit-content;
  }
  .modal .modal-contentsofSelection {
    border-radius: 3px;
    height: fit-content;
    }
  .modal .modal-footer {
  background: #ecf0f1;
  border-radius: 0 0 3px 3px;
  }
  
  .premplasLogo{
    width: 100%;
    margin-bottom: 30px;
  }
  .modal .modal-footerForEnd {
    float: right;
    border-radius: 0 0 0 0;
    margin-bottom: 10px;
    }
  .modal .modal-title {
    display: inline-block;
  }
  .modal .form-control {
  border-radius: 2px;
  box-shadow: none;
  border-color: #dddddd;
  }
  
  .modal textarea.form-control {
  resize: vertical;
  }
  .modal .btn {
  border-radius: 2px;
  min-width: 100px;
  }	
  .modal form label {
  font-weight: normal;
  }	
  .app-menu {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  
  .app-menu__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 15px;
    font-size: 1.08em;
    border-left: 3px solid transparent;
    -webkit-transition: border-left-color 0.3s ease,
   background-color 0.3s ease;
    -o-transition: border-left-color 0.3s ease,
   background-color 0.3s ease;
    transition: border-left-color 0.3s ease,
   background-color 0.3s ease;
    color: #fff;
  }
  
  .app-menu__item.active, .app-menu__item:hover, .app-menu__item:focus {
    text-decoration: none;
    color: #f7f7f7
  }
  
  .app-menu__icon {
    color: white;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25px;
  }
  
  .app-menu__label {
    white-space: nowrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .contentDateTime {
    overflow: auto;
    height: 100%;
    scroll-behavior: auto;
}
.dropdownSensor{
  margin-bottom: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  height: 36px;
  font-size: 20p;
}
.dropdownSensor{
  width: -webkit-fill-available;
    height: 40px;
    border: 1px solid #ccc;
}
.optionStyle{
  padding: 15px !important;
}
select{
  font-size: medium;
}
option{
  font-size: medium;
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}


.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 8px 20px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:first-child {
  border-top-left-radius: calc(0.25rem - 0);
  border-top-right-radius: calc(0.25rem - 0);
}

.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.25rem - 0);
  border-bottom-left-radius: calc(0.25rem - 0);
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #FFF;
  text-decoration: none;
  background-color: rgba(30, 94, 172, 1);
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}



.dropdown-header {
  display: block;
  padding: 0 20px;
  margin-bottom: 0;
  font-size: 0.765625rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 8px 20px;
  color: #212529;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.app-nav__item {
  display: block;
  padding: 15px;
  padding-bottom: 0px;
  line-height: 51px;
  color: #101010;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media(max-width:480px){
  .app-nav__item {
    display: block;
    padding: 10px;
    padding-top: 19px;
    padding-bottom: 0px;
    line-height: 51px;
    color: #101010;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
}

.app-nav__item:hover, .app-nav__item:focus {
  background: rgba(212, 212, 212, 0.1);
  color: #070707;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0 0;
  margin: 0 0 0;
  font-size: 0.875rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #FFF;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-menu {
  border-radius: 0;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* table.table tr th:first-child {
 width: 100%;
} */
.dropdown-menu.dropdown-menu-right {
  left: auto;
  /* right: 0; */
}
.bs-example{
  background-color: red;
}
.alertWarn{
  color: #856404;
  background-color: #1e2933;
  border-color: #1e2933;
  size: 1mm;
}
.switchProbe{
  position: relative;
  width: 80px;
  height: 34px;
  margin-top: 20px;
  margin-left: 20px;
  padding: 10px;
}
#onColor{
  color:black;
  font-weight: bold;
  background-color: white;
  margin-left: 10px;
  margin-top: 10px;
  width: fit-content;
}
.Pump{
  width: 400px;
  height: 136px;
  margin-left: 28px;
  display: inline-block;
  background-color: #020e1a;
  border-radius: 3px;
  border-width: 3px;
  border-color: rgb(57, 77, 95);
  border-style: solid;
}
.PumpSecond{
  width: 352px;
  height: 136px;
  display: inline-block;
  background-color: #020e1a;
  border-radius: 3px;
  border-width: 3px;
  border-color: rgb(57, 77, 95);
  border-style: solid;
}
.Pumpthird{
  width: 330px;
  height: 136px;
  display: inline-block;
  background-color: #020e1a;
  border-radius: 3px;
  border-width: 3px;
  border-color: rgb(57, 77, 95);
  border-style: solid;
}
.panel{
  font-size: 19px;
  padding: 5px;
  margin: 0;
  color: yellowgreen;
}
.panelPump{
  margin-top: 20px;
  font-size: 21px;
  padding: 15px;
  margin: 0;
  color: yellowgreen;
}
.buttinput{
  margin-left: 0%;
  color: #cac8ca;
  width: 80px;
  background-color: #bd3148;

  border: #f01f4b;
  border-radius: 4mm;
  border-width: 0px;
  font-weight:500;
  opacity:.9;

  border-color: rgb(208 243 117);
  border-style: solid;
  padding: 3px;
}

.paramtextbox{
  text-decoration:none black;
  width:65px;
  color:#d1cebd;
  font-weight: 600;
  font-size:24px;

  background-color:#020e1a;
  border:0
}
.paramtextbox:focus {
  outline-width: 0;
}
.panelprobe{
  width: 360px;
  height: 136px;
  margin-left: 10px;
  margin-bottom:10px;
  display: inline-block;
  background-color: #020e1a;
  border-radius: 7px;
  border-width: 0px;
  border-color: rgb(57, 77, 95);
  border-style: solid;
  padding:4px;
  box-shadow:  0px 0px 4px #9ACD32 ;
}
.panelset{
font-size: 16.5px;
padding: 5px;
margin: 0;
color:  yellowgreen;
font-weight: 500;
}
.panelset.date {
  padding-top:15px;
}

.Pump.border-boxing{
  width: 400px;
  height: 136px;
  margin-left: 28px;
  display: inline-block;
  background-color: #020e1a;
  border-radius: 3px;
  border-width: 3px;
  border-color: rgb(57, 77, 95);
  border-style: solid;
  border-radius: 25px;
}
#curingTempInput{
  padding: 10px;
}
/* probeparamcss */
.PHeader{
  margin-left: 0px;
  font-weight:700;
  margin-top: 0px;
  color:#ee3a6d;
}
.PCardtitle{
  font-size:18.5px;
  font-weight:500
}
#serverErrorAlert{
  width: 267px;
  right:0;
  position: fixed;
  background-color: rgb(14, 135, 248);
}
#updatedSuccesfully{
  width: 267px;
  right:0;
  position: fixed;
  background-color: rgb(14, 135, 248);
}
#succesAlert{
  width: 267px;
  right:0;
  position: fixed;
  background-color: rgb(14, 135, 248);;
}


#sizeAlert{
  width: 267px;
  right:0;
  position: fixed;
  background-color: rgb(14, 135, 248);
}
#addedSizeSuccesfully{
  width: 267px;
  right:0;
  position: fixed;
  background-color: rgb(14, 135, 248);
}
#updatedSizeSuccesfully{
  width: 267px;
  right:0;
  position: fixed;
  background-color: rgb(14, 135, 248);;
}


#colorAlert{
  width: 267px;
  right:0;
  position: fixed;
  background-color: rgb(14, 135, 248);
}
#addedColorSuccesfully{
  width: 267px;
  right:0;
  position: fixed;
  background-color: rgb(14, 135, 248);
}
#updatedColorSuccesfully{
  width: 267px;
  right:0;
  position: fixed;
  background-color: rgb(14, 135, 248);
}
#textureAlert{
  width: 267px;
  right:0;
  position: fixed;
  background-color: rgb(14, 135, 248);
}
#addedTextureSuccesfully{
  width: 267px;
  right:0;
  position: fixed;
  background-color: rgb(14, 135, 248);
}
#updatedTextureSuccesfully{
  width: 267px;
  right:0;
  position: fixed;
  background-color: rgb(14, 135, 248);
}
#lowQtyUpdateAlert{
  width: 267px;
  right:0;
  position: fixed;
  background-color: rgb(14, 135, 248);
}
#lowQtyAddAlert{
  width: 267px;
  right:0;
  position: fixed;
  background-color: rgb(14, 135, 248);
}
#lowQtyDeleteAlert{
  width: 267px;
  right:0;
  position: fixed;
  background-color: rgb(14, 135, 248);
}

#curingTempAlert{
  width: 267px;
  right:0;
  position: fixed;
  background-color: rgb(14, 135, 248);
}
#addedCuringTempSuccesfully{
  width: 267px;
  right:0;
  position: fixed;
  background-color: rgb(14, 135, 248);
}
#updatedCuringTempSuccesfully{
  width: 267px;
  right:0;
  position: fixed;
  background-color: rgb(14, 135, 248);
}
.btn-outline-danger{
  background-color: #ee3a6d;
  border: #ee3a6d solid !important;
  border-width:0.1px !important;
  color:#ee3a6d !important;
}
.btn-outline-danger:hover{
color: whitesmoke !important;
background-color: #ee3a6d !important;
}
.btn-outline-success{
  background-color: #96d690;
  border: #96d690 solid !important;
  border-width:0.1px !important;
  color:#96d690 !important;
}
.btn-outline-success:hover{
  color: whitesmoke !important;
  background-color: #96d690 !important;
  color: black !important;
  }
.panelborder{
  width:350px;
  border:1px solid #96d690;
  border-width: 1px;
  border-radius: 10px;
  padding:0px;
  padding-top:10px;
  margin:5px;
  box-shadow:  0px 0px 1.5px #96d690 ;
}
@media only screen and (min-width: 500px)   {
  .row {
    width: 100%;
    }
  .container{
    float: left;
  }
  .sizing{
    width:32% !important;
    border: 1px solid #baf1b5;
    border-width:1px;
    margin:5px;
    border-radius: 6px;
    padding:14px;
    box-shadow:  0px 0px 1.5px #96d690 ;
  }
}
@media only screen and (max-width: 960px) and (min-width: 501px)  {
  .row {
    width: 100%;
  }
  .sizing{
    width:50% !important;
    border: 1px solid #baf1b5;
    border-width:1px;
    margin:5px;
    border-radius: 6px;
    padding:14px;
    box-shadow:  0px 0px 1.5px #96d690 ;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 961px)  {
  .row {
    width: 100%;
  }
  .sizing{
    width:32% !important;
    border: 1px solid #baf1b5;
    border-width:1px;
    margin:5px;
    border-radius: 6px;
    padding:10px;
    padding-left:15px;
    box-shadow:  0px 0px 1.5px #96d690 ;
  }
}
.lastUpdated{
  color: rgb(218, 218, 218);
}
.app-sidebar__toggle {
  padding: 0 15px;
  font-family: fontAwesome;
  color: #fff;
  line-height: 2.4;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media (max-width: 767px) {
  .app-sidebar__toggle {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
#succesALert{
  width: 267px;
  right:0;
  position: fixed;
  background-color: rgb(14, 135, 248);
}
.app-sidebar__toggle:before {
  content: "\f0c9";
  font-size: 21px;
}

.app-sidebar__toggle:focus, .app-sidebar__toggle:hover {
  color: #fff;
  background-color:  #07108d;
  text-decoration: none;
}
#qrcode {
  margin: 50px;
  display: none;
  float: left;
}
#QRgenerator{
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}
#prevRackNo{
  margin-left:80px;
  margin-top:20px;
  color: rgb(252, 48, 48);
}
#receivePOHeader{
  padding-left: 50px;
  color:black'
}
#tableWrapperReceivePO{
  margin-left: 40px;
}
#tableWrapperCableStock{
  margin-left: 40px;
}
#tableWrapperCable{
  margin-left: 90px;
  margin-top:0px
}
#headerCable{
  padding-left: 32px;
  padding-top: 20px;
}
@media(max-width:480px){
  #modalDialog{
    width: 360px;
  }
  #headerCable{
    padding-left: 0px;
    padding-top: 20px;
  }
  #receivePOHeader{
    padding-left: 11px;
    color:black;
    margin-bottom: 10px;
  }
  #prevRackNo{
    margin-left:5px;
    margin-top:10px;
    color: rgb(252, 48, 48);
  }
  #tableWrapperReceivePO{
    margin-left: 0px;
    margin-top: -6px;
  }
  #tableWrapperCableStock{
    margin-left: 0px;
    margin-top: -6px;
  }
  #tableWrapperCable{
    margin-left: 0px;
    margin-top:30px
  }
  .prosstyleCable{
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    display: inline-block;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: rgb(7, 7, 7);
  }
  .btn-confirm{
    color: rgb(3, 3, 3);
    width: 100px;
    padding: 10px;
    margin-bottom: 20px;
    margin-left: 6px;
    background-color: #f71808;
    border-color:  #f71808
  }
  .btn.btn-confirmed{
    color: rgb(3, 3, 3);
    width: 100px;
    padding: 10px;
    margin-left: 6px;
    display: none;
    margin-bottom: 20px;
    background-color: #60d42a;
    border-color:  #60d42a
  }
}
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #c3c0c0;
  color: black;
  font-weight: bold;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
#ZeroAlert{
  width: 267px;
  right:0;
  position: fixed;
  background-color: salmon;
}
#zeroLengthAlert{
  width: 267px;
  right:0;
  position: fixed;
  background-color: salmon;
}
#searchLowValue{
  padding:10px
}
#deleteCableStock.modal.hide.fade{
  backdrop-filter: blur(5px) contrast(.8);;
  background: transparent;
}