textarea, input{
  font-family: helvetica;
  color: #666666;
}



@font-face {
  font-family: 'Arial-Black';
  src: url('../font/Arial-Black.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Arial-Black';
  src: url('../font/Arial-Black.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*-------------------*/

@font-face {
  font-family: 'Titillium-Black';
  src: url('../font/Titillium-Black.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium-Black';
  src:   url('../font/Titillium-Black.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*-------------------*/

@font-face {
  font-family: 'Titillium-Bold';
  src: url('../font/Titillium-Bold.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium-Bold';
  src:   url('../font/Titillium-Bold.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*-------------------*/

@font-face {
  font-family: 'Titillium-Light';
  src: url('../font/Titillium-Light.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium-Light';
  src:   url('../font/Titillium-Light.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*-------------------*/

@font-face {
  font-family: 'Titillium-Regular';
  src: url('../font/Titillium-Regular.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium-Regular';
  src:   url('../font/Titillium-Regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*-------------------*/

@font-face {
  font-family: 'BebasNeueBook';
  src: url('../font/BebasNeueBook.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeueBook';
  src:   url('../font/BebasNeueBook.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}



@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}




input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}


*:focus {
    outline: none;
}



body{
  	font-family: helvetica;
    font-weight: 300;
}


html,body{
  background-color: white;
	height: 100%;
}


a{
 text-decoration: none;
}


#overlay_segnale,#overlayCalendario,#overlay_rec_pass{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: white;
  opacity: 0.7;
  display: none;
  z-index: 10;
}

#segnali, #rec_pass{
  max-width: 500px;
  position: fixed;
  top: -200%; /*50%*/
  right: 0;
  left: 0;
  margin: 0 auto;
  margin-top: -100px;
  background: white;
  padding: 32px;
  border: 1px solid #b3b3b3;
  transition: 0.3s;
  z-index: 9999;
}


#recupera_pass{
  cursor: pointer;
  color: #d39631;
}




.errorNotification:empty
{
    display: none;
}


#admin_den{
  position: absolute;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%);
}


.logo_{
  max-width: 110px;
  margin: 0 auto;
  }
  .logo_ img{
    width: 100%;
  }



.testata {
  width: 100%;
  float: left;
  border-top:2px solid #d39631;
}


  .box_testa{
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
    margin-top: 50px;
    }

    .pulsanti_testa{
      width: 100px;
      height: 30px;
      font-family: helvetica;
      font-size: 13px;
      background-color: #d39631;
      color: white;
      border-radius: 15px;
      display: inline-block;
      line-height: 31px;
      margin: 0px 15px 0 15px;
      }
      .segnala_bug{
        cursor: pointer;
      }


.foto_profilo{
  background-size: cover;
  background-position: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0px auto;
  border:1px solid #b3b3b3;
  }
  .foto_profilo img{
    width: 100%;
    float: left;
  }

.nome_cognome{
	width: 100%;
	font-family: helvetica;
	color: #b3b3b3;
	margin-top: 15px;
  margin-bottom: 15px;
	display: none;
	float: left;
	text-align: center;
	font-size: 13px;
	font-weight: 300;
}


.box_menu_utente{
    width: 100%;
    text-align: center;
    margin-top: 15px;
    float: left;  
  }
  .pulsanti_menu_utente{
    width: 100px;
    height: 25px;
    font-family: helvetica;
    font-size: 11px;
    border:1px solid #b3b3b3;
    color: #b3b3b3;
    border-radius: 15px;
    display: inline-block;
    line-height: 26px;
    margin: 0 7px 0 7px;
    transition: 0.7s;
    }
    .pulsanti_menu_utente:hover{
      color: #d39631;
    }



.menu{
  width: 100%;
  float: left;
  height: 50px;
  text-align: center;
  font-family: helvetica;
  font-size: 13px;
  color: #666666;
  margin-top: 50px;
  text-transform: uppercase;
  margin-bottom: 100px;
  }
  .li_master {
    display: inline-block;
    vertical-align: top;
    overflow-y: hidden;
    margin: 21px 15px 0;
    padding: 5px;
  }
    .li_master a{
      color: #666666;
      transition: 0.5s;
      display: block;
      padding: 5px;
      }
      .li_master a:hover{
        color: #d39631;
      }

      .ul_sotto{
        color: #d39631;
        font-size: 11px;
        height: 100%;
        opacity: 0;
        transition: 0.5s;
        }
        .li_master li a:hover{
          color: #d39631;
        }

    .li_master:hover .ul_sotto{
      opacity: 1;
    }






.testo_informativo{
  text-align: center;
  color: #b3b3b3;
  font-size: 16px;
  padding-bottom: 30px;
  line-height: 19px;
  }
  .testo_informativo a{
    color: #d39631;
  }

.testo_inf_oro{
  text-align: center;
  color: #d39631;
  font-size: 14px;
  padding-top: 10px;
  line-height: 17px;
}


.box_float{
  width: 100%;
  float: left;
}

.box_m{
  width: 100%;
  float: left;
  margin: 70px 0;
}

.tratto_separatore{
  width: 30px;
  height: 4px;
  background: #b3b3b3;
  margin: 0 auto;
}



.gruppo_lista_utenti{
	float: left;
	text-transform: uppercase;
	font-size: 13px;
	margin-top: 7px;
	}
	.foto_group_user_list{
		width: 36px;
		height: 36px;
		float: left;
		background-color: white;
		border-radius: 50%;
		background-size: cover;
	}
	.nome_group_user_list{
		float: left;
		line-height: 36px;
		margin-left: 5px;
	}


.corpo_autore_pubb{
  width: 100%;
  text-align: center;
  }
  .pubb{
    display: inline-block;
    background-color: rgba(211,150,49,0.5);
    padding: 10px;
    border-radius:50px;
  }
  .img_autore_pubb{
    width: 36px;
    height: 36px;
    float: left;
    background-color: white;
    border-radius: 50%;
    background-size: cover;
  }
  .nome_autore_pubb{
    float: left;
    line-height: 36px;
    text-transform: uppercase;
    color: #fff;
    margin:0 10px 0 20px;
    font-size: 13px;
  }




    .autore_selezionato {
      float: left;
      margin: 20px 0 0 0;
      background-color: rgba(211,150,49,0.5);
      border-radius: 50px;
      clear: both;
    }

    .corpo_autore_selezionato {
      float: left;
      border-bottom-left-radius: 30px;
      -webkit-border-bottom-left-radius: 30px;
      -moz-border-radius-bottom-left: 30px;
      border-top-left-radius: 30px;
      -webkit-border-top-left-radius: 30px;
      -moz-border-radius-top-left: 30px;
      padding: 10px;
    }
	.img_autore_selezionato{
		width: 36px;
		height: 36px;
		float: left;
		background-color: white;
		border-radius: 50%;
		background-size: cover;
		}
		.nome_autore_selezionato{
			float: left;
			line-height: 36px;
			text-transform: uppercase;
			color: white;
			margin:0 10px 0 20px;
			font-size: 13px;
		}
  .elimina_autore_selezionato {
    border-bottom-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottom-right: 30px;
    border-top-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-top-right: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    height: 36px;
    padding: 10px;
    float: left;
    transition: 0.2s;
    color: rgba(211,150,49,0.5);
    cursor: pointer;
  }

  .elimina_autore_selezionato:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;  }

.elimina_autore_selezionato:hover {
  background-color: white;
}

.box_input_utenti{
  display: inline-block;
  text-align: center;
}

.box_input_globale{
    width: 405px;
    margin: 0 auto;
    text-align: center;
    }
    .input_globale{
      width: 100%;
      float: left;
      }
      .input_globale input{
        float: left;
        font-size: 16px;
        font-family: Helvetica;
        height: 67px;
        width: 100%;
        border: none;
        color: #666666;
        text-align: center;
        border: 1px solid #b3b3b3;
        font-weight: 300;
        transition: 0.5s;
      }


 .input_globale textarea{
    float: left;
    font-size: 16px;
    font-family: Helvetica;
    height: 70px;
    width: 100%;
    border: none;
    color: #666666;
    text-align: left;
    border: 1px solid #b3b3b3;
    font-weight: 300;
    transition: 0.5s;
    resize: none;
    line-height: 20px;
    padding:20px;
  }

.input_globale input:focus{
  background-color: transparent !important;
}

#input_autori:focus ~ #foundUsers
{
  display: block;
}

#foundUsers {
  display: none;
  width: calc(100% - 35px);
  background: white;
  position: absolute;
  top: 70px;
  right: 0;
  border: 1px solid #b3b3b3;
  border-top: none;
}

#foundUsers:empty
{
  display: none !important;
}

.foundUser {
  height: 35px;
  cursor: pointer;
  transition: 0.2s;
}

.foundUser:hover {
  background-color: rgba(211,150,49,0.5);
}

.foundUserPhoto {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin: 5px;
  background-size: cover;
  background-image: url(../images/icon_foto_singolo.png);
  background-color: white;
  background-repeat: no-repeat;
}

.foundUserName {
  width: calc(100% - 40px);
  float: right;
  height: 100%;
  font-family: Helvetica;
  text-transform: uppercase;
  line-height: 35px;
  font-size: 0.6em;
  color: #666666;
  text-align: left;
  transition: inherit;
  white-space: nowrap;
  overflow: hidden;
}

.foundUser:hover .foundUserName {
  color: white;
}

.box_tag{
  width: 100%;
  float: left;
  text-align: center;
}
.tag{
  background-color: rgba(211,150,49,0.6);
  border-radius:50px;
  display: inline-block;
  padding: 15px;
  color: white;
  min-width: 50px;
  height: 15px;
  vertical-align: top;
  margin: 5px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: -moz-block-height;
}

.box_tag_post_list{
	width: 100%;
	float: left;
	margin: 15px 0;
	}
	.tag_post_list{
		background-color: white;
		border-radius: 20px;
		display: inline-block;
		padding: 10px;
		color: var(--element-color);
		text-transform: uppercase;
		height: 10px;
		vertical-align: top;
		margin-right: 5px;
		font-size: 11px;
	}

.footer_setting{
    float: left;
    margin-top: 50px;
    width: 100%;
    }

  


.crea_post_img {
  width: 40px;
  float: left;
  margin-left: 60px;
  margin-bottom: 10px;
  }
  .crea_post_img img {
    width: 100%;
    float: left;
  }


  .crea_post_text {
    color: #666666;
    float: left;
    font-family: "Helvetica";
    font-size: 15px;
    font-weight: 200;
    margin-left: 10px;
    margin-top: 23px;
}


.cre_mod { 
    width: 100%; 
    float: left; 
    margin-bottom: 100px; 
    } 
    .cre_mod_box { 
      width: 80px; 
      margin: 0 auto; 
      } 
      .cre_mod_lui { 
        background: transparent; 
        width: 80px; 
        height: 80px; 
        border-radius: 50%; 
        border: 2px solid #d39631; 
        color: #999999; 
        font-family: Helvetica; 
        font-size: 12px; 
        font-weight: 100; 
        cursor: pointer; 
        text-transform: uppercase; 
      }
      .cre_mod_lui:disabled
      {
          opacity: 0.5;
      }



.container{
  width: 100%;
  float: left;
}



.crea_elementi{
  position: sticky;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 20;
  border-radius:50%;
  margin: 0px auto;
  margin-bottom: 40px;
  overflow:hidden;
  background-color: #d39631;
  width: 70px;
  height: 70px;
  z-index: 1;
}
    .crea_elementi a{
      width: 100%;
      height: 100%;
      display: block;
    }


    .piu_pre{
      z-index: 1;
      position: absolute;
      top: 50%;
      left: 50%; 
      transform: translate(-50%, -50%);
    }
    .piu_pre img{
      float: left;
      width: 100%;
    }




.elementi{
    max-width: 1000px;
    height: 227px;
    margin: 20px auto;
    position: relative;
    overflow:hidden;
    --element-color: #d39631;
  }
  .overlay_color_element{
    width: 100%;
    height: 100%;
    float: left;
    background-color: var(--element-color);
    opacity: 0.6;
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    }
    .elementi:hover .overlay_color_element{
      opacity: 0.7;
    }



    .text_crea_element{
      position: absolute;
      top: 50%;
      left: 50%; 
      transform: translate(-50%, -50%);
      transition: 1.0s;
      opacity: 0;
      font-family: helvetica;
      font-size: 25px;
      color: white;
    }


.img_element{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition: 0.5s;
}


.img_grupp_element{
  	height: 200px;
	width: 200px;
	position: absolute;
	left: 13px;
	background: white;
	top: 13px;
	border-radius: 50%;
	background-size:cover;
}

.passwordStrengthDisplay
{
  position: relative;
  width: 409px;
  height: 70px;
  z-index: -10;
  pointer-events: none;
  opacity: 0.7;
}

.passwordStrengthBar
{
  height: 100%;
  width: 0;
  background: #d39631;
  opacity: 0.7;
  transition: width 0.25s ease-in-out;
}

.text_element{
  position: absolute;
  width: 95%;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%);
  color: white;
  font-family: helvetica;
  font-size: 18px;
  transition: 0.5s;
  }

  .float_t{
    width: 100%;
    float: left;
  }

  .titlelement{
    font-size: 1.6em;
    margin-bottom: 7px;
    text-transform: uppercase;
  }

  .box_tag_element{
    color: #d39631;
    float: left;
    }
    .tag_element{
      float: left;
      padding: 6px 20px;
      border-radius: 50px;
      background-color: white;
      text-align: center;
      margin: 15px 10px;
      font-size: 0.8em;
    }
    .tag_element:first-child{
      margin-left: 0;
    }

  .paragrafo{
    max-width: 450px;
    line-height: 22px;
    margin-top: 7px;
    word-wrap: break-word;
  }
  .data_vis{
    float: right;
    font-size: 0.8em;
    position: absolute;
    bottom: 15px;
    right: 20px;
    color: white;
  }


  .date_c_m_p{
    display: inline-block;
    margin: 0 30px 30px 30px;
    }
    .data_edit{
      text-align: center;
      color: #b3b3b3;
      font-size: 16px;
      display: inline-block;
      padding: 15px;
      border:1px solid #b3b3b3;
      border-radius: 50px;
      text-transform: capitalize;
    }

.elimina_element{
  position: absolute;
  top: -20px;
  right: -20px;
  width: 125px;
  height: 125px;
  opacity: 0;
  transition: 0.5s;
  z-index: 2;
  }
  .effect_hover_eli{
    width:0;
    height:0;
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%);
    background-color:var(--element-color);
    border-radius: 50%;
    opacity: 0.8 !important;
    transition: 0.4s;
  }

.elementi:hover .elimina_element,.foto_album_caricata:hover .elimina_element{
  opacity: 1;
}


.elimina_element:hover .effect_hover_eli{
  width:100%;
  height:100%;
  opacity: 1;
}

.elimina_element a{
  width: 100%;
  height: 100%;
  display: block;
}

  .img_elimina{
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%);
  }



.gruppi{
  border:0;
  }
  .gruppi h1{
    text-align: center;
    margin-bottom: 10px;
  }


.circle_img{
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin:0 auto;
}





.textarea_global{
  max-width: 1340px;
  margin:0 auto;
}

.textarea {
    float: left;
    width: 100%;
  }
  .textarea textarea{
    width: 100%;
    height: 100px;
    border: 0;
    resize: none;
    text-align: center;
    padding-top: 10px;
    transition: 0.5s;
    border: 1px solid #b3b3b3;
  }



.ck-toolbar {
    border: 1px solid transparent !important;
}

  .ck-editor {
    max-width: 1340px !important;
    margin: 0 auto !important;
}


.ck-editor__editable.ck-focused{
  border: 1px solid #b3b3b3 !important;
  box-shadow: none !important;
}


.ck-rounded-corners .ck-editor__top .ck-sticky-panel .ck-toolbar {
    text-align: center !important;
}



.ck-editor__top .ck-sticky-panel .ck-toolbar {
    background: #fff !important;
}

.ck-editor-toolbar .ck-button.ck-disabled, .ck-editor-toolbar .ck-button:not(:hover):not(:focus):not(.ck-on) {
    background: transparent !important;
    border:1px solid transparent;
    color: #b3b3b3 !important;
}


.ck-editor-toolbar .ck-button.ck-on {
    background: transparent !important;
    border-color: #b3b3b3 !important;
    border:1px solid #b3b3b3 !important;
}

.ck-button:not(.ck-disabled):focus, .ck-button:not(.ck-disabled):hover, a.ck-button:not(.ck-disabled):focus, a.ck-button:not(.ck-disabled):hover {
    background: transparent !important;
    border-color: #b3b3b3 !important;
    border:1px solid !important;
}




.ck-link-form {
    background: #b3b3b3 !important;
}

.ck-label {
    color: white !important;
}

.ck-link-form .ck-input-text {
    color: white !important;
    border: 1px solid white !important;
}

.ck-link-form__actions .ck-button + .ck-button {
    color: white !important;
}

.ck-link-form__actions .ck-button + .ck-button {
    background: transparent !important;
}


.ck-balloon-panel.ck-balloon-panel_arrow_n::before, .ck-balloon-panel.ck-balloon-panel_arrow_ne::before, .ck-balloon-panel.ck-balloon-panel_arrow_nw::before {
    border-color: transparent !important;
}

.ck-balloon-panel.ck-balloon-panel_arrow_n::after, .ck-balloon-panel.ck-balloon-panel_arrow_ne::after, .ck-balloon-panel.ck-balloon-panel_arrow_nw::after {
    border-color: transparent transparent #b3b3b3 !important;
}

.ck-input-text {
    box-shadow: none !important;
    background: transparent !important;
    border: 1px solid #b3b3b3 !important;
}

.ck-button-action, a.ck-button-action {
    background: transparent !important;
}

.ck-link-form__actions .ck-button {
    border-color: #b3b3b3 !important;
}


.ck-balloon-panel {
    box-shadow: none !important;
    border: 1px solid transparent !important;
}


.ck-editor__editable.ck-rounded-corners, .ck-rounded-corners .ck-editor__editable {
    height: 450px !important;
	}
	.ck-editor__editable.ck-rounded-corners a, .ck-rounded-corners .ck-editor__editable a {
	    color: #d39631;
	}



.box{
  width: 100%;
  float: left;
}

.l_grup{
    max-width: 250px;
    width: 188px;
    height: 50px;
    float: left;
    margin-left: 20px;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 100;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
    border-right: 2px solid #d39631;
    background-color: transparent;
    padding-left: 10px;
}


.box_carica{
  position: relative;
  height: 160px;
}


.progress_circle{
  position: absolute;
  width: 0;
  height: 0;
  transition: 0.1s;
  background-color: #d39631;
  opacity: 0.5;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.annullaCaricamento:before
{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.annullaCaricamento
{
  z-index: 2;
  position: absolute;
  text-align: center;
  color: white;
  width: 100%;
  height: 100%;
  display: none;
  cursor: pointer;
}

.carica_or_annulla{
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.1s;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%);
  border-radius: 50%;
  }
  .ok_img,.no_img{
    width: 50%;
    height: 100%;
    position: absolute;
    text-align: center;
    transition: 0.3s;
    z-index: 2;
    color: white;
    font-family: Helvetica;
    font-size: 13px;
    font-weight: 100;
    text-transform: uppercase;
    cursor: pointer;
  }

  .ok_img:before
  {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .ok_img{
    left: -50%;
    background-color:rgba(211,150,49,0.8);
  }

  .no_img:before
  {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .no_img{
    right: -50%;
    background-color:rgba(179,179,179,0.8);
  }





.img_drop_ret{
  width: 405px;
  height: 195px;
  border:1px solid #b3b3b3;
  overflow: hidden;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%);
  transform-origin: top left;
  }
  .img_drop_ret:hover {
      background-color: rgba(211,150,49,0.1);
      transform: scale(1.10, 1.10) translate(-50%, -50%);
  }



#drop-zone[drop-active=true] {
  background-color: rgba(211,150,49,0.1);
  transform: scale(1.10, 1.10) translate(-50%, -50%);
}



.img_drop{
  width: 160px;
  height: 160px;
  border:1px solid #b3b3b3;
  overflow: hidden;
  border-radius: 50%;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  }
  .img_drop:hover {
      background-color: rgba(211,150,49,0.1);
      transform: scale(1.10, 1.10) translate(-50%, -50%);
  }





  .mouse-over {
    width: 190px;
    height: 190px;
    background-color: rgba(211,150,49,0.3);
  }


  #file{
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
  }


.clickHere_cerchio, .clickHere_rettangolo {
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    transition: 0.5s;
    z-index: 1;
    }



.box_album_carica{
  max-width: 1340px;
  min-height: 67px;
  max-height: 474px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  }
  .drop_zone_album_carica{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:1;
    background-size: 350px;
  }
  .pulsante_album_carica{
    width: 200px;
    height: 67px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    z-index:3;
    border: 1px solid #b3b3b3;
    display: inline-block;
    background-image: url(../images/icon_img.png);
    background-size: 190px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.5s;
    background-color: white;
    position: relative;
    cursor: pointer;
  }

  .pulsante_youtube_carica{
    width: 200px;
    height: 67px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    z-index:3;
    border: 1px solid #b3b3b3;
    display: inline-block;
    background-image: url(../images/icon_yt.png);
    background-size: 190px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.5s;
    background-color: white;
    position: relative;
    cursor: pointer;
    }
    #videoInput{
      float:right;
      width: 306px;
      padding: 0 70px 0 30px;
      text-align: left;
      border-radius: 50px;
    }

    .videoInput{
      transition: 0.5s;
      overflow: hidden;
      border-radius: 50px;
    }

    .input_yt {
        position: relative;
        top: -70px;
        transition: 0.2s;
        opacity: 0;
        z-index: 5;
    }

    .ok_yt{
      position: absolute;
      top: 4px;
      right: -66px;
      opacity: 0;
      transition: 0.2s;
    }
    .ok_yt input{
      background-color: #d39631;
      border-radius: 50%;
      color: white;
      text-transform: uppercase;
      vertical-align: top;
      width: 60px;
      height: 60px;
      border: none;
      font-size: 15px;
      cursor: pointer;
      line-height: 60px;
      float: right;
    }

    .esci_yt{
      position: absolute;
      top: 4px;
      right: 6px;
      background-color: #d39631;
      border-radius: 50%;
      color: white;
      text-transform: uppercase;
      vertical-align: top;
      width: 60px;
      height: 60px;
      border: none;
      font-size: 15px;
      cursor: pointer;
      line-height: 60px;
      float: right;
      transition: 0.2s;
    }



  .box_img_album_carica{
    width: 100%;
    max-width: 1340px;
    max-height: 403px;
    border: 1px solid #b3b3b3;
    margin-top: -25px;
    display: inline-block;
    position: relative;
    background-color: white;
    overflow: scroll;
    transition: 0.5s;
    padding-top: 20px;
    z-index:2;
    }
  .box_img_album_carica:empty
  {
    display: none;
  }
    .foto_album_caricata{
      position: relative;
      display: inline-block;
      width: 400px;
      height: 300px;
      margin: 20px;
      overflow: hidden;
    }
    .foto_album_caricata:hover .info_foto_caricata{
      bottom:0;
      opacity: 1;
      }
    .info_foto_caricata:focus-within{
      bottom:0;
      opacity: 1;
    }
      .info_foto_caricata{
        display: none;
        position: absolute;
        bottom: -50%;
        opacity: 0;
        width: 100%;
        height: 50%;
        background-color: rgba(211,150,49,0.9);
        text-align: left;
        color: white;
        font-family: helvetica;
        font-size: 15px;
        z-index: 99;
        transition: 0.5s;
        }
        .testo_info_caricata{
          width: 100%;
          height: 100%;
          position: absolute;
          }
          .data_info_caricata{
            font-size: 0.8em;
          }

          .descri_info_caricata{
            height: 100%;
            }
            .descri_info_caricata textarea{
              background-color: transparent;
              font-size:1em ;
              color: white;
              border:0;
              width: 90%;
              resize: none;
              transition: 0.5s;
              height: 74%;
              line-height: 17px;
              background-color: rgba(255,255,255,0.2);
              padding: 20px;
              margin-top: 0px;
              }
              .descri_info_caricata textarea::placeholder, .descri_info_caricata textarea::-moz-placeholder {
                  line-height: -moz-block-height !important;
                  text-align: center;
              }
              .descri_info_caricata textarea:hover{
                background-color:rgba(255,255,255,0.3);
              }


.container_foto_caricamento{
  width: 100%;
  float: left;
  }
  
  .foto_greyscale{
      width: 100%;
      height: 100%;
      background-size: cover;
      -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
      filter: grayscale(100%);
      position: absolute;
  }

  .box_foto_caricamento{
    width: 0; /* QUESTA PERCENTUALE VA MODIFICATA NELLA FASE DI CARICAMENTO */
    height: 100%;
    position: absolute;
    overflow: hidden;
    transition: 0.2s;
    }
    .foto_caricata_original{
    width: 400px;
    height: 300px;
    background-size: cover;
    }


.drop-zone-album{
  border: 1px solid #fff;
  transition: 0.5s;
}

.drop-zone-album[drop-active-album=true]{
  z-index: 10 !important;
  border: 1px dashed #b3b3b3;
  background-color: white;
  background-image: url(../images/icon_img.png);
}


.box_select_blog{
  display: inline-block;
}



 .b_f_input,.b_f_select {
      text-align: center;
      max-width: 1410px;
      margin: 0 auto;
      float: none;
  }

  .b_f_select{
      max-width: 995px;
  }

  .abil .css-label{
    line-height: 20px;
    height: unset;
    overflow: scroll;
    height: 50px;
  }


.css-label{
  font-family: helvetica;
  text-transform: uppercase;
  color: #b3b3b3;
  font-size: 16px;
  padding: 15px;
  margin: 0 30px 30px 30px;
  border: 1px solid #b3b3b3;
  cursor: pointer;
  width: 400px;
  height: 95px;
  display: inline-block;
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 95px;
  text-align: center;
  transition: 0.5s;
  position: relative;
  }
  .css-label span {
    display: grid;
    line-height: 28px;
  }


.v_spunta{
  width: 20px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  transition: 0.2s;
  }
  .v_spunta img{
    float: left;
  }


  .abil{
     overflow: hidden;
     width: 100%;
     text-align: center;
  }

input[type=checkbox].css-checkbox{
  visibility: hidden; /* NON CAMBIARE IN DISPLAY NONE */
  position: fixed;
}



input[type=checkbox].css-checkbox:checked + .css-label{
  background-color: rgba(211,150,49,0.5);
  border:1px solid rgba(211,150,49,0.5);
  color: white;
}


input[type=checkbox].css-checkbox:checked + .css-label .v_spunta{
  opacity: 1;
}


input[type=checkbox].css-checkbox:hover + .css-label{
  background-color: rgba(211,150,49,0.5);
  border:1px solid rgba(211,150,49,0.5);
  color: white;
}





.spunta_simil_ios{
  text-align: center;
}


.label_spunta{
  border: 1px solid #b3b3b3;
  cursor: pointer;
  width: 100px;
  height: 37px;
  display: inline-block;
  text-align: left;
  border-radius: 20px;
  }
  .pallino_spunta {
    margin-left: 8px;
    width: 25px;
    height: 25px;
    transition: 0.3s;
    border-radius: 50%;
    background-color: #b3b3b3;
    margin-top: 6px;
  }
  input[type=checkbox].check_spunta{
    visibility: hidden; /* NON CAMBIARE IN DISPLAY NONE */
    position: fixed;
  }
  input[type=checkbox].check_spunta:checked + .label_spunta .pallino_spunta{
    background-color: #d39631;
    margin-left: 67px;
  }


.css_group_label span{
  line-height: 40px;
}



.box_width{
    max-width: 405px;
    margin: 0 auto;
  }


  .sel_gal{
    width: 74px;
    height: 69px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border:1px solid #b3b3b3;
    float: left;
    border-right:none;
    }
    .foto_gal_ante{
      width: 50px;
      height: 50px;
      margin: 8px 15px;
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: 50%;
    }

    .select{
      appearance:none !important;
      -webkit-appearance:none;
      -moz-appearance: none;
      background:url(../images/select.png) no-repeat right 21px center;
      background-color: transparent;
      font-size: 13px;
      width: 100%;
      height: 71px;
      float: left;
      border:1px solid #b3b3b3;
      font-family: helvetica;
      text-transform: uppercase;
      color: #b3b3b3;
      font-size: 16px;
      line-height: 21px;
      padding-left: 20px;
      font-weight: 300;
      cursor: pointer;
    }

    select option{
      color: #666666;
    }

    @-moz-document url-prefix() {
      select{-moz-appearance:none;}
    }

    select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #b3b3b3;
  }


.pulsante_form{
  text-align: center;
  }
  .pulsante_form input{
    background-color: #d39631;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    color: white;
    min-width: 50px;
    text-transform: uppercase;
    vertical-align: top;
    margin: 5px;
    border:none;
    font-size: 15px;
    cursor: pointer;
    line-height: unset;
  }

.pulsante_form input:disabled{
  opacity: 0.5;
}



  #aggiungi_cat{
    width: 60px;
    height: 68px;
    line-height: 80px;
    transition: 0.5s;
    float: left;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
    border:1px solid #B3B3B3;
  }





  .footer{
    width: 100%;
    float: left;
    border-bottom: 4px solid #d39631;
    margin-top: 80px;
  }
  .logo_den{
    width: 40px;
    margin: 0 auto;
    margin-bottom:10px; 
    }
    .logo_den img{
      width: 100%;
    }



.numeri_conta_pagine{
  width: 100%;
  float: left;
  text-align: center;
  font-size: 15px;
  margin-top: 80px;
  }
  .numeri_conta_pagine div{
    margin: 5px;
    display: inline-block;
    color: #666666;
    transition: 0.5s;
  }
  .numeri_conta_pagine div:hover{
    color: #d39631 !important;
  }


  .sospensivi{
    opacity: 0.5;
  }
  .pagina_corrente{
    color: #d39631 !important;
    font-size: 19px;
  }


.videoOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: 0.5;
}
.videoTriangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent white;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  border-width: 37.5px 0 37.5px 65.0px;
}




#ui-datepicker-div{
  font-family: helvetica;
  background-color: white;
  border: 1px solid #b3b3b3;
  width: 407px;
  top: 50% !important;
  left: calc(50% - -2px) !important;
  position: fixed !important;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  z-index: 42 !important;
  display: none;
  }
  .ui-datepicker-prev,.ui-datepicker-next{
    display: none;
  }

  
  .ui-datepicker-month,.ui-datepicker-year{
    appearance:none !important;
    -webkit-appearance:none;
    -moz-appearance: none;
    background:url(../images/select.png) no-repeat right 21px center;
    background-color: transparent;
    font-size: 13px;
    width: 50%;
    height: 71px;
    float: left;
    border:0 !important;
    border-bottom:1px solid #b3b3b3 !important;
    font-family: helvetica;
    text-transform: uppercase;
    color: #b3b3b3;
    font-size: 16px;
    line-height: 21px;
    padding-left: 20px;
    font-weight: 300;
    cursor: pointer;
    border-radius: 0;
  }
  .ui-datepicker-year{
    border-left:1px solid #b3b3b3 !important;
  }
   
  .ui-datepicker-calendar{
    margin: 0 auto;
    padding: 10px;
    border-collapse: unset !important;
    border-spacing: unset !important;
  }
  .ui-datepicker-calendar thead th{
      height: 35px;
      vertical-align: middle;
      text-align: center;
    }
    .ui-datepicker-calendar thead th span{
      padding:10px;
      color: #d39631;
    }
  .ui-datepicker-calendar tbody td{
      text-align: center;
    }
    .ui-datepicker-calendar tbody td a{
      color: #b3b3b3;
      border-radius: 50%;
      transition: 0.5s;
      display: block;
      width: 35px;
      height: 35px;
      line-height: 35px;
      margin: 5px;
      }
      .ui-datepicker-calendar tbody td a:hover{
        color: white !important;
        background-color: #d39631;
      }

.ui-state-active{
  color: white !important;
  background-color: #d39631;
}


.notificaDiErrore{
  font-size: 30px;
  color: #575756;
  margin-top: 50px;
  width: 100%;
  float: left;
  text-align: center;
  top: 0;
}



.box_change_prof{
  width: 100%;
  text-align: center;
  float: left;
  }
  .box_change_prof div{
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #b3b3b3;
    color: #b3b3b3;
    transition: 0.7s;
    border-radius: 50px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    }
    .box_change_prof div:hover{
      color: #d39631;
    }


.textarea_bio {
    float: left;
    width: 100%;
  }
  .textarea_bio textarea{
    width: 100%;
    max-height: 100px;
    border: 0;
    resize: none;
    text-align: center;
    transition: 0.5s;
  }

  .heightFiller
  {
    height: 100vh;
  }