/* 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;
}
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: #FFF; /* #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: #133848 !important;
  text-decoration: none;
}
label, .label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  font-weight: 700;
  padding-left: 20px;
}
.mauto {
	margin: 0 auto;
}
.space {
	display: block;
}
.h25 {
	height: 25px;
}
.h50 {
	height: 50px;
}
.m20b {
	margin-bottom: 20px !important;
}
.m25b {
	margin-bottom: 20px !important;
}

/* Page */
#page {

}
#page .page {
  display: block;
  padding-left: 270px;
  padding-top: 40px;
  padding-right: 15px;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0px;
  right: -10px;
  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;
}
#page .page.current {
  right: 0px;
	visibility: visible;
	z-index: 1;
	opacity: 1;
	transition: right 0.2s 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: #4777B3;
  padding: 15px 15px 2px;
  margin-bottom: 50px;
  border-bottom: 3px solid #4777B3;
  display: inline-block;
  font-weight: bold;
}
#page .notfound {
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#page .notfound h1 {
	color: #FFF;
	font-weight: bold;
}

/* Login page */
#page .loginWindow {
  position: absolute;
  width: 950px;
  height: 650px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: #FFF;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.15);
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  transition: top 0.5s ease;
  z-index: 9999;
}
#page .loginWindow logo {
  background-image: url(/images/logo_app.png);
}
#page .loginWindow .background {
  width: 650px;
  height: 650px;
  margin-left: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/images/background.jpg);
}
#page .loginWindow .wrapper {
	margin: 0 auto;
}
#page .loginWindow .wrapper > .login {
  position: absolute;
  width: 300px;
  text-align: center;
  overflow: scroll;
  max-height: 100vh;
  transform: translateX(0px);
  left: 0px;
  top: 0px;
  height: 100%;
}
#page .loginWindow .wrapper .login .description {
	font-size: 12px;
	font-weight: normal;
	color: #9C9C9C;
	padding-bottom: 25px;
}
#page .loginWindow .wrapper .login .input {
	width: auto;
	padding: 6px;
	border: 2px solid #FFF;
	line-height: 40px;
	height: 40px;
	color: #FFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#page .loginWindow .wrapper .login .input.text input {
	display: block;
	background: none;
	width: 100%;
	height: 24px;
	text-align: center;
	-webkit-appearance: none;
	border: none;
	font-size: 14px;
	overflow: hidden;
  outline: none;
}
#page .loginWindow .wrapper .login .wrapper_accedi .line {
  width: 80%;
  padding-top: 10px;
  border-bottom: 1px solid #4777B3;
  margin-bottom: 10px;
}
#page .loginWindow .wrapper .login .link.forgetpassword {
  font-size: 12px;
  color: #9C9C9C;
  border-bottom: 1px solid #9C9C9C;
  padding-bottom: 5px;
  display: inline-block;
  text-decoration: none;
}
#page #login .wrapper button {
  line-height: 40px;
  width: 80%;
  border-radius: 40px;
  font-size: 14px;
  font-weight: normal;
  margin: 0 auto;
}
#page #login .wrapper button:hover {
  background-color: #ADADAD;
}
#page #login .wrapper button.signup {
  background-color: #ADADAD;
}
#page #login .wrapper button.save {
  background-color: #4777B3;
  color: #FFF !important;
}
#page #login .resetPassword {
  position: absolute;
  width: 80vw;
  max-height: 80vh;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: #FFF;
  overflow: scroll;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.15);
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  transition: top 0.5s ease;
  z-index: 9999;
}
#page #login .resetPassword .wrapper {
  padding: 0px 10vw;
}

@media screen and (max-width: 800px) {
  #page #login .resetPassword {
    position: relative;
    margin: 0 auto;
    transform: none;
    left: 0px;
    top: 0px;
    max-height: none;
  }
  #page #login .resetPassword .input_wrapper {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    top: 0px;
    transform: none;
  }
}

#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: 180px;
  height: calc(180px / 1.33333);
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#page .page .login button {
	background-color: #4777B3;
	color: #FFF !important;
}
#page .page .login button:hover {
	background-color: #92CAEF;
}
#page .page .login button#login_forgotPsw {
  background: none;
  color: #999 !important;
}
#page .page .login button#login_forgotPsw:hover {
	text-decoration: underline;
}
#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;
}

