@font-face {
  font-family: 'bickham';
  src:url('/fonts/BICKHAMSCRIPTPRO-REGULAR.OTF') format('opentype');
}

@font-face {
  font-family: 'kapslock';
  src:url('/fonts/KAPSLOCK REGULAR.TTF') format('truetype');
}


html {
  scroll-behavior: smooth;
}

.bickham {
  font-family: 'bickham';
}
.kapslock {
  font-family: 'kapslock';
}

.po-header {
    background-color: #eeffee;
    padding-left:40px;
    min-height:40px;
    height: 10%;
    box-sizing: border-box;
}

h2 {
    margin:0;
    font-size: 20px;
    font-weight: bold;
}
h3 {
    margin:0;
    font-size: 17px;
    font-weight: bold;
}

.po-body {
    background-color: #eeffff;
    height: 83%;
    box-sizing: border-box;
    text-align: left;
    overflow: auto;
}

.po-footer {
    /*position: fixed;
    left: 0;
    bottom: 0;*/
    width: 100%;
    background-color: #eeeeff;
    min-height:40px;
    text-align: right;
    height: 7%;
    min-height: 32px;
    box-sizing: border-box;
}

.caja-ingresos {
    width: 49%;
    float:left;
    padding-top: 10px;
}
.caja-egresos{
    width: 49%;
    margin-left: 51%;
    padding-top: 10px;
}

.caja-saldo {
    display: block;
    padding-top: 10px;
}

.label {
    text-align: right;
    width: 100px;
    display: inline-block;
    color:#003333;
}

.labelitem {
    width: 200px;
}

@media screen and (max-width: 400px) {
.po-left {
    width: 100%;
    float: none;
}
.po-right{
    display:block;
    width: 100%;
    margin:0;
}
.po-column-body {
    height: auto;
}
.label {
    text-align: left;
}
}

.titulomenu {
    background-color: #0066cc;
    font-weight: bold;
    color: #ffffff;
    padding: 10px;
    font-size: 14px;
}

.bg-papelera {
    background-color: #006c37;
}
.border-papelera {
    border-color: #006c37!important;
}
.titulo {
    background-color: #006c37;
    font-weight: bold;
    color: #FFF;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10px;
    border-radius: 5px;
}

.w-150px {
    width: 150px;
}
.w-50px {
    width: 50px;
}
.w-40px {
    width: 50px;
}
.w-30px {
    width: 30px;
}
.w-60px {
    width: 60px;
}
.w-100px {
    width: 100px;
}
.w-200px {
    width: 200px;
}

.w-300px {
    width: 300px;
}
.w-400px {
    width: 400px;
}

.font-xxlg{
    font-size: xx-large;
}

.barra {
    background-color: #ddd;
    color: #003333;
    padding: 4px;
    margin: 10px 0px;
}
.paginacion {
    padding: 4px;
    margin: 5px 0px;
}

.page-item-selector{
    width: 50px;
    margin-left: 10px;
}
.page-item-selector select{
    width: 50px;
    margin-top: 6px;
}

.centercontent {
    width: 100%;
    margin:0 auto;
    max-width: 100rem;
    overflow: auto;
}

.center{
    margin:0 auto;
    overflow: auto;
}

.gridarea {
    height: 100%;
    overflow: auto;
}

.toolbar {
    height: 5vh;
    min-height: 55px;
    overflow: hidden;
}

.tabla {
    /*max-height: 50vh;*/
    overflow: auto;
}


.contenido {
    display: inline-block;
    overflow: auto;
    width: 100%;
}

.Ingreso {
    color:green;
}
.Egreso {
    color:red;
}

.editicon{
    width: 20px;
    height:auto;
}

.acercade{
    display:block;
    text-align: right;
}

.objcampo{
    width: 50px;
    padding:5px;
}
.objdescripcion{
    display: inline-block;
    width: 200px;
    padding:5px;
}
.objprioridad{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
}


.prioridad1 {
    background-color: green;
}
.prioridad2 {
    background-color: yellow;
}
.prioridad3 {
    background-color: red;
}

