@font-face{
    font-family:'Glyphicons Halflings';
    src:url(../fonts/glyphicons-halflings-regular.woff2);
}

html, body {
    background-color: #f8f9fa;
    color: #636b6f;
    color: #4c4c4c;font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    height: 100vh;
    margin: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
  padding-right: 5px;
  padding-left: 5px;
}

.h4, h4 {
  font-size: 1.2rem;
}


ul{
  list-style-type: disc;
}

::marker {
  color: #6c6c6c;
}

.expanded{
  width: 230px;
}
.compacted{
  width: 35px !important;
}

#menu-lista li button{
  font-size: 14px;
}


#main{    
  margin-top: 0px;
  padding: 0 10px;
  padding-bottom: 50px;
  z-index: 1;
  /* min-width: 100%; */
}

#navvertical{
  padding: 0;
}

.display-none{
  display: none;
}

.glass2 {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 7px;
}

.descripcion_filtros{
  margin-bottom: 5px;
}

form{
  margin: 0;
  margin-bottom: 10px;
  padding: 5px 5px 15px 5px !important;
}
.form-fila{
  padding: 0;
  margin: 0;
}

.form-group {
  margin-bottom: .5rem;
}

hr {
  margin-top: 0;
  margin-bottom: .5rem;
}

.opciones-form{
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #dfdfdf;
}

.select2-selection__choice {
  /* margin-top: 12px !important; */
  font-size: 13px;
}

.select2-search.select2-search--inline {
  /* margin-top: 5px; */
  margin-left: 2px;
  margin-bottom: 2px;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #ced4da !important;
  height: 27px;
  min-height: 0px !important;
  display: flex !important;
  align-items: center;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
}

.selection {
  font-size: 13px;
  color: black !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  min-height: 40px !important;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f1f1f1;
  color: #495057;
  border: 1px solid #cfc9c9;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 0;
  padding: 0 5px;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

.breadcrumbs{
  margin-bottom: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    border-bottom: 1px dotted #bdbdbd;
}

.container{
  padding-top: 60px;
}

.contenedor-titulo{
  display: flex;
    justify-content: space-between;
    align-items: end;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 5px;
}

#box-filtros{
  margin-bottom: 2rem;
}

.badge{
  color: #fff;
  background-color: #75cbd9 !important;
  margin-left: 4px;
}


.aceptar_operacion_box{
  justify-content: center; 
  display: flex; 
  margin-top: 15px;
}

.operacion_comprobante {
  margin: 0 5px;
  min-width: 86px;
  font-size: 14px;
  display: none;
}

.btn{
  padding: .2rem .5rem;
}

.btnmenu {
  border: 0;
  border-radius: 50%;
  width: 35px !important;
  height: 35px !important;
  background-color: #7a7a7a;
  color: #fff;
  cursor: pointer;
  z-index: 9999;
}

#btnfiltrar, #btnimprimirresumen{
  width: 100px;
  font-size: 14px;
}

#btnimprimirresumen{
  border: 0;
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  background-color: #7a7a7a;
  color: #fff;
  cursor: pointer;
  z-index: 9999;
}

.btn-acciones {
  margin: 0 5px;
  font-size: 18px;
  background: none;
  border: none;
  padding: 0;
  color: #3097D1;
}

.btn-acciones:hover {
  color: #0056b3;
  text-decoration: none;
}

.icono-calendario{
  position: absolute; 
  right: 1px; 
  font-size: 18px; 
  height: 100%; 
  border: none;
  background-color: transparent;
  border-left: 1px solid rgb(206, 212, 218) !important; 
  padding: 5px 7px;
  width: auto;
  z-index: 8;
  line-height: initial;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

#errores p {
  color:red;
}

.entradaIncorrecta, .valorerror{
  border-color: #ff6f6f !important;
}

/**, ::after, ::before {
  box-sizing: border-box;
}*/



