/* VERSION */

.version:after{
  content: ' c1.0.2'
}

/* /VERSION */

/* GENERAL */

body{
    color: #808080;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    background-color: #f6f6f6;
}

.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: 30px;
}

.subtitle{
    border-top: 1px solid #e9ecef;
    padding-top: 10px;
}

.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);
}

.row_button .btn{
  margin-bottom: 30px;
}

.sottotitolo_int h3{
  font-size: 22px;
  line-height: 22px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e7e8ea;
}

.btn_row{
    float: right;
    margin-top: 31px;
    margin-bottom: 0;
}

.table td, .table th {
    padding: 11px 15px;
    vertical-align: middle;
}

.info_tooltip{
  margin-right: 15px;
  cursor: pointer;
}

.info_tooltip:hover{
  color:#333;
}

.tooltip_guida:hover{
    color: inherit;
    opacity: 0.7;
}

.conf_delete:hover{
  color: white !important;
}

a.btn-outline-warning {
    color: #ffc107 !important;
}

a.btn-outline-warning:hover {
    color: #ffffff !important;
}

.hide{
  display: none!important;
}

.container-fluid.contenuti{
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

/* /GENERAL */

/* 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 */

/* TEMPLATE GENERAL */

.template_general .contenuti {
  margin-top: 162px;
  margin-top: 120px;
  padding-top: 15px;
  background-color: white;
  /* min-height: calc(100vh - 217px); */
  min-height: calc(100vh - 175px);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}

/* /TEMPLATE GENERAL */

/* HEADER */

.header{
    background-color: rgba(236, 32, 39, 0.8);
    padding: 15px 0 0 0;
}

.header .container{
  position: relative;
}

.header img{
    /* max-height: 60px; */
    height: 34px;
    width: auto;
}

.header_general .navbar{
  margin-top: 12px;
  padding-top: 2px;
  padding-bottom: 0;
}

 .header_general img{
   max-height: 20px;
 }

 .header_utente{
   display: none;
   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;
   float: none;
   opacity: 0.8;
 }

 .titolo_header{
   position: absolute;
   top: 15px;
   left: 150px;
   color: white;
   font-size: 18px;
   margin: 0;
 }

 .lang{
   padding: 2px 5px 1px 5px;
 }

 .lang_active{
   border: 1px solid white;
 }

/* /HEADER */

/* NAVBAR */

.navbar{
    margin-top: 15px;
    border-bottom: 1px solid #cfcfcf;
    /*border-bottom: 1px solid #e2e0e0;*/

    padding-top: 0;
    padding-bottom: 0;
}

.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;
    background-color: white;
}

.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: 16.666666666%;
    float: left;
    height: 165px;
    text-align: center;
    color: #ec2027;
    background-color: #ececec;
    vertical-align: middle;
    display: table;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms 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: #ec2027;
}

