/*
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 : 29-ott-2014, 16.41.01
    Author     : divulgando5
*/

.maiuscole{
	text-transform: uppercase;
}

.primamaiuscola{
	text-transform: capitalize;
}

.documenataleNumeri {
  font-size: 15px;
  padding: 2px 9px;
  border-radius: 50%;
  margin-top: -5px;
  color: #eee;
  font-weight: 700;
  margin-right: 5px;
  border: 2px solid #eee;
}

.documentaleTitoloCaricamento {
  font-size: 18px;
  font-family: "Open Sans";
  display: inline-block;
  padding: 10px 20px;
  color: #eee;
  margin-right: 0px;
}

.documentaleCaricamentoSfondo {
    background: #7A868F none repeat scroll 0% 0%;
}

.itestazioneticket {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}