@charset "UTF-8";
@import "https://fonts.googleapis.com/icon?family=Material+Icons";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500i,700&display=swap");
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

.child-view {
  transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); }

.slide-left-enter-active, .slide-left-leave-active {
  transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); }

.slide-left-enter, .slide-right-leave-active {
  opacity: 0;
  -webkit-transform: translate(30px, 0);
  transform: translate(30px, 0); }

.slide-left-leave-active, .slide-right-enter {
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
  transform: translate(-30px, 0); }

.fadeup-enter-active, .fadeup-leave-active {
  transition: all 0.2s; }

.fadeup-enter, .fadeup-leave-to {
  opacity: 0;
  top: 45% !important; }

.fade-up-enter-active, .fade-up-leave-active {
  transition: all 0.2s; }

.fade-up-enter, .fade-up-leave-to {
  opacity: 0;
  transform: translateY(20px); }

.fade-up-grow-enter-active, .fade-up-grow-leave-active {
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.fade-up-grow-enter, .fade-up-grow-leave-to {
  opacity: 0;
  transform: translateY(-50%) scale(0.5); }

.exit {
  transform: translateY(80px);
  opacity: 0;
  transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.animate-pulse {
  animation: anim-pulse 2s infinite cubic-bezier(0.42, 0, 0.58, 1); }

@keyframes anim-pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.pulse-color {
  animation: pulse-color 2s infinite cubic-bezier(0.42, 0, 0.58, 1); }

@keyframes pulse-color {
  0% {
    color: white; }
  60% {
    color: #00aefb; }
  70% {
    color: white; }
  80% {
    color: #00aefb; }
  90% {
    color: white; }
  100% {
    color: white; } }
html, body {
  min-height: 100vh; }

body {
  font-size: 14px;
  background: #f4f4f4;
  overflow-x: hidden; }

#taycan-app.page-login {
  background: #ff5b6f;
  background: linear-gradient(0deg, #ff5b6f 0%, #dd1b1b 100%);
  height: 100vh; }
  #taycan-app.page-login .text-danger, #taycan-app.page-login .has-error {
    color: white !important;
    text-align: center; }
#taycan-app:not(.page-login) #body-cont > .content {
  padding-top: 10px; }

a {
  color: #00aefb; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  color: #303639; }

.text-main {
  color: #303639; }

.text-primary {
  color: #303639 !important; }

.text-ghost {
  color: #9e9e9e; }

.has-error {
  color: #dd1b31;
  padding-top: 3px; }

.fab {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  justify-content: center;
  align-items: center; }
  .fab i {
    font-size: 37px; }
  .fab.fade-up {
    transition: all 0.3s; }

.btn {
  transition: all 0.3s ease;
  border-width: 2px; }
  .btn:active, .btn:focus {
    outline: none !important; }
  .btn:not(.btn-xs) {
    text-transform: uppercase;
    border-radius: 14px;
    padding: 11px 29px;
    padding-bottom: 8px; }
  .btn.btn-sm {
    padding: 6px 16px !important;
    line-height: 1;
    padding-top: 8px !important; }
  .btn.btn-nobtn {
    padding: 0;
    margin: 0;
    background: none;
    border: none; }
  .btn.btn-nobtn-text {
    padding: 0;
    margin: 0;
    background: none;
    border: none; }
  .btn.btn-primary {
    color: white;
    border-color: #303639; }
  .btn.btn-primary-fill {
    color: white;
    border-color: #303639;
    background: #303639; }
  .btn.btn-paypal {
    color: white;
    border-color: #3d85d2;
    background: #3d85d2; }
  .btn.btn-white {
    border-color: white;
    color: #303639;
    background: white; }
  .btn.btn-white-border {
    border-color: white;
    color: white; }
  .btn.btn-primary-border {
    background-color: transparent;
    border-color: #303639;
    color: #303639; }
    .btn.btn-primary-border:hover {
      background-color: #303639;
      color: white; }
    .btn.btn-primary-border:active {
      background-color: #24292b; }
  .btn.btn-success-border {
    background-color: transparent;
    border-color: #009688;
    color: #009688; }
    .btn.btn-success-border:hover {
      background-color: #009688;
      color: white; }
    .btn.btn-success-border:active {
      background-color: #007d71; }
  .btn.btn-info-border {
    background-color: transparent;
    border-color: #00aefb;
    color: #00aefb; }
    .btn.btn-info-border:hover {
      background-color: #00aefb;
      color: white; }
    .btn.btn-info-border:active {
      background-color: #009ce2; }
  .btn.btn-warning-border {
    background-color: transparent;
    border-color: #f39c12;
    color: #f39c12; }
    .btn.btn-warning-border:hover {
      background-color: #f39c12;
      color: white; }
    .btn.btn-warning-border:active {
      background-color: #e08e0b; }
  .btn.btn-danger-border {
    background-color: transparent;
    border-color: #e74c3c;
    color: #e74c3c; }
    .btn.btn-danger-border:hover {
      background-color: #e74c3c;
      color: white; }
    .btn.btn-danger-border:active {
      background-color: #e43725; }
  .btn.btn-default-border {
    background-color: transparent;
    border-color: #95a5a6;
    color: #95a5a6; }
    .btn.btn-default-border:hover {
      background-color: #95a5a6;
      color: white; }
    .btn.btn-default-border:active {
      background-color: #87999a; }
  .btn.btn-primary-inverse {
    border-color: transparent;
    color: #303639;
    background: none; }
    .btn.btn-primary-inverse:hover {
      color: white;
      background: #303639;
      border-color: #303639; }
  .btn.btn-danger-inverse {
    border-color: transparent;
    color: #e74c3c;
    background: none; }
    .btn.btn-danger-inverse:hover {
      color: white;
      background: #e74c3c;
      border-color: #e74c3c; }

.card-footer {
  background: white; }

.toasted.bubble {
  min-height: 48px !important; }

.modal-header {
  background: #303639;
  color: white; }
  .modal-header .modal-title {
    color: white; }

.bg-success {
  background: #009688 !important; }

.bg-primary {
  background: #303639 !important; }

.input-group-text {
  border-radius: 14px; }

.has-new-content:after {
  content: "";
  position: absolute;
  right: 0;
  top: -5px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #e74c3c; }

.pagination > li > a, .pagination > li > span {
  padding: 5px 15px;
  background: #95a5a6; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #b1bdbe; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: #dee3e3; }

.select2-container--bootstrap .select2-selection {
  border: 1px solid #ced4da; }
.select2-container--bootstrap .select2-selection--single {
  height: 47px;
  border-radius: 14px;
  padding: 13px 18px 6px 12px; }
.select2-container--bootstrap .select2-dropdown {
  border-width: 1px;
  border-color: #ced4da; }

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  border-color: #ced4da;
  box-shadow: none; }

.select2.select2-container.select2-container--bootstrap {
  width: 100% !important; }

.select2-selection.select2-selection--multiple {
  border: 2px solid #dce4ec;
  padding: 5px; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 2px solid #2c3e50; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #2d3e50;
  border: none;
  color: #FFF;
  padding: 5px 9px; }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  background-color: #2d3e50;
  border: none;
  color: #FFF;
  padding: 5px 9px;
  margin-bottom: 5px; }

.colorpicker-2x .colorpicker-saturation {
  width: 200px;
  height: 200px; }

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
  width: 30px;
  height: 200px; }

.colorpicker-2x .colorpicker-preview,
.colorpicker-2x .colorpicker-preview div {
  height: 30px;
  font-size: 16px;
  line-height: 160%; }

.colorpicker-saturation .colorpicker-guide,
.colorpicker-saturation .colorpicker-guide i {
  height: 10px;
  width: 10px;
  border-radius: 10px; }

.preview-colore-dipendente {
  height: 20px;
  width: 20px; }

.form-control {
  height: auto;
  padding: 11px 11px;
  font-size: 13px;
  line-height: 2;
  border-radius: 14px;
  padding-bottom: 8px; }
  .form-control.form-control-white-border {
    border: 2px solid white;
    background: none;
    color: white; }
    .form-control.form-control-white-border::-webkit-input-placeholder {
      color: white; }
    .form-control.form-control-white-border:-ms-input-placeholder {
      color: white; }
    .form-control.form-control-white-border::placeholder {
      color: white; }

.parsley-error {
  border-color: #f44336; }

.popover.popover-danger {
  background: #f44336;
  color: white; }
  .popover.popover-danger.bottom > .arrow:after {
    border-bottom-color: #f44336; }
  .popover.popover-danger.top > .arrow:after {
    border-top-color: #f44336; }
  .popover.popover-danger .popover-content {
    background: inherit; }

.progress {
  height: 6px; }

.progress-bar-primary {
  background-color: #303639; }

#loading-wrapper {
  display: none; }

#loading {
  position: fixed;
  z-index: 665;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(48, 54, 57, 0.88); }
  #loading img.pulse {
    animation: pulse 2s infinite; }
  #loading .loading-txt {
    text-align: center;
    color: white;
    position: relative;
    top: 30px; }
  #loading .sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background-color: #303639;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }
  #loading .sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  #loading .sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0%, 80%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  40% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }
[data-notify="container"] {
  width: 340px !important; }
  [data-notify="container"] .icon {
    margin-right: 10px; }

.scelta-sessione {
  cursor: pointer;
  transition: all 300ms; }
  .scelta-sessione:hover {
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.26); }

.form-section-collapser {
  background: #ced8e3;
  padding: 5px 10px;
  margin-left: -15px;
  margin-right: -15px;
  text-transform: uppercase;
  margin-top: 20px;
  cursor: pointer; }

.form-section {
  padding: 20px 0; }

label.k-checkbox span {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 33px; }
  label.k-checkbox span:before {
    content: ""; }
label.k-checkbox input[type="checkbox"] {
  display: none; }
  label.k-checkbox input[type="checkbox"]:checked + span:before {
    content: ""; }

.panel {
  border: none !important;
  border-radius: 0 !important; }
  .panel.panel-primary .panel-heading {
    color: #303639;
    background-color: #ffffff;
    border-color: #ffffff; }
  .panel .panel-heading {
    border-radius: 0 !important; }
    .panel .panel-heading h1, .panel .panel-heading h2, .panel .panel-heading h3, .panel .panel-heading h4, .panel .panel-heading h5, .panel .panel-heading h6 {
      margin-top: 8px; }
    .panel .panel-heading .fa-stack {
      font-size: 10px; }
    .panel .panel-heading a.pull-right + a.pull-right {
      margin-left: 10px; }
    .panel .panel-heading span.pull-left {
      position: relative;
      top: 3px; }
  .panel .panel-body {
    border-radius: 0 !important; }

.section-title {
  background: #ced8e3;
  padding: 7px 11px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px; }

.modal .close {
  color: #FFF; }

.modal-primary .modal-header {
  background: #2c3e50;
  color: #FFF; }

.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.fa-stack i {
  color: #fff; }
.fa-stack.success i:first-child {
  color: #18bc9c; }

.cbx-icon {
  top: -5px; }

.cbx-xl {
  font-size: 35px; }

.cbx-active:hover, .cbx-active:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none; }

.cbx-active {
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #333; }

.form-group.disabled {
  opacity: 0.4; }

.form-control {
  background: white;
  border-radius: 0;
  padding: 5px;
  border: 1px solid #303639; }
  .form-control:focus, .form-control:active {
    background: white;
    border-color: #303639;
    box-shadow: 0 0 0 2px #00aefb; }
  .form-control.form-control-black {
    background: #303639;
    color: white; }
    .form-control.form-control-black:focus, .form-control.form-control-black:active {
      background: #303639;
      color: white;
      border-color: #303639;
      box-shadow: 0 0 0 2px #00aefb; }

label {
  margin-bottom: 0; }

.btn {
  border-radius: 0 !important;
  padding: 3px 15px !important;
  border: none; }
  .btn.btn-secondary {
    background: #00aefb; }

#sidebar-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 667;
  margin-top: 52px; }

#sidebar-cont {
  height: 100%;
  width: 80%;
  max-width: 280px;
  background: black;
  background-image: url("/img/sidebar_bg.png");
  background-position: top center;
  background-size: cover;
  border-right: 1px solid #303639;
  position: fixed;
  left: 0;
  overflow: hidden;
  z-index: 667;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(-100%);
  margin-top: 52px; }
  #sidebar-cont.show {
    transform: translateX(0); }
  #sidebar-cont .avatar-cont {
    padding-top: 30px;
    overflow: hidden;
    position: relative; }
    #sidebar-cont .avatar-cont:before {
      content: "";
      height: 70px;
      width: 100%;
      background: #303639;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1; }
    #sidebar-cont .avatar-cont img {
      width: 70%;
      max-width: 110px;
      border-radius: 100%;
      border: 2px solid white; }

#nav {
  padding: 0;
  margin-top: 40px; }
  #nav > li {
    list-style: none; }
    #nav > li:hover > div {
      background: #5e5c66; }
    #nav > li > div {
      color: white;
      padding: 14px 19px;
      cursor: pointer; }
      #nav > li > div i.pull-left {
        font-size: 20px; }
      #nav > li > div span {
        padding-left: 20px; }
    #nav > li a {
      display: block;
      padding: 6px 20px;
      padding-left: 40px;
      font-size: 16px;
      color: white;
      font-weight: 600;
      margin-right: 32px;
      margin-bottom: 8px; }
      #nav > li a:hover, #nav > li a.router-link-exact-active {
        text-decoration: none;
        background: #00aefb;
        color: white; }
      #nav > li a i {
        margin-right: 10px; }
    #nav > li ul {
      margin-top: 5px;
      display: none;
      padding-left: 0; }
      #nav > li ul li a {
        color: #ecf0f1;
        font-size: 13px;
        display: block;
        padding: 10px 5px 10px 40px; }
        #nav > li ul li a:hover {
          background: #5e5c66; }
    #nav > li.active > div {
      color: #2d3e50;
      background: white; }

#sidebar-cont.small-sidebar {
  overflow: visible;
  width: 57px; }
  #sidebar-cont.small-sidebar #nav {
    width: 57px; }
    #sidebar-cont.small-sidebar #nav > li {
      position: relative;
      width: 57px; }
      #sidebar-cont.small-sidebar #nav > li:hover ul {
        display: block !important; }
      #sidebar-cont.small-sidebar #nav > li > div .nav-arrow, #sidebar-cont.small-sidebar #nav > li > div span {
        display: none; }
      #sidebar-cont.small-sidebar #nav > li > ul {
        background: #4d4861;
        position: absolute;
        margin-top: 0;
        left: 57px;
        top: 0;
        display: none !important; }
        #sidebar-cont.small-sidebar #nav > li > ul > li {
          color: #ffffff;
          font-size: 13px;
          display: block;
          min-width: 140px; }
          #sidebar-cont.small-sidebar #nav > li > ul > li:hover a {
            text-decoration: none;
            background: #413d52; }
          #sidebar-cont.small-sidebar #nav > li > ul > li a {
            padding: 15px 25px; }
      #sidebar-cont.small-sidebar #nav > li.active > div {
        color: #4d4861;
        background: white; }
      #sidebar-cont.small-sidebar #nav > li.active ul {
        background: white;
        box-shadow: 1px 0 0 0 #4d4861, 0 1px 0 0 #4d4861, 0 -1px 0 0px #4d4861; }
        #sidebar-cont.small-sidebar #nav > li.active ul a {
          color: #4d4861; }
          #sidebar-cont.small-sidebar #nav > li.active ul a:hover {
            background: #e6e6e6; }

#body-cont {
  position: relative; }
  #body-cont header {
    position: relative;
    z-index: 666;
    position: relative;
    padding-bottom: 52px; }
    #body-cont header #actionbar {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background: #303639;
      height: 52px; }
    #body-cont header .menu-btn-cont > span {
      color: #00aefb;
      font-size: 20px;
      display: flex; }
    #body-cont header .menu-btn-cont i {
      font-size: 30px;
      color: #00aefb;
      position: relative;
      top: -1px; }
    #body-cont header .menu-btn {
      cursor: pointer;
      color: #FFF; }
    #body-cont header .header-links-cont > ul {
      margin: 0;
      padding: 0;
      padding-top: 3px; }
    #body-cont header .header-links-cont > ul > li {
      display: inline;
      position: relative; }
      #body-cont header .header-links-cont > ul > li + li {
        margin-left: 15px; }
      #body-cont header .header-links-cont > ul > li .btn-nobtn-text {
        text-transform: none;
        color: #aca7be; }
        #body-cont header .header-links-cont > ul > li .btn-nobtn-text:hover, #body-cont header .header-links-cont > ul > li .btn-nobtn-text.active {
          color: #e3e2e9; }
      #body-cont header .header-links-cont > ul > li > ul {
        margin: 0;
        padding: 0;
        position: absolute;
        right: -8px;
        top: 30px;
        background: white;
        border: 1px solid #dddddd;
        visibility: hidden;
        opacity: 0;
        transform: translateY(40px);
        transition: all 0.2s ease; }
        #body-cont header .header-links-cont > ul > li > ul.active {
          transform: translateY(0);
          visibility: visible;
          opacity: 1; }
        #body-cont header .header-links-cont > ul > li > ul li {
          display: list-item;
          list-style: none;
          white-space: nowrap; }
          #body-cont header .header-links-cont > ul > li > ul li:hover {
            background: #f4f4f4; }
            #body-cont header .header-links-cont > ul > li > ul li:hover a {
              text-decoration: none;
              color: #303639; }
          #body-cont header .header-links-cont > ul > li > ul li a {
            color: white;
            padding: 10px;
            display: block; }
            #body-cont header .header-links-cont > ul > li > ul li a .notification-text i {
              margin-right: 10px; }
            #body-cont header .header-links-cont > ul > li > ul li a.current, #body-cont header .header-links-cont > ul > li > ul li a:hover {
              background: #00aefb; }
  #body-cont > .child-view {
    padding-top: 30px;
    position: relative;
    z-index: 3; }

