/* VERSION */


.version:after{
  content: ' c1.0.1'
}

/* /VERSION */

/* GENERAL */

body{
    color: #808080;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

.logo_text{
    font-weight: 500;
}

.colore{
    color: #ec2027;
}

a{
    color: #ec2027;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

a:hover{
    color: rgba(0,0,0,.7);
    text-decoration: none;
}

.simple_link{
  cursor: pointer;
  color: #ec2027 !important;
}

.simple_link:hover{
  color: rgba(0,0,0,.7) !important;
}

:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.tiolo{
  padding: 0;
  margin-bottom: 15px;
}

.btn{
  margin-bottom: 15px;
  cursor: pointer;
}

.tooltip-inner {
 text-align:left;
 font-size: 12px;
}

.form-control:focus {
    border-color: #ec2027;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(190,54,59,.25);
}

ul{
  padding-left: 15px;
}

.no_margin{
  margin: 0;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,0);
}

hr{
    margin-top: 0;
    margin-bottom: 10px;
}

.close{
  cursor: pointer;
}

a.btn-outline-success{
    color: #28a745 !important;
}

a.btn-outline-success:hover{
    color: #fff !important;
}

a.btn-outline-warning{
    color: #ffc107!important;
}

a.btn-outline-warning:hover{
    color: #fff!important;
}

/* /GENERAL */

/* SELECT 2 */

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057;
    line-height: 28px;
    font-size: 14px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    height: 31px;
}

.select2-container .select2-selection--single {
    height: 31px;
}

.select2-dropdown{
  border-color: #ced4da;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(236, 32, 39, 0.8);
    color: white;
}

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

/* /SELECT 2 */

/* TEMPLATE GENERAL */

.template_general .contenuti {
    margin-top: 108px;
    padding-top: 15px;
}

/* /TEMPLATE GENERAL */

/* HEADER */

.header{
    background-color: rgba(236, 32, 39, 0.8);
    padding: 15px 0 0 0;
}

.header img{
    max-height: 60px;
}

.header_general .navbar{
  margin-top: 12px;
  padding-top: 2px;
  padding-bottom: 0;
}

.header_general .container{
  position: relative;
}

 .header_general img{
   height: 20px;
 }

 .header_utente{
   font-size: 14px;
   float: right;
   color: white;
 }

 .header_utente:hover{
   opacity: 0.5;
 }

 .header .header_utente{
   margin-top: 21px;
 }

 .header.header_general .header_utente{
   margin-top: 0;
 }

 .header.header_workspace .header_utente{
   margin-top: 0;
   /* margin-left: 15px; */
   margin-left: 158px;
   float: none;
   opacity: 0.8;
   z-index: 2;
   position: relative;
 }

 .header.header_workspace .header_utente.header_nome_utente{
   margin-top: 0;
    margin-left: 0;
    margin-right: 65px;
    float: right;
    opacity: 0.8;
    z-index: 2;
    position: relative;
    padding-right: 30px;
    border-right: 1px solid rgb(255 255 255 / 80%);
 }

 .nome_sw{
     margin: 0;
     position: absolute;
     top: 1px;
     left: 52px;
     font-size: 9px;
     line-height: 11px;
     color: rgba(255, 255, 255, 0.65);
 }

 .header_workspace .nome_sw{
   top: 16px;
     left: 52px;
 }

.naviga_anno_workspace{
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  color: #fff;
  opacity: 0.5;
}

.naviga_anno_workspace:hover{
  color: #fff;
  opacity: 1;
}

/* /HEADER */

/* NAVBAR */

.navbar{
    margin-top: 15px;
    border-bottom: 1px solid #cfcfcf;
    /*border-bottom: 1px solid #e2e0e0;*/
}

.bg-light {
    background-color: #ececec!important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ec2027;
}

.nav-item .dropdown-menu{
    margin: 8px 0px 0px;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #ececec;
}

.navbar-toggler{
  padding-left: 0;
  padding-right: 0;
  border: 0;
}

.navbar-collapse .navbar-nav .dropdown-menu{
  right: 0;
  left: auto;
}

.navbar-collapse .navbar-nav.mr-auto .dropdown-menu{
  right: auto;
  left: 0;
}

/* /NAVBAR */

/* FOOTER */

.footer{
    border-top: 1px solid #ec2027;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer p{
    margin: 0;
}

.footer p.version{
    text-align: right;
    color: #c5c5c5;
}

/* /FOOTER */

/* CONTENUTI */

.contenuti{
    margin-top: 146px;
    padding-top: 15px;
}

/* /CONTENUTI */

/* MENU */

.menu_fase{
    padding: 30px 0;
}

