body{
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #f7f7f7;
}
/* elementi ricorrenti */
.blue{
	color: #0070b5;
}
a, a:visited{
	color: #035c96;
}
a:hover{
	color: #93b2c7;
}
button{
	padding: 0px 10px;
	text-align: center;
	font-weight: bold;
	height: 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
button.blue{
	color: white;
	background-color: #077fcf;
	/* Chrome, Safari 4+ */
	/* Chrome 10+, iOS 5+, Safari 5.1+ */
	/* Firefox 3.6-15 */
	/* Opera 11.10-12.00 */
	/* Firefox 16+, IE 10+, Opera 12.50+ */
	box-shadow: inset 0px 1px 1px #90c0df;
    border: 1px solid #005389;
    background-image: linear-gradient(to bottom, #077fcf, #0870b6);
}
button.blue:hover{
	background-color: #0965a1;
	background-image: none;
}
button.grey{
	color: #747474;
	background-color: #efefef;
	/* Chrome, Safari 4+ */
	/* Chrome 10+, iOS 5+, Safari 5.1+ */
	/* Firefox 3.6-15 */
	/* Opera 11.10-12.00 */
	/* Firefox 16+, IE 10+, Opera 12.50+ */
	box-shadow: inset 0px 1px 1px #ffffff;
    border: 1px solid #c0c0c0;
    text-shadow: 0px 1px 0px white;
    background-image: linear-gradient(to bottom, #efefef, #dbdbdb);
}
button.grey:hover{
	background-color: #d4d3d3;
	background-image: none;
}
button.green{
	color: white;
	background-color: #a8bf58;
	/* Chrome, Safari 4+ */
	/* Chrome 10+, iOS 5+, Safari 5.1+ */
	/* Firefox 3.6-15 */
	/* Opera 11.10-12.00 */
	/* Firefox 16+, IE 10+, Opera 12.50+ */
	box-shadow: inset 0px 1px 1px #d5f076;
    border: 1px solid #739123;
    text-shadow: -1px -1px 0px #739123;
    background-image: linear-gradient(to bottom, #a8bf58, #a9bc66);
}
button.green:hover{
	background-color: #90a24f;
	background-image: none;
	box-shadow: inset 0px 1px 1px #adc163;
}
button.big{
	padding: 14px;
	height: auto;
	font-size: 15px;
}
button.right{
	float: right;
}
#title button{
	margin-top: 10px;
}
/* header */
#header #logo{
	height: 80px;
	background-color: white;
}
#header #logo img{
	margin-top: 12px;
}
#header #logo .account{
	color: #035c96;
	display: inline-block;
	float: right;
	margin-top: 33px;
}
#header #logo .account a,
#header #logo .account a:visited{
	color: #035c96;
	text-decoration: none;
}
#header #logo .account a:hover{
	text-decoration: underline;
}
#header #menu{
	background-color: #037ece;
	border-bottom: #056bae;
	min-height: 70px;
}

#header .tabs{
	list-style: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	float: left;
	margin: 15px 0px;
}
#header .tabs li{
	display: inline-block;
	float: left;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	background-color: #c4d3dc;
	margin-right: 2px;
}
#header .tabs li.first{
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
#header .tabs li.last{
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
#header .tabs li a,
#header .tabs li a:visited{
	color: #005186;
	display: block;
	text-decoration: none;
}
#header .tabs li.active{
	background-color: #005186;
}
#header .tabs li.active a,
#header .tabs li.active a:visited{
	color: white;
	text-decoration: none;
	font-weight: bold;
	cursor:default
}


/* footer */
#footer{
	background-color: #037ece;
	color: white;
}
#footer a,
#footer a:visited{
	color: white;
}

#footer .copyright{
	margin-top: 40px;
	margin-bottom: 40px;
}
#footer img{
	margin-top: 15px;
	margin-bottom: 15px;
}
/* heading */
h1{
	color: #035c96;
	font-size: 25px;
}
h2{
	color: #035c96;
	font-size: 25px;
}
h3{
	color: #0070b5;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	background-color: #f7f7f7;
	padding: 0px 10px;
	border-top: 5px solid #c1c0c0;
	margin: 0px;
}
h4 {
	font-size: 14px;
	margin: 1.33em 0;
	color: #565655;
	padding: 0px 10px;
	font-weight: bold;
}
/* title */
#title{
	background-color: #e2e9ed;
	border-bottom: 3px solid #c1c0c0;
}

