@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.0.6
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url(https://fonts.googleapis.com/css?family=Lato);

.slide-in-down.mui-enter,
.slide-in-left.mui-enter,
.slide-in-up.mui-enter,
.slide-in-right.mui-enter,
.slide-out-down.mui-leave,
.slide-out-right.mui-leave,
.slide-out-up.mui-leave,
.slide-out-left.mui-leave,
.fade-in.mui-enter,
.fade-out.mui-leave,
.hinge-in-from-top.mui-enter,
.hinge-in-from-right.mui-enter,
.hinge-in-from-bottom.mui-enter,
.hinge-in-from-left.mui-enter,
.hinge-in-from-middle-x.mui-enter,
.hinge-in-from-middle-y.mui-enter,
.hinge-out-from-top.mui-leave,
.hinge-out-from-right.mui-leave,
.hinge-out-from-bottom.mui-leave,
.hinge-out-from-left.mui-leave,
.hinge-out-from-middle-x.mui-leave,
.hinge-out-from-middle-y.mui-leave,
.scale-in-up.mui-enter,
.scale-in-down.mui-enter,
.scale-out-up.mui-leave,
.scale-out-down.mui-leave,
.spin-in.mui-enter,
.spin-out.mui-leave,
.spin-in-ccw.mui-enter,
.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
}

.pointer {
  cursor: pointer;
}

/**
   * Define consistent border, margin, and padding.
   */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border-radius: 5px;
}

body {
  padding: 0;
  margin: 0;
  /*font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;*/
  font-family: "Lato", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 5px;
}


button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 5px;
  line-height: 1;
}

.button {
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 0.85em 1em;
  margin: 10px 5px 1rem 0;
  background: #939393;
  color: #fff;
}

[data-whatinput="mouse"] .button {
  outline: 0;
}

.button:hover,
.button:focus {
  /*background: #1764e7;*/
  background: #b3b3b3;
  color: #fff;
}

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  /*height: 2.4375rem;*/
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  /*font-size: 1rem;*/
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 5px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type="text"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="color"]:focus,
textarea:focus {
  border: 2px solid #1585cf;
  background: #ffffcc;
  outline: none;
  box-shadow: 0 0 0 #2199e8;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

[type="submit"],
[type="button"] {
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

label {
  display: block;
  /*margin-top: 20px;*/
  /*font-size: 0.875rem;*/
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group > *:first-child {
  border-radius: 5px 0 0 5px;
}

.input-group > *:last-child > * {
  border-radius: 0 5px 5px 0;
}

select {
  width: 100%;
  border: 1px solid #cacaca;
  border-radius: 5px;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fafafa;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
  background-size: 9px 6px;
  background-repeat: no-repeat;
  /* start truncate text option */
  padding: 0 30px 0 10px !important;
  -webkit-padding-end: 30px !important;
  -webkit-padding-start: 10px !important;
  /* end truncate text option */
}

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-left: 0;
}

.badge-install {
  display: inline-block;
  padding: 0.1em;
  min-width: 1.3em;
  font-size: 0.55rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fefefe;
}

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 5px;
  position: relative;
  color: #0a0a0a;
  background-color: white;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  display: block;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
  border-radius: 5px;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 5px;
  background: #2199e8;
  color: #fefefe;
}

/* Duplicazioni? */
.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 5px;
}

.pagination a,
.pagination button {
  color: #0a0a0a;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 5px;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #adadad;
  /*background: #2199e8;*/
  color: #fefefe;
  cursor: default;
}

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #fff;
  padding: 0.125rem;
  border-radius: 5px;
}

.progress .meter {
  background: #008cba;
  display: block;
  height: 100%;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8;
  border-radius: 5px;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  border-radius: 5px;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  margin: 100px auto 0 auto;
  background-color: #fefefe;
  border-radius: 5px;
  position: absolute;
  overflow-y: auto;
}

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 5px;
  color: inherit;
  font-weight: inherit;
}

.switch-paddle::after {
  background: #fefefe;
  content: "";
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  transition: all 0.25s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 5px;
}

table {
  margin-bottom: 1rem;
  border-radius: 5px;
}

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.title-bar {
  background: #9e0f07;
  color: #fefefe;
  padding: 0.5rem;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}

.menu-icon:hover::after {
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}