.fase_text{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.fase_box p{
  margin: 0;
    font-size: 32px;
    font-weight: 500;
}

.fase_box i{
    margin: 0 0 15px 0;
    font-size: 72px;
}

/* .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;
}

*/

.home_title{
  width:100%;
  margin-top:30px;
  margin-bottom:15px;
  padding-top: 15px;
  padding-left: 15px;
  font-size: 20px;
  border-top:1px solid #e7e8ea;
  float:left;
}

.menu_gestione{
  color: rgba(0,0,0,.3);
  background-color: #ffffff;
  border: 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: .25rem .5rem;
      font-size: .875rem;
      line-height: 1.5;
      margin-left: -1px;
      color: #ec2027;
      background-color: #fff;
      border: 1px solid #ddd;
  }

  .page-link:focus,
  .page-link:hover {
      color: #ec2027;
      background-color: #e9ecef;
      border-color: #ddd;
  }

  /* /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;
      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: #808080;
      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(236, 32, 39,.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:hover {
      /* color: #fff !important; */
      text-decoration: none;
  }

  .fc-time-grid-event .fc-content .fa{
    font-size: 14px;
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
  }

  .fc-time-grid-event .fc-content .fa:hover{
    opacity: 0.6;
  }

  .fc-time-grid-event .fc-time p,
  .fc-day-grid-event .fc-time p {
      margin: 0;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  .fc-time{
    position: relative;
    padding-right: 13px!important;
    width: calc(100% - 12px);
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .fc-title{
      position: relative;
      padding-right: 12px!important;
      width: calc(100% - 12px);
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  .fc-time .fa-times{
    position: absolute;
    right: 3px;
    top: 0;
    color: black;
    opacity: 0.5;
    cursor: pointer;
  }

  .fc-title .fa-times{
      position: absolute;
      right: 1px;
      top: 0;
      color: black;
      opacity: 0.5;
      cursor: pointer;
  }

  .fc-time .fa-times:hover,
  .fc-title .fa-times:hover{
      opacity: 1;
  }

  .fc-time-grid-event .fc-time p .fc-guida,
  .fc-day-grid-event .fc-time p .fc-guida{
    padding-left: 7px;
    width: calc(100% - 66px);
    font-weight: bold;
    float: right;
    text-align: right;
  }

  .fc-time-grid-event .fc-title p,
  .fc-day-grid-event .fc-title p {
    margin: 0;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  /* .fc-widget-content {
      font-size: 12px;
      max-height: 42vh;
      overflow-y: scroll;
  } */

  .fc-unthemed td.fc-today {
      background: #f3f3f3;
  }

  .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;
  } */

  /* /FULLCALENDAR */

  /* WORKSPACE */

  .header_workspace{
    height: 50px;
    position: relative;
    z-index: 6;
    padding-bottom: 15px;
  }

  .header_workspace img{
    max-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; */
    right: 15px;
    z-index: 1;
    margin: 0;

    text-align: right;
    font-size: 18px;
    top: 8px;
    font-weight: 100;
  }

  .workspace{
    margin: 0;
  }

  .workspace_content{
    height: auto;
  }

  .template_general .contenuti.workspace_content{
    min-height: calc(100vh - 120px);
  }

  .calendar_filters{
     position: absolute;
     top: 1px;
     right: 274px;
     height: 25px;
     color: #ec2027 !important;
     padding: 0 0.5rem;
     font-size: 12px;
     line-height: 24px;
     margin: 0;
     z-index: 2;
  }

  .calendar_filters:hover{
    color: #fff !important;
  }

  .note_calendar{
     position: absolute;
     top: 0;
     left: 170px;
     height: 25px;
     padding: 0 0.5rem;
     font-size: 12px;
     line-height: 24px;
     margin: 0;
     z-index: 2;
  }

  .calendar_filters_active{
      position: absolute;
      top: 1px;
      right: 345px;
      border: 1px solid #ddd;
      border-radius: 4px;
      height: 26px;
      font-size: 9px;
      z-index: 2;
  }

  .calendar_filters_active p{
    margin: 0;
    line-height: 25px;
    text-align: right;
    float: left;
  }

  .calendar_filters_active p span{
    font-weight: bold;
    margin-left: 10px;
    margin-right: 2px;
  }

  .remove_fileter_calendar{
    height: 25px;
    padding: 0 0.5rem;
    font-size: 12px;
    line-height: 24px;
    margin: 0 0 0 10px;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 1px solid;
    border-top-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-color: #dddddd;
  }

  /* /WORKSPACE */

  /* CALENDAR LONG */

  .calendar_long{
    /* height: 215px; */
    height: 265px;
    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;
  }

  .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;
  }

  .calendar_long_description p{
    width: 100%;
    font-size: 14px;
    /* line-height: 17px; */
    line-height: 27.6px;
    padding-bottom: 4.5px;
    margin-bottom: 5.4px;
    border-bottom: 1px solid #cfcfcf;
  }

  .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_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: 37.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: 15px;
    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;
  }

  .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_gray{
    background-color: #cfcfcf;
    color: #808080;
  }

  .cell:hover{
    background-color: #cfcfcf;
    color: white;
  }

  .month_ended{
    border-right: 1px solid #495056;
  }

  .no_fossa{
    margin-top: 36px;
  }

  .remove_do_spettacolo{
    margin-bottom: 0;
    margin-top: 32px;
  }

  .pop_up_row{
    padding: 2px 5px 3px 5px;
    width: 100%;
  }

  .pop_up_row:nth-child(even){
    background-color: #ececec;
  }

  /* /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 */

  /* 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:0;
  }

  .structure_documents li{
    list-style-type:none;
    color:#808080;
    position:relative;
    margin-left:-15px;
  }

  .structure_documents li label{
    padding-left:15px;
    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;
  }

  /* /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;
  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);
}

.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;
}

/* /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-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;
}

/* /FULLCALENDAR */

/* NOTY */

.noty_layout{
  width: 368px!important;
}

.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_body{
  text-align: center;
}

.noty_buttons button{
    margin: 5px;
}

/* /NOTY */

/* INSERISCI EVENTO */

.modal_no_accordion .modal-body{
  padding-left: 15px;
  padding-right: 15px;
}

/* /INSERISCI EVENTO */

/* DATARANGE PICKER */

.daterangepicker{
    z-index: 99;
}

.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 */

/* DATARANGE TIME PICKER */

.range_inputs .btn-outline-light{
  margin-top: 4px;
  margin-right: 15px;
  margin-left: 15px;
}

.range_inputs .btn-outline-secondary{
  margin-top: 4px;
  margin-right: 10px;
}

/* /DATARANGE TIME PICKER */

/* BACKGROUND IMAGE */

.bg_img{
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

/* /BACKGROUND IMAGE */

/* LOGIN */

.box_login{
  width: 100%;
  max-width: 300px;
  padding: 15px;
  position: absolute;
  top: 50%;
  margin-top: -173px;
  left: 50%;
  margin-left: -150px;
  /* border: 1px solid #cfcfcf; */
  background-color: white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.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;
}

.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 */

/* CARD */

.card_mostra{
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  /* -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35); */
  border: 0;
}

.card_mostra .card-body{
  position: relative;
}

.link_prenota{
  background-color: #ea5056;
  color: white;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  position: absolute;
  top: -25px;
  right: 15px;
  z-index: 3;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.link_prenota:hover{
  background-color: #ec2027;
  color: white;
}

.box_title{
  padding: 15px;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: -54px;
  left: 0;
  z-index: 2;
}

.box_title h5{
  color: white;
  margin: 0;
}

.descrizione{
  padding-right: 43px;
}

/* CARD */

/* DISPONIBILITA */

.box_disponibilita{
  width: 14.28%;
  padding: 15px;
  border: 1px solid #CED4D9;
  border-left: 0;
  float: left;
}

.box_disponibilita:first-of-type{
  border-left: 1px solid #CED4D9;
}

.box_disponibilita h4{
  border-bottom: 1px solid #ececec;
  font-size: 15px;
  margin-bottom: 9px;
  padding-bottom: 5px;
}

.disponibilita_tutti{
  margin-top: 15px;
}

/* /DISPONIBILITA */

/* PRENOTAZIONI */

.container_prenotazioni .tab-pane{
    padding-top: 15px;
}

.collapse_filter {
  margin-bottom: 15px;
}

.collapse_filter .card-body{
  padding: 15px 15px 0 15px;
  border: 0;
  background-color: #f6f6f6!important;
}

/* /PRENOTAZIONI */

/* FILTRI CLIENTI */

.elenco_clienti_filtri{
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -126px;
}

.elenco_clienti_filtri .form-group{
  float: left;
  margin-right: 5px;
}

.elenco_clienti_filtri .form-group label{
  float: left;
  margin-right: 5px;
  margin-bottom: 0;
  margin-top: 3px;
}

.elenco_clienti_filtri input{
  width: 176px;
  margin: 0;
}

.elenco_clienti_filtri select{
  width: 140px;
  margin: 0;
}

/* /FILTRI CLIENTI */

/* EXPORT PRENOTAZIONI */

.elenco_prenotazioni_filtri{
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -615px;
}

.elenco_prenotazioni_filtri .form-group{
  float: left;
  margin-right: 5px;
}

.elenco_prenotazioni_filtri .form-group label{
  float: left;
  margin-right: 5px;
  margin-bottom: 0;
  margin-top: 3px;
}

.elenco_prenotazioni_filtri input{
  width: 176px;
  margin: 0;
}

.elenco_prenotazioni_filtri select{
  /* width: 160px; */
  width: 140px;
  margin: 0;
}

.elenco_prenotazioni_filtri #periodoprenotazionidal,
.elenco_prenotazioni_filtri #periodoprenotazionial{
     width: 95px;
}

.filtra_titolo{
  color: #ec2027;
}

.elenco_prenotazioni_tool .btn{
  margin-top: 22px;
}

.export_button .btn{
  margin-right: 15px;
  float: left;
}

.filtri_esportazione{
  float: left;
  margin-left: 15px;
}

.filtri_esportazione label{

}

/* /EXPORT PRENOTAZIONI */

/* CONTENT CLIENT */

.template_client{
  background-color: #ffffff;
}

.template_client .container{
  max-width: 1250px;
}

.content_client{
  padding-top: 73px;
  padding-bottom: 58px;
}

.client_titolo{
  font-size: 24px;
  line-height: 24px;
  color: #000;
  margin-bottom: 15px;
}

/* /CONTENT CLIENT */

/* CLIENT NAVBAR */

.client_navbar{
  margin-top: 0;
  background-color: #9d9d9d;
}

.client_navbar .navbar-nav .nav-link {
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  text-transform: capitalize;
}

.client_navbar .navbar-brand img{
  height: 29px;
}

/* /CLIENT NAVBAR */

/* ROW CLIENTI */

.row_costi{
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: rgba(0,0,0,.05);
  margin-bottom: 15px;
}

.box_insert{
    padding: 15px 15px 0 15px;
    border: 1px solid #e7e8ea;
    /* margin-top: 15px; */
    margin-bottom: 15px;
}

.box_insert .row_costi{
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.sottotitolo_int_no_border h3{
  border-bottom: 0;
  margin-bottom: 0;
}

.box_insert .form-group{
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e8ea;
}

.box_insert .form-group:last-of-type{
  padding-bottom: 0;
  border-bottom: 0;
}

/* /ROW CLIENTI */

/* DISPONIBILITA */

.disponibilita_assegnata{
  background-color: green;
}

.table_disponilbilita{
  border-color: #c5c5c5;
  margin-bottom: 0;
}

.table_disponilbilita th{
  font-size: 8px;
  padding: 2px 3px 0px 3px;
  text-align: center;
  background-color: white;
}

.table_disponilbilita td{
  font-size: 8px;
  padding: 2px 3px 0px 3px;
  text-align: center;
}

.table_disponilbilita th,
.table_disponilbilita td{
  border-color: #c5c5c5;
}

/* /DISPONIBILITA */

/* CERCA UTENTE */

.row_gray{
  background-color: rgba(0,0,0,.05);
  margin-bottom: 15px;
}

.row_gray .btn{
  margin-top: 15px;
}

.row_gray .card-body{
  margin-bottom: 15px;
}

.ui-autocomplete{
    max-width: 350px;
    border-radius: 0 0 4px 4px;
    margin-top: -2px;
    padding: 7px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}

.ui-autocomplete li{
    list-style: none;
}

.ui-autocomplete li:nth-child(odd){
    background-color: rgba(0,0,0,.05);
}

.ui-autocomplete li div{
    padding: 5px 12px;
    cursor: pointer;
}

.ui-autocomplete li div:hover{
  color: #ec2027;
}

.ui-autocomplete .ui-menu-item-wrapper.ui-state-active{
  background: inherit;
  border: 1px solid transparent;
}

#results{
  margin-bottom: 15px;
}

#results p{
  float: left;
  line-height: 33px;
  margin-right: 15px;
}

/* #results a{
  margin-left: 15px;
} */

/* /CERCA UTENTE */

/* STATO */

.stato_attiva{
  color: green;
}

.stato_terminate{
  color: red;
}

.stato_future{
  color: orange;
}

.stato_Accettata{
  color: green;
}

.stato_Rifiutata{
  color: red;
}

.stato_AttesaConferma{
  color: orange;
}

.stato_Assegnata{
  color: inherit;
}

.row_stato_AttesaConferma{
  background-color: #fff3cd !important;
}

.row_stato_Accettata{
  background-color: #d4edda !important;
}

.row_stato_Rifiutata{
  background-color: #f8d7da !important;
}

.stato_visita{
  padding: 3px;
}

.legenda{
  font-size: 14px;
  cursor: pointer;
  float: right;color: #ec2027;
}

.legenda:hover{
  color: #808080;
}

.legenda_txt{
  margin-bottom: 0;
  color: #808080;
  font-size: 13px;
}

.legenda_hr{
  margin-top: 7px;
  margin-bottom: 7px;
}

/* /STATO */

/* AGGIUNGI CLIENTE */

.add_cliente .bnt_add_cliente{
  font-weight: 500;
  line-height: 1.2;
  color: #808080;
  font-size: 18px;
  padding: 0;
  margin-bottom: 15px;
}

.add_cliente .bnt_add_cliente:hover{
  color: #ec2027;
}

.add_cliente .card-body{
  padding: 0;
  border: 0;
}

/* /AGGIUNGI CLIENTE */

/* DETTAGLIO PRENOTAZIONE */

.dettaglio_prenotazione .form-group label{
  width: 100%;
  padding: 2px 7px;
  border: 1px solid rgba(0,0,0,.03);
  background-color: #fff;
  margin: 0;
}

.dettaglio_prenotazione .form-group{
  position: relative;
}

.dettaglio_prenotazione .form-group p{
  margin: 0;
  padding: 2px 7px;
  min-height: 30px;
  border:1px solid rgba(0,0,0,.03);
  background-color: rgba(0,0,0,.03);
}

.dettaglio_prenotazione .status_box{
  border: 1px solid #ec2027;
  border-radius: 4px;
  padding: 13px 15px 0 15px;
  margin-bottom: 30px;
}

.dettaglio_prenotazione .status_box h3{
  color: #ec2027;
}

.dettaglio_prenotazione .status_box  .btn_conferma{
  position: absolute;
  bottom: 32px;
  right: 17px;
  margin-bottom: 0;
  padding: 5px 5px;
  line-height: 14px;
  border: 0;
}

.collapse_emial{
  display: block;
  margin-bottom: 12px;
}

.email_annulla_visita{
    color: #808080;
    float: right;
}

.dettaglio_prenotazione .collapse_filter{
  margin-bottom: 0;
}

.dettaglio_prenotazione .collapse_filter .form-group label {
    width: 100%;
    padding: 0;
    border: 0;
    background-color: transparent;
    margin-bottom: .5rem;
}

/* /DETTAGLIO PRENOTAZIONE */

/* 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;
}

/* /JQUERY UI */

/* ALERTIFY */

.alertify .ajs-header{
    color: #030303;
}

.alertify .ajs-body{
    color: #808080;
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #ec2027;
  border: 1px solid #ec2027;
  border-radius: 4px;
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
  color: #868e96;
  border: 1px solid #868e96;
  border-radius: 4px;
}

/* /ALERTIFY */

/* =================================================================== MEDIA QUERIES =================================================================== */

@media screen and (max-width: 1860px){

  /* EXPORT PRENOTAZIONI */

  .elenco_prenotazioni_filtri{
      position: relative;
      width: 100%;
      z-index: 1;
      left: 0;
      margin-left: 0;
  }

  /* /EXPORT PRENOTAZIONI */

}

@media screen and (max-width: 1199px){

    /* MENU */

    .menu_fase {
        padding: 15px 0;
    }

    .fase_box{
        height: 300px;
    }

    /* /MENU */

}

@media screen and (max-width: 1131px) {

  .fc-header-toolbar h2 {
      margin-left: -131px!important;
  }

}

@media screen and (max-width: 1015px) {

  .fc-header-toolbar h2 {
      margin-left: 0!important;
  }

  .calendar_filters_active{
    display: none;
  }

  .calendar_filters{
    display: none;
  }

  .note_calendar{
    display: none;
  }

}

@media screen and (max-width: 991px){

    /* GENERAL */

    .container {
        max-width: 100%;
    }

    /* /GENERAL */

    /* MENU */

    .menu_fase {
        padding: 15px 30px;
    }

    .fase_box{
        height: 29.3vw;
    }

    .fase_box p{
        font-size: 3vw;
    }

    .fase_box i{
        font-size: 5.5vw;
    }

    /* /MENU */

}

@media screen and (max-width: 950px) {
  .box_disponibilita {
      width: 25%;
    }

    /* FILTRI CLIENTI */

    .elenco_clienti_filtri{
      position: relative;
      width: 100%;
      z-index: 1;
      left: 0;
      margin-left: 0;
    }

    /* /FILTRI CLIENTI */

}

@media screen and (max-width: 767px){

    /* HEADER */

    .header {
        padding: 10px 0 0 0;
    }

    .header img {
        max-height: 20px;
    }

    .header h1 {
        font-size: 14px;
        top: 2px;
    }

    .navbar {
      margin-top: 10px;
    }

    /* /HEADER */

    /* 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 */

    /* CLIENT NAVBAR */

    button.navbar-toggler:focus{
      outline: 0!important;
    }

    .client_navbar .navbar-collapse{
      margin-left: -15px;
      margin-right: -15px;
      margin-top: 10px;
      border-top: 1px solid white;
    }

    .client_navbar .nav-link{
      padding: 10px;
      border-bottom: 1px solid #c5c5c5;
    }

    .client_navbar .nav-item:last-child .nav-link{
      border-bottom: 0;
    }

    /* /CLIENT NAVBAR */
}

@media screen and (max-width: 667px) {
  .box_disponibilita {
      width: 50%;
    }
}

@media screen and (min-width: 620px) and (max-width: 767px) {

    .template_general .contenuti.workspace_content {
      min-height: calc(100vh - 100px);
  }

  .template_general .contenuti {
    margin-top: 100px;
  }

}

@media screen and (max-width: 614px) {

  .fc-header-toolbar h2 {
      margin-top: -63px;
      font-size: 16px;
  }

}

@media screen and (max-width: 555px) {

  .fc-header-toolbar h2 {
      margin-top: -88px;
  }

}

@media screen and (max-width: 500px) {

  /* HEADER */

  .header h1{
    top: 2px;
  }

  /* /HEADER */

}

@media screen and (max-width: 414px) {

  /* HEADER */

  .fc-header-toolbar h2 {
      margin-top: -64px;
  }

  /* /HEADER */

}
