@media (max-width: 1200px){
  #datos-basicos .tree{
    min-height: auto;
  }
  .articulos_busqueda .titleventa{
  margin-top: 15px;

  }
  .articulos_busqueda .titlecompra{
    margin-top: 15px;

  }
  .articulos_busqueda .tabla_compraventa{
    margin-left: 15px;
  }
}

/*Ipad horizontal*/


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

  .botonera-dropdown{
    width: 74%;
  }

}



/*Ipad vertical*/ 

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {


 .botonera-dropdown{
    
  }

}

@media print{
  @page{
    margin:10%;
    size:210mm 297mm;
  }
  #imprimir .col-sm-6{
    width: 50%;
    float:left;
  }
  #imprimir .col-sm-8 {
    width: 66.66666667%;
    float: left;
  }
  #imprimir .col-sm-4 {
    width: 33.33333333%;
    float: left;
  }
  #imprimir{
  background-color: #fff !important;
  margin-top: 30px;
}
  #imprimir h1{
    font-weight: bold;
    -webkit-print-color-adjust: exact; 
    color:#59acd8 !important;
    font-size: 18px;
  }
  #imprimir .observa {
    padding-left: 30px;
  }
  #imprimir h2{
    font-weight: bold;
    
    font-size: 16px;
    margin-bottom: 20px;
  }
  #imprimir p{
    font-size: 12px;
    margin-bottom: 6px;
  }

  #imprimir .citas, #imprimir .citas p{
    font-size: 13px;
  }
  h4.imprimir{
    background-color: #edf9ff !important;

    -webkit-print-color-adjust: exact; 
      border-width: 4px 0px 0;
      border-bottom: 1px solid #cee5f1 !important;
      text-align: center;
      font-size: 20px;
      padding:10px;
  }

  #imprimir .table > tbody > tr > td{
    border-top:0px !important;
  }
  #imprimir .table th{
    background-color: #f1f1f1 !important;
    -webkit-print-color-adjust: exact; 
  }
  #imprimir p.total{
    border:1px solid #eee;
    padding: 5px 10px;
    text-align: right;

  }

  #imprimir .table-sinestilo th{
    border:0px !important;
    background-color: white !important;
  }

  #imprimir .linea.gris{
    background: #f8f8f8 !important;
    padding-top: 15px;
  }
  #imprimir .azul {
    -webkit-print-color-adjust: exact; 
    color: #59acd8 !important;
}
  

}