.some-custom-class-name::ng-deep th {
    background-color: #000 !important;
    color: #fff !important;
  }
  
  .some-custom-class-name::ng-deep tr {
    background-color: #fff !important;
    border-bottom: 1px solid #ccc;
    height: 50px !important;
  }
  
  .some-custom-class-name::ng-deep td {
    height: 100px !important;
  }
  
 
  .some-custom-class-name::ng-deep .ui-table-caption {
    background-color: #fff !important;
    border: none !important;
    margin-top: -16px !important;
    margin-bottom: 16px !important;
  }
  .some-custom-class-name::ng-deep .ui-paginator{
    background-color: #fff;
    border: none !important;
    padding: 15px !important;
  }
  img {
    vertical-align: middle;
    border-style: none;
    width: 25px;
  }
  .contentBar{
    margin-bottom: 30px;
    padding-top: 15px;
  }
  .ui-button-success{
    background-color: #07b399 !important;
    border: 1px solid #34b399 !important;
  }
.floatRt{
  float: right;
  width: 15px !important;
}
thead{
  background: #000 !important;
  color: #fff !important;
}
.tr-child-1{
  height: 250px;
}
.btnround{
  border-radius: 20px;
  border: 1px solid #ccc;
  background: #fff;
}
.override-input{
  border-radius: none !important;
  border: 1px solid #ccc !important;
  width: 100%;
}
.colorred{
  color: red;
}
.width300{
  width: 300px;
}
.drop{
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
  cursor: pointer;
}