/* Dashboard */
#page .page .dashboard {
  margin: 0 auto;
  display: table;
  width: calc(90vw - 200px);
  height: auto;
}
#page .page .dashboard .board_wrapper {
  display: table-cell;
  width: 25%;
  padding: 15px;
}
#page .page .dashboard .board {
  display: block;
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 13px -2px rgba(0,0,0,0.49);
  -moz-box-shadow: 0px 4px 13px -2px rgba(0,0,0,0.49);
  box-shadow: 0px 4px 13px -2px rgba(0,0,0,0.49);
  padding-bottom: 10px;
}
#page .page .dashboard .board .header {
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 10px 0px;
  width: calc(100% - 20px);
  margin: 10px auto 0;
  background: rgb(137,24,10);
  background: -moz-linear-gradient(0deg, rgba(137,24,10,1) 0%, rgba(252,126,56,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(137,24,10,1) 0%, rgba(252,126,56,1) 100%);
  background: linear-gradient(0deg, rgba(137,24,10,1) 0%, rgba(252,126,56,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#89180a",endColorstr="#fc7e38",GradientType=1);
}
#page .page .dashboard .board .image {
  background-image: url(/images/bg_segnalazioni.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 40px;
}
#page .page .dashboard .board.aperte .header {
  background-color: red;
  background: rgb(152,91,22);
  background: -moz-linear-gradient(0deg, rgba(152,91,22,1) 0%, rgba(255,215,16,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(152,91,22,1) 0%, rgba(255,215,16,1) 100%);
  background: linear-gradient(0deg, rgba(152,91,22,1) 0%, rgba(255,215,16,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#985b16",endColorstr="#ffd710",GradientType=1);
}
#page .page .dashboard .board.aperte .image {
  background-image: url(/images/bg_aperte.png);
}
#page .page .dashboard .board.evase .header {
  background: rgb(1,105,55);
  background: -moz-linear-gradient(0deg, rgba(1,105,55,1) 0%, rgba(102,215,100,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(1,105,55,1) 0%, rgba(102,215,100,1) 100%);
  background: linear-gradient(0deg, rgba(1,105,55,1) 0%, rgba(102,215,100,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#016937",endColorstr="#66d764",GradientType=1);
}
#page .page .dashboard .board.evase .image {
  background-image: url(/images/bg_evase.png);
}
#page .page .dashboard .board .header .numero {
  color: #FFF;
  line-height: 130px;
  text-shadow: 0px 4px 3px rgba(150, 150, 150, 0.85);
  text-align: center;
  font-weight: bold;
  font-size: 80px;
}
#page .page .dashboard .board .header .type {
  margin: 0 auto;
  width: 80%;
  font-weight: bold;
  font-size: 15px;
  color: #FFF;
  text-align: center;
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.50);
}
#page .page .dashboard .board .none {
  width: 100%;
  text-align: center;
  line-height: 100%;
  padding: 15px;
  font-size: 16px;
  color: #949798;
  font-weight: bold;
}
#page .page .dashboard .board ul li.segnalazione {
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 10px 0px;
  width: calc(100% - 20px);
  margin: 10px auto 0;
  background-color: #F1F3F4;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}
#page .page .dashboard .board ul li.segnalazione .title {
  font-weight: bold;
  font-size: 15px;
}
#page .page .dashboard .board ul li.segnalazione .id {
  color: #949798;
  font-weight: bold;
  font-size: 17px;
}
#page .page .dashboard .board ul li.segnalazione .time {
  text-align: right;
  font-size: 12px;
}
#page .page .dashboard .board .button {
  margin: 10px auto;
  width: 80%;
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
  background-color: #2752A9;
  text-align: center;
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  line-height: 25px;
}

/* Elements */
#page #map {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
#page .input_wrapper {
  position: relative;
  background-color: #FFF;
  color: #424242;
  text-align: left;
  width: 100%;
  border-radius: 35px;
  position: relative;
  line-height: 40px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