.tablist {
  width: 100%;
  height: 35px;
  border-bottom: solid 1px #CCC;
  padding-right: 2px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.tablist li {
  float: left;
  list-style: none;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-right: 5px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  outline: none;
}

.tablist li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-weight: bold;
  color: #5685bc;
  padding-top: 5px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 8px;
  display: block;
  background: #FFF;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

.tablist li a.inactive{
  padding-top:5px;
  padding-bottom:8px;
  padding-left: 8px;
  padding-right: 8px;
  color:#666666;
  background: #EEE;
  outline:none;
  border-bottom: solid 1px #CCC;
}

.tablist li a:hover, .tablist li a.inactive:hover {
  color: #5685bc;
  outline:none;
}

.tabcontainer{
  clear: both;
  width: 100%;
  /*border-left: solid 1px #CCC;
  border-right: solid 1px #CCC;
  border-bottom: solid 1px #CCC;*/
  text-align: left;
  padding-top: 0px;
}

.titulobloque{
  color: #a6a6a6;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 5px;
}

.contenedortotalaplicado{
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-bottom: 20px;
  margin-top: 5px;
  padding-left: 15px;
  padding-left: 0px;
}


.background_principal {
  background-color: #eaf1fb !important;
}

.nav_contenedor_vertical{
  align-items: baseline;
  min-height: 100%;
  z-index: 99;
  transition: ease-out 0.2s;
  position: relative;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
  background-color: #f5f9fd;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.navbar-collapse-vertical{
  flex-direction: column;
}
.navbar-nav-vertical{
  display: flex;
  flex-direction: column !important;
  width: 100%;        
}
.dropdown-menu-full-width{
  width: 100%;
}
.dropdown-menu-static{
  position: static !important;
}

.dropdown-toggle-vertical{
  /*color: #fff;*/
  color:#6c6c6c !important;
  width: 100%;
  text-align: left;
}
.navbar-right-container{
  width: 100%;
  /*border-top: 1px solid #565656;*/
  border-bottom: 1px solid #565656;    
  border-bottom: 1px dotted #bdbdbd;
}

.triangle-left {
  width: 0px;
  height: 0px;
  border-top: 30px solid transparent;
  border-right: 40px solid #fff;
  border-bottom: 30px solid transparent;
}

.triangle-down {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40 solid fff;
}

.dropdown-toggle::after{
  display: none;
}

.ubicacion-container{
  margin-bottom: 5px;
  font-weight: 400;
  display: flex;
  align-items: center;
  /* background-color: #e5e4e4; */
  /* border-radius: 10px; */
  /* padding-left: 15px; */
  font-size: 14px;
  border-bottom: 1px dotted #bdbdbd;
  font-weight: 500;
  color: #007bff;
}

.ubicacion{
  margin-bottom: 10px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.ubicacion .vignetta{
  margin: 5px;
  margin-top: 7px;
  width: 30px;
  height: 30px;
  margin-left: 8px;
  line-height: 35px;
  border: 0;
  text-align: center;
  border-radius: 5px;
  padding-top: 0px;
  color: #fff;
  /*background-color: #7a7a7a;*/
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  overflow: hidden;
}


.icono-home{
  margin: 5px;
  width: 32px;
  height: 28px;
  text-align: center;
  border-radius: 5px;
  padding-top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  color: #7a7a7a;
}

.icono-home i{
  font-size: 20px;
}

.menu-icono i{
  font-size: 20px; 
  color: #fff; 
  color: #7a7a7a;
}


#wa_content{
  bottom: 10px;
  position: fixed;
  left: 10px;
  z-index: 999;
  transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#contactos li{
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #7d7d7d;
  border-bottom: 1px solid #d6d6d6;
}
#contactos li span{
  margin-top: -3px;
  display: block;
}

.full-height {
    height: 100vh;
}

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

.flex-center-vertical {
  display: flex;
  align-items: baseline;
  width: 100%;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    /*text-align: center;*/
    /*max-width: 1200px;*/
    width: 100%;;    
    /*min-width: 550px;*/
}

.verde_principal{
  background-color: #7a7a7a !important;
}