#body-cont.no-actionbar header {
  display: none; }

#taycan-app.no-actionbar.toggle-sidebar-standalone header {
  position: fixed; }
  #taycan-app.no-actionbar.toggle-sidebar-standalone header #actionbar {
    width: auto;
    background: transparent; }
    #taycan-app.no-actionbar.toggle-sidebar-standalone header #actionbar .menu-btn-cont i {
      color: #303639; }

#page-title {
  background: #00aefb;
  text-align: center;
  padding: 3px 0;
  color: white;
  font-weight: 600; }

#page-static-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: bottom center;
  z-index: 1; }

#splashscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 666;
  background: black; }
  #splashscreen .splash-element {
    position: absolute;
    width: 100%;
    text-align: center; }
    #splashscreen .splash-element.top {
      top: 0;
      padding-top: 30px; }
    #splashscreen .splash-element.middle {
      top: 54%;
      transform: translateY(-50%);
      height: 157px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-content: center;
      align-items: center; }
      #splashscreen .splash-element.middle .scopri {
        font-size: 15px;
        letter-spacing: 2px;
        color: #fafafa;
        margin-bottom: 20px; }
    #splashscreen .splash-element.bottom {
      bottom: 0;
      color: white;
      font-weight: 600; }
  #splashscreen .typing-cont {
    height: 120px; }
  #splashscreen .typed-element {
    margin: 0 auto;
    font-size: 17px;
    max-width: 90%;
    justify-content: center; }
    #splashscreen .typed-element .cursor {
      display: none !important; }

