.container {
  margin-left: 0 !important; }

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity .3s ease; }

.modal-wrapper {
  display: table-cell;
  vertical-align: middle; }

.modal-container {
  display: block !important;
  width: 850px;
  margin: 0px auto;
  padding: 0;
  background-color: transparent;
  border: none;
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
  overflow: none; }

.modal-dialog {
  width: 900px; }

.modal-body {
  height: 730px;
  overflow: auto; }

.modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  overflow: auto;
  height: 880px;
  width: 800px; }

.invalid {
  border-color: #dc3545; }

.invalid-feedback {
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545; }

.provider {
  padding-top: 10px; }
  .provider .form-group {
    margin-bottom: 0; }
  .provider button {
    margin-top: 5px; }

.dhe-table {
  margin-top: 10px; }
  .dhe-table span, .dhe-table th, .dhe-table td {
    cursor: pointer;
    min-width: 130px;
    vertical-align: top !important; }
  .dhe-table th {
    padding: 0 !important;
    margin: 0 !important;
    padding-left: 5px !important;
    line-height: 14px !important; }

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter {
  opacity: 0; }

.modal-leave-active {
  opacity: 0; }

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.vue-grid th.active {
  color: #05a6e5; }
.vue-grid th.active .arrow {
  opacity: 1;
  height: 7px;
  background-color: #05a6e5; }
.vue-grid .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  float: right;
  margin-left: 5px;
  opacity: 0.66; }
.vue-grid .arrow.asc {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #fff; }
.vue-grid .arrow.dsc {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff; }

.clickable {
  cursor: pointer;
  pointer-events: all; }

/*# sourceMappingURL=dhe.css.map */