.wrapper{
    width: 350px;
    padding: 20px;
}

.bg-gris{
    background-color: #dcdcdc;
}
.bg-opciones{
    background-color: #e5ffe5;
}
.bg-parametros {
    background-color: #ccffff;
}

.bg-mheader{
    background-color: #e5ffe5;
}
.text-white {
    color:#FFF;
}

texto-chico {
    font-size: 8px;
}

texto-maschico {
    font-size: 7px;
}


.texto-1linea {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btnfooter {
  position: fixed;
  bottom: 0;
  width: 100%;
  /*height: 40px;*/
  background: #fafffa;
  padding-top: 2px;
  border-top: solid 1px #eee;
  text-align: right;
  padding-right: 10%;
}
.mrgfooter {
  margin-bottom: 45px;
}


/*////////////SELECT 2///////////////*/

.s2-item {
    display:inline-block;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.s2-item-desc {
    text-align: left;
    width: 75%;
}
.s2-item-precio {
    width: 25%;
    text-align: right;
    font-weight: bold;
}

.s2-item-total {
    width: 40%;
    text-align: left;
}

.s2-item-titulo{
    background-color: #999;
    color:#FFF;
    font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31px; /*38px;*/
}

.select2-container .select2-selection--single {
    height:  31px; /*38px;*/
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height:  31px; /*38px;*/
}

.input-group .select2-container,
.form-group .select2-container {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table;
  table-layout: fixed;
}

.banner{
    width:100%;
    height: 100vh;
}


input.rotext {
    border-style: hidden;
}


input.romoney {
    border-style: hidden;
}
input.romoney::before {
    content:'$';
}

@media screen {
    .font-tablabig{
        font-size: 12pt;
    }
}

@media print {
    .font-tablabig{
        font-size: 16pt;
    }
    .no-print {
        display:none;
    }
}


.stprogress {
    width: 0%;
    height: 20px;
    background-color: green;
}



.table-sm-nopad td, .table-sm-nopad th {
     padding: .1rem;
}

.c-green{
    color:#006c37;
}
.c-red{
    color:#ff0000;
}

.fa-cross:before {
  content: "\2716";
}



/*Escritorio!!*/
.escritorio {
    padding: 10px;
    width:80%;
    margin: 0 auto;
}
.esc-seccion{
    /*padding: 5px;*/
    border: solid 1px #006c37;
    border-radius: 5px;
    margin-bottom: 15px;
}

.esc-menu-titulo{
    font-weight: bolder;
    color:#fff;
    background-color: #006c37;
    padding-left:40px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.esc-menu-item{
    width:130px;
    height:160px;
    padding: 5px;
    /*background-color: #0066cc;*/
    display: inline-block;
    font-size: 10pt;
    text-align: center;
    overflow: hidden;
    transition: 0.5s;
    cursor: pointer;
    text-decoration: none;
    color:#003300;
    font-weight: bold;
    margin-left: 5px;
}



.esc-menu-item:hover{
    background-color: #006c37;
  color:#FFF;
  font-weight: bold;
}

.historiaarticulos{
    width:100%;
    height:400px;
    overflow: auto;
}
.itemhistoria{
    font-size: 12px;
}

.itemhistoria-cantidad{
    display:inline-block;
    width: 15%;
    text-align: right;
}
.itemhistoria-articulo{
    display:inline-block;
    width: 75%;
    padding-left: 4%;
    text-align: left;
}


@media print{
    .saltopagina{ 
        page-break-before:always;
    }
}

/************Inicio***********/

.header {
    height:12vh;
}

.pagina {
    height:88vh;
}

.novedades {
    background-color: #fffafa;
}

.ofertas {
    background-color: #f1fff1;
    color: #110;
    
}
.pie {
    width:100%;
    height:20px;
    background-color: #f1fff1;
}

/*boostrap Overrides*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1c5206;
}

.listrubros a {
    color:#1c5206;
}

.listrubros {
  min-height: 80px;
  max-height: 80px ;
  overflow-y: scroll;
}