.content .breadcrumb li + li:before {
  content: "";
  font-family: "FontAwesome"; }

#login-wrapper {
  height: calc(100vh - 46px); }

#countdown-cont .countdown-element {
  color: #8c8c8c;
  font-size: 90px;
  text-align: center; }
  #countdown-cont .countdown-element .luogo {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: -33px; }

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

#login-cont, #consenso-privacy {
  max-width: 30%;
  margin: 0 auto;
  position: relative; }

table > tbody > tr > td {
  border-top: 1px solid #ddd !important; }

.dataTable .totali {
  text-align: center;
  background: #dce4ec; }
.dataTable input {
  width: 100% !important; }

.action-btn-cont {
  text-align: right;
  min-width: 100px;
  white-space: nowrap; }
  .action-btn-cont .action-btn + .action-btn {
    margin-left: 10px; }

.filter-columns-item {
  min-width: 200px; }

.tab-content {
  margin-top: 30px; }

.dashboard-totali .amount {
  font-size: 35px; }
.dashboard-totali .icon {
  text-align: right;
  font-size: 35px; }

.parametri-associati {
  border: 2px solid #dce4ec;
  border-radius: 5px;
  padding: 15px 20px;
  min-height: 50px; }
  .parametri-associati li {
    list-style: none;
    cursor: pointer; }

.module-card .panel-body {
  height: 110px; }

td.module-name {
  background: #c7c4d4;
  background: #748289;
  color: #fff;
  padding: 1px 8px !important; }

tr.new-table th {
  padding-top: 54px !important; }

.input-group-addon {
  padding: 7px 13px;
  border-width: 2px; }

.upload-cont {
  padding: 90px 0;
  background: #c7c4d4;
  margin-bottom: 40px;
  border: 1px dashed #756d94;
  color: #756d94; }

#totali-cont table tr td {
  border-top: none !important;
  padding-bottom: 5px; }
  #totali-cont table tr td:nth-child(odd) {
    font-size: 12px;
    text-align: right; }
#totali-cont table .somma-totale-row td {
  border-top: 1px solid grey !important; }