#page .input_wrapper > .inputButton {
  width: auto;
  padding: 0px 25px;
  background-color: #ED1E79;
  color: #FFF;
  margin: 0;
  display: inline-block;
  margin-left: 15px;
  position: absolute;
  right: 0px;
  border-radius: 30px;
  cursor: pointer;
}
#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 input {
  background: none;
  color: #424242;
  text-align: left;
  width: 100%;
  display: inline-block;
  padding: 5px 20px;
  -webkit-appearance: none;
  border: none;
  outline: none;
  line-height: 25px;
  font-weight: bold;
  font-size: 12px;
}
#page .textarea_wrapper {
  background-color: #FFF;
  color: #424242;
  text-align: left;
  width: 100%;
  border-radius: 35px;
  line-height: 25px;
  margin-bottom: 20px;
  padding: 15px 0px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  resize: none;
}
#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: 25px;
  font-weight: bold;
  font-size: 12px;
}
#page .textarea_wrapper textarea.auto-expanding {
  overflow:hidden;
  resize: none;
}
#page .page .campo_wrapper {
  display: inline-block;
  position: relative;
  width: calc(50% - 10px);
  padding-right: 10px;
  vertical-align: top;
}
#page .page .campo_wrapper:nth-child(2n+1) {
  padding-right: 0px;
  padding-left: 10px;
}
#page .page .newline {
  display: inline-block;
  position: relative;
  width: calc(50% - 10px);
  vertical-align: top;
  height: 40px;
}
#page .page .campo_wrapper.type_wysiwyg, #page .page .campo_wrapper.type_html, #page .page .campo_wrapper.type_textarea {
  width: 100%;
}
#page .page .campo_wrapper label {
  display: block;
  margin-left: 0px;
  margin-bottom: 10px;
  white-space: nowrap;
}
#page .page .checkbox_wrapper {
  background-color: #FFF;
  color: #424242;
  text-align: left;
  width: 100%;
  border-radius: 35px;
  line-height: 40px;
  margin-bottom: 20px;
  padding-left: 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
#page .page .checkbox_wrapper span {
  padding-left: 10px;
  font-size: 12px;
}
#page .page .checkbox_wrapper input {
  cursor: pointer;
}
#page .page .select_wrapper {
  background-color: #FFF;
  color: #424242;
  text-align: left;
  width: 100%;
  border-radius: 35px;
  line-height: 40px;
  margin-bottom: 20px;
  padding-left: 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
#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;
}
#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: 45px;
  margin-bottom: 20px;
  padding-left: 15px;
}
#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 button, #page .page a.button {
	display: block;
	cursor: pointer;
	background-color: #F1F3F4;
	color: #424242;
	text-align: left;
	width: 50%;
	border-radius: 35px;
	line-height: 25px;
	-webkit-appearance: none;
	border: none;
	outline: none;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#page .page button:hover, #page .page a.button:hover {
	background-color: #424242;
	color: #FFF;
}
#page .page .campo_wrapper .action_button {
  width: 100%;
  border-radius: 35px;
  position: relative;
  line-height: 40px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
#page .page .campo_wrapper .action_button.delete {
  background-color: #db4848;
  color: #FFF;
}
#page .page .form_wrapper .form_message {
	display: inline-block;
    border-bottom: none;
    font-size: 18px;
    color: #FF7648;
    text-align: center;
    width: 100%;
}

/* 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 .btn_removedomanda {
	display: block;
    color: #424242;
    width: 100%;
    text-align: right;
}
#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: 25px;
    height: 40px;
    display: inline-block;
    width: 40px;
    text-align: center;
}
#page .page #editor_wrapper .itemDomanda {
    display: block;
    width: 100%;
    padding-bottom: 10px;
}
#page .page #editor_wrapper .itemDomanda .width100, #page .page #editor_wrapper .itemDomanda .width50, #page .page #editor_wrapper .itemDomanda .width25 {
	display: table-cell;
    padding-left: 15px;
}
#page .page #editor_wrapper .itemDomanda .width100 {
    width: 100%;
}
#page .page #editor_wrapper .itemDomanda .width50 {
    width: 50%;
    min-width: 250px;
}
#page .page #editor_wrapper .itemDomanda .width25 {
    width: 25%;
}
#page .page #editor_wrapper .itemDomanda .item div:first-child {
	padding-left: 0px;
}
#page .page #editor_wrapper .itemDomanda label {
	margin-left: 0px;
}

/* Menu */
#page #menu {
  z-index: 9999;
  background-color: #4777B3;
  position: fixed;
  top: 20px;
  left: 0px;
  width: 250px;
  padding: 0px 15px;
  bottom: 10px;
  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: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
}
#page #menu logo {
  width: 200px;
    height: calc(200px / 1.33333);
	display: block;
    margin: 20px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#page #menu logo.credits {
	background-image: url(/images/logo_complic.png);
	width: 150px;
}
#page #menu .menu {
  width: 100%;
  padding: 10px;
}
#page #menu .menu ul {
  padding: 15px;
  padding-left: 20px;
}
#page #menu .menu ul li {
  margin-bottom: 15px;
  line-height: 25px;
  display: block;
  position: relative;
}
#page #menu .menu ul li.settings {
  overflow: hidden;
  height: 25px;
  max-height: 25px;
  transition: max-height 0.15s ease-out;
}
#page #menu .menu ul li.settings.open {
  max-height: 500px;
  height: auto;
  transition: max-height 0.15s ease-in;
}
#page #menu .menu ul li.settings.open a.btn_tooglesettings {
  color: #A49A9A !important;
}
#page #menu .menu ul li a {
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
  display: block;
  vertical-align: middle;
}
#page #menu .menu ul li.current a, #page #menu .menu ul li:hover a {
  margin-left: -25px;
  color: #A49A9A !important;
}
#page #menu .menu ul:not(.menu) > li.current > a:before {
  content: "";
  background-color: #FFF;
  top: 0px;
  height: 15px;
  width: 15px;
  margin-right: 10px;
  display: inline-block;
  line-height: 15px;
  vertical-align: middle;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#page #menu .menu li.settings ul li.current a {
  margin-left: 0px;
}

