/* CSS

 ____________________________________________________________
|                                                            |
|    ENGINE + Complic { http://complic.eu }                  |
|      DATE + Agosto 2019                                    |
|   CREDITS + Complic                                        |
| COPYRIGHT + Copyright Complic Studio 2019                  |
|____________________________________________________________|

*/

*, :after, :before {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Poppins', sans-serif !important;
  letter-spacing: 1.1pt;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, .label, .form  {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section  {
	display: block;
}
ul,ol,li  {
	list-style: none;
}
blockquote, q  {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after  {
	content: '';
	content: none;
}
table  {
	border-collapse: collapse;
	border-spacing: 0;
}
body  {
	line-height: 1;
	behavior: url(IE_hover.htc);
	overflow-x: hidden;
	background: #333;
	color: #414141;
    font-size: 15px;
	letter-spacing: 0.5px;
}
hr {
    border-color: #ebebeb;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    box-sizing: content-box;
    height: 0;
}
li, p {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: .02em;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #000;
}
h1, h2 {
    letter-spacing: normal;
    text-transform: none;
}
h1 {
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 40px;
}
h2 {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 10px;
}
h3 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: normal;
}
h4 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .02em;
    margin-bottom: 36px;
}
h5, h6 {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
h6 {
    color: #999;
}
.center  {
	text-align: center;
}
p.mb0 {
    margin-bottom: 0;
}
p.lead {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .02em;
    margin-bottom: 40px;
    text-transform: none;
}
.link, a {
    color: #999;
    text-decoration: underline;
    cursor: pointer;
}
.link:focus, .link:hover, a:focus, a:hover {
    color: #999 !important;
    text-decoration: none;
}
label, .label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.arrow {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  position: relative;
  margin: 0 1rem;
}
.arrow span {
  top: 0.5rem;
  position: absolute;
  width: 0.75rem;
  height: 0.1rem;
  background-color: #333;
  display: inline-block;
  transition: all 0.2s ease;
}
.arrow span:first-of-type {
  left: 0;
  transform: rotate(45deg);
}
.arrow span:last-of-type {
  right: 0;
  transform: rotate(-45deg);
}
.arrow.active span:first-of-type {
  transform: rotate(-45deg);
}
.arrow.active span:last-of-type {
  transform: rotate(45deg);
}

/* Page */
#page {
  background-color: #F3F5F7;
}
#page .page {
  display: block;
  padding-left: 270px;
  padding-top: 40px;
  padding-right: 15px;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  overflow-y: scroll;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: #FFF;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px){
  #page .page {
    padding-bottom: 120px;
  }
}
#page .page.destinatario {
  padding-left: 35px;
  padding-right: 35px;
  background-color: #F3F5F7;
  padding-top: 110px;
}
#page .page.current {
	visibility: visible;
	z-index: 1;
	opacity: 1;
	transition: visibility 0.5s linear, opacity 0.5s linear;
}
#page .page.ontop {
	z-index: 999;
}
#page.perspective {
	position: relative;
	width: 100%;
	height: 100vh;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
}
#page .page h3 {
  color: #080808;
  padding: 15px 15px 2px;
  margin-bottom: 50px;
  border-bottom: 3px solid #FF7A41;
  display: inline-block;
  font-weight: bold;
}
#page .page.destinatario h3 {
  color: #080808;
  margin-top: 30px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
  border-bottom: 0px;
  padding: 0px;
}
#page .notfound {
	color: #080808;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#page .notfound h1 {
	color: #080808;
	font-weight: bold;
}

/* Login */
#page .page #login {
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 0px;
	left: 0px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
#page .page #login .background {
  position: absolute;
  top: 0px;
  width: 200vw;
  bottom: 0px;
  height: 100vh;
  background-image: url("/images/login_background.jpg");
  background-color: #0B0B0B;
  background-size: 100vw;
  background-position: left center;
  background-repeat: repeat-x;
  animation: scroll-anim 15s linear infinite;
}
@keyframes scroll-anim {
	100% {
		background-position: -100% center;
	}
}
#page .page #login .payout {
  background: none;
  text-transform: uppercase;
  color: #A9A9A9;
  width: 70vw;
  font-weight: bold;
  letter-spacing: 1.1pt;
  position: absolute;
  left: 0px;
  text-align: center;
  top: 5vh;
}
#page .page #login .footer_element {
  background-image: url("/images/svg/footer.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 15px;
  width: 70vw;
  bottom: 5vh;
  position: absolute;
}
#page .page #login .login {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  right: 0px;
  width: 30vw;
  top: 0px;
  padding: 25px;
  text-align: center;
  background-color: #FFF;
  height: 100vh;
  overflow-y: scroll;
}
#page #_80160ae7efa3487bafbe94fcad7f36f1.page {
	background: #F1f1f1;
}
#page #_80160ae7efa3487bafbe94fcad7f36f1.page .input_wrapper {
	background-color: #FFF;
}
#page #_80160ae7efa3487bafbe94fcad7f36f1.page .input_wrapper input {
	color: #424242;
}
#page .page #login logo {
  width: 20vw;
  height: calc(20vw / 1.33333);
  display: block;
  margin: 20px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/images/svg/logo_bg_white.svg);
}
#page .page .login button {
	background-color: #FF7A41;
	color: #FFF;
}
#page .page .login button:hover {
	background-color: #FFD53E;
}
#page .page .login #login_button {
  background-color: #0B0B0B;
  color: #FFF;
  font-size: 14px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  line-height: 49px;
  text-transform: uppercase;
}
#page .page .login #login_button:hover {
  background-color: #c6c6c6;
  color: #0B0B0B;
}
#page .page .login #request_button {
  background-color: #FFF;
  color: #080808;
  font-size: 18px;
  width: 100%;
  margin: 0 auto 20px;
  border-radius: 10px;
  line-height: 50px;
}
#page .page .login #request_button:hover {
  background-color: #080808;
  color: #FFF;
  box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.5);
}
#page .page .login button#login_forgotPsw {
  background: none;
  text-transform: uppercase;
  color: #0B0B0B;
  width: 100%;
  font-weight: normal;
  letter-spacing: 1.1pt;
}
#page .page .login button#login_forgotPsw:hover {
	text-decoration: underline;
}
#page .page .login button#save_button.token {
  position: absolute;
  top: -10px;
  right: 10px;
  background-color: #61C646;
}
#page .page .login button#request_button:hover {
  background-color: #424242;
  color: #FFF;
}
#page .page .login .powered {
  font-size: 10px;
  color: #0B0B0B;
  text-align: center;
  margin-top: 20px;
}
#page .page .login .powered_opticon {
  width: 50px;
  height: 30px;
  display: block;
  background-image: url(/images/svg/logo_opticon_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  margin: 0 auto;
}
#page .page .login .website, #page .page .login .website a {
  font-size: 10px;
  color: #0B0B0B;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
}
#page .input_wrapper:after {
	content: '';
  display: block;
  height: 5px;
  width: 0;
  border-radius: 5px;
  position: absolute;
  margin-top: 6px;
  margin-left: 15px;
}
#page .input_wrapper.level0:after {
	width: 25%;
	background: red;
}
#page .input_wrapper.level1:after {
	width: 45%;
	background: orange;
}
#page .input_wrapper.level2:after {
	width: 65%;
	background: gold;
}
#page .input_wrapper.level3:after {
    width: 90%;
    background: green;
}
#page .select_wrapper, #page .multiselect_wrapper {
  background-color: #F1F3F4;
  color: #424242;
  width: 100%;
  border-radius: 20px;
  line-height: 35px;
  margin-bottom: 20px;
  position: relative;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}
#page .multiselect_wrapper {
  text-align: left;
}
#page .select_wrapper > select {
	width: 90%;
    background-color: #F1F3F4;
    color: #424242;
    text-align: left;
    border-radius: 30px;
    margin-bottom: 20px;
    position: relative;
    font-weight: bold;
    height: 30px;
    outline: none;
    margin: 0px;
}

/* Login SSO */
#page .page .login .sso-wrapper {
  padding-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
#page .page .login .sso-wrapper .button {
  width: 100%;
  display: flex;
}
#page .page .login .sso-wrapper .button .button-msentra {
  width: 100%;
  text-indent: -9999px;
  background-color: #2F2F2F;
  background-image: url("/images/ms-login.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 41px;
  border-radius: 4px;
  cursor: pointer;
}
#page .page .login .sso-wrapper .or-wrapper {
  display: flex;
  width: 100%;
  padding-top: 15px;
  align-items: center;
  justify-content: space-between;
}
#page .page .login .sso-wrapper .or-wrapper .line {
  height: 1px;
  background-color: black;
  width: 100%;
}
#page .page .login .sso-wrapper .or-wrapper .text {
  padding: 0 20px;
  flex-grow: 1;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #000;
}

/* 2FA */
#page .page #twofa {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
}
#page .page #twofa .twofa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50vw;
  padding: 15px;
  text-align: center;
}
#page .page #twofa logo {
  width: 180px;
  height: calc(180px / 1.33333);
  display: block;
  margin: 20px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#page .page #twofa #new_token {
  line-height: 40px;
  width: 50%;
  border: 2px solid #080808;
  padding: 0px 10px;
  border-radius: 6px;
  text-align: center;
}
#page .page #twofa #save_button {
  margin-top: 50px;
}

/* footer */
#page .page .footer {
  display: block;
  width: 100%;
}
#page .page .footer .footer_element {
  background-image: url("/images/svg/footer.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 15px;
  width: 100%;
  margin: 25px 0px;
}
#page .page .footer .powered {
  font-size: 10px;
  color: #0B0B0B;
  text-align: center;
  margin-top: 20px;
}
#page .page .footer .powered_opticon {
  width: 50px;
  height: 30px;
  display: block;
  background-image: url(/images/svg/logo_opticon_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  margin: 0 auto;
}
#page .page .footer .website, #page .page .footer .website a {
  font-size: 10px;
  color: #0B0B0B;
  text-align: center;
  margin-top: 20px;
  text-decoration: none;
}

/* Dashboard */
#page .page .dashboard {
	margin: 40px auto;
	display: flex;
  width: 100%;
	height: auto;
  gap: 20px;
}
#page .page .dashboard .board_wrapper {
	width: 25%;
  text-decoration: none;
}
#page .page .dashboard .board {
  display: flex;
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  flex-direction: row;
  padding: 15px;
  aspect-ratio: 4/3;
}
#page .page .dashboard .board.receive {
  background: rgb(108,36,23);
  background: -moz-linear-gradient(90deg, rgba(108,36,23,1) 0%, rgba(234,37,43,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(108,36,23,1) 0%, rgba(234,37,43,1) 100%);
  background: linear-gradient(90deg, rgba(108,36,23,1) 0%, rgba(234,37,43,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6c2417",endColorstr="#ea252b",GradientType=1);
}
#page .page .dashboard .board.unread {
  background: rgb(207,85,23);
  background: -moz-linear-gradient(90deg, rgba(207,85,23,1) 0%, rgba(253,189,46,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(207,85,23,1) 0%, rgba(253,189,46,1) 100%);
  background: linear-gradient(90deg, rgba(207,85,23,1) 0%, rgba(253,189,46,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cf5517",endColorstr="#fdbd2e",GradientType=1);
}
#page .page .dashboard .board.manage {
  background: rgb(254,157,0);
  background: -moz-linear-gradient(90deg, rgba(254,157,0,1) 0%, rgba(241,241,2,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(254,157,0,1) 0%, rgba(241,241,2,1) 100%);
  background: linear-gradient(90deg, rgba(254,157,0,1) 0%, rgba(241,241,2,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe9d00",endColorstr="#f1f102",GradientType=1);
}
#page .page .dashboard .board.discover {
  background: rgb(29,73,71);
  background: -moz-linear-gradient(90deg, rgba(29,73,71,1) 0%, rgba(197,230,95,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(29,73,71,1) 0%, rgba(197,230,95,1) 100%);
  background: linear-gradient(90deg, rgba(29,73,71,1) 0%, rgba(197,230,95,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d4947",endColorstr="#c5e65f",GradientType=1);
}
#page .page .dashboard .board.closed {
  background: rgb(61,134,160);
  background: -moz-linear-gradient(90deg, rgba(61,134,160,1) 0%, rgba(148,187,233,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(61,134,160,1) 0%, rgba(148,187,233,1) 100%);
  background: linear-gradient(90deg, rgba(61,134,160,1) 0%, rgba(148,187,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3d86a0",endColorstr="#94bbe9",GradientType=1);
}
#page .page .dashboard .board .header {
  flex: 2 1 50%;
  align-items: self-start;
  justify-content: center;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
}
#page .page .dashboard .board .image {
  flex: 2 1 50%;
  padding-left: 10px;
}
#page .page .dashboard .board .image svg {
  width: 100%;
  height: 100%;
  fill: #FFF;
}
#page .page .dashboard .board .header .numero {
  color: #FFF;
  font-weight: bold;
  font-size: 50px;
}
#page .page .dashboard .board .header .numero span {
  font-size: 15px;
}
#page .page .dashboard .board .header .type {
	font-weight: bold;
  font-size: 15px;
  color: #FFF;
  text-align: left;
}
#page .page .dashboard.contesti {
	display: block;
}
#page .page .dashboard.contesti .contesto_wrapper {
  display: flex;
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #FFF;
  padding: 10px 15px;
  text-decoration: none;
  align-items: center;
  font-size: 20px;
  margin-bottom: 15px;
}
#page .page .dashboard.contesti .contesto_wrapper:hover {
  font-weight: bold;
}
#page .page .dashboard.contesti .contesto_wrapper .header {
  flex: 2 1 80%;
  width: 80%;
}
#page .page .dashboard.contesti .contesto_wrapper .numero {
  width: 20%;
  flex: 2 1 20%;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 10px;
  background: #0b0b0b;
  line-height: 35px;
  font-size: 20px;
  color: #FFF;
}
#page .page .dashboard.notifiche .notifica_wrapper {
  width: 50vw;
  max-width: 600px;
  background: #FFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 13px -10px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 10px 13px -10px rgb(0 0 0 / 20%);
  box-shadow: 0px 10px 13px -10px rgb(0 0 0 / 20%);
  flex-direction: row;
  display: flex;
  overflow: hidden;
}

