/* 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;
}
body > *:not(.mlogin), body > *:not(.mchange-password) {
  background-color: #ebebeb;
}
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: 14px;
  line-height: 16px;
  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-top: 35px;
  margin-bottom: 10px;
}
h5, h6 {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
h6 {
  color: #999;
}
.center  {
  text-align: center;
}
.align-right {
  text-align: right;
}
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 !important;
}
.m25b {
	margin-bottom: 20px !important;
}

/* Customize */
.form-toggle:before, .form-toggle:after, .form-group button, .form-panel.two {
  background: rgb(76, 60, 255);
}
.two .form-group button, .form-group .form-recovery, .form-header h1 {
  color: rgb(76, 60, 255);
}

/* Page */
#page {

}
#page .page {
  display: block;
  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;
}
#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: #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;
}
#page input {
  outline: none;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  border: 0;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 12px 20px;
  color: rgba(0, 0, 0, 0.6);
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#page a.button {
  background-color: #fff;
  color: black;
  transition: all 0.5s;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0 30px;
  line-height: 40px;
  border-radius: 10px;
  vertical-align: middle;
}
#page a.button svg {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  vertical-align: middle;
}

/* Login Privata */
.overlay, .form-panel.one:before {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
.form {
  z-index: 15;
  position: absolute;
  background: #FFFFFF;
  width: 600px;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  overflow: hidden;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.form svg {
  margin-top: 30px;
  width: 200px;
}
.form-toggle {
  z-index: 10;
  position: absolute;
  top: 60px;
  right: 60px;
  background: #FFFFFF;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(0, -25%) scale(0);
          transform: translate(0, -25%) scale(0);
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-toggle:before, .form-toggle:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.form-toggle:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.form-toggle:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.form-toggle.visible {
  -webkit-transform: translate(0, -25%) scale(1);
          transform: translate(0, -25%) scale(1);
  opacity: 1;
}
.form-group {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 0 20px;
}
.form-group:last-child {
  margin: 0;
}
.form-group label {
  display: block;
  margin: 0 0 10px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  line-height: 1;
  letter-spacing: .2em;
}
.two .form-group label {
  color: #FFFFFF;
}
.form-group input {
  outline: none;
  display: block;
  background: #FFF;
  width: 100%;
  border: 0;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 12px 20px;
  color: rgba(0, 0, 0, 0.6);
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-group input:focus {
  color: rgba(0, 0, 0, 0.8);
}
.two .form-group input {
  color: #FFFFFF;
}
.two .form-group input:focus {
  color: #FFFFFF;
}
.form-group button {
  outline: none;
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: 12px 20px;
  color: #FFFFFF;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  text-transform: uppercase;
  cursor: pointer;
}
.two .form-group button {
  background: #FFFFFF;
}
.form-group.form-recovery {
    justify-content: flex-end;
}
.form-group .form-recovery {
  font-size: 12px;
}
.form-panel {
  padding: 0 calc(5% + 60px) 60px 60px;
  box-sizing: border-box;
}
.form-panel.one:before {
  content: '';
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-panel.one.hidden:before {
  display: block;
  opacity: 1;
  visibility: visible;
}
.form-panel.two {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 95%;
  width: 100%;
  min-height: 100%;
  padding: 60px calc(10% + 60px) 60px 60px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.form-panel.two:before, .form-panel.two:after {
  content: '';
  display: block;
  position: absolute;
  top: 200px;
  left: 1.5%;
  background: rgba(255, 255, 255, 0.2);
  height: 50px;
  width: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-panel.two:after {
  left: 3%;
}
.form-panel.two:hover {
  left: 93%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.form-panel.two:hover:before, .form-panel.two:hover:after {
  opacity: 0;
}
.form-panel.two.active {
  left: 10%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: default;
}
.form-panel.two.active:before, .form-panel.two.active:after {
  opacity: 0;
}
.form-header {
  margin: 0 0 40px;
}
.form-header h1 {
  padding: 4px 0;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.two .form-header h1 {
  position: relative;
  z-index: 40;
  color: #FFFFFF;
}

/* 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 .wrapper .form-panel.one .form-group input {
    background: rgba(0, 0, 0, 0.1);
}
#page .wrapper .two .form-group button {
    background: #fff;
    margin-top: 10px;
}
#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: 100%;
  border-radius: 10px;
  font-size: 14px;
  font-weight: normal;
  margin: 0 auto;
  outline: none;
}
#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: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  -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 #login .resetPassword svg {
  margin: 0 auto;
  display: block;
  width: 200px;
}
#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: calc(25% - 30px - 20vw);
  background: red;
}
#page .input_wrapper.level1:after {
	width: calc(45% - 30px - 20vw);
	background: orange;
}
#page .input_wrapper.level2:after {
	width: calc(65% - 30px - 20vw);
	background: gold;
}
#page .input_wrapper.level3:after {
  width: calc(100% - 30px - 20vw);
  background: green;
}

/* Pages */
div.header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  height: 10vh;
  padding: 0 20px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}
div.header .header-icon svg {
  height: 6vh;
  width: 6vh;
}
div.header p {
  font-weight: 400;
  font-size: 1.75vh;
  flex-grow: 3;
  padding: 0 1%;
  text-align: right;
}
div.header p span:first-of-type {
  font-weight: bolder;
  font-size: 16px;
}
div.header p span {
  font-weight: bolder;
  font-size: 12px;
  display: block;
}
div.header .header-user {
  border-radius: 50%;
  width: 6vh;
  height: 6vh;
  background-color: rgba(0,0,0,0.25);
  border: 1px solid black;
}
div.pagemenu {
  height: 10vh;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div.pagemenu ul {
  list-style: none;
}
div.pagemenu ul li {
  display: inline-block;
  margin: 5px 15px 5px 0;
}
div.pagemenu h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 16px;
  margin-bottom: 10px;
}

/* dashboard */
.wrapper-dashboard div.pagemenu {
  height: auto;
}

.wrapper-dashboard div.pagemenu ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  width: 100%;
}

.wrapper-dashboard div.pagemenu ul li {
  margin: 0;
  width: 100%;
  margin: 10px 0;
}

.wrapper-dashboard div.pagemenu ul li a {
  width: 100%;
}

.wrapper-dashboard div.pagemenu ul li a.find_visitatore {
  background-color: rgba(0,0,0,0.1);
}

@media screen and (min-width: 700px){

  .wrapper-dashboard div.pagemenu {
    height: 10vh;
  }

  .wrapper-dashboard div.pagemenu ul {
    display: block;
  }

  .wrapper-dashboard div.pagemenu ul li {
    width: auto;
    margin: 0;
  }

  .wrapper-dashboard div.pagemenu ul li:nth-child(even) {
    margin: 0 10px;
  }

  .wrapper-dashboard div.pagemenu ul li:nth-child(3), .wrapper-dashboard div.pagemenu ul li:nth-child(4) {
    float: right;
  }

  .wrapper-dashboard div.pagemenu ul li a {
    width: auto;
  }

}

@media screen and (min-width: 1400px){

  .wrapper-dashboard div.pagemenu ul li a {
    width: 325px;
  }

}

/* --- PAGEMENU --- IMPOSTAZIONI */

.wrapper-impostazioni div.pagemenu {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

/* --- PAGEMENU --- INTERNA */

.wrapper-interna div.pagemenu {
  padding-top: 15px;
  display: block;
  height: auto;
}

@media screen and (min-width: 689px){

  .wrapper-interna div.pagemenu {
    padding-top: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 10vh;
  }

}

/* ---  PAGEDAYS --- INTERNA */

div.pagedays {
  height: 5vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 25px;
}

@media screen and (min-width: 689px){

  div.pagedays {
    margin-top: 0;
  }

}

div.pagedays ul {
  list-style: none;
}
div.pagedays ul li {
  display: inline-block;
  margin-right: 20px;
  height: 4vh;
  line-height: 4vh;
}
div.pagedays ul li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 2vh;
  transition: all 0.5s;
}
div.pagedays ul li a.current, div.pagedays ul li a:hover {
  font-size: 2.5vh;
  font-weight: 600;
  transition: all 0.5s;
  cursor: pointer;
}

/* --- MAIN-CONTAINER --- GENERICHE */
div.main-container {
  min-height: 75vh;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
  padding: 20px;
  padding-bottom: 1px;
  background-color: #dbdbdb;
}
div.main-container table input, div.main-container form .form-input input {
  background-color: #fff;
}

/* --- MAIN-CONTAINER --- no_find (ALERT RICERCA) */
div.main-container .no_find {
  display: none;
}
div.main-container .no_find.active {
  display: block;
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 40px;
  background-color: rgba(255,255,255,0.25);
  border-radius: 10px;
  text-align: center;
}
div.main-container .no_find.active:hover {
  cursor: pointer;
}
div.main-container .no_find.active p {
  font-size: 25px;
}

/* --- MAIN-CONTAINER --- TABLE */
div.main-container table {
  border-collapse: collapse;
  text-align: left;
  color: black;
  width: 200vw;
  margin: 50px 0;
}

@media screen and (min-width: 689px){

  div.main-container table {
    width: 100%;
  }

}

div.main-container table thead tr th {
  border-bottom: 1px solid black;
}

div.main-container table tbody tr {
  background-color: none;
  transition: all 0.5s;
}

div.main-container table tbody tr:first-of-type {
  padding-top: 10px;
}

div.main-container table tbody tr:hover {
  background-color: #fff;
  transition: all 0.5s;
}

div.main-container table tbody tr td {
  width: calc(100% / 6);
  line-height: 3vh;
  padding: 3px;
}

div.main-container table tbody tr td .flagged {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    color: #fff;
}

div.main-container table tbody tr td .flagged:hover {
  cursor: pointer;
}

div.main-container table input {
  height: calc(60vh/15);
  width: 90%;
  line-height: calc(60vh/15);
  border: none;
  border-radius: 10px;
  padding: 0 10px;
}

/* --- MAIN-CONTAINER --- FORM */

div.main-container form {
  padding: 0;
}

div.main-container form .form-input > * {
  display: block;
  width: 100%;
  margin: 20px 0;
  font-size: 14px;
}

div.main-container form .form-description {
  background-color: #FFF;
  padding: 20px;
  padding-left: 0px;
  border-radius: 10px;
}

div.main-container form .form-input input {
  border: none;
  border-radius: 10px;
  padding: 0 20px;
  line-height: 50px;
}

div.main-container form .form-input a.button {
  border: none;
  text-decoration: none;
  border-radius: 10px;
  margin-top: 40px;
  padding: 0 20px;
  line-height: 50px;
}

/* --- MAIN-CONTAINER --- DASHBOARD */

.wrapper-dashboard div.main-container .main-content {
  height: 100%;
  width: 100%;
  display: block;
}

.wrapper-dashboard div.main-container .main-content .contesto {
  margin: 20px calc((100% - 325px)/2);
  float: none;
}

@media screen and (min-width: 700px){

  .wrapper-dashboard div.main-container .main-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .wrapper-dashboard div.main-container .main-content .contesto {
    margin: 0 0 20px;
  }

}

.wrapper-dashboard div.main-container .main-content .contesto .contesto-contenuto.add-contesto {
  background-color: #fff;
  color: #000;
}

.wrapper-dashboard div.main-container .main-content .contesto .contesto-contenuto {
  width: 325px;
  height: 250px;
  border-radius: 10px;
  padding: 10px 5px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wrapper-dashboard div.main-container .main-content .contesto .contesto-contenuto:hover {
  cursor: pointer;
  transform: scale(1.025);
}

.wrapper-dashboard div.main-container .main-content .contesto .contesto-contenuto p {
  margin-bottom: 10px;
}

.wrapper-dashboard div.main-container .main-content .contesto .contesto-contenuto p:first-of-type {
  font-size: 25px;
}

/* --- MAIN-CONTAINER --- IMPOSTAZIONI */

.wrapper-impostazioni div.main-container {
  display: block;
}
.wrapper-impostazioni div.main-container table tbody tr:hover {
  background-color: transparent;
}
.wrapper-impostazioni div.main-container .main-right a.button {
  margin-top: 25px;
  width: 100%;
  display: block;
}
.wrapper-impostazioni div.main-container .main-left {
  width: 100%;
}
.wrapper-impostazioni div.main-container .main-right {
  width: 100%;
  overflow-x: scroll;
}
.wrapper-impostazioni div.main-container .main-right a.button {
  margin-bottom: 20px;
}

/* --- MAIN-CONTAINER --- INTERNA */

.wrapper-interna div.main-container {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrapper-interna div.main-container .main-top {
  height: auto;
  display: block;
  text-align: center;
}
.wrapper-interna div.main-container .main-top h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 16px;
  margin-bottom: 10px;
}
.wrapper-interna div.main-container .main-top h4 {
  font-size: 18px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.wrapper-interna div.main-container .main-top ul {
  margin: 20px 0;
}
.wrapper-interna div.main-container .main-top ul li {
  display: inline-block;
  margin: 5px 15px;
}
.wrapper-interna div.main-container .main-bottom {
  overflow-x: scroll;
  text-align: center;
}
.wrapper-interna div.main-container .main-bottom a.paginate_button {
  text-decoration: none;
  margin-bottom: 20px;
  outline: none;
}
.wrapper-interna div.main-container .main-bottom .paging_simple_numbers span > a.paginate_button:first-child {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.wrapper-interna div.main-container .main-bottom .paging_simple_numbers span > a.paginate_button:last-child {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* modal style */
.modal .featherlight-content {
  background-color: #bfbfbf;
}
.featherlight.privacy .featherlight-inner {
  width: 80vw;
  height: 80vh;
}
.modal > * {
  color: #000;
}
.contesto-form {
  display: none;
}
button.featherlight-close-icon.featherlight-close {
  display: block;
  font-size: 25px;
  background-color: rgba(0,0,0,0);
  color: #000;
  padding: 0px;
  margin: 20px 40px 0 0;
  line-height: 40px;
  width: 40px;
  border: 1px solid black;
  border-radius: 50%;
}
.modal .featherlight-content {
  border-radius: 10px;
  padding: 10px 30px;
  width: 75%;
}
.modal h2, .modal h3{
  text-align: center;
}
.modal .form-input {
  width: 100%;
  margin: 10px 0;
}
.modal .form-input input, .modal .form-input label, .modal .form-input a.button {
  width: 100%;
  display: block;
  margin: 20px 0;
  font-size: 20px;
}
.modal .form-input input {
  border: none;
  border-radius: 10px;
  padding: 0 20px;
  line-height: 50px;
  background: #ccc;
}
.modal .form-input a.button {
  border: none;
  text-decoration: none;
  border-radius: 10px;
  margin-top: 40px;
  padding: 0 20px;
  line-height: 50px;
}
.modal .form-input a.colored {
  width: 100%;
  background-color: #2c573a;
  color: #FFF;
  text-align: center;
}
.pagemenu li.add_visitor {
  float: left;
}
.pagemenu li.add_visitor a.colored {
  background-color: rgb(255, 204, 0) !important;
  color: #000 !important;
}

/* table style */
div.dataTables_length {
  display: none;
}
div.dataTables_paginate a {
  display: inline-block;
  padding: 10px;
}
div.dataTables_paginate a:hover {
  cursor: pointer;
}
div.dataTables_paginate span a {
  padding: 10px;
  text-align: center;
  width: 40px;
  background-color: #fff;
}
.items {
  line-height: normal;
  padding-left: 20px;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  transition: all 0.2s;
  user-select: none;
  cursor: pointer;
}
.items.drag {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
a.button input {
  border: none;
  background-color: transparent;
}
a.button input:focus {
  outline-width: 0;
}

/* footer */
div.footer {
  height: 5vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.footer svg {
  height: 3vh;
  opacity: 0.8;
}

@media screen and (min-width: 1050px){
  div.pagemenu a {
    width: 325px;
  }
}

@media screen and (min-width: 1000px){
  .wrapper-impostazioni div.main-container {
    display: flex;
  }
  .wrapper-impostazioni div.main-container .main-left {
    width: 20%;
  }
  .wrapper-impostazioni div.main-container .main-left-double {
    width: 50%;
  }
  .wrapper-impostazioni div.main-container .main-right {
    width: 80%;
    overflow-x: hidden;
  }
  .wrapper-impostazioni div.main-container .main-right a.button {
    margin-bottom: 20px;
  }
  div.main-container form {
    padding: 0 40px 0 0;
  }
  .wrapper-interna div.main-container {
    display: block;
  }
  .wrapper-interna div.main-container .main-bottom a.paginate_button {
    margin-bottom: 0px;
  }
  .wrapper-interna div.main-container .main-bottom {
    overflow-x: hidden;
  }
  .wrapper-interna div.main-container .main-top {
    height: 10vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .wrapper-interna div.main-container .main-top ul {
    margin: 0;
  }
}

@media screen and (max-width: 800px){
  #page .page.mlogin, #page .page.mchange-password {
    padding: 0px;
  }
  #page .page.mlogin .form {
    width: 90vw;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 30px auto;
  }
  #page #login .resetPassword {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 30px auto;
  }
}

@media screen and (min-width: 689px){
  .wrapper-interna table {
    margin-top: 20px;
  }
  .modal .featherlight-content {
    width: 50%;
  }
}

@media screen and (max-width: 600px){
  .wrapper-interna div.pagemenu {
    text-align: center;
  }
  .wrapper-interna div.pagemenu li, .wrapper-interna div.pagemenu a {
    margin-right: 0px;
  }
  div.main-container {
    min-height: 66vh;
  }
  div.footer {
    height: 10vh;
  }
}

/* end of css */
