	[class^="fontello-icon-"]:before, [class*=" fontello-icon-"]:before {
	    display: inline-block;
	    font-family: 'fontello';
	    font-size: 1.166em;
	    font-style: normal;
	    font-weight: normal;
	    line-height: 1em;
	    margin-left: 0.2em;
	    margin-right: 0.2em;
	    text-align: center;
	    text-decoration: inherit;
	    width: 1em;
	 }
	[data-icon]:before, i:before {
	    content: attr(data-icon);
	    font-family: 'booico';
	    font-style: normal;
	    font-variant: normal;
	    font-weight: normal;
	    line-height: 1;
	    text-transform: none;
	}
	.spinner input{width:50px;float:left}
	.spinner .btn{position:relative;width:20px;height:20px;padding-top:0;padding-right:9px;padding-left:9px}
	.spinner .btn.disabled{cursor:not-allowed}
	.spinner .spinner-buttons{position:relative;float:left;height:28px;width:20px;left:-22px}
	.spinner .spinner-up{padding:0 0 4px 1px;top:0px}
	.spinner .spinner-up i{position:relative;top:-4px}
	.spinner .spinner-down{padding:0 0 4px 1px;top:2px;height:13px}
	.spinner .spinner-down i{position:relative;top:-5px}
	.btn {
	    color: #333333;
	    cursor: pointer;
	    font-size: 16px;
	    line-height: 20px;
	    text-align: center;
	    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	}
	.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	    font-size: 11.9px;
	}
	.fontello-icon-up-micro{
		background-repeat: no-repeat;
	}
	.fontello-icon-down-micro{
		background-repeat: no-repeat;
	}

.form-list {
  margin-left: 0;
  list-style: none;
}
.section-form {
  margin: 0;
  padding: 9px 0;
  min-height: 30px;
  color: #3399ff;
  font-size: 17.5px;
  line-height: 30px;
  *zoom: 1;
}
.section-form:before,
.section-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.section-form:after {
  clear: both;
}
.section-form h4 {
  margin: 10px 0 0;
  font-weight: normal;
}
.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.control-group:before,
.control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.control-group:after {
  clear: both;
}

.control-label {
  float: left;
  width: 200px;
  padding-top: 5px;
  text-align: right;
  font-weight:bold;
}

.controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 210px;
  *margin-left: 0;
}

.controls:first-child {
  *padding-left: 180px;
}
.list-bordered > li {
  border-top: 1px solid #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid #dddfe3;
}
.list-bordered .control-group {
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}

.list-bordered .control-group:first-child {
  border-top: none;
}
.list-bordered .control-group:last-child {
  border-bottom: none;
}
.list-bordered .media {
  margin-top: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}
.list-bordered .media .data,
.list-bordered .media .media-heading {
  margin-bottom: 0;
}
.list-bordered .section-form {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #c8ccce;
}
.list-bordered .section-form:first-child {
  border-top: none;
}
.list-bordered.dotted > li,
.list-bordered.dotted .control-group {
  border-top: 1px dotted #ffffff;
  border-top: 1px dotted rgba(255, 255, 255, 0.9);
  border-bottom: 1px dotted #bec2c4;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
}
.list-bordered li:first-child,
.list-bordered .control-group:first-child {
  border-top: none;
}
.list-bordered li:last-child,
.list-bordered .control-group:last-child {
  border-bottom: none;
}
.list-bordered.list-hover > li:hover {
  background-color: #e8f6ff;
}
.form-condensed .list-bordered .control-group {
  padding: 5px 0;
}
.well-black .list-bordered.dotted .control-group {
  border-top-color: #515356;
  border-bottom-color: #111111;
}
label.label-left,
.label-left label,
.label-left .label-field,
.form-horizontal.label-left .control-label,
.form-horizontal .label-left .control-label {
  text-align: left;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

.span8 {
 width:98%;
  min-width: 620px;
}

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}


.widget {
  position: relative;
  margin-bottom: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  *zoom: 1;
}

.widget-simple {
  padding: 0;
  margin:0px;
  margin:0px;
  background-color: #ffffff;
  color:#555;
}

/* questa classe � riferita a quella superiore, solo per il colore */

.widget-color {
  background-color: #f9f9f9;
}

.widget input[type="text"],
.widget input[type="number"],
.widget textarea,
.widget select{
	color:#555;
	border: 1px solid #ccc;
	display: inline-block;
	font-size: 14px;
	height: 24px;
	line-height: 28px;
	margin-bottom: 10px;
	padding: 5px 5px;
	vertical-align: middle;
	background-color: #333333;
	width:98%;
	max-width:400px;
	font-weight: normal;
	vertical-align: top;
	background-color: #fff;
}

#selectGroupDiv{
	color:#555;
	border: 1px solid #ccc;
	width: 400px;
	padding: 5px 5px;
}

.widget input[type="text"][readonly],
.widget input[type="number"][readonly],
.widget textarea[readonly],
.widget select[readonly]{
    background-color: #eee;
    opacity: 1;
}

.widget input[type="text"][disabled],
.widget input[type="number"][disabled],
.widget textarea[disabled],
.widget select[disabled]{
    /*cursor: not-allowed;*/
    background-color: #eee;
    opacity: 1;
}

.widget input[type="checkbox"]{
	 border-color: #A8ABBA #B5B7C5 #C5C7D2;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
    display: inline-block;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}

.widget select{
	height:auto;
	width:102%;
	max-width:415px;
}

.widget textarea{
	height:100px;
}

.labelMQStyle{
	padding-top: 5px;
  	text-align: right;
  	font-weight:bold;
  	margin-left:10px;
}

.divTabPosition{
	position: absolute;
	top:60px;
	left:0;
	right:0;
	bottom:5px;
	overflow-y: auto;
}