/* rimuove i puntini di sottolineatura */
.has-tip {
  border-bottom: 0px;
  font-weight: normal;
}
.tooltip {
  max-width: fit-content; !important;
  border-radius: 5px;
  background-color: #0a0a0ac4;
}

.top-bar {
  padding: 0.5rem;
}

.top-bar,
.top-bar ul {
  background-color: #be1a16;
}

.top-bar a {
  color: #fefefe;
}

.slide-in-down.mui-enter {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(
    0.76,
    -0.245,
    0.24,
    1.245
  ) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}

@keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,
  30%,
  70%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,
  30%,
  70%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
  animation-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(
    0.76,
    -0.245,
    0.24,
    1.245
  ) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important;
}

/*body {*/
/*background: url("../img/background.png") repeat-x;*/
/*font-family: 'Lato', sans-serif;*/
/*}*/

.sidebar {
  background: #be1a16;
  /*background: #33aa33;*/
  height: 100%;
  padding: 0;
  box-shadow: 5px 0px 5px -2px #ccc;
}

@media screen and (min-width: 39.9375em) {
  .sidebar {
    position: fixed;
  }
}

.sidebar .menu li a {
  padding: 1rem 1rem;
  color: white;
  text-transform: uppercase;
}

.sidebar .menu li a:hover,
.sidebar .menu li a.active {
  background: #d6251d;
  color: white;
}

.sidebar .menu > li > a > i {
  vertical-align: middle;
  width: 1.1em;
}

.sidebar .menu > li.separator,
.top-bar .menu > li.separator {
  border-top: 1px solid #f0f0f0;
  margin: 0.75rem 1rem;
}

.sidebar .menu li.librofirma {
  padding: 1rem 0.9rem;
  /*background: #339933;*/
  background: #9e0f07;
  color: white;
}

.sidebar-footer {
  box-sizing: border-box;
  border-top: 1px solid #9e0f07;
  bottom: 0;
  min-height: 40px;
  padding: 0px 40px 0 0;
  position: absolute;
  width: 100%;
}

.sidebar-footer > a.sidebar-toggle {
  color: white;
  display: block;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 48px;
}

.sidebar-footer > a.sidebar-toggle:hover {
  background-color: #d6251d;
}

#app-name {
  vertical-align: middle;
}

#app-name-abbr {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  line-height: 1em;
  font-size: 1.3rem;
}

.sidebar-collapsed #sidebar-collapse,
#sidebar-expand,
#app-name-abbr,
.sidebar-collapsed #app-name,
.sidebar-collapsed #app-version,
#logo-arubapec-mini,
.sidebar-collapsed #logo-arubapec {
  display: none;
}

#sidebar-collapse,
.sidebar-collapsed #sidebar-expand,
.sidebar-collapsed #app-name-abbr,
#app-name,
.sidebar-collapsed #logo-arubapec-mini {
  display: initial;
}

.sidebar-collapsed .logo-wrapper {
  padding: 0.6rem;
}

.sidebar-collapsed #no-mobileApp-menu {
  width: 48px; /* 3rem */
}

.sidebar-collapsed #no-mobileApp-menu .menu-item-text {
  display: none;
}

.sidebar-collapsed #content-div-block {
  width: 100%;
  padding-left: 63px;
}

/*
    transform: rotate(90deg) scale(0.5) translate(4rem, 17rem);

    transform: rotate(90deg) scale(0.5);
    transform-origin: bottom left;
*/

.logo-wrapper {
  background: #fff;
  text-align: center;
  padding: 0.625rem 1rem;
}

.m_topBottom {
  margin: 3.125rem 0;
}

.m_top {
  margin-top: 3.125rem;
}

.border {
  border: 3px solid #eee;
}

.padding {
  padding: 1.25rem;
}

.background {
  background: url("../img/background.png") repeat-x;
}

.titolo__divisore {
  height: 0.125rem;
  width: 90%;
  background-color: #eee;
  text-align: center;
  margin: 5rem auto;
}

.titolo__divisore strong {
  top: -0.7em;
  position: relative;
  background: url("../img/background.png") repeat-x;
  padding: 0.5rem;
  border: 0.125rem solid #eee;
  border-radius: 0.625rem;
  box-shadow: 0 0 0.2em #eee;
}

button.aggiungi {
  margin-top: 1.25rem;
}

