body {
  font-family: Lato, sans-serif;
  color: #383838;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  min-height: 100%;
  position: relative
}

.logoimage{
  height: 100%;
  width: 143px
}

a .logoimage{
  margin-top: -5px
}

select.form-control{
  max-width: 100%
}

#cTime{
  position: absolute;
  top: 50%;
  right:20px;
  transform: translateY(-50%)
}

.dz-success.dz-complete{
  cursor: pointer !important
}

.gear{
  -webkit-animation:spin 4s linear infinite;
  -moz-animation:spin 4s linear infinite;
  animation:spin 4s linear infinite;
  display: block;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.mobile{
  display: none;
  padding: 32px
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  bottom: -78px;
  left: 135px;
  flex-direction: column;
  background-color: #fff
}

.formtitlesection.forced h4{
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f90;
  font-size: 2em;
  line-height: 1.4em;
  font-weight: 700;
  width: 220px
}

.help-tip {
  position: absolute;
  top: 0;
  right: -40px;
  text-align: center;
  background-color: #f90;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 26px;
  cursor: default;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1)
}

.help-tip:hover {
  cursor: pointer;
  background-color: #ccc
}

.help-tip:before {
  content: '?';
  font-weight: 700;
  color: #fff
}

.help-tip p {
  visibility: hidden;
  opacity: 0;
  text-align: left;
  background-color: #f90;
  padding: 20px;
  width: 300px;
  position: absolute;
  border-radius: 4px;
  left: -4px;
  color: #fff;
  font-size: 13px;
  line-height: normal;
  transform: scale(0.7);
  transform-origin: 100% 0%;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1)
}

.help-tip:hover p {
  cursor: default;
  visibility: visible;
  opacity: 1;
  transform: scale(1.0)
}

.help-tip p:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #f90;
  left: 10px;
  top: -12px
}

.help-tip p:after {
  width: 100%;
  height: 40px;
  content: '';
  position: absolute;
  top: -5px;
  left: 0
}

.help-tip a {
  color: #fff;
  font-weight: 700
}

.help-tip a:hover, .help-tip a:focus {
  color: #fff;
  text-decoration: underline;
}

.lateral-dropdown:hover .dropdown-content {
  display: flex;
}

.dropdown-content:after{
  bottom: 84%;
  left: -10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  transform: rotate(270deg);
}

.dropdown-content:before {
  bottom: 80%;
  left: -11px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  transform: rotate(270deg);
}

.dropdown-content:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 5px;
  right: 16px;
  background-clip: padding-box;
}

.dropdown-content:before {
	border-color: rgba(184, 184, 184, 0);
	border-bottom-color: #b8b8b8;
	border-width: 6px;
  background-clip: padding-box;
}

.dropdownLinks-container {
  display: none
}

.links{
  position: relative
}

.error > td {
  color: red
}

.links:hover .dropdownLinks-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 35px;
  right: 14px;
  box-shadow: 0 3px 4px 0.08px rgba(0, 0, 0, 0.2);
}

.dropdownLinks-links {
  position: relative;
	background: white;
	border: 1px solid #b8b8b8;
}

.dropdownLinks-links:after, .dropdownLinks-links:before {
	bottom: 100%;
	right: 15px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.dropdownLinks-links:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 5px;
  right: 16px;
  background-clip: padding-box;
}

.dropdownLinks-links:before {
	border-color: rgba(184, 184, 184, 0);
	border-bottom-color: #b8b8b8;
	border-width: 6px;
  background-clip: padding-box;
}

.dropdownLinks-links {
  display: flex;
  flex-direction: column;
}

.dropdownLinks-link {
  text-decoration: none;
  padding: 15px 30px;
  color: black;
}

.footer a{
  color:white
}

.logoCont{
  text-align: center;
  margin-bottom: 24px
}

h3 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700
}

.leftCol h3{
  font-size: 16px
}

.attach{
  font-size: 12px;
  display: block
}

.attachList li{
  word-break: break-all
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #bdbdbd;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400
}

.mobile h4
{
  text-align:center
}

