/* SUBMISSION FORM */

#submit-idea {text-indent: -9999px;
  line-height: 0 !important;}

#bi-page-ct-a-enter-idea{
background-color:white;
}
/* Bottone Submit Idea*/

  #submit-idea::after {
  content: "Partecipa";
  text-indent: 0;
  display: block;
  line-height: initial;
  font-size: 12px;
  font-weight: bold;
}

#save-draft {text-indent: -9999px;
  line-height: 0 !important;}

/* Bottone Save Draft*/

  #save-draft::after {
  content: "Salva";
  text-indent: 0;
  display: block;
  line-height: initial;
  font-size: 12px;
  font-weight: bold;
}

#display-preview {text-indent: -9999px;
  line-height: 0 !important;}

/* Bottone Preview*/

#display-preview::after {
  content: "Anteprima";
  text-indent: 0;
  display: block;
  line-height: initial;
  font-size: 12px;
  font-weight: bold;
}


/*NAVBAR*/

.fractal-dynamic-nav-v1 .nav-desktop {
    font-family: Arial,Georgia,"Times New Roman";
}
.fractal-dynamic-nav-v1 .nav-children.li a, .fractal-dynamic-nav-v1 .nav-parent a {
color:grey!important;
}

#customFooter {
  display: none;
}


/*NAVBAR MOBILE*/
@media (max-width: 767px){
#navbar.OPT_FEATURE_NEW_NAV_AND_ADMIN_BAR{
height:50px!important;
}
}
.fractal-dynamic-nav-v1 .nav-mobile .nav-mobile-bar{
height:50px!important;
background-color: white!important;
}
.fractal-dynamic-nav-v1 .nav-mobile .nav-mobile-bar .nav-icon:after, .fractal-dynamic-nav-v1 .nav-mobile .nav-mobile-bar .nav-icon:before, .fractal-dynamic-nav-v1 .nav-mobile .nav-mobile-bar .nav-icon div{
background-color: #333!important;
    height: 2px!important;
    margin: 4px 0!important;
}
.fractal-dynamic-nav-v1 .nav-mobile .nav-mobile-bar .nav-icon{
width: 23px!important;
}

.fractal-dynamic-nav-v1 .nav-mobile .nav-mobile-menu.nav-mobile-deployed{
background-color: #333!important;
}
.fractal-dynamic-nav-v1 .nav-mobile .nav-mobile-menu .nav-parent-list>li{
border-top:0!important;
}
.fractal-dynamic-nav-v1 .nav-mobile .nav-mobile-menu .nav-parent-list a{
color:white!important;
height:70px!important;
line-height:70px!important;
font-size: 15px;
}

.fractal-dynamic-nav-v1 .nav-mobile a{
padding-left:50px!important;
}

.fractal-dynamic-nav-v1 .nav-mobile .nav-mobile-bar.nav-mobile-deployed .nav-icon:after {
    transform: translateY(-1px) rotate(-135deg)!important;
}


/* ESPLORA*/

.fractal-secondary-ideas-view-grid .ideaboard-card .f-card-image .f-card-status-row .f-card-status {
   /*  background: #00665B!important;*/
}


/* PROPONI*/

#sidebar-actions-region #sidebar-actions .btn-primary {
    background-color: #D10135!important;
    border-color: #D10135!important;
}
#sidebar-actions-region #sidebar-actions .btn-primary:hover, #sidebar-actions-region #sidebar-actions .btn-primary:active {
    background-color: #AB0B1F !important;
    border-color: #AB0B1F !important;
}


#main_idea_container #idea-sidebar #sidebar-preview #idea-preview-hero .status {
    /* background: #00665B!important;*/

}

#idea-preview-meta .green {
    color: #AB0B1F !important;
}



/* LOGO NAVBAR CUSTOM TOLTO*/

.fractal-dynamic-nav-v1 .nav-desktop .nav-campaign-image img {
    display: none;
}


/* END SUBMISSION FORM */


/* container widget fullscreen */
#main_content #container_1 .widget_container{
    margin: 0!important;
    width: auto!important;}

   

/* global navbar */
#global-nav-bar, #nav-bar {
    background-color: white!important;
}
#nav-bar .global-nav-btn, #nav-bar #profile-button, #nav-bar #profile-caret {
    color: grey!important;
}
#nav-bar .global-nav-btn:hover, #nav-bar #profile-button:hover, #nav-bar #profile-caret:hover {
    color: black!important;
}
#private_login_main_content_div .rndbox {
    float: inherit!important;
}


a:link {
    text-decoration: none;
}
a:visited { 
    text-decoration: none;
}