@media screen and (min-width: 1500px) {
  #page .menu2 .logo > .element {
    top: -40px !important;
    width: 200px !important;
    height: 80px !important;
  }
}
@media screen and (max-width: 1500px) {
  #page .page .dashboard .board .header .numero {
    font-size: 35px;
  }
}
@media screen and (max-width: 1280px) {
  #page .page .dashboard .board .image {
    flex: 2 1 40%;
  }
  #page .page .dashboard .board .header {
    flex: 2 1 60%;
  }
  #page .page .dashboard .board .header .numero {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #page .page .dashboard .board .header .numero {
    font-size: 25px;
  }
}
@media screen and (max-width: 830px) {
  #page .menu2 .logo > .element {
    top: -40px !important;
    width: 200px !important;
    height: 80px !important;
  }
  #page .page .dashboard.destinatario {
    flex-direction: column;
  }
  #page .page .dashboard .board .header .numero {
    font-size: 60px;
  }
  #page .page .dashboard .board .header .type {
    font-size: 35px;
  }
}
@media screen and (max-width: 600px) {
  #page .page .dashboard.notifiche .notifica_wrapper {
    min-width: 90vw;
  }
}
#page .page .dashboard.notifiche .notifica_wrapper .image {
  width: 40%;
  flex: 2 1 40%;
}
#page .page .dashboard.notifiche .notifica_wrapper.manage .image {
  background-color: #FFAA01;
}
#page .page .dashboard.notifiche .notifica_wrapper.discover .image {
  background-color: #7EA456;
}
#page .page .dashboard.notifiche .notifica_wrapper .image svg {
  width: 100%;
  height: 100%;
  fill: #FFF;
}
#page .page .dashboard.notifiche .notifica_wrapper .info {
  width: 60%;
  flex: 2 1 60%;
  padding: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#page .page .dashboard.notifiche .notifica_wrapper .info > .title {
  font-weight: bold;
  margin-bottom: 10px;
}
#page .page .dashboard.notifiche .notifica_wrapper .info > .description {
  text-transform: uppercase;
  line-height: 20px;
  font-size: 13px;
}
#page .page .dashboard.notifiche .notifica_wrapper .info > .description span {
  font-weight: bold;
}
#page .page .dashboard.notifiche .notifica_wrapper .info > .button {
  width: 100%;
  color: #FFF;
  font-size: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#page .page .dashboard.notifiche .notifica_wrapper.manage .info > .button {
  background-color: #FFAA01;
}
#page .page .dashboard.notifiche .notifica_wrapper.manage .info > .description span {
  color: #FFAA01;
}
#page .page .dashboard.notifiche .notifica_wrapper.discover .info > .button {
  background-color: #7EA456;
}
#page .page .dashboard.notifiche .notifica_wrapper.discover .info > .description span {
  color: #7EA456;
}

/* Calendario */
body .calendario_header:not(.singlepage) {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9998;
  background-color: #F3F5F7;
  padding: 110px 2.5vw 0px;
}
body .calendario_header.singlepage {
  padding-top: 20px;
}
#page .page #calendario_list.singlepage {
  margin-top: 0px;
}
body .calendario_header h3 {
  color: #A9A9A9;
  margin-top: 30px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
  border-bottom: 0px;
  padding: 0px;
}
body .calendario_header:not(.singlepage) .header {
	height: 25px;
	padding: 10px;
	padding-bottom: 0px;
	font-size: 21px;
	text-align: right;
}
body .calendario_header.singlepage .header {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
body .calendario_header.singlepage .giorni .day {
  border-bottom: 0px;
}
body .calendario_header.singlepage .header h3 {
  flex: 50% 0 0;
  line-height: 50px;
  margin-top: 0px !important;
}
body .calendario_header.singlepage .header .wrapper_right {
  flex: 50% 0 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
body .calendario_header.singlepage .header .wrapper_right > a {
  flex: 40px 0 0;
  height: 42px;
  margin-right: 10px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .calendario_header.singlepage .header .wrapper_right > a svg {
  width: 100%;
  height: 100%;
  fill: #A9A9A9;
}
body .calendario_header.singlepage .header .wrapper_right > span {
  font-size: 21px;
}
body .calendario_header .giorni {
	display: table;
	border: #FFF;
	width: 95vw;
	margin: 0 auto;
}
body .calendario_header .giorni .day {
	min-width: 80px;
	position: relative;
	display: table-cell;
	height: 26px;
	border-bottom: 1px solid #DADADA;
	font-size: 13px;
	text-align: right;
	padding: 5px;
	padding-top: 15px;
}
#page .page #calendario_list {
  margin-top: 79px;
}
#page .page #calendario_list .header {
	height: 25px;
	padding: 10px;
	padding-bottom: 0px;
	font-size: 21px;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 10px;
}
#page .page #calendario_list.singlepage .header {
  height: 25px;
  padding: 10px;
  padding-bottom: 0px;
  font-size: 21px;
  text-align: right;
  padding-top: 0px;
  padding-bottom: 10px;
  margin-top: -30px;
  padding-bottom: 63px;
}
#page .page #calendario_list .what {
  width: 95vw;
	margin: 0 auto;
}
#page .page #calendario_list .what .calendario {
	width: 100%;
	min-height: 400px;
}
#page .page.calendario::-webkit-scrollbar {
    display: none;
}
#page .page .calendario {
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#page .page .calendario span.title {
	font-size: 20px;
	font-weight: bold;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	padding-top: 3px;
	vertical-align: top;
}
#page .page .calendario .prev, #page .page .calendario .next {
	padding: 5px;
	color: #FFF;
	background-color: #AD0D3F;
	font-size: 15px;
	height: 20px;
	width: 25px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	font-weight: bold;
	margin-bottom: 20px;
	vertical-align: top;
}
#page .page .calendario .prev {
	margin-right: 15px;
}
#page .page .calendario .next {
	margin-left: 15px;
}
#page .page .calendario .row {
	display: table;
	border: #FFF;
	width: 100%;
	margin: 0 auto;
}
#page .page .calendario .row:last-child {
	border-bottom: none;
}
#page .page .calendario .row .day {
	min-width: 80px;
	position: relative;
	display: table-cell;
  height: 150px;
  max-height: 150px;
	border-top: 1px solid #DADADA;
	font-size: 10px;
	padding: 5px;
	padding-top: 35px;
}
#page .page .calendario .row .day .data {
  position: absolute;
  font-size: 19px;
  text-align: center;
  top: 15px;
  left: 15px;
  pointer-events: none;
  background-color: none;
  color: #A9A9A9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 7px;
  line-height: 26px;
  min-width: 40px;
  z-index: 99;
}
#page .page .calendario .row .day .events {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px;
  padding-top: 50px;
  overflow-x: hidden;
  overflow-y: scroll;
  pointer-events: auto;
  margin: 5px;
  border-radius: 10px;
}
#page .page .calendario .row .day .valid {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
#page .page .calendario .row .day:hover > .events {
	background: #FFF;
}
#page .page .calendario .row .day:hover > .data {
  background: #FFF;
}
#page .page .calendario .row .day.today > .data {
  background: #080808;
  color: #FFF;
}
#page .page .calendario .row .day.last {
	border-bottom: none;
}
#page .page .calendario .row .day:last-child {
	border-right: none;
}
#page .page .calendario .row .day:first-child {
	border-left: none;
}
#page .page .calendario .row .day.week {
	display: table-cell;
	border: none;
	height: 26px;
	font-size: 13px;
	padding-top: 15px;
	text-align: right;
}
#page .page .calendario .row .day.week:last-child {
	border-right: none;
}
#page .page .calendario .row .day .events > .event {
  background-color: #FFF;
  color: #414141;
  font-size: 10px;
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
  pointer-events: all;
  cursor: pointer;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  text-decoration: none;
}
#page .page .calendario .row .day .events > .event span {
  display: block;
  font-weight: bold;
}
#page .page .calendario .row .day .events > .event.manage {
	background-color: #F8C504;
}
#page .page .calendario .row .day .events > .event.discover {
	background-color: #B6D85E;
}
#page .page .calendario .row .day .events > .event.closed {
	background-color: #6BA2C7;
  color: #FFF;
}
#page .page .calendario .row .day .events > .event.receive {
	background-color: #E78C24;
}
#page .page .calendario .row .day .events > .event.deleted {
	background-color: #A72421;
  color: #FFF;
}
#page .page .calendario .row .day .events .hours {
  font-size: 20px;
  line-height: 85px;
}
#page .page .calendario .row .day .events > .event.select {
	background-color: #64bef7;
}
#page .page.mcalendar .legenda {
  width: 100%;
  border: 1px solid #DADADA;
  padding: 10px;
  border-radius: 10px;
}
#page .page.mcalendar .legenda h4 {
  color: #A9A9A9;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 0px;
  padding: 0px;
  margin-bottom: 10px;
}
#page .page.mcalendar .legenda .wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
#page .page.mcalendar .legenda .wrapper .item {
  flex: 15% 2 1;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
}
#page .page.mcalendar .legenda .wrapper .item > .box {
  width: 25px;
  height: 25px;
  border-radius: 5px;
}
#page .page.mcalendar .legenda .wrapper .item > .label {
  width: 100%;
  margin-bottom: 0px;
  padding-left: 10px;
}

/* Pagina segnalazione */
#page .page .segnalazione_header {
  margin-bottom: 30px;
  margin-top: 30px;
  display: flex;
  align-items: center;
}
#page .page .segnalazione_header .back {
  flex: 40px 0 0;
  height: 42px;
  margin-right: 10px;
}
#page .page .segnalazione_header .back svg {
  width: 100%;
  height: 100%;
  fill: #A9A9A9;
}
#page .page .segnalazione_header h3 {
  margin: 0px;
  flex: 2 1 50%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: left;
}
#page .page #canvasDashboard .segnalazione_header h3 {
  flex-direction: column;
  align-items: flex-start;
}
#page .page .segnalazione_header h3 > span {
  font-size: 13px;
  line-height: 13px;
  text-transform: none;
  color: #080808;
}
#page .page .segnalazione_header .buttons {
  flex: 2 1 50%;
  margin: 0px !important;
  text-align: center !important;
  flex-direction: row;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
  overflow: hidden;
}
#page .page .segnalazione_header .buttons > button {
  background-color: #FFF;
  color: #080808;
  border-radius: 10px;
  line-height: 40px;
  text-decoration: none;
  padding: 0px 10px;
  margin-bottom: 0px;
  font-size: 13px;
  border: 1px solid #080808;
  width: auto;
  margin: 0px;
  white-space: nowrap;
}
#page .page .segnalazione_header .buttons > button.invert,
#page .page .segnalazione_header .buttons > button:hover {
  color: #FFF;
  background-color: #080808;
}
#page .page .segnalazione_header .buttons > button.invert:hover {
  background-color: #FFF;
  color: #080808;
}
#page .page .segnalazione_wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#page .page .segnalazione_wrapper .container {
  flex: 2 1 calc(50% - 10px);
  margin: 0px 0px 30px 0px;
  background: #FFF;
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#page .page .segnalazione_wrapper .container.tools,
#page .page .segnalazione_wrapper .container.messages {
  flex: 100%;
}
#page .page .segnalazione_wrapper .container .container_header {
  text-align: center;
  margin: -30px;
  width: calc(100% + 60px);
  min-height: 50px;
  background: #080808;
  margin-bottom: 30px;
  padding: 15px 0px;
  font-size: 25px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