/* Top Menu */
#page .page .topmenu_wrapper {
  background-color: #777;
  position: relative;
  width: 100%;
  padding: 20px;
  padding-top: 25px;
  display: block;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-left-radius: 20px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  transform: translate(20px, -45px);
}
#page .page .topmenu_wrapper h3 {
  color: #FFF;
  border-bottom: 0px;
  margin: 0px;
  padding: 0px;
}
#page .page .topmenu_wrapper .title_wrapper {
  padding-bottom: 15px;
}
#page .page .topmenu_wrapper .title_wrapper, #page .page .topmenu_wrapper .buttons_wrapper {
  display: block;
  vertical-align: top;
}
#page .page .topmenu_wrapper .buttons_wrapper .button {
  display: inline-block;
  margin-right: 15px;
  line-height: 40px;
  font-size: 14px;
}
#page .page .topmenu_wrapper .buttons_wrapper .button:last-child {
  margin-right: 0px;
}

/* Pagina list */
#page .page ul.items li.portale {
	display: table;
	margin-bottom: 20px;
}
#page .page ul.items li.portale.alert a {
	border-left: 12px solid #F31431;
}
#page .page.plist ul.items li.portale a {
    display: table-cell;
}
#page .page.plist ul.items li.portale .functions {
	display: table-cell;
    padding: 0px 10px;
}
#page .page.plist ul.items li.portale .functions .button {
	width: 100%;
	padding-right: 10px;
	display: table-cell;
	cursor: pointer;
}
#page .page.plist ul.items li.portale .functions .button span {
	background-color: #F1F3F4;
	color: #424242;
	text-align: center;
	width: 100%;
	border-radius: 35px;
	line-height: 40px;
	padding: 0px 20px;
	display: inline-block;
	text-decoration: none;
	display: block;
}
#page .page.plist ul.items li.portale .functions .button.btn_create span {
	color: #FFF;
	background-color: #61C646;
}
#page .page.plist ul.items li.portale .functions .button.btn_stop span {
	color: #FFF;
	background-color: #F31431;
}
#page .page.plist a.button, #page .page.phome a.button {
    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: #FFF;
  color: #424242;
  text-align: left;
  width: 100%;
  border-radius: 35px;
  line-height: 40px;
  margin-bottom: 20px;
  padding-left: 20px;
  display: block;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}
#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 {
	background-color: #F31431;
    color: #FFF;
    text-align: left;
    width: 100%;
    border-radius: 35px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-left: 20px;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

/* Custom sendmail */
#page .page.plist ul.items li.sendmail {
      margin-bottom: 15px;
}
#page .page.plist ul.items li.sendmail a {
    display: table-cell;
}
#page .page.plist ul.items li.sendmail .functions {
    display: table-cell;
    padding: 0px 10px;
}
#page .page.plist ul.items li.sendmail .functions .button {
    width: 100%;
    padding-right: 10px;
    display: table-cell;
    cursor: pointer;
}
#page .page.plist ul.items li.sendmail .functions .button span {
    background-color: #F1F3F4;
    color: #424242;
    text-align: center;
    width: 100%;
    border-radius: 35px;
    line-height: 40px;
    padding: 0px 20px;
    display: inline-block;
    text-decoration: none;
    display: block;
}

