body { 
	background-image: url('/legacy/immagini/mesh.png');
	background-repeat: repeat;
	padding-top: 50px;
}


.navbar-inverse {
    border-radius: 0;
}

ul.pagination {
    margin-bottom: 0;
    margin-top:0;
}


.div-header {
	
}

.div-main {
	
}

.div-footer {
	margin-top: 20px;
	border-top: 1px solid gray;
}

.row-margin {
	margin-top:8px;
}

body #popup_view .modal-dialog {
	width:70%;
	margin:auto;
}

body #dialogAccertamento .modal-dialog {
	width:70%;
	margin:auto;
}

body #lista_atti .modal-dialog {
	width:70%;
	margin:auto;
}

body #viepopup .modal-dialog {
	width:70%;
	margin:auto;
}

table.ajaxrows_table td input[type="text"] {
	padding-left:2px;
	padding-right: 2px;
}

table.ajaxrows_table td input[type="text"].row_barcode {
}

.button-ajaxrows {
	padding:7px;
}

.error {
	color:red;
}

.ok {
	color:green;
}
.orm-list-delete, .orm-list-update, .orm-list-view, .orm-list-checkdelete, .orm-list-button {
	width:auto;
}


div.carico_full_title {
    font-weight: bold;
    font-size: 1.1em;
}
div.carico_full_subtitle {
    font-weight: normal;
    font-size: 1.1em;
    margin-bottom:15px;
}

table.carico_atto_full td {
    font-size: 0.8em;
}

/* Classi per il layout delle raccomandate */

body.raccomandate {

}

/* Classi per il layout delle ordinarie */

body.ordinarie {

}

.dropdown-menu>.list-unstyled>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.dropdown-menu>.list-unstyled {
	margin-left:0 !important;
}