/* FONT*/
html, body {
    font-family: Arial,Georgia,"Times New Roman";
    overflow-x: hidden;
}

.content{
font-family: Arial,Georgia,"Times New Roman";}

.section h1{
font-family: Arial,Georgia,"Times New Roman";
    font-size: 2.3125rem;
    font-weight: normal;
    line-height: 1;
    letter-spacing: normal;
}

.section h2{
font-family: Arial,Georgia,"Times New Roman";
    font-size: 2rem;
    font-weight: normal;
    line-height: 1;
    letter-spacing: normal;
}
.section h3{
font-family: Arial,Georgia,"Times New Roman";
    font-size: 1.5rem;
    font-weight: normal;
line-height: 1.875rem;
    letter-spacing: normal;
}
.section h4 {
font-family: Arial,Georgia,"Times New Roman";
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.6rem;
    letter-spacing: normal;
}

.section p{
font-family: Arial,Georgia,"Times New Roman";
    font-size: 1.125rem;    
    font-weight: normal;
    line-height: 1.5rem;
    letter-spacing: normal;
}



/* container*/

.container {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px){
.container{
width:auto;
padding:0 100px;
}
}
@media (max-width: 767px){
.container{
max-width: 720px;
padding:0 20px;
}
}

.container-large{
 width: 950px;
 margin: 0 auto;
}
@media (max-width: 1023px){
.container-large{
width:auto;
padding:0 40px;
}
}

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


/************************
LOGIN PAGE
************************/


#bi-page-ct-login #main_content {
width: 100%;
max-width: 100%;
}

#bi-page-ct-login  #custom-footer {      bottom: 0px;
  position: absolute; }

#bi-page-ct-login #main_content {height: 100%;}

#bi-page-ct-login #container_plogin_2  {
    width: 100% !important;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: scroll;
    background-repeat: no-repeat;
    background-size: cover;
background-position:bottom;
 background-image: url(https://d3ptzawce82bow.cloudfront.net/uploads/eu/OD1726/27CDA011.png);
}

#bi-page-ct-login #navbar {
  display: none;
}

/* #container_plogin_2 .widget_container {
  width: 360px;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  background-color: #fff;
} */

#container_plogin_2 .texthtml_widget{display:none !important}


/*
#container_plogin_2 .private_login_widget {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
*/

#bi-page-s{
background-color:white;
}
#container_plogin_2 .widget_container .boxcontent, #bi-page-s .boxcontent {
  padding: 0px;
}

#container_plogin_2 .input_button {
 border-radius: 0;
border-style: unset !important;
    color: #fff;
    background: #e0301e;
    display: inline-block;
    padding: 14px 23px !important;
    font-size: 1rem !important;
    line-height: 1.14em;
    font-family: arial,sans-serif;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
}

#container_plogin_2 #reset_pw_btn {margin-bottom: 0;}

#container_plogin_2 .input_button:hover {
border-style: unset !important;
background: #be291a;
}

#SubmitButton2{
background-color:#e0301e!important;
}
#SubmitButton2:hover, #private_register_button:hover {
    background-color: #be291a!important;
}

#container_plogin_2 #private_register_button {margin-bottom: 12px !important;}
#container_plogin_2 #private_register_button::before {
  display: none;
}

#container_plogin_2 .login {
  width: 310px;
  clear: both;
  text-align: center;
}

#container_plogin_2 #Password1 {
  margin-top: 0px !important;
}

#form3 #Text3, #form3 #Password1, #fp_email, #register_email {
  background-color: #eee !important;
  border: 1px solid #ccc;
  padding: 8px;
  width: 310px !important;
  box-sizing: border-box;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 14px !important;
  height: 42px;
}

#container_plogin_2 .forgot-password {
  margin-top: 0;
}

#container_plogin_2 .tabunder tr {
display:flex;
width:50%;
}
#lr_inner tbody{
display:flex;
}
#private_login_main_content_div .rndbox {
  padding: 20px 0 !important;
  background-color: transparent;
}

.forgot-password a {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 0;
}

/*
.forgot-password a:after {
  content:"Forgot your password ?";
  font-size: 12px;
  font-family: arial;
}
*/

#form3 table tr:nth-child(2) {
    display:block; 
    margin-top:12px;
}

#form3 table tr td:first-child {
  display: block;
}

#form3 table tr td:nth-child(2) table td {
  display: block;
}

#forgot_pass table tr:nth-child(2) td:first-child {
  display: none;
}

#forgot_pass table tr:nth-child(3) td:first-child {
  display: none;
}

#container_plogin_2 #rlLOG, #container_plogin_2 #rlREG, #container_plogin_2 #auth_0 {
  width: 100%;
  margin-bottom: 12px;
  font-size: 1rem;
}