#page .page .segnalazione_wrapper .swiper-scrollbar {
  background: #d6d6d6;
  border-radius: 2px;
  height: 5px;
  width: 200px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
#page .page .segnalazione_wrapper .swiper-button-prev {
  left: -10px;
  color: #A9A9A9;
}
#page .page .segnalazione_wrapper .swiper-button-next {
  right: -10px;
  color: #A9A9A9;
}
#page .page .segnalazione_wrapper .swiper-scrollbar > .swiper-scrollbar-drag {
  background: #080808;
}
@media screen and (max-width: 830px) {
  #page .page .segnalazione_header h3 {
    justify-content: center;
  }
  #page .page .segnalazione_wrapper .container {
    width: 90vw !important;
  }
  #page .page .segnalazione_wrapper .container {
    flex: 100% 0 0;
  }
}

/* Tools segnlazione */
#page .page .segnalazione_wrapper .container.tools .tools_buttons {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons .hidden {
  display: none !important;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons .break {
  flex-basis: 100%;
  height: 0;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons div.info {
  display: flex;
  align-items: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  font-weight: bold;
  min-height: 46px;

  color: #FFF;
  background-color: #707070;

  /* new */
  color: #080808;
  background: rgb(95,214,255);
  background: -moz-linear-gradient(90deg, rgba(95,214,255,1) 0%, rgba(255,215,17,1) 35%, rgba(239,125,63,1) 65%, rgba(251,27,27,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(95,214,255,1) 0%, rgba(255,215,17,1) 35%, rgba(239,125,63,1) 65%, rgba(251,27,27,1) 100%);
  background: linear-gradient(90deg, rgba(95,214,255,1) 0%, rgba(255,215,17,1) 35%, rgba(239,125,63,1) 65%, rgba(251,27,27,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5fd6ff",endColorstr="#fb1b1b",GradientType=1);
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons div.info > p {
  padding-left: 15px;
  padding-right: 10px;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons .break + div {
  margin-top: -10px;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons div.info > .tools_button:nth-of-type(1) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons div.info > .tools_button:nth-of-type(2) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-left: 1px;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons .info.export > .tools_button:nth-of-type(1) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons .tools_button {
  padding: 10px;
  background: #080808;
  color: #FFF;
  flex: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  text-decoration: none;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons .tools_button:hover {
  color: #FFF;
  background-color: #707070;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons .tools_button:hover p {
  color: #FFF;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons .tools_button svg {
  fill: #FFF;
  width: 25px;
  height: 25px;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons .tools_button p {
  font-size: 14px;
  margin-left: 10px;
  text-decoration: none;
  color: #FFF;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons .info.fill {
  flex-grow: 1;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons .info.fullwidth {
  flex: 100% 0 0;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons .info.default {
  flex: none;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons .info.export {
  padding-left: 0px;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons .info.button {
  padding-left: 0px;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons .info input {
  line-height: calc(100% + 12px);
  margin-left: 10px;
  background-color: #F3F5F7;
  color: #000;
  border: none;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  padding: 10px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons .selectize-control {
  width: 100%;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons .selectize-control .selectize-input {
  margin-left: 10px;
  width: calc(100% - 10px);
  box-shadow: none;
  border-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  min-height: 46px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons .selectize-control .selectize-input.input-active {
  padding-bottom: 20px;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons .selectize-control .selectize-dropdown {
  margin-left: 10px;
  margin-top: -10px;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons .selectize-control .selectize-dropdown [data-selectable] {
  padding: 5px 8px;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons .selectize-control .selectize-input div > .remove {
  font-size: 18px;
  text-decoration: none;
  padding-left: 5px;
  color: #080808;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons .info.export .selectize-control .selectize-input {
  border-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-left: 0px;
  width: 100%;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons .info.export .selectize-control .selectize-input.input-active {
  padding-bottom: 8px;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons .info.export .selectize-control .selectize-dropdown {
  margin-left: 0px;
  margin-top: 0px;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons .info.export .tools_button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  line-height: 26px;
  margin-left: 0px;
}
#page .page .segnalazione_wrapper .container.tools .tools_buttons .info.button .tools_button {
  flex: 100%;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
}

/* Confirm modules */
.jconfirm .jconfirm-box {
  border-radius: 15px !important;
}
.jconfirm .jconfirm-box {
  max-width: 60vw;
}
.jconfirm .jconfirm-box.jconfirm-type-close_segnalazione {
  width: 60vw;
}
.jconfirm .jconfirm-box.jconfirm-type-discover_segnalazione {
  width: 60vw;
}
.jconfirm .jconfirm-box.jconfirm-type-delete_segnalazione {
  width: 60vw;
}
.jconfirm .jconfirm-box.jconfirm-type-delete_segnalazione_confirm {
  width: 40vw;
}
.jconfirm .jconfirm-box.jconfirm-type-filter_privacy {
  width: 60vw;
}
.jconfirm .jconfirm-box .jconfirm-buttons button {
  background-color: #FFF !important;
  color: #080808 !important;
  border-radius: 10px !important;
  line-height: 40px !important;
  text-decoration: none !important;
  padding: 0px 10px !important;
  font-size: 13px !important;
  text-transform: capitalize !important;
  border: 1px solid #080808 !important;
  width: auto;
  margin: 0px;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-confirm {
  background-color: #080808 !important;
  color: #FFF !important;
}
.jconfirm .jconfirm-box.jconfirm-type-delete_segnalazione div.jconfirm-title-c .jconfirm-title,
.jconfirm .jconfirm-box.jconfirm-type-delete_segnalazione_confirm div.jconfirm-title-c .jconfirm-title {
  background: #A72421;
}
.jconfirm .jconfirm-box.jconfirm-type-delete_segnalazione .jconfirm-buttons button,
.jconfirm .jconfirm-box.jconfirm-type-delete_segnalazione_confirm .jconfirm-buttons button {
  color: #A72421 !important;
  border: 1px solid #A72421 !important;
}
.jconfirm .jconfirm-box.jconfirm-type-delete_segnalazione button.btn-confirm,
.jconfirm .jconfirm-box.jconfirm-type-delete_segnalazione_confirm button.btn-confirm {
  background-color: #A72421 !important;
  color: #FFF !important;
}
.jconfirm .jconfirm-box.jconfirm-type-close_segnalazione div.jconfirm-content-pane {
  overflow: visible !important;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  text-align: center;
  margin: -15px;
  width: calc(100% + 30px);
  background: #080808;
  margin-bottom: 15px;
  padding: 15px 0px;
  font-size: 25px;
  color: #FFF;
  font-weight: bold;
}
.jconfirm .jconfirm-box label {
  display: block;
  margin-bottom: 10px;
}
.jconfirm .jconfirm-box .campo_wrapper {
  background-color: #F1F3F4;
  color: #424242;
  text-align: left;
  width: 100%;
  border-radius: 10px;
  line-height: 25px;
  margin-bottom: 20px;
  position: relative;
}
.jconfirm .jconfirm-box .campo_wrapper input {
  color: #424242;
  text-align: left;
  width: 100%;
  display: inline-block;
  padding: 5px 15px;
  -webkit-appearance: none;
  border: none;
  outline: none;
  line-height: 35px;
  font-weight: bold;
  font-size: 12px;
  background: none;
}
.jconfirm .jconfirm-box .campo_wrapper .selectize-control .selectize-input div > .remove {
  font-size: 18px;
  text-decoration: none;
  padding-left: 5px;
  color: #080808;
}
.jconfirm .jconfirm-box .campo_wrapper textarea {
  overflow: scroll;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
  -webkit-appearance: none;
  padding: 10px;
  background: none;
  width: 100%;
}
.jconfirm .jconfirm-box .campo_wrapper.fileUpload .file {
  display: flex;
  padding: 5px 15px;
  font-size: 12px;
}
.jconfirm .jconfirm-box .campo_wrapper.fileUpload .file:hover > .description {
  font-weight: bold;
}
.jconfirm .jconfirm-box .campo_wrapper.fileUpload .file > .description {
  display: flex;
  flex-grow: 8;
}
.jconfirm .jconfirm-box .campo_wrapper.fileUpload .file > .description span {
  padding-left: 10px;
}
.jconfirm .jconfirm-box .campo_wrapper.fileUpload .file > .action_button {
  display: flex;
  flex-grow: 2;
  border-radius: 10px;
  background-color: #080808;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 10px;
  line-height: 25px;
  cursor: pointer;
}

/* Elements */
#page .input_wrapper {
  background-color: #FFFF;
  color: #0B0B0B;
  text-align: left;
  width: 100%;
  border-radius: 10px;
  line-height: 25px;
  margin-bottom: 20px;
  position: relative;
  border: 2px solid #0B0B0B;
}
#page .input_wrapper .search{
	background-image: url(/images/icon_find.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  right: 20px;
}
#page .input_wrapper a.download {
	background: none;
  color: #424242;
  text-align: left;
  width: 100%;
  display: inline-block;
  padding: 5px 15px;
  -webkit-appearance: none;
  border: none;
  outline: none;
  line-height: 35px;
  font-weight: bold;
  font-size: 12px;
}
#page .input_wrapper input {
	background: none;
	color: #424242;
	text-align: left;
	width: 100%;
	display: inline-block;
	padding: 5px 15px;
	-webkit-appearance: none;
	border: none;
	outline: none;
	line-height: 35px;
	font-weight: bold;
  font-size: 12px;
}
#page .input_wrapper span {
	background: none;
	text-align: left;
	width: 100%;
	display: inline-block;
	padding: 5px 15px;
	-webkit-appearance: none;
	border: none;
	outline: none;
	line-height: 35px;
	font-weight: bold;
  font-size: 12px;
  min-height: 35px;
  word-break: break-all;
}
#page .textarea_wrapper {
	background-color: #F1F3F4;
  color: #424242;
  text-align: left;
  width: 100%;
  border-radius: 35px;
  line-height: 25px;
  margin-bottom: 20px;
  padding: 15px 0px;
}
#page .textarea_wrapper textarea {
	background: none;
	color: #424242;
	text-align: left;
	width: 100%;
	display: inline-block;
	padding: 5px 15px;
	-webkit-appearance: none;
	border: none;
	outline: none;
	line-height: 35px;
	font-weight: bold;
  font-size: 12px;
}
#page .textarea_wrapper textarea.auto-expanding {
  overflow:hidden;
  resize: none;
}
#page .page .campo_wrapper {
  display: block;
  position: relative;
}
#page .page .campo_wrapper.depends_on {
  display: none !important;
}
#page .page .campo_wrapper.depends_off {
  margin-left: 25px;
}
#page .page .campo_wrapper label {
  display: block;
  margin-left: 15px;
  margin-bottom: 10px;
}
#page .page .checkbox_wrapper {
  background-color: #F1F3F4;
  color: #424242;
  text-align: left;
  width: 100%;
  border-radius: 35px;
  line-height: 45px;
  margin-bottom: 20px;
  padding-left: 15px;
}
#page .page .checkbox_wrapper span {
  padding-left: 10px;
  font-size: 12px;
}
#page .page .checkbox_wrapper input {
  cursor: pointer;
}
#page .page .campo_wrapper.type_segnalazione {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #FFFF;
  color: #0B0B0B;
  border-radius: 10px;
  line-height: 25px;
  margin-bottom: 20px;
  position: relative;
  border: 2px solid #0B0B0B;
}
#page .page .campo_wrapper.type_segnalazione > .icon {
  flex: 100px 0 0;
}
#page .page .campo_wrapper.type_segnalazione > .icon svg {
  width: 100px;
  height: 100px;
  fill: #000;
  padding-left: 20px;
}
#page .page .campo_wrapper.type_segnalazione > p {
  flex: 2 1;
  font-size: 21px;
  font-weight: bold;
  padding-left: 20px;
}
#page .page .select_wrapper {
  background-color: #F1F3F4;
  color: #424242;
  text-align: left;
  width: 100%;
  border-radius: 35px;
  line-height: 45px;
  margin-bottom: 20px;
  padding-left: 15px;
}
#page .page .select_multiple {
  height: 300px;
}
#page .page .select_wrapper select {
  font-size: 12px;
  -webkit-appearance: none;
  border: none;
  background: none;
  outline: none;
  font-weight: bold;
  cursor: pointer;
  width: calc(100% - 15px);
}
#page .page .select_wrapper select[multiple] {
	padding-top: 15px;
  height: 300px;
}
#page .page .select_wrapper select[multiple] option {
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 5px;
}
#page .page .upload_wrapper {
  background-color: #F1F3F4;
  color: #424242;
  text-align: left;
  width: 100%;
  border-radius: 35px;
  line-height: 50px;
  margin-bottom: 20px;
  padding-left: 15px;
  min-height: 45px;
  display: flex;
  align-items: center;
}
#page .page .upload_wrapper .thumb {
  width: 300px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #FFF;
  margin: 10px 15px 10px 0px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 30px;
}
#page .page .upload_wrapper .thumb.pdf {
  width: 60px;
  height: 60px;
  background-size: 50%;
  background-position: center;
}
#page .page button, #page .page a.button {
  display: block;
  cursor: pointer;
  background-color: #080808;
  color: #FFF;
  text-align: left;
  width: 50%;
  border-radius: 6px;
  line-height: 40px;
  margin: 15px auto;
  -webkit-appearance: none;
  border: none;
  outline: none;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
