table > thead > tr > th,table > tbody > tr > td{
    text-align: center;
}
.table td, .table th {
    vertical-align: middle;
}
[class*=sidebar-light-] .sidebar a {
    /* white-space: pre-wrap; */
    word-wrap: break-word;
}
.swal2-popup.swal2-toast .swal2-title{
    padding-left: 10px;
}
.swal2-cancel, .swal2-confirm {
    margin-left: 10px;
    margin-right: 10px;
}
.swal2-success-fix{
    display: none;
}
.modal-scroll{
    overflow-y: scroll;
    height: 500px;
}
input[type="file"]{
    padding-bottom: 2.3rem;
}
.modal_preview{
    background-color: #ffffff00;
    box-shadow: none;
    border: 0;
}
.close_preview{
    color: black;
    background-color: white !important;
    border-radius: 20rem !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 10px !important;
}
.select_drag{
    transform: scale(1.05);
    /* box-shadow: 0px 0px 20px #7a7a7a; */
    background-color: transparent;
}
.drag_phantom{
    opacity: 0;
}
.handle{
    cursor: move;
}
.card_images_pdf{
    height: 550px;
    overflow-y: scroll;
}
.card-title-file{
    font-size: 1rem;
    margin: 0;
    font-weight: bold;
}
.hr-file{
    margin-bottom: 0;
    margin-top: 4px;
}
.card-text-file{
    text-align: end;
}
.user-panel, .user-panel .info {
    white-space: normal !important;
}
.box-content {
    background-color: #e8e8e8 !important;
}
.timeline-box {
    background-color: #5454ff !important;
    color: white;
}
.box-content span {
    color: rgb(36, 36, 36);
}
.timeline {
    margin-top: 0px !important;
}
.timeline-month {
    color: #e8e8e8 !important;
}
.timeline-month:before {
    bottom: 12px;
}
.timeline-month span {
    position: initial !important;
    color:rgb(36, 36, 36);
    background-color: #e8e8e8 !important;
    border-radius: 40px;
    padding: 4px 10px 4px 10px !important;
    margin-left: 1rem !important;
}
.timeline-date {
    text-shadow: 1px 1px 1px rgb(0 0 0 / 0%) !important;
    color: #000 !important;
}
.timeline-date strong {
    color: #202aa2;
}
.btn-acciones{
    max-width: 150%;
}
@media (min-width: 992px) {
    .btn-acciones{
        max-width: 210px !important;
    }
}
.data-client{
    border-bottom: 1px solid #4f5962;
}
.name-client{
    color: #c2c7d0;
    text-align: center;
}
.image-client{
    text-align: center;
}
.img-client{
    text-align: center !important;
    width: 45% !important;
    padding-bottom: 10px !important;
}
.loader{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* opacity: .8; */
    background-color: #dedede;
}
.brand-link .brand-image {
    /* float: left;
    line-height: .8;
    margin-left: -0.4rem;
    margin-right: .5rem;
    margin-top: -8px;
    max-height: 40px;
    width: auto; */

    float: left;
    line-height: .8;
    margin-left: -0.2rem;
    margin-right: .5rem;
    margin-top: -2px;
    max-height: 35px;
    width: auto;
}
.brand-text-image{
    width: 52%;
    /* padding-top: 7px; */
    /* margin-top: -7px; */
    margin-top: -2px;
}
.main-header{
    padding-top: 11px;
    padding-bottom: 11px;
}
.brand-link {
    padding: .9rem .5rem;
}
.brand-link .brand-image {
    float: none;
}
@media (min-width: 992px){
    .sidebar-mini.sidebar-collapse .brand-text, .sidebar-mini.sidebar-collapse .nav-sidebar .nav-link p, .sidebar-mini.sidebar-collapse .sidebar .user-panel>.info {
        display: none;
    }
}
@media (min-width: 604px){
.d-sm-inline-block {
    display: inline-block!important;
}
}

.nav-pills .show>.nav-link {
    background-color: #343a4000;
}
.nav-pills .nav-link.active {
    background-color: #014fab;
}
.nav-pills .nav-link:not(.active):hover {
    color: #0ca4e1;
}
.nav-sidebar .nav-header {
    padding: 1.7rem 1rem 0.5rem;
}
.nav-sidebar .nav-link>.right, .nav-sidebar .nav-link>p>.right {
    position: initial;
}

.collapse-general{
    /*cursor: pointer;*/
    padding: 25px 15px;
}
.card-general{
    border-bottom-color: #6c757d!important;
    border-style: ridge;
    border-width: 1px;
    border-bottom: 3px solid;
}
.collapse-sub-general{
    border-bottom: 1px solid #36a5e9;
}

.spinner {
  padding-top: 15%;
  margin: 100px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 300px;
  height: 300px; */
  position: relative;
}

.spinner-text {
  font-size: 2rem;
  /* animation: opaque 2000ms ease-in-out infinite; */
}

.load{
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 10px solid transparent;
    border-left: 10px solid #2196f3;
    border-right: 10px solid #2196f3;
    animation: rotateAntiCW 1.8s linear infinite;
}

.load::after{
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 10px solid transparent;
    border-top: 10px solid #C41E3A;
    border-bottom: 10px solid #C41E3A;
    animation: rotate 1s linear infinite;
}

.alert-danger {
  color: #721c24!important;
  background: #ffa2ab!important;
  border-color: #ff8e98!important;
}

.icons-home{
    font-size: 40px;
    padding-right: 10px;
    color: #014fab;
}

.badge-blues{
    background: #014fab!important;
    color: #fff!important;
}

.a-eliminar{
    color: #f44336;
    text-decoration: underline;
    margin-left: 5px;
    cursor: pointer;
}

.btn-nuevo{
  font-weight: 600;
  font-size: small;
  background-color: #dc3545;
  padding: 1px 7px;
  border-radius: 3px;
  color: #ffffff;
}

@keyframes rotate{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(-360deg);}
}

@keyframes rotateAntiCW{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}

@keyframes opaque {
  0%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.3;
  }
}
