.field-validation-error {
    color: #a90329;
    font-size: 11px;
}

/* .select2-container--bootstrap4 */
/* .input-validation-error, label.state-error .select2-container--default .select2-selection--single {
    background-color: #fff0f0;
    border-color: #a90329 !important;
} */

.input-validation-error, .select2-container {
    background-color: #fff0f0;
    border-color: #a90329 !important;
}

input[type = text] {
    padding: 10px;
}

/*
 Ajax Loader
*/
.ajax-loader-container {
    color: #000000;
    font-size: 17px;
    position: fixed;
    right: -300px;
    text-align: center;
    top: 55px;
    z-index: 2000;
    display: none;
}

body > div.ajax-loader-container > div {
    width: 100%;
}

/* .swal2-container {
    zoom: 1.3 !important;
} */

/* tr { height: 10px } */

/* .dataTables tbody tr {
    min-height: 15px;
} */

.table {
    width: inherit !important;
}

/* small {
    font-size: 10px;
} */

.small-page-header {
    font-size: 55% !important;
}

th.dt-center, td.dt-center { 
    text-align: center; 
}

th.dt-right, td.dt-right { 
    text-align: right; 
}

.table td, .table th {
    padding: .55rem !important;
}

/*
    SweetAlert2
*/
.swal2-container {
    z-index: 99999;
}

.swal2-popup {
    width: 32em;
    font-size: 0.7rem;
}

/* Jquery Validation */
/* .error {
    color: red;
    font-weight: 400;
    display: block;
    padding: 6px 0;
    font-size: 14px;
}

.form-control.error {
    border-color: red;
    padding: .375rem .75rem;
} */

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 17rem !important;
}


/* DATATABLES */
.table-responsive {
    width: 100% !important;
}

.html5buttons {
    float: right;
}

.table {
    width: 100% !important;
    /* margin-bottom: 1rem;
    color: #212529; */
}

.dataTables_length {
    float: left;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-right: 0.5em;
}

.select2 {
    width:100%!important;
}

.hidden {
    display: none;
}




 

/* table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}
.dataTables_wrapper {
  padding-bottom: 30px;
}
.dataTables_length {
  float: left;
}
.dataTables_filter label {
  margin-right: 5px;
}
.html5buttons {
  float: right;
}
.html5buttons a {
  border: 1px solid #e7eaec;
  background: #fff;
  color: #676a6c;
  box-shadow: none;
  padding: 6px 8px;
  font-size: 12px;
}
.html5buttons a:hover,
.html5buttons a:focus:active {
  background-color: #eee;
  color: inherit;
  border-color: #d2d2d2;
}
div.dt-button-info {
  z-index: 100;
}
@media (max-width: 768px) {
  .html5buttons {
    float: none;
    margin-top: 10px;
  }
  .dataTables_length {
    float: none;
  }
}
.dt-bootstrap4 .form-control-sm {
  height: 29px !important;
  padding: 2px 10px;
} */


.options-label {
    /* float: right; */
    padding-top: 5px;
    margin-bottom: 0;
    text-align: right;
    /* font-weight: 700 !important; */
}

.card-title {
    font-size: 1.2rem !important;
}

.invoice .items { margin-top: 40px; }

.invoice .total td:first-child,
.invoice .total:hover td:first-child { background: none !important; }

.invoice .total td:last-child { border-left: none; }

.subtotal, .tax, .total, th.align-right, td.align-right { text-align: right; }
.tax { background: none; }


.display-ib { 
    display: inline-block !important; 
}

/* Widgets */
.widget-user .widget-user-header {
    height: auto !important;
}

.widget-user .card-footer {
     padding-top: 0; 
}