.verde {
  color: #3adb76;
}

.giallo {
  color: #ffae00;
}

.rosso {
  color: #ec5840;
}

.grigio {
  color: #8f8f8f;
}

.blue {
  color: #2199e8;
}

.table_nPratica {
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
}

.select2-container {
  width: 100% !important;
}

@font-face {
  font-family: "librofirma";
  src: url("/static/fonts/librofirma.eot");
  src: url("/static/fonts/librofirma.eot?#iefix") format("embedded-opentype"),
    url("/static/fonts/librofirma.woff") format("woff"),
    url("/static/fonts/librofirma.ttf") format("truetype"),
    url("/static/fonts/librofirma.svg#librofirma") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "librofirma" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "librofirma" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pencil-square-o:before {
  content: "\61";
  font-size: 1.5rem;
}

.icon-archive:before {
  content: "\62";
  font-size: 1.5rem;
}

.icon-file-text:before {
  content: "\63";
  font-size: 1.5rem;
}

.icon-share:before {
  content: "\64";
  font-size: 1.5rem;
}

.icon-pen-streamline-1:before {
  content: "\65";
}

.icon-locked:before {
  content: "\66";
}

.icon-trash-o:before {
  content: "\67";
  font-size: 1.5rem;
}

.icon-reset:before {
  content: "\68";
  font-size: 1.5rem;
}

body.login {
  background: url("../img/background.png") repeat-x;
}

.login_logo_wrap {
  text-align: center;
}

.nostyle {
  margin-left: 10px;
  margin-right: 10px;
}

.touch {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.toolbarXXX {
  float: left;
  padding-left: 15px;
  margin-bottom: 1.5rem;
}

/*message box*/
#messages {
  padding-left: 0px;
  list-style-type: none;
}

.message-info,
.message-success,
.message-warning,
.message-error,
.message-validation {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.message-info {
  color: #00529b;
  background-color: #bde5f8;
  background-image: url("../img/info.png");
}

.message-success {
  color: #4f8a10;
  background-color: #dff2bf;
  background-image: url("../img/success.png");
}

.message-warning {
  color: #9f6000;
  background-color: #feefb3;
  background-image: url("../img/warning.png");
}

.message-error {
  color: #d8000c;
  background-color: #ffbaba;
  background-image: url("../img/error.png");
}

.message-validation {
  color: #d63301;
  background-color: #ffccba;
  background-image: url("../img/error.png");
}

/*end message box*/

.ajax-error {
  color: #d8000c;
  /*background-color: #FFBABA;*/
}

.handcursor {
  cursor: pointer;
}

.placeholder_container {
  /*#placeholder_container{*/
  width: auto;
  height: 100px;
  background: #eff0f1;
  float: right;
  overflow-y: auto;
  overflow-x: auto;
  max-height: 100px;
  border-radius: 5px;
  padding: 5px;
}

.grigliabottoni {
  display: grid;
  grid-template-columns: repeat(auto-fill, 150px);
  padding: 0;
  width: 100%;
}

.grigliaricerca {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-column-gap: 1%;
  padding: 0;
  margin-left: 1%;
  margin-right: 1%;
  /*width: 100%;*/
}

.duecolonne {
  grid-column: auto / span 2;
}

@media only screen and (max-width: 515px) {
  .duecolonne {
    grid-column: auto;
  }
}

/*per i pulsanti della pagina di configurazione*/
.conf-button {
  background-color: #939393;
  border: none;
  color: white;
  /* padding: 40px 40px; */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
  width: 140px;
  height: 140px;
}

.conf-button:hover {
  background: #b3b3b3;
}

.icon {
  font-size: 40px;
}

.advanced,
.advanced:hover,
.advanced:active,
.advanced:visited {
  color: black;
  float: right;
}

.ruota {
  transition: all 1s;
}

.crossRotate {
  color: black;
  transform: rotate(90deg);
  display: block;
  float: right;
}

.crossRotate-active {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.separator {
  border-top: 1px solid #8c8b8b;
}

/*stile per la form di inserimento dei metadati*/
.metadata-form-dynamic-container {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}

.metadata-form-dynamic {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  margin: 10px;
}

#metadata-extrainfos-container {
  /*content: 'Extra info';*/
  border-bottom: 1px solid #8c8b8b;
  width: 100%;
}

/*end stile per la form di inserimento dei metadati*/

.archiviazione_edit {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.select-disabled {
  width: auto !important;
}

.toolbar-button {
  font-size: 1.5rem;
  margin: 0 1.5rem 0 1.5rem;
}

.button-bar {
  font-size: 2rem;
  float: right;
}

input[type="text"]:invalid {
  color: red;
}

#wizard_navigation {
  margin-top: 20px;
  text-align: right;
}

.no-margin {
  margin: 0;
}

div.template_preview {
  width: 210px;
  height: 280px;
  overflow: auto;
  float: left;
  margin-right: 1rem;
  cursor: pointer;
}

div.template_preview:hover {
  background-color: #def0fc;
}

div.template_preview .info_template {
  font-size: 80%;
}

div.template_preview .info_template ul {
  margin-left: 0;
}

div.template_preview .info_template li {
  list-style: none;
}

div.template_preview .info_template li i {
  display: inline-block;
  width: 1.5em;
}

div.template_preview .info_template span.plugin:after {
  content: ", ";
}

div.template_preview .info_template span.plugin:last-child:after {
  content: none;
}

div.template_preview .delete_template {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: none;
  margin: 0;
}

div.template_preview:hover .delete_template {
  display: block;
}

#wizard_header {
  background-color: white;
}

#wizard_header .title_container {
  padding: 10px;
}