.menu-icono{
  margin: 5px;
  /*border: 1px solid #747b7e;*/
  width: 32px;
  height: 28px;
  text-align: center;
  border-radius: 5px;
  padding-top: 0px;
  color: #fff;
  /*background-color: #7a7a7a;*/
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.dataTables_wrapper {
    overflow-x: auto;
}

.dataTables_info, .dataTables_paginate{
    font-size: 14px;
}

.card{
    border: 0;
    border: 1px solid rgb(0 0 0 / 9%);
    padding: 7px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 7px;
}

.title {
    font-size: 21px;
    margin-bottom: 15px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

nav{
    box-shadow: 0px 2px 3px #ececec;
}

.bg-light {
    background-color: #33e486!important;
}

.menu-link {
    color: #636262 !important;
}

.navbar-nav li a{
   text-decoration: none;
   font-size: 14px;
}

.navbar button{
    /*background-color: #14C767 !important;*/
    color: #fff;
}


#box-filtros{
    border-bottom: 1px solid #dcdcdc;
    margin: 0;
    margin-bottom: 10px;
    padding: 5px;
    padding-bottom: 15px;
    margin-top: 10px;
}

.login-panel-heading{
    padding: .5em;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    background-color: #e6e6e6;
    color: #565656;
}

.login-panel-body{
    padding: 1em;
}

.navbar-brand{
    font-weight: 600;
    color: #5CC34E !important;
    padding-right: 8px;
}

#brand-separator{
    background-color: #b7b7b74d;
    width: 2px;
    height: 25px;
}

.menu-link{
    /*vertical-align: sub;
    height: 40px;
    padding: 0 10px;*/
    color: #656465 !important;
}

.btn-caja_herramientas{
  font-size: 13px !important;
  height: 28px;
}

.btn-excel{
  width: 64px;
  color: #ffffff;
  background-color: #27b73f;
  border-color: #27b73f;
}

.btn-pdf{
  width: 64px;
  color: #ffffff;
  background-color: #ef5555;
  border-color: #ef5555;
}

table{
  color: #656565;
  color: #4c4c4c;
  color: #222222;
}

.modal-header {
  display: flex;
  /* background: #F7941E; */
  /* background: #c8e9fd; */
  /* background: #d4ecfb; */
  /* background: #b9d9ed; */
  align-items: center;
  color: #fff;
  /* cursor: move; */
  padding: 7px 10px;
}


.modal-body, .modal-footer {
  padding: 5px;
  font-size: 14px;
}

.modal-header .modal-title{
  color: #4c4c4c;
  font-weight: 500;
  font-size: 14px;
}

.modal-header .btn-close{
  position: relative;
  background: none;
  border: none;
  color: #4c4c4c;
  width: auto;
  height: auto;
  padding: 0;
}

.modal-footer button{
  margin: 0 5px;
  min-width: 86px;
  font-size: 14px;
}

dl, ol, ul {
  margin-top: 5px;
  margin-bottom: 10px;
}

.contenido-pagos {
  /*padding: 10px;*/
  /*max-width: 100%;*/
}


#contenidoModalPagos ol {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; /* espacio entre ítems */
  padding-left: 1.2rem; /* mantiene numeración */
}

#contenidoModalPagos li {
  flex: 1 1 250px; /* ítems ocupan mínimo 250px y se ajustan */
  list-style-position: inside;
}

.badgeTipoPago{
  margin-left: 5px;
  border-radius: 3px;
  padding: 0 5px;
  color: #fff;
}

.badgeVarios{
 background-color: #b7b7b7;
}

.badgeTransferencia{
  background-color: #d298d9;
}

.badgeE-cheq, .badge-Cheque{
  background-color: #32e178;
}

.badgeEfectivo{
  background-color: #f397b9;
}

.badgeRetencion{
  background-color: #4eb4ef;
}

.sinvencer{
  background-color: #e1f3ff !important;
}

.row_plazos{
  color: #007bff;
}