#page .page button:hover, #page .page a.button:hover {
	background-color: #424242;
	color: #FFF;
}
#page .page .form_wrapper .form_message {
	display: inline-block;
  border-bottom: none;
  font-size: 18px;
  color: #FF7648;
  text-align: center;
  width: 100%;
}

/* Area vocale */
#page .page .question_vocale {
  background-color: #080808;
  color: #FFF;
  text-align: left;
  width: 100%;
  line-height: 25px;
  padding: 10px 20px;
}
#page .page .question_vocale > .question_subtitolo {
  color: #FFF;
}
#page .page .question_vocale > .wrapper {
  display: flex;
  flex-direction: row;
}
#page .page .question_vocale > .wrapper .hidden,
#page .page .question_vocale > .wrapper > .buttons div.hidden {
  display: none;
}
#page .page .question_vocale > .wrapper > .wave-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 80px;
  justify-content: center;
  width: 100%;
  flex-shrink: 1;
}
#page .page .question_vocale > .wrapper > .wave-container > .element {
  flex: 1;
  margin: 1px;
  background-color: #FFF;
  height: 1%;
  border-radius: 20px;
  min-height: 10px;
}
#page .page .question_vocale > .wrapper > .wave-container > .element.low {
  background: rgb(121,203,227);
  background: -moz-linear-gradient(180deg, rgba(121,203,227,1) 0%, rgba(192,208,106,1) 50%, rgba(251,211,8,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(121,203,227,1) 0%, rgba(192,208,106,1) 50%, rgba(251,211,8,1) 100%);
  background: linear-gradient(180deg, rgba(121,203,227,1) 0%, rgba(192,208,106,1) 50%, rgba(251,211,8,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#79cbe3",endColorstr="#fbd308",GradientType=1);}
#page .page .question_vocale > .wrapper > .wave-container > .element.normal {
  background: rgb(192,208,106);
  background: -moz-linear-gradient(180deg, rgba(192,208,106,1) 0%, rgba(251,211,8,1) 50%, rgba(237,116,62,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(192,208,106,1) 0%, rgba(251,211,8,1) 50%, rgba(237,116,62,1) 100%);
  background: linear-gradient(180deg, rgba(192,208,106,1) 0%, rgba(251,211,8,1) 50%, rgba(237,116,62,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c0d06a",endColorstr="#ed743e",GradientType=1);
}
#page .page .question_vocale > .wrapper > .wave-container > .element.danger {
  background: rgb(251,211,8);
  background: -moz-linear-gradient(180deg, rgba(251,211,8,1) 0%, rgba(237,116,62,1) 50%, rgba(230,49,48,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(251,211,8,1) 0%, rgba(237,116,62,1) 50%, rgba(230,49,48,1) 100%);
  background: linear-gradient(180deg, rgba(251,211,8,1) 0%, rgba(237,116,62,1) 50%, rgba(230,49,48,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbd308",endColorstr="#e63130",GradientType=1);
}
#page .page .question_vocale > .wrapper > .buttons {
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  margin-left: 20px;
  margin-top: 0px;
}
#page .page .question_vocale > .wrapper > .buttons div {
  border: 2px solid #FFF;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page .page .question_vocale > .wrapper > .buttons div:hover {
  cursor: pointer;
}
#page .page .question_vocale > .wrapper > .buttons div svg {
  width: 35px;
  height: 35px;
  fill: #FFF;
}
#page .page .question_vocale > .wrapper > .buttons div svg:hover {
  fill: #c9c9c9;
}
#page .page .question_vocale > .wrapper > .buttons .record_start svg {
  fill: red;
}
#page .page .question_vocale > .wrapper > .buttons .animate svg {
  animation: fadeRecord 2s ease-in-out infinite;
}
@keyframes fadeRecord {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
#page .page .question_vocale > .wrapper > .buttons div.disabled {
  border-color: #c9c9c9 !important;
}
#page .page .question_vocale > .wrapper > .buttons div.disabled svg {
  fill: #c9c9c9 !important;
  opacity: 0.8 !important;
}

/* Messaggi */
#page .page #messages_wrapper {
  text-align: left;
  width: 100%;
  margin-top: -15px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
#page .page #messages_wrapper .message {
	padding: 15px 15px;
  -webkit-appearance: none;
  outline: none;
  font-weight: normal;
  font-size: 12px;
  background: #FFF;
  color: #424242;
  text-align: left;
  width: 100%;
  border-radius: 25px;
  margin-bottom: 20px;
  position: relative;
  display: block;
  width: 80%;
  margin-left: 20%;
  background-color: #B6D85E;
  border-radius: 10px;
  flex-direction: column-reverse;
}
#page .page #messages_wrapper .message.fromUser {
  margin-left: 0%;
  background-color: #F3F5F7;
}
#page .page #messages_wrapper .message:last-child {
	margin-bottom: 0px;
}
#page .page #messages_wrapper .message .header {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
#page .page #messages_wrapper .message .body {
  line-height: 25px;
}
#page .page #messages_wrapper .message .button {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 10px;
}
#page .page #messages_wrapper .message .button > .tools_button {
  padding: 10px;
  background: #080808;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  text-decoration: none;
  color: #FFF;

  /* padding: 10px;
  background: #999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  text-decoration: none;
  color: #080808; */

}
#page .page #messages_wrapper .message .button > .tools_button > p {
  flex-wrap: nowrap;
}
#page .page #messages_wrapper .message .button > .tools_button.disabled {
  background: #999;
}
#page .page #messages_wrapper .message .button > .tools_button.disabled:hover {
  color: #FFF !important;
}
#page .page #messages_wrapper .message .body .downloadAttach:hover {
  cursor: pointer;
  text-decoration: underline;
}
#page .page #messages_wrapper p.nomessages {
  text-align: center;
  color: #080808;
  font-weight: bold;
}
#page .page .element_send {
  display: flex;
  margin: -30px;
  width: calc(100% + 60px);
  min-height: 50px;
  margin-top: 0px;
  padding: 0px 0px 15px;
  font-size: 25px;
  color: #FFF;
  font-weight: bold;
  background: #F3F5F7;
  flex-direction: column;
}
#page .page .element_send .border-top {
  width: 100%;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #FFF;
  height: 10px;
}
#page .page .element_send .write_container {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
#page .page .element_send .input_wrapper {
  width: 100%;
  vertical-align: middle;
  position: relative;
  transform: none;
  top: 0px;
  right: 0px;
  background-color: #FFF;
  margin-right: 0px;
  margin-bottom: 0px;
  display: flex;
  overflow: hidden;
}
#page .page .element_send .input_wrapper textarea {
  flex: 1;
  overflow-y: scroll;
  overflow-x: hidden;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
  -webkit-appearance: none;
  padding: 10px;
}
#page .page .element_send .write_container #button_send {
  padding: 15px;
  background: #080808;
  flex: 0;
}
#page .page .element_send .write_container #button_send > svg {
  fill: #FFF;
  width: 40px;
  height: 40px;
}
#page .page .element_send .write_container > a[id^=button_] {
  padding: 15px;
  background: #080808;
  flex: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-left: 10px;
  text-decoration: none;
}
#page .page .element_send .write_container > a[id^=button_] > svg {
  fill: #FFF;
  width: 40px;
  height: 40px;
}
#page .page .element_send .write_container > a[id^=button_] p {
  font-size: 18px;
  color: #FFF;
  margin-left: 10px;
  text-decoration: none;
}
#page .page .element_send .write_container #button_send:hover,
#page .page .element_send .write_container > a[id^=button_]:hover {
  color: #FFF;
  background-color: #707070;
}

/* domande */
#page .itemDomanda .input_wrapper {
	background-color: #FFF;
}
#page .page #editor_wrapper {
    background-color: #F1F3F4;
    color: #424242;
    text-align: left;
    width: 100%;
    border-radius: 35px;
    line-height: 25px;
    margin-bottom: 20px;
    padding: 15px;
}
#page .page #editor_wrapper .wrapper_items {
    padding-top: 10px;
    padding-bottom: 10px;
}
#page .page #editor_wrapper .wrapper_items .option {
    color: #424242;
    text-align: left;
    border-radius: 25px;
    line-height: 25px;
    border: 1px solid;
    margin: 10px;
    display: block;
}
#page .page #editor_wrapper .wrapper_items .option input {
    width: calc(100% - 40px);
}
#page .page #editor_wrapper .wrapper_items .option .btn_itemadd {
	width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-weight: bold;
    font-size: 26px;
    padding: 0px;
    cursor: pointer;
    background-color: #61C646;
    color: #FFF;
    border-radius: 35px;
    line-height: 31px;
    text-align: center;
}
#page .page #editor_wrapper .wrapper_items .option .btn_itemremove {
	width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-weight: bold;
    font-size: 26px;
    padding: 0px;
    cursor: pointer;
    background-color: #FF001F;
    color: #FFF;
    border-radius: 35px;
    line-height: 31px;
    text-align: center;
    transform: rotate(45deg);
}
#page .page #editor_wrapper .sortable-placeholder {
	width: 100%;
	height: 50px;
}
#page .page #editor_wrapper .empty {
	font-size: 13px;
	display: block;
	margin: 0 auto;
    text-align: center;
}
#page .page #editor_wrapper .itemDomanda {
    margin-bottom: 15px;
    border-bottom: 1px solid #424242;
    position: relative;
}
#page .page #editor_wrapper .itemDomanda:last-child {
	border-bottom: none;
}
#page .page #editor_wrapper .itemDomanda .actions {
  position: absolute;
  right: 10px;
  top: 0px;
  text-align: right;
  width: 100%;
}
#page .page #editor_wrapper .itemDomanda .actions > a {
	display: inline-block;
  color: #424242;
}
#page .page .element_add {
	display: table;
}
#page .page .element_add .select_wrapp {
	display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding-right: 20px;
}
#page .page .element_add .select_wrapp select {
	width: 100%;
    height: 40px;
    font-size: 15px;
    -webkit-appearance: none;
    border: none;
    background-color: #F1F3F4;
    border-radius: 35px;
    padding: 0px 10px;
    line-height: 40px;
    outline: none;
    padding-left: 15px;
}
#page .page .element_add .button_add {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
#page .page .element_add .button_add a {
	text-decoration: none;
    font-weight: bold;
    font-size: 30px;
    padding: 0px;
    cursor: pointer;
    background-color: #61C646;
    color: #FFF;
    border-radius: 35px;
    line-height: 35px;
    height: 40px;
    display: inline-block;
    width: 40px;
    text-align: center;
}
#page .page .element_add .itemDomanda {
    display: block;
    width: 100%;
    padding-bottom: 10px;
}

/* Menu */
#page #menu {
  z-index: 9999;
  background-color: #0b0b0b;
  position: fixed;
  top: 10px;
  left: 0px;
  width: 250px;
  padding: 0px 15px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-box-shadow: 3px 17px 22px -4px rgba(0,0,0,0.2);
  -moz-box-shadow: 3px 17px 22px -4px rgba(0,0,0,0.2);
  box-shadow: 3px 17px 22px -4px rgba(0,0,0,0.2);
}
#page #menu logo {
  width: 150px;
  height: calc(150px / 1.33333);
  display: block;
  margin: 20px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/images/logo_parrot231.svg);
}
#page #menu logo.opticon {
	background-image: url(/images/logo_opticon.png);
	width: 150px;
}
#page #menu .menu {
	width: 100%;
	padding: 10px;
}
#page #menu .menu ul {
  padding: 15px;
  padding-left: 40px;
}
#page #menu .menu ul li {
	margin-bottom: 15px;
	line-height: 25px;
	display: block;
	position: relative;
}
#page #menu .menu ul li a {
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  display: block;
  vertical-align: middle;
}
#page #menu .menu ul li.current a {
	margin-left: -25px;
}
#page #menu .menu ul li.current a:before {
	content: "";
  background-color: #FF7A41;
  top: 0px;
  height: 15px;
  width: 15px;
  display: inline-block;
  line-height: 15px;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* Menu - Destinatario */
