/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26/08/2016, 08:04:44
    Author     : fernando
*/
form input[type="text"], form input[type="number"], form select, input[type="password"] {
  border: 1px solid rgba(30, 40, 44, 0.3);
  color: #666;
  font-size: 0.875em;
  font-weight: 400;
  height: 28px;
  margin: 0 5px 10px;
  outline: medium none;
  padding: 1px 4px;
  transition: all 0.15s ease-in-out 0s;
  width: 19%;
}
form input[type="number"] {
  border: 1px solid rgba(30, 40, 44, 0.3);
  color: #666;
  font-size: 0.875em;
  font-weight: 400;
  height: 28px;
  margin: 0 5px 10px;
  outline: medium none;
  padding: 1px 4px;
  transition: all 0.15s ease-in-out 0s;
  width: 7%;
 -moz-appearance: textfield; 
     
}
form select {
  border: 1px solid rgba(30, 40, 44, 0.3);
  color: #666;
  font-size: 0.875em;
  font-weight: 400;
  height: 28px;
  margin: 0 5px 10px;
  outline: medium none;
  padding: 1px 4px;
  transition: all 0.15s ease-in-out 0s;
  width: 15%;
}
#boton-imprimir {
  background: #cccccc url("images/ui-bg_glass_75_cccccc_1x400.png") repeat-x scroll 50% 50%;
  border: 1px solid #999999;
  color: #555555;
  font-size: 0.9em;
  font-weight: 400;
  height: 28px;
  margin: 0 5px 10px;
  outline: medium none;
  padding: 1px 4px;
  transition: all 0.15s ease-in-out 0s;
  width: 10%;
    
}

#subtotal{
    
    background-color:#AAAAAA;
    
}

.saltoDePagina
{
    page-break-after: always;

}

/**
* Correccion imagen ".navbar-brand img":
* https://www.santafe.gob.ar/assets/standard/images/gob-santafe.png
* del css https://www.santafe.gob.ar/assets/standard/css/styles-1.0.2.css
*/
.navbar-brand img 
{
    margin-top: 0px;
}