.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: #01ab91 !important;
    border: 1px solid #01ab91 !important;
    width: 98%;
    height: 38px;
  }
.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%;
  height: 30px !important;
}
.colorred{
  color: red;
}
.width300{
  width: 300px;
}
.drop{
  font-size: 14px;
  cursor: pointer;
}

/deep/ .message-tabs .ui-tabmenu{
  float: right;
}

/deep/ .message-tabs .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem{
  background-color: #12326e;
  color: white;
}

/deep/ .message-tabs .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem span{
  color: white !important;
}

.card {
  /* Add shadows to create the "card" effect */
  // box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  // transition: 0.3s;
 
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  // box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.activeLabelClass {

  margin-right: 10px;
  padding: 5px;
  border-radius: 18px;
  width: 100px;
  background-color: #07b399;
  color: white;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  height: 30px;
}

.persentageLabelClass{
  margin-right: 10px;
  padding: 5px;
  border-radius: 18px;
  width: 140px;
  background-color: #3174a9;
  color: white;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  height: 30px;
}

.dueDateLabelClass
{
  margin-right: 10px;
  padding: 5px;
  border-radius: 18px;
  width: 240px;
  background-color: #07b399;
  color: white;
  font-weight: 700;
  font-size: 13px;

}
.numberbtn{
  float: right;
  color: #fff;
  background: #316a96;
  width: 26px;
  padding: 4px;
  text-align: center;
  border-radius: 19px;
  font-size: 12px;
}

.iconlist{
  background: #01ab91;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 5px;
  border-radius: 4px;
  font-size: 12px;

}

.overlaycard::ng-deep .ui-overlaypanel{
  width: 230px !important;
  border-radius: 7px !important;
}

h5{
  font-size: 16px;
  font-weight: bold;
}
.fa-exclamation-circle{
  float: right;
  color: #9c9696;
}
.topicname{
  font-weight: bold;
}
.topicOverlay::ng-deep .ui-overlaypanel{
  height: 100px;
  border-radius: 6px;
  margin-left: 85px;
  margin-top: -47px;
}
.defaultmsg{
  color: #cac9c9;
}

.tabMenuCard::ng-deep .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem.ui-state-active {
  background-color: #000 !important;
  border: 1px solid #000 !important;
}
.fontWeightbold{
  font-weight: bold;
}
.colorblue {
  color: #0b7dda;
  float: right;
}

/* Synapsing styles Start*/

.divLoadingWrapper {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100003;
  text-align: center;
}

.divLoadingBg {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

.divLoadingContent {
  background-color: #2f2442;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 7pt;
  padding: 10px 12px;
  position: absolute;
  top: 45%;
  left: 45%;
  box-shadow: rgba(0, 0, 0, 0.8) 0 4px 10px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 4px 10px -1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 4px 10px -1px;
  -khtml-box-shadow: rgba(0, 0, 0, 0.8) 0 4px 10px -1px;
}

.divLoadingContent img {
  position: relative;
  -webkit-animation: loadingImg 0.3s forwards;
  animation: loadingImg 0.3s forwards;
  vertical-align: middle;
}
/* Synapsing styles End*/