/* ==========================================================================
   style by Filippo Montanari - www.fpeitalia.com
   Pas
   ========================================================================== */

html,button,input,select,textarea {
    color: #4F2C1D;
}
body {
    color: #ffffff;
	background-color: #235D39;
	font: 17px 'Rokkitt', sans-serif;
}
*, a, a:active, a:focus, img[usemap], map area {
	outline: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
strong {
	font-weight: 600;
}
h1, h2, h3 {
	font-weight: 700;
}
h1 {
	color: #F6A800;
	font-size: 35px;
}
h2 {
	font-size: 27px;
	color: #F6A800;
}
h3 {
	font-size: 33px;
	line-height: 43px;
	margin: 0 0 10px;
}
img {
    vertical-align: middle;
}
ul {
	margin-top: 0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
	width: 100%;
}
p {
	margin: 0;
	padding: 0 0 20px;
}
* p:last-child {
	padding: 0;
}
a {
	color: #fff;
	font-weight: bold;
}
a:hover {
	color: #F6A800;
}

/* MENU */
nav ul {
	list-style-type: none;
	margin: 0; padding: 0;
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav li {
	display: inline-block;
}
nav li a {
	color:#fff;
	font: 600 15px 'Rokkitt', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 0;
	margin: 0 20px;
	display: block;
}
nav li.active { }
nav a:hover { color:#F6A800; }
nav .active a, nav .active a:hover { color: #F6A800; }


header {
	position: relative;
	text-align: center;
	padding: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.visual {
	background: url(../images/header.png) no-repeat center bottom 100%/100%;
    /*background: #1b5d3c url(../images/newsletter/bcorp/foot.png) repeat-x center bottom;*/
	padding: 30px 45vw 30px 7vw;
}

.profile {
    background: #daf3ff url(../images/ico-profile.png) no-repeat 10px 10px;
    border: 1px solid #1b5d3c;
    border-radius: 20px;
    padding: 10px 20px 0 50px;
    margin: 10px 0 20px;
    max-width: 470px;
}
.profile dl {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
}
.profile dt {
    width: 30%;
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
}
.profile dd {
    width: 70%;
    margin: 0;
    padding-bottom: 10px;
}


footer {
	background: #414042;
	font-size: 14px;
	color: #fff !important;
}
footer a { color: #fff !important; }
footer .floatL {
	width: 650px;
}
footer .social {
	float: right;
	padding: 10px 30px 30px 0;
}
footer .logo-s { display: inline-block; float: left; margin-right: 40px; }
footer .ico-social { padding: 0 5px; }

.button {
	background-color: #F6A800;
    border: 3px solid #F6A800;
    color: #235D39;
    cursor: pointer;
    display: inline-block;
	font-family: 'Rokkitt', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
    padding: 14px 24px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out;
}
.button.back {
	background: #daf3ff;
}
:hover.button, :hover.button.back {
	background: #fff;
	border: 3px solid #fff;
	color: #235D39;
}

.wrapper {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
section {
	line-height: 28px;
}
.content {
	padding: 60px 30px;
	box-sizing: border-box;
}

/*.logo-sam:after {
	content: '';
	display: block;
	background: url(../images/professional.png);
	width: 170px;
	height: 40px;
	position: absolute;
	top: 0px;
    right: -170px;
}*/
.logo-sam {
	position: absolute;
	top: 0;
	left: 40px;
	padding: 0;
	z-index: 10;
}
.logo-sam img {
	height: 130px;
}
.logo-sam a { display: block; }


.bg-white .wrapper:after {
	display: block;
	content: '';
	width: 330px;
	height: 111px;
	background: url(../images/bgr_white-after.png) no-repeat;
	position: absolute;
	bottom: -60px;
	right: 0;
	z-index: -1;
}

.col {
	width: 50%;
	box-sizing: border-box;
	padding: 30px;
	position: relative;
}
.sc {
	
}
.sc:before {
	
}

.attivo_su_altri_concorsi_dbunico {
	background-color:#eeeeef;
	color: #3e3e40;
	padding: 20px;
	margin: 20px 0;
}


/* FORM */
#recaptchadiv>div {margin: 0 auto;}
.form-row {
	clear: both;
	padding: 5px 0;
}
.form-col-left {
	float: left;
	width: 48%;
}
.form-col-right {
	float: right;
	width: 48%;
}
.form-col-wide {
	
}
label { color: #fff; cursor: pointer; }
.qtip-content {
	font-size: 13px;
	line-height: 15px;
}
input.text, select, textarea {
	vertical-align: middle;
	border: 1px solid #1b5d3c;
	box-sizing: border-box;
	padding: 5px 10px;
    max-width: 100%;
}
input.text {
	width: 100%;
	z-index: 3;
}
input:focus.text, textarea:focus, select:focus {
	background-color: #f5f5f5;
}
select.text {
	width: 100%;
}
input#ind_denurb {
	width: 20%;
}
input#ind_toponimo {
	width: 60%;
}
input#ind_civico {
	width: 10%;
}
input#data_nascita_anno {
	width: 20%;
}
#loginForm input.text, input#codice, #pre-registrazione input#partita_iva, #pre-registrazione input#email, #pre-registrazione select {
	width: 50%;
	box-sizing: border-box;
	padding: 10px 15px;
	font-size: 20px;
}
input#codice {
	width: 65%;
	vertical-align: middle;
}

.loghi img {
    height: 90px;
    margin: 20px;
}
.mobileonly {
    display: none;
}
.debug {
    border: 2px solid black;
    margin: 20px 0 30px;
}
.quest {
    line-height: 27px;
}
.quest-submit {
    display: flex;
    justify-content: space-between;
    padding:  40px 0 0;
}
a.button.quest-torna {
    background: #daf3ff;
}
a.button.quest-salva {
    background: #daf3ff;
}
.testo_domanda, .testo_domanda_tabellare {
    text-align: center;
    font-weight: bold;
}
.quest .tabella tr:hover {
    background: lightblue;
}
.progress {
    display: flex;
    background: #daf3ff;
    border-radius: 10px;
    position: relative;
    text-align: center;
}
.progress div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.progress a, .progress a:hover {
    color: #00437a;
    text-decoration: none;
}
.bar {
    border: 1px solid #fff;
}

.progress-globale .bar.ok { background-color: #0070C0;}
.progress-azienda .bar.ok { background-color: #1b5d3c; }
.progress-bcorp .bar.ok { background-color: #00B050;  border-radius: 10px 0 0 10px; }
.progress-profilo .bar.ok { background-color: #FF0000; border-radius: 0 10px 10px 0; }
.progress-iniziale .bar { border-radius: 10px 0 0 10px; }
.progress-profilo .bar { border-radius: 0 10px 10px 0; }

.avanzamento {
    position: absolute;
    top: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17.3px 10px 0 10px;
    border-color: #0070C0 transparent transparent transparent;
}

/* OVERLAY */
body.noscroll {
	overflow: hidden;
}
.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:1000;
	display: none;
	overflow: auto;
	background-color: rgba(0, 146, 211, 0.8);
}
.overlay-content {
	width: 860px;
	box-sizing: border-box;
	position: relative;
	margin: 100px auto 0;
	padding: 30px;
	background: #fff;
	z-index: 100001;
	color: #235D39;
}
.overlay-cta-close {
	background: url(../images/overlay-close.png) no-repeat;
	color: #fff;
	width: 69px;
	height: 69px;
	text-indent: -9999px;
	position: absolute;
	top: 30px;
	right: 50px;
	cursor: pointer;
	padding: 0 !important;
}
.ov-premio-tit {
	font-size: 30px;
    font-weight: bold;
	padding: 0 35px;
	text-transform: uppercase;
	position: absolute;
	margin: -20px 0 20px -20px;
	z-index: 200000;
}
.ov-premio-cont {
	padding: 0 35px 35px;
}
.ov-premio-img {
	text-align: center;
	margin-bottom: 20px;
	padding-top: 70px;
	position: relative;
}

.nav-servizio {
	float: left;
}
.nav-servizio ul {
	list-style-type: none;
	padding: 0 30px 0px;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}
.nav-servizio li {
	display: inline-block;
	padding: 0 10px;
	margin: 0;
}
.nav-servizio li a {
	color: grey !important;
	font: 15px 'Barlow Condensed', sans-serif;
	margin: 0;
	text-transform: none;
}
.brands {
	padding: 30px 30px 10px;
}
.brands ul {
	list-style-type: none;
	margin: 0 10px;
	width: auto;
	text-align: left;
    display: block;
}
.brands ul li {
	display: inline-block;
	margin: 0 0;
}
.brands ul li img {
	width: 100%;
}
.brands ul li a {
	margin: 0;
}
.brands ul li:not(:last-child) a:after {
	display: inline-block;
    content: "|";
    padding: 0px 10px 0 10px;
    font-size: 20px;
    line-height: 7px;
    font-weight: 400;
    vertical-align: middle;
}
.legal {
    padding: 20px 0 20px 40px;
    font-size: 0.80rem;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
}
.legal-img {
    padding-right: 30px;
}
.logo-footer {
    margin: 0 0 20px 10px;
    display: inline-block;
}

/* ==========================================================================
   Stuff
   ========================================================================== */
#disclaimer {
	height: 180px; overflow: auto;
	border: 1px solid #cccccc;
	padding: 3px 5px;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 15px 0;
}
.tLeft { text-align: left; }
.tCenter, .text-center { text-align: center; }
.tRight { text-align: right; }
.floatL { float: left; }
.floatR { float: right; }
.medium { font-size: 14px; }
.small { font-size: 12px; }
.y, .y:hover { color: #ffff1a; }
.g { color: #33a452; }
.red { color:#f90804; }
.cookie { clear:both; }
.cookie a {
	text-decoration: none;
	font-size: 13px;
	display: block;
	background: #bbac8e;
	float: right;
	padding: 3px 10px;
	color:#fff;
	border-radius: 5px 5px 0 0;
	margin-right: 18px;
}
.cookie a:hover { background: #c91f26 }

/* Errori */
input.error, select.error  {
	border: 1px solid #C91F26 !important;
	border-width: 0 0 2px 0;
}
div.errorPage {
	border: 3px solid #fbc2c4;
	padding: 20px;
	color: #9e2f14;
	background: #fce9e9;
	width: 70%;
    margin: 0 auto;
}
.errorPage a {
	color: #C91F26 !important;
}
div.error {
	border: 1px solid #c91f26;
	border-radius: 5px;
	padding: 5px 5px 5px 35px;
	margin-top: 4px;
	color: #9e2f14;
	line-height: 15px;
	background: #fce9e9 url(../images/error.gif) no-repeat 10px center;
}
div.error a {
	color: #9e2f14;
}
div.notice {
	border: 3px solid #d0de92;
	padding: 20px;
	background-color:#ebf1cd;
	color: #315307;
	width: 70%;
    margin: 0 auto;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.clear { display: block; clear: both; padding: 0; margin: 0; position: relative; height: 0; font-size: 0px; line-height: 0; }
.empty-error { color: red }

.separator {
	background:#F6A800;
    padding-bottom: 10px;
}