/* section */
section.main{
	background-color: white;
	border-bottom: 3px solid #d2d2d2;
	margin-bottom: 15px;
	padding: 20px 0px;
}
h2.title{
	margin: 0px;
}
div.subtitle{
	margin: 0px;
	font-size: 18px;
	line-height: 30px;
}
div.subtitle a{
	font-weight: bold;
}

/* stats */
.stats {
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	min-height: 180px;
}
.stats-header{
	text-align: center;
	color: #035c96;
	padding-top: 13px;
	padding-bottom: 8px;
}
.stats-body{
	border-top: 1px solid #e2e2e2;
	padding: 12px 9px;
	margin: 0px 6px;
}
/* pagination */
.pagination ul{
	padding: 0px;
	text-align: center;
}
.pagination ul li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
.pagination ul li a{
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	width: 30px;
	height: 30px;
}
/* form */
label {
	display: inline-block;
	line-height: 30px;
}
label [class^="icon-"],
label [class*=" icon-"] {
	margin-top: -3px;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  font-size: 12px;
  line-height: 1.1em;
  float: left;
  width: 200px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .control-label b{
  font-size: 14px;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 220px;
  margin-top: 5px;
  *margin-left: 0;
}

.form-horizontal .controls input{
    padding: 4px;
    height: 16px;
    width: 230px;
}
select.normal,
.form-horizontal .controls select {
    padding: 4px;
    height: 28px;
    width: 242px;
}

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.grey_box .form-horizontal .control-group{
	margin-bottom: 10px;
}
.grey_box .form-horizontal .controls {
	margin-left: 170px;
}

.grey_box .form-horizontal .control-label {
	width: 150px;
	padding-top: 11px;
}


.notification-box .form-horizontal .control-group{
	margin-bottom: 10px;
}
.notification-box .form-horizontal .controls {
	margin-left: 90px;
}

.notification-box .form-horizontal .control-label {
	width: 80px;
	padding-top: 11px;
}
.notification-box  .form-horizontal .controls input{
	width: 140px;
}


.basic-search  fieldset{
	float: left;
	margin-right: 20px;
}
.basic-search  fieldset.last{
	float: right;
	margin: 0px;
}
.advanced-search  fieldset{
	display: block;
	float: left;
	border-right: 1px solid #bbcad3;
	padding: 0px 13px;
	height: 140px;
}
.advanced-search fieldset.first{
	padding-left: 0px;
}
.advanced-search fieldset.last{
	border: none;
	padding-top: 55px;
	padding-left: 30px;
	height: 85px;
}
input.search{
	background-image: url('../img/lente_filetto.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
select{
	padding-right: 25px; /* adjust the size of the select to the size of the span*/
	font-weight: normal;
	font-size: 15px;
	font-weight: bold;
	height: 24px;
	min-width:80px;
	width:350px;/*width:280px;*/
	
}
span.select {
	padding: 0px 10px;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	height: 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
span.select.blue{
	color: white;
	background-color: #077fcf;
	/* Chrome, Safari 4+ */
	/* Chrome 10+, iOS 5+, Safari 5.1+ */
	/* Firefox 3.6-15 */
	/* Opera 11.10-12.00 */
	/* Firefox 16+, IE 10+, Opera 12.50+ */
	box-shadow: inset 0px 1px 1px #90c0df;
    border: 1px solid #005389;
    background-image: linear-gradient(to bottom, #077fcf, #0870b6);
  
}
span.select.green{
	color: white;
	background-color: #a8bf58;
	/* Chrome, Safari 4+ */
	/* Chrome 10+, iOS 5+, Safari 5.1+ */
	/* Firefox 3.6-15 */
	/* Opera 11.10-12.00 */
	/* Firefox 16+, IE 10+, Opera 12.50+ */
	box-shadow: inset 0px 1px 1px #d5f076;
    border: 1px solid #739123;
    text-shadow: -1px -1px 0px #739123;
    background-image: linear-gradient(to bottom, #a8bf58, #a9bc66);
}

/* pagina impostazioni */
#settings .panes .pane{
	background-color: white;
	padding: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e2e2e2;
}
#settings label{
	margin: 0px 20px;
}

/* pagina servizi */
#service{
	margin-top: 30px;
}
#service .panes .pane{
	background-color: white;
	padding: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e2e2e2;
}
section.service{
	clear: both;
	float: left;
	color: #666666;
	font-size: 14px;
	padding: 10px 0px;
	width: 100%;
	border-top: 1px solid #d2d2d2;
}
section.service.header{
	background-color: #fafbfc;
	font-weight: bold;
}
section.service .service{
	display: block;
	float: left;
	width: 230px;
	padding-top: 3px;
	padding-left: 10px;
}
section.service .service{
	display: block;
	float: left;
	width: 230px;
	padding-top: 3px;
	padding-left: 10px;
}
section.service .format{
	display: block;
	float: left;
	width: 230px;
	padding-top: 3px;
	padding-left: 10px;
}
section.service .sender-reciver{
	display: block;
	float: left;
	width: 200px;
	padding-top: 3px;
	padding-left: 10px;
}
section.service .button{
	display: block;
	float: left;
	width: 180px;
	padding-left: 10px;
}
section.service .outgoing{
	display: block;
	float: left;
	width: 100px;
	padding-left: 10px;
}
section.service .incoming{
	display: block;
	float: left;
	width: 100px;
	padding-left: 10px;
}
#service .billing_address input[type="text"]{
	width: 270px;
	height: 25px;

	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #9b9b9b;
	padding: 1px 7px;
	display: block;
	margin-bottom: 10px;
}
/* riepilogo spese */
.summary_expense .service,
.summary_expense .transimision{
	float: left;
	width: 430px;
	margin: 0px 20px;
}
.summary_expense .head,
.summary_expense .row,
.summary_expense .cell,
.summary_expense .total{
	height: 34px;
	float: left;
	border: 1px solid #e2e2e2;
}
.summary_expense .head,
.summary_expense .total{
	width: 429px;
	width: 100%;
	background-color: #fafbfc;
}

.summary_expense .head{
	color: #035c96;
	border-bottom: 0px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.summary_expense .row{
	width: 100%;
	border-bottom: 0px;
	border-right: 0px;
}
.summary_expense .cell{
	padding: 8px 13px;
	height: 18px;
	border: 0px;
	width: 188px;
	border-right: 1px solid #e2e2e2;
}
.summary_expense .cell.left{
	text-align: right;
}
.summary_expense .cell.right{
	text-align: left;
}
.summary_expense .total{
	border-right: 0px;
	width: 430px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.summary_expense .total .cell.right{
	border-right: 0px;
}
.summary_expense .transimision .cell.left{
	width: 300px;
}
.summary_expense .transimision .cell.right{
	width: 76px;
}
/* login */
.login-text{
	color: #037ece;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
}
.login-boxes .box{
	margin-bottom: 30px;
	float: left;
}
.login-boxes img{
	float: left;
}
.login-boxes .box h2{
	margin: 0px;
	margin-top: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #037ece;
}
.login-box{
	float: right;
	width: 330px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #edf3f5;
	border: 1px solid #beccd5;
	margin-left: 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.login-box h2{
	color: #037ece;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 0px;
}
.login-box label{
	font-size: 15px;
	margin-top: 0px;
}
.login-box label.lighter{
	color: #9b9b9b;
	display: inline;
}
.login-box a{
	margin-left: 60px;
	
}
.login-box input[type="text"],
.login-box input[type="password"]{
	width: 322px;
	height: 29px;
	padding: 3px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	border: 1px solid #beccd5;
}
.login-box button[type="submit"]{
	width: 330px;
	font-weight: bold;
	margin-top: 10px;
}

/* modali */
.modal {
	display: none;
	z-index: 10000;
    background-color: white;
    width: 600px;
    padding: 15px;
    border: 6px solid #037ece;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 0px 0px 15px 0px #000;
    box-shadow: 0px 0px 15px 0px #000;
}
.modal .close {
	position: absolute;
	top: 15px;
	right: 15px;
}


.grey_box {
	background-color: #f7f7f7;
	border: 1px solid #e2e2e2;
	padding: 10px;
	margin-bottom: 20px;
}

.notification-box {
	float: left;
	width: 30%;
	border-right: 1px solid #d2d2d2;
	margin: 0px 1%;
	margin-bottom: 20px;
}
.notification-box.last{
	border-right: 0px;
}