.showbox {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.88);
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  /* Modifiers */
  /* States */
}
.showbox__dialog {
  position: relative;
  max-width: 500px;
  padding: 20px;
  margin: auto;
  border-radius: 4px;
  background-color: #fff;
}
.showbox__close {
position: absolute;
    top: 12px;
    right: 20px;
    padding: 0;
    border: none;
    color: #ccc;
    background-color: transparent;
    background-image: none;
    font-size: 30px;
    cursor: pointer;
}
.showbox__close:focus {
  outline: 0;
}
.showbox__header {
  border-bottom: 1px solid #e2e2e2;
}
.showbox__title {
  margin: 0 0 15px;
}
.showbox__content {
  padding: 10px 0;
  font-size: 13px;
  line-height: 1.6;
  color: #555;
}
.showbox__footer {
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
  text-align: right;
}
.showbox--fullscreen {
  padding: 5px;
}
.showbox--fullscreen .showbox__dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  border-radius: 0;
}
.showbox.is-showbox-active {
  display: -webkit-box;
  display: flex;
}
/* Animation */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.button-crm {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    background: #eab646;
    box-shadow: 1px 1px 1px;
    font-family: Verdana;
    font-style: normal;
    font-size: medium;
    font-weight: bold;
}
    .button-crm:active {
        box-shadow: 0px 0px 1px;
    }

.dataTables_length select {
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 7px 8px;
}
.dataTables_filter input[type=search] {
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 7px 8px;
    margin-bottom: 12px;
}

stripe.dataTable thead > tr > th.sorting_asc, stripe.dataTable thead > tr > th.sorting_desc, stripe.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, stripe.dataTable thead > tr > td.sorting_desc, stripe.dataTable thead > tr > td.sorting {
    padding-right: 30px;
}

stripe.dataTable thead .sorting, stripe.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, stripe.dataTable thead .sorting_asc_disabled, stripe.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

stripe.dataTable.nowrap th, stripe.dataTable.nowrap td {
    white-space: nowrap;
}

.stripe thead tr th {
    font-weight: 500;
    color: #6c757d;
    background-color: #e9ecef;
    font-size: 13px;
    margin-top:10px;
}

.stripe thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

stripe.dataTable td, stripe.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.stripe td, .stripe th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.stripe thead,
.stripe th {
    text-align: left;
}