#page .menu2 {
  z-index: 9999;
  background-color: #0b0b0b;
  position: fixed;
  top: 30px;
  left: 20px;
  width: calc(100% - 40px);
  padding: 10px;
  height: 90px;
  display: flex;
  overflow: visible;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  align-items: center;
  -webkit-box-shadow: 0px 10px 13px -10px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 10px 13px -10px rgb(0 0 0 / 20%);
  box-shadow: 0px 10px 13px -10px rgb(0 0 0 / 20%);
  transition: top 0.2s ease 0s;
  -moz-transition: top 0.2s ease 0s;
  -webkit-transition: top 0.2s ease 0s;
}
#page .menu2 .logo {
  width: 10%;
  flex: 0 0 10%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px;
  position: relative;
}
#page .menu2 .logo > .element {
  position: absolute;
  top: -69px;
  width: calc(100% + 120px);
  height: calc(100% + 100px);
  background-image: url(/images/svg/logo_bg_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
#page .menu2 .modules {
  width: 100%;
  padding: 0px 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}
#page .menu2 .modules > a {
  flex: 0 0 70px;
  width: 70px;
  height: 90px;
  padding: 10px;
}
@media screen and (max-width: 768px){
  #page .menu2 .logo {
    width: calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
  }
  #page .menu2 .modules {
    position: fixed;
    bottom: 20px;
    display: flex;
    width: 90vw;
    z-index: 9999;
    background-color: #0b0b0b;
    left: 20px;
    width: calc(100% - 40px);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 10px 13px -10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 10px 13px -10px rgb(0 0 0 / 20%);
    box-shadow: 0px 10px 13px -10px rgb(0 0 0 / 20%);
    padding: 0px 10px;
    overflow: hidden;
  }
  #page .menu2 .modules > a {
    flex: 0 0 calc(90% / 6);
    width: calc(90% / 6);
    max-width: 70px;
  }
}
#page .menu2 .modules > a svg {
  width: 100%;
  height: 100%;
  fill: #A9A9A9;
}
#page .menu2 .modules > a.current, #page .menu2 .modules > a:hover {
  border-bottom: 4px solid #FFF;
}
#page .menu2 .modules > a.current svg, #page .menu2 .modules > a:hover svg {
  fill: #FFF;
}
#page .menu2 .user {
  width: 70px;
  height: 70px;
  flex: 70px 0 0;
  background-color: #F3F5F7;
  background-image: url(/images/avatar/black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
}
#page .menu2 .user:hover {
  background-image: url(/images/avatar/green.svg);
}
#page .menu2 .user .hover {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page .menu2 .user .hover svg {
  display: none;
}
#page .menu2 #search-bar {
  flex: 30% 0 0;
  background-color: #FFF;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  margin-right: 15px;
  height: 45px;
}
#page .menu2 #search-bar > input {
  border: none;
  -webkit-appearance: none;
  font-size: 16px;
  color: #080808;
  width: 100%;
  padding: 0px 0px 0px 10px;
  background: none;
  text-align: left;
  line-height: 45px;
  outline: none;
}
@media screen and (max-width: 768px){
  #page .menu2 #search-bar {
    background-color: #080808;
    position: fixed;
    bottom: 20px;
    right: 0px;
    width: 80%;
    max-width: 300px;
  }
  #page .menu2 #search-bar > input {
    color: #FFF;
  }
}
#page .menu2 .modules > a:hover:nth-child(1) svg, #page .menu2 .modules > a.current:nth-child(1) svg {
  fill: #6FCBF3;
}
#page .menu2 .modules > a:hover:nth-child(1), #page .menu2 .modules > a.current:nth-child(1) {
  border-bottom: 4px solid #6FCBF3;
}
#page .menu2 .modules > a:hover:nth-child(2) svg, #page .menu2 .modules > a.current:nth-child(2) svg {
  fill: #AFD688;
}
#page .menu2 .modules > a:hover:nth-child(2), #page .menu2 .modules > a.current:nth-child(2) {
  border-bottom: 4px solid #AFD688;
}
#page .menu2 .modules > a:hover:nth-child(3) svg, #page .menu2 .modules > a.current:nth-child(3) svg {
  fill: #FDD71B;
}
#page .menu2 .modules > a:hover:nth-child(3), #page .menu2 .modules > a.current:nth-child(3) {
  border-bottom: 4px solid #FDD71B;
}
#page .menu2 .modules > a:hover:nth-child(4) svg, #page .menu2 .modules > a.current:nth-child(4) svg {
  fill: #F07D3F;
}
#page .menu2 .modules > a:hover:nth-child(4), #page .menu2 .modules > a.current:nth-child(4) {
  border-bottom: 4px solid #F07D3F;
}
#page .menu2 .modules > a:hover:nth-child(5) svg, #page .menu2 .modules > a.current:nth-child(5) svg {
  fill: #E6282B;
}
#page .menu2 .modules > a:hover:nth-child(5), #page .menu2 .modules > a.current:nth-child(5) {
  border-bottom: 4px solid #E6282B;
}

/* Pagina home */
#page .form_wrapper .wrapper_canali {
  width: 100%;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  margin: 50px auto;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
#page .form_wrapper .wrapper_canali .company {
  width: 100%;
  background-color: #FFF;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex-wrap: inherit;
}
#page .form_wrapper .wrapper_canali .company .wrapper {
  flex-direction: row;
  display: flex;
}
#page .form_wrapper .wrapper_canali .company .wrapper.canali {
  display: none;
  background-color: #ebebeb;
  padding: 20px;
  flex-wrap: wrap;
  gap: 20px;
}
#page .form_wrapper .wrapper_canali .company .logo {
  width: 128px;
  aspect-ratio: 1 / 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 20px;
  background-color: #F3F5F7;
  flex: 148px 0 0;
}
@supports not (aspect-ratio: 1 / 1) {
  #page .form_wrapper .wrapper_canali .company .logo {
    height: 128px
  }
}
#page .form_wrapper .wrapper_canali .company .wrapper.canali .logo {
  flex: 128px 0 0;
}
#page .form_wrapper .wrapper_canali .company .logo.mini {
  position: absolute;
  width: 60px;
  border: 2px solid #FFF;
  transform: translate(50%, 20px);
}
#page .form_wrapper .wrapper_canali .company .infos {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#page .form_wrapper .wrapper_canali .company .infos .title {
  font-weight: bold;
  font-size: 24px;
  max-width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#page .form_wrapper .wrapper_canali .company .open {
  width: 128px;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  flex: 148px 0 0;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@supports not (aspect-ratio: 1 / 1) {
  #page .form_wrapper .wrapper_canali .company .open {
    height: 128px;
  }
}
#page .form_wrapper .wrapper_canali .company .open svg {
  width: 40px;
  height: 40px;
  fill: #080808;
  transform: rotate(90deg);
}
#page .form_wrapper .wrapper_canali .company.open .open svg {
  transform: rotate(-90deg);
}
#page .form_wrapper .wrapper_canali .company .infos .notification {
  display: flex;
  flex-direction: row;
  padding-top: 25px;
}
#page .form_wrapper .wrapper_canali .company .infos .notification > div {
  color: #080808;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  font-weight: bold;
  border-radius: 9px;
  border: 3px solid;
  margin-right: 10px;
}
#page .form_wrapper .wrapper_canali .company .infos .notification > div:last-child {
  margin: 0px;
}
#page .form_wrapper .wrapper_canali .company .infos .notification > div svg {
 width: 30px;
 height: 30px;
 fill: #080808;
 margin-right: 15px;
}
#page .form_wrapper .wrapper_canali .company .infos .notification > .unread_report {
  color: #E78C24;
}
#page .form_wrapper .wrapper_canali .company .infos .notification > .unread_report svg {
  fill: #E78C24;
}
#page .form_wrapper .wrapper_canali .company.open .wrapper {
  display: flex;
}
#page .form_wrapper .wrapper_canali .company .wrapper .canale {
  width: calc((100% / 4) - 15px);
  background-color: #FFF;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  padding-bottom: 20px;
}
#page .form_wrapper .wrapper_canali .company .wrapper .canale .title {
  text-align: center;
  padding: 10px;
  color: #080808;
  max-width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#page .form_wrapper .wrapper_canali .company .wrapper .canale .title.bold {
  font-weight: bold;
}
#page .form_wrapper .wrapper_canali .company .wrapper .canale .notification {
  position: absolute;
  top: -10px;
  right: -10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
}
#page .form_wrapper .wrapper_canali .company .wrapper .canale .notification > div {
  background-color: #080808;
  color: #FFF;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  font-size: 20px;
  padding: 0px 10px;
  line-height: 40px;
}
#page .form_wrapper .wrapper_canali .company .wrapper .canale .notification > div svg {
 width: 30px;
 height: 30px;
 fill: #FFF;
 margin-right: 15px;
}
#page .form_wrapper .wrapper_canali .company .wrapper .canale .notification > .unread_report {
  background-color: #E78C24;
}
#page .form_wrapper .wrapper_canali .company .wrapper .canale .notification > .unread_report svg {
  fill: #FFF;
}
@media screen and (min-width: 1500px) {
  #page .form_wrapper .wrapper_canali .company .wrapper .canale {
    width: calc((100% / 5) - 15px);
  }
}
@media screen and (max-width: 1280px) {
  #page .form_wrapper .wrapper_canali .company .wrapper .canale {
    width: calc((100% / 3) - 15px);
  }
}
@media screen and (max-width: 830px) {
  #page .form_wrapper .wrapper_canali .company .wrapper .canale {
    width: calc((100% / 2) - 15px);
  }
}
@media screen and (max-width: 768px) {
  #page .form_wrapper .wrapper_canali .company .wrapper {
    flex-direction: column;
  }
  #page .form_wrapper .wrapper_canali .company .logo {
    flex: 100%;
    margin: 20px auto;
  }
  #page .form_wrapper .wrapper_canali .company .wrapper .canale {
    width: 100%;
  }
  #page .form_wrapper .wrapper_canali .company .infos .title {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  #page .form_wrapper .wrapper_canali .company .infos .notification {
    padding: 20px 20px 0px 20px;
    justify-content: center;
  }
  #page .form_wrapper .wrapper_canali .company .infos,
  #page .form_wrapper .wrapper_canali .company.open .infos {
    width: 100%;
  }
  #page .form_wrapper .wrapper_canali .company.open .wrapper {
    width: 100%;
  }
  #page .form_wrapper .wrapper_canali .company .open {
    width: 100%;
    aspect-ratio: unset;
    flex: auto;
    padding-top: 20px;
  }
}

/* Pagina list */
#page .page ul.items li.questionari, #page .page ul.items li.utente, #page .page ul.items li.privacy {
	margin-bottom: 15px;
}
#page .page ul.items li.portale {
	margin-bottom: 20px;
}
#page .page ul.items li.portale.attention a {
	border-left: 12px solid #F31431;
}
#page .page .filters {
  width: 100%;
  margin: 15px 0px;
  display: flex;
  align-items: baseline;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
#page .page .filters > .label {
  background-color: #FFF;
  color: #080808;
  text-align: left;
  border-radius: 6px;
  line-height: 40px;
  display: block;
  text-decoration: none;
  padding: 0px 10px;
  margin: 0px;
  font-size: 13px;
  border: 1px solid #080808;
  white-space: nowrap;
  text-align: center;
}
#page .page .filters > .label.selected {
  background-color: #080808;
  color: #FFF !important;
}
#page .page .filters > .label:not(.tags):hover {
  background-color: #080808;
  color: #FFF !important;
}
#page .page .filters > .label.period,
#page .page .filters > .label.tags {
  min-width: 220px;
}
#page .page .filters > .label.period input {
  width: 100%;
  border: none;
  cursor: pointer;
  background: none;
  text-align: center;
}
#page .page .filters > .label .selectize-input {
  padding: 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