.flexed form h4{
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f90;
  font-size: 2em;
  line-height: 1.4em;
  font-weight: 700;
  width: 160px
}

.linedivider{
  width: 60%;
  height: 1px;
  margin-left: 6%;
  background-color: #f90
}

.formtitlesection{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

p {
  margin-bottom: 0px
}

#error{
  color:red;
  display: block
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 1px 12px 0 rgba(33, 33, 33, 0.1);
  height: 70px;
  padding: 24px 32px
}

.wrapper {
  width: 90%;
  margin-right: auto;
  margin-left: auto
}

.righted .wrapper{
  width:calc(90% - 210px);
  float: left;
  display: inline-block;
  padding-left: 20px;
  position: relative;
  height: calc(100vh - 200px);
  overflow-y: auto
}

.righted .wrapper .button{
  position: absolute;
  right: 0;
  top: 20px
}

.leftCol{
  box-shadow: 10px 0 5px 0 rgba(0, 0, 0, .05);
  width:280px;
  float:left;
  display: inline-block;
  height: calc(100vh - 150px);
  margin-top: -2.5vh;
  padding: 20px 15px
}

.wrapper.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch
}

.wrapper.qr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content:flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.wrapper.bustecaricate {
  margin-top: 100px
}
.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 50%;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right
}

.nav-list.caricamento-busta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}

.button {
  padding: 8px 16px;
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  border-radius: 8px;
  background-color: #383838;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase
}

.button-left{
  float: left
}

.button:hover {
  border-color: hsla(39.67741935483871, 85.32%, 57.25%, 1.00);
  background-color: hsla(39.67741935483871, 85.32%, 57.25%, 1.00);
  opacity: 1
}

.button.stroke {
  margin-left: 24px;
  background-color: rgba(56, 56, 56, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #383838;
  letter-spacing: 0.8px
}

.button.stroke:hover {
  border-color: #383838;
  background-color: #383838;
  color: #fff
}

.button.stroke:active {
  border-color: #000;
  background-color: #000
}

.button.stroke.ricerca {
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center
}

.button.top {
  display: inline-block;
  margin-top: 0px;
  float: right;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center
}

.button.text-row {
  margin-right: 20px;
  padding: 0px;
  border-style: none;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #383838;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase
}

.button.text-row:hover {
  color: hsla(39.67741935483871, 85.32%, 57.25%, 1.00)
}

.button.text-row:active {
  color: hsla(39.67741935483871, 100.00%, 41.33%, 1.00)
}

.button.text-row.no-margin {
  margin-right: 0px
}

.button.ricerca {
  display: inline-block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  float: none
}

.button.center {
  margin-top: 40px;
  margin-right: 15px;
  margin-left: 15px;
  float: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease
}

.edit{
  color: #373737;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.4px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  margin-top: 60px;
  float: left;
}

.button.login {
  margin-top: 40px;
  float: left;
  text-align: center;
}

.fist-section {
  padding-top: 15vh;
  padding-bottom: 5vh;
  z-index: 0;
  position: relative
}

.wrapper .fist-section{
  padding-top: 5vh;
  width: 100%
}

.fist-section.risultato {
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.2px
}

.fist-section.step-caricamento {
  margin-bottom: 60px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
  font-weight: 300
}

.fist-section.min-70 {
  min-height: 70vh
}

.dynamic-section {
  text-align: left;
  position: relative;
  padding-bottom: 150px;
  min-height: calc(100vh - 200px)
}

.label-box {
  margin-bottom: 10px;
  padding-left: 0px;
  color: rgba(56, 56, 56, .5);
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  text-transform: uppercase
}

.label-box.step {
  margin-bottom: 5px;
  padding-left: 0px;
  color: #383838;
  font-weight: 700
}
.label-box.center {
  margin-bottom: 0px;
  text-align: center
}
._25 {
  width: 25%
}

.filters-bar {
  min-height: 72px;
  padding: 20px 0px;
  background-color: hsla(0, 0%, 74%, .2)
}

.search-field {
  position: static;
  margin-bottom: 0px;
  border: 1px solid #fff;
  background-image: url('../images/search-active.svg');
  background-position: 97% 50%;
  background-size: auto 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #383838
}

.search-field:hover {
  border-color: hsla(39.67741935483871, 85.32%, 57.25%, 0.50)
}

.search-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(39.67741935483871, 85.32%, 57.25%, 1.00);
  border-radius: 0px;
  color: #383838;
  font-style: normal
}