#totali-cont table .somma-totale-row #somma-totale {
  font-size: 20px;
  padding-left: 30px;
  display: inline-block; }

.riepilogo-cont table {
  font-size: 20px; }
  .riepilogo-cont table td {
    width: 50%; }
    .riepilogo-cont table td:first-child {
      text-align: right;
      padding: 11px 0;
      padding-right: 20px;
      font-weight: bold; }

.empty {
  border: 2px dashed #ada9c1; }

#riepilogoTestedoc tbody tr td:last-child {
  width: 1%;
  white-space: nowrap; }

#allegati .allegati-group .allegato-icon {
  font-size: 80px;
  text-align: center; }
#allegati .allegati-group .allegato-dsc {
  font-size: 11px;
  text-align: center; }

#form-ore-dipendente table thead th:not(:first-child) {
  text-align: center; }
#form-ore-dipendente table tr.festivo td {
  background: #ffcdd2; }
#form-ore-dipendente table tr.riepilogo-week td {
  border: none !important; }
#form-ore-dipendente table tr.no-border td {
  border: none !important; }
#form-ore-dipendente table tr td {
  vertical-align: middle; }
  #form-ore-dipendente table tr td.dsc-giorno {
    white-space: nowrap; }
  #form-ore-dipendente table tr td:not(.dsc-giorno) {
    text-align: center; }
  #form-ore-dipendente table tr td input {
    text-align: center;
    margin: 0 auto; }
  #form-ore-dipendente table tr td .form-control:not(select) {
    max-width: 80px; }
