html, body {
    height:100%;
}

.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-30px {
    width: 30px;
}
.w-40px {
    width: 50px;
}
.w-50px {
    width: 50px;
}
.w-60px {
    width: 60px;
}
.w-80px {
    width: 80px;
}
.w-100px {
    width: 100px;
}
.w-120px {
    width: 120px;
}
.w-130px {
    width: 130px;
}
.w-150px {
    width: 150px;
}
.w-200px {
    width: 200px !important;
}
.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;
    }
    .onlyprint {
        display:none;
    }

}


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

    .saltopagina{
        display:block;
        page-break-before:always;
    }
    table { page-break-after:auto }
    thead { display: table-header-group; }
    tfoot { display: table-footer-group; }
    tr    { page-break-inside:avoid; page-break-after:auto }
    td    { page-break-inside:avoid; page-break-after:auto }
}
/*////////////////////////////////////*/

.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;
    }
}


.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ccffff;
  color: black;
  text-align: center;
}


.color0{
    background-color: #FFF;
}
.color1{
    background-color: #c0c0c0;
}
.color2{
    background-color: #AEEFAB;
}
.color3{
    background-color: #F7C3AB;
}
.color4{
    background-color: #E9B2EC;
}
.color5{
    background-color: #F6EE8C;
}
.color6{
    background-color: #95D5DF;
}
.color7{
    background-color: #FCCDD3;
}
.color8{
    background-color: #329FAB;
}


.caltotalmes{
  background-color:grey;
  font-size:12pt;
  font-weight:bold;
  color:white;
  width:90%;
  margin: 0 auto;
  text-align: right;
}

.calendariomes{
  height:500px;
  max-height:500px;
  overflow-y: auto;
}

.tab-calendario th,
.tab-calendario td{
  padding: 2px;
}


.cell-calendario{
  height:50px;
}

.campodi{
  width: 500px;
}

.font9 {
  font-size: 9pt;
}

.font10 {
  font-size: 10pt;
}

.font12 {
  font-size: 12pt;
}

.font15 {
  font-size: 15pt;
}

.circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #003300;
  color: #ccc;
  border: 3px #ccc solid;
  text-align: center;
  line-height: 18pt;
  font-size: 15pt;
  font-weight: bold;
}

.bgpar{
  background-color: #ddd;
}
.bgimpar{
  background-color: #ccc;
}

.inputprg{
  width:30px;
  height:30px;
  display:none;
}
.inputdone{
  display: inline-block;
  width:30px;
  height:30px;
  display:none;
  border-radius: 100%;
  background-color: #003300;
  color: #0f0;
  border: 3px #aaa solid;
  text-align: center;
  line-height: 15pt;
  font-size: 15pt;
  font-weight: bold;
}