/* CSS Document */

body {
    color: #333333;
    font: 14px/1.5em "Droid Sans", sans-serif;
}

.control-group {
	margin-top: 16px;
}


#testata,
.footer { /*background:url(../img/logo-testata.png) no-repeat white;
 background-position:center;
height: 200px;*/
	background-color: #d60606;
}
.footer {
	padding: 15px 0;
	text-align: center;
}
.footer,
.footer a,
.footer a:hover {
	color: #fff;
}
.contenitore-img {
	background-color:#ffffff;
}

.contenitore-img img {
	max-height:190px;
}

#testata .container {
	padding:0;
}

#sotto-testata {
	background: #d60606;
}

#testata {
	background-color: #d60606;
}

h1 {
	color: #d60606;
	font-size: 2em;
	margin-top:50px;
}

h3 {
	font-weight: 400;
}

.row.contenuto-total {
    padding-bottom: 50px;
}

.btn-primary {
    background-color: #d60606;
    border-color: #d60606;
    border-radius: 0;
    color: #fff;
	margin-top: 15px;
}

.btn-primary:hover {
	background-color:#990000;
	border-color: #990000;
}
.form-control {
    border-radius: 0;
}

.separator-internal {
	margin:25px 0;
}

.separator-internal2 {
	margin:25px 0 0 0;
}

select{
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    background: #fff;
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 9px;
    width: 100%;
}

#professione option, #disciplina option, #operativita option {
    border-bottom: 1px solid #ccc;
    padding: 6px;
}

#professione, #disciplina, #operativita {
	padding:5px;
}

#sf2 .controls {
    border: 1px solid #ccc;
    padding: 5px;
	min-height:32px;
}

#singlebutton4 {
	margin-left:50px;
}

.help-inline-error {
	color:#d60606;
}

#professione.help-inline-error, #operativita.help-inline-error {
	color:#000000;
}

#professione-error.help-inline-error, #operativita-error.help-inline-error {
	color:#d60606;
}

#singlebuttonsito {
  display: block;
  margin-top: 50px;
	width: 105px;
}

#singlebuttonsito2 {
	display: block;
  margin-top: 50px;
	width: 192px;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    background-color: #990000;
    border-color: #990000;
    color: #fff;
}

.privacy-personale {
	display:block;
	margin-bottom:20px;
}

.titolo-sezione {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
	font-weight:bold;
}

.sezione-2-non {
	padding-left:15px;
}

input[type="checkbox"] {
  border: none;
  box-shadow: none;
  width: auto;
  height: auto;
  display: inline-block;
}
.nocontrols span.label {
  color: #333;
  font-weight: 400;
  font-size: 14px;
}
.evento-wrapper {
  position: relative;
}
.evento-wrapper #eventi-error {
  position: absolute;
  top: 100%;
  left: 0;
}

@media Screen and (max-width: 767px) {
	.container {
		padding:0;
	}
}

@media Screen and (max-width: 768px) {
	#sotto-testata {
		height:20px;
		opacity:0.75;
	}

	#testata {
    	padding: 0;
	}

	h1 {
    	font-size: 24px;
		margin-top: 30px;
	}
}

@media Screen and (max-width: 565px) {
	#professione, #disciplina, #operativita {
		max-width: 400px;
	}
}

@media Screen and (max-width: 450px) {
	#professione, #disciplina, #operativita {
		max-width: 275px;
	}
}
.row-clearfix {
	clear: both;
}
.row-clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.workinprogress {
	background: rgba(208,93,40,.3);
}
.close {
	font-style: normal;
}