body {
	/*margin-top: 125px; /* adjust this if the height of the menu bar changes */
	height:100%;
	/*background: #f7f7f7;*/
	background: #fff;
}

html {height:100%;}

.nav {
	margin-top: 28px; /* this is a faux center fix for the nav options - adjust this if you wish to change the logo height or the font of the menu items */
}
footer {padding: 30px 0;}

.foot p {color: #999;}

.hiddenRow {
    padding: 0 !important;
}

.txtUtente {
	margin-right:10px;
}

input {margin: 0;}
/*.form-control { margin: 0;}*/

.bgsuccess {background-color: #5cb85c;}
.bgdanger {background-color: #d9534f;}
.bgwarning {background-color: #d9df79;}

.table-nonfluid {
   width: auto;
}

.ui-dialog-osx {
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    border-width: 0 8px 8px 8px;
}
#msg {
    margin-top:100px;
    text-align:center;
    font-size:2em;
    color:red;
}

/*4b7348*/
.table > thead > tr > th {
	border-bottom:2px solid #00BFFF;


}

 .table > tbody > tr > td {
	border-top:2px solid #00BFFF;
	padding: 2px;
}
