.form-group > .xspInputFieldDateTimePicker.dijitTextBox {
  width: 100%;
}
.cke_inner .cke_contents {
	min-height: 400px;
}
.xspInputFieldDateTimePicker.dijitTextBox {
	height:auto !important;
	border:0 none !important;
	background-image: none !important;
	background-color: transparent;
	overflow:visible;
	display: inline-block;
	float:none;
	position:relative;
}
.xspInputFieldDateTimePicker.dijitTextBox .dijitInputContainer {
	float:left;
	width: calc(100% - 24px);
	overflow:visible;
}
.xspInputFieldDateTimePicker.dijitTextBox .dijitInputContainer input {
	background-color: #FFFFFF !important;
	background-image: none;
	border: 1px solid #CCCCCC !important;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555555;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px !important;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	background-image:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.xspInputFieldDateTimePicker.dijitTextBox .dijitInputContainer input:focus {
	border-color: #66afe9 !important;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
}
.xspInputFieldEditBox > div {
	position: relative !important;
}
.xspInputFieldDateTimePicker .dijitButtonNode {
	border: 0;
	background:none;	
}
.xspInputFieldDatePickerIcon,.xspInputFieldTimePickerIcon {
	margin-top:7px
}
.dijitPopup.dijitTimePickerPopup {
	max-height:200px;
	border:1px solid #ddd !important;
}
	.xspInputFieldDateTimePicker {
		margin:0;
		top:0;
	}
	
.tundra .dijitSelect .dijitButtonContents, .tundra .dijitTextBox .dijitButtonNode {
  width:auto;
}

.inner-content {
	position:relative;
}
.xspInputFieldRichText {
	background-color: transparent;	
}
.dijitCalendarYearLabel span {
	font-size:14px !important;	
}
.xspRadioButton label {
	font-weight:normal;
}
.xspMessage {
	padding-left:20px;	
}
span.xspMessage {
    display: inline-block;
}
.form-group > span.xspInputFieldDateTimePicker {
	display: block !important;
}

body {
	
}
.navbar-inverse {
	background-color: rgb(66, 25, 11);
}
.navbar-inverse .navbar-brand {
	color:#fff;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > .btn-link {
	color: #fff;
}
.layout_header > .container {
	background: url(header-1.jpg) no-repeat top left #fff;
	background-size:cover;
	height:250px;
	color:#fff;
	position: relative;
}
.layout_header h1{
	margin-top:140px;
	margin-left:100px;
	text-shadow: 0 0 5px #000;
}
.layout_header .filoDiretto {
	position:absolute;
	bottom:0;
	right:10px;
}
.layout_header .filoDiretto img {
	width:290px;
}
.layout_header a,.layout_header a:hover{
	color:inherit;
	text-decoration: none;
	
}
.layout_content{
	padding:20px 0;
	min-height: 400px
}
.layout_footer {
background-color: #F5F5F5;
border-top: 1px solid #E5E5E5;
padding: 40px 0;
}
.dropzone {
	font-size:24px;
	height:110px;
	margin-top:20px;
	text-align:center;
	width:100%;
	line-height:80px;
}
.dropzone:after {
	content:"Trascina qui il file per caricarlo";
}
.dropzone.hover:after {
	content:"Rilascia qui il file per caricarlo";
}
.dropzone.hover {
    border:5px dashed;
    line-height:72px;
}
.modulo h4 {
	float:left;
	margin-top:0;
}
.modulo .fileinput-button {
	margin:0 !important;
}
.altri-moduli {
	display:none;
}
.btn-group {
	float:left;
	margin-right:10px;
	width:101%;
}
.body a {
	float:right;
}
.progress {
	margin-bottom:0;
}
.send {
	display:none;
	text-align:center;
}
.progress-extended {
	color:#222;
}
.body {
	color:#222;
}
.body ul {
	color:inherit;
}
.body .errori {
	clear:both;
}
.sezioni {
	text-align: center;
}
.sezioni p {
	text-align:left;
	margin-top:1em;
}
.sezioni img {
	width:80%;	
}
.home .sezioni img {
	width:auto;	
}
.form-search {
	margin-bottom:15px;
}
.form-group {
	margin-bottom:5px;
}
.xspColumnViewEnd {
	padding-right:0;
}
.xspDataTable tbody tr td {
	vertical-align: inherit;
}
.boxes .well {
	text-align:center;
}
.boxes .well img {
	-webkit-transition: all 175ms linear; 
-moz-transition: all 175ms linear;
-ms-transition: all 175ms linear;
-o-transition: all 175ms linear;
transition: all 175ms linear;
}
.boxes .well img {
	opacity:0.75
}
.boxes .well:hover img {
	opacity:1
}
.boxes .testo {
	margin-top:18px;
}
.modulo.alert {
	box-shadow:0 0 2px 1px;
}
.permesso-icon,.permesso-icon:hover {
	text-decoration:none;
	vertical-align:top;
	cursor:pointer;
  color: #000000;
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  line-height: 23px;
  margin: 0 2px;
}
.dijitAccordionText{
	font-size:18px
	}
	.dijitContentPane {
	width:100% !important;
	overflow-x: hidden !important;
	}
#map_canvas {
	width:100% !important;
}
.dijitAccordionTitle {
	padding:8px;
} 
.form-table td{
	padding:8px;
}
fieldset fieldset legend {
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
}
.xspRadioButton td {
	padding:4px
}
.active .text-muted {
    color: #ccc;
}
.xspTabbedPanelTabs a, .xspTabbedPanelTabs a:visited {
  padding: 8px 16px;
}
.xspTabbedPanelTabs li {
  margin-right: 6px;
}
.xspTabbedPanelContentSeparator {
  height: 10px;
}
.xspTabTabbedPanel {
  border-width: 0;
}
.table tbody td.currency, .Table tbody td.currency {
	white-space:nowrap;
}
.table .selected {
	background-color:#ffd54f;
}
.login-menu img,.login-menu .img {
	max-width:32px !important;
	margin-right:6px;
}
.login-menu .img {
	width:32px !important;
	text-align:center;
}
.login-menu a {
	line-height:32px !important;
}
.dus-container.fallback .dus-activex-container.list {

    -webkit-column-width: 305px !important;
    -moz-column-width: 305px !important;
    -o-column-width: 305px !important;
    -ms-column-width: 305px !important;
    column-width: 305px !important;

}
.dus-container.fallback .dus-activex-container {
	height: 12.1rem !important;
}
.dus-activex-container.icons .name {
    height: 2.3rem !important;
}
button img {
    max-width: none;
}
.table.dataview h5 {
	font-size:1em;
	line-height:1;
	font-weight: bold;
	margin: 0.5rem 0;
}
.navmenu {
	width:100%
}
.activex-alerted {
	display:none;
}
.document-body {
	min-height:350px
}
.header-top .dropdown-menu a:link, .header-top .dropdown-menu a:visited {
	color: #49535d;
}
.dataViewDetails{
	background-color:#eee;
	margin-top: 8px;
	padding: 8px
}
.dataViewDetails .xspLink, .dataViewDetails a {
	font-weight: bold;
}
.impegni div:nth-child(odd){background-color:#ddd;}
.impegni div:nth-child(even){background-color:#ccc;}

.breadcrumb li a {
    max-width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    display:inline-block;
    vertical-align:top;
}
.breadcrumb li:before {
	display: none;
}
.breadcrumb li:after {
    content: " › ";
    color:#000;
    margin-right: .8rem!important;
    margin-left: .8rem!important
}
.breadcrumb li:last-child:after {
  content: none;
}