#wizard_header .title_container h4 {
  margin: 0;
  padding: 0;
}

#wizard_header .steps_container {
  margin: 10px 0;
  background-color: #f1f1f1;
  border-radius: 5px;
  width: 80vw;
  left: 50%;
}

#wizard_header .steps {
  display: inline-block;
  background-color: white;
}

#wizard_header .steps div {
  position: relative;
  display: inline-block;
  margin-right: 1px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  background-color: #f1f1f1;
  font-size: 15px;
}

#wizard_header .steps div:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 10px;
  border-color: transparent transparent transparent white;
}

#wizard_header .steps div:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  margin-right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 10px;
  border-color: transparent transparent transparent #f1f1f1;
  z-index: 1;
}

#wizard_header .steps div.active {
  background-color: /*#939393*/ #be1a16;
  color: white;
  font-weight: bold;
}

#wizard_header .steps div.active:after {
  border-color: transparent transparent transparent /*#939393*/ #be1a16;
}

#wizard_header .steps div.done {
  background-color: #939393;
  color: white;
}

#wizard_header .steps div.done:after {
  border-color: transparent transparent transparent #939393;
}

#wizard_header .steps div:first-child {
  border-radius: 5px 0 0 5px;
}

#wizard_header .steps div:first-child:before {
  content: none;
  border: none;
}

#wizard_header .steps div:last-child {
  margin-right: 0;
}

#wizard_header .steps div:last-child:after {
  border: none;
}

#wizard_header h4 {
  margin: 0;
}

#wizard_body h4 {
  margin: 0;
}

#wizard_container .wizard_step_info {
  border-bottom: 2px solid #be1a16;
  padding: 0 0 0.5rem 0;
  margin-bottom: 1rem;
  width: 80vw;
  left: 50%;
}

#wizard_errors {
  margin-top: 10px;
  width: 80vw;
}

#wizard_errors .error-list .error {
  display: list-item;
  margin-left: 50px;
}

#wizard_navigation #wizard_prev {
  margin-right: 50px;
}

#wizard_container td .button,
#wizard_container td select {
  margin-top: 0;
  margin-bottom: 0;
}

#wizard_container td.row-buttons {
  text-align: right;
  white-space: nowrap;
}

#wizard_container table.dataTable {
  margin: 0 !important;
}

.wizard_documenti .drop-area {
  text-align: center;
  height: 150px;
}

.wizard_documenti .drop-area button {
  position: relative;
  overflow: hidden;
}

.wizard_documenti .drop-area button input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.wizard_documenti #tabella_documenti,
wizard_documenti #tabella_allegati {
  width: 100%;
}

.wizard_richieste td select {
  box-sizing: border-box;
}

.wizard_richieste tbody tr:first-child .muovi_su_richiesta {
  visibility: hidden;
}

.wizard_richieste tbody tr:last-child .muovi_giu_richiesta {
  visibility: hidden;
}

