.line-border {
  border-right: solid 1px #e5e5e5;
  margin-right: -70px;
}

.table-list tr:last-child {
    border-bottom: solid 1px #dee2e6;
    border-top: solid 1px #F2F2F2 !important;
}


.detail-table tr th {
    color: #91908f;
    text-align: left !important;
    width: 50%;
    padding-left: 80px;
    padding-bottom:0 !important;
}
.detail-table tr td {
    width: 50%;
    padding-bottom: 0 !important;
}
.detail-table-user tr th {
    color: #91908f;
    text-align: right !important;
    width: 40%;
    
}
.detail tr th {
    color: #91908f;
    width: 50%;
    text-align:right;
}
.cb-user {
    float: right;
    padding-left: 80px !important;
}

.btn-selection-custom {
    width: 86%;
    margin-left: 10%;
}

.refine-by {
  color: #91908f;
  padding-right: 23%;
  padding-top: 15px;
  text-align: right;
}

.table-header {
  color: #91908f;
}

.pagination-table {
  color: #91908f;
  margin-left: 30px;
}

.pagination-table select {
  border: none;
  color: #91908f;
  margin-left: 10px;
}

.pagination-table select:focus {
  outline: none;
}
.breadcrumb-height {
    margin-right: 0px !important;
}
.breadcrumb-page{
    padding-right: 0px !important;
}
.collaboration {
    background: #ffc000;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0 7px;
}
.collaboration2 {
    background: #FF0000;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0 7px;
}

.collaboration.st-button {
    cursor: pointer;
    box-shadow: rgba(0,0,0,0.3) 1px 2px;
}

.btn-ok-user {
    width: 47%;
    float: right !important;
}
.btn-cancel-user {
    width: 47%;
    margin-right: 6%;
}
.div-btn{
    margin-left:10%
}

.btn-delete-user {
    background-color: #b8b8b8;
    color: #fff;
    margin-top: 20px;
    width: 100%;
}

.btn-delete-user:hover {
  color: #fff;
}
.btn-delete {
    background-color: #b8b8b8;
    color: #fff !important;
}
.red-btn {
    background-color: #FF0000 !important;
    color: #fff !important;
}

.btn-add-new {
  box-sizing: border-box;
  margin: 10px 0px 10px 0px;
  padding: 2px;
  width: 55%;
}

.user-refine-by {
  color: #91908f;
  padding-right: 35%;
  padding-top: 23px;
  text-align: right;
}

.show-page-number {
  margin-left: 40px;
}

.previous-page {
  color: #91908f;
  margin-left: 40px;
}

.next-page {
  color: #91908f;
  margin-left: 40px;
}

li {
    list-style: none;
    display: inline-block;
}

ul#row-pager-wrap {
    text-align: right;
}

ul#row-pager-wrap li {
    cursor: pointer;
}