/* line 1, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}

/* line 9, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable td,
table.dataTable th {
  box-sizing: content-box;
}

/* line 14, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

/* line 18, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 23, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

/* line 28, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}

/* line 32, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

/* line 35, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

/* line 40, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

/* line 45, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}

/* line 49, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

/* line 54, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}

/* line 59, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

/* line 70, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

/* line 76, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

/* line 80, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

/* line 88, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}

/* line 102, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191";
}

/* line 110, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193";
}

/* line 118, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}

/* line 122, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

/* line 127, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

/* line 131, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 136, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

/* line 144, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

/* line 149, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

/* line 152, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  /* line 158, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}

/* line 166, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}

/* line 172, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

/* line 178, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

/* line 182, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

/* line 187, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

/* line 192, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

/* line 196, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

/* line 199, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}

/* line 202, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/dataTables.bootstrap4.scss */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}

@keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 30, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}

/* line 44, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}

/* line 51, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-button-info > div {
  padding: 1em;
}

/* line 55, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  font-size: 0.9em;
}

/* line 61, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.dropdown-menu {
  display: block;
  z-index: 2002;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}

/* line 70, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.dropdown-menu.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}

/* line 77, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.dropdown-menu.fixed.two-column {
  margin-left: -150px;
}

/* line 80, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.dropdown-menu.fixed.three-column {
  margin-left: -225px;
}

/* line 83, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.dropdown-menu.fixed.four-column {
  margin-left: -300px;
}

/* line 86, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.dropdown-menu > * {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

/* line 90, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.dropdown-menu.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}

/* line 99, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.dropdown-menu.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}

/* line 108, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.dropdown-menu.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

/* line 117, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.dropdown-menu .dt-button {
  border-radius: 0;
}

/* line 121, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection {
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}

/* line 128, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}

/* line 135, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.fixed.two-column {
  margin-left: -150px;
}

/* line 138, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}

/* line 141, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}

/* line 144, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection > * {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

/* line 148, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}

/* line 157, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}

/* line 166, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

/* line 175, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection .dt-button {
  border-radius: 0;
}

/* line 178, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.fixed {
  max-width: none;
}

/* line 181, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
ul.dt-button-collection.fixed:before, ul.dt-button-collection.fixed:after {
  display: none;
}

/* line 185, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  /* line 195, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
  div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }
  /* line 201, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
  div.dt-buttons a.btn {
    float: none;
  }
}

/* line 205, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing,
div.dt-buttons a.btn.processing {
  color: rgba(0, 0, 0, 0.2);
}

/* line 210, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/buttons/buttons.bootstrap4.scss */
div.dt-buttons button.btn.processing:after,
div.dt-buttons div.btn.processing:after,
div.dt-buttons a.btn.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: ' ';
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

/* line 1, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

/* line 6, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

/* line 11, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

/* line 17, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed:not(.reordering) > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed:not(.reordering) > tbody > tr[role="row"] > th:first-child:before {
  top: 12px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #0275d8;
}

/* line 37, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}

/* line 42, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}

/* line 46, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}

/* line 56, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

/* line 61, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #0275d8;
}

/* line 83, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}

/* line 88, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

/* line 91, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

/* line 94, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 100, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

/* line 104, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

/* line 107, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}

/* line 110, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

/* line 116, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

/* line 126, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

/* line 143, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}

/* line 147, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

/* line 160, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}

/* line 163, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  /* line 174, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}

/* line 178, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/responsive/responsive.bootstrap4.scss */
div.dtr-bs-modal table.table tr:first-child td {
  border-top: none;
}

/* line 1, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss */
table.dt-rowReorder-float {
  position: absolute !important;
  opacity: 0.8;
  table-layout: fixed;
  outline: 2px solid #0275d8;
  outline-offset: -2px;
  z-index: 2001;
}

/* line 10, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss */
tr.dt-rowReorder-moving {
  outline: 2px solid #888;
  outline-offset: -2px;
}

/* line 15, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss */
body.dt-rowReorder-noOverflow {
  overflow-x: hidden;
}

/* line 19, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/dataTables/rowReorder/rowReorder.bootstrap4.scss */
table.dataTable td.reorder {
  text-align: center;
  cursor: move;
}

