body {
  background-color: #edf2f7 !important;
}

.chosen-select {
  width: 100%;
}

.chosen-select-deselect {
  width: 100%;
}

.chosen-container {
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: middle;
}

.chosen-container .chosen-drop {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
  margin-top: -1px;
  position: absolute;
  top: 100%;
  left: -9000px;
  z-index: 1060;
}

th {
  font-size: 1em !important;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  right: 0;
}

.chosen-container .chosen-results {
  color: #555555;
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  line-height: 1.42857143;
  list-style: none;
  margin: 0;
  padding: 5px 6px;
}

.chosen-container .chosen-results li em {
  background: #feffde;
  font-style: normal;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  cursor: default;
  color: #999;
  font-weight: bold;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.rounded-btn-icon {
  padding: 1em !important;
  border-radius: 22px !important;
}

.chosen-container .chosen-results li.active-result {
  cursor: pointer;
  display: list-item;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #428bca;
  background-image: none;
  color: white;
}

.chosen-container .chosen-results li.highlighted em {
  background: transparent;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #777777;
}

.chosen-container .chosen-results .no-results {
  background: #eeeeee;
  display: list-item;
}

.chosen-container .chosen-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  z-index: 1;
}

.chosen-container .chosen-results-scroll span {
  display: inline-block;
  height: 1.42857143;
  text-indent: -5000px;
  width: 9px;
}

.chosen-container .chosen-results-scroll-down {
  bottom: 0;
}

.chosen-container .chosen-results-scroll-down span {
  background: url("chosen-sprite.png") no-repeat -4px -3px;
}

.chosen-container .chosen-results-scroll-up span {
  background: url("chosen-sprite.png") no-repeat -22px -3px;
}

.chosen-container-single .chosen-single {
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555555;
  display: block;
  height: 34px;
  overflow: hidden;
  line-height: 34px;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single abbr {
  background: url("chosen-sprite.png") right top no-repeat;
  display: block;
  font-size: 1px;
  height: 10px;
  position: absolute;
  right: 26px;
  top: 12px;
  width: 12px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: right -11px;
}

.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
  background-position: right 2px;
}

.chosen-container-single .chosen-single div {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
}

.chosen-container-single .chosen-single div b {
  background: url("chosen-sprite.png") no-repeat 0 7px;
  display: block;
  height: 100%;
  width: 100%;
}

.chosen-container-single .chosen-default {
  color: #777777;
}

.chosen-container-single .chosen-search {
  margin: 0;
  padding: 3px 4px;
  position: relative;
  white-space: nowrap;
  z-index: 1000;
}

