input {
	font-family: titillium-Light;
	font-size: 16px;
	line-height: 18px;
	padding: 6px;

}

select{
	font-family: titillium-Light;
	font-size: 16px;
	line-height: 18px;
	padding: 6px;

}

.theme_color {
	color: #0066cc !important;
}

.theme_background_color {
	background-color: #0066cc !important;
}

.myBtn {
	color: #0066cc;
	cursor:pointer;
}

.myBtnLabel {
	font-weight:bold;
}

.invalid { border: 1px red; border-style: solid; border-color: #ff0000; background-color: #ffcccc; }
.attenzione { border: 2px orange; border-style: solid; border-color: #ff9900; background-color: #e0e0e0; }
.message { border: 2px green; border-style: solid; border-color: #00BB00; background-color: #e0e0e0; }

.dele {
	background: transparent
	url(../../../themes/acquia_marina/images/red-button.png) repeat-x 0 0;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	font-family: titillium-Medium;
	font-weight: bold;
	padding: 2px 4px;
	height: 22px;
	margin: 8px;
	vertical-align: middle;
	text-transform: uppercase;
	outline: 1px solid #9BABB0;
	-moz-border-radius: 4px;
	-moz-outline-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

.result7850746 {
	text-align: left;
	width: auto;
	height: 25px;
	position: relative;
}

.result7850746 table.tabbar {
	position: absolute;
	width: auto;
	height: auto;
	top: 0px;
	left: 0px;
}

.result7850746 td {
	height: 25px;
	width: 93px;
}

.result7850746 td.button {
	background-image: url(../../../icone/menu34603641.png);
	background-repeat: no-repeat;
}

.t7850746 {
	color: #ffffff;
	font-size: 10pt;
}

.t7850747 {
	color: #27ae60;
	font-size: 10pt;
	font-weight: bold;
}

.a7850746 {
	text-decoration: none;
}

.btnIndietro {
	cursor: pointer;
	vertical-align: middle;
}

.alert {
	padding:15px;
	margin-bottom:10px;
	border:1px solid transparent;
	border-radius:4px
}

.alert h4 {
	margin-top:0;
	color:inherit
}

.alert .alert-link {
	font-weight:700
}

.alert > p, .alert > ul {
	margin-bottom:0
}

.alert > p + p {
	margin-top:5px
}

.alert-dismissable, .alert-dismissible {
	padding-right:35px
}

.alert-dismissable .close, .alert-dismissible .close {
	position:relative;
	top:-2px;
	right:-21px;
	color:inherit
}

.alert-success {
	color:#3c763d;
	background-color:#dff0d8;
	border-color:#d6e9c6
}

.alert-success hr {
	border-top-color:#c9e2b3
}

.alert-success .alert-link {
	color:#2b542c
}

.alert-info {
	color:#31708f;
	background-color:#d9edf7;
	border-color:#bce8f1
}

.alert-info hr {
	border-top-color:#a6e1ec
}

.alert-info .alert-link {
	color:#245269
}

.alert-warning {
	color:#8a6d3b;
	background-color:#fcf8e3;
	border-color:#faebcc
}

.alert-warning hr {
	border-top-color:#f7e1b5
}

.alert-warning .alert-link {
	color:#66512c
}

.alert-danger {
	color:#a94442;
	background-color:#f2dede;
	border-color:#ebccd1
}

.alert-danger hr {
	border-top-color:#e4b9c0
}

.alert-danger .alert-link {
	color:#843534
}

li.context-menu-item {
    font-size: 16px;
    white-space: nowrap;
}

li.context-menu-item::before {
    color: #0066cc !important;
}

.splitwise {
	list-style-type: none;
	-webkit-column-width: 100px;
	-moz-column-width: 100px;
	-o-column-width: 100px;
	column-width: 100px;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	-o-column-gap: 30px;
	column-gap: 30px;
	-webkit-column-rule: 3px dotted #ddd;
	-moz-column-rule: 3px dotted #ddd;
	-o-column-rule: 3px dotted #ddd;
	column-rule: 3px dotted #ddd;
}
.splitwise li{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 10px;
}

.tdTop {
	padding-top: 20px;
}