.search-field::-webkit-input-placeholder {
  background-image: none;
  color: #bdbdbd;
  font-style: italic;
  letter-spacing: 0.6px;
}

.search-field:-ms-input-placeholder {
  background-image: none;
  color: #bdbdbd;
  font-style: italic;
  letter-spacing: 0.6px;
}

.search-field::-ms-input-placeholder {
  background-image: none;
  color: #bdbdbd;
  font-style: italic;
  letter-spacing: 0.6px;
}

.search-field::placeholder {
  background-image: none;
  color: #bdbdbd;
  font-style: italic;
  letter-spacing: 0.6px;
}

.search-field.drop-down {
  border-radius: 0px;
  background-color: #fff;
  background-image: none;
}

.filter-form {
  width: 95%;
  margin-bottom: 0px;
}

.element-container {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 14px 14px 20px 5px rgba(0, 0, 0, .05);
}

.bar {
  position: relative;
  padding: 20px 0px;
}

.divider-row {
  position: absolute;
  left: 20px;
  top: auto;
  right: 20px;
  bottom: 0%;
  height: 1px;
  background-color: hsla(0, 0%, 74%, .2);
}

.footer {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #383838;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.2px;
  position: absolute;
  bottom: 0
}

.link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}

.link:hover {
  opacity: 0.5;
}

.link:active {
  opacity: 0.8;
}

._18 {
  display: inline-block;
  width: 18%;
}

.field-filter {
  position: static;
  margin-bottom: 0px;
  border: 1px solid #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #383838;
}

.field-filter:hover {
  border-color: hsla(39.67741935483871, 85.32%, 57.25%, 0.50);
}

.field-filter:focus {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(39.67741935483871, 85.32%, 57.25%, 1.00);
  border-radius: 0px;
  color: #383838;
  font-style: normal;
}

.field-filter::-webkit-input-placeholder {
  background-image: none;
  color: #bdbdbd;
  font-style: italic;
  letter-spacing: 0.6px;
}

.field-filter:-ms-input-placeholder {
  background-image: none;
  color: #bdbdbd;
  font-style: italic;
  letter-spacing: 0.6px;
}

.field-filter::-ms-input-placeholder {
  background-image: none;
  color: #bdbdbd;
  font-style: italic;
  letter-spacing: 0.6px;
}

.field-filter::placeholder {
  background-image: none;
  color: #bdbdbd;
  font-style: italic;
  letter-spacing: 0.6px;
}

.activity-icon {
  width: 24px;
  margin-right: 12px;
}

.activity-text {
  display: inline-block;
  line-height: 16px;
}

.activity-text.corretto {
  color: hsla(88.97959183673468, 88.02%, 32.75%, 1.00);
}

.activity-text.in-corso {
  color: hsla(43.96761133603239, 100.00%, 48.43%, 1.00);
}

.activity-text.allerta {
  color: #e01f1f;
}

.activity-text.attenzione {
  color: #fa6400;
}

.search-wrapper {
  width: 45%;
  margin-right: auto;
  margin-left: auto;
}

.search-filter-bar {
  padding-bottom: 0px;
  text-align: center;
}

.search-filter-bar.login {
  text-align: left;
}

.search-card {
  text-align: center;
}

.search-card._48 {
  width: 48%;
  margin-top: 2vh;
  float: left;
}

.search-card._48.r {
  float: right;
}

.selectric-scroll li:first-child
{
  display: none
}

.search-card._30 {
  width: 30%;
  float: left;
  margin-right:20px
}

._5{
  width: 5%;
}

.text-field {
  position: static;
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
  border: 1px solid #fff;
  background-image: url('../images/search-active.svg');
  background-position: 97% 50%;
  background-size: auto 16px;
  background-repeat: no-repeat;
  box-shadow: 14px 14px 20px -1px rgba(0, 0, 0, .05);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #383838;
}

