@media (max-width: 1900px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
}

@media (max-width: 600px) {
  #cont-with-sb {
    display: flex;
    flex-direction: column !important;
  }
}
body{
  font-size: 0.8rem;
}
.input-group-text{
  font-size: 0.8rem;
}
.main-content{
  padding-top: 40px;
}
.page-header{
  color: #19d3c5;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: solid 1px #19d3c5;
}
.cursor-pointer{
  cursor: pointer;
}
.link-green-blue{ color: #19d3c5; }
.link-green-blue:hover{ color: #0b2e13; }
.form-control, .btn{
  font-size: 0.8rem;
}
#TBL_users_details tr > td{
  width: 10%;
  vertical-align: top;
}
#TBL_users_details tr > td.cel-ttl{
  background-color: #A9FFFC;

}
.ci_compress_table td{
  padding: 2px 3px;
}
.a-999{
  position: absolute !important;
  left: -9999px !important;
}
.txt-white{
  color:#fff !important;
}

.dt-buttons{
  float: right !important;
  margin-left: 20px;
}