.trasparente {
	color: rgba(255,255,255,0);
}

.dropdown-toggle {
	height:36px !important;
}

.modal {
	padding: 0 !important; // override inline padding-right added from js
}

.modal .modal-dialog {
	width: 75%;
	max-width: none;
	height: 100%;
	margin: auto;
}

.modal.modal-fs .modal-dialog {
	width: 100% !important;
}

.modal.modal-prompt .modal-dialog {
	width: 50% !important;
}

.modal .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}

.modal.modal-prompt .modal-content {
	height: auto !important;
	border: 0;
	border-radius: 0;
}

.modal .modal-body {
	overflow-y: visible;
	/*min-height:100%;*/
}

.modal-dialog-centered {
	
}

.fa-1-5x {
	font-size: 1.5em;
}

.col-separator {
	/*background-color:black !important;
	height:6px !important;*/
	/*background-color:#0000cc !important;*/
	padding:0px !important;
}

.grassetto {
	font-weight:bold !important;
}

.nascosto {
	display:none;
}

tr.even.selected td, tr.odd.selected td {
	background-color: #ccffcc !important;
}

.btn.acceso {

}
.btn.spento {
	> .fa-check-circle {display:none}
	
	padding-left: 28px !important
}