.text-field:hover {
  border-color: hsla(39.67741935483871, 85.32%, 57.25%, 0.50);
}

.text-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(39.67741935483871, 85.32%, 57.25%, 1.00);
  border-radius: 0px;
  color: #383838;
  font-style: normal;
}

.text-field::-webkit-input-placeholder {
  background-image: none;
  color: #bdbdbd;
  font-style: italic;
  letter-spacing: 0.6px;
}

.text-field:-ms-input-placeholder {
  background-image: none;
  color: #bdbdbd;
  font-style: italic;
  letter-spacing: 0.6px;
}

.text-field::-ms-input-placeholder {
  background-image: none;
  color: #bdbdbd;
  font-style: italic;
  letter-spacing: 0.6px;
}

.text-field::placeholder {
  background-image: none;
  color: #bdbdbd;
  font-style: italic;
  letter-spacing: 0.6px;
}

.text-field.drop-down {
  border-radius: 0px;
  background-color: #fff;
  background-image: none;
}

.text-field-container.disabled{
  background-color: #eeeeee;
  border: 1px solid #eeeeee
}

.text-field.qr {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/QR.png');
  background-size: auto 24px;
  font-size: 32px
}
.search-bar {
  margin-bottom: 60px;
  padding-bottom: 0px
}

.text-field-container {
  position: static;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #fff;
  box-shadow: 14px 14px 20px -1px rgba(0, 0, 0, .05);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #383838
}

.text-field-container:hover {
  border-color: hsla(39.67741935483871, 85.32%, 57.25%, 0.50)
}

.text-field-container:focus {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(39.67741935483871, 85.32%, 57.25%, 1.00);
  border-radius: 0px;
  color: #383838;
  font-style: normal
}

.text-field-container::-webkit-input-placeholder {
  background-image: none;
  color: #bdbdbd;
  font-style: italic;
  letter-spacing: 0.6px
}

.text-field-container:-ms-input-placeholder {
  background-image: none;
  color: #bdbdbd;
  font-style: italic;
  letter-spacing: 0.6px
}

.text-field-container::-ms-input-placeholder {
  background-image: none;
  color: #bdbdbd;
  font-style: italic;
  letter-spacing: 0.6px
}

.text-field-container::placeholder {
  background-image: none;
  color: #bdbdbd;
  font-style: italic;
  letter-spacing: 0.6px
}

.text-field-container.drop-down {
  border-radius: 0px;
  background-color: #fff;
  background-image: none
}

.text-field-container.no-shadow {
  border-color: #f5f5f5;
  box-shadow: none
}

.text-field-container.no-shadow:hover {
  border-color: hsla(39.67741935483871, 85.32%, 57.25%, 0.50)
}

.text-field-container.no-shadow:active {
  border-color: hsla(39.67741935483871, 85.32%, 57.25%, 1.00)
}

.text-field-container.no-shadow:focus {
  border-color: hsla(39.67741935483871, 85.32%, 57.25%, 1.00)
}

.formbuilder-checkbox, .formbuilder-radio{
  display: flex
}

.rendered-form p, .formbuilder-text, .formbuilder-number {
  text-align: left !important
}

.rendered-form input[type=text] {
  width: 80%
}

.tooltip-element{
  color: #fff;
  background: #000;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  margin: 0 5px;
  font-size: 12px;
}

*[tooltip]{
  position: relative
}

.radio-group, .checkbox-group{
  padding-left: 24px;
  padding-bottom: 8px
}

*[tooltip]:hover::before{
  border: solid;
  border-color: #222 transparent;
  border-width: 6px 6px 0;
  bottom: 17px;
  content: '';
  left: 2px;
  position: absolute;
  z-index: 99
}

*[tooltip]:hover::after{
  background: rgba(0,0,0,0.9);
  border-radius: 5px 5px 5px 0;
  bottom: 23px;
  color: #fff;
  content: attr(tooltip);
  padding: 10px 5px;
  position: absolute;
  z-index: 98;
  left: 2px;
  width: 230px;
  text-shadow: none;
  font-size: 12px;
  line-height: 1.5em
}