/* line 2, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable {
  border-collapse: collapse !important;
}

/* line 5, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding: 0.5em 0.5em 0.5em 0.5em;
}

/* line 11, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  content: '';
}

/* line 23, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead th.col-actions {
  text-align: right;
}

/* line 26, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead th.col-actions span {
  display: block;
  height: 1.25em;
}

/* line 32, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper table.dataTable tr.effective-datatables-inline-row {
  visibility: collapse;
}

/* line 38, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper.effective-datatables-inline-expanded .dt-buttons {
  opacity: 0.4;
}

/* line 39, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper.effective-datatables-inline-expanded .dataTables_entries {
  opacity: 0.4;
}

/* line 40, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper.effective-datatables-inline-expanded .dataTables_paginate {
  opacity: 0.4;
}

/* line 43, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper.effective-datatables-inline-expanded table.dataTable tr {
  opacity: 0.4;
}

/* line 45, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper.effective-datatables-inline-expanded table.dataTable tr.effective-datatables-inline-row {
  visibility: visible;
  opacity: 1.0;
}

/* line 46, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper.effective-datatables-inline-expanded table.dataTable tr.effective-datatables-inline-row tr {
  opacity: 1.0;
}

/* line 51, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper.effective-datatables-inline-expanded table.dataTable tr.effective-datatables-inline-row:hover {
  background-color: inherit;
}

/* line 56, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead th {
  background-repeat: no-repeat;
}

/* line 59, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead th > span {
  padding-right: 1rem;
}

/* line 62, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead .sorting {
  background-position: right 0.25rem top 0.25rem;
}

/* line 67, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead .sorting_asc {
  background-position: right 0.25rem top 0.25rem;
}

/* line 72, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead .sorting_desc {
  background-position: right 0.25rem top 0.25rem;
}

/* line 79, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > tbody > tr.child td, table.dataTable > tbody > tr.child th {
  border: none;
}

/* line 81, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: none;
  padding-left: 0.5em;
}

/* line 85, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 87, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li span.dtr-title {
  min-width: 175px;
  margin-bottom: 0.25em;
}

/* line 88, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li span.dtr-data {
  white-space: nowrap;
}

/* line 89, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li .col-resource_item {
  margin-bottom: 0.25em;
}

/* line 94, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_buttons {
  text-align: right;
}

/* line 96, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_buttons .btn {
  font-size: 0.75rem;
}

/* line 99, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dt-button-collection-title {
  padding: 0px;
}

/* line 101, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dt-button.buttons-colvisGroup-first {
  padding-top: 0.5rem;
  border-top: 1px solid #dee2e6;
}

/* line 108, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead tr th {
  border-bottom: none;
  white-space: nowrap;
}

/* line 112, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead tr th .form-group {
  font-weight: normal;
  margin-bottom: 0em;
}

/* line 116, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead tr th .form-group input {
  max-height: 38px;
}

/* line 120, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable > thead tr th.col-bulk_actions label {
  cursor: pointer;
}

/* line 128, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.collapsed th.col-bulk_actions:first-child div {
  margin-left: 18px;
}

/* line 132, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_processing {
  margin: -26px 25% 0px 25%;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  text-align: center;
  padding: 1em;
}

/* line 144, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_processing.alert-success {
  margin: -26px 10% 0px 10%;
  width: 80%;
}

/* line 150, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_processing.alert-danger {
  margin: -26px 10% 0px 10%;
  width: 80%;
}

/* line 157, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.hide-sort > thead .sorting {
  background-image: none;
  cursor: default;
}

/* line 158, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.hide-sort > thead .sorting_asc {
  background-image: none;
  cursor: default;
}

/* line 159, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.hide-sort > thead .sorting_desc {
  background-image: none;
  cursor: default;
}

/* line 163, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.hide-search > thead .form-group {
  display: none;
}

/* line 167, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable.hide-buttons .col-bulk_actions {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 172, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
  div.dataTables_wrapper div.dataTables_entries {
    text-align: center;
  }
}

/* line 176, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries {
  color: #909090;
  font-size: 12px;
}

/* line 181, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries div.dataTables_info {
  display: inline-block;
  padding: 0.25em 0em 0.25em 0.25em;
}

/* line 187, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries div.dataTables_length {
  display: inline-block;
}

/* line 191, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries div.dataTables_length span.select2-container {
  margin: 0 1em;
  max-width: 6.0rem;
  min-width: 3.0rem;
}

/* line 196, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries div.dataTables_length span.select2-container .select2-selection__rendered {
  padding: 0em;
  color: #909090;
}

/* line 199, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries div.dataTables_length span.select2-container.select2-container--open {
  min-width: 3.0rem;
  max-width: 6.0rem;
}

/* line 200, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries div.dataTables_length span.select2-container.select2-container--focus {
  border: none;
  box-shadow: none;
}

/* line 201, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
.dataTables_wrapper .dataTables_entries div.dataTables_length span.select2-selection.select2-selection--single:focus {
  outline: none;
}

/* line 207, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable td.col-price {
  text-align: right;
}

/* line 208, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable td.col-decimal {
  text-align: right;
}

/* line 209, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable td.col-right {
  text-align: right;
}

/* line 212, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable td.col-bulk_actions label {
  cursor: pointer;
  vertical-align: top;
}

/* line 219, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable tfoot .col-price {
  text-align: right;
}

/* line 220, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable tfoot .col-decimal {
  text-align: right;
}

/* line 221, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable tfoot .col-right {
  text-align: right;
}

/* line 224, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable td.col-actions {
  white-space: nowrap;
  text-align: right;
}

/* line 229, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable td.col-reorder {
  cursor: move;
}

/* line 233, ../usr/local/bundle/ruby/2.5.0/bundler/gems/effective_datatables-50a11ee567d4/app/assets/stylesheets/effective_datatables/_overrides.bootstrap4.scss */
table.dataTable td.col-resource_item {
  word-break: keep-all;
}
