.branchThird {
  margin-top: 15px
}

.ordersIcon{
  float: right;
  font-size: 1.2em;
  color: white;
  line-height: 1.4em;
}

.officialPrice {
  font: 400 1.2em/1 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  margin: 0 .3em 0 0;
}

.dias-inventario {
    font-weight: bold;
    color: red;
    font-size: 15px;
}

.subrayado {
  text-decoration: line-through;
}

.venta-de-mostrador {
  /*text-align: right;*/
  margin-right: 3em;
  line-height: 2.5em;
}
.venta-de-mostrador > span{
  margin-right: 3em;
}

.venta-de-mostrador label{
  margin: 0 1.5em 0 0.5em;
}

.venta-de-mostrador label:last-child{
  margin: 0 0 0 0.5em;
}

.venta-de-mostrador md-radio-button {
  display: inline-block;
  margin :  0  1em !important;
}

.titleProducts{
  margin: 5px 0 20px 0;
  color : #f58939;
}

.list-group-infinite-scroll{
  max-height: 74vh;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
}

.list-group-infinite-scroll-collections{
  max-height: 57vh;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  margin-bottom: 0!important;
  padding: 0;
}

.withow-padding{
  padding : 0 !important
}

.withow-left-padding{
  padding-left: 0 !important;
}

.data-order{
  font-size: 1.12em;
}
.info-user{
  overflow: hidden;
  line-height: 30px !important;
}

.info-user small{
  overflow: hidden;
  max-width: 50px;
}
.info-user .btnHeader{
  float : right;
  height: 30px !important;
  width: 30px !important;
  padding: 0;
  min-height: 30px;
  line-height: 30px !important;
  margin-top : 0 !important;
  margin-bottom : 0 !important;
}

md-tooltip{
  padding : 7px !important
}

.formSelect{
  border: 0;
  box-shadow: none;
  padding: 0 20px;
}

.formSelectLabel{
  line-height: 4em;
}

.headerPrinter, .printInfo{
  display: none;
}


@media print {
  .info-user, .headerHidden, .filterCollections, .buttonsActionsCollections {
    display: none !important;
  }

  .headerPrinter, .printInfo{
    display: block;
  }

  .recaudos{
    padding : 0 !important;
  }

  .list-group-infinite-scroll-collections{
    max-height: initial !important;
    overflow: initial !important;
    overflow-y: initial !important;
  }
}