.other-val{
  margin-left: 8px
}

.formbuilder-date{
  text-align: left !important
}

.formbuilder-date input, .formbuilder-text input, .formbuilder-number input {
  margin-left: 24px;
  margin-bottom: 8px
}

.noPadding{
  padding: 0 !important
}

.moreTab{
  padding-left: 24px
}

.label-field {
  margin-bottom: 0px;
  padding-left: 12px;
  color: #666;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: none
}

.label-field.required{
  font-weight: 800
}

.search-field-contain {
  position: static;
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
  border: 0px none #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #383838
}

.search-field-contain:hover {
  border-style: none;
  border-width: 0px;
  border-color: hsla(39.67741935483871, 0.00%, 100.00%, 1.00)
}

.search-field-contain:active {
  border-style: none;
  border-width: 0px
}

.search-field-contain:focus {
  border-style: none;
  border-width: 0px;
  border-color: hsla(39.67741935483871, 0.00%, 100.00%, 1.00);
  border-radius: 0px;
  color: #383838;
  font-style: normal
}

.search-field-contain::-webkit-input-placeholder {
  background-image: none;
  color: #bdbdbd;
  font-style: italic;
  letter-spacing: 0.6px
}

.search-field-contain:-ms-input-placeholder {
  background-image: none;
  color: #bdbdbd;
  font-style: italic;
  letter-spacing: 0.6px
}

.search-field-contain::-ms-input-placeholder {
  background-image: none;
  color: #bdbdbd;
  font-style: italic;
  letter-spacing: 0.6px
}

.search-field-contain::placeholder {
  background-image: none;
  color: #bdbdbd;
  font-style: italic;
  letter-spacing: 0.6px
}

.search-field-contain.drop-down {
  border-radius: 0px;
  background-color: #fff;
  background-image: none
}

.notifiche {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 40px;
  margin-left: 40px;
  float: right;
  background-image: url('../images/notifiche.svg');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  cursor: pointer;
  position: fixed;
  left: auto;
  top: 18px;
  right: 0%;
  bottom: 0%
}

.notifiche:hover {
  background-size: 25px 25px;
  opacity: 1
}

.li-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: center
}

.lilist{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #212121;
  text-align: center;
  text-decoration: none
}

.li:hover {
  color: hsla(39.67741935483871, 85.32%, 57.25%, 1.00)
}

.li:active {
  color: hsla(39.5260663507109, 100.00%, 41.37%, 1.00)
}

.li.w--current {
  background-color: rgba(255, 153, 0, 0.2);
  color: #f90
}

.li.logout{
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.noDesktop{
  display: none
}

.divider-nav {
  width: 1px;
  height: 60%;
  margin-left: 20px;
  background-color: #f5f5f5;
  color: #f5f5f5
}

.logoautocenter{
  position: absolute;
  left: 0%;
  top: 24px;
  height: 32px;
  right: 0%;
  bottom: auto;
  text-align: center
}

.allert-notifica {
  position: absolute;
  left: auto;
  top: -10%;
  right: -10%;
  bottom: auto;
  display: inline-block;
  width: 22px;
  height: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 100%;
  background-color: hsla(39.67741935483871, 85.32%, 57.25%, 1.00);
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  font-weight: 900;
  text-align: center
}

.allert-notifica.item {
  left: auto;
  top: 0%;
  right: 5%;
  bottom: auto;
  width: 12px;
  height: 12px
}

.notification-link{
  color: #383838;
  text-decoration: none
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px
}

.switch input:not(#openScore) {
  opacity: 0;
  width: 0;
  height: 0
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #444;
  -webkit-transition: .4s;
  transition: .4s
}

.slider.round {
  border-radius: 34px
}

.slider.round:before {
  border-radius: 50%
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s
}

input:checked + .slider {
  background-color: #f90
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px)
}

.lista-norifiche {
  position: absolute;
  top: 102%;
  right: 0px;
  display: none;
  width: 300px;
  height: auto;
  padding: 0px;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0 15px 20px 2px rgba(0, 0, 0, .1);
  opacity: 0;
  text-align: left
}

