.swal-button {
    padding: 6px 10px;
    font-size: 13px;
    border: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #037AFB;
  }

  .swal-button:hover  {
    background: #1c89ff!important;
}

.swal-button:focus,
.swal-button.active,
.swal-button:active {
    background: #1c89ff!important;
    box-shadow: 0 0 0 0.2rem rgba(3, 122, 251, 0.25);
}

.select-account li :hover {
  background-color: #037afb;
  color: #fff;
  border-radius: 15px;
  padding: 5px;
  cursor:pointer;
}

.config-list {
  width: 100%;
}

.config-list  td {
  padding: 25px;
  font-weight: bold;
  cursor: pointer;
}

.bartop-plan {
  background: #F7EF00 !important;
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .5rem;
}

.padding5 td,th {
 padding:5px !important;
}

.wrapper_body-sidebar {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/* Loader */

.loader {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.loader .spinner-grow {
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -13px;
  position: absolute;
}

.no-loader .loader {
  visibility: hidden;
  opacity: 0;
}


.table-xs-per td,.table-xs-per th {
  padding: 5px 10px;
}

/* //cambiar el color de head de la tabla por defecto */
.table thead th {
  background: #e41e26;
  color: white;
}
/* .dropdown-toggle::after {
  display:none;
} */