.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}

.loading-screen .loading-info-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 100px;
  margin-top: -50px;
  margin-left: -150px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pad {
  padding: 0px;
}

.my-filter .dataTables_filter {
  position: unset;
  float: left;
  margin: 5px 5px 0;
}
.my-filter .dataTables_filter input {
  margin-bottom: 0;
  width: unset;
}

.my-export .dt-buttons {
  position: unset;
  float: right;
  margin: 5px;
}
.my-export .dt-buttons button {
  margin-bottom: 0;
}

.my-info {
  display: none;
  position: fixed;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  clear: none;
}

.my-info .dataTables_info {
  position: fixed;
  display: inline-block;
  clear: none;
}

.my-length .dataTables_length {
  position: unset;
  float: left;
  margin: 5px 5px 0;
}
.my-length .dataTables_length select {
  margin-bottom: 0;
  width: unset;
}

.my-pager .dataTables_paginate {
  position: unset;
  float: right;
  margin-top: 0;
  color: black;
}

textarea.additional_comments,
textarea[name=voting_notes] {
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
}

input.skinny {
  width: 120px;
  margin-bottom: 5px;
  height: 20px;
}

table.details_table {
  margin: 0 0 0 20vw;
}

table.details_table td {
  padding: 1px !important;
  border-top-color: transparent !important;
  background-color: transparent !important;
}

table.dataTable tbody tr {
  background-color: #f8f8f8 !important;
}

table.details_table tr {
  /*background-color: transparent !important;*/
}

table.details_table tr td:first-child label {
  text-align: right;
  padding-right: 10px !important;
  font-weight: bold !important;
}

table.details_table tr td.header_cell {
  width: 190px;
}

table.details_table tr td.header_cell:nth-child(3) {
  width: 100px;
}

table.details_table tr td.header_cell label {
  font-weight: bold;
  text-align: right;
  padding-right: 10px !important;
}

tbody.meeting_tbody tr td.remove-button-cell span {
  display: none;
}

tbody.meeting_tbody tr:first-child td.remove-button-cell span {
  display: none !important;
}

tbody.meeting_tbody tr:last-child td.remove-button-cell span {
  display: inline-block;
}

td.remove-button-cell span.material-icons-outlined {
  margin-bottom: 6px;
  margin-left: 2px;
  cursor: pointer;
  color: #a3a3a3;
}

input.lime-outline,
textarea.lime-outline,
select.lime-outline {
  border-color: #00c853 !important;
}

input.red-outline,
textarea.red-outline,
select.red-outline {
  border-color: #f44336 !important;
}

button[name=save_button] {
  margin: 10px 10px 10px 0;
}

div[name=changes_label] {
  display: inline-block;
}

span.expand-collapse {
  font-size: 34px;
  line-height: 0;
  position: absolute;
}

span.badge {
  border-radius: 10px;
  padding: 3px 10px;
  font-size: 13px;
  line-height: 16px;
  text-shadow: none;
  text-align: left;
}

span.badge.badge-lime {
  background-color: #00c853 !important;
}

span.badge.badge-red {
  background-color: #f44336 !important;
}

span.badge.badge-orange {
  background-color: #ff9800 !important;
}

span.badge.badge-dark-orange {
  background-color: #d88000 !important;
}

span.badge.badge-light-blue {
  background-color: #47a0ea !important;
}

span.badge.badge-blue {
  background-color: #2196f3 !important;
}

span.badge.badge-purple {
  background-color: #9c27b0 !important;
}

span.badge.badge-green {
  background-color: #4caf50 !important;
}

span.badge.badge-grey {
  background-color: #9e9e9e !important;
}

span.badge.badge-black {
  background-color: #212121 !important;
}

span.badge.badge-white {
  background-color: #ffffff !important;
  color: black;
}

span.badge.badge-yellow {
  background-color: #d7ba00 !important;
}

span.badge.badge-pink {
  background-color: #e91e63 !important;
}

span.badge.badge-brown {
  background-color: #795548 !important;
}

a.profile-link div {
  background-color: #1859ad;
  color: white;
  font-weight: bold;
  display: inline-block;
  border-radius: 10px;
  padding: 3px 10px;
  font-size: 13px;
  line-height: 16px;
  text-shadow: none;
}

table.dataTable td {
  padding: 3px 10px;
  white-space: nowrap;
}

.table-header-cell {
  padding: 0 !important;
}

.table-header-date-input {
  width: 105px;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}

input[name=insolvency_type_checkbox],
input[name=proposal_statuses_checkbox],
input[name=offer_status_checkbox] {
  margin: 4px;
}

.file-delete {
  float: right;
  bottom: 9px;
  position: relative;
}

.file-delete span {
  font-size: 20px;
  color: #a3a3a3;
  cursor: pointer;
}

#ui-datepicker-div {
  display: none !important;
}

select#province {
  width: unset;
}