#form-ore-dipendente table table td {
  border: none !important;
  padding: 5px; }

.table-righe-preventivo {
  background: #eceff3; }

#riepilogoPreventivi .toggle-select {
  cursor: pointer; }
#riepilogoPreventivi .selected {
  background: #afaeb7; }

#tutorial {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 666;
  background: #dd1b31;
  padding: 30px;
  text-align: center; }
  #tutorial h5 {
    color: white; }
  #tutorial img {
    max-width: 84%;
    max-height: 71vh; }
  #tutorial .agile__actions {
    justify-content: center; }
    #tutorial .agile__actions .agile__dots {
      margin-top: 20px; }
      #tutorial .agile__actions .agile__dots .agile__dot button {
        background: rgba(0, 0, 0, 0.24);
        border: none;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        margin: 0 6px; }
      #tutorial .agile__actions .agile__dots .agile__dot.agile__dot--current button {
        background: white; }

#mappa-professionisti-container {
  margin-left: -15px;
  margin-top: -15px;
  margin-right: -15px; }
  #mappa-professionisti-container #mappa-professionisti-wrapper {
    position: relative; }
    #mappa-professionisti-container #mappa-professionisti-wrapper #mappa-professionisti {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  #mappa-professionisti-container .leaflet-control-zoom {
    display: none; }
  #mappa-professionisti-container .leaflet-top, #mappa-professionisti-container .leaflet-bottom {
    z-index: 666; }
  #mappa-professionisti-container .navigate-form {
    text-align: center;
    padding: 0 5px;
    font-size: 40px; }
    #mappa-professionisti-container .navigate-form.disabled {
      opacity: 0.5;
      color: #b3b3b3 !important; }

.scheda-professionista {
  position: fixed;
  z-index: 666;
  width: 87%;
  margin: 0;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%); }
  .scheda-professionista .avatar {
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 100%; }

#modalStampa .form-control.is-date {
  padding: 3px 9px;
  text-align: center;
  line-height: 1.5;
  height: auto;
  max-width: 100px; }
#modalStampa .toggle-select {
  font-size: 20px;
  cursor: pointer; }

/*# sourceMappingURL=stile.css.map */
