@charset "utf-8";


input[type="checkbox"] + label, input[type="radio"] + label {
    text-decoration: none;
    color: #000000 !important;
}

input[disabled="disabled"], select[disabled="disabled"], textarea[disabled="disabled"] {
    opacity: 0.85 !important;
	background-color: darkgray;
}
input:disabled {
  background: #ccc;
}

.btn-custom-home-made > input[type="radio"] {
  display: none;
}

.denis {
	color: darkred;
	font-size: 16px;
}

.piccolino {
	color: red;
	font-size: 8px;
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
   border-left-color: transparent;
    border-radius: 4px !important;
     border-top-right-radius: 4px;
     border-bottom-right-radius: 4px;
	margin-right: 10px;
	text-transform: uppercase;
}

#nuovosociovol {
	padding-bottom: 50px;
}

#modscheda{
	display:none;

	
	
	}
#modscheda label{
	width: 100%;
	
	}
#modscheda #form{
	
	border: none; 
	
	

	}

#modscheda textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    width: 100%;
}

#modscheda input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    width: 100%;
}

.testoscheda {
	font-size: 18px;
	padding-bottom: 25px;
}

.sfoscheda {
	background-color: lightgrey;
}

.colorerosa{
	color: #12611a;
}
.upper{
	text-transform: uppercase;
}

#elenco input[type="checkbox"] + label, input[type="radio"] + label {

    padding-top: 15px !important;
}

#myModal {
			width: 500px;
			top: 25%;
			left: 50%;
			margin-top: -25px;
			margin-left: -200px;
			padding: 20px;
		}

