/* 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: #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: 10px;
  font-weight: 700;
  padding-left: 20px;
}
.mauto {
	margin: 0 auto;
}
.space {
	display: block;
}
.h25 {
	height: 25px;
}
.h50 {
	height: 50px;
}
.m20b {
	margin-bottom: 20px;
}
.m25b {
	margin-bottom: 20px;
}

/* Page */
#page {

}
#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;
}
#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: #2752A9;
  padding: 15px 15px 2px;
  margin-bottom: 50px;
  border-bottom: 3px solid #2752A9;
  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 #0265A1;
  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;
}
#page #login .wrapper button:hover {
  background-color: #ADADAD;
}
#page #login .wrapper button.signup {
  background-color: #ADADAD;
}
#page #login .wrapper button.save {
  background-color: #2752A9;
  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;
}
#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: #2752A9;
	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 .input_wrapper {
  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 .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: #F1F3F4;
  color: #424242;
  text-align: left;
  width: 100%;
  border-radius: 35px;
  line-height: 25px;
  margin-bottom: 20px;
  padding: 15px 0px;
  -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 .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: block;
  position: relative;
}
#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;
	margin: 15px auto;
	-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 .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: #0265A1;
  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: 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: #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;
}

/* 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 {
	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: #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;
}

/* 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 #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;
}

/* 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;
	}
}

/* end of css */