.row_plazos:hover{
  color: #0056b3;
  text-decoration: underline;
  cursor: pointer;
}

.fila-seleccionada{
  background-color: #cfecfd !important;
}

.fila-pagos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
}

.fila-pagos li {
  flex: 1 0 calc(16.66% - 10px); /* 6 elementos por fila (100%/6) */
  min-width: 120px; /* Ancho mínimo por item */
  padding: 8px;
  /*background: #f8f9fa;*/
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.fila-pagos li strong {
  /*color: #3498db;*/
}

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: 500;
}

table.dataTable thead th, table.dataTable thead td {   
  padding: 4px 6px !important;
  border-bottom: 0px solid #adadad;
  background-color: #e3e0e0;
  font-size: 13px;
}

table.dataTable tbody td {
  padding: 4px 6px;
}

#tablamovimientos{
  margin-bottom: 10px;
}


#tablaclientes thead tr th, #tablaclientes tbody tr td {
  font-size: 13px;
}

#tablamovimientos thead tr th, #tablamovimientos tbody tr td {
  font-size: 13px;
}

#tablamovimientos tbody tr td:first-child{
    width: 300px;
}

/*#tablamovimientos tbody tr:last-child{
    font-weight: 600;
}*/

.dataTables_length{
  margin-right: 10px;
  min-height: 32px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {    
    border: 1px solid #dadada;
    background: inherit;
    background-color: #ececec;
    border-radius: 50%;
    outline: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background: inherit;
    box-shadow: inherit;
    background-color: #848282;
    border-radius: 50%;
    outline: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #676767;
    background: inherit;
    background-color: #848282;
    border-radius: 50%;
    outline: none;
}

.paginate_button {
    outline: none;
}

.totalBold{
    font-weight: 600;
}

#tablaanalisis tbody tr td:first-child{
  width: 70px;
}

#tablasolicitantes{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#tablasolicitantes thead, #tablasolicitantes thead tr{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

#tablasolicitantes thead tr th{
    width: 33% !important;
}

#tablasolicitantes tbody{
    width: 100%;
    display: flex;    
    flex-direction: column;
}

#tablasolicitantes tbody tr{
    width: 100%;
    display: flex;
}

#tablasolicitantes tbody tr td{
    width: 33% !important;
}

#tablasolicitantes tbody tr td.dataTables_empty{
    text-align: center;
    width: 100% !important;
}





.center_no_padd{
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}

.vertical_align_middle{
    vertical-align: middle !important;
}

.tabla_etapas{
    width: 100%;
}

.tabla_etapas tbody tr:first-child td{
    border: none;
    padding-top: 0;
    padding-bottom: 2px;
}
.tabla_etapas tbody tr td{
    padding-bottom: 2px;
    padding-top: 2px;
}
.tabla_etapas tbody tr:last-child td{
    padding-top: 2px;
    padding-bottom: 0;    
    border-bottom: 0;
    border-left: 0;
}

.saldook, .importenegativo, .saldonegativo{ 
    color: #04a526;
}

.saldonook, .importepositivo, .saldopositivo{
    color: #ff2400fc;
}

#btnfiltrar, #btnimprimirresumen{
  width: 64px;
  font-size: 14px;
}

#backimg{
  background-image: url(../img/1.jpg);
  width: 100%;
  height: 400px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  z-index: 9999;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
}

.login-box{
    padding: 0;
    background-color: #fff;
    position: absolute;
    width: 400px;
    height: 400px;
    z-index: 9999;
    bottom: -70px;
    left: 0px;
    border: 1px solid rgb(0 0 0 / 14%);
    padding-top: 15px;
}

.login-box-heading{
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    color: #B649F5;
}

.login-btn{
    width: 100%;
    margin-top: 20px;
}



/*.btn-green {
  color: #fff;
  background-color: #06b357;
  border-color: #05a751;
}*/

/*.btn-purple:hover {
  color: #fff;
  background-color: #06b357;
  border-color: #05a751;
}*/

