#crudTable-rates-by > thead > tr > td,
#crudTable-rates > thead > tr > td {
  vertical-align: middle;
}

#crudTable-rates-by > thead > tr > td:first-child,
#crudTable-rates > thead > tr > td:first-child {
  min-width: 200px;
  font-weight: bold;
}

#crudTable-rates-by > thead > tr > td:not(:first-child),
#crudTable-rates > thead > tr > td:not(:first-child) {
  font-size: small;
  font-weight: 400;
  min-width: 115px;
}

#crudTable-rates-by tbody th,
#crudTable-rates tbody th {
  width: 30%;
}

#crudTable-rates-by tbody td,
#crudTable-rates tbody td {
  width: 10%;
  vertical-align: middle;
  padding: .1rem .75rem;
}

#crudTable-rates-by tbody td label,
#crudTable-rates tbody td label {
  margin-bottom: .1rem;
}

#crudTable-rates-by tbody td input,
#crudTable-rates tbody td input {
  width: 85%;
  border: 0;
  background: none;
}

#crudTable-rates-by tbody .input-rate,
#crudTable-rates tbody .input-rate {
  -moz-appearance: textfield;
}

#crudTable-rates-by tbody .input-rate::-webkit-inner-spin-button,
#crudTable-rates tbody .input-rate::-webkit-inner-spin-button {
  display: none;
}

#crudTable-rates-by > tbody > tr.percentage td:not(:first-child):after,
#crudTable-rates > tbody > tr.percentage td:not(:first-child):after {
  content: '%';
  margin-top: -25px;
  margin-left: 90%;
  padding-left: 2px;
  font-size: small;
  float: right;
}

#crudTable-rates-by {
  width: 50%;
}

.la {
  font-size: 20px !important;
}

.la.inactive {
  color: green;
}

.la.active {
  color: red;
}

#crudTable_wrapper .page-item.active .page-link,
.btn-success {
  background-color: #abcf41;
  border-color: #abcf41;
}

#crudTable a,
.sidebar.sidebar-pills .nav-link.active span,
#crudTable_reset_button,
.main .breadcrumb .breadcrumb-item a {
  color: #ae242a !important;
}

.sidebar.sidebar-pills .nav-link:hover {
  color: #ae242a !important;
}

.search-dropdown-filter .select2-hidden-accessible {
  width: 0 !important;
  height: 0 !important;
}

.search-dropdown-filter .select2-container .select2-selection--single {
  height: auto;
}

.search-dropdown-filter .select2-container--default .select2-selection--single {
  border: none;
  background: transparent;
}

.search-dropdown-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
  padding-right: 8px;
  color: #869ab8;
}

.search-dropdown-filter .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #869ab8;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.search-dropdown-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top: 0.3em solid #869ab8 !important;
  border-right: .3em solid transparent !important;
  border-bottom: 0;
}

.search-dropdown-filter .select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--open .select2-dropdown--below {
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #161c2d !important;
  text-decoration: none;
  background-color: #f9fbfd !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  color: #fff !important;
  text-decoration: none;
  background-color: #7c69ef !important;
}

.select2-results__option[aria-selected] {
  padding: .25rem 1.5rem;
}

.navbar-filters .navbar-nav > .active.search-dropdown-filter .select2-container .select2-selection--single {
  height: auto;
}

.navbar-filters .navbar-nav > .active.search-dropdown-filter .select2-container--default .select2-selection--single {
  border-radius: 3px;
  background-color: #e4e7ea;
}

.navbar-filters .navbar-nav > .active.search-dropdown-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #384c74;
}

