@font-face{
  font-family:'Glyphicons Halflings';
  src:url(../fonts/glyphicons-halflings-regular.woff2);
}

html, body {
  background-color: #f8f9fa;
  color: #636b6f;
  color: #4c4c4c;
  /*font-family: 'Raleway', sans-serif;
  font-weight: 100;*/
  height: 100vh;
  margin: 0;
}

h5 {
  font-size: 16px;
}

h6{
  font-size: 14px;
}

a{
  text-decoration: underline;
}

.btn{
  text-decoration: none;
}

#main {
  margin-top: -1px;
  padding: 0 10px;
  padding-bottom: 50px;
  z-index: 1;
  min-width: 100%;
}

.badge {
  min-width: 22px;
  min-height: 15px;
}

.navbar-nav>li{
  margin: 1.5px 0;
  padding: 0 3px;
}
.nav_contenedor_vertical{
  align-items: baseline;
  position: inherit;
  width: 230px;
  min-height: 100%;
  /*overflow: hidden;*/
  z-index: 99;
  transition: ease-out 0.2s;
  position: relative;
}
.navbar-collapse-vertical{
  flex-direction: column;
}
.navbar-nav-vertical{
  display: flex;
  flex-direction: column !important;
  width: 100%;        
}


.form-group {
  margin-bottom: .5rem;
}

.form-control, .input_editable{      
  font-size: 13px;
  padding: 0.1rem .3rem;
  color: #414446;
}

.btn, .form-control, select.form-control:not([size]):not([multiple]) {
  height: 28px;
}

label{      
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
}

hr {
  margin-top: .0rem;
  margin-bottom: .5rem;
}

ul{
  list-style-type: disc;
}

::marker {
  color: #6c6c6c;
}

.btn {
  padding: .375rem .5rem;
  height: 28px;
  line-height: 0;
}

.btn-menu-principal{
  display: flex;
  /*justify-content: space-between;*/
  padding: 0.2rem .75rem;
  /*padding-left: 32px;*/
  align-items: center;
  font-size: 14px;
}

.dropdown-menu{
  font-size: 14px;
}

.btn-menu-principal:hover{
  background-color: #d6e1f1 !important;
}

.btn-menu-principal-activo{
  background-color: #d6e1f1 !important;
}

.btn-menu-principal > i{
  font-size: 12px;
  margin-right: 8px;
}

.btn-buscar {
  font-size: 14px;
  width: 70px;
}

.dropdown-menu-full{
  background-color: #d6e1f1 !important;
  border: none;
  margin: 0;
}

.dropdown-menu-full-width{
  width: 100%;
  background-color: #d6e1f1 !important;
  border: none;
  /*margin: 0;*/
}
.dropdown-menu-static{
  position: static !important;
}

.dropdown-toggle-vertical{
  color: #fff;
  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;
}

.ubicacion-container{
  margin-bottom: 10px;
  font-weight: 400;
  display: flex;
  align-items: baseline;
  /* background-color: #e5e4e4; */
  /* border-radius: 10px; */
  /* padding-left: 15px; */
  font-size: 14px;
  border-bottom: 1px dotted #bdbdbd;
  font-weight: 500;
  color: #1b79ff;
}

.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: 10px;
}

.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;
}

#contenedor_fijar_ejercicio{
  display: none;
}

