/*
*   Stili personalizzati per singoli oggetti del CRM
*   Autore: Renato Brunetti
*   http://marcopoloprogetti.it
*/


@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('googlefonts/inter/Inter_18pt-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url('googlefonts/inter/Inter_18pt-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('googlefonts/inter/Inter_18pt-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  src: url('googlefonts/inter/Inter_18pt-MediumItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('googlefonts/inter/Inter_18pt-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  src: url('googlefonts/inter/Inter_18pt-SemiBoldItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('googlefonts/inter/Inter_18pt-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  src: url('googlefonts/inter/Inter_18pt-BoldItalic.ttf') format('truetype');
}

.sidebar {
  padding-bottom: 100px !important;
}

/* a.master-collapse span {
  background: url(../../images/arrow-right.png) no-repeat;
  display: block;
  width: 28px;
  height: 28px;
}

a.master-collapse[aria-expanded="true"] span {
  background: url(../../images/arrow-down.png) no-repeat;
} */

.margin15 {
  margin-left: 15px;
  margin-right: 15px
}

.margin0 {
  margin-left: 0;
  margin-right: 0
}

.padding0 {
  padding-left: 0;
  padding-right: 0
}

.paddingl0 {
  padding-left: 0
}

.padding20 {
  padding-left: 20px;
  padding-right: 20px
}

.paddingb20 {
  padding-bottom: 20px
}

.paddingb10 {
  padding-bottom: 10px
}

.box-header .box-title {
  font-size: 20px !important
}

.color-red {
  color: red
}

div.thumb-wrapper {
  position: relative;
}

div.disabled .overlay {
  position: absolute;
  z-index: 999;
  overflow: auto;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

div.disabled .overlay:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.alert-success {
  background-color: #b9f6ca !important;
  color: #555 !important;
  border-color: #4caf50 !important;
}

.alert-danger {
  background-color: #ef9a9a !important;
  color: #fff !important;
  border-color: #ef5350 !important;
}

.alert-warning {
  background-color: #ffee58 !important;
  color: #555 !important;
  border-color: #ffc107 !important;
}

.alert-info {
  background-color: #b3e5fc !important;
  color: #555 !important;
  border-color: #4fc3f7 !important;
}

.cs_code_rect {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 9px 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .form-group {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 769px) {
  .form-group {
    margin-bottom: 8px !important;
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
option,
.ui-jqgrid-cell-wrapper,
.ui-jqgrid-title,
td,
th,
table,
thead,
tbody,
tr {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
}

b,
label {
  font-weight: 600 !important;
}


input[type="date"].form-control {
  line-height: normal !important;
}


th {
  background: #DD4B39;
  color: #F8F9FA;
  vertical-align: middle !important;
}

.fc-col-header-cell.fc-day a {
  color: #F8F9FA !important;
}

input.form-control:hover,
.bs-placeholder:hover {
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-color: #DD4B39;
}

.input-group-addon:hover>span,
.caret,
.box-title,
.box-title.color-red,
.modal-title {
  color: #DD4B39 !important;
}

input.form-control:focus:not([readonly]),
textarea.form-control:focus:not([readonly], .bodynote) {
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-color: transparent;
  border-bottom: 1px solid #DD4B39;
}

input.form-control,
textarea.form-control {
  transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

textarea.form-control {
  resize: vertical;
}

.form-group.has-error>h4 {
  color: #dd4b39;
}

input.form-control[type="time"] {
  line-height: 20px;
}

.dropdown-menu.inner>.selected.active>a {
  background-color: #DD4B39 !important;
  border-color: #DD4B39 !important;
  color: #F8F9FA !important;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
  background-color: #DD4B39 !important;
  border-color: #DD4B39 !important;
  color: #F8F9FA !important;
}

.dropdown-menu > li.dropdown-header {
  color: #001F3F;
  font-weight: bold;
  text-transform: uppercase; 
  font-size: 14px;
}


.popover.fade.in {
  border-top: 3px solid #d73925;
}

.popover.fade.in>h3 {
  background: white;
}

.popover.fade {
  border-top: 3px solid #d73925;
}

.popover.fade>h3 {
  background: white;
}



#bugCanvasButton {
  background: lightgray;
  border: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  text-align: center;

  transition: width 0.3s, height 0.3s, font-size 0.3s;
}

#bugCanvasButton:hover {
  border-radius: 50%;
  width: 60px;
  height: 60px;

  font-size: 2em;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #f2f2f2;
  opacity: 90%;
}

#loaderDiv {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;

  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loaderDiv:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;

  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loaderDiv:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;

  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }

  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }

  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

/* --> CONTRASSEGNO WORK IN PROGRESS */
.csDevelop {
  background-image: linear-gradient(142deg, #ffc425 27.08%, #000000 27.08%, #000000 50%, #ffc425 50%, #ffc425 77.08%, #000000 77.08%, #000000 100%);
  background-size: 77.96px 60.91px;
  background-repeat: repeat-x;
  animation: scrollBackground 10s linear infinite;
}

@keyframes scrollBackground {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 77.96px 0;
  }
}

/* CONTRASSEGNO WORK IN PROGRESS <-- */

.csPaddingZero {
  padding: 0 0 0 0 !important;
}

.csHeight100 {
  /* height: 100% !important; */
  height: auto !important;
  min-height: 250px !important;
}

.ui-autocomplete {
  border-color: #de3f39;
}

.panel-info {
  border-color: #de3f39;
  border-radius: 0;
}

.csNascondi {
  display: none !important;
}

.csTestoCentrato {
  text-align: center !important;
}

.csWidthCmd {
  text-align: center !important;
  width: 8% !important;
}

.csAllineaSx {
  text-align: left !important;
}

.csAllineaDx {
  text-align: right !important;
}

.csVerticalAlign {
  vertical-align: middle !important;
}

.csBold {
  font-weight: bold !important;
}

.csSeparatore {
  display: flex;
  align-items: center;
  text-align: center;
}

.csSeparatore::before,
.csSeparatore::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #000;
}

.csSeparatore:not(:empty)::before {
  margin-right: .25em;
}

.csSeparatore:not(:empty)::after {
  margin-left: .25em;
}

.csDivScroll {
  height: 80%;
  overflow-x: hidden;
  overflow-y: auto;
  /* text-align: center; */
  padding: 20px;
}

.csChatMsgUtente {
  background-color: #DD4B39 !important;
  color: #F8F9FA !important;
  border: 1px solid #DD4B39 !important;
}

.csChatMsgUtente:before {
  border-right-color: transparent;
  border-left-color: #DD4B39 !important;
}

.csChatMsgUtente:after {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: #DD4B39 !important;
}

.csChatNomeUtente {
  font-weight: bold !important;
  font-size: 11pt;
  text-transform: uppercase;
}

.csChatNomeUtenteCorrente {
  border-left-color: #DD4B39 !important;
}

.csChatMsg {
  padding-top: 15px;
  padding-bottom: 15px;
  /* border: 1px solid #e7e7e7; */
  /* padding-left: 5px;
  padding-right: 5px; */
}

.csDivScrollChatMsg {
  height: 56vh !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  text-align: center !important;
  padding: 0px 20px 20px 20px !important;
}

.csChatTitolo {
  text-align: end;
  font-style: italic;
  font-weight: bolder !important;
  color: #DD4B39;
  text-decoration: underline;
}

.csBottomFooter {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 15px;
  color: #444;
  border-top: 1px solid #d2d6de;
  height: 50px !important;
}

.direct-chat-img {
  border-radius: 0 !important;
}

#modalInvioEmailDocumenti>.modal-dialog>.modal-content>.modal-body>.row>.col-md-12 {
  margin-top: 5px;
}

#modalInvioEmailDocumenti>.modal-dialog>.modal-content>.modal-body>.row>.col-md-12>div>.table {
  margin-top: 5px;
}

#modalInvioEmailDocumenti>.modal-dialog>.modal-content>.modal-body>.row>.col-md-12>div>.table>tbody>tr {
  cursor: pointer;
}