.item-notifica {
  position: relative;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 15px 15px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #f5f5f5
}

.item-notifica p{
  word-break: break-word
}

.data-notifica {
  display: inline-block;
  margin-bottom: 10px;
  color: #bdbdbd;
  font-size: 14px;
  line-height: 14px
}

.item-ricerca {
  font-weight: 700
}

.caricamento-busta {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left
}

.text-caricamento {
  display: block;
  width: 50%;
  float: left;
  text-align: left
}

.action-caricamento {
  width: 50%;
  float: right
}

.action-complete {
  margin-top: 15px;
  margin-right: 40px;
  float: right;
  color: hsla(39.67741935483871, 85.32%, 57.25%, 1.00);
  font-weight: 700;
  text-align: right;
  letter-spacing: 0.8px
}

.content-step {
  width: 100%;
  padding-top: 80px;
  padding-right: 20%;
  padding-left: 20%
}

.card-qr {
  width: 15%;
  padding: 10px 10px 30px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 8px;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  margin-right: 15px
}

.card-qr:hover {
  background-color: hsla(0, 0%, 96%, .5);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05)
}

.card-qr:active, .card-qr.selected {
  border-color: hsla(39.67741935483871, 85.32%, 57.25%, 1.00);
  background-color: hsla(39.67741935483871, 85.32%, 57.25%, 1.00)
}

.card-qr:focus {
  border-color: hsla(39.67741935483871, 85.32%, 57.25%, 1.00);
  background-color: hsla(39.67741935483871, 85.32%, 57.25%, 1.00)
}

.qr-image {
  width: 100%;
  height: auto;
  margin-bottom: 30px
}

.allineamento-distribuito {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center
}

.overlay-pop-up {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 800;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(56, 56, 56, .8);
  opacity: 0
}

.block-overlay {
  position: relative;
  width: 50%;
  padding: 40px 29px;
  border-radius: 12px;
  background-color: #fff;
  text-align: center
}

.orange {
  color: hsla(39.67741935483871, 85.32%, 57.25%, 1.00);
  font-weight: 400
}

.bold {
  font-weight: 700
}

.close {
  position: absolute;
  left: auto;
  top: -10%;
  right: 0%;
  bottom: auto;
  width: 20px;
  height: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer
}

.deleteIcon{
  cursor: pointer;
  width: 12px;
  margin-left: 12px;
}

.close:hover {
  -webkit-transform: rotate(90deg) scale(1.15);
  -ms-transform: rotate(90deg) scale(1.15);
  transform: rotate(90deg) scale(1.15)
}

.bar-pdv {
  position: relative;
  padding: 20px 0px
}

._50 {
  width: 50%;
  float: left
}

._50.r {
  float: right
}

._50.full-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

._50.full-page.img {
  border-style: solid;
  border-width: 20px;
  border-color: #fff;
  background-image: url('../images/IMG.jpg');
  background-position: 50% 0%;
  background-repeat: no-repeat
}

._50.auto {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  float: none
}

._50.content {
  width: 100%;
  padding-right: 25%;
  padding-left: 25%
}
.heading {
  text-align: left;
}

.info-text {
  padding-right: 40px;
  text-align: left;
}

.p-inline {
  display: inline-block;
}

