.contenitore{
	width:99%;
	background-color:#ffffff;
}
.lista-gruppo{
	margin-bottom: 20px;
	padding-right: 30px;
}
.col-sm-6 {
    float: left;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	.col-sm-6 {
		width: 100%	
	}
}
 
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
	.col-sm-6 {
		width: 100%	
	}
}
 
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
	.col-sm-6 {
		width: 100%	;
	}
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
	.col-sm-6 {
		width: 50%;
		height:578px
	}
}
 
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
	.col-sm-6 {
		width: 50%;
		height:578px
	}
}
 
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
	.col-sm-6 {
		width: 50%;
		height:578px
	}
}
 
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
	.col-sm-6 {
		width: 50%;
		height:578px
	}
}
 
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
	.col-sm-6 {
		width: 50%;
		height:578px
	}
}
 
/* iPhone 5 (portrait &amp; landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
	.col-sm-6 {
		width: 50%;
		height:578px
	}
}
 
/* iPhone 5 (landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
	.col-sm-6 {
		width: 50%;
		height:578px
	}
}
 
/* iPhone 5 (portrait)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
	.col-sm-6 {
		width: 50%;
		height:578px
	}
}
.pannello-testa{
box-sizing: border-box;
display: block;
font-size: 15px;
line-height: 22.5px;
padding-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
}
.pannello-default{

background-color: rgb(255, 255, 255);
border-bottom-color: rgb(221, 221, 221);
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(221, 221, 221);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(221, 221, 221);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(221, 221, 221);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-top-style: solid;
border-top-width: 1px;
box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 1px 0px;
box-sizing: border-box;
font-size: 14px;
line-height: 20px;
margin-bottom: 20px;


}
.controllo
etichetta{
    font-size: 13px;
    font-weight: 800;
	}
.controllo {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-gruppo {
    margin-bottom: 15px
}

.bottone {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.bottone-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}
.bottone-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}
.bottone-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}
.bottone-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}
.bottone-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}
.lista-gruppo {
    margin-bottom: 20px;
padding-left: 30px !important;

}