.loading {
	min-height: 40px;
	background-image:url('/wp-content/plugins/bdc/frontend/images/ajax-loader.gif');
	background-repeat:no-repeat;
	background-position:center;
}

.infoutente, .buttonSaveInfoUtente {
	width: 500px;
}

.infoutente .label {
	float: left;
	width: 200px;
}

.infoutente .input, 
.infoutente .answer {
	float: left;
	width: 300px;
}

.infoutente .input .error {
	border: 1px solid #FF0000;
}

.widget .completed a {
	color: #008000;
}

.table_test.ab td {
	vertical-align:middle;
	line-height:1.2em;
	border-bottom:1px solid #e3e3e3;
	padding:4px 0;
}

.table_test.ab td label {
	display:inline-block;
	padding:3px;
}

.table_test.ab td.numero-domanda {
	text-align:center;
	font-size:15px;
	font-weight:bold;
}

.table_test.ab th.gruppo {
	border-bottom:2px solid #ccc;
	text-align: center;
}

.table_test.ab td.input {
	text-align:center;
}

.table_test.ab .domanda2 {
	text-align:right;
}


table.skills label { font-size:11px; display:block; text-align:center; }

h1.title { border-bottom:2px solid #000; }

img.logohrc {
	display: block;
	float: right;
	margin-left: 20px;
}

table {
	border: 1px solid black;
}
	
table th {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid black;
}
	
.profilo th {
	background: #85B0E5;
}

.profilo td {
	background: #C2D8F3;
}

.carriera th {
	background: #BADA99;
}

.carriera td {
	background: #D1E6BB;
}

.tipologie th {
	background: #F66700;
}

.tipologie td {
	background: #FFBF88;
}

.free-box {
    width: 24%;
    margin: 0 1% 1% 0;
    float: left;
    border: 1px solid #333;
    color: #333;
    padding: 10px;
}

.free-box h4 {
    font-size: 18px;
}
.free-box.selected {
    border: 1px solid #2E3872;
    background: #2E3872;
    color: #fff;
}
.free-button {
    margin: 20px auto;
    width: 30%;
    border-radius: 10px;
    background: #BC133C;
    text-align: center;
    font-size: 28px;
    padding: 15px;
}

.free-button a {
    color: #fff !important;
    text-align: center;
    text-decoration: none;
}
.free-button:hover {
    background: #E80F15;
    text-decoration: none !important;
    color: #fff;
}

@media only screen and (max-width: 999px) {
    .free-box {
        width: 98%;
        margin: 1%;
        float: none;
    }
    
    a.free-button {
        width: 98%;
        margin: 20px 1% 0;
    }
}