.bg-azzurro {
  background-color: #3c8dbc; }

.bg-azzurrochiaro {
  background-color: #85d8ff; }

.bg-body {
  background-color: #f5f5f5; }

.bg-azzurroscuro {
  background-color: #367fa9; }

.bg-bianco {
  background-color: #FFF; }

.bg-grigio {
  background-color: #E4E9F0; }

.bg-grigio-blu {
  background-color: #6E8D9F; }

.bg-grigioF5 {
  background-color: #f5f5f5; }

.w10 {
  width: 10px !important; }

.w20 {
  width: 20px !important; }

.w30 {
  width: 30px !important; }

.w40 {
  width: 40px !important; }

.w45 {
  width: 45px !important; }

.w50 {
  width: 50px !important; }

.w60 {
  width: 60px !important; }

.w70 {
  width: 70px !important; }

.w80 {
  width: 80px !important; }

.w90 {
  width: 90px !important; }

.w100 {
  width: 100px !important; }

.w110 {
  width: 110px !important; }

.w110 {
  width: 110px !important; }

.w120 {
  width: 120px !important; }

.w130 {
  width: 130px !important; }

.w140 {
  width: 140px !important; }

.w150 {
  width: 150px !important; }

.w160 {
  width: 160px !important; }

.w170 {
  width: 170px !important; }

.w180 {
  width: 180px !important; }

.w190 {
  width: 190px !important; }

.w200 {
  width: 200px !important; }

.t10 {
  font-size: 10px; }

.t11 {
  font-size: 11px; }

.t12 {
  font-size: 12px; }

.t13 {
  font-size: 13px; }

.t14 {
  font-size: 14px; }

.t15 {
  font-size: 15px; }

.t16 {
  font-size: 16px; }

.t17 {
  font-size: 17px; }

.t18 {
  font-size: 18px; }

.t19 {
  font-size: 19px; }

.t20 {
  font-size: 20px; }

.t21 {
  font-size: 21px; }

.t22 {
  font-size: 22px; }

.t24 {
  font-size: 24px; }

.t26 {
  font-size: 26px; }

.t28 {
  font-size: 28px; }

.t30 {
  font-size: 30px; }

.t32 {
  font-size: 32px; }

.t34 {
  font-size: 34px; }

.t36 {
  font-size: 36px; }

.t38 {
  font-size: 38px; }

.t40 {
  font-size: 40px; }

.lh1 {
  line-height: 1; }

.lh11 {
  line-height: 1.1; }

.lh12 {
  line-height: 1.2; }

.lh13 {
  line-height: 1.3; }

.lh14 {
  line-height: 1.4; }

.lh15 {
  line-height: 1.5; }

.lh16 {
  line-height: 1.6; }

.lh17 {
  line-height: 1.7; }

.lh18 {
  line-height: 1.8; }

.lh19 {
  line-height: 1.9; }

.lh20 {
  line-height: 2; }

.c100 {
  max-width: 100px;
  width: 100%; }

.c200 {
  max-width: 200px;
  width: 100%; }

.c300 {
  max-width: 300px;
  width: 100%; }

.c400 {
  max-width: 400px;
  width: 100%; }

.c500 {
  max-width: 500px;
  width: 100%; }

.c600 {
  max-width: 600px;
  width: 100%; }

.c700 {
  max-width: 700px;
  width: 100%; }

.c800 {
  max-width: 800px;
  width: 100%; }

.c900 {
  max-width: 900px;
  width: 100%; }

.c1000 {
  max-width: 1000px;
  width: 100%; }

.c1100 {
  max-width: 1100px;
  width: 100%; }

.c1200 {
  max-width: 1200px;
  width: 100%; }

.c1300 {
  max-width: 1300px;
  width: 100%; }

.c1400 {
  max-width: 1400px;
  width: 100%; }

.c1500 {
  max-width: 1500px;
  width: 100%; }

.bold {
  font-weight: 700; }

.semi-bold {
  font-weight: 500; }

.normal {
  font-weight: 400; }

.leftbar-green {
  background-color: #93a813; }

.leftbar-red {
  background-color: #ce5043; }

.leftbar-orange {
  background-color: #fda255; }

.leftbar-blue {
  background-color: #1aa1e1; }

.leftbar-lightblue {
  background-color: #85d8ff; }

.leftbar-water {
  background-color: #01a89e; }

.leftbar-purple {
  background-color: #a56abe; }

.leftbar-night {
  background-color: #4a5b7d; }

.leftbar-rose {
  background-color: #e25693; }

.leftbar-violet {
  background-color: #662979; }

.leftbar-darkyellow {
  background-color: #a99601; }

.leftbar-darkgray {
  background-color: #AAAAAA; }

.leftbar-yellow {
  background-color: #FFFF00; }
  .leftbar-yellow button {
    color: #000000 !important; }
  .leftbar-yellow li a {
    color: #000000 !important; }

.flag-unselected {
  opacity: 0.3; }

.padding-menu {
  padding-top: 60px; }
  @media (max-width: 767px) {
    .padding-menu {
      padding-top: 50px; } }

.full-page {
  height: 100vh; }

.full-page-complete {
  min-height: 100vh; }

/* Firefox old*/
@-moz-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* IE */
@-ms-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* Opera and prob css3 final iteration */
@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.blink {
  -moz-animation: blink normal 2.5s infinite ease-in-out;
  -webkit-animation: blink normal 2.5s infinite ease-in-out;
  -ms-animation: blink normal 2.5s infinite ease-in-out;
  animation: blink normal 2.5s infinite ease-in-out; }

.main-footer {
  background-color: #E4E9F0; }

.navbar {
  background-color: #3c8dbc; }
  .navbar .navbar-brand {
    padding: 10px;
    width: 250px; }
    @media (max-width: 767px) {
      .navbar .navbar-brand {
        padding: 5px; } }
    .navbar .navbar-brand img {
      height: 40px; }
      @media (max-width: 767px) {
        .navbar .navbar-brand img {
          height: 30px; } }

.border-top-login {
  border-top: 3px solid #3c8dbc; }

.navbar .dropdown {
  height: 60px; }
  @media (max-width: 767px) {
    .navbar .dropdown {
      height: 50px; } }
  .navbar .dropdown :hover, .navbar .dropdown :focus, .navbar .dropdown :active {
    outline: -webkit-focus-ring-color auto 0px;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
    background-color: #367fa9; }
  .navbar .dropdown .dropdown-menu-right {
    background-color: #3c8dbc;
    top: calc(100% - 10px);
    border-radius: 0px; }
  .navbar .dropdown button {
    height: 60px;
    border-width: 0px; }
    @media (max-width: 767px) {
      .navbar .dropdown button {
        height: 50px; } }

.hamburger {
  padding: 15px 10px 5px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

@media (max-width: 767px) {
  .hamburger {
    padding: 15px 5px 5px 15px; } }
.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000; }

.hamburger-box {
  width: 25px;
  height: 20px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.sidebar-open .hamburger--spring .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }

.sidebar-open .hamburger--spring .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.sidebar-open .hamburger--spring .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

.main-sidebar, .left-side {
  padding-top: 57px; }

.main-header .logo {
  height: 57px; }

.main-header .logo img {
  margin-top: 3px; }

.imgLogo {
  height: 40px;
  margin-bottom: 5px; }

.wrapper {
  width: 100%; }

.full-page {
  height: calc(100vh - 75px); }
  @media (max-width: 767px) {
    .full-page {
      height: calc(100vh - 43px); } }

.main-sidebar {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 250px;
  display: inline-block;
  max-height: calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 60px;
  padding-top: 0px;
  float: left;
  background-color: #367fa9;
  padding-bottom: 50px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  @media (max-width: 767px) {
    .main-sidebar {
      max-height: calc(100vh - 50px);
      height: calc(100vh - 50px);
      margin-top: 50px; } }
  .main-sidebar .card {
    width: 250px; }
  .main-sidebar::-webkit-scrollbar {
    display: none; }
  .main-sidebar .accordion {
    border-radius: 0; }
  .main-sidebar .card-header {
    padding: 0;
    border-radius: 0; }
    .main-sidebar .card-header button {
      border-radius: 0; }
      .main-sidebar .card-header button:hover, .main-sidebar .card-header button:focus, .main-sidebar .card-header button:active {
        outline: -webkit-focus-ring-color auto 0px;
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
        background-color: transparent; }
  .main-sidebar .btn-link {
    color: white;
    font-size: 15px;
    display: block;
    border-width: 0; }
    .main-sidebar .btn-link:hover {
      text-decoration: none; }
    .main-sidebar .btn-link:active, .main-sidebar .btn-link:focus {
      text-decoration: none; }
  .main-sidebar .btn {
    display: block; }

.content-wrapper-no-menu {
  margin-top: 60px;
  padding-top: 15px; }
  @media (max-width: 991px) {
    .content-wrapper-no-menu {
      padding-top: 7px; } }
  @media (max-width: 767px) {
    .content-wrapper-no-menu {
      margin-top: 50px; } }

.content-wrapper {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  float: right;
  width: calc(100% - 250px);
  display: inline-block;
  margin-top: 60px;
  padding-top: 15px; }
  @media (max-width: 991px) {
    .content-wrapper {
      width: 100%;
      padding-top: 7px; } }
  @media (max-width: 767px) {
    .content-wrapper {
      margin-top: 50px; } }
  .content-wrapper .content {
    padding: 0 15px; }

.main-footer {
  clear: both; }

.main-footer {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  float: right;
  width: calc(100% - 250px);
  padding: 0 15px; }
  @media (max-width: 991px) {
    .main-footer {
      width: 100%; } }

.chiudi .main-sidebar {
  width: 0px; }

.chiudi .content-wrapper {
  width: 100%; }

.chiudi .main-footer {
  width: 100%; }

.content-header {
  padding: 15px; }
  .content-header .box-fixed {
    background: #E4E9F0;
    padding: 10px 15px;
    margin-top: 60px;
    z-index: 50; }
    @media (max-width: 767px) {
      .content-header .box-fixed {
        margin-top: 50px; } }
  .content-header h1 {
    font-size: 16px; }
  .content-header .breadcrumb a {
    color: black; }
  .content-header .breadcrumb .active {
    font-weight: 700; }
  .content-header .box-ricerca form {
    padding-top: 15px; }
    @media (min-width: 991px) {
      .content-header .box-ricerca form {
        padding-top: 7px; } }

.box-header-fixed .box-fixed {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-left: 250px;
  width: calc(100% - 250px);
  min-height: 55px; }
  @media (max-width: 991px) {
    .box-header-fixed .box-fixed {
      width: 100%;
      margin-left: 0; } }

.chiudi .box-fixed {
  width: 100%;
  margin-left: 0; }

.box {
  border-top: 3px solid #3c8dbc;
  background-color: white;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 10px 0 #D1D1D1;
  box-shadow: 0 0 10px 0 #D1D1D1; }
  @media (max-width: 991px) {
    .box {
      margin-bottom: 15px; } }
  .box .box-title {
    font-size: 16px; }
    .box .box-title a {
      color: #000; }
  .box .box-header {
    background-color: #D9EDF7;
    padding: 5px 10px; }
  .box .box-body {
    padding: 10px; }
    @media (max-width: 991px) {
      .box .box-body {
        padding: 5px 10px; } }
  .box thead {
    background-color: #6E8D9F;
    color: white;
    font-size: 14px; }
    .box thead th a {
      color: white; }
    .box thead th {
      padding: 5px; }
  .box tbody {
    font-size: 14px;
    line-height: 1.2; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

.label-warning {
  background-color: #f39c12 !important; }

.label-danger {
  background-color: #dd4b39 !important; }

.label-success {
  background-color: #00a65a !important; }

.statsRosso {
  color: #dd4b39 !important; }

.success {
  background-color: #dff0d8 !important; }

@media (min-width: 991px) {
  .box-ricerca {
    display: block !important; } }
.box-ricerca form {
  width: 100%; }
.box-ricerca .form-group {
  margin-right: 15px; }
  @media (max-width: 991px) {
    .box-ricerca .form-group {
      margin-right: 0px;
      width: 100%; } }
.box-ricerca button[type="submit"] {
  margin-right: 0; }
  @media (max-width: 991px) {
    .box-ricerca button[type="submit"] {
      width: 100%; } }
@media (max-width: 991px) {
  .box-ricerca .bootstrap-select {
    width: 100%; } }
@media (max-width: 991px) {
  .box-ricerca .form-control {
    width: 100% !important; } }

.bootstrap-select .btn {
  background-color: white;
  border: 1px solid #ced4da; }

.box-xs .card-body {
  background: #fff3e0; }
.box-xs .btn-scadenze {
  background: #ffe082;
  width: 100%; }
.box-xs .panel-body.bg-success {
  background-color: #d9ffdd !important; }

.box-riga {
  position: relative; }
  .box-riga .box-badge {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10; }
  .box-riga a:hover {
    text-decoration: none; }

.padding-footer {
  padding-bottom: 61px; }

.box-footer-xs {
  background: #eee;
  z-index: 10;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-left: 250px;
  width: calc(100% - 250px); }
  @media (max-width: 991px) {
    .box-footer-xs {
      width: 100%;
      margin-left: 0; } }

.chiudi .box-footer-xs {
  width: 100%;
  margin-left: 0; }

.box-dettaglio .nav-link {
  color: black;
  border-bottom: 0; }
  .box-dettaglio .nav-link.active {
    border: 0px;
    border-bottom: 2px solid #3c8dbc; }
.box-dettaglio .nav-tabs {
  border-bottom: 0; }
.box-dettaglio .row-label {
  text-align: right;
  font-weight: 500;
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
  border-bottom: 1px solid #dee2e6 !important;
  background: #F0F0F0; }
.box-dettaglio .row-value {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
  border-bottom: 1px solid #dee2e6 !important; }
.box-dettaglio .row-last-label {
  text-align: right;
  font-weight: 500;
  padding-top: .5rem !important; }
  @media (max-width: 767px) {
    .box-dettaglio .row-last-label {
      border-bottom: 1px solid #dee2e6 !important; } }
.box-dettaglio .row-last-value {
  padding-top: .5rem !important; }
  @media (max-width: 767px) {
    .box-dettaglio .row-last-value {
      border-bottom: 1px solid #dee2e6 !important; } }

.box-prezzo-scontato {
  position: relative;
  color: #aaa; }
  .box-prezzo-scontato .linea {
    position: absolute;
    top: 10px;
    width: 100%;
    border-bottom: 1px solid #888;
    -moz-transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
    -o-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-9deg); }

.obbligatorio {
  color: red; }

.table th a {
  color: black;
  text-decoration: underline; }
.table td a {
  color: black;
  text-decoration: underline; }
.table td.action a {
  color: white;
  text-decoration: none; }
  .table td.action a.dropdown-item {
    color: #000; }

.form-control-note {
  font-size: 14px;
  color: #666666; }

@media (min-width: 1400px) {
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
.fa-spinner.animation {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.dropdown-toggle {
  border-radius: 0; }

/* CKEDITOR */
.ck-editor__editable_inline {
  min-height: 200px !important; }

/* JQUERY UI */
.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  z-index: 1000 !important; }

.full-page-complete.new .flag-icon {
  width: 0.9em; }
.full-page-complete.new .form-control {
  border-radius: 7px; }
.full-page-complete.new .custom-select {
  border-radius: 7px; }
.full-page-complete.new .dropdown-toggle {
  border-radius: 7px; }
.full-page-complete.new label {
  font-size: 13px;
  font-weight: 500;
  color: #666666;
  margin-bottom: 0px; }
.full-page-complete.new .btn-compleanno {
  background-color: #68bfd0;
  color: white; }
.full-page-complete.new .btn-success {
  background-color: #83baa3;
  border: 0;
  color: #000;
  font-weight: 500; }
.full-page-complete.new .btn-danger {
  background-color: #fc8682;
  border: 0;
  color: #000;
  font-weight: 500; }

.email_container {
  margin: 0;
  padding: 0; }
  .email_container .col {
    padding-right: 0;
    padding-left: 0; }
  .email_container table,
  .email_container td,
  .email_container tr {
    vertical-align: top;
    border-collapse: collapse; }
  .email_container * {
    line-height: inherit; }
  .email_container a[x-apple-data-detectors=true] {
    color: inherit !important;
    text-decoration: none !important; }
  @media (max-width: 620px) {
    .email_container .fullMobileWidth, .email_container .row-content {
      width: 100% !important; }
    .email_container .image_block img.big {
      width: auto !important; }
    .email_container .stack .column {
      width: 100%;
      display: block; }
    .email_container .reverse {
      display: table;
      width: 100%; }
    .email_container .reverse .column.first {
      display: table-footer-group !important; }
    .email_container .reverse .column.last {
      display: table-header-group !important; }
    .email_container .block-grid,
    .email_container .col {
      min-width: 320px !important;
      max-width: 100% !important;
      display: block !important; }
    .email_container .block-grid {
      width: 100% !important; }
    .email_container .col {
      width: 100% !important; }
    .email_container .col_cont {
      margin: 0 auto; }
    .email_container img.fullwidth,
    .email_container img.fullwidthOnMobile {
      max-width: 100% !important; }
    .email_container .no-stack .col {
      min-width: 0 !important;
      display: table-cell !important; }
    .email_container .no-stack.two-up .col {
      width: 50% !important; }
    .email_container .no-stack .col.num2 {
      width: 16.6% !important; }
    .email_container .no-stack .col.num3 {
      width: 25% !important; }
    .email_container .no-stack .col.num4 {
      width: 33% !important; }
    .email_container .no-stack .col.num5 {
      width: 41.6% !important; }
    .email_container .no-stack .col.num6 {
      width: 50% !important; }
    .email_container .no-stack .col.num7 {
      width: 58.3% !important; }
    .email_container .no-stack .col.num8 {
      width: 66.6% !important; }
    .email_container .no-stack .col.num9 {
      width: 75% !important; }
    .email_container .no-stack .col.num10 {
      width: 83.3% !important; }
    .email_container .video-block {
      max-width: none !important; }
    .email_container .mobile_hide {
      min-height: 0px;
      max-height: 0px;
      max-width: 0px;
      display: none;
      overflow: hidden;
      font-size: 0px; }
    .email_container .desktop_hide {
      display: block !important;
      max-height: none !important; } }

/* CKEDITOR */
.ck-editor__editable_inline {
  min-height: 200px !important; }

.menu-laterale {
  position: absolute;
  z-index: 1050;
  position: fixed;
  right: 0;
  width: 400px;
  height: calc(100vh - 130px);
  background-color: white;
  -webkit-transition: width 300ms ease;
  -moz-transition: width 300ms ease;
  -ms-transition: width 300ms ease;
  -o-transition: width 300ms ease;
  transition: width 300ms ease; }
  .menu-laterale.chiuso {
    width: 0px;
    height: calc(100vh - 130px); }
  .menu-laterale .linguetta {
    position: absolute;
    z-index: 100000001;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    left: -45px;
    width: 45px;
    top: 45px;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-left: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    background: white; }
  .menu-laterale > .tab-content {
    overflow-y: auto;
    overflow-x: visible;
    width: 400px;
    height: calc(100vh - 164px); }

.conteiner-mod {
  height: 100%;
  padding-bottom: 100px;
  padding-bottom: 200px;
  background-position: center bottom;
  background-repeat: no-repeat;
  min-width: 900px; }
  .conteiner-mod section {
    min-height: 10px; }
  .conteiner-mod .box-mod.selected {
    border: 2px solid #0FB7FF;
    margin: 0px; }

.pic {
  display: none; }

.newbtn {
  cursor: pointer;
  margin-bottom: 0; }

.modulo {
  cursor: pointer; }

.box-mod {
  position: relative; }
  .box-mod .ck.ck-editor__editable_inline > :first-child {
    margin-top: 0 !important; }
  .box-mod .ck.ck-editor__editable_inline {
    padding: 0 !important; }
  .box-mod .CKeditor:hover {
    border: 1px solid #47a4f5 !important; }
  .box-mod .buttons-layer {
    position: absolute;
    display: none;
    background: #b0cdff;
    padding: 5px 10px;
    z-index: 999;
    top: 0;
    right: 0; }
  .box-mod .buttons-layer-btn {
    padding: 7px; }
  .box-mod:hover {
    background: rgba(222, 234, 255, 0.7); }
    .box-mod:hover .buttons-layer {
      display: block; }

.box-modifica label {
  font-size: 14px;
  margin-bottom: 3px; }
.box-modifica .form-control {
  font-size: 14px;
  padding: 0.175rem 0.35rem;
  line-height: 1.1;
  height: calc(1.5em + 0.35rem + 2px); }
.box-modifica .minicolors-theme-bootstrap .minicolors-swatch {
  width: 23px;
  height: 23px; }
.box-modifica .toggle.btn {
  min-width: 2.8rem;
  min-height: 1.65rem; }
  .box-modifica .toggle.btn .btn {
    padding: 0 0.55rem; }
  .box-modifica .toggle.btn label {
    margin-bottom: 0px; }
.box-modifica .toggle-handle {
  top: 0px;
  border-width: 0px; }
.box-modifica .form-group {
  margin-bottom: 7px; }
.box-modifica .input-group-text {
  font-size: 14px;
  padding: 0.175rem 0.35rem;
  line-height: 1.1; }
.box-modifica .btn-group-toggle .btn {
  font-size: 14px;
  padding: 0.35rem 0.45rem;
  line-height: 1.1; }
.box-modifica .card-header {
  padding-top: 3px;
  padding-bottom: 3px; }
.box-modifica .nav-pills .nav-link {
  font-size: 14px;
  padding: 0.4rem 0.3rem; }
  .box-modifica .nav-pills .nav-link:not(.active) {
    background-color: #f5f5f5; }

@media (min-width: 400px) {
  .c-400 {
    max-width: 400px; } }

.grecaptcha-badge {
  display: none !important; }

/*# sourceMappingURL=layout.css.map */