.quest {
  margin-left: 5px;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.quest:hover {
  -webkit-transform: scale(1.05) translate(0px, -10px);
  -ms-transform: scale(1.05) translate(0px, -10px);
  transform: scale(1.05) translate(0px, -10px);
}

.step-riepilogo {
  padding-top: 40px;
  padding-bottom: 60px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #f5f5f5;
  text-align: center;
}

.step-riepilogo.no-stroke {
  border-style: none;
  border-width: 1px;
}

.form-login {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 14px 14px 20px -1px rgba(0, 0, 0, .05);
  text-align: left;
}

.ricordami {
  width: 50%;
}

.checkbox {
  display: inline-block;
  width: 50%;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 14px
}

.title{
  display: none
}

.checkbox-2 {
  font-size: 18px
}

.checkbox-icon {
  margin-top: 2px;
  border-style: solid;
  border-width: 30px;
  border-color: #fff;
  border-radius: 0px;
  box-shadow: 1px 1px 3px 0 transparent;
  color: #e01f1f;
}

.logo-login {
  margin-bottom: 40px;
}

._40 {
  display: inline-block;
  width: 40%;
  padding-right: 20px;
  padding-left: 20px;
}

._80 {
  width: 80%;
}

._80-copy {
  width: 80%;
}

._50vh {
  display: block;
  height: 50vh;
  margin-bottom: 20px;
}

.h2 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

.h2.wait {
  color: hsla(43.96761133603239, 100.00%, 48.43%, 1.00);
}

.h2.allert {
  color: #e01f1f;
}

.h2.perfect {
  color: hsla(88.97959183673468, 88.02%, 32.75%, 1.00);
}
@font-face {
  font-family: 'Lato hairline';
  src: url('../fonts/Lato-Hairline.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

.flexed form{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flexed .half{
  width: 49%
}

.flexed .third{
  width: 32%;
  margin-bottom: 24px
}

.flexed .full, .dropzone{
  width: 100%;
  margin-bottom: 24px
}

.full .label-field{
  padding-left: 0;
  margin-bottom: 12px;
}

.half.notFirst{
  margin-top: 24px
}

.txtLogo{
  float:left;
  color:#000
}

#overlay, .overlay{
  position: fixed;
  left: 0;
  top:0;
  z-index: 99999;
  display: none;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  min-width: 100vw;
  margin-left: 0px;
  background-color: rgba(0, 0, 0, 0.82)
}

.close{
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer
}

#popup, .popup{
  position: relative;
  top: 50%;
  width: 40vw;
  height: 30vh;
  border-radius:16px;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, 0.87);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%)
}

.popup.bigger{
  width: 70vw;
  height: 70vh
}

#popup p, .popup p{
  font-size: 16px;
  margin: auto;
  text-align: center;
  line-height: 29vh
}

#popup p.more{
  line-height: 8vh
}

.otpText{
  width:100px;
  margin: auto
}

.button.otp{
  margin: auto;
  float: initial;
  margin-top: 18px;
  line-height: initial
}

a.news{
  width: 25%;
  margin-right: 25px;
  border:1px solid black
}

.newsCard{
  width: 100%;
  padding-bottom: 74px;
  position: relative;
  background-color: white;
  display: inline-block;
  transition: 0.4s;
  padding: 24px 24px 24px 24px;
}

.goin{
  opacity: 0;
  transition: 0.4s;
  position: absolute;
  bottom: 24px;
  left: 24px;
  text-transform: uppercase;
  color: #000;
  font-weight: 800;
  font-size: 13px
}

.card:hover .goin, .goin:hover, #main a:hover .goin{
  opacity: 1;
}

.newsCard h3{
  margin: 0;
  color: #34495E;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.46px;
  line-height: 16px;
  text-transform: uppercase;
}