.fase_box{
    width: 20%;
    float: left;
    height: 189px;
    text-align: center;
    color: #ec2027;
    border:1px solid;
    background-color: #ececec;
    vertical-align: middle;
    display: table;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.fase_full_width{
    width: 100%;
}

.menu_fase:after{
    content: '';
    display: block;
    clear: both;
}

.fase_link:hover{
    text-decoration: none;
}

.fase_link:hover .fase_box{
    /*color: #fff;
    background-color: rgba(236, 32, 39, 0.8);
    border-color: rgba(236, 32, 39, 0.8);*/
    position: relative;
    z-index: 10;
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

.fase_link:hover .fase_box.menu_stagioni{
    /*color: #fff;
    background-color: rgba(236, 32, 39, 0.8);
    border-color: rgba(236, 32, 39, 0.8);*/
    position: relative;
    z-index: 10;
    -ms-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

.fase_text{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.fase_box p{
    margin: 0;
    font-size: 15px;
    /* font-size: 17px; */
    font-weight: 700
}

.fase_box i{
    margin: 0 0 15px 0;
    font-size: 45px;
    /* font-size: 55px; */
}

.menu_stagioni{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.menu_uno{
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.menu_due{
    color: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2;
}

.menu_tre{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.menu_quattro{
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;

}

.menu_cinque{
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.menu_sei{
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.menu_gestione{
  color: rgba(0,0,0,.3);
  background-color: #ffffff;
  border-color: rgba(0,0,0,.3);
  border-right: 1px solid rgba(0,0,0,0);
}

.fase_link_gest:hover .menu_gestione{
  border-right: 1px solid rgba(0,0,0,.3);
}

.fase_link_gest:last-of-type .menu_gestione{
  border-right: 1px solid rgba(0,0,0,.3);
}

  /* MENU */

  /* DATATABLES */

  .dataTables_wrapper{
    padding: 0;
    margin-bottom: 15px;
  }

  table.dataTable thead .sorting:before,
  table.dataTable thead .sorting_asc:before,
  table.dataTable thead .sorting_desc:before,
  table.dataTable thead .sorting_asc_disabled:before,
  table.dataTable thead .sorting_desc_disabled:before {
      right: 19px;
  }

  table.dataTable thead > tr > th.sorting_asc,
  table.dataTable thead > tr > th.sorting_desc,
  table.dataTable thead > tr > th.sorting,
  table.dataTable thead > tr > td.sorting_asc,
  table.dataTable thead > tr > td.sorting_desc,
  table.dataTable thead > tr > td.sorting {
      padding-right: 40px;
  }

  table td .btn{
    margin: 0;
  }

  .page-item.active .page-link {
      color: #fff;
      background-color: #ec2027;
      border-color: #ec2027;
  }

  .page-link {
      position: relative;
      display: block;
      padding: .5rem .75rem;
      margin-left: -1px;
      line-height: 1.25;
      color: #ec2027;
      background-color: #fff;
      border: 1px solid #ddd;
  }

  .page-link:focus,
  .page-link:hover {
      color: #ec2027;
      background-color: #e9ecef;
      border-color: #ddd;
  }

  tbody .btn-sm {
    padding:0 4px;
    border: 0;
    line-height: .875rem;
  }

  .btn-outline-secondary:hover{
    background-color: rgba(0, 0, 0, 0);
    color: #000;
  }

  /* /DATATABLES */

  /* CHECKBOX */

  .checkbox {
      padding-left: 0;
  }

  .checkbox.checkbox-inline{
    display: inline;
  }

  .checkbox label {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      padding-left: 27px;
      line-height: 22px;
      margin-right: 15px;
      margin-bottom: 5px;
  }

  .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 20px;
      height: 20px;
      left: 2px;
      margin-left: -3px;
      border: 1px solid #cccccc;
      border-radius: 0;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }

  .checkbox label::after {
    width: 20px;
    height: 20px;
    left: 1px;
    top: 0;
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 0px;
    font-size: 15px;
    margin-top: -1px;
    color: #ec2027;
  }

  .checkbox input[type="checkbox"] {
      opacity: 0;
      z-index: 1;
      margin-right: -16px;
  }

  /* /CHECKBOX */

  /* RADIO BUTTON */

  .radio {
      padding-left: 0;
  }

  .radio.radio-inline {
      display: inline-block;
      margin-left: 0 !important;
  }

  .checkbox input[type="radio"] {
      opacity: 0;
      z-index: 1;
      margin-right: -16px;
  }

  .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 20px;
      height: 20px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out;
  }

  .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 10px;
      height: 10px;
      left: 5px;
      top: 5px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #ec2027;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  }

  .radio input[type="radio"]:checked + label::before {
      border-color: #ec2027;
  }

  .radio label {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      color: #333;
      padding-left: 12px;
      margin-right: 15px;
      margin-bottom: 5px;
  }

  /* /RADIO BUTTON */

  /* BUTTON CUSTOM */

  .btn-outline-light {
      color: #ec2027;
      background-color: transparent;
      background-image: none;
      border-color: #ec2027;
  }

  .btn-outline-light:hover {
        color: #fff;
        background-color: #ec2027;
        border-color: #ec2027;
  }

  .btn-outline-light:not([disabled]):not(.disabled).active,
  .btn-outline-light:not([disabled]):not(.disabled):active,
  .show>.btn-outline-light.dropdown-toggle {
      color: #fff;
      background-color: #ec2027;
      border-color: #ec2027;
      box-shadow: 0 0 0 0.2rem rgba(52,58,64,.5);
  }

  .btn-light {
      color: #fff;
      background-color: #ec2027;
      background-image: none;
      border-color: #ec2027;
  }

  .btn-light:hover {
      color: #fff;
      background-color: #858083;
      border-color: #858083;
  }

  /* /BUTTON CUSTOM */

  /* FULLCALENDAR */

  .fc-event {
      position: relative;
      display: block;
      font-size: .85em;
      line-height: 1.3;
      border-radius: 3px;
      background-color: #ec2027;
      /* border: 1px solid #ec2027; */
  }

  .fc-event,
  .fc-event:hover {
      color: #fff !important;
      text-decoration: none;
  }

  .fc-time{
    padding-right:15px;

}

.fc-time i{
    /* position:absolute;
    right: 2px;
    top: 1px; */
    opacity: 0.7;
    cursor: pointer;

    display: block;

}

.fc-time i:hover{
    opacity: 1;
}

  .fullcalendar_custom{
    margin-bottom: 15px;
  }

  .fc-header-toolbar{
    height: 29px;
  }

  .fc-header-toolbar h2{
    font-size: 20px;
    line-height: 30px;
  }

  .fc button{
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96;
    opacity: 1;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0);
  }

  .fc button:hover{
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
    text-shadow: none;
  }

  .fc button.fc-state-active{
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
    text-shadow: none;
  }

  /* .fc-scroller{
    height: 40%!important;
  } */

  .calendar_workspace_custom{
      position: relative;
  }

  .view_button{
      position:absolute;
      top:0;
      right:249px;
  }

  .view_button button{
    border: 1px solid #ec2027;
    color: #ec2027;
  }

  .view_button button:hover{
    color: #fff;
    background-color: #ec2027;
    border-color: #ec2027;
  }

  .view_button button.fc-state-active {
    color: #fff;
    background-color: #ec2027;
    border-color: #ec2027;
    text-shadow: none;
  }


  .view_button button:focus {
      outline: 0;
  }

  .view_sale_button{
      position:absolute;
      top:0;
      left:145px;
  }

  .view_sale_button .btn-secondary{
    height: 2.1em;
    font-size: 12px;
    line-height: 16px;
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96;
    opacity: 1;
    padding: .25rem .5rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0);
  }

  .view_sale_button .btn-secondary:hover{
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
  }

  .view_sale_button .btn-secondary:not([disabled]):not(.disabled).active,
  .view_sale_button .btn-secondary:not([disabled]):not(.disabled):active,
  .view_sale_button .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
    box-shadow: 0 0 0 0.2rem rgba(134,142,150,0);
  }

  .view_sale_button .btn-secondary:not([disabled]):not(.disabled).active:hover{
    color: #fff;
    background-color: #afb8c0;
    border-color: #868e96;
    box-shadow: 0 0 0 0.2rem rgba(134,142,150,0);
  }

  .view_sale_button .btn-secondary:not([disabled]):not(.disabled).focus:hover{
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96;
    box-shadow: 0 0 0 0.2rem rgba(134,142,150,0);
  }

  .view_sale_button .btn-secondary:not([disabled]):not(.disabled).focus.active:hover{
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
    box-shadow: 0 0 0 0.2rem rgba(134,142,150,0);
  }

  .view_sale_button .attvita_singola{
    margin-left: 20px;
    margin-right: 20px;
  }

  .fc-bgevent {
    background: #8fdf82;
    opacity: .5;
    color: black;
    text-align: center;
}

.fc-unthemed .fc-content{
  border-color: inherit !important;
}

.fc-content.ui-state-default{
  border: 1px solid inherit !important;
  background: inherit;
  font-weight: inherit;
  color: inherit;
}

.fc-time span i{
  margin-left: 1px;
  margin-right: 2px;
  color: #ec2027;
}

.fc-time span i:hover{
  color: #454545;
}

.fc_event_acquisizione{
    left: auto !important;
    right: 0 !important;
}

.drag_divider{
    width: 100%;
    height: 1px;
    background: #e9ecef;
    float: left;
    margin-top: 2px;
    margin-bottom: 7px;
}

.drag_pacchetto{
      background: #ffd7d9!important;
}

  /* /FULLCALENDAR */

  /* WORKSPACE */

  .header_workspace{
    height: 50px;
    position: relative;
    z-index: 6;
    padding-bottom: 15px;
  }

  .header_workspace img{
    height: 20px;
    margin-left: 15px;
    position: relative;
    z-index: 2;
  }

  .btn_header{
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 14px;
    background-color: rgba(0,0,0,0);
    color: rgba(255, 255, 255, 0.8);
    font-size: 22px;
    line-height: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    /* -webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.75);*/
    /* text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8); */
  }

  .btn_header_show i{
    transform: rotate(180deg);
  }

  .header h1{
    color: white;
    font-size: 20px;
    line-height: 20px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    margin: 0;
  }

  .workspace{
    margin: 0;
  }

  .workspace_content{
    height: calc(100vh - 50px);
  }

  /* /WORKSPACE */

  /* CALENDAR LONG */

  .calendar_long{
    /* height: 215px; */
    /* height: 265px; */
    height: 663px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 15px;
    background-color: #ececec;
    border-bottom: 1px solid #cfcfcf;
    position: absolute;
    z-index: 5;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 2px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 2px 6px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    /* top: -265px; */
    top: -680px;
  }

  .calendar_long_tool{
    position: absolute;
    right: 15px;
    top: 8px;
    color: #808080;
    cursor: pointer;
  }
  .calendar_long_tool:hover{
    color: rgba(236, 32, 39, 0.8);
  }

  .calendar_long_show{
      top: 50px;
  }

  .calendar_long_description{
    width: 200px;
    height: 100%;
    float: left;
    padding-top: 12px;
  }

  .calendar_long_description p{
    width: 100%;
    font-size: 14px;
    /* line-height: 17px; */
    line-height: 36.6px !important;
    padding-bottom: 0;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #cfcfcf;
    height: 36.6px !important;
    display: block;
  }

  .calendar_long_description p:first-child{
    border-top: 1px solid #cfcfcf;
    /* padding-top: 4px;
    margin-top: 11px; */
  }

  /* .calendar_long_description p:nth-child(2){
    line-height: 28px;
    margin-bottom: 4px;
  }

  .calendar_long_description p:nth-child(3){
    line-height: 28.5px;
    margin-bottom: 5px;
  }

  .calendar_long_description p:nth-child(6){
    margin-bottom: 4px;
  }

  .calendar_long_description p:nth-child(11){
    margin-bottom: 4px;
  }

  .calendar_long_description p:nth-child(13){
    margin-bottom: 5px;
  } */

  .calendar_long_container {
    width: calc(100% - 200px);
    height: 100%;
    background-color: white;
    /* border-bottom: 1px solid #cfcfcf; */
    float: left;
    overflow: auto;
    white-space: nowrap;
  }

  .calendar_long_row_head{
    height:12px;
    width: 3500px;
    padding:0;
  }

  .head_cell{
    float: left;
    display: block;
    height: 12px;
    width: 100px;
    border: 1px solid #cfcfcf;
    border-bottom: 1px solid rgba(236, 32, 39, 0.8);
    text-align: center;
    font-size: 8px;
    font-weight: bold
  }

  .head_cell p{
    margin: 0;
    padding: 1px;
    line-height: 9px;
  }

  .calendar_long_row{
    /* height:27.6px; */
    height: 36.6px;
    width: 3500px;
    padding:0;
  }

  .cell{
    float: left;
    display: block;
    height: 100%;
    width: 100px;
    padding: 1px 2px 2px 2px;
    border-bottom: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    text-align: center;
    cursor: pointer;
  }

  .cell h1{
    margin: 0;
    padding: 0;
    font-size: 11px;
    line-height: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .cell p{
    margin: 0;
    padding: 0;
    font-size: 9px;
    line-height: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: table-cell;
    vertical-align: middle;
    width: 95px;
    height: 18px;
  }

/* COLORI NUOVI */

.cell_lis{
    /* rosso */
    background-color: rgba(236, 32, 39, 0.8);
    color: white;
}

.cell_lm{
    /* verde */
    background-color: rgba(11, 183, 32, 0.8);
    color: white;
}

.cell_osi{
    /* blu */
    background-color: rgba(32, 85, 236, 0.8);
    color: white;
}

.cell_lac{
    /* giallo */
    background-color: rgba(236, 154, 32, 0.8);
    color: white;
}

.cell_evento_privato{
    /* viola */
    background-color: rgba(206, 125, 247, 0.9);
    color: white;
}

.cell_edu{
    /* turchese */
    background-color: rgb(32, 217, 236, 0.8);
    color: white;
}

.cell_lis_p{
    /* rosso opalino */
    background-color: rgba(236, 32, 39, 0.55);
    color: white;
}

.cell_lm_p{
    /* verde opalino */
    background-color: rgba(11, 183, 32, 0.55);
    color: white;
}

.cell_osi_p{
    /* blu opalino */
    background-color: rgba(32, 85, 236, 0.55);
    color: white;
}

.cell_lac_p{
    /* giallo opalino */
    background-color: rgba(236, 154, 32, 0.55);
    color: white;
}

.cell_evento_privato_p{
    /* viola opalino */
    background-color: rgba(206, 125, 247, 0.55);
    color: white;
}

.cell_edu_p{
    /* turchese */
    background-color: rgb(32, 217, 236, 0.55);
    color: white;
}

.cell_lis_grey{
    /* rosso */
    background-color: rgba(209, 196, 196, 0.7);
    color: black;
}

.cell_lm_grey{
    /* verde */
    background-color: rgba(195, 209, 197, 0.7);
    color: black;
}

.cell_osi_grey{
    /* blu */
    background-color: rgba(197, 203, 217, 0.7);
    color: black;
}

.cell_lac_grey{
    /* giallo */
    background-color: rgba(207, 199, 189, 0.7);
    color: black;
}

.cell_evento_privato_grey{
    /* viola */
    background-color: rgba(187, 180, 190, 0.7);
    color: black;
}

.cell_edu_grey{
    /* turchese */
    background-color: rgb(172, 193, 195, 0.7);
    color: white;
}

.cell_lis_p_grey{
    /* rosso opalino */
    background-color: rgba(206, 176, 176, 0.55);
    color: black;
}

.cell_lm_p_grey{
    /* verde opalino */
    background-color: rgba(185, 210, 189, 0.55);
    color: black;
}

.cell_osi_p_grey{
    /* blu opalino */
    background-color: rgba(186, 195, 216, 0.55);
    color: black;
}

.cell_lac_p_grey{
    /* giallo opalino */
    background-color: rgba(208, 195, 178, 0.55);
    color: black;
}

.cell_evento_privato_p_grey{
    /* viola opalino */
    background-color: rgba(183, 167, 189, 0.55);
    color: black;
}

.cell_edu_p_grey{
    /* turchese */
    background-color: rgb(172, 193, 195, 0.55);
    color: white;
}

.cell_residenza{
    /* grigio */
    background-color: #cfcfcf;
    color: #ffffff;
}

.cell_manutenzione{
    /* grigio */
    background-color: #cfcfcf;
    color: #ffffff;
}

.cell_prenotata{
  background-color: #e0e0e0;
  color: #ffffff;
}

/* /COLORI NUOVI */

/* COLORI VECCHI */

  /* .cell_red_pre{
    background-color: rgba(236, 32, 39, 0.4);
    color: white;
  } */

  /* .cell_green_pre{
    background-color: rgba(11, 183, 32, 0.4);
    color: white;
  } */

  /* .cell_blu_pre{
    background-color: rgba(32, 85, 236, 0.4);
    color: white;
  } */

  /* .cell_orange_pre{
    background-color: rgba(236, 154, 32, 0.4);
    color: white;
  } */

  /* .cell_pink_pre{
    background-color: rgba(206, 125, 247, 0.5);
    color: white;
  } */

  /* .cell_red{
    background-color: rgba(236, 32, 39, 0.7);
    color: white;
  } */

  /* .cell_green{
    background-color: rgba(11, 183, 32, 0.7);
    color: white;
  } */

  /* .cell_blu{
    background-color: rgba(32, 85, 236, 0.7);
    color: white;
  } */

  /* .cell_orange{
    background-color: rgba(236, 154, 32, 0.7);
    color: white;
  } */

  /* .cell_pink{
    background-color: rgba(206, 125, 247, 0.8);
    color: white;
  } */

  .cell_yellow{
    background-color: rgba(255, 206, 96, 0.8);
    color: white;
  }

  .cell_turquoise{
    background-color: rgba(126, 183, 165, 0.8);
    color: white;
  }

  .cell_gray{
    background-color: #cfcfcf;
    color: #808080;
  }

  /* /COLORI VECCHI */

  .cell:hover{
    /* background-color: #cfcfcf; */
    background-color: #f1f1f1;
    /* color: white; */
    color: #aaaaaa;
  }

  .month_ended{
    border-right: 1px solid #495056;
  }

  .no_fossa{
    margin-top: 36px;
  }

  .remove_do_spettacolo{
    margin-bottom: 0;
    margin-top: 32px;
  }

  .remove_do_attopausa{
    margin-bottom: 0;
    margin-top: 32px;
  }

  #inser_do_spettacolo,
  #inser_do_attopausa{
    margin-bottom: 0;
  }

  .pop_up_row{
    padding: 2px 5px 3px 5px;
    width: 100%;
  }

  .pop_up_row:nth-child(even){
    background-color: #ececec;
  }

  .calendar_long_month_anchor_box{
    width: auto;
    position: absolute;
    top: 0;
    left: 215px;
  }

  .calendar_long_month_anchor{
    float: left;
    margin: 6px 7px 0 0;
    padding: 3px 7px 3px 7px;
    font-size: 11px;
    line-height: 11px;
    border: 1px solid #cacaca;
    color: #a3a3a3;
    cursor: pointer;
  }

  .calendar_long_month_anchor:hover{
      border: 1px solid rgba(236, 32, 39, 0.8);
      color: rgba(236, 32, 39, 0.8);
  }

  .calendar_long_month_anchor_today{
    border: 1px solid #c0bfbf;
    color: #ececec;
    background: #c0bfbf;
    margin-left: 15px;
  }

  .calendar_long_month_anchor_today:hover{
    border: 1px solid rgba(236, 32, 39, 0.8);
    color: #ececec;
    color: #ffffff;
    background: rgba(236, 32, 39, 0.8);
    margin-left: 15px;
  }

  /* /CALENDAR LONG */

  /* TOOLBAR */

  .toolbar{
    height: 100%;
    background-color: #ececec;
    float: left;
    padding-right: 15px;
    margin-right: 15px;
}

    .toolbar:after {
      content: '';
      display: block;
      clear: both;
  }

  .btn-group-vertical>.btn{
    border-left: 0;
    margin-bottom: 0;
  }

  .btn-group-vertical>.btn:first-child:not(:last-child) {
      border-top-left-radius: 0;
  }

  .btn-group-vertical>.btn:last-child:not(:first-child) {
      border-bottom-left-radius: 0;
  }

  .toolbar .btn{
    padding: 0;
  }

  .toolbar .btn span{
    padding: 5px 8px;
    display: block
  }

  .toolbar .btn_divider{
    margin-bottom: 20px;
    border-top-right-radius: 4px!important;
  }

  /* /TOOLBAR */

  /* ORGANIZER */

  .organizer{
    height: 100%;
    padding-left: 0;
  }

  .organizer .nav-tabs{
    margin-top: 15px;
  }

  .organizer .tab-content{
    /* padding: 15px 15px 15px 90px; */
    padding: 15px 0 15px 65px;
  }

  .box_content_tab{
    width: 100%;
    height: calc(100vh - 137px);
    overflow-y: scroll;
  }

  /* /ORGANIZER */

  /* DOCUMENTS */

  .documents{
    height: 100%;
    background-color: #ececec;
    border-left: 1px solid #cfcfcf;
    padding: 11px 15px 15px 15px;
  }

  .box_content_documents{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }

  .structure_documents input{
    font-size:1em;
  }

  .structure_documents i{
    margin-right: 7px;
    font-size: 19px;
    position: relative;
  }

  .structure_documents i span{
    font-family: 'Roboto', sans-serif;
    position: absolute;
    color: white;
    font-size: 10px;
    top: 5px;
    left: 0;
    text-align: center;
    width: 18px;
  }

  ol.structure_documents{
    padding-left:15px;
  }

  .structure_documents li{
    list-style-type:none;
    color:#808080;
    position:relative;
    margin-left:-15px;
  }

  .structure_documents li label{
    padding-left:0;
    cursor:pointer;
    display: block;
  }

  .structure_documents li label:hover{
    color: rgba(236, 32, 39, 0.8);
  }

  .structure_documents li input{
    width:1em;
    height:1em;
    position:absolute;
    left:-0.5em;
    top:0;
    opacity:0;
    cursor:pointer;
  }

  .structure_documents li input + ol{
    height:1em;
    margin:-16px 0 0 -44px;
  }

  .structure_documents li input + ol > li{
    display:none;
    margin-left:-14px !important;
    padding-left:1px;
  }

  .structure_documents li.file{
    margin-left:-1px !important;
  }

  .structure_documents li.file i{
    font-size: 16px;
  }

  .structure_documents ol li.file:last-of-type {
    margin-bottom: .5rem;
}

  .structure_documents li.file a{
    display:inline-block;
    /* padding-left:15px; */
    padding-left:5px;
    color:#808080;
    text-decoration:none;
  }

  .structure_documents li.file a:hover{
    color: rgba(236, 32, 39, 0.8);
  }

  .structure_documents li input:checked + ol{
    height:auto;
    margin:-21px 0 0 -44px;
    padding:25px 0 0 80px;
  }

  .structure_documents li input:checked + ol > li{
    display:block;
    margin:0 0 0.063em;
  }

  .structure_documents li input:checked + ol > li:first-child{
    margin:0 0 0.125em;
  }

  .edit_documents{
    color: rgba(236, 32, 39, 0.8);
  }

  .edit_documents:hover{
    color: #808080;
  }

  .edit_documents i{
    margin-right: 0;
  }

  .date_documents{
    font-size: 12px;
    padding-left: 7px;
    padding-right: 7px;
    opacity: 0.7;
  }

  .sottocartella_document{
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
  }

  /* /DOCUMENTS */

  /* ACCORDION */

  .accordion .card-header button{
    color: #ec2027;
    padding: 0;
    margin: 0;
    transition: color .15s ease-in-out;
  }

  .accordion .card-header button:hover{
    color: #495057;
    text-decoration: none;
  }

  .accordion .card-header {
    padding: 9px 15px;
  }

  .accordion .card {
    margin-bottom: 15px;
  }

  .add_stage_manager{
    color: #ec2027;
  }

  .add_stage_manager:hover{
    color: #808080;
  }

  .add_stage_manager>i{
    margin-left: 7px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .add_stage_manager.collapsed>i{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }



  /* /ACCORDION */

  /* CAMERINI */

.n_piano{
  transform: rotate(-90deg);
  position: absolute;
  left: 0;
  bottom: 38px;
}

.row_camerini{
  padding-left: 50px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.camerini{
  width: 100%;
  height: 100px;
  border: 1px solid #868e96;
  display: table;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.camerini:hover{
  background-color: #ec2027;
  border-color: #ec2027;
  color: white;
}

.camerini h5{
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

/* /CAMERINI */

/* SALE */

.sale_box{
  /* width: 100%;
  height: calc(100vh - 437px);
  position: relative;
  border: 1px solid rgba(0,0,0,.125); */
}

.sale_posto{
    width: 5%;
    height: 4vw;
    float: left;
    /* margin-right: 1vw; */
    margin-bottom: 1vw;
    /* position: absolute; */
    border: 1px solid rgba(0,0,0,.125);
    display: table;
    cursor: pointer;
}

.sale_posto p{
    font-size: 20px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.palco{
  width: 100%;
  height: 10vw;
}

.sale_posto:hover{
    background-color: #ec2027;
    color: white;
}

/* /SALE */

/* SWITCH */

  .material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.fase_completa{
  background-color: #5cb85c;
}

/* /SWITCH */

/* MODAL */

.modal-footer{
    display: initial;
}

.modal-footer .btn{
  margin-bottom: 0;
}

/* /MODAL */

/* INSERT */

.modal_insert .modal-title{
  width: 100%;
  position: relative;
}

.modal_insert .modal-title span{
  position: absolute;
  font-size: 12px;
  top: 4px;
  /* right: 0; */
  right: 41px;
  color: #ec2128;
}

.modal_insert .modal-body{
  max-height: calc(100vh - 183px);
  overflow-y: scroll;
  padding-left: 0;
  padding-right: 0;
}

.modal_insert .card{
  border-radius: 0;
}

.modal_insert .card-header{
  padding: 15px;
  position: relative;
  border-radius: 0;
}

.modal_insert .card-header h5{
  padding-right: 60px;
}

.modal_insert .card-header h5 button{
  color: #ec2027;
  font-size: 1.25rem;
  padding: 0;
  margin: 0;
}

.modal_insert .card-header h5 button:hover{
  color: #868e96;
  text-decoration: none;
}

.modal_insert .card-header .material-switch{
  position: absolute;
  right: 20px;
  top: 23px;
}

.modal_insert .card-header.success{
  background-color: #d4edda;
}

.modal_insert .card-header.success h5{
  padding-right: 60px;
}

.modal_insert .card-header.success h5 button{
  color: #155724;
  font-size: 1.25rem;
  padding: 0;
  margin: 0;
}

.modal_insert .card-header.success h5 button:hover{
  color: #0e3c18;
  text-decoration: none;
}

.modal_insert .card-body{
  padding-left: 15px;
  padding-right: 15px;
}

.row_insert{
  padding-top: 15px;
  background-color: rgba(0, 0, 0, 0.05);
}

.aggiungi_risorsa .btn_presonale{
    position: relative;
    top: 7px;
    left: 0;
}

.row_insert.success{
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.row_insert.success h5{
  color: #0e3c18;
}

.row.turni button{
  margin-top: 32px;
  margin-bottom: 0;
}

.row_personale.success{
  color: #155724 !important;
  background-color: #dff3e3 !important;
  border-color: #a9c9b1 !important;
}

.row_personale.success .row_risorsa_fixed{
  border-color: #a9c9b1 !important;
}

.row_personale.success .row_risorsa{
  border-color: #a9c9b1 !important;
}

.row_personale.success:hover{
  color: #155724 !important;
  background-color: #d4edda !important;
  border-color: #a9c9b1 !important;
}

.modal_drag .card-body .row_personale.success:hover .row_risorsa_fixed{
  border-color: #a9c9b1 !important;
}

.modal_drag .card-body .row_personale.success:hover .row_risorsa{
  border-color: #a9c9b1 !important;
}

.modal_drag_acquisizioni .card-body .row_personale.success:hover .row_risorsa_fixed{
  border-color: #a9c9b1 !important;
}

.modal_drag_acquisizioni .card-body .row_personale.success:hover .row_risorsa{
  border-color: #a9c9b1 !important;
}

.row_personale.failed{
  color: #721c24 !important;
  background-color: #fdedee !important;
  border-color: #d2aeb1 !important;
}

.row_personale.failed .row_risorsa_fixed{
  border-color: #d2aeb1 !important;
}

.row_personale.failed .row_risorsa{
  border-color: #d2aeb1 !important;
}

.row_personale.failed:hover{
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border-color: #d2aeb1 !important;
}

.modal_drag .card-body .row_personale.failed:hover .row_risorsa_fixed{
  border-color: #d2aeb1 !important;
}

.modal_drag .card-body .row_personale.failed:hover .row_risorsa{
  border-color: #d2aeb1 !important;
}

.modal_drag_acquisizioni .card-body .row_personale.failed:hover .row_risorsa_fixed{
  border-color: #d2aeb1 !important;
}

.modal_drag_acquisizioni .card-body .row_personale.failed:hover .row_risorsa{
  border-color: #d2aeb1 !important;
}

.modal_drag.contenuti{
  position: inherit!important;
  width: auto;
  max-width: auto;
  display: block;
  border: 0;
  border-radius: 0;
  top: auto;
  right: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
}

/* /INSERT */

/* TASKS */

.box_content_tab .card-body .nav-tabs{
  margin-top: 0;
}

.box_content_tab .card-body .tab-content{
  padding: 15px;
}

.details_task{
  background-color: white;
  padding-top: 15px;
}

.details_task:nth-of-type(even){
  background-color: #ececec;
}

.titolo_attivita_selezionata{
  padding-top: 8px;
  text-align: right;
  float: right;
  font-size: 21px;
  position: absolute;
  right: 15px;
  top: 17px;
}

/* /TASKS */

/* STAUTS */

.row_status{
  margin-bottom: 15px;
}

/* /STAUTS */

/* CONTEXT MENU */

.context-menu-list{
  font-size: 14px;
}

.context-menu-icon.context-menu-icon--fa::before{
  color: #ec2027;
}

.context-menu-item.context-menu-hover {
  color: #fff;
  cursor: pointer;
  background-color: #ec2027;
}

/* /CONTEXT MENU */

/* FULLCALENDAR */

.fc table{
  font-size: 12px;
}

.fc-time-grid .fc-slats td {
  height: 16px;
}

.fc-time-grid.zoom_1x .fc-slats td {
  height:30px;
}

.fc-time-grid-event .fc-content{
  font-size: 12px;
}

.fc button{
  font-size: 12px;
  line-height: 12px;
}

.fc-header-toolbar {
    height: 25px;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 15px;
}

.fc-header-toolbar h2 {
    font-size: 18px;
    line-height: 25px;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
    z-index: 3;
}

/* /FULLCALENDAR */

/* NOTY */

.noty_bar{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.5);
}

.noty_theme__bootstrap-v4.noty_bar .noty_buttons {
    padding: 10px 20px;
}

.noty_theme__bootstrap-v4.noty_bar .noty_buttons button{
    margin: 7px;
}

/* /NOTY */

/* INSERISCI EVENTO */

.modal_no_accordion .modal-body{
  padding-left: 15px;
  padding-right: 15px;
}




/* /INSERISCI EVENTO */

/* UTENTE */

.btn_title_admin{
    position:absolute;
    top:6px;
    right:15px;
}

.checkbox_ruoli .checkbox{
  padding: 7px 0 0 7px;
}

.checkbox_ruoli .checkbox:nth-child(odd){
  background-color: rgba(0,0,0,.05);

}

.form-group.detail_value label{
  margin-bottom: 0;
}

.form-group.detail_value p{
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
}

.form-group.detail_value p a{
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
}

.form-group.detail_value p a:hover{
  opacity: 0.5;
}

.form-group.detail_value.detail_value_checbox p{
  float: left;
  margin-right: 14px;
}

.remove_ico{
    color: #ec2027;
    cursor: pointer;
    margin-left: 7px;
    font-size: 14px;
}

.remove_ico:hover{
    opacity: 0.5;
}

/* /UTENTE */

/* DATARANGE PICKER */

.ranges li {
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #ec2027;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer;
}

.ranges li.active {
    background-color: #ec2027;
    border: 1px solid #ec2027;
    color: #fff;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #ec2027;
    border-color: transparent;
    color: #fff;
}

.ranges li:hover {
    background-color: #ec2027;
    border: 1px solid #ec2027;
    color: #fff;
}

.daterangepicker td.in-range {
    background-color: rgba(236, 32, 39, 0.2);
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
    background-color: #ec2027;
    color: #fff;
}

.daterangepicker .input-mini.active {
    border: 1px solid #ec2027;
    border-radius: 4px;
}

.range_inputs .btn{
  margin-bottom: 1px;
}

.range_inputs  .btn-outline-secondary{
  float: right;
}

/* /DATARANGE PICKER */

/* LOGIN */

.box_login{
  width: 100%;
  max-width: 300px;
  padding: 15px;
  position: absolute;
  top: 50%;
  margin-top: -136px;
  left: 50%;
  margin-left: -150px;
  border: 1px solid #cfcfcf;
  background-color: white;
}

.box_login .error_form{
  /* display: none; */
  position: absolute;
  color: #ec2027;
  font-size: 12px;
  bottom: 45px;
}

.box_login button{
  margin: 0;
}

.box_login h1{
  color: #ec2027;
}

/* /LOGIN */

/* TAB FORM */

.tab_content_form{
  padding-top: 15px;
}

/* /TAB FORM */

/* ERROR BOX */

.error_box{
border: 1px solid rgba(0,0,0,.125);
margin-bottom: 30px;
}

.error_box_heading{
  padding: 15px;
  background-color: #ececec;
  text-align: center;
  border-bottom: 1px solid rgba(0,0,0,.055);
}

.error_box_heading h2{
  color: rgba(236, 32, 39, 0.8);
  margin-bottom: 0;
}

.error_box_heading i{
  font-size: 56px;
  margin-bottom: 13px;
  margin-top: 7px;
}

.error_box_heading h2 span{
  color: #808080;
}

.error_body{

}

.error_body a{
  color: rgba(236, 32, 39, 0.8);
}

.error_body a:hover{
  color: rgb(128, 128, 128);
}

.error_body p{
  padding: 15px 15px 0 15px;
  text-align: justify;
}

.error_body .list-group-item{
  border-left: 0;
  border-right: 0;
  padding: 12px 15px;
}

.error_body .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.error_body .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* /ERROR BOX */

/* CARICAMENTO FILE */

.row_caricamento{
  width: 100%;
  height: auto;
  position: relative;
}

.row_caricamento h5{
  float: left;
}

.row_caricamento h5 .fa-refresh{
  margin-left: 7px;
  font-size: 18px;
  cursor: pointer;
  color: #ea5056;
  opacity: 0.7;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.row_caricamento h5 .fa-refresh:hover{
  color: #ea5056;
  transform: rotate(180deg);
  opacity: 1;
}

.caricamento_testo{
  float: left;
  margin-left: 30px;
}

.caricamento_testo span{
  float: left;
  line-height: 27px;
  margin-right: 8px;
  color: #ea5056;
}

.row_caricamento .progress{
  width: 200px;
  float: left;
  margin-top: 6px;
}

.row_caricamento .bg-danger {
    background-color: #ea5056!important;
}

/* /CARICAMENTO FILE */

/* ACCORDION CONFIG */

.accordion_config{
  margin-bottom: 30px;
}

.accordion_config.modal_insert .card-header h5 {
    padding-right: 0;
    padding-left: 60px;
}

.accordion_config.modal_insert .card-header .material-switch {
    position: absolute;
    left: 20px;
    right: inherit;
    top: 23px;
}

.box_upload_documenti{
    width: 100%;
    height: 30px;
    border: 1px solid #ec2027;
    display: table;
}

.box_upload_documenti span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#listacamion label{
  width: 100%;
  padding: 2px 9px;
  margin: 0;
}

#listacamion label:nth-last-of-type(odd){
background-color: #e9ecef;
}

/* /ACCORDION CONFIG */

/* NESSUNA ATTIVITÀ SELEZIONATA */

.box_no_attivita_sel{
  display: table;
}

.no_attivita_sel{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* /NESSUNA ATTIVITÀ SELEZIONATA */

/* MODAL DRAGGABLE */

.modal_drag{
  position: absolute !important;
  width: 800px;
  /* width: 550px; */
  /* max-width: 600px; */
  min-width: 181px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  z-index: 4;
  top: 162px;
  right: 50%;
  margin-right: -400px;
  display: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.modal_drag .modal-header{
  padding: 7px 15px;
}

.modal_drag .modal-title span {
    top: 7px;
}

.modal_drag .modal-title {
    position: relative;
    padding-right: 104px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal_drag .card-header h5 button {
    color: #ec2027;
    font-size: 1.25rem;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal_drag .modal-header .close {
    padding: 10px 15px 9px 15px;
    margin: -7px -15px -15px auto;
    position: absolute;
    right: 15px;
}

.modal_drag .modal-body{
    max-height: calc(100vh - 290px);
}

.modal_drag .modal-footer{
  display: inline-block;
  width: 100%;
  padding-bottom: 7px;
}

.modal_drag .card-header {
    padding: 5px 15px 4px 15px;
}

.modal_drag .card-header .material-switch {
    top: 12px;
}

.modal_drag .card-body {
    padding-top: 11px;
    margin-bottom: 7px;
}

.collapse_modal:focus {
    outline: 0;
}

.collapse_modal .fa-window-minimize{
  transform: rotate(180deg);
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.modal_drag .form-group {
    margin-bottom: 7px;
}

.modal_drag .form-group label {
    margin-bottom: 0;
}

.modal_drag .row.turni button {
    margin-top: 24px;
    margin-bottom: 0;
}

.modal_drag .form-group .btn {
    margin-bottom: 7px;
}

.modal_drag .card-body .row_personale:nth-child(even){
  background-color: rgba(0,0,0,.03);
  border-top: 1px solid #ced4da;
}

.modal_drag .card-body .row_personale:nth-child(even) .row_risorsa_fixed,
.modal_drag .card-body .row_personale:nth-child(even) .row_risorsa{
      border-color: #ced4da;
}

/* /MODAL DRAGGABLE */

/* MODAL DRAGGABLE ACQUISIZIONI */

.modal_drag_acquisizioni{
  position: absolute !important;
  width: 800px;
  /* width: 550px; */
  /* max-width: 600px; */
  min-width: 181px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  z-index: 4;
  top: 162px;
  right: 50%;
  margin-right: -400px;
  display: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.modal_drag_acquisizioni .modal-header{
  padding: 7px 15px;
}

.modal_drag_acquisizioni .modal-title span {
    top: 7px;
}

.modal_drag_acquisizioni .modal-title {
    position: relative;
    padding-right: 104px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal_drag_acquisizioni .card-header h5 button {
    color: #ec2027;
    font-size: 1.25rem;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal_drag_acquisizioni .modal-header .close {
    padding: 10px 15px 9px 15px;
    margin: -7px -15px -15px auto;
    position: absolute;
    right: 15px;
}

.modal_drag_acquisizioni .modal-body{
    max-height: calc(100vh - 290px);
}

.modal_drag_acquisizioni .modal-footer{
  display: inline-block;
  width: 100%;
  padding-bottom: 7px;
}

.modal_drag_acquisizioni .card-header {
    padding: 5px 15px 4px 15px;
}

.modal_drag_acquisizioni .card-header .material-switch {
    top: 12px;
}

.modal_drag_acquisizioni .card-body {
    padding-top: 11px;
    margin-bottom: 7px;
}


.modal_drag_acquisizioni .form-group {
    margin-bottom: 7px;
}

.modal_drag_acquisizioni .form-group label {
    margin-bottom: 0;
}

.modal_drag_acquisizioni .row.turni button {
    margin-top: 24px;
    margin-bottom: 0;
}

.modal_drag_acquisizioni .form-group .btn {
    margin-bottom: 7px;
}

.modal_drag_acquisizioni .card-body .row_personale:nth-child(even){
  background-color: rgba(0,0,0,.03);
  border-top: 1px solid #ced4da;
}

.modal_drag_acquisizioni .card-body .row_personale:nth-child(even) .row_risorsa_fixed,
.modal_drag_acquisizioni .card-body .row_personale:nth-child(even) .row_risorsa{
      border-color: #ced4da;
}

/* /MODAL DRAGGABLE ACQUISIZIONI */

/* INSERIMENTO PERSONALE */

.row_personale{
  /* padding-left: 30px;
  padding-right: 30px; */
  padding-left: 0;
  padding-right: 43px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #ced4da;
  border-top: 1px solid #ced4da;
}

.row_personale:hover{
  background-color: #ececec;
}

.modal_drag .card-body .row:nth-child(even).row_personale:hover {
    background-color: #ececec;
}

.modal_drag .card-body .row_personale:hover .row_risorsa_fixed,
.modal_drag .card-body .row_personale:hover .row_risorsa{
    border-color: #ced4da;
}

.modal_drag_acquisizioni .card-body .row:nth-child(even).row_personale:hover {
    background-color: #ececec;
}

.modal_drag_acquisizioni .card-body .row_personale:hover .row_risorsa_fixed,
.modal_drag_acquisizioni .card-body .row_personale:hover .row_risorsa{
    border-color: #ced4da;
}

.btn_presonale{
  position: absolute;
  /* top: 50%; */
  padding: 0;
  border: 0;
  /* margin: -10px 0 0 0; */
  margin: 0;
  z-index: 1;
}

.btn_presonale:hover{
  background-color: transparent;
  color: #868e96;
}

.btn_presonale_left{
  right: 15px;
  top: 5px;
}

.btn_presonale_center{
  right: 15px;
  top: 49%;
  margin-top: -9px;
}

.btn_presonale_center_top{
  right: 15px;
  top: 28%;
  margin-top: -9px;
}

.btn_presonale_center_bottom{
  right: 15px;
  top: 70%;
  margin-top: -9px;
}

.bp_hide{
  display: none;
}

.btn_presonale_right{
  right: 15px;
  bottom: 5px;
}

.task_doc{

}

.structure_documents{
  margin: 0;
  padding: 0;
}

.task_numero{
  display: none;
}

.btn_task_tab{
  border-color: white;
}

.btn_task_tab:hover{
  color: #EC2026;
  background-color: white;
  border-color: white;
}

.task_card_save{
  margin-top: 10px;
}

.row_risorsa{
  width: 100%;
  margin: 0;
  border-top: 1px dashed #e0e0e0;
  border-right: 1px solid #ececec;
  padding-top: 2px;
}

.row_risorsa_fixed{
  width: 100%;
  margin: 0;
  border-right: 1px solid #ececec;
}

.btn_risorsa_left{
  top: 30px;
  left: 17px;
}

.btn_risorsa_center{
  top: 29px;
  left: 50%;
  margin-left: -3px;
}

.btn_risorsa_right{
  top: 29px;
  left: 58px;
}

.collaps_personale{
  width: 100%;
}

/* /INSERIMENTO PERSONALE */

/* TOOLTIP EVENT CALENDAR */

.tooltipevent{
  min-width:100px;
  max-width: 200px;
  padding: 7px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
  position:absolute;
  z-index:10001;
}

.tooltipevent p{
  padding: 4px 7.5px;
  margin: 0;
}

.tooltipevent p:nth-child(odd){
  background-color: #ececec;
}

.tooltipevent span{
    /* color:#ec2027; */
    font-weight: bold;
}

/* TOOLTIP EVENT CALENDAR */

/* PROCESSI RUOLI RISORSE */

.accordion_prr{
  margin-bottom: 30px;
}

.accordion_prr .card-body .card{
  margin-top: 15px;
  margin-bottom: 15px;
}

.accordion_prr .card-header{
  padding: 7px 15px;
}

.accordion_prr .collapse>.card-body{
  padding-top: 0;
  padding-bottom: 0;
}

.accordion_prr .card-body ul{
  margin: 0;
}

.home_title{
  width:100%;
  margin-top:30px;
  padding-top: 15px;
  margin-bottom:15px;
  border-top:1px solid #e7e8ea;
  float:left;
}

.link_collapse_risorsa{
  color: #808080;
}

.link_collapse_risorsa:hover{
  color: #ec2027;
}

.collapse_risorsa{
    margin: 0;
    padding: 0;
}

.collapse_risorsa .card-body{
    margin-top: 0 !important;
    padding: 0;
    border: 0;
    font-size: 14px;
}

.tree_prr{
  flex: inherit;
  width: auto;
}

.tree_prr .structure_documents li{
  /* border-left: 1px solid red; */
}

.tree_prr .structure_documents li label{
  border-left: 1px solid #cfcfcf;
  /* border-bottom: 1px solid #cfcfcf; */
  padding-left: 6px;
  padding-top: 6px;
  padding-right: 6px;
  padding-bottom: 3px;
  margin-bottom: 0;
}

.tree_prr  .structure_documents li.file{
  border-left: 1px solid #cfcfcf;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 3px;
  margin-bottom: 0
}

.tree_prr>ol>li{
  margin-bottom: 15px;
  padding-bottom: 1px;
  /* background-color: #f8f8f8; */
}

.tree_prr .structure_documents li input:checked + ol > li {
    margin: 0;
}

.tree_prr .structure_documents li input:checked + ol > li:first-child {
    margin: 0;
}

.tree_prr .structure_documents li input:checked + ol {
    padding-top: 21px;
}

.tree_prr .structure_documents li input{
  opacity: 1;
  left: -15px;
  padding-top: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* left: -22px; */
}

.tree_prr .structure_documents li input:checked + ol {
    height: auto;
    margin-bottom: 15px;
}

.tree_prr .structure_documents li input:after{
  content:'\f105';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  color: #808080;

  /* border-left: 1px solid red;
  border-bottom: 1px solid red;
  padding-left: 8px;
  padding-top: 7px;
  padding-bottom: 8px;
  padding-right: 11px; */
}

.tree_prr .structure_documents li input:checked:after{
  content:'\f107';
}

.tree_prr .structure_documents li input:after:hover {
    color: rgba(236, 32, 39, 0.8);
}

.hide_i{
  display: none;
}

.tree_prr>ol>li>label>i{
  color: #cf6d76;
}
.tree_prr>ol>li>label{
  color: #cf6d76;
}

.tree_prr>ol>li>ol>li>label>i{
  color: #4cba65;
}
.tree_prr>ol>li>ol>li>label{
  color: #4cba65;
}

.tree_prr>ol>li>ol>li>ol>li>label>i{
  color: #4683c4;
}
.tree_prr>ol>li>ol>li>ol>li>label{
  color: #4683c4;
}

.tree_prr .structure_documents li label:hover {
    color: #808080;
}

/* /PROCESSI RUOLI RISORSE */

/* ELENCO CATEGORIE */

.elenco_categorie{
  margin-left: -5px;
  margin-right: -5px;
}

.elenco_categorie .col-md-4{
  padding-left: 5px;
  padding-right: 5px;
}

.link_categoria{
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  color: rgba(0,0,0,.5);
}

.link_categoria_box{
    display: block;
    text-align: center;
    color: rgba(0,0,0,.5);
    background-color: #ececec;
    border: 1px solid #cfcfcf;
    padding: 5px;
    margin-bottom: 10px;
    min-height: 60px;
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.link_categoria_box span{
  font-size: 14px;
  color: #aaaaaa;
}

.link_categoria_box:hover{
    position: relative;
    z-index: 10;
    color: rgba(0,0,0,.5);
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    /* -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2); */
}

.link_categoria_box i{
  font-size: 16px;
  color: #ec2027;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.link_categoria_box i:hover{
  color: #aaaaaa;
}

.link_categoria_box i.fa-trash-o{
  top: 7px;
  right: 7px;
}

.link_categoria_box i.fa-clone{
  font-size: 15px;
  top: 7px;
  left: 7px;
}

.link_categoria_box i.fa-edit{
  font-size: 15px;
  bottom: 7px;
  left: 7px;
}

/* /ELENCO CATEGORIE */

/* ELENCO SOTTOPROCESSI */

.row_filter .form-group{
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
}

.row_filter select{
  max-width: 214px;
}

/* /ELENCO SOTTOPROCESSI */

.dataTable tr:hover{
  background-color: rgba(0,0,0,.1) !important;
}

/* DROPPABLE HUMAN RESOURCES */

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-draggable, .ui-droppable {
  background-position: top;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

/* Custom */

.fc-time-grid-event .fc-content{
height: 100%;
}

.gallery {
float: left;
width: 100%;
min-height: 50px;
}
.gallery.custom-state-active {
  background: #eee;
}

.gallery li {
  float: left;
  width: 33.3333%;
  padding: 7.5px;
}

.gallery li .ui-widget-content {
  padding:  7.5px 6.5px 4px 6.5px;
  text-align: center;
}

/* .box_drag_calendar .gallery li {
  float: left;
  padding: 6.5px 5.5px 5.5px 4.5px;
  margin: 7.5px;
  text-align: center;

} */

.gallery li h5 {
  font-size: 9px;
  padding: 1px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 7.5px;
  cursor: move;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gallery li a {
  text-align: center;
  display: block;
  margin-top: 7.5px;
  line-height: 15px;
}

.gallery li a.ui-icon-zoomin {
  float: left;
}
.gallery li img {
  border-radius: 50%;
  width: 61%;
  cursor: move;
}

.box_drag_calendar {
  /* float: right; */
  /* width: 32%;
  min-height: 18em;
  padding: 1%; */
}

.box_drag_calendar h4 {
  line-height: 16px;
  margin: 0 0 5px;
}

.box_drag_calendar h4 .ui-icon {
  float: left;
}

.box_drag_calendar .gallery img {
  display: none!important;
}

.box_drag_calendar .gallery .numero_collaboratori {
  display: none!important;
}

.box_drag_calendar .gallery li .ui-widget-content {
  padding: 3px 14px 3px 2px;
  border: 0;
  position: relative;
  border-top: 1px solid rgba(255,255,255,0.3);
  background: rgba(0,0,0,0);
}

.box_drag_calendar .gallery li h5{
  border: 0;
  background: rgba(0,0,0,0);
  color: white;
  font-size: 10px;
  margin-bottom: 0;
  text-align: left;
  float: left;
}

.box_drag_calendar .gallery li{
  width: 100%;
  padding: 0;
}

.trash .fc-title p{
  margin-bottom: 2px;
  font-size: 10px;
}

.box_drag_calendar .gallery li a{
  float: right;
  margin-top: 0;
  color: white;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 3px;
}

.box_drag_calendar .gallery li a:hover{
  opacity: 0.75;
}

.conf_attivta_automatica .box_risorsa{
  z-index: 99999;
}

.ui-draggable-dragging{
  z-index: 99999;
}

.ui-droppable-active.ui-droppable-hover{
  background-color: rgba(255,255,255,0.5);
}

a.ui-icon-refresh:after{
  content: "\f0e2";
  font-family: 'Fontawesome';
}

.ui-widget-content:after {
    display: block;
    clear: both;
    content: '';
}

.conteggio_ore{
  margin: 0;
  font-size: 10px;
  margin-top: 4px;
}

.conteggio_ore .fa-calendar{
  font-size: 9px
}

.box_drag_calendar .conteggio_ore{
  display: none;
}

.conteggio_ore span{
  color: green;
}

.conteggio_ore span.stop{
  color: red;
}

.numero_collaboratori{
      height: 15px;
}

.numero_collaboratori input{
  font-size: 8px;
  padding-top: 2px;
  padding-bottom: 0;
}

.numero_collaboratori .btn-outline-secondary{
  color: #ced4da;
  border-color: #ced4da;
  font-size: 7px;
  line-height: 7px;
  padding-top: 2px;
  padding-bottom: 0px;
  margin: 0;
}

.numero_collaboratori .btn-outline-secondary:hover {
    color: #fff;
    background-color: #ced4da;
    border-color: #ced4da;
}

.div_drag_risorse{
  width:400px;
  min-width: 328px;
  height: auto;
  padding:0 10px 10px 10px;
  background:white;
  position:absolute;
  z-index:4;
  top:134px;
  right:18px;
  border:1px solid #dddddd;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.div_drag_risorse .div_drag_risorse_scroll{
  max-height: calc(100vh - 297px);
  overflow-y:scroll;
}

.div_drag_risorse_head{
    width: calc(100% + 20px);
    min-height: 45px;
    padding: 0 28px 0 15px;
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    border-bottom: 1px solid #e9ecef;
    cursor: move;
}

.div_drag_risorse_head h2{
    width: 100%;
    font-size: 1.25rem;
    margin: 0;
    line-height: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.div_drag_risorse_head i{
    position: absolute;
    right: 6px;
    top: 5px;
    font-size: 20px;
    color: #808080;
    cursor: pointer;
}

.div_drag_risorse_head i:hover{
    color: #333333;
}

.div_drag_risorse .fc-event{
  font-size: 9px;
  font-weight: bold;
  margin-bottom: 5px;
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333 !important;
  padding: 1px;
  width: 100%;
  border-radius: 0;
  cursor: move;
  width: calc(50% - 5px);
  margin-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.div_drag_risorse .accordion{
  margin-top: 10px;
}

.div_drag_risorse .accordion .card{
  margin-bottom: 5px;
  border-radius: 0;
}

.div_drag_risorse .accordion .card:last-child{
  margin-bottom: 0;
}

.div_drag_risorse .accordion .card-header{
  padding: 3px 7px;
  border-radius: 0 !important;
}

.div_drag_risorse .accordion h5{
  font-size: 12px;
  line-height: 19px;
}

.div_drag_risorse .accordion h5 button{
  font-size: 12px;
  line-height: 12px;
}

.div_drag_risorse .accordion .card-body{
    padding: 10px 5px 5px 10px;
}

.gallery li.divider_risorse{
  width: 100%;
}
.divider_risorse h6{
  margin-bottom: 0;
}

/* /DROPPABLE HUMAN RESOURCES */

/* RIFERIMENTI TASTIERA */

.riferimenti_tastiera{
    position: absolute;
    width: 50px;
    height: auto;
    top: 47px;
    left: 0;
    text-align: center;
    color: #eb2229;
}

.riferimenti_tastiera i{
    font-size: 19px;
}

.riferimenti_tastiera p{
    font-size: 10px;
    margin: 0;
}

#tooltip_short_cut_btn{
  position: absolute;
  z-index: 4;
  top: 15px;
  left: 15px;
  color: #868e96;
  border: 0;
  background-color: transparent;
}

#tooltip_short_cut_btn:hover{
  color: rgba(236, 32, 39, 0.8);
  border: 0;
  background-color: transparent;
}

.tooltip_short_cut{
  font-size: 13px;
  padding: 7px 7px;
  margin-bottom: 0;
}

.tooltip_short_cut:nth-child(even){
  background-color: #f3f3f3;
}

.tooltip_short_cut>span{
  display: block;
  color: rgba(236, 32, 39, 0.8);
}

.tooltip_short_cut>span>i{
  margin-right: 7px;
  font-size: 18px;
}

/* /RIFERIMENTI TASTIERA */

/* CONFIGURAZIONE CATEGORIE */

.gest_categoria .card-body{
    padding: 0;
}

.gest_categoria .row{
    margin-left: -5px;
    margin-right: -5px;
}

.gest_categoria .col-md-4,
.gest_categoria .col-md-2,
.gest_categoria .col-md-6,
.gest_categoria .col-md-8,
.gest_categoria .col-md-10,
.gest_categoria .col-md-12{
    padding-left: 5px;
    padding-right: 5px;
}

.gest_categoria_azione{
    margin: 5px;
    width: calc(50% - 10px);
    float: left;
    border: 1px solid #dddddd;

    color: #333333;
    padding: 0 5px 5px 5px;
}

.gest_categoria_azione h3{
    text-align: center;
    font-size: 14px;
    background: #f4f4f4;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.gest_categoria .form-group{
    margin-bottom: 0;
}

.gest_categoria label{
    font-size: 12px;
    margin-bottom: 0;
}

.gest_categoria input{
    height: 15px;
    font-size: 8px;
    padding-top: 2px;
    padding-bottom: 0;
}

.gest_categoria .btn-outline-light{
    height: 30px;
    width: 30px;
    /* height: 25px;
    font-size: 8px; */
    line-height: 29px;
    /* line-height: 24px;  */
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 9px;
    /* margin-top: 14px; */
    margin-bottom: 0;
    float: right;
}

.durata_dipendente{
    font-size: 12px;
    text-align: center;
    display: block;
    line-height: 39px;
    color: #917171;
}

.container_structure{
    height: calc(100vh - 202px);
    width: 100%;
    overflow-y: scroll;
    min-height: 200px;
    border-radius: 4px;
    border: 1px solid #cfcfcf;
    padding: 0 10px 0 10px;
    margin-bottom: 15px;
}

.container_structure_title{
    width: calc(100% + 20px);
    padding: 0 10px;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    background-color: #ececec;
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 18px;
    line-height: 29px;
}

.container_structure .container_structure_title:first-of-type{
    border-top: 0;
}

.box_structure{
    width: 100%;
    color: #808080;
    background-color: #f8f8f8;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 7px 10px;
}

.box_structure p{
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    border-bottom: 1px solid #dddfe2;
}

.box_structure p .btn-outline-light{
    color: #808080;
    float: right;
    border: 0;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    padding: 0;
}

.box_structure p .fa-cogs{
  margin-left: 10px;
}

.box_structure p .btn-outline-light:hover{
    color: #ec2027;
    background-color: transparent;
    float: right;
    border: 0;
    font-size: 14px;
}

.box_structure_ruoli{
    width: 100%;
    min-height: 50px;
    padding: 0;
}

.box_structure_ruoli:after{
    content: ' ';
    display: block;
    clear: both;
}

.box_structure_ruoli.ui-state-highlight{
  background: #e1e1e1;
}

.gallery_ruoli li h5{
    margin-bottom: 3px;
}

.gallery_ruoli li{
    padding: 5px;
}

.box_structure_ruoli .gallery li h5{
    margin-bottom: 3px;
}

.box_structure_ruoli .gallery li a {
    text-align: center;
    display: block;
    margin-top: 0;
    font-size: 12px;
    line-height: 12px;
}

.box_structure_ruoli .gallery li{
    position: inherit!important;
}

.box_structure_ruoli .gallery a.ui-icon-refresh:after {
    content: "\f00d";
    font-family: 'Fontawesome';
}

.box_structure_ruoli.ui-droppable-active.ui-droppable-hover{
    background-color: #ececec;
}

.radio_gray.radio input[type="radio"]:checked + label::before {
    border-color: #808080;
}

.radio_gray.radio label::after {
    background-color: #808080;
}

.radio_blue.radio input[type="radio"]:checked + label::before {
    border-color: #004085;
}

.radio_blue.radio label::after {
    background-color: #004085;
}

.container_blue.container_structure {
    border-color: #b8daff;
}

.container_blue.container_structure .container_structure_title {
    color: #004085;
    border-color: #b8daff;
    background-color: #cce5ff;
}

.radio_red.radio input[type="radio"]:checked + label::before {
    border-color: #721c24;
}

.radio_red.radio label::after {
    background-color: #721c24;
}

.container_red.container_structure {
    border-color: #f5c6cb;
}

.container_red.container_structure .container_structure_title {
    color: #721c24;
    border-color: #f5c6cb;
    background-color: #f8d7da;
}

/* /CONFIGURAZIONE CATEGORIE */

/* JQUERY UI */

.ui-widget.ui-widget-content {
    border: 1px solid #cfcfcf;
}

.ui-widget-header {
    border: 1px solid #cfcfcf;
    background: #ececec;
    color: #333;
    font-weight: bold;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #cfcfcf;
    background: #cfcfcf;
    color: #333;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #ec2027;
    background: #ec2027;
    font-weight: normal;
    color: #fff;
}

/* .ui-datepicker {
    width: 100%;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    display: block;
} */

/* /JQUERY UI */

/* DROPDOWN_CHECKBOX */

.tendina_filtro{
  min-width: 357px;
  padding: 7px 8px 1px 8px;
}

.tendina_filtro li button{
  margin-top: 5px;
}

.view_button .dropdown_checkbox{
  margin-right: 15px;
}

.tendina_filtro .view_sale_button{
  position: relative;
  top: 0;
  left: 0;
}

.tendina_filtro .view_sale_button .btn-secondary {
    color: #ec2027;
    border-color: #ec2027;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 12px;
}

.view_sale_button .btn-secondary:hover {
    color: #fff;
    background-color: #ec2027;
    border-color: #ec2027;
}

.view_sale_button .btn-secondary:not([disabled]):not(.disabled).focus:hover {
    color: #ec2027;
    border-color: #ec2027;
}

.tendina_filtro .view_sale_button .btn-secondary:not([disabled]):not(.disabled).active,
.tendina_filtro .view_sale_button .btn-secondary:not([disabled]):not(.disabled):active,
.tendina_filtro .view_sale_button .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ec2027;
    border-color: #ec2027;
}

.view_sale_button .btn-secondary:not([disabled]):not(.disabled).active:hover {
    color: #fff;
    background-color: #afb8c0;
    border-color: #868e96;
    box-shadow: 0 0 0 0.2rem rgba(134,142,150,0);
}

.filtri_contestuali_box{
  position: absolute;
  /* right: 594px; */
  right: 595px;
  bottom: calc(100vh - 148px);
  z-index: 1;
  width: auto;
  max-height: 92px;
  min-height: 24px;
}

.filtri_contestuali_attivi{
  min-height: 24px;
  min-width: 5px;
  padding: 3px 4px 2px 2px;
  font-size: 9px;
  letter-spacing: 0.4px;
  border-radius: 4px;
  /* max-width: 162px; */
  /* max-height: 92px; */
  max-width: 130px;
  max-height: 100px;
  display: inline-block;
  margin-bottom: -6px;
  margin-right: -3px;
  position: relative;
  color: white;
}

.filtri_contestuali_attivi span{
  float: left;
  padding-left: 3px;
  padding-right: 3px;
  line-height: 9px;
  border-right: 1px solid rgba(255,255,255,0.75);
  margin-bottom: 3px;
  white-space: nowrap;
  max-width: 124px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .filtri_contestuali_attivi span:nth-of-type(even){
  border-right: 0;
} */

.clear_filter_box{
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

.clear_filter_box span{
  color: #868e96;
  font-size: 10px;
}

.clear_filter_box span:hover{
  color: #ec2027;
  cursor: pointer;
}

.filtri_contestuali_attivi span:last-of-type{
  border-right: 0;
}

.filtri_contestuali_attivi_angle{
  position: absolute;
  bottom: 6px;
  right: -6px;
  width: 0px;
  height: 0px;
  margin-right: 1px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.filtri_contestuali_attivi_c_0{
  background-color: rgba(236, 32, 39, 1);
  z-index: 5;
}

.filtri_contestuali_attivi_c_0 .filtri_contestuali_attivi_angle{
  border-left: 5px solid rgba(236, 32, 39, 1);
}

.filtri_contestuali_attivi_c_1{
  background-color: rgba(255, 167, 79, 1);
  z-index: 4;
}

.filtri_contestuali_attivi_c_1 .filtri_contestuali_attivi_angle{
  border-left: 5px solid rgba(255, 167, 79, 1);
}

.filtri_contestuali_attivi_c_2{
  background-color: rgba(40, 167, 69, 1);
  z-index: 3;
}

.filtri_contestuali_attivi_c_2 .filtri_contestuali_attivi_angle{
  border-left: 5px solid rgba(40, 167, 69, 1);
}

.filtri_contestuali_attivi_c_3{
  background-color: rgba(0, 123, 255, 1);
  z-index: 2;
}

.filtri_contestuali_attivi_c_3 .filtri_contestuali_attivi_angle{
  border-left: 5px solid rgba(0, 123, 255, 1);
}

.filtri_contestuali_attivi_c_4{
  background-color: rgba(108, 27, 181, 1);
  z-index: 1;
}

.filtri_contestuali_attivi_c_4 .filtri_contestuali_attivi_angle{
  border-left: 5px solid rgba(108, 27, 181, 1);
}

.btn_calendar_filter_0{
  border-color: rgba(236, 32, 39, 1)!important;
  color: rgba(236, 32, 39, 1)!important;
}

.btn_calendar_filter_0.fc-state-active,
.btn_calendar_filter_0.active{
  border-color: rgba(236, 32, 39, 1)!important;
  background-color: rgba(236, 32, 39, 1)!important;
  color: #fff!important;
}

.btn_calendar_filter_0:hover{
  border-color: rgba(236, 32, 39, 1)!important;
  background-color: rgba(236, 32, 39, 1)!important;
  color: #fff!important;
}

.dropdown-toggle.btn_calendar_filter_4{
  border-color: rgba(236, 32, 39, 1)!important;
  color: rgba(236, 32, 39, 1)!important;
}

.dropdown-toggle.btn_calendar_filter_4:hover{
  border-color: rgba(236, 32, 39, 1)!important;
  background-color: rgba(236, 32, 39, 1)!important;
  color: #fff!important;
}

.btn_calendar_filter_1{
  border-color: rgba(230, 161, 92, 1)!important;
  color: rgba(216, 121, 28,1)!important;
}

.btn_calendar_filter_1.fc-state-active,
.btn_calendar_filter_1.active{
  border-color: rgba(255, 167, 79, 1)!important;
  background-color: rgba(255, 167, 79, 1)!important;
  color: #fff!important;
}

.btn_calendar_filter_1:hover{
  border-color: rgba(255, 167, 79, 1)!important;
  background-color: rgba(255, 167, 79, 1)!important;
  color: #fff!important;
}

.dropdown-toggle.btn_calendar_filter_3{
  border-color: rgba(230, 161, 92, 1)!important;
  color: rgba(216, 121, 28,1)!important;
}

.dropdown-toggle.btn_calendar_filter_3:hover{
  border-color: rgba(255, 167, 79, 1)!important;
  background-color: rgba(255, 167, 79, 1)!important;
  color: #fff!important;
}

.btn_calendar_filter_2{
  border-color: rgba(40, 167, 69, 1)!important;
  color: rgba(40, 167, 69, 1)!important;
}

.btn_calendar_filter_2.fc-state-active,
.btn_calendar_filter_2.active{
  border-color: rgba(40, 167, 69, 1)!important;
  background-color: rgba(40, 167, 69, 1)!important;
  color: #fff!important;
}

.btn_calendar_filter_2:hover{
  border-color: rgba(40, 167, 69, 1)!important;
  background-color: rgba(40, 167, 69, 1)!important;
  color: #fff!important;
}

.btn_calendar_filter_3{
  border-color: rgba(0, 123, 255, 1)!important;
  color: rgba(0, 123, 255, 1)!important;
}

.btn_calendar_filter_3.fc-state-active,
.btn_calendar_filter_3.active{
  border-color: rgba(0, 123, 255, 1)!important;
  background-color: rgba(0, 123, 255, 1)!important;
  color: #fff!important;
}

.btn_calendar_filter_3:hover{
  border-color: rgba(0, 123, 255, 1)!important;
  background-color: rgba(0, 123, 255, 1)!important;
  color: #fff!important;
}

.dropdown-toggle.btn_calendar_filter_1{
  border-color: rgba(0, 123, 255, 1)!important;
  color: rgba(0, 123, 255, 1)!important;
}

.dropdown-toggle.btn_calendar_filter_1:hover{
  border-color: rgba(0, 123, 255, 1)!important;
  background-color: rgba(0, 123, 255, 1)!important;
  color: #fff!important;
}

.btn_calendar_filter_4{
  border-color: rgba(108, 27, 181, 1)!important;
  color: rgba(108, 27, 181, 1)!important;
}

.btn_calendar_filter_4.fc-state-active,
.btn_calendar_filter_4.active{
  border-color: rgba(108, 27, 181, 1)!important;
  background-color: rgba(108, 27, 181, 1)!important;
  color: #fff!important;
}

.btn_calendar_filter_4:hover{
  border-color: rgba(108, 27, 181, 1)!important;
  background-color: rgba(108, 27, 181, 1)!important;
  color: #fff!important;
}

.dropdown-toggle.btn_calendar_filter_0{
  border-color: rgba(108, 27, 181, 1)!important;
  color: rgba(108, 27, 181, 1)!important;
}

.dropdown-toggle.btn_calendar_filter_0:hover{
  border-color: rgba(108, 27, 181, 1)!important;
  background-color: rgba(108, 27, 181, 1)!important;
  color: #fff!important;
}

/* /DROPDOWN_CHECKBOX */

/* SALE DROPDOWN_CHECKBOX */

.sale_filtri_contestuali_box{
  right: auto;
  left: 470px;
}

.sale_filtri_contestuali_box .filtri_contestuali_attivi_angle {
    position: absolute;
    bottom: 6px;
    left: -5px;
    width: 0px;
    height: 0px;
    margin-right: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.sale_filtri_contestuali_box .filtri_contestuali_attivi{
  background-color: #868e96;
}

.sale_filtri_contestuali_box .filtri_contestuali_attivi .filtri_contestuali_attivi_angle {
    border-right: 5px solid #868e96;
}

.sale_filtri_contestuali_box .filtri_contestuali_attivi {
    background-color: #868e96;
    z-index: 5;
}

.dropdown_checkbox_sale{
  float: right;
  margin-left: 20px;
  margin-right: 135px
}

.btn_calendar_filter_sala{
  border-color: #868e96!important;
  color: #868e96!important;
}

.btn_calendar_filter_sala.fc-state-active,
.btn_calendar_filter_sala.active{
  border-color: #868e96!important;
  background-color: #868e96!important;
  color: #fff!important;
}

.btn_calendar_filter_sala:hover{
  border-color: #868e96!important;
  background-color: #868e96!important;
  color: #fff!important;
}

.dropdown-toggle.btn_calendar_filter_sala{
  border-color: #868e96!important;
  color: #868e96!important;
}

.dropdown-toggle.btn_calendar_filter_sala:hover{
  border-color: #868e96!important;
  background-color: #868e96!important;
  color: #fff!important;
}

/* /SALE DROPDOWN_CHECKBOX */

/* ASSOCIA PERSONA A PRODUCER */

.associa_persona{
  float: left;
  margin-right: 15px;
  line-height: 33px;
}

.associa_persona_select{
  max-width: 200px;
  float: left;
  margin-right: 15px;
}

/* /ASSOCIA PERSONA A PRODUCER */

/* ASSOCIA PROMOTER - ATTIVITA */

.col_promoter .link_categoria_box:hover {
    position: relative;
    z-index: 0;
    color: rgba(0,0,0,.5);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.col_attivita .link_categoria_box{
  min-height: auto;
  background-color: white;
  cursor: move;
  position: relative;
  width: 100%;
  margin-right: 15px;
  margin-left: 15px;
  -ms-flex: 0 0 calc(50% - 30px);
  flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
}

.link_categoria_box .link_categoria_box{
  background-color: white;
  min-height: auto;
}

.col_promoter .link_categoria_box i{
  display: block;
  color: #ec2027;
  cursor: pointer;
  position: absolute;
  top: 1px;
  right: 5px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.link_categoria_box .link_categoria_box i{
  display: block;
}

.col_promoter .link_categoria_box i:hover{
  color: #ec2027;
  opacity: 0.5;
  cursor: pointer;
}

.col_attivita .link_categoria_box i{
  display: none;
}

/* /ASSOCIA PROMOTER - ATTIVITA */

/* ESAMINA RISORA */

.row_result:nth-last-of-type(odd)>div>div{
  background-color: #ececec;
}

.row_result>div>div{
  padding: 15px 12px;
}

.row_result>div>div p{
  margin-bottom: 0;
}

.row_result>div>div p:first-child{
  margin-bottom: 5px;
  padding-bottom: 4px;
  border-bottom: 1px solid #d6d6d6;
}

.row_result>div>div p span{
  float: right;
}

.settimana_risorsa_contain{
  border: 1px solid #d6d6d6;
  padding:10px;
  width: 100%;
}

.settimana_risorsa_box{
  /* width: 14.2857%; */
  width: 12.5%;
  float: left;
  padding: 7px 9px 5px 9px;
}

.settimana_risorsa_box:nth-of-type(odd){
  background-color: #ececec;
}

.settimana_risorsa_box p{
  margin: 0;
  text-align: center;
  display: block;
}

.settimana_risorsa_box .posizione_settimana span{
  font-size: 9px;
  line-height: 13px;
  display: block;
  color: #c37b7d;
}

.settimana_risorsa_box .ore_settimana{
  color: #4e4e4e;
}

.settimana_risorsa_box hr{
  margin-bottom: 0;
}

.festvi{
  font-size: 12px;
  line-height: 13px;
  color: rgba(236, 32, 39, 0.8);
}

.settimana_risorsa_box_tooltip{
  opacity: 0.7;
  border-left: 1px solid #d8a9ab;
}

/* /ESAMINA RISORA */

/* GESTIONE PERMESSI */

.box_gestione_opzioni{
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  margin-bottom: 15px;
}

.head_gestione_opzioni{
  padding: 7px 15px;
  background: #ececec;
  border-bottom: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
}

.head_gestione_opzioni_top{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-top: 0;
}

.head_gestione_opzioni h5{
  margin-bottom: 0;
}

.body_gestione_opzioni{
  padding: 7px 15px;
}

.body_gestione_opzioni .row{
  border-bottom: 1px solid #cfcfcf;
  padding-top: 7px;
  padding-bottom: 7px;
}

.footer_gestione_opzioni{
  padding: 7px 15px;
}

.footer_gestione_opzioni .form-group{
  margin-bottom:0;
}

.permission_applied{
  color:green;
  font-size:12px;
  margin-bottom: 0;
}

.permission_applied_email{
  color:blue;
  font-size:12px;
  margin-bottom: 0;
}

.permission_applied>span{
  display:inline-block;
  margin-right:15px;
}

.body_gestione_opzioni .btn-outline-light{
  padding: 0;
  border: 0;
  margin-bottom: 0;
}

.body_gestione_opzioni .btn-outline-light:hover {
    color: #ec2027;
    background-color: #fff;
    padding: 0;
    border: 0;
    opacity: 0.5;
}

.opzionatore_name{
  margin-bottom: 0;
}

.link_categoria_box.link_categoria_opz:hover{
  color: #ec2027;
  cursor: pointer;
}

/* /GESTIONE PERMESSI */

/* =================================================================== MEDIA QUERIES =================================================================== */

@media screen and (max-width: 1740px){

  .fc-header-toolbar h2{
    margin-top: -64px;
  }

}

@media screen and (max-width: 1199px){

    /* MENU */

    .menu_fase {
        padding: 15px 0;
    }

    .fase_box{
        height: 160px;
    }

    /* /MENU */

}

@media screen and (max-width: 991px){

    /* GENERAL */

    .container {
        max-width: 100%;
    }

    /* /GENERAL */

    /* MENU */

    .menu_fase {
        padding: 15px 30px;
    }

    .fase_box{
        height: 29.3vw;
        width: 100%;
        border: 1px solid rgba(0,0,0,.3)!important;
        margin-bottom: 15px;
    }

    .fase_box p{
        font-size: 3vw;
    }

    .fase_box i{
        font-size: 5.5vw;
    }

    /* /MENU */

}

@media screen and (max-width: 767px){

    /* MENU */

    .fase_box p{
        font-size: 5vw;
    }

    .fase_box i{
        font-size: 7vw;
        margin: 0 0 3vw 0;
    }

    /* /MENU */

    /* LOGIN */

    .box_login{
      width: calc(100% - 30px);
      max-width: 100%;
      padding: 15px;
      position: relative;
      top: 0;
      margin-top: 104px;
      left: 0;
      margin-left: 15px;
    }

    /* /LOGIN */

    /* /CALENDAR LONG */

    .no_fossa{
      margin-top: 0;
    }

    /* /CALENDAR LONG */

    /* UTENTE */

    .btn_title_admin{
        position:relative;
        margin-left: 15px;
        margin-bottom: 30px;
    }

    /* /UTENTE */

}