#page .page .filters > .label .selectize-dropdown {
  border-top: 1px solid #d0d0d0;
  border-radius: 9px;
}
#page .page .filters > .label .selectize-dropdown [data-selectable].option {
  text-align: left;
}
.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
  background: #0b0b0b !important;
  color: #FFF !important;
}
.datepicker--day-name {
  color: #0b0b0b !important;
}
#page .page .filters > .label.period:hover input {
  color: #FFF;
}
#page .page .filters > .label.period input:focus {
  outline: none;
}
#page .page.plist ul.items li {
  position: relative;
}
#page .page.plist ul.items li .title {
  font-size: 15px;
  font-weight: bold;
  display: block;
  line-height: 15px;
  padding-top: 15px;
}
#page .page.plist ul.items li .subtitle {
  display: block;
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 10px;
}
#page .page.plist ul.items li.addbuttons a {
  display: block;
}
#page .page.plist ul.items li.addbuttons .functions {
  display: block;
  right: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  max-width: 30vw;
}
#page .page.plist ul.items li.addbuttons .functions .button {
  cursor: pointer;
  border: 1px solid #424242;
  border-radius: 35px;
  background-color: #F1F3F4;
  display: inline-block;
  margin-right: 10px;
}
#page .page.plist ul.items li.addbuttons .functions .button:hover span {
  color: #FFFF;
}
#page .page.plist ul.items li.addbuttons .functions .button span {
	color: #424242;
	text-align: center;
	width: 100%;
	line-height: 35px;
	padding: 0px 20px;
	display: inline-block;
	text-decoration: none;
	display: block;
}
#page .page.plist ul.items li.addbuttons .functions .button.btn_create {
  background-color: #61C646;
}
#page .page.plist ul.items li.addbuttons .functions .button.btn_create span {
	color: #FFF;
}
#page .page.plist ul.items li.addbuttons .functions .button.btn_stop {
  background-color: #F31431;
}
#page .page.plist ul.items li.addbuttons .functions .button.btn_stop span {
	color: #FFF;
}
#page .page.plist ul.items li.addbuttons .functions .button:hover {
  background-color: #424242;
}
#page .page.plist a.button {
	position: absolute;
  top: 40px;
  right: 15px;
  width: auto;
  padding: 0px 20px;
}
#page .page ul.items li .logs {
	background-color: #F1F3F4;
  color: #424242;
  text-align: left;
  width: 100%;
  border-radius: 35px;
  line-height: 40px;
  margin-bottom: 20px;
  padding-left: 20px;
  display: block;
  text-decoration: none;
}
#page .page.plist ul.items li a {
	background-color: #F1F3F4;
  color: #424242;
  text-align: left;
  width: 100%;
  border-radius: 35px;
  line-height: 40px;
  margin-bottom: 20px;
  padding-left: 20px;
  display: block;
  text-decoration: none;
}
#page .page.plist ul.items li .floatright {
	float: right;
    padding-right: 20px;
}
#page .page.plist ul.items li .portali {
	margin-left: 20px;
	padding-bottom: 20px;
	width: auto;
	display: block;
	border-bottom: 1px solid #424242;
	margin-bottom: 20px;
}
#page .page ul li.attention {
  color: #FFF;
  text-align: left;
  width: 100%;
  border-radius: 35px;
  line-height: 40px;
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
  font-weight: bold;
}

/** Pagina profile */
#page .page .form_wrapper.profile {
  padding-top: 20px;
}
#page .page .form_wrapper.profile .campo_wrapper {
  display: inline-block;
  position: relative;
  width: calc(50% - 10px);
  padding-right: 10px;
  vertical-align: top;
}
#page .page .form_wrapper.profile .campo_wrapper:last-child {
  padding-right: 20px;
}
#page .page .form_wrapper.profile .campo_wrapper.type_button button {
  width: 100%;
}

/* Pagina segnalazioni */
#page .page ul.items li.segnalazione {
	position: relative;
  margin-bottom: 20px;
}
#page .page ul.items li.segnalazione a {
  background-color: #FFF;
  color: #424242;
  text-align: left;
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  text-decoration: none;
  flex-direction: column;
  overflow: hidden;
}
#page .page ul.items li.segnalazione a > .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#page .page ul.items li.segnalazione a > .wrapper > .icon {
  flex: 100px 0 0;
}
#page .page ul.items li.segnalazione a > .wrapper > .icon svg {
  width: 50px;
  height: 50px;
  fill: #000;
}
#page .page ul.items li.segnalazione a > .wrapper > .infos {
  flex: 2 1;
}
#page .page ul.items li.segnalazione .subtitle {
	font-weight: normal;
  line-height: 20px;
  padding-bottom: 0px;
}
#page .page ul.items li.segnalazione .subtitle:first-child {
  font-size: 20px;
  line-height: 25px;
}
#page .page ul.items li.segnalazione a .time {
  border-radius: 6px;
  background: #080808;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  padding: 0px 15px;
  height: 40px;
  white-space: nowrap;
}
#page .page ul.items li.segnalazione.attention a {
  border-left: 15px solid #F07D3F;
}
#page .page ul.items li.segnalazione .status {
  display: flex;
  margin-bottom: -20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 20px;
  border-top: 5px solid #FFF;
}
#page .page ul.items li.segnalazione .status_button {
  flex: 2 1 50%;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
#page .page ul.items li.segnalazione .status_button:only-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
#page .page ul.items li.segnalazione.attention .status_button:only-child {
  border-bottom-left-radius: 0px;
}
#page .page ul.items li.segnalazione .status_button:not(:only-child):nth-child(1) {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 0px;
}
#page .page ul.items li.segnalazione.attention .status_button:not(:only-child):nth-child(1) {
  border-bottom-left-radius: 0px;
}
#page .page ul.items li.segnalazione .status_button:not(:only-child):nth-child(2) {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 12px;
}
#page .page ul.items li.segnalazione .status_button.manage {
  color: #424242;
  border: 5px solid #F8C504;
}
#page .page ul.items li.segnalazione .status_button.discover {
  color: #424242;
  border: 5px solid #B6D85E;
}
#page .page ul.items li.segnalazione .status_button.closed {
  color: #6BA2C7;
  border: 5px solid #6BA2C7;
}
#page .page ul.items li.segnalazione .status_button.manage.complete {
  background-color: #F8C504;
}
#page .page ul.items li.segnalazione .status_button.discover.complete {
  background-color: #B6D85E;
}
#page .page ul.items li.segnalazione .status_button.closed.complete {
  background-color: #6BA2C7;
  color: #FFF;
}
@media screen and (max-width: 500px) {
  #page .page ul.items li.segnalazione a > .wrapper {
    flex-direction: column;
  }
  #page .page ul.items li.segnalazione a > .wrapper > .infos {
    padding-bottom: 20px;
  }
  #page .page ul.items li.segnalazione a > .wrapper > .icon {
    flex: 70px 0 0;
  }
  #page .page ul.items li.segnalazione .status {
    flex-direction: column;
  }
  #page .page ul.items li.segnalazione .status_button {
    font-size: 9px;
    color: #000;
  }
}

/* Pagina repository */
#page .page .repository_wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 30px;
}
#page .page .repository_wrapper .folder {
  flex-basis: calc((100% - 75px) / 4);
  background-color: #FFF;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  overflow: hidden;
}
#page .page .repository_wrapper .folder .icon {
  margin: 10%;
  aspect-ratio: 1 / 1;
  width: calc(100% - 20%);
  background-color: #F3F5F7;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page .page .repository_wrapper.deleted .folder .icon svg {
  fill: #E6282B;
}
#page .page .repository_wrapper .folder .icon svg {
  width: 50%;
  height: 50%;
  fill: #080808;
}
#page .page .repository_wrapper .folder .icon.complete svg {
  fill: #6FCBF3;
}
#page .page .repository_wrapper .folder .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #080808;
  margin-bottom: 10px;
  padding: 0 20px;
}
#page .page .repository_wrapper .folder .time {
  text-align: center;
  font-size: 12px;
  color: #080808;
  padding: 0 20px;
  margin-bottom: 10px;
}
#page .page .repository_wrapper .folder .note {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #8C8D8D;
  margin-bottom: 10px;
  min-height: 14px;
}
#page .page .repository_wrapper .folder .open {
  background-color: #FFF;
  color: #8C8D8D;
  padding: 20px;
  text-align: center;
  font-weight: bold;
}
#page .page .repository_wrapper .folder:hover .open {
  background-color: #080808;
  color: #FFF;
}
#page .page .repository_wrapper.deleted .folder:hover .open {
  background-color: #E6282B;
}
#page .page .repository_wrapper .document {
  flex-basis: calc((100% / 4) - 25px);
  background-color: #FFF;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  overflow: hidden;
}
#page .page .repository_wrapper .document:hover {
  background-color: #F3F5F7;
  border: 5px solid #FFF;
}
#page .page .repository_wrapper .document .icon {
  margin: 20%;
  aspect-ratio: 1 / 1;
  background-color: #F3F5F7;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page .page .repository_wrapper .document .icon svg {
  width: 50%;
  height: 50%;
  fill: #080808;
}
#page .page .repository_wrapper .document .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #080808;
  margin-bottom: 10px;
  padding: 0 20px;
}
#page .page .repository_wrapper .document .note {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #8C8D8D;
  margin-bottom: 10px;
  min-height: 14px;
}
#page .page .repository_wrapper .document .open {
  background-color: #FFF;
  color: #8C8D8D;
  padding: 20px;
  text-align: center;
  font-weight: bold;
}
#page .page .repository_wrapper .document:hover .open {
  background-color: #080808;
  color: #FFF;
}
@media screen and (max-width: 800px) {
  #page .page .repository_wrapper .folder {
    flex-basis: calc((100% - 50px) / 3);
  }
}
@media screen and (max-width: 768px) {
  #page .page .repository_wrapper .folder {
    flex-basis: calc((100% - 25px) / 2);
  }
  #page .page .segnalazione_header {
    display: flex;
    flex-direction: column;
  }
  #page .page .segnalazione_header .buttons {
    margin-top: 15px;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  #page .page .repository_wrapper .folder {
    flex-basis: 100%;
  }
}

/* Button */
#page .page .form_wrapper .buttons {
	margin: 0;
  margin-left: auto;
  text-align: right;
  margin-top: 45px;
}

* wrapper */
#page .page .form_wrapper .wrapper {
  width: 100%;
  /* verificare: padding-left: 20px; */
}
#page .page .form_wrapper .wrapper > .placeholder {
  width: 100%;
  text-align: center;
  padding: 20px 0px 20px 20px;
  font-weight: bold;
}
#page .page .form_wrapper .wrapper > .table {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding: 0px 0px 20px 20px;
}
#page .page .form_wrapper .wrapper > .table > .table_row:first-of-type {
  border-top: solid 1px #d9d9d9;
}
#page .page .form_wrapper .wrapper > .table > .table_row {
  display: flex;
  flex-flow: row;
  width: 100%;
  border-right: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
}
#page .page .form_wrapper .wrapper > .table > .table_row > .cell {
  width: 100%;
  padding: 10px;
  border-left: solid 1px #d9d9d9;
  align-items: center;
  overflow-wrap: anywhere;
  font-size: 11px;
}
#page .page .form_wrapper .wrapper > .table > .table_row > .cell_checkbox {
  width: 50px;
}
#page .page .form_wrapper .wrapper > .table > .add_items {
  width: 100%;
  height: 30px;
  background: #d9d9d9;
  color: #000;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}

/* wrapper - traduzioni */
#page .page.mtraduzioni {
  padding-right: 0px;
}
#page .page.mtraduzioni, #page .page.mconfigurazioni {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
#page .page.mtraduzioni .form_wrapper, #page .page.mconfigurazioni .form_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#page .page.mtraduzioni .form_wrapper h3 {
  margin-bottom: 0px;
}
#page .page.mtraduzioni .form_wrapper #configurazioni_wrapper {
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#page .page.mtraduzioni .form_wrapper .buttons_wrapper, #page .page.mconfigurazioni .form_wrapper .buttons_wrapper {
  position: fixed;
  bottom: 0px;
  left: 250px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #FFFFFF;
  width: calc(100% - 250px);
  display: flex;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 40%);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 40%);
}
#page .page.mtraduzioni .campo_wrapper {
  display: inline-block;
  position: relative;
  width: calc(50% - 10px);
  padding-left: 20px;
  vertical-align: top;
}
#page .page.mtraduzioni .campo_wrapper:last-child {
  padding-right: 0px;
}
#page .page.mtraduzioni .campo_wrapper button,
#page .page.mtraduzioni .campo_wrapper a.button {
  width: 100%;
}

/* wrapper - configurazioni */
#page .page .form_wrapper .wrapper > .configurazioni {
  width: 100%;
  background: none;
  border-radius: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 20px;
  overflow: scroll;
  position: relative;
}
#page .page .form_wrapper .wrapper > .configurazioni button.add_items {
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: 20px;
  width: 100%;
}
#page .page .form_wrapper .wrapper > .configurazioni > .items {
  display: block;
  width: 100%;
  padding: 0px;
  color: #424242;
  text-align: left;
  line-height: 25px;
  position: relative;
}
#page .page .form_wrapper .wrapper > .configurazioni > .items:last-child .table {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#page .page .form_wrapper .wrapper > .configurazioni > .items .table {
  display: table;
  min-width: max-content;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
}
#page .page .form_wrapper .wrapper > .configurazioni > .items .table div {
  display: table-cell;
  padding-left: 15px;
}
#page .page .form_wrapper .wrapper > .configurazioni > .items input {
  border: none;
  -webkit-appearance: none;
  font-size: 16px;
  color: #000;
  height: 40px;
  width: 360px;
  padding-left: 10px;
  background-color: #CCC;
  border-radius: 5px;
  margin-top: 5px;
}
#page .page .form_wrapper .wrapper > .configurazioni > .items .action_button.delete {
  background-color: #db4848;
  color: #FFF;
  padding: 0px 20px;
  font-size: 12px;
  border: 1px solid #db4848;
  width: max-content;
  text-align: center;
  padding-left: 20px !important;
  font-weight: bold;
}
#page .page .form_wrapper .wrapper > .configurazioni > .items.deleted {
  overflow: hidden;
}
#page .page .form_wrapper .wrapper > .configurazioni > .items.deleted .table {
  opacity: 0.2;
  pointer-events: none;
}
#page .page .form_wrapper .wrapper > .configurazioni > .items.deleted .action_button.abort {
  background-color: #77dd77;
  color: #FFF;
  padding: 0px 20px;
  margin: 0px;
  border: 1px solid #77dd77;
  width: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Gestione canali */
