.table-header::ng-deep tr{
  background-color: #cfcece !important;
}
    
.some-custom-class-name::ng-deep th {
  background-color: #fff !important;
}

.some-custom-class-name::ng-deep tr {
  background-color: #fff !important;
  border-bottom: 1px solid #ebeff3 !important;
}
.some-custom-class-name::ng-deep .ui-table .ui-table-thead > tr > th {
  border: none !important;
  font-size: 13px;
  padding: 6px;
}
.some-custom-class-name::ng-deep td {
  border: none !important;
}
.some-custom-class-name::ng-deep .ui-table .ui-sortable-column.ui-state-highlight{
  color: #1f1e1e !important; 
}
.some-custom-class-name::ng-deep td {
  border: none !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: #f5f7f9;
  border: none !important;
  padding: 15px !important;
}
.some-custom-class-name::ng-deep .ui-button {
  padding: 1.429em 1em !important;
}
  .ui-button-secondary{
    color: #fff !important;
  }
  .table-content{
    padding-bottom: 8px !important;
    padding-top: 25px !important;
  }

  .some-custom-class-name::ng-deep .ui-paginator .ui-paginator-pages .ui-paginator-page{
    height: 1.286em !important;
    min-width: 1.286em !important;
    line-height: 1.286em !important;
    border:1px solid #ddd;
  }

  .some-custom-class-name::ng-deep .ui-paginator .ui-paginator-first, .some-custom-class-name::ng-deep .ui-paginator .ui-paginator-prev, .some-custom-class-name::ng-deep .ui-paginator .ui-paginator-next, .some-custom-class-name::ng-deep .ui-paginator .ui-paginator-last {
    color: #0e0e0e;
    height: 1.286em !important;
    min-width: 1.286em !important;
    border: 0 none;
    line-height: 1.286em !important;
    padding: 0;
    margin: 0;
    vertical-align: top;
    border-radius: 0;
}

.some-custom-class-name::ng-deep .ui-button {
  padding: 1.429em 1em !important;
}
  
.expandTable{
  width: 1600px;
  margin-left: 50px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.noOfTasks{
  background-color: #e86868;
  border-radius: 15px;
  padding: 3px 8px;
  border: 2px solid #bf3737;
  margin-left: 5px;
  color: #fff;
}

.btn-deals{
  color: #fff;
  background-color: #84c67d;
  border: 2px solid #438c3a;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-collections{
  color: #fff;
  background-color: #ffae00;
  border: 2px solid #bc9220;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-tickets{
  color: #fff;
  background-color: #5bc0de;
  border: 2px solid #007bff;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-expertentials{
  color: #fff;
  background-color: #db4c77;
  border: 2px solid #ea1555;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.contact-name{
  color: #007ad9;
  cursor: pointer;
}

.bulkActionValMsg{
  color: red;
}

.dropmenuBulk::ng-deep .ui-dropdown{
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 27px !important;
}
.dropmenuBulk::ng-deep .ui-dropdown label.ui-dropdown-label{
  padding: 0px;
  padding-left: 4px;
  margin-top: 3px;
  font-size: 13px;
  color: #000 !important;
}


.some-custom-class-name::ng-deep  .ui-table .ui-sortable-column.ui-state-highlight {
  color: #000 !important;
}

.some-custom-class-name::ng-deep .ui-table .ui-sortable-column.ui-state-highlight .ui-sortable-column-icon {
  color: #005b9f !important;
  font-size: 13px !important;
}