.card h1{
  color: #000000;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 0.86px;
  line-height: 34px;
  text-transform: capitalize;
  margin: 0;
  margin-top: 18px;
  margin-bottom: 18px;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis.dark div{
  background: #222;
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.navbarmobile.mobile {
  z-index: 900;
  display: none;
}

.fulloverlaymobile{
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 150;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(33, 33, 33, 0.5)
}

.fulloverlaymobile.burgernav{
  z-index: 901
}

.logoleft{
  position: fixed;
  left: 32px;
  top: 22px;
  right: auto;
  bottom: auto;
  z-index: 9005;
  text-align: center
}

.btnMobile{
  display: none
}

.bloxkinfoconcorso{
  margin-top: 16px
}

.documentlist{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  padding-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.documenttodownload{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  padding: 8px 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #f90;
  border-radius: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #f90;
  text-decoration: none
}

.topbar{
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  background-color: #fff;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1)
}

.navbarconcorso{
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  padding: 24px 64px 24px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  z-index: 9999999
}

.progressbar{
  padding: 0px 24px 10px
}

.numerostep{
  float: left;
  font-size: 0.8em;
  font-weight: 700
}

.nomestep{
  float: right;
  font-size: 0.8em;
  font-weight: 700
}

.progress{
  position: relative;
  width: 100%;
  height: 14px;
  margin-top: 6px;
  border-radius: 10000px;
  background-color: #eaeaea
}

.stepdot{
  position: absolute;
  left: 4px;
  top: 3px;
  z-index: 10;
  width: 8px;
  height: 8px;
  border-radius: 60px;
  background-color: #fff
}

.stepdot.center{
  left: 48%;
  top: 3px;
  right: 0%;
  bottom: auto
}

.progress.step{
  z-index: 5;
  width: 40%;
  background-color: #78c87a
}

.hide{
  display: none
}

.heading-2{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #212121;
  font-size: 1.2em;
  line-height: 1.1em;
  font-weight: 700
}

.back{
  width: 64px;
  height: 64px;
  background-image: url('../images/back.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  cursor: pointer
}

.snapbottombutton{
  margin-bottom: 148px
}

.pager img{
  width: 29px
}

@media screen and (max-width:768px){
  .mobile{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: white;
    display: block
  }

  .w-100-m{
    width: 100%
  }

  .deleteIcon{
    margin-left: 0
  }

  .fist-section{
    padding-top: 88px
  }

  .logoleft{
    left: 40%;
    top: 22px;
    right: 40%;
    bottom: auto;
    z-index: 491;
    text-align: center
  }

  .fulloverlaymobile.burgernav{
    cursor: pointer
  }

  .li.logout{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
  }

  .title{
    display: block;
    width: 100%;
    margin-bottom: 16px;
    padding-bottom: 32px;
    padding-left: 10%;
    border-bottom: 1px solid #eaeaea;
    color: #f90;
    font-size: 1.6em;
    line-height: 1em;
    font-weight: 400;
    text-align: left
  }

  .navbar{
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 910;
    height: 100vh;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
    height: auto;
    width: 80%
  }

  .navbar .notifiche{
    display: none
  }

  .lilist{
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
  }

  .li.w--current{
    background-color: rgba(255, 153, 0, 0.2);
    -webkit-transition-property: none;
    transition-property: none;
    color: #f90
  }

  .iconli{
    width: 32px;
    margin-right: 16px
  }

  .li{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px;
    text-align: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 1.2em
  }

  .li.logout.web, .noMobile{
    display: none
  }

  a.news{
    width: 100%;
    margin-right: 0;
    display: block;
    margin-top: 20px
  }

  .navbarmobile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    padding: 24px 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 1px 12px 0 rgba(33, 33, 33, 0.1)
  }

  .navbarmobile.mobile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 490;
    display: block;
    width: 100%;
    height: 64px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .notifiche{
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 64px;
    height: 64px;
    float: left;
    background-image: url('../images/notifiche.svg');
    background-position: 50% 50%;
    background-size: 32px;
    background-repeat: no-repeat;
    cursor: pointer
  }

  .burger{
    width: 64px;
    height: 64px;
    float: right;
    background-image: url('../images/menu.svg');
    background-position: 50% 50%;
    background-size: 32px;
    background-repeat: no-repeat;
    cursor: pointer
  }

  .linedivider, .flexed .third{
    width: 100%
  }

  .btnMobile{
    display: block;
    margin-top: 5vh;
    width: 100%;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 22px;
    min-width: 160px;
    padding: 14px 31px 16px;
    border-radius: 8px;
    background-color: #f90;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    font-size: 0.7em;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.2px;
    text-transform: uppercase
  }

  #popup{
    width: 90vw;
    height: 40vh
  }

  #cTime{
    display: none
  }

  .wrapper.flexed{
    flex-wrap: wrap
  }

  .snapbottombutton{
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 70px;
    z-index: 50;
    margin-top: 0px;
    padding: 8px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(33, 33, 33, 0.1);
    margin-bottom: 0
  }

  .snapbottombutton .button{
    width: 100%;
    text-align: center
  }
}

.ml-10{
  margin-left: 10px
}

.mb-10{
  margin-bottom: 10px
}
