/* tabella */

.cella_cent {
    text-align: center;  
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: #FF0;
	color: #F00;
}

.input, select, textarea {
  width: 100%;
}

.section.callaction_RT{
    background: none repeat scroll 0% 0% #F9F9F9;
    padding: 20px 0px 0px;
}

.page_block {
    margin:0px;
    padding:0px;
}
#header { 
    position: relative; 
}
.bg-primary_RT {
	transform: rotate(-90deg) translate(40%, 0%);;
    position: relatives; 
	text-align: left;
	background-color: #428BCA;
}
.rt-danger{
    font-size: 16px;
    font-weight:bold;
    color:#FFF;
    position: relatives; 
	text-align: center;
    background-color:#f2dede
}


.btnRT {
  display: inline-block;
  padding: 3px 6px;
  background-color: #06F;
  color: #FFF;
  border: 1px solid #222;
  border-radius: 3px;
  text-decoration: none;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  font-weight:bold;
  cursor: pointer;
}