#rubros{
  max-height: 480px;
  overflow: overlay;
}
#rubros.jstree{
  font-size: 13px;
}
.jstree-default .jstree-wholerow {
  height: 22px;
}
.jstree-default .jstree-icon:empty {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.jstree-default .jstree-anchor {
  line-height: 22px;
  height: 22px;
}
.jstree-default .jstree-icon:empty {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.jstree-default .jstree-node {
  min-height: 22px;
  line-height: 22px;
  margin-left: 24px;
  min-width: 24px;
}

#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;
}

.flex-center-vertical{
  display: flex;
  align-items: baseline;
  width: 100%;
}

label {
  display: inline-block;
  margin-bottom: 0.1rem;
}

hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.cd-accordion__input {
  position: absolute;
  opacity: 0;
}

.cd-accordion__label {
  position: relative;
  display: flex;
  align-items: center;
  padding: var(--space-sm) var(--space-md);
  background: var(--cd-color-1);
  box-shadow: inset 0 -1px lightness(var(--cd-color-1), 1.2);
  color: var(--color-white);
}

.cd-accordion__sub {
  display: none;
}

.cd-accordion__input:checked ~ .cd-accordion__sub {
  display: block;
}

.fila_color_destacado1{
  color: #2d43f5;
}
.fila_color_destacado2{
  color: #ff0808;
}

.errores_lista{
  background-color: #ffd7d7;
  border-radius: 10px;
  margin-top: 10px;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.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;
}


.modal-lg{
  max-width: 80%;
}

.modal-form{
  padding-bottom: 10px;
}

.modal-header{
  align-items: center;
  padding: .5rem;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  min-height: 285px;
  margin-top: 0px;
}
.tabs {
  position: relative;
  /*margin: 3rem 0;*/
  /*background: #1abc9c;*/
  /*height: 14.75rem;*/
}
.tabs::before,
.tabs::after {
  content: "";
  display: table;
}
.tabs::after {
  clear: both;
}
.tab {
  float: left;
}
.tab-switch {
  display: none;
}
.tab-label {
  position: relative;
  display: block;
  line-height: 2.4em;
  height: 2.5em;
  padding: 0 1.618em;
  background: #e1e1e1;
  border-right: 0.125rem solid #16a085;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
  border: 1px solid #a6a6a6;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.tab-label:hover {
  /*top: -0.25rem;*/
  transition: top 0.25s;
}
.tab-content {
  /*height: 12rem;*/
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 34px;
  left: 0;
  padding: 15px;
  background: #fff;
  color: #2c3e50;
  /*border-bottom: 0.25rem solid #bdc3c7;*/
  opacity: 0;
  transition: all 0.35s;
  border-top: 1px solid #a6a6a6;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.tab-switch:checked + .tab-label {
  background: #fff;
  color: #2c3e50;
  border-bottom: 0;
  /*border-right: 0.125rem solid #fff;*/
  transition: all 0.35s;
  z-index: 3;
  /*top: -0.0625rem;*/
}
.tab-switch:checked + label + .tab-content {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
}

.elementor-background-overlay {
  /*background-image: url(https://raulhperezagronomia.com.ar/wp-content/uploads/2022/05/WhatsApp-Image-2022-05-16-at-12.28.34-AM-e1652672167419.jpeg);*/
  background-position: 110% 146px;
  background-repeat: no-repeat;
  background-size: 40% auto;
  opacity: 0.2;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
}

.elementor2-background-overlay {
  background-image: url(https://raulhperezagronomia.com.ar/wp-content/uploads/2022/05/WhatsApp-Image-2022-05-16-at-12.08.39-AM-e1652671743866.jpeg);
  background-position: 7px -21px;
  background-repeat: no-repeat;
  background-size: 12% auto;
  opacity: 0.2;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    /*text-align: center;*/
    /*max-width: 1200px;*/
    width: 100%;;    
    /*min-width: 550px;*/
}

.background_principal{
  background-color: #7a7a7a !important;
  background-color:#eaf1fb !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%);
    box-shadow: 0px 2px 3px #ececec;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.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;
  display: block;
}

.navbar button{
  /*background-color: #14C767 !important;*/
  /*color: #fff;*/
  color: #6c6c6c !important;
}

#loader_container{
  z-index: 999999 !important;
}


#box-filtros, .box-opciones{
  border-bottom: 1px solid #dcdcdc;
  margin: 0;
  margin-bottom: 10px;
  padding: 0px;
}

.box-opciones{
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.btn{
  /*font-size: 13px;*/
}


.btn-caja_herramientas{
  font-size: 13px !important;
  height: 28px;
}

.btn-excel{
  color: #ffffff;
  background-color: #27b73f;
  border-color: #27b73f;
}

.btn-pdf{
  color: #ffffff;
  background-color: #ef5555;
  border-color: #ef5555;
}

.btnmenu{
  border: 0;
  border-radius: 50%;
  width: 35px !important;
  height: 35px !important;
  background-color: #7a7a7a;
  color: #fff;
  cursor: pointer;
  z-index: 9999;
}

.label-elemento-seleccionado{
  min-width: 70px;
  vertical-align: middle;
  line-height: 35px;
}
.nuevo_elemento, .eliminar_elemento, .editar_elemento, .btn_cancelar{
  min-width: 74px; 
  /*height: 32px;*/
  padding: 0px 10px !important;
  margin: 0px 2px;
  font-size: 14px !important;
  /*line-height: 30px;*/
}
.input_editable{
  border: 1px solid #a6a6a6;
  border-radius: 3px;
  margin: 3px 0px;
  width: 100%;
}

.contenedor_opciones_modal{
  padding: 0;
  padding-top: 10px;
  text-align: right;
  margin-top: 10px;
  border-top: 1px solid #e9ecef;
  text-align: right;
}
.btn_editar{
  border: 0;
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  background-color: #7a7a7a;
  color: #fff;
  cursor: pointer;
  z-index: 9999;
}
.icono-rubro{
  display: inline-block;
  width: 24px;
  height: 20px;
  line-height: 20px;
  background-image: url(/css/jstree/themes/default/32px.png);
  background-position: -260px -4px;
  padding-top: 4px;
  font-size: 16px;
}
.icono-cuenta{
  display: inline-block;
  width: 24px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  padding-top: 4px;
}


.btnmenu2{
  width: 74px;
  font-size: 14px;
  background-color: #7a7a7a;
  color: #fff;
  border: 0;
  cursor: pointer;
}

.btnmenu2:hover{
  color: #fff;
  text-decoration: none;
}

.btnacciones{
  border: 1px solid #d7d3d3;
  border-radius: 50%;
  padding: 10px;
}

.btnmenu-save{
  padding-left: 7px;
}

#btnimprimirresumen{
  border: 0;
  border-radius: 50%;
  width: 28px !important;
  height: 28px !important;
  background-color: #7a7a7a;
  color: #fff;
  cursor: pointer;
  z-index: 9999;
}

