.table-outborders td{
    border:none;
}
.table-outborders tr td{
    text-align: left;
}
.table-outborders tr th{
    text-align: center;
}

.element-center{
    display:flex;
    align-items:center;
    justify-content:center;
}

.list-display{
        display: inline;
}

.list-display span{
        font-size:16px;
        margin: 0 40px 50px 40px;
        font-weight: bold;
        line-height: 5px;
    }
    
.mg-t{
    margin-top: 30px;
}

.mg-b{
    margin-bottom: 30px;
}

.text-p p{
    font-size:16px;
    line-height: 10px;
}

.span-res{
    margin-left:30px;
}


#modalactividadfasciculo table tr th{
    text-align: center;

}
#modalactividadfasciculo table.table-custom{
    border: 1px solid rgb(219, 219, 219);

}
#modalactividadfasciculo .table td{
    border: 1px solid rgb(219, 219, 219);
}

#modalactividadfasciculo .table td{
    border: 1px solid rgb(219, 219, 219);
}
#modalactividadfasciculo .row{
    margin: 0;
   /*  align-items: center;
    justify-content: center; */
}
#modalactividadfasciculo .modal-footer,.modal-header{
    border-top: none;
    border-bottom: none;
}
#modalactividadfasciculo .modal-footer,.modal-header,.modal-body{
    font-size: inherit;
}
#modalactividadfasciculo h5, .h5,h6,.h6{
    font-size: 1.14rem;
}
#modalactividadfasciculo .uneditable-input, textarea{
    padding: 0;
    font-size: 14px!important;
    
}
#modalactividadfasciculo  textarea{
    padding-top: 0;
    
}
#modalactividadfasciculo .uneditable-input, textarea:focus{
    border-color: #6967ce!important;

}
#modalactividadfasciculo .text-left{
    text-align: left !important;

}
#modalactividadfasciculo table tr td,th{
    font-size: inherit;

}

.box-codes{
    height: 300px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: rgb(250, 250, 250);
    margin-bottom: 3em;
}

.table-serials .btn-toolbar button{
    color: #000;
    font-weight: 500;
    border: 1px solid #4BB14E;
}
.table-serials .btn-toolbar button{
    color: #000;
    font-weight: 500;
    border: 1px solid #4BB14E;
    
}
.table-serials .btn-toolbar button:hover{
    background-color: #4bb14e6c;

}

#generate_serials .box-body .form-group .btn-primary:hover {
    background-color: #4bb14ed7;
    border-color: #4BB14E;
    color: #fff;
}
#generate_serials .box-body .form-group .btn-primary:focus {
    background-color: #4BB14E;
    border-color: #4BB14E;
    color: #fff;
}
#generate_serials .box-body .form-group .btn-primary:focus {
    background-color: #4BB14E;
    border-color: #4BB14E;
    color: #fff;
}

.container-btnexport{
    width: 100%;
    padding-bottom: 2em;
}
.container-btnexport h3{
    display: inline-block;
}

.container-btnexport button{
    background-color: #fff;
    border: 1px solid #4BB14E;
    padding: 5px 20px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    display: inline-block;
    margin-left: 5px;
    -webkit-box-shadow: 4px 7px 5px -4px rgba(0,0,0,0.10);
    -moz-box-shadow: 4px 7px 5px -4px rgba(0,0,0,0.10);
    box-shadow: 4px 7px 5px -4px rgba(0,0,0,0.10);
    border-radius: 5px;
}

.container-btnexport button:hover{
    background-color: #4bb14e83;
    border: 1px solid #4BB14E;
}

.box-codes .table-serials caption{
    display: none;

}
.box-codes table th{
    background-color: #fff;

}