/* Custom visite */
#page .page.mvisite.plist ul.items li {
    padding: 10px 40px;
    margin: 40px 0;
    box-shadow: 0px 10px 15px 1px silver;
    border-radius: 15px;
    display: flex;
    min-height: 150px;
}
#page .page.mvisite.plist ul.items li .status-box {
    width: 12.5%;
    display: flex;
    align-items: center;
}
#page .page.mvisite.plist ul.items li .info-box {
    width: 77.5%;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#page .page.mvisite.plist ul.items li .time-box {
    width: 15%;
    padding: 15px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#page .page.mvisite.plist ul.items li .status-box p span.statusCode {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 12.5px;
    margin-right: 25px;
    box-shadow: 0px 0px 10px 1px silver;
}
#page .page.mvisite.plist ul.items li .status-box p span.status {
    display: inline-block;
    transform: translateY(-7.5px);
}
#page .page.mvisite.plist ul.items li .status-box p span.statusCode.ER4 {
    background-color: #FBDD1D;
}
#page .page.mvisite.plist ul.items li .status-box p span.statusCode.ER5 {
    background-color: #FFFFFF;
}
#page .page.mvisite.plist ul.items li .status-box p span.statusCode.ER6 {
    background-color: #FB608F;
}
#page .page.mvisite.plist ul.items li .status-box p span.statusCode.ER7 {
    background-color: #61C646;
}
#page .page.mvisite.plist ul.items li .info-box p:not(:last-child) {
    color: #2065A1;
    font-size: 25px;
    font-weight: bolder;
}
#page .page.mvisite.plist ul.items li .time-box p {
    color: white;
    background-color: #FB608F;
    padding: 10px;
    padding-top: 20px;
    border-radius: 15px;
    width: 60%;
    height: 100%;
    text-align: center;
}
#page .page.mvisite.plist ul.items li .time-box p span:last-of-type {
    font-size: 25px;
    font-weight: bolder;
}

/* Button */
#page .page .form_wrapper .buttons {
	margin: 0;
    margin-left: auto;
    text-align: right;
    margin-top: 45px;
}
#page .page #edit_action, #page .page #delete_action {
	width: auto;
    padding: 0px 25px;
    background-color: #61C646;
    color: #FFF;
    margin: 0;
    display: inline-block;
    margin-left: 15px;
}
#page .page #delete_action {
    background-color: #FF001F;
    color: #FFF;
}

/* Preloader */
.preloader {
	position: absolute;
	width: 4rem;
	height: 4rem;
	border: 0.4rem solid #4777B3;
	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 #4777B3;
	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: #4777B3;
	-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;
}

/* Editor wysiwyg */
.wysiwyg_wrapper .editor {
  resize: vertical;
  overflow: auto;
  min-height: 100px;
  color: #424242;
  text-align: left;
  width: 100%;
  border-radius: 35px;
  line-height: 25px;
  margin-bottom: 20px;
  position: relative;
  padding: 15px;
  outline: none;
  background-color: #FFF;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  resize: none;
}
.wysiwyg_wrapper .editor h1, .wysiwyg_wrapper .editor h2, .wysiwyg_wrapper .editor h3, .wysiwyg_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;
}
.wysiwyg_wrapper .editor h2 {
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 10px;
}
.wysiwyg_wrapper .editor h3 {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: normal;
}
.wysiwyg_wrapper .editor h4 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: .02em;
  margin-bottom: 16px;
}

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

@media screen and (max-width: 1000px){
  #page .loginWindow {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transform: none;
    width: 100vw;
    height: 100vh;
    border-radius: 0px;
  }
  #page .loginWindow .background {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transform: none;
    position: absolute;
    margin: 0px;
    width: 100vw;
    height: 100vh;
  }
  #page .loginWindow .wrapper > .login {
    position: absolute;
    width: 80vw;
    height: 80vh;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: #FFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.15);
    -webkit-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    -ms-transition: top 0.5s ease;
    transition: top 0.5s ease;
    z-index: 9999;
    padding-bottom: 50px;
  }

}