#modalInvioEmailDocumenti>.modal-dialog>.modal-content>.modal-body>.row>.col-md-12>div>.table>thead>tr>td {
  border-bottom: 2px solid #DD4B39;
  border-top: 2px solid #DD4B39;
  color: #DD4B39;
  font-weight: bold !important;
  text-transform: uppercase;
}

/* loader invio email --> start */
.loaderEnvelope {
  display: block;
  /* lo rende un blocco */
  margin: 20px auto;
  /* lo centra */
  width: 120px;
  /* dimensioni fisse */
  height: 80px;
  position: relative;
  border-style: solid;
  box-sizing: border-box;
  border-width: 40px 60px 30px 60px;
  border-color: #3760C9 #96DDFC #96DDFC #36BBF7;
  animation: envFloating 1s ease-in infinite alternate;
}

.loaderEnvelope:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  height: 70px;
  width: 50px;
  background-image:
    linear-gradient(#fff 45px, transparent 0),
    linear-gradient(#fff 45px, transparent 0),
    linear-gradient(#fff 45px, transparent 0);
  background-repeat: no-repeat;
  background-size: 30px 4px;
  background-position: 0px 11px, 8px 35px, 0px 60px;
  animation: envDropping 0.75s linear infinite;
}


@keyframes envFloating {
  0% {
    transform: translate(-2px, -5px)
  }

  100% {
    transform: translate(0, 5px)
  }
}

@keyframes envDropping {
  0% {
    background-position: 100px 11px, 115px 35px, 105px 60px;
    opacity: 1;
  }

  50% {
    background-position: 0px 11px, 20px 35px, 5px 60px;
  }

  60% {
    background-position: -30px 11px, 0px 35px, -10px 60px;
  }

  75%,
  100% {
    background-position: -30px 11px, -30px 35px, -30px 60px;
    opacity: 0;
  }
}

/* loader invio email --> end */

.csRowCheck {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #3c763d;
  /* verde bootstrap */
  font-size: 18px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.csBtnCustom01 {
  color: #3C8DBC !important;
  background: #F8F9FA !important;
  padding: 6px 12px !important;
  border: 1px solid #3C8DBC !important;
}

.csBtnCustom01:hover {
  border: 1px solid #3C7DBC !important;
  background: #3C8DBC !important;
  color: #F8F9FA !important;
  padding: 6px 12px !important;
}

.csBtnCustom01:hover>i {
  background: #3C8DBC !important;
  color: #F8F9FA !important;
}

.csBtnCustom02 {
  color: #DD4B39 !important;
  background: #F8F9FA !important;
  padding: 6px 12px !important;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #DD4B39 !important;
}

.csBtnCustom02:hover {
  background: #DD4B39 !important;
  color: #F8F9FA !important;
}

.file-preview-frame.x-fileinput-nuovo {
  position: relative;
}

.file-preview-frame.x-fileinput-nuovo:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 8px;
  height: 8px;
  background: #245DFF;
  border-radius: 50%;
}

/* allineamento icone sidebar AdminLTE 2 con Font Awesome 5 */
.sidebar-menu>li>a>i,
.sidebar-menu .treeview-menu>li>a>i {
  display: inline-block;
  width: 22px;
  min-width: 22px;
  text-align: center;
  margin-right: 6px;
  padding-right: 0 !important;
  font-size: inherit;
}

/* allineamento testo */
.sidebar-menu>li>a>span,
.sidebar-menu .treeview-menu>li>a>span {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px !important;
}

/* allineamento verticale generale */
.sidebar-menu li>a {
  display: block;
  white-space: nowrap;
}

/* per evitare che icone vuote rompano l'allineamento */
.sidebar-menu li.treeview>a>i:empty {
  width: 22px;
  min-width: 22px;
  margin-right: 6px;
}

/* riduce rientro dei sottomenu */
.sidebar-menu .treeview-menu {
  padding-left: 0 !important;
}

/* riduce spazio a sinistra delle voci figlie */
.sidebar-menu .treeview-menu>li>a {
  padding-left: 0px !important;
}

/* --- raggruppamento visivo voci menu laterale (cs-menu-gruppo-*) --- */
.sidebar-menu .treeview-menu > li.cs-menu-gruppo-label {
    padding: 8px 15px 4px 25px;
    font-size: 11px;
    text-transform: uppercase;
    color: #db7d71;
    letter-spacing: .5px;
    pointer-events: none;
    cursor: default;
}

/* linea separatrice sopra la label */
.sidebar-menu .treeview-menu > li.cs-menu-gruppo-label span {
    display: block;
    border-top: 1px solid rgba(255,255,255,.08);
    padding-top: 8px;
}

/* sfondo e bordo laterale per le voci del gruppo */
.sidebar-menu .treeview-menu > li.cs-menu-gruppo-voce > a {
    margin-left: 12px;
    margin-right: 8px;
    padding-left: 13px;
    background: rgba(255,255,255,.035);
    border-left: 3px solid #DD4B39;
}

/* angoli arrotondati in alto sulla prima voce */
.sidebar-menu .treeview-menu > li.cs-menu-gruppo-prima > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/* angoli arrotondati in basso e margine extra sull'ultima voce */
.sidebar-menu .treeview-menu > li.cs-menu-gruppo-ultima > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 7px;
}

/* hover sulle voci del gruppo */
.sidebar-menu .treeview-menu > li.cs-menu-gruppo-voce > a:hover {
    background: rgba(255,255,255,.08);
}


/* raggruppamento voci menu per gruppo su usermenu (cs-menu-gruppo-*) --- */
.sidebar-menu .treeview-menu > li.cs-menu-gruppo-label {
    padding: 8px 15px 4px 25px;
    font-size: 11px;
    text-transform: uppercase;
    color: #db7d71;
    letter-spacing: .5px;
    pointer-events: none;
    cursor: default;
}
/* linea separatrice sopra la label */
.sidebar-menu .treeview-menu > li.cs-menu-gruppo-label span {
    display: block;
    border-top: 1px solid rgba(255,255,255,.08);
    padding-top: 8px;
}
/* sfondo e bordo laterale per le voci del gruppo */
.sidebar-menu .treeview-menu > li.cs-menu-gruppo-voce > a {
    margin-left: 12px;
    margin-right: 8px;
    padding-left: 13px;
    background: rgba(255,255,255,.035);
    border-left: 3px solid #DD4B39;
}
.sidebar-menu .treeview-menu > li.cs-menu-gruppo-prima > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.sidebar-menu .treeview-menu > li.cs-menu-gruppo-ultima > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 7px;
}
.sidebar-menu .treeview-menu > li.cs-menu-gruppo-voce > a:hover {
    background: rgba(255,255,255,.08);
}

