:root{
  --main-color: #208FC4;
}

@font-face{
  font-family: 'BARCODE_NUMERIC';
  src: url('LibreBarcodeEAN13Text-Regular.ttf');
}

@font-face{
  font-family: 'BARCODE_ALFANUMERIC';
  src: url('CODE3-9.ttf');
}

.barcode_numeric{
  font-family: 'BARCODE_NUMERIC';
}

.barcode_alfanumeric{
  font-family: 'BARCODE_ALFANUMERIC';
}

* {
  padding: 0px;
  margin: 0px;
}

.shadow-1{
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.05) !important;
}

.shadow-2{
  box-shadow: 0 2px 15px -3px rgba(0,0,0,0.07),
           0 10px 20px -2px rgba(0,0,0,0.04) !important;
}

html,
body {  
  font-size: 13px;
  height: 100%;
  padding: 0px;
  margin: 0px;
  /*EVITAR QUE AL HACER SCROLL CON LA TABLET SE ACTUALICE LA PAGINA*/
  overscroll-behavior: contain;
}

table td,table th{
  font-size: 10px !important;
}

.table-xs td,.table-xs th{
  font-size: 9px !important;
}

.table-hover tbody tr{
  cursor: pointer;
}

input,select,textarea{
  font-size: 13px;
}

.nav-tabs .nav-link{
  font-size: 10px !important;
  padding:10px 10px;
  margin-bottom: 2px;
}

.bootstrap-tagsinput{
  width:100% !important;
}

.ck.ck-editor__editable_inline {
    height: 400px !important;
}

.obligado{
  color: #EE4436;
}

.note-editable { 
  background-color: white !important;   
}

.note-btn{
  color: #000 !important;
  background-color: #FFF !important;
}

.arrow-select{
  position: absolute;
  right:-1px;
  top:0px;
  bottom:0px;
  pointer-events: none;
  background-color: #FFF;
}

table th{
  font-weight: bolder !important;
  font-weight: bold !important;
}

.table{
  background-color:#FFF;
}

.thead-sticky{	
	overflow-y:auto;
}

.thead-sticky table{
	border-collapse: collapse;
}

.thead-sticky table thead{
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 0;
	z-index: 1;
	background-color:#FAFAFA;
	border-bottom:1px solid #E9EFFA;
}

.thead-sticky table thead th{
	border-top:1px solid #E9EFFA;
	border-left:0px;
	border-right:0px;
}

.btn-xs{  
  padding:1px 8px;
  font-size: 11px !important;
}

.input-group-prepend{
  z-index: 0;
}

.input-group-prepend .btn{
  padding-left:15px;
  padding-right:15px;
}

.input-group-prepend .btn,
.input-group-prepend select{
  height:100%;
  box-shadow:0px 0px 0px !important;
}

.responsive-iframe{
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.responsive-iframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.hashtags{
  margin:1px;
  color:#666;
  background-color:#EEE;
  padding:2px 5px;
  border:1px solid #CCC;
}

.bg-success,
.bg-danger,
.bg-primary,
.bg-info{
  color:#FFF;
}

.tab-pane {
  padding: 15px 0px;
}

.fa-asterisk {
  color: red;
  font-size: 8px;
}

.consecutivo {  
  color: red;
  background-color: #E9EFFA;
}

.table{
  font-size:13px;
}

.table thead th {
  background-color: #FAFAFA;
  color: #666;
}

.links {
  color: #0096E0;
  cursor: pointer;
}

.links:hover {
  text-decoration: underline;
}

.btn {
  border-radius: 0px;
}

.busqueda_grilla .btn-new {
  /*box-shadow: 0px 0px 5px #666;*/
}

.btn-new {
  cursor: pointer;
  background: var(--main-color);
  color: #FFF;
  border: 1px solid var(--main-color);
}

.btn-new:hover {  
  color: #FFF;  
  opacity:0.8;
}

.grilla {
  margin-top: 10px;
  min-height: 200px;
}

label {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

select {
  color: #000;
}

textarea {
  resize: none;
}

.contenedor {
  max-width: 1200px;
  margin: auto;
  padding:0px 10px;
}

#contenedor {
  min-height: 100%;
  margin-bottom: -80px;
}

#contenedor:after {
  content: "";
  display: block;
  height: 80px;
}

footer {
  height: 80px;
}

.form-s {
  width: 100%;
  max-width: 400px;
}

.form-m {  
  width: 100%;
  max-width: 600px;
}

.form-l {  
  width: 100%;
  max-width: 800px;
}