#canali_wrapper {
  overflow: hidden;
  border: 5px solid #F1F3F4;
  border-radius: 15px;
}
#canali_wrapper > .input_wrapper:first-child {
  margin-bottom: 0px;
}
#canali_wrapper .canale {
  position: relative;
  width: 100%;
  float: none;
  font-size: 15px;
  opacity: 1;
}
#canali_wrapper .canale .header {
  background-color: #F1F3F4;
  padding: 16px;
  border: 1px solid #FFF;
  min-height: 50px;
  cursor: pointer;
}
#canali_wrapper .canale .deleted {
  background-color: #FF7A41;
  padding: 16px;
  border: 1px solid #FFF;
  color: #FFF;
  min-height: 50px;
}
#canali_wrapper .canale .deleted > .abort {
  cursor: pointer;
  position: absolute;
  right: 15px;
  padding: 0px 10px;
  top: 50%;
  background-color: #FFF;
  color: #333;
  border-radius: 30px;
  line-height: 30px;
  transform: translate(0px, -50%);
}
#canali_wrapper .canale .header .arrow {
  position: absolute;
  right: 0px;
}
#canali_wrapper .canale.close .wrapper {
  height: 0px;
  padding: 0px;
  max-height: 0;
  overflow: hidden;
}
#canali_wrapper .canale .wrapper {
  padding: 15px;
  max-height: 9999px;
  height: auto;
  -webkit-transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  -ms-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
#page .page #add_channel {
  width: 50%;
  margin: 20px auto;
  background-color: #FFF;
  color: #424242;
  text-align: center;
  border-radius: 25px;
  padding: 0px 15px;
  line-height: 35px;
  -webkit-box-shadow: 0px 0px 25px -9px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 0px 25px -9px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 25px -9px rgb(0 0 0 / 75%);
  cursor: pointer;
}
#page .page #add_channel:hover {
  background-color: #61C646;
  color: #FFF;
}

/* Preloader */
.preloader {
	position: absolute;
	width: 4rem;
	height: 4rem;
	border: 0.4rem solid #FF001F;
	border-radius: 100%;
}
.preloader:before, .preloader:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.2rem 0 0 -0.2rem;
	border-bottom: 0.4rem solid #FF001F;
	border-radius: 0.6rem;
	-webkit-transform-origin: 0.2rem center;
}
.preloader:before {
	width: 30%;
	-webkit-animation: rotate 10s linear infinite;
}
.preloader:after {
	width: 40%;
	background-color: #FF001F;
	-webkit-animation: rotate 1s linear infinite;
}
@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}
.preloader.center {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* span line hamb menu*/

#hamburger{
	display: none;
}

#hamburger .hamburger{
    left: 50px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 9999;
    display: none;
    transform: translate(0,-50%);
}

#hamburger .hamburger .line {
    border: 0px;
    transition: 200ms;
    margin-bottom: 8px;
    border-radius: 30px;
    border-bottom: 5px solid #424242;
    background: #424242;
    height: 0px;
    width: 100%;
    display: block;
    -webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
#hamburger .hamburger .line:last-child{
	margin-top: 8px;
	margin-bottom: 0;
}

/* Alert */
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #eed3d7;
	border-radius: 15px;
	position: absolute;
	bottom: 0px;
	right: 20px;
	float: right;
	clear: right;
  z-index: 999;
}
.alert-red {
	color: white;
	background-color: #DA4453;
}
.alert-green {
	color: white;
	background-color: #61C646;
}
.alert-blue {
	color: white;
	background-color: #4A89DC;
}
.alert-yellow {
	color: white;
	background-color: #F6BB42;
}
.alert-orange {
	color:white;
	background-color: #E9573F;
}
@media screen and (max-width: 768px){
  .alert {
    left: 20px;
  }
}

/* Editor contenteditable */
.contenteditable_wrapper .editor {
	resize: vertical;
    overflow: auto;
    min-height: 100px;
    background-color: #F1F3F4;
    color: #424242;
    text-align: left;
    width: 100%;
    border-radius: 35px;
    line-height: 25px;
    margin-bottom: 20px;
    position: relative;
    padding: 15px;
	outline: none;
}
.contenteditable_wrapper .editor h1, .contenteditable_wrapper .editor h2, .contenteditable_wrapper .editor h3, .contenteditable_wrapper .editor h4 {
	font-size: 34px;
    line-height: 34px;
    margin-bottom: 10px;
    letter-spacing: normal;
    text-transform: none;
    color: #000 !important;
    text-decoration: none;
    padding: 0px !important;
    border: none !important;
}
.contenteditable_wrapper .editor h2 {
	font-size: 34px;
    line-height: 34px;
    margin-bottom: 10px;
}
.contenteditable_wrapper .editor h3 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: normal;
}
.contenteditable_wrapper .editor h4 {
	font-size: 18px;
    line-height: 24px;
    letter-spacing: .02em;
    margin-bottom: 16px;
}

/* Editor wysiwyg */
.wysiwyg_wrapper {
  padding-bottom: 25px;
}
.note-modal-backdrop {
  display: none !important;
}
.note-editor .note-btn {
  display: inline-block !important;
  font-weight: 400 !important;
  margin: 0px !important;
  text-align: center !important;
  vertical-align: middle !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  background-image: none !important;
  white-space: nowrap !important;
  outline: 0 !important;
  color: #333 !important;
  background-color: #fff !important;
  border: 1px solid #dae0e5 !important;
  padding: 5px 10px !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  border-radius: 3px !important;
  width: auto !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Responsive */
@media screen and (max-width: 1024px){
	#page .page .dashboard .board_wrapper {
	    display: block;
	    width: 100%;
	}
	#page .page ul.items li.addbuttons{
		width: 100%;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 800px){
	#page #menu {
		display: none;
	}
	#page .page {
		padding-left: 15px;
		padding-top: 90px;
	}
  #page .page .segnalazione_header h3 > span {
    padding-bottom: 15px;
  }
  #page .page.destinatario {
    padding-left: 25px;
    padding-right: 25px;
  }
	.menuClose #page #menu {
		display: block;
		left: 50%;
		transform: translate(-50%);
		border-radius: 0;
		width: 100%;
	}
	#page #menu .menu ul {
		padding: 15px;
	}
	#page #menu logo {
		display: none;
	}
	#page #menu a logo {
		display: block;
	}
	#page #menu .menu .input_wrapper {
		display: none;
	}
	#page #menu .menu{
		padding-top: 100px;
	}
	#page .page.plist a.button{
		top: 90px;
	}
	.form_wrapper h3{
		text-align: center;
	}
	#page .login .input_wrapper {
    background-color: #F1F3F4;
    color: #424242;
    text-align: left;
    width: 100%;
    border-radius: 9px;
    line-height: 25px;
    margin-bottom: 20px;
    position: relative;
    top: 0;
    transform: none;
    right: 0;
	}
  #page .page #login {
    background-color: #0B0B0B;
    min-height: 800px;
  }
  #page .page #login .background {
    display: none;
  }
  #page .page .login .sso-wrapper .or-wrapper .line {
    background-color: #FFF;
  }
  #page .page #login .payout {
    width: 100%;
  }
	#page .page #login .login {
		width: 100vw;
    background: none;
    min-height: 800px;
	}
  #page .page .login #login_button {
    color: #0B0B0B;
    background-color: #FFF;
  }
  #page .page .login button#login_forgotPsw {
    color: #FFF;
  }
  #page .page .login .powered {
    color: #FFF;
  }
  #page .page .login .website, #page .page .login .website a {
    color: #FFF;
  }
  #page .page #login .footer_element {
    width: 100%;
  }
  #page .page #login logo {
    width: calc(90vw - 40px);
    height: calc(30vw / 1.33333);
    background-image: url(/images/svg/logo_bg_black.svg);
  }
  #page .page #twofa {
    min-height: 800px;
  }
  #page .page #twofa .twofa {
    width: 90vw;
  }
	#page .page .campo_wrapper .input_wrapper {
		background-color: #F1F3F4;
    color: #424242;
    text-align: left;
    width: 100%;
    border-radius: 35px;
    line-height: 25px;
    margin-bottom: 20px;
    position: relative;
    top: 0;
    right: 0;
    transform: none;
	}
	#page .input_wrapper {
		width: 125px;
		margin-bottom: 0px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 25px;
	}
	#hamburger {
		display: block;
	}
	#hamburger logo {
		width: 90px;
    height: calc(90px / 1.33333);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
	}
	ul.menu li a {
		padding: 0px 0px 0px 0px;
	}
	ul.menu li:first-child {
    padding-left: 0px;
	}
	#hamburger .hamburger{
    display: block;
    z-index: 9998;
	}
	body.menuClose #hamburger .hamburger .line:nth-child(1) {
    border-bottom: 5px solid;
    transform: rotate(45deg) translate(5px, 5px);
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	}
	body.menuClose #hamburger .hamburger .line:nth-child(2) {
    border-bottom: 5px solid;
    transform: rotate(-45deg) translate(5px, -5px);
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	}
	.hamb-container {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    width: 100vw;
    height: 75px;
    position: fixed;
    top: 0;
    z-index: 100001;
    left: 0;
    background-color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	}
	.menuClose .hamb-container {
    background-color: #fff;
    background-image: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	}
	body.menuClose #page:before {
    opacity: 1;
    content: "";
	}
	body.menuClose .alldiv{
		position: relative;
		z-index: -1;
	}
	body #page:before {
    position: fixed;
    width: 100vw;
    left: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background-color: #3a8e58;
    z-index: 5000;
	}
	body.menuClose #menu {
    position: fixed;
    left: 50vw;
    transform: translate(-50%);
    right: 0px;
    top: 0px;
    z-index: 8000;
    height: 100vh;
    display: table;
	}
	body.menuClose #menu .menu {
    display: block;
    vertical-align: middle;
    text-align: center;
	}
	body.menuClose #menu li {
    display: block;
	}
	.menuClose .scroll_container{
		z-index: -1;
	}
	.menuClose .footer{
		z-index: -1 !important;
	}
}

@media screen and (max-width: 600px){
	#page .input_wrapper{
		right: 10px;
	}
	#page .page .campo_wrapper label.drag{
		margin-top: 35px;
	}
	#page .page #editor_wrapper .itemDomanda .btn_removedomanda{
		top: -35px;
	}
	#page .page .form_wrapper .buttons{
		text-align: center;
	}
	#page .page ul.items li.portale{
		margin-bottom: 50px;
	}
	#page .page.plist ul.items li.addbuttons .functions{
		float: none;
	}
	#page .page.plist ul.items li .floatright {
		float: none;
		padding: 0;
		margin-left: 15px;
	}
	#page .input_wrapper{
		width: 100px;
	}
  #page .page ul.items li.segnalazione a .time {
    position: relative;
    right: 0px;
    top: 0px;
    font-weight: normal;
  }
  #page .page ul.items li.segnalazione .status_button:not(:only-child):nth-child(1) {
    border-bottom-left-radius: 0px;
  }
  #page .page ul.items li.segnalazione .status_button:not(:only-child):nth-child(2) {
    border-bottom-left-radius: 12px;
  }
  #page .page ul.items li.segnalazione.attention .status_button:not(:only-child):nth-child(2) {
    border-bottom-left-radius: 0px;
  }
  #page .page ul.items li.segnalazione .subtitle {
    text-align: center;
  }
}