.btn_acciones {
  margin: 0 5px;
  font-size: 14px;
  background: none;
  border: none;
  min-width: 74px;
  /*height: 32px;*/
  padding: 0px 10px !important;
}

.btn_acciones_icono {
  margin: 0 5px;
  font-size: 18px;
  background: none;
  border: none;  
  color: #3097D1;  
  min-width: 0;
  padding: 0;
}

.btn_acciones_verde{
  background-color: #10af3f;
  color: #fff;
}

.btn_acciones_azul{
  background-color: #3097d1;
  color: #fff;}

.btn_acciones_gris{
  background-color: #747474;
  color: #fff;
}

.btn_acciones_lila{
  background-color: #b16edb;
  color: #fff;
}

.btn_acciones_verdeagua{
  background-color: #0bbdac;
  color: #fff;
}

.btn_acciones:hover {
  text-decoration: none;
}

.btn-autorizar{
  font-size: 12px !important;
  background-color: #dfdfdf;
}
.btn-cancelar_autorizar{
  font-size: 12px !important;
  background-color: #dfdfdf;
}
.revisar_solicitud{
  cursor: pointer;
  font-size: 13px !important;
  width: 74px;
  /*background-color: #37bd60;*/
  /*color: #fff;*/
  min-width: 83px;
}
.aprobar_solicitud{
  cursor: pointer;
  font-size: 13px !important;
  width: 74px;
  background-color: #37bd60;
  color: #fff;
  min-width: 83px;
}
.rechazar_solicitud{
  cursor: pointer;
  font-size: 13px !important;
  width: 74px;
  background-color: #da5050;
  color: #fff;
  margin-left: 5px;
  min-width: 83px;
}

.autorizar_comprobante{
  font-size: 12px;
  background-color: #60e364;
}

.autorizar_total_comprobantes{
  background-color: #04a526;  
  color: #fff;
  font-size: 16px;
}

.blanquear_solicitud{
  cursor: pointer;
  font-size: 13px !important;
  width: 74px;
  background-color: #3863da;
  color: #fff;
  min-width: 83px;
}


.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;
}

table{
  color: #656565;
  color: #4c4c4c;
  color: #222222;
}

.btnmenu{
  border: 0;
  border-radius: 50%;
  width: 35px !important;
  height: 35px !important;
  background-color: #7a7a7a;
  color: #fff;
  cursor: pointer;
  z-index: 9999;
}

.btnmenu-save{
  padding-left: 7px;
}
.aprobar_solicitud{
  cursor: pointer;
  font-size: 13px !important;
  width: 74px;
  background-color: #37bd60;
  color: #fff;
  min-width: 83px;
}
.rechazar_solicitud{
  cursor: pointer;
  font-size: 13px !important;
  width: 74px;
  background-color: #da5050;
  color: #fff;
  margin-left: 5px;
  min-width: 83px;
}

.blanquear_solicitud{
  cursor: pointer;
  font-size: 13px !important;
  width: 74px;
  background-color: #3863da;
  color: #fff;
  min-width: 83px;
}

#tablasolicitudes thead tr th, #tablasolicitudes tbody tr td, #tablarenglones_ctacte thead tr th{
  font-size: 13px;
}

table.dataTable thead tr th, table.dataTable tbody tr td {
  font-size: 13px;
}

#tablasolicitudes tbody, #tablarenglones_ctacte tbody{
  font-size: 14px;
}

#tablasolicitudes tbody td, #tablarenglones_ctacte tbody td{
  vertical-align: middle;
}