.wizard_apposizioni #sez_documenti #elenco_documenti {
  text-align: center;
}

#sez_firmatari table {
  width: 100%;
  border: none;
  display: none;
}

#sez_firmatari table tbody {
  border: none;
}

#sez_firmatari table tbody tr {
  background: none;
}

#sez_firmatari table tbody tr.riga-firme {
  border-top: 1px solid;
}

#sez_firmatari table tbody tr.esito_accettata {
  color: #3adb76;
}

#sez_firmatari table tbody tr td:first-child {
  padding-left: 0;
  width: 100%;
}

#sez_firmatari table tbody tr td:last-child {
  padding-right: 0;
}

#sez_firmatari button i {
  width: 12px;
}

#loader-signers {
  padding-top: 48px;
}

#loader-firma-container {
  border-top: 1px solid;
}

#sez_pdf {
    display: none;
}

#sez_pdf #outerContainer {
  height: 700px;
}

#sez_pdf #viewerContainer {
  background: #ebebeb;
}

#loader-document {
  padding-top: 32px;
}

#viewerContainer {
  box-sizing: unset;
}

#sez_documenti .docThumb {
  cursor: pointer;
  margin-bottom: 20px;
}

#sez_documenti .docThumb img {
  margin-left: 20px;
  border: 5px solid #f1f1f1;
  border-radius: 5px 0 5px 5px;
  display: inline-block;
}

#sez_documenti .docThumb .docStatus {
  background-color: #f1f1f1;
  border: 5px solid #f1f1f1;
  border-radius: 0 5px 5px 0;
  border-left: none;
  display: inline-block;
  vertical-align: top;
  line-height: 0;
  padding: 2px;
}

#sez_documenti .docThumb.active img {
  border-color: #939393;
}

#sez_documenti .docThumb.active .docStatus {
  background-color: #939393;
  border-color: #939393;
  color: white;
}

#sez_documenti .docThumb .docFilename {
  font-size: small;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 3px;
}

.renderfirma {
  display: inline-block;
  top: 0px;
  left: 0px;
  cursor: move;
  z-index: 9999 !important;
  position: absolute !important;
  background-color: rgba(245, 245, 220, 0.5);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: inherit;
  font-family: Helvetica;
  line-height: 1;
}

.renderfirma .text {
  position: relative;
  left: 0px;
  /*top: -19%;*/
  white-space: nowrap;
}

.renderfirma .label {
  position: absolute;
  left: 0px;
  top: -1.5rem;
}

.renderfirma .label.num-sequenza {
  top: -3.6rem;
  padding: 3px 9px 3px 12px;
}

.no-toggle {
  padding: 9px 10px 6px 10px !important;
}

.cerca-firma {
  margin-bottom: 6px !important;
}

label.switch-firme {
  margin-left: 4px;
  min-width: 21px !important;
  padding: 0px;
}

.renderfirma .delete {
  display: none;
  font-size: 1rem;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.renderfirma:hover .delete {
  display: inline-block;
}

.renderfirma .resize {
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: se-resize;
  transform: scale(-1, 1);
}

/*.wizard_apposizioni .renderfirma.esito_accettata:hover .delete, .wizard_apposizioni .renderfirma.esito_accettata .resize {*/
/*    display: none;*/
/*}*/

.renderfirma.esito_accettata .label {
  background-color: #3adb76;
  color: #0a0a0a;
}

.nowrap {
  white-space: nowrap;
}

#lista_pratiche .richiesta .azione {
  width: 1.2em;
}

#lista_pratiche .richiesta.accettata .azione,
.azione.accettata,
#elenco_richieste .richiesta.accettata .azione,
.azione.accettata {
  color: #3adb76;
}

#lista_pratiche .richiesta.respinta .azione,
.azione.respinta,
#elenco_richieste .richiesta.respinta .azione,
.azione.respinta {
  color: #ec5840;
}

.dataTable .submenu > li > a > i {
  width: 1.3em;
  vertical-align: baseline;
  margin-right: 0;
  margin-left: -1.3em;
}

.dataTable .submenu > li > a {
  padding-left: 2.2em;
}

.dropdown.menu .azioni.submenu.first-sub {
  left: auto;
  right: 0;
}

.dropdown.menu.left .azioni.submenu.first-sub {
  left: 0;
  right: 0;
}