/* Dropdown */
.dropdown {
  padding-top: 10px;
  position: relative;
}
.dropdown a {
  color: #fff;
}
.dropdown dd,
.dropdown dt {
  margin: 0px;
  padding: 0px;
}
.dropdown ul {
  margin: -1px 0 0 0;
}
.dropdown dd {
  position: relative;
}
.dropdown a,
.dropdown a:visited {
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 12px;
}
.dropdown dt a {
  display: block;
  padding: 8px 20px 5px 10px;
  min-height: 25px;
  line-height: 24px;
  overflow: hidden;
  border: 0;
  width: 100%;
}
.multiSel span {
  background-color: #333;
  color: #fff !important;
  display: inline-block;
  border-radius: 10px;
  padding: 10px;
  margin-right: 10px;
}
.dropdown dt a span, .multiSel span {
  cursor: pointer;
  display: inline-block;
  color: #424242;
  font-weight: normal;
  font-size: 12px;
}
.multiSel {
  display: block;
  min-height: 20px;
}
.dropdown dd ul {
  background-color: #414141;
  border: 0;
  color: #fff;
  display: none;
  left: 0px;
  padding: 15px;
  position: absolute;
  top: -25px;
  width: 100%;
  list-style: none;
  height: 200px;
  overflow: auto;
  z-index: 9999;
  border-radius: 15px;
}
.dropdown span.value {
  display: none;
}
.dropdown dd ul li {
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0px;
}
.dropdown dd ul li a {
  padding: 5px;
  display: block;
}
.dropdown dd ul li a:hover {
  background-color: #fff;
}
.dropdown dd ul li input {
  margin-right: 15px;
}

/* Lingua */
.nav-wrapper {
  position: fixed;
  top: 30px;
  right: 30px;
  background-color: #FFF;
  color: #424242;
  text-align: left;
  border-radius: 25px;
  padding: 0px 15px;
  line-height: 35px;
  -webkit-box-shadow: 0px 0px 25px -9px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 0px 25px -9px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 25px -9px rgb(0 0 0 / 75%);
  z-index: 9;
}
.sl-nav {
  display: inline;
}
.sl-nav ul {
  margin:0;
  padding:0;
  list-style: none;
  position: relative;
  display: inline-block;
  margin-left: 15px;
}
.sl-nav li {
  cursor: pointer;
  line-height: 35px;
}
.sl-nav li ul {
  display: none;
}
.sl-nav li > ul > li {
  padding-bottom:10px;
}
.sl-nav li > ul > li a {
  text-decoration: none;
}
.sl-nav li:hover ul {
  position: absolute;
  top:29px;
  right:-15px;
  display: block;
  background: #fff;
  padding-top: 0px;
  z-index: 1;
  border-radius:5px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index:10;
  height: 14px;
  overflow:hidden;
  width: 30px;
  background: transparent;
}
.sl-nav li:hover .triangle:after {
  content: '';
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius:2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom:0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
  white-space: nowrap;
}
.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}
.sl-nav li ul li span {
  padding-left: 5px;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
  color: #146c78;
}
.sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
  background-color: #aaa;
  background-size: cover;
  background-position: center center;
}
.sl-flag.flag-it {
  background-image: url('/images/flag/it.png');
}
.sl-flag.flag-en {
  background-image: url('/images/flag/en.png');
}
.sl-flag.flag-fr {
  background-image: url('/images/flag/fr.png');
}
.sl-flag.flag-de {
  background-image: url('/images/flag/de.png');
}
.sl-flag.flag-es {
  background-image: url('/images/flag/es.png');
}
.sl-flag.flag-nl {
  background-image: url('/images/flag/nl.png');
}
.sl-flag.flag-sr {
  background-image: url('/images/flag/sr.png');
}

/* modal */
html.with-featherlight {
	overflow: hidden;
}
.featherlight {
	display: none;
	position:fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 99999;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	background: #333;
	background: rgba(0, 0, 0, 0);
}
.featherlight:last-of-type {
	background: rgba(0, 0, 0, 0.8);
}
.featherlight:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.featherlight .featherlight-content {
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	overflow: auto;
	padding: 25px 25px 0;
	border-bottom: 25px solid transparent;
	margin-left: 5%;
	margin-right: 5%;
	max-height: 95%;
	background: #fff;
	cursor: auto;
	white-space: normal;
	border-radius: 15px;
}
.featherlight .featherlight-inner {
	display: block;
}
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
	display: none;
}
.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 10px;
  right: 10px;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0;
  font-size: 20px;
}
.featherlight .featherlight-close-icon::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.featherlight .featherlight-image {
	width: 100%;
}
.featherlight-iframe .featherlight-content {
	border-bottom: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
}
.featherlight iframe {
	border: none;
}
.featherlight * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
    width: 90vw;
    padding-top: 30px;
	}
	.featherlight.privacy .featherlight-content{
		width: 90vw;
	}
}

/* modal PDF */
.featherlight.modal-pdf .featherlight-content {
  width: 81vw;
  padding: 0px;
  border-bottom: 0px;
}
.featherlight.modal-pdf .featherlight-close-icon {
  display: none;
}
.featherlight.modal-pdf .featherlight-content .buttons {
  display: flex;
}
.featherlight.modal-pdf .featherlight-content .buttons > .button {
  flex: 2 1 50%;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  line-height: 45px;
  color: #FFF;
  background-color: #080808;
}
.featherlight.modal-pdf .featherlight-content .buttons > .button:hover {
  color: #FFF !important;
  background-color: #999 !important;
}

/* modal filter privacy */
.featherlight.filter-privacy .featherlight-content {
  width: 85vw;
  padding: 0px;
  border-bottom: 0px;
}
.featherlight.filter-privacy .featherlight-content .disable-selection {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.featherlight.filter-privacy .featherlight-close-icon {
  display: none;
}
.featherlight.filter-privacy .featherlight-content .buttons {
  display: flex;
  padding: 0px 10px 10px 10px;\
}
.featherlight.filter-privacy .featherlight-content .buttons > .button {
  flex: 2 1 50%;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  line-height: 45px;
  color: #FFF;
  background-color: #080808;
  margin: 10px;
  border-radius: 10px;
}
.featherlight.filter-privacy .featherlight-content .buttons > .button:hover {
  color: #FFF !important;
  background-color: #999 !important;
}
.featherlight.filter-privacy .featherlight-content .header {
  width: 100%;
  line-height: 50px;
  padding: 0px 20px;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid;
}
.featherlight.filter-privacy .featherlight-content .wrapper_filter {
  padding: 20px;
}
.featherlight.filter-privacy .featherlight-content .campo_wrapper {
  display: block;
  position: relative;
  padding: 0px 20px 20px;
}
.featherlight.filter-privacy .featherlight-content .campo_wrapper label {
  display: block;
  margin-left: 15px;
  margin-bottom: 10px;
}
.featherlight.filter-privacy .featherlight-content .campo_wrapper .input_wrapper {
  background-color: #FFFF;
  color: #0B0B0B;
  text-align: left;
  width: 100%;
  border-radius: 10px;
  position: relative;
  border: 2px solid #0B0B0B;
  min-height: 35px;
  align-items: center;
  display: flex;
  overflow: hidden;
}
.featherlight.filter-privacy .featherlight-content .campo_wrapper .hidden_content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  background-color: rgba(255,255,255,0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
}
.featherlight.filter-privacy .featherlight-content .campo_wrapper .input_wrapper span {
  background: none;
  text-align: left;
  width: 100%;
  display: inline-block;
  padding: 5px 15px;
  -webkit-appearance: none;
  border: none;
  outline: none;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  word-break: break-all;
}
.featherlight.filter-privacy .featherlight-content .campo_wrapper .abort {
  padding: 10px;
  background: #080808;
  flex: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  text-decoration: none;
  color: #FFF;
  margin: 10px;
  cursor: pointer;
}
.featherlight.filter-privacy .featherlight-content .campo_wrapper .hidden {
  display: none;
}

/* Modal List */
.featherlight.modal-list .featherlight-content {
  width: 900px;
  padding: 0px;
  border-bottom: 0px;
}
.featherlight-content .modal-list .topmenu_wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #FFFFFF;
  position: relative;
  width: 100%;
  display: flex;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}
.featherlight-content .modal-list .topmenu_wrapper h3 {
  color: #333;
  border-bottom: 0px;
  margin: 0px 15px;
  padding: 0px;
}
.featherlight-content .modal-list .topmenu_wrapper .title_wrapper {
  padding-bottom: 15px;
}
.featherlight-content .modal-list .topmenu_wrapper .title_wrapper, .featherlight-content .modal-list .topmenu_wrapper .buttons_wrapper {
  vertical-align: center;
  width: 100%;
  display: flex;
}
.featherlight-content .modal-list .form_wrapper {
  padding-top: 15px;
  background-color: #F1F5F9;
}
.featherlight-content .modal-list .form_wrapper > ul.items {
  margin-top: -15px;
}
.featherlight-content .modal-list ul.items li a {
  background-color: #FFF;
  color: #424242;
  text-align: left;
  width: 100%;
  line-height: 60px;
  padding-left: 20px;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #E2E8F1;
}
.featherlight-content .modal-list ul.items li a:hover {
  border-bottom: 1px solid #110951;
  font-weight: bold;
}
.featherlight-content .modal-list ul.items li a {
  padding-top: 10px;
  line-height: normal;
  min-height: 60px;
  position: relative;
}
.featherlight-content .modal-list ul.items li span {
  line-height: 20px;
  display: inline-flex;
}
.featherlight-content .modal-list ul.items li span.subtitle {
  display: inline-flex;
  line-height: 40px;
  font-size: 12px;
}

/* Modal Custom */
.featherlight.custom .featherlight-content {
  padding: 0px;
  border-bottom: 0px;
}
.featherlight.custom .featherlight-content .topmenu_wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #FFFFFF;
  position: relative;
  width: 100%;
  display: flex;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}
.featherlight.custom .featherlight-content .topmenu_wrapper h3 {
  color: #333;
  border-bottom: 0px;
  margin: 0px 15px;
  padding: 0px;
}
.featherlight.custom .featherlight-content .topmenu_wrapper .title_wrapper,
.featherlight.custom .featherlight-content .topmenu_wrapper .buttons_wrapper {
  vertical-align: center;
  width: 100%;
  display: flex;
}
.featherlight.manage-selection .featherlight-content {
  width: 900px;
}
.featherlight.manage-selection .featherlight-content ul {
  padding: 20px;
}
.featherlight.manage-selection .featherlight-content ul li {
  display: flex;
  position: relative;
  border-radius: 5px;
  margin-bottom: 5px;
  background-color: #F1F3F4;
  color: #424242;
  padding: 10px;
  padding-left: 50px;
  flex-flow: column;
}
.featherlight.manage-selection .featherlight-content ul li.destinatario {
  padding-left: 10px;
  flex-flow: row;
}
.featherlight.manage-selection .featherlight-content ul li.destinatario > .user-data {
  flex: 70% 0 0;
  padding-right: 15px;
}
.featherlight.manage-selection .featherlight-content ul li.destinatario > .user-data .input {

}
.featherlight.manage-selection .featherlight-content ul li.destinatario > .user-data .input input {
  line-height: 22px;
  font-size: 12px;
  padding: 5px;
  width: 100%;
  border-radius: 5px;
  border: 0px;
  margin-top: 10px;
}
.featherlight.manage-selection .featherlight-content ul li.destinatario > .options {
  display: flex;
  flex-flow: row;
  flex: 30% 0 0;
}
.featherlight.manage-selection .featherlight-content ul li.destinatario > .options .option {
  flex: 50% 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.featherlight.manage-selection .featherlight-content ul li.destinatario > .options .option p {
  margin-top: 15px;
}
.featherlight.manage-selection .featherlight-content ul li.destinatario > .options .option input[type=checkbox] {
  transform: scale(1.5);
}
.featherlight.manage-selection .featherlight-content ul li.search {
  flex-direction: row;
  padding-left: 10px;
}
.featherlight.manage-selection .featherlight-content ul li.search div:first-child {
  font-size: 12px;
  line-height: 32px;
  padding-right: 10px;
}
.featherlight.manage-selection .featherlight-content ul li.search div:last-child {
  width: 100%;
}
.featherlight.manage-selection .featherlight-content ul li.search #search {
  line-height: 22px;
  font-size: 12px;
  padding: 5px;
  width: 100%;
  border-radius: 5px;
  border: 0px;
}
.featherlight.manage-selection .featherlight-content ul li > input[type=checkbox] {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0px, -50%) scale(1.5);
}
.featherlight.manage-selection .featherlight-content ul li .title {
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  padding-bottom: 5px;
}
.featherlight.manage-selection .featherlight-content ul li .subtitle {
  font-size: 12px;
  line-height: 16px;
}
.featherlight.manage-selection .featherlight-content button.action {
  width: 50%;
  margin: 20px auto;
  background-color: #FFF;
  color: #424242;
  text-align: center;
  border-radius: 25px;
  padding: 0px 15px;
  line-height: 35px;
  -webkit-box-shadow: 0px 0px 25px -9px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 0px 25px -9px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 25px -9px rgb(0 0 0 / 75%);
  display: block;
  cursor: pointer;
}
/* end of css */
