html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	height: 100%;
	background-color: #f5f5f5;
	background-image: url('../Images/dashboard.png');
	min-width: 940px;
}

body * {
	font-family: Helvetica,Arial,sans-serif !important;
}

body {
	/* overflow-y: scroll; */
	cursor: default;
}

*:focus {
	outline: none;
}

.center {
	text-align: center;
}

.maskall {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0%;
}

.chromehint {
	display: none;
}

.notchrome .chromehint {
	display: block;
}

.chromelogo {
	width: 50px;
	height: 50px;
	float: left;
	background-color: red;
}

.chromemessage {
	float: left;
	color: #555;
	padding-left: 20px;
}

mainsite {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -224px;
}

.maincontent {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -121px;
}

#header {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10000;
}

.maincontent > .container:not(.login) {
	padding-top: 60px;
}

.container.login {
	display: table;
	height: 100%;
}

.container.login .row {
	display: table-cell;
	vertical-align: middle;
}

.container.login .row .loginbox {
	float: none;
	margin: 0 auto;
}

.container.login a {
	float: right;
}

.right {
	position: absolute;
	right: 0px;
}

a:hover {
	color: #08C;
}

.clear {
	clear: both;
}

.alignright {
	text-align: right;
}

.navbar {
	background-color: #205081;
	margin-bottom: 0px;
}

.navbar .navbar-inner {
	background-image: none;
	background-color: #205081;
	border-radius: 0px;
	border: 0px;
	border-bottom: 1px solid #2e3d54;
}

.navbar .navbar-inner .span12 {
	position: relative;
	left: 50%;
	margin-left: -484px;
    width: 967px;
}

.navbar .navbar-inner .span12 .nav {
	width: 100%;
}

.navbar .navbar-inner .container {
	width: 1170px;
	height: 40px;
}

.navbar .navbar-inner a.menulink {
	color: #999 !important;
}

.navbar .navbar-inner a.menulink:hover {
	background-color: transparent !important;
	color: white !important;
}

.navbar .nav > li > a.menulink {
	color: white;
	text-shadow: none;
}

.navbar .nav > li > a.menulink:hover {
	color: white;
	text-shadow: none;
	background-color: #3b73af;
}

.navbar .nav .btn-group {
	margin-right: 13px;
}

.navbar .nav .btn-group .dropdown-menu a {
	color: #08C !important;
}

.navbar .nav .btn-group .dropdown-menu li a:hover {
	background-color: #e6e6e6 !important;
	background-image: none;
}

.navbar .nav .btn-group .caret {
	border-top-color: white !important;
	border-bottom-color: white !important;
}

.dropdown-menu {
}


#footerpush {
	height: 120px;
}

.footer {
	width: 100%;
	height: 120px;
	background-color: #eee;
	border-top: 1px solid #dddddd;
}

.footercontainer {
	width: 980px;
}

.sectionheader {
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #dddddd;
	padding: 15px 0 10px;
}

.sectionheader h1 {
	margin: 0 20px 0 10px;
}

.sectioninner {
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 20px;
}

h1 {
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.25;
}
.content {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.admincontent {
	min-height: 400px;
}

.content .section {
	width: 189px;
	padding: 20px 10px 0 0;
	float: left;
}

.content .section a {
	width: 158px;
	height: 15px;
	display: block;
	padding: 7px 10px;
	text-decoration: none;
	line-height: 1.1428;
	font-size: 14px;
}

.content .section a.current {
	font-weight: bold;
	color: black;
}

.content .section a:hover {
	background-color: #E6E6E6;
}

.content .admincontent {
	float: left;
	width: 740px;
	padding: 17px 20px;
	border-left: 1px solid #dddddd;
}


.row-fluid input[type="text"], .row-fluid input[type="number"], .row-fluid input[type="password"], .row-fluid textarea {
    width: 100%;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.row-fluid input[type="text"], .row-fluid input[type="number"], .row-fluid input[type="password"] {
	height: 30px;
}

.row-fluid .date input[type="text"] {
	margin-right: 0px !important;
}

.row-fluid .date {
	margin-right: 28px !important;	
}

label {
	cursor: default;
}

textarea {
	resize: none;
}

.row-fluid textarea {
	height: 200px;
}



.table .nodata td {
	background-color: white !important;
	height: 75px;
	padding-top: 75px;
	text-align: center;
}

.tableconteiner {
	min-height: 300px;
}

.error .select2-default {
    border-color: #B94A48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border linear .2s,box-shadow linear .2s;
}

.error.date input {
	border-color: #b94a48;
}

.select2-container {
	margin-bottom: 9px;
}

.row-fluid {
	margin-bottom: 10px;
}

.control-group {
	margin-bottom: 0px !important;
}



/* nuovo */

#header {
	height: 250px;
}

#header #header-top {
	height: 65px;
	width: 100%;
	background-color: #fff;
}

#header #header-top .span12 {
	margin: 0 auto;
	float: none;
}

#header .navbar {
	margin-bottom: 18px;
}

#header .navbar .navbar-inner {
	height: 40px;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	background-image: -webkit-linear-gradient(top, #333, #222);
	background-image: -moz-linear-gradient(top, #333, #222);
	background-repeat: repeat-x;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.whitebox {
	background-color: white;
	border-radius: 6px;
	border: 1px solid #D5D5D5;
	margin-bottom: 20px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.whitebox .content {
	width: auto;
	padding: 20px;
}

.whitebox .sectionheader {
	background-color: whiteSmoke;
	border-bottom: 1px solid #eee;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 65px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
}

.whitebox .sectioninner {
	margin: 0;
	padding-left: 20px;
}

.whitebox .sectioninner h1 {
	margin: 0px;
}

.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
	background-color: #f5f5f5;
}

.table th, .table td {
	border-top: 0px;
}

.preference.content {
	padding-top: 0px;
}

.sectioninner .search {
	float: right;
	position: relative;
	top: -30px;
}

.sectioninner .search input {
	margin-bottom: 0px;
}

form {
	margin-bottom: 0px !important;
}

.form-actions {
	margin-bottom: 0px !important;
	border-top: 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: 26px;
}

.form-actions .buttons {
	float: right;
}

.form-actions .buttons a {
	margin-left: 4px;
}

.form-actions .footerpager {
	float: left;
	position: relative;
	top: -4px;
	height: 0px;
	overflow: visible;
}

.form-actions .footerpager .pagination {
	margin: 0px;
}

.tableactions {
	text-align: right !important;
}

.tableactions a:not(:first-child) {
	margin-left: 15px;
}

.alert-info {
	margin-bottom: 10px;
}

.ddhandle {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background-image: url('../Images/ddhandle.png');
	display: block;
	float: left;
	cursor: move;
}

.sortable .ui-sortable-helper {
	background-color: rgba(255, 249, 87, 0.5) !important;
}

.sortable .ui-sortable-helper td {
	background-color: transparent !important;
}

.tooltipcontainer {
    position: relative;
    display: inline-block;
}

.tooltipcontainer .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
}

.tooltipcontainer:hover .tooltiptext {
	visibility: visible;
}