#error_explanation {
  color: red;
}

#error_explanation ul {
    color: red;
    margin: 0 0 30px 0;
}

/*.field_with_errors {*/
/*@extend .has-error;*/
/*.form-control {*/
    /*color: $state-danger-text;*/
/*}*/
/*}*/

.crud-headers {
  width: 100%;
  height:20px;
  margin-bottom: 30px;
}

.crud-headers h1,
.crud-headers h3 {
  float:left;
  width:40%;
  margin-top:-10px;
}

.crud-headers .crud-create-button {
  float:right;
}

.dataTables_filter,
.pagination {
  float:right;
}

.ui-dialog {
  z-index: 10000 !important;
}

.ui-dialog-content {
  overflow: hidden !important;
}

.list-details .col-md-7 {
    margin-bottom:7px;
}

.payment-options {
    display: none;
}

.datatable td {
    min-width:100px !important;
}

.dataTables_info {
    position: absolute;
    bottom: 0;
    font-weight:bold;
}

.forms-header {
    padding-bottom: 10px;
}

.form-image,
.form-group {
    margin-bottom: 10px !important;
}

#modal-info-body {
    padding-top: 15px;
    padding-bottom: 15px;
}
