.table {
  color: black !important;
  margin-bottom: 0 !important;
}

.table td, .table th {
  padding-left: 4px !important;
  padding-right: 4px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.table td.right-dotted {
  border-right: 1px dotted #bbb;
}

.table td {
  vertical-align: middle !important;
}

.table thead th {
  font-weight: bold !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}

.table td.details-control:after {
	content: '+';
	cursor: pointer;
	font-weight: bold;
	font-size: 18px;
}

.table tr.shown td.details-control:after {
	content: '-';
	cursor: pointer;
	font-weight: bold;
	font-size: 18px;
}.datatable-scroll {
  overflow-x: auto;
  position: relative;
}

.datatable-header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding-top: 12px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 12px;
  font-size: 13px;
}

.dataTables_length {
  margin-right: 1rem;
  margin-bottom: 12px;
}

.dataTables_info {
  margin-right: 2rem;
}

.dataTables_filter {
  margin-right: 2rem;
}

.datatable-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding-top: 12px;
  padding-left: 0px;
  padding-right: 0px;
  border-top: 1px solid #ebebeb;
  font-size: 13px;
}

.dataTables_paginate {
  flex-grow: 1;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  justify-content: flex-end;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc_disabled:after {
  margin-left: 6px !important;
}

.dataTables_processing {
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -50px;
  background: white;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-weight: bold;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.select2-selection { overflow: hidden !important; }
.select2-selection__rendered { white-space: normal !important; word-break: break-all !important; }

.select2-container .select2-selection--single {
  min-height: calc(1.5em + .75rem + 2px) !important;
  height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  min-height: calc(1.5em + .75rem + 2px) !important;
  height: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #000000 !important;
}
.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

label.required::after {
    content: ' *';
    color: red;
}

#btn-calculator {
    position: fixed;
    bottom: 36px;
    right: 36px;
    z-index: 1000;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.text-underline {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
            text-decoration-style: dotted;
}
