.status-border {
	border: 1px solid #CBDBE0; 
	border-radius: 8px;
}

table.dataTable thead .sorting::before, table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::before, table.dataTable thead .sorting_desc_disabled::after {
	position: absolute;
	bottom: 0.9em;
	display: none !important;
	opacity: 0.3;
}
@media only screen and (max-width: 400px) {
	.btn-paid, .btn-paid-partial, .btn-unpaid {
  		margin-top: 10px !important;
	}
}

.card-footer {
  padding: 8px !important;
}
label.error {
  font-size: 14px;
}
.admin-card {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1); 
	background-color: #fff;
	margin-bottom: 0px;
	padding: 10px 10px;
	border-bottom: 0.5px solid #e0e0e0;
}
.admin-card:hover {
	box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
	z-index: 1;
}
.customer-card {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	background:#e5edf5;
	margin-bottom: 0px;
	padding: 10px 10px;
	border-bottom: 0.5px solid #e0e0e0;
}
.customer-card:hover {
	box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
	z-index: 1;
}

.top-bar-title {
      padding-top: 0px !important;
    }
  .media {
    border-bottom: 1px solid #eee;
    padding: 6px;
  }
  .task-comment {
    background: white;
  }
  .user-img{
    margin-left: 15px;
  }
  .col-form-label {
    width: auto;
  }
  .tags-labels .label-tag {
      float: left;
      margin-top: 5px
  }
  .label-tag {
      color: #2d2d2d;
      margin-right: 5px;
      border: 1px solid #bfcbd9;
      background: #fff;
      font-size: 11.5px;
      text-align: left;
  }
  .label-tag:last-child {
      margin-right: 0
  }
  table .tags-labels {
      float: left;
      display: inline-block;
      max-width: 100px;
      word-break: break-all;
      min-width: 100%
  }
  .tags-labels .label-tag {
      display: inline-block;
      margin-top: 4px
  }
  table .dtr-data .tags-labels {
      float: none;
      margin-left: -40px !important;
  }
  .tags-labels {
      max-width: 268px;
      min-width: 80%
  }
  .tags-labels .label-tag {
      padding: 3px 7px
  }
  #dataTableBuilder_length, #dataTableBuilder_filter{
      margin-bottom: 0.5rem !important;
  }
  .filter-option-inner-inner{
    color: #444;
    line-height: 22px;
  }
  #btn-add-member {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: none;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
    padding: 0;
    margin: 0;
  }