.chosen-container-single .chosen-search input[type="text"] {
  background: url("chosen-sprite.png") no-repeat 100% -20px, #ffffff;
  border: 1px solid #cccccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  margin: 1px 0;
  padding: 4px 20px 4px 4px;
  width: 100%;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.chosen-container-single-nosearch .chosen-search input {
  position: absolute;
  left: -9000px;
}

.chosen-container-multi .chosen-choices {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices .search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices .search-field input[type="text"] {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none;
  color: #555555;
  height: 32px;
  margin: 0;
  padding: 4px;
  outline: 0;
}

.chosen-container-multi .chosen-choices .search-field .default {
  color: #999;
}

.chosen-container-multi .chosen-choices .search-choice {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #333333;
  cursor: default;
  line-height: 13px;
  margin: 6px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  position: relative;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  background: url("chosen-sprite.png") right top no-repeat;
  display: block;
  font-size: 1px;
  height: 10px;
  position: absolute;
  right: 4px;
  top: 5px;
  width: 12px;
  cursor: pointer;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}

.chosen-container-multi .chosen-choices .search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}

.chosen-container-multi .chosen-results {
  margin: 0 0 0 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: none;
}

.chosen-container-active .chosen-single {
  border: 1px solid #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #ffffff;
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.chosen-single {
  background: #fff !important;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  background: transparent;
  border-left: none;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 7px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.chosen-container-active .chosen-choices .search-field input[type="text"] {
  color: #111 !important;
}

.chosen-container-active.chosen-with-drop .chosen-choices {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  padding: 0 8px 0 0;
  overflow: visible;
}

.chosen-rtl .chosen-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl;
}

table > thead > tr > th {
  /* background: #2d2d2d !important; */
  /* color: #fff !important; */
}

.chosen-rtl .chosen-single div {
  left: 7px;
  right: auto;
}

.chosen-rtl .chosen-single abbr {
  left: 26px;
  right: auto;
}

.chosen-rtl .chosen-choices .search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices .search-choice {
  margin: 6px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices .search-choice .search-choice-close {
  background-position: right top;
  left: 4px;
  right: auto;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results .group-option {
  padding-left: 0;
  padding-right: 15px;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  background: url("chosen-sprite.png") no-repeat -28px -20px, #ffffff;
  direction: rtl;
  padding: 4px 5px 4px 20px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

.table-bordered th,
.table-bordered td {
  font-size: 0.9em;
}

.table .thead-light th {
  font-size: 0.8em;
}

button:disabled {
  cursor: help;
}

.opts {
  min-width: 150px;
}

.d-inline-block {
  margin: 0.5em;
}

.table-body {
  overflow: auto;
}

.ov {
  overflow: auto;
}

.swal-footer {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
}

textarea {
  width: 100%;
  min-height: 55px;
  resize: none;
  border-radius: 8px;
  padding: 0.5rem;
}

.gray {
  background: gray;
  color: #fff;
}

.xm {
  margin: 1em 0;
}

.btn-w150 {
  width: 150px;
}

#the-count {
  float: right;
  padding: 0.1rem 0 0 0;
  font-size: 0.875rem;
}

#warning {
  text-align: center;
  color: red;
}

.d-sp {
  margin: 0.5em;
}

.cccc {
  padding-top: 1em;
  display: flex;
  justify-content: flex-start;
}

.s-bl {
  color: black !important;
}

.modal-header {
  background: white;
  color: #464646;
}

.modal-header-select {
  background: white !important;
  color: black !important;
}

.modal-header-select .fa {
  /* font-weight: 900 !important; */
}

.modal-filter {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.modal-header button span {
  color: #fff !important;
}

.modal-color-warning {
  background: #ffc107 !important;
  color: #fff;
}

.modal-color-default {
  background: #f3f3f3 !important;
  color: rgb(78, 78, 78);
}

.modal-color-success {
  background: #28a745 !important;
  color: #fff;
}

.modal-color-m {
  background: #6c757d !important;
  color: #fff;
}

.modal-color-fb {
  background: #5682ae !important;
  color: #fff;
}

.header {
  text-align: center;
}

.header hr {
  border: 1px solid black;
  background-color: black;
  width: 5%;
}

input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

.swal-button {
  padding: 7px 19px;
  border-radius: 2px;
  font-size: 12px;
}

/*toast*/

.highcharts-yaxis-grid .highcharts-grid-line {
  display: none;
}

#toast,
#toastp,
#toastd {
  visibility: hidden;
  max-width: 50px;
  height: 50px;
  /*margin-left: -125px;*/
  margin: auto;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  bottom: 30px;
  font-size: 17px;
  white-space: nowrap;
}

#toast #img,
#toastp #img,
#toastd #img {
  width: 50px;
  height: 50px;
  float: left;
  padding-top: 13px;
  padding-bottom: 16px;
  box-sizing: border-box;
  background-color: #111;
  color: #fff;
}

#toast #desc,
#toastp #desc,
#toastd #descs {
  color: #fff;
  padding-top: 13px;
  padding-bottom: 16px;
  overflow: hidden;
  white-space: nowrap;
}

#toast.show,
#toastp.show,
#toastd.show {
  visibility: visible;
  -webkit-animation: fadein 0.25s, expand 0.25s 0.25s, stay 2s 0.25s, shrink 0.25s 1s, fadeout 0.25s 1.25s;
  animation: fadein 0.25s, expand 0.25s 0.25s, stay 1.5s 0.5s, shrink 0.25s 2s, fadeout 0.25s 2.25s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes expand {
  from {
    min-width: 50px;
  }
  to {
    min-width: 350px;
  }
}

@keyframes expand {
  from {
    min-width: 50px;
  }
  to {
    min-width: 350px;
  }
}

@-webkit-keyframes stay {
  from {
    min-width: 350px;
  }
  to {
    min-width: 350px;
  }
}

@keyframes stay {
  from {
    min-width: 350px;
  }
  to {
    min-width: 350px;
  }
}

@-webkit-keyframes shrink {
  from {
    min-width: 350px;
  }
  to {
    min-width: 50px;
  }
}

@keyframes shrink {
  from {
    min-width: 350px;
  }
  to {
    min-width: 50px;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 60px;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 60px;
    opacity: 0;
  }
}

/*toast*/

.no-padding {
  padding: 0 !important;
}

.u {
  text-transform: uppercase !important;
}

.back {
  padding: 1em 0;
}

.options-container-c {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.dpto-select {
  display: none;
}

.box {
  border-radius: 0;
  width: 150px;
  height: 150px;
  margin: 0.5em;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  box-shadow: 0 2px 2px #ccc;
}

.box:hover {
  background-color: rgb(0, 174, 239);
  color: #fff;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 24px #ccc;
}

.box p {
  margin-bottom: 0 !important;
  line-height: 1.4 !important;
}

.ica {
  color: #363636 !important;
  text-decoration: none !important;
  cursor: pointer;
}

.ica:hover {
  color: white !important;
  transition: color 0.2s ease;
}

.cis {
  font-size: 3em !important;
  margin: 0.2em 0;
}

.bg-grs {
  background-color: #00aeef !important;
  /* background-image: linear-gradient(to right, #177299, #127dab, #0c88bd, #0694cf, #00aeef); */
}

.boxes {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  text-align: center;
  margin: 1em 0;
}

.c-w {
  width: 216px;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 1em 0;
}

.hide {
  display: none;
}

.dropdown-mensajes {
  width: 400px;
}

.card-deck-cartera {
  display: flex;
}

.card-cartera {
  padding: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

.vld-parent .card {
  border-radius: 0px !important;
}

@media only screen and (max-width: 767px) {
  .dropdown-mensajes {
    width: 100%;
  }
  .card-cartera {
    width: 48% !important;
    display: inline-block !important;
  }
  .card-deck-cartera {
    display: block !important;
  }
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
  z-index: 20 !important;
}

.bootstrap-table .fixed-table-container.has-card-view .fixed-columns-right {
  display: none !important;
}

.--card-main-viatical .card-header {
  border-color: #f2f2f2 !important;
}

.--card-main-viatical .-card-detail-settlement[aria-expanded="true"] {
  /* // background: #e9ecef !important; */
  background: #f2f2f2 !important;
}

.modal-lg .modal-vue-panel {
  width: 70% !important;
}

.card > .--bg-tab .nav-link:not(.active) {
  border: thin solid #f3f3f3 !important;
}

.card > .--bg-tab .nav-link.active {
  border-top: thin solid #2780e3 !important;
}

.mx-datepicker {
  width: 100% !important;
}

.multiselect > .multiselect__tags {
  border: 1px solid #ced4da;
  border-radius: 0 !important;
  min-height: 36px !important;
  height: auto !important;
  padding: 6px 40px 0 10px !important;
}

.multiselect--disabled {
  opacity: 1 !important;
}

.multiselect--disabled .multiselect__tags,
.multiselect--disabled .multiselect__select,
.multiselect--disabled .multiselect__input,
.multiselect--disabled .multiselect__tags .multiselect__single {
  background: #f2f5f8 !important;
  color: #495057 !important;
  /* border: 0 !important; */
  border: 1px solid #f2f5f8 !important;
}

.vs--disabled .vs__clear,
.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__open-indicator,
.vs--disabled .vs__search,
.vs--disabled .vs__selected {
  background: #f2f5f8 !important;
}

.vs--disabled .vs__dropdown-toggle {
  border: thin solid #f3f3f3 !important;
}

.multiselect {
  min-height: 36px !important;
}

.multiselect .multiselect__select {
  min-height: 36px !important;
  height: 36px !important;
}

.multiselect > .multiselect__option--highlight,
.multiselect > .multiselect__option--highlight::after {
  background: #2780e3 !important;
}

.multiselect.is-invalid > .multiselect__tags {
  border: 1px solid #ff0039 !important;
}

.multiselect__content-wrapper {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.form-control:focus {
  border: 2px solid #2196f3;
  box-shadow: none;
}

.form-control:disabled:not(.is-invalid),
.form-control[readonly]:not(.is-invalid) {
  border-color: #f2f5f8 !important;
  background: #f2f5f8 !important;
}

.mx-datepicker > .form-control:disabled {
  border-color: #f2f5f8 !important;
  background: #f2f5f8 !important;
}

.swal2-actions {
  justify-content: flex-end !important;
}

._row_bg {
  background: #f1f9ff !important;
}

._modal_form {
  height: auto;
  width: 95%;
  margin: auto;
}

._modal_form_body {
  width: 96%;
}

._modal_form_actions {
  position: sticky;
  background: white;
  top: 0;
  z-index: 1000;
}

._modal_form_footer {
  width: 100%;
  position: sticky;
  background: white;
  bottom: 0;
  z-index: 1000;
  border-top: 1px solid #c1c3c4;
}

fieldset {
  margin-top: 5px;
}
legend {
  width: auto !important;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background-color: var(--blue-modal) !important;
  /* // backdrop-filter: blur(4px); */
}

.swal-modal .swal-button--confirm {
  background-color: #2778c4 !important;
}

.swal2-popup,
.swal-overlay,
.swal-modal {
  border-radius: 0 !important;
}

.swal2-actions > button,
.swal-modal .swal-button-container > button {
  border-radius: 0.2rem !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.swal2-styled {
  padding: 0.6rem 1rem !important;
}

.modal-vue-overlay {
  background-color: var(--blue-modal) !important;
  /* // backdrop-filter: blur(4px); */
}

ul._timeline {
  list-style-type: none;
  position: relative;
}

ul._timeline:before {
  content: " ";
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 50;
}
ul._timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}

ul._timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #767676;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 50;
}

.bootstrap-table.bootstrap4 .page-list button {
  color: #212529;
  background-color: var(--light);
  border-color: var(--light);
}

.bootstrap-table.bootstrap4 .fixed-table-toolbar .columns.btn-group .btn-secondary {
  color: #212529;
  background-color: var(--light);
  border-color: var(--light);
}

.table tbody .btn,
.table tbody .btn-sm {
  /* border-radius: 25px !important; */
}

.table tbody tr td .btn:nth-child(even) {
  margin-top: 0.4rem !important;
  margin-bottom: 0.4rem !important;
}

.btn,
.btn-sm {
  border-radius: 0.2rem !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.card {
  border: 0 !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.modal-backdrop {
  background-color: var(--blue-modal-full) !important;
}

.swal-overlay {
  background-color: var(--blue-modal) !important;
}

.page-item.page-pre.disabled .page-link,
.page-item.disabled .page-link,
.page-item.page-next.disabled .page-link {
  border: 1px solid #f4f4f4 !important;
}

.page-item .page-link {
  margin-left: 0.2rem;
}

.page-item.active .page-link {
  /* margin-left: .2rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);*/
  border: 1px solid #f4f4f4;
}

.alert {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.btn-success {
  color: #ffffff;
  background: #689f38;
  border: 1px solid #689f38;
}

.btn-success:hover {
  background: #5e8f32;
  border: 1px solid #5e8f32;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:active,
.btn-success:focus {
  background: #5a8b30;
  border: 1px solid #5a8b30;
}

.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background: #689f38;
  border: 1px solid #689f38;
  opacity: 0.6;
}

.btn-danger {
  color: #ffffff;
  background: #d32f2f;
  border: 1px solid #d32f2f;
}

.btn-danger:hover {
  background: #c02929;
  border: 1px solid #c02929;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:active,
.btn-danger:focus {
  background: #c63535;
  border: 1px solid #c63535;
}

.input-group .btn {
  border-radius: 0 !important;
  box-shadow: none !important;
}

table tr td .btn-link {
  box-shadow: none !important;
}

.card-summary {
  background-color: #00aeef;
  min-height: 150px;
  color: white;
  min-width: 250px;
  border-radius: 5px;
}

.card-summary--orange {
  background-color: #ff7c25;
}

.card-summary__detail {
  height: 20%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 20px;
  border-top: 1px solid white;
}

.card-summary__content {
  height: 80%;
  font-size: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-summary .cancelled,
.card-summary .pendings {
  font-size: 10px;
  position: absolute;
  top: 15px;
  display: flex;
  flex-direction: column;
}

.card-summary .cancelled span,
.card-summary .pendings span {
  font-size: 25px;
}

.card-summary .cancelled {
  left: 15px;
}

.card-summary .pendings {
  right: 15px;
}

.swal2-title {
  font-size: 1.65em !important;
}

/* font-size: 0.875rem; */

.box .fa,
.box .fas {
  font-weight: 900 !important;
}

.box .fa.fa-outline,
.box .fas.fa-outline {
  font-weight: 100 !important;
}

.fa,
.fas {
  font-weight: normal !important;
}

.btn-link {
  color: #2196f3 !important;
}

.btn-link:active {
  background: rgba(33, 150, 243, 0.16);
  color: #2196f3;
  border-color: transparent;
}

.btn-link:hover {
  background: rgba(33, 150, 243, 0.04);
  color: #2196f3;
  border-color: transparent;
}

.btn-link .fa,
.btn-link .fa {
  font-size: 1rem !important;
  font-weight: 100 !important;
}

.modal-basic {
  background: white !important;
  border-bottom: 0 !important;
}

.modal-basic-footer {
  border-top: 1px solid #f5f5f5 !important;
}

.modal-basic button span,
.modal-basic {
  color: black !important;
}

.modal-content {
  border: none !important;
}

.btn-link .fa-font-sm {
  font-size: 1.3rem !important;
}

/* Table Responsive */

@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  .responsive-table-ui table,
  .responsive-table-ui thead,
  .responsive-table-ui tbody,
  .responsive-table-ui th,
  .responsive-table-ui td,
  .responsive-table-ui tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .responsive-table-ui thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .responsive-table-ui tr {
    border: 1px solid #ccc;
  }

  .responsive-table-ui td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }

  .responsive-table-ui td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }

  /*
  Label the data
  */
  .responsive-table-ui td:before {
    content: attr(data-title);
  }
}