table.dataTable tbody td{
  vertical-align: middle;
}

#tablasolicitudes tbody tr td, #tablarenglones_ctacte tbody tr td {
  /*padding: 8px 6px !important;*/
  padding: 0px 4px !important
}

table.dataTable tbody tr td {
  /*padding: 8px 6px !important;*/
  padding: 2px 4px !important
}


table.dataTable thead th, table.dataTable thead td {
  /*padding: 5px 15px;*/
  padding: 2px 4px !important;
  border-bottom: 0px solid #adadad;
  background-color: #f8f9fa;
  background-color: #f1f1f1;
  background-color: #e3e0e0;
  background-color: #f1f1f1;
  font-size: 14px;
}

table.dataTable tbody td {
  padding: 8px 6px;
}

#tablamovimientos{
  margin-bottom: 10px;
}

#tablamovimientos tbody tr td:first-child{
  width: 300px;
}

/*#tablamovimientos tbody tr:last-child{
    font-weight: 600;
}*/

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {    
    border: 1px solid #bfbfbf;
    background: inherit;
    background-color: #d7d7d7;
    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;
}



#tablarenglones tbody tr td:first-child, #tablaarticulos tbody tr td:first-child, #tablaproveedores tbody tr td:first-child, #tablarenglones_ctacte tbody tr td:first-child {
  width: auto !important;
}

#tablarenglones_wrapper, #tablaarticulos_wrapper, #tablaproveedores_wrapper, #tablarenglones_ctacte_wrapper{
  padding-right: 1px;
}

#tablarenglones_filter, #tablaarticulos_filter, #tablaproveedores_filter, #tablarenglones_ctacte_filter{
  margin-bottom: 15px;
}

#tablarenglones thead tr th, #tablaarticulos thead tr th, #tablaproveedores thead tr th, #tablarenglones_ctacte thead tr th {
  padding: 8px 6px !important;
}

#tablarenglones tbody tr td, #tablaarticulos tbody tr td, #tablaproveedores tbody tr td, #tablarenglones_ctacte tbody tr td {
  padding: 8px 6px !important;
  vertical-align: middle;
}

#tablarenglones tbody tr td:first-child, #tablaarticulos tbody tr td:first-child, #tablaproveedores tbody tr td:first-child {
  width: auto !important;
}

#tablarenglones_wrapper, #tablaarticulos_wrapper, #tablaproveedores_wrapper{
  padding-right: 1px;
}

#tablarenglones_filter, #tablaarticulos_filter, #tablaproveedores_filter{
  margin-bottom: 15px;
}

#tablarenglones thead tr th, #tablaarticulos thead tr th, #tablaproveedores thead tr th {
  padding: 8px 6px !important;
}

#tablarenglones tbody tr td, #tablaarticulos tbody tr td, #tablaproveedores tbody tr td {
  padding: 8px 6px !important;
  vertical-align: middle;
}

tbody tr td p{
  margin: 0;
}

tbody tr th{
  font-weight: 400;
}

.opc_prov{
  height: 38px; 
  width: 42px; 
  border: 1px solid #ced4da !important;
}

.opc_art{
  height: 38px; 
  width: 42px; 
  border: 1px solid #ced4da !important;
}

.btnacciones {
  padding: 0 !important;
  background: none !important;
  border: none !important;
}

tbody tr td p{
  margin: 0;
}

tbody tr th{
  font-weight: 400;
}

.opc_prov, .opc_cliente, .opc_sujeto{
  height: 38px; 
  width: 42px; 
  border: 1px solid #ced4da !important;
}

.opc_art{
  height: 38px; 
  width: 42px; 
  border: 1px solid #ced4da !important;
}

.btnacciones {
  padding: 0 !important;
  background: none !important;
  border: none !important;
}


#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: 100px;
  font-size: 14px;
  height: 38px;
}

#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: #039356;
  border-color: #007c49;
}

.btn-purple:hover {
  color: #fff;
  background-color: #007c49;
  border-color: #007c49;
}

.btn_blue {
  color: #fff;
  background-color: #3097d1;
}

.btn_blue:hover {
  color: #fff;
  background-color: #2382b7;
}

.btn-success {
  width: 100px;
  color: #fff;
  background-color: #007c49;
  border-color: #007c49;
}

.btn-success:hover {
  color: #fff;
  background-color: #007c49;
  border-color: #007c49;
}


.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;
  }

  .form-control{      
    font-size: 14px;
  }

  label{      
    font-size: 14px;
  }

  table.dataTable tbody th, table.dataTable tbody td {
    font-size: 14px;
  }

  #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;
    }
}