.dataTable td .maxheight-container {
  max-height: 100px;
  overflow-y: auto;
}

.buttons-container .button-group .button.small {
  font-size: 0.75rem;
  margin: 10px 5px 0 0;
}

.date-filter {
  alignment: right;
}

.date-filter input {
  display: inline-block;
  width: 9em;
  margin: 0 0.3em 0 0.5em;
}

.label.conclusa {
  background: #3adb76 !important;
}

.label.circolazione {
  background: #ffae00 !important;
}

.label.draft {
  color: black;
  background: #e6e6e6 !important;
}

.label.bloccata {
  background: #ec5840 !important;
}

.label.cancellata {
  background: #8f8f8f !important;
}

#lista_pratiche.attive .stato.conclusa {
  color: #3adb76;
}

#lista_pratiche.attive .stato.circolazione {
  color: #ffae00;
}

#lista_pratiche.attive .stato.draft {
  color: inherit;
}

#lista_pratiche.attive .stato.bloccata {
  color: #ec5840;
}

#lista_pratiche.attive .stato.cancellata {
  color: #8f8f8f;
}

#lista_pratiche.evase .stato.conclusa {
  color: inherit;
}

#lista_pratiche.evase .stato.circolazione {
  color: #ffae00;
}

#lista_pratiche.evase .stato.draft {
}

#lista_pratiche.evase .stato.bloccata {
  color: #ec5840;
}

#lista_pratiche.evase .stato.cancellata {
  color: #8f8f8f;
}

#lista_pratiche.archivio .stato.conclusa {
  color: inherit;
}

#lista_pratiche.archivio .stato.circolazione {
  color: #ffae00;
}

#lista_pratiche.archivio .stato.draft {
}

#lista_pratiche.archivio .stato.bloccata {
  color: #ec5840;
}

#lista_pratiche.archivio .stato.cancellata {
  color: #8f8f8f;
}

.priorita.alta {
  color: #ec5840;
}

.priorita.media {
  color: #ffae00;
}

.priorita.bassa {
  color: inherit;
}

td > .button,
td > select {
  margin-top: 0;
  margin-bottom: 0;
}

.img-preview {
  max-height: 100px;
  border: 1px solid grey;
}

#title-preferences {
  border-bottom: 1px grey;
}

.example-container {
  background: #d3d3d31f;
  padding: 5%;
  height: 500px;
  width: 390px;
  box-shadow: 0px 0px 5px 3px lightgray;
}

.preference-example {
  background: lightgray;
  margin: 5px;
  width: 100%;
}

.example-header {
  height: 3%;
}

.example-img-preview {
  height: 58%;
}

#example-img {
  max-height: 50%;
}

#example-img-container {
  padding: 10% 5%;
}

.example-info-container {
  padding-top: 10%;
  font-size: 10px;
}

.example-footer {
  height: 18%;
}

.signature-type {
  color: cornflowerblue;
  cursor: pointer;
}

.signature-separator {
  margin: 0px 10px 0px 10px;
}

table.unstriped tbody tr {
  background-color: white;
}

table tbody tr.row-border {
  border-top: 1px solid lightgrey;
}

.td-top-border {
  border-top: 1px solid lightgrey;
}

input.pw {
  -webkit-text-security: disc;
}

.apposizioni {
  min-height: 100px;
  border: 2px cornflowerblue dashed;
  border-radius: inherit;
}

.apposizioni:empty:before {
  content: attr(data-placeholder);
  color: gray;
  float: left;
}

.doc-apposizioni {
  position: static;
}

.doc-apposizioni span.remove {
  margin-left: 6px;
  font-size: medium;
  cursor: pointer;
}

#sez_firmatari .richiesta {
  padding: 1px;
}

#sez_firmatari .richiesta .label {
  cursor: move;
}

.richiesta .label {
  min-height: 33px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.empty-check {
  min-width: 0px !important;
  padding: 10px 0px 10px 20px !important;
  cursor: default !important;
}

.sweetalert-ok-btn {
  color: #939393;
}

.sweetalert-blu-btn {
  color: #3a5edb;
}

.crop-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#certificatoCarta {
  text-overflow: ellipsis "...   ";
  white-space: nowrap;
  overflow: hidden;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#cerca-richieste {
  height: 2.4375rem;
  margin-top: 24px;
  margin-left: 5px;
}