.panel-heading>h5 {
  color: #F8F9FA !important;
}

.mod_tpmenu_username {
  display: flex;
}

#mod_tpmenu_username_icon_mobile {
  display: none;
}

.datepicker-days th {
    background: unset;
    color: #DD4B39;
}

.datepicker-days .datepicker-switch {
    font-weight: bold !important;    
}

.datepicker.table.tr, td.today {
    background: #DD4B39 !important;
    color: #F8F9FA !important;
    border-color: #DD4B39 !important;
    
}







@media only screen and (max-width: 767px) {
  .main-header>.logo {
    display: none !important;
  }

  .main-header .navbar {
    margin-left: 0 !important;
  }

  .navbar-custom-menu .nav>li#bugReport,
  .navbar-custom-menu .nav>li#infoAttivitaUtenteTaskProgetti,
  .navbar-custom-menu .nav>li#infoAttivitaUtente {
    display: none !important;
  }

  .user-image {
    display: none;
  }

  .user-panel {
    display: none !important;
  }

  .main-sidebar {
    padding-top: 5rem !important;
  }

  .mod_tpmenu_username {
    display: none;
  }

  #mod_tpmenu_username_icon_mobile {
    display: flex;
  }

  .cs_details_copy,
  .cs_space_utconn {
      display: none;  
  }

  .cs_footercrm > div > strong {
    font-size: 12px !important;
  }


  /* FORZA MODALI A SCHERMO INTERO E CENTRATE */
  .modal {
    width: 100vw !important;
    height: 80vh !important; 
    margin: 0 !important;
    padding: 0 !important;
  }

  .modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    top: 10% !important;
  }

  .modal-content {
    width: 100% !important;
    height: auto !important;
    border-radius: 0 !important;
  }


  /* Sidebar fullscreen mobile */
  .skin-red.sidebar-mini.sidebar-open aside.main-sidebar {
      width: 100vw !important;
      height: calc(100vh - 50px);
  }

  /* Nasconde close */
  span.pull-right a img[src="images/close.png"] {
      display: none;
  }

  /* HEADER STICKY */
  .main-header {
      position: fixed !important;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 99999 !important;
  }

  /* NON fissare navbar e logo separatamente */
  .main-header .logo,
  .main-header .navbar {
      position: relative !important;
  }

  /* SIDEBAR */
  .main-sidebar {
      position: fixed !important;
      left: 0;
      height: calc(100vh - 50px) !important;
      z-index: 99998 !important;
      overflow-y: auto;
  }

  /* CONTENUTO */
  .content-wrapper,
  .right-side {
      padding-top: 50px !important;
  }

  /* evita glitch AdminLTE mobile */
  body.sidebar-open {
      overflow: hidden;
  }

  h3.box-title {
    padding-left: 5px !important;
  }

  /* Nav tabs scrollabili orizzontalmente */
  .nav-tabs {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      white-space: nowrap;
      border-bottom: unset !important;
      padding-bottom: 0;
  }

  .nav-tabs > li {
      float: none;
      display: inline-block;
      flex-shrink: 0;
      margin-top: 15px;
      margin-bottom: 15px;
  }

  .nav-tabs > li > a {
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 13px;
    border: solid 1px #ccc !important;
    border-radius: 999px !important;
    text-transform: uppercase;
    font-weight: 700;
  }

  .nav-tabs > li.active > a, 
  .nav-tabs > li.active > a:hover, 
  .nav-tabs > li.active > a:focus {
    color : white;
    background-color: #DD4B39 !important;
    border: solid 1px #DD4B39 !important;
  }

  /* Nascondi scrollbar mantenendo funzionalità */
  .nav-tabs::-webkit-scrollbar {
      display: none;
  }
  .nav-tabs {
      -ms-overflow-style: none;
      scrollbar-width: none;
  }

}

    /* layout date modale attivita */
    #modalNuovaAttivita .csBloccoPeriodoAttivita {
        border: 1px solid #d2d6de;
        background: #f9fafc;
        padding: 10px 10px 0 10px;
        margin-bottom: 15px;
    }

    #modalNuovaAttivita .csTitoloPeriodoAttivita {
        display: block;
        margin-bottom: 10px;
        font-weight: 600;
        color: #444;
    }

    #modalNuovaAttivita .csBloccoPeriodoAttivita .form-group {
        margin-bottom: 10px;
    }

    #modalNuovaAttivita .bootstrap-select.form-control {
        width: 100% !important;
    }

    div#modalNuovaAttivita.modal.fade.in div.modal-dialog div.modal-content div.modal-body form div.row div.col-md-3 div.checkbox div.icheckbox_minimal-red {
        margin-top: unset !important;
    }

    @media (max-width: 991px) {
        #modalNuovaAttivita .modal-dialog {
            width: 95% !important;
            margin: 10px auto;
        }
    }