@media screen and (max-width: 800px){
/* menu responsive*/
	#page #menu {
		display: none;
	}
	#page .page{
		padding-left: 15px;
		padding-top: 90px;
	}
	.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: 35px;
    line-height: 25px;
    margin-bottom: 20px;
    position: relative;
    top: 0;
    transform: none;
    right: 0;
	}
	#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;
	}
/* end of menu responsive */
}

@media screen and (max-width: 600px){
	#page .page .dashboard{
		width: 90vw;
	}
	#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.portale .functions{
		float: none;
	}
	#page .page.plist ul.items li .floatright {
		float: none;
		padding: 0;
		margin-left: 15px;
	}
	#page .input_wrapper{
		width: 100px;
	}
}

/* Selectize.js */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #303030;
  opacity: 0.4;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  padding: 2px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
     -moz-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-family: inherit;
  font-size: 13px;
  -webkit-font-smoothing: inherit;
  line-height: 18px;
  color: #303030;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  cursor: text;
}
.selectize-input {
  position: relative;
  z-index: 1;
  display: block;
  overflow: scroll;
  line-height: 25px;
  padding: 8px 0px;
  width: 100%;
  padding-left: 15px;
  height: 41px;
  white-space: nowrap;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  padding: 2px 6px;
  margin: 0 3px 3px 0;
  color: #ffffff;
  cursor: pointer;
  background: #1da7ee;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
  color: #ffffff;
  font-weight: bold;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 1px !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-user-select: auto !important;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  display: block;
  clear: left;
  content: ' ';
}

.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #f0f0f0;
  content: ' ';
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: 0;
  transform: translate(-5px, -15px);
  padding: 5px;
  background: #ffffff;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
  background: #ffffff;
}

.selectize-dropdown .active {
  color: #495c68;
  background-color: #f5fafd;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: ' ';
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-color: transparent transparent #808080 transparent;
  border-width: 0 5px 5px 5px;
}

.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 15px;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  background-color: #fafafa;
  opacity: 0.5;
}

.selectize-control.multi .selectize-input.has-items {
  padding-right: 5px;
  padding-left: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  background-color: #1b9dec;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
}

/* .selectize-control.single .selectize-input {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
} */

/* .selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
} */

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-size: 0.85em;
  font-weight: bold;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

/* Dashboard*/
#page .page .dashboard {
    margin: 0 auto;
    display: table;
    width: calc(90vw - 200px);
    height: auto;
}
#page .page .dashboard {
    padding-top: 50px;
}
#page .page .dashboard .indicatore, .dashboard-modal .indicatore {
    position: relative;
    vertical-align: top;
    display: inline-block;
    width: calc(25% - 40px);
    height: 250px;
    margin: 20px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #FFF;
    border-bottom: 5px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}
#page .page .dashboard .indicatore .title, .dashboard-modal .indicatore .title {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    border-bottom: 1px solid #999;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    padding: 0px 10px;
    z-index: 9999;
    color: #FFF;
    background-color: #999;
}
#page .page .dashboard .indicatore .value, .dashboard-modal .indicatore .value {
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
    height: 120px;
    text-align: center;
    padding: 0px 10px;
}

/* Avviso */
.featherlight-content .advise {
	line-height: 25px;
	padding-bottom: 20px;
}
.featherlight-content a.button {
	display: block;
	cursor: pointer;
	background-color: #61C646;
	color: #FFF;
	text-align: left;
	width: 50%;
	border-radius: 35px;
	line-height: 35px;
	margin: 15px auto;
	-webkit-appearance: none;
	border: none;
	outline: none;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.featherlight-content a.button:hover {
	background-color: #F1F3F4;
	color: #424242;
}
.featherlight.parrotTor .featherlight-content {
	background-color: #424242;
	color: #FFF;
	text-align: center;
}
.featherlight.parrotTor .featherlight-close-icon {
	background: none;
    color: #FFF;
}
.featherlight.parrotTor .icon {
	background-image: url(../images/parrotTor.svg);
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 25px;
    margin-top: 25px;
}
.featherlight.privacy .featherlight-content {
	width: 60%;
}
.featherlight.privacy .featherlight-content ul, .featherlight.privacy .featherlight-content li {
	list-style: square;
	padding-left: 20px;
}
.featherlight.privacy .featherlight-content li {
	padding-left: 10px;
}

/* modal */
html.with-featherlight {
	overflow: hidden;
}
.featherlight {
	display: none;
	position:fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 2147483647;
	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;
	}
}


/* end of css */