.form-xl {  
  width: 100%;
  max-width: 950px;
}

.form-xxl {  
  width: 100%;
  max-width: 1200px;
}

/*ANCHO PARA EL SELECT2 Y SU DROPDOWN*/
.select2-container{
  width:100% !important;
}

.dropdown-s {
  width: 100% !important;
  max-width: 400px !important;
  font-size:12px;
}

.dropdown-m {  
  width: 100% !important;
  max-width: 600px !important;
  font-size:12px;
}

.dropdown-l {  
  width: 100% !important;
  max-width: 800px !important;
  font-size:12px;
}

.dropdown-xl {  
  width: 100% !important;
  max-width: 950px !important;
  font-size:12px;
}

.dropdown-xxl {  
  width: 100% !important;
  max-width: 1200px !important;
  font-size:12px;
}

.modal-dialog{
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.05) !important;
}

.titulos-form {
  border-radius: 5px 5px 0px 0px;
  padding: 8px 10px;
  background-color: #111827;
  color: #FFF;
  border-bottom: 1px solid #CCC;
}

.contenido-form {
  padding: 5px 10px;
}

.footer-form {
  margin-top: 5px;
  padding: 10px 10px;
  border-top: 1px solid #CCC;
}

.dropdown ul {
  margin: 0px;
  padding: 0px;
}

.dropdown li {
  cursor: pointer;
  padding: 3px 8px;
  border-bottom: 1px solid #CCC;
}

.dropdown li:hover {
  background: rgba(57, 192, 237, 0.1);  
}

.dropdown-danger{
  color: #FFF;
  background-color: #F93154;
}

.dropdown-danger:hover{
  background-color: #F93154 !important;
}

.inline-block {
  font-size: 0px;
}

.inline-block > .inline-block {
  font-size: 0px;
  padding: 0px;
}

.inline-block > div,
.inline-block > li {
  font-size: 13px;
  display: inline-block;
}

.vertical-align-top > div,
.vertical-align-top > li {
  vertical-align: top;
}

.vertical-align-middle > div,
.vertical-align-middle > li {
  vertical-align: middle;
}

.vertical-align-bottom > div,
.vertical-align-bottom > li {
  vertical-align: bottom;
}

.tr-td-1,
.tr-td-2,
.tr-td-3 {
  padding: 5px;
}

.tr-td-1 {
  width: 100%;
}

.tr-td-2 {
  width: 50%;
}

.tr-td-3 {
  width: 33.33%;
}

form .col-md-12,
form .col-md-11,
form .col-md-10,
form .col-md-9,
form .col-md-8,
form .col-md-7,
form .col-md-6,
form .col-md-5,
form .col-md-4,
form .col-md-3,
form .col-md-2{
  margin-bottom: 10px;
}

[data-toggle="money"]{
  text-align: right;
}

#msj_php {
  display: none;
  z-index: 99999;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 300px;
  padding: 8px 10px;
  box-shadow: 0px 0px 10px #666;
}

#msj_php i {
  margin-right: 3px;
}

.success {
  border: 1px solid #009E37;
  background-color: #009E37;
  color: #FFF;
}

.info {
  border: 1px solid #00A8EF;
  background-color: #00A8EF;
  color: #FFF;
}

.error {
  border: 1px solid #DD0024;
  background-color: #DD0024;
  color: #FFF;
}

#cargando,
#cargando_fact_elect{
  display: none;
  height: 100%;
  min-height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

#cargando,
#cargando img,
#cargando_fact_elect,
#cargando_fact_elect > div{
  position: fixed;
  top: 0; bottom: 0; left: 0; right: 0;
  z-index: 9999;
  text-align: center;
}

#cargando img{
  margin: auto;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #FFF;
  box-shadow: 0px 0px 10px #666;
}

#cargando_fact_elect > div{
  padding-top: 10px;
  margin: auto;
  width: 300px;
  height: 145px;
  border-radius: 10px;
  background-color: #FFF;
  box-shadow: 0px 0px 10px #666;
}

.paginado {
  display: block;
  width: 100%;
  text-align: center;
}

.pestanas {
  margin-bottom: 10px;
}

.pestanas > div {
  cursor: pointer;
  text-align: center;
  border: 1px solid #CCC;
  padding: 5px;
}

.pestanas > div:hover {
  background-color: #EEE;
}

.img_productos {
  height: 100px;
  width: 100px;
  margin-bottom: 2px;
  border: 1px solid #2A86BB;
}

/* Nuevos estilos */

.hide-if-no-ver-totales {
  display: none !important;
}