#container_plogin_2 .tabon a {
  text-decoration: none;
  color: #e0301e !important;
  font-family: arial, sans serif;
}

#lr_inner a {
  color: #444444;
}

#container_plogin_2 .taboff a {
  color: #444 ;
  background: transparent;
}

#container_plogin_2 .taboff a:hover {color: #891c11;}

#page2 table tr:nth-child(2) td:first-child {
  display: none;
}

#page2 table tr:nth-child(3) td:first-child {
  display: none;
}

#register_status {
  padding-top: 12px;
  padding-bottom: 24px;
}

#bi-page-ct-login #customFooter {
  display: none;
}

#bi-page-ct-login #main_content {
  min-height: 600px;
}

#bi-page-ct-login #rlFACEBOOK {
  clear:both;
}



#container_plogin_2::before {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  width: 140px;
  height: 106px;
  display: block;
  margin: 60px auto 24px;
  position: relative;
}



#bi-page-ct-login {
    background-position: center;
    background-color: #F5F5F2 !important;
    background-size: cover;
    position: absolute;
    height: 100%;
}

#bi-page-ct-login::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.2);
  height: 100%;
  width: 100%;
}



/********************
BUTTON STYLES
********************/
 .button-primary{
  width: fit-content;
width:150px;
  border: 2px solid #D10135;
  padding: 5px 8px;
  font-size: 1.1rem;
  color:#D10135;
cursor:pointer;
  transition: all 200ms ease-in-out;
  }
 .button-primary a{
color:#D10135;
}
 .button-primary:hover{
background: #d10135;
  color: white;
}
 .button-primary:hover a{
  color: white;
text-decoration:none;
}
 .button-primary a:hover{
  color: white!important;
}
.button-primary:focus {
    background: transparent;
}
  .button-primary a:focus {
  color: white!important;
}
 .button-secondary{
  width: fit-content;
width:250px;
  border: 2px solid white;
background:#D10135;
  padding: 8px;
  font-size: 1.1rem;
  color: white;
cursor:pointer;
  transition: all 200ms ease-in-out;
  }
 .button-secondary a{
color:white;
}
 .button-secondary:hover{
background: white;
  color: #D10135;
}
 .button-secondary:hover a{
  color: #D10135;
text-decoration:none;
}
 .button-secondary a:hover {
  color: #D10135!important;
}


/* BOTTONI*/


.button-round {
  color: white;
  margin: 20px 10px;
  border: 2px solid white;
  border-radius: 40px;
  padding: 5px 15px;
  background: transparent;
  cursor: pointer;
  transition-duration: 0.5s;
  transition-property: transform;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  width: 110px;
}

.button-round:hover {
  background: white;
  color: #006666;
  transform: scale(1.1);
}

.button-round-white {
  color: #006666;
  margin: 20px 10px;
  border: 2px solid #006666;
  border-radius: 40px;
  padding: 5px 15px;
  background: transparent;
  cursor: pointer;
  transition-duration: 0.5s;
  transition-property: transform;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
}

.button-round-white:hover {
  background: #006666;
  color: white;
  transform: scale(1.1);
}

/* animazione bottoni*/
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
      opacity: .4
  }

  to {
      opacity: 1
  }
}

@keyframes fade {
  from {
      opacity: .4
  }

  to {
      opacity: 1
  }
}



  /* STILE TONDI CON ICONE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.tondo-icona-lg {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #006666;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tondo-icona-lg {
  animation-name: pulse;
  animation-duration: 2s;
}

.tondo-icona-sm {
  z-index: 2;
  width: 90px;
  height: 90px;
  border: 2px solid white;
  border-radius: 50%;
  background: #006666;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1023px) {
  .tondo-icona-sm {
      width: 75px;
      height: 75px;
  }
}

@media (max-width: 767px) {
  .tondo-icona-sm {
      width: 60px !important;
      height: 60px !important;
  }}

  section.active .tondo-icona-sm {
   /*  animation-name: pulse;
    animation-duration: 2s;*/
}

/* animazione cerchi con icone*/
@keyframes pulse {
  from {
      transform: scale(1);
  }

  50% {
      transform: scale(1.15);
  }

  to {
      transform: scale(1);
  }
}


 /* STILE ICONE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.lnr-lg {
  color: white;
  font-size: 60px;
}

.lnr-sm {
  color: white;
  font-size: 35px;
}

 /* PAGINA BOARDS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#bi-page-ct-list{
background-color:white;
}

 /* PAGINA INTERNA IDEA
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#bi-page-ct-a-view-idea{
background-color:white;
}