.table-custom td, .table-custom th {
  min-width: 180px;
  z-index: 1;
  min-height: 45px;
}
.table-custom td .fa, .table-custom th .fa {
  font-size: 1.5em;
}
.table-custom.table-striped tbody tr:nth-of-type(odd) td {
  background-color: #f9f9f9;
}
.table-custom.table-striped tbody tr:nth-of-type(even) td {
  background-color: white;
}
.table-custom .sticky-horizontal {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 10;
}
.table-custom .sticky-horizontal.r-2 {
  top: 45px;
}
.table-custom .sticky-horizontal.r-3 {
  top: 90px;
}
.table-custom .sticky-vertical {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  z-index: 10;
  width: 180px;
  min-width: 180px;
}
.table-custom .sticky-vertical.c-2 {
  left: 180px;
}
.table-custom .sticky-vertical.c-3 {
  left: 360px;
}
.table-custom .sticky-vertical.c-4 {
  left: 540px;
}
.table-custom .sticky-horizontal.sticky-vertical {
  z-index: 11;
}
.table-custom .sorting {
  padding-right: 20px;
}
.fade-in {
  animation: fadeIn 0.6s;
}
@keyframes fadeIn {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.form-control.readonly {
  background-color: #ccc;
  pointer-events: none;
  cursor: not-allowed;
}
.select2-inline {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.select2-inline .select2-selection__clear {
  position: absolute;
  margin: 0 !important;
  font-size: 1.5em;
  left: 5px;
  line-height: 37px;
  transition: 0.2s;
}
.select2-inline .select2-selection__clear:hover {
  transform: scale(1.3);
}
.select2-inline .select2-selection__rendered {
  flex-wrap: nowrap !important;
  overflow: auto !important;
}
.btn {
  border-radius: 8px !important;
}
.btn.btn-outline-primary {
  color: #1f8793;
  border-color: #1f8793;
}
.btn.btn-outline-primary:hover {
  background-color: #1f8793;
}
.form-footer {
  position: sticky;
  bottom: 0;
  padding-top: 15px;
  border-top: 1px solid #dee2e6;
  margin-top: 15px;
  background-color: white;
}
/**********/
.table-cowater thead tr th {
  min-width: 80px;
}
.table-cowater thead tr th.w-3 {
  width: 120px;
  min-width: 120px;
}
.table-cowater thead tr th.w-4 {
  width: 160px;
  min-width: 160px;
}
.table-cowater thead tr th.w-5 {
  width: 200px;
  min-width: 200px;
}
.table-cowater thead tr th.w-6 {
  width: 240px;
  min-width: 240px;
}
.table-cowater thead tr th.w-7 {
  width: 280px;
  min-width: 280px;
}
.table-cowater thead tr th.w-8 {
  width: 320px;
  min-width: 320px;
}
.table-cowater thead tr th.w-9 {
  width: 360px;
  min-width: 360px;
}
.table-cowater thead tr th.w-10 {
  width: 400px;
  min-width: 400px;
}