.dataTables_paginate .paginate_button{
    margin: 0 5px;
    padding: 5px;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

div.dataTables_paginate{
    float: left!important;
}

div.dataTables_paginate , div.dataTables_info{
    margin-top: 0.5rem!important;
    margin-bottom: 1.4rem!important;
}

.dataTables_paginate .paginate_button:not(.paginate_button.current):hover{
    cursor: pointer;
}

.dataTables_paginate .paginate_button.current{
    background-color: #eaeaea;
}

div.dataTables_length select{
    text-align: center;
    font-size: 14px;
}

.btn.action-table{
    padding: 0.25rem 0.5rem;
    color: #275ba7;
    background-color: #fbce24;
    font-size: 15px;
}

.btn.action-table:hover{
    transform: scale(1.05);
    opacity: .8;
}

.portada-tbl{
    width: 80px;
}


div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{
    background-color: #407aeb!important;
}

.table-reactivo{
    width: 100%;
    height: 100%;
}

.table-reactivo tr td{
    border: 3px solid rgb(205 205 205 / 76%);
    box-shadow: 0 0 10px #e0e0e06b;
}


/* SPINNER STYLE */

.spinner-container{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #1e1e1e3a;
    top: 0;
    left: 0;
    transition-property: visibility,opacity;
    transition-duration: 300ms;
    visibility: hidden;
    z-index: 50;
    opacity: 0;
    pointer-events: none;
    display: flex!important;
    justify-content: center;
    padding-top: 30%;
    /* align-items: center; */
}

.spinner-container.show{
    transition-property: visibility,opacity;
    transition-duration: 300ms;
    visibility: visible;
    opacity:1;
    pointer-events: all;
    display: flex!important;
    justify-content: center;
    /* align-items: center; */
    
}
.custom-loader {
    width: 80px;
    height: 40px;
    --c:radial-gradient(farthest-side,#ffffff69 93%,transparent);
    background:
      var(--c) 0    0,
      var(--c) 50%  0,
      var(--c) 100% 0;
    background-size:16px 16px;
    background-repeat: no-repeat;
    position: relative;
    animation: db4-0 1s linear infinite alternate;
  }
  .custom-loader:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 24px;
    background:#ffffff69;
    left:0;
    top:0;
    animation: 
      db4-1 1s  linear infinite alternate,
      db4-2 0.5s cubic-bezier(0,200,.8,200) infinite;
  }
  
  @keyframes db4-0 {
    0%      {background-position: 0  100%,50% 0   ,100% 0}
    8%,42%  {background-position: 0  0   ,50% 0   ,100% 0}
    50%     {background-position: 0  0   ,50% 100%,100% 0}
    58%,92% {background-position: 0  0   ,50% 0   ,100% 0}
    100%    {background-position: 0  0   ,50% 0   ,100% 100%}
  }
  
  @keyframes db4-1 {
    100% {left:calc(100% - 16px)}
  }
  
  @keyframes db4-2 {
    100% {top:-0.2px}
  }

/*   .swal2-actions{
    flex-direction: row-reverse;
  } */

  .disable-button{
    background-color: #cecece;
    color: #454444;
  }

  div:where(.swal2-container) .swal2-html-container{
    font-size: 16px;
  }

  .d-flex{
    display: flex;
  }
  .content-center{
    display: flex;
    justify-content: center;
    align-items: center;
  }


/* LEADER JS LINE GLOBAL */
.leader-line{
    z-index: 9;
}

.swal2-title{
    line-height: 30px;
}
 
/* .swal2-popup .swal2-modal .swal2-title{
    line-height: 30px;
}
 */

 div:where(.swal2-container) h2:where(.swal2-title){
    font-size: 1.575em!important;
 }
.swal2-actions{
    flex-direction: row-reverse;
}

.swal2-popup.swal2-toast .swal2-title{
    font-size: 16px!important;
    font-weight: 500!important;
}

.swal2-popup.swal2-toast #swal2-html-container{
    font-size: .9em!important;
    color: #000!important;
}

@media screen and (max-width: 908px){
    #codes_result{
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    .b-col-12{
        width: 100%;
    }
}
