body {
    color: #a5a5a5;
    font-size: 0.7rem;
}

.modal-header {
    border-bottom: 1 px solid #e7781d;
}

.table> :not(caption)>*>* {
    padding: 0.25rem;
}

label {
    margin-bottom: 0;
}

.text-right {
    text-align: right !important
}

.bg-overlay {

    opacity: 1;

}

.btn-primary {
    color: #fff;
    background-color: #122041;
    border-color: #101d3c;
}

.text-primary {
    color: #122041 !important;
}

.text-label{
    color: #4e66b0;
}
.input-date {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 65%;
  }
  .dataTables_filter {
    text-align: left !important;
    margin: 0.5rem;
  }
  .list-item {
    padding: 2px !important;
  }