.btn-purple {
  color: #fff;
  /*background-color: #7b1fcf;
  border-color: #6d1bb9; 

  color: #464646;
  background-color: #ffc850;
  border-color: #f6b72d;

  color: #fff;
  background-color: #06b357;
  border-color: #05a751;*/

  /*background-color: #179439;
  border-color: #179439;*/

  background-color: #014f9b;
  border-color: #014f9b;
}

.btn-purple:hover {
  color: #fff;
  /*background-color: #6d1bb9;
  border-color: #6d1bb9;

  color: #464646;
  background-color: #ffc850;
  border-color: #f6b72d;

  color: #fff;
  background-color: #06b357;
  border-color: #05a751;*/

  background-color: #014f9b;
  border-color: #014f9b;
}

.btn-success {
  width: 100px;
  color: #fff;
  background-color: #6d1bb9;
  border-color: #6d1bb9;

  background-color: #179439;
  border-color: #179439;
}

.btn-success:hover {
  /*background-color: #6d1bb9;
  border-color: #6d1bb9;*/

  /*background-color: #06b357;
  border-color: #05a751;*/

  color: #fff;
  background-color: #179439;
  border-color: #179439;
}


.forgotpass{
    width: 100%;
    text-align: right;
    padding-right: 0;
    margin: 0;
    padding-top: 0;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #dee2e6;
}

.lds-ellipsis {
    display: none;
    position: relative;
    width: 80px;
    height: 38px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 14px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #B649F5;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }

  select.form-control:not([size]):not([multiple]) {
    height: inherit;
    height: 27px;
  }

  .form-control{      
    font-size: 14px;
    padding: 0.1rem .2rem;
    height: 27px;
  }

  label{      
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
    height: 22px;
  }

  .dataTables_length label{
    font-size: 13px;
    font-weight: 400;
  }

  .dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ced4da;
    padding: 0.1rem .2rem;
  }

  button.collapsible {
    background-color: transparent;
    cursor: pointer;
    color: #4c4c4c;
    color: #75cbd9;
    padding: 5px;
    width: 100%;
    border: none;
    /*border-bottom: 1px solid #ebebeb;*/
    text-align: left;
    outline: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  button.collapsible:after {
    /*content: '\002B';*/
    color: 4c4c4c;
    font-weight: bold;
    float: right;
    margin: 0px;
    width: 25px;
    height: 25px;
    background-color: #eaf1fb;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
  }

  .collapsible_content {
    padding: 0px;
    padding-top: 5px;
    display: none;
    overflow: hidden;
  }

  .dt-buttons{
    float: left;
    margin-bottom: 4px;
  }

  table.dataTable tbody th, table.dataTable tbody td {
    font-size: 13px;
  }

  #tablamovimientos thead tr th, #tablamovimientos tbody tr td{
    font-size: 13px;
  }

  .table-bordered td, .table-bordered th {
    border: 1px solid #a6a6a6;
    border: 1px solid #e2e2e2;
    border: 1px solid #d7d3d3;
   }

  .datosemilla{
    text-align: center;
  }

  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }



  .lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
  }
  .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #b649f5;
    margin: -4px 0 0 -4px;
  }
  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }
  .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
  }
  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }
  .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
  }
  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }
  .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
  }
  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }
  .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
  }
  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }
  .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
  }
  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }
  .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
  }
  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }
  .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
  }
  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }
  .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
  }
  @keyframes lds-roller {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  

@media only screen and (max-width: 850px) {
  #cotizacion_dolar {
      text-align: left !important;
  }
}

@media only screen and (max-width: 768px) {
  
    #backimg{
      display: none;
    }

    #creartabla-container {
        text-align: center;
        margin-bottom: 20px;
    }

    #box-filtros div{
      padding-left: 0;
      padding-right: 0;
      /*margin-bottom: 5px;*/
    }

    #fechadesde_box{
      margin-bottom: 12px;
    }

    #fechahasta_box{
      margin-bottom: 12px;
    }

    .ordenamiento_box{
      margin-left: 20px;
    }
}
