.th-div {
  position: relative;
}
.th-div span.sortable-icon {
  position: absolute;
  right: -10px;
}
th.sort-active-asc {
  background: linear-gradient(#f90909ab, #dc7a01);
}
th.sort-active-desc {
  background: linear-gradient(#dc7a01, #f90909ab);
}
.alert-filter-active-box {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  height: 34px;
  padding: 7px;
  background: #dc7a012b;
  border-bottom: 3px solid #ff9007;
  margin: 0;
  margin-bottom: 5px;
  color: #ef8400;
  cursor: pointer;
}
.alert-filter-active-box a {
  position: absolute;
  right: 15px;
  background: #f5f5f5 !important;
}
table.header-table th {
  text-transform: uppercase;
  text-align: center;
  /*border: 1px solid #ccc;*/
}
.pane-hScroll {
  overflow: hidden;
  width: 100%;
}
.pane-vScroll {
  overflow-y: auto;
  overflow-x: scroll;
  width: 100%;
  height: 70vh;
}
.table-first-column-container {
  display: flex;
}
.table-first-column {
  display: flex;
  flex-direction: column;
  width: 20%;
  min-width: 200px;
}
.table-second-column {
  width: 80%;
}
.table-first-column table.header-table {
  border-right: none;
}
.pane-hScroll table,
.pane-vScroll table {
  border-left: none;
}
.pane-vScroll-first-column {
  height: 70vh;
  overflow-y: hidden;
  overflow-x: scroll;
}
.datatable-fixedHeight-tr td {
  height: 70px;
  overflow-y: auto;
}
.dataTables_wrapper .dt-buttons {
  float: right;
  margin-bottom: 10px;
}
#datatable-notizie th {
  text-transform: uppercase;
  text-align: center;
  cursor: default;
}
#datatable-notizie th.sortable-col {
  cursor: pointer;
}
#datatable-notizie>tbody>tr>td, 
#datatable-notizie>tbody>tr>th, 
#datatable-notizie>tfoot>tr>td, 
#datatable-notizie>tfoot>tr>th, 
#datatable-notizie>thead>tr>td, 
#datatable-notizie>thead>tr>th {
  border-right: 1px solid #ddd;
}
.datatable-fixedHeight-tr td a img {
  height: 62px;
}
.table-cross-box {
  border-color: transparent !important;
}
.table-cross-box thead {
  background: transparent !important;
}
.table-fixed-cell-width {
  table-layout:fixed;
}
.notiziaTd-buttons {
  display: flex;
  align-items: center;
  justify-content: left;
}
.notiziaRow_head:first-child > td {
  border-top: none;
}
.notiziaRow:first-child {
  height: 61px;
}
.notiziaRow_head td {
  background: #d9d9d9 !important;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #000;
}
.notiziaRow_head_totale td {
  border-bottom: none;
  background: #454545 !important;
  color: #fff !important;
}
.cantiereHeadElem {
  background-color: #2a88c7 !important;
  height: 71px;
  border-right: 1px solid #ccc;
  width: 150px;
}
.cantiereHeadElem p {
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-style: italic;
}
.cantiereHeadTotale {
  background: #454545 !important;
  color: #fff !important;
  height: 71px;
  width: 170px;
}
.hourBlockElem {
  text-align: center;
  vertical-align: middle !important;
  font-size: 16px;
  font-weight: 600;
  width: 150px;
}
.hourBlockElemTot {
  font-size: 18px;
  color: #2a88c7;
  width: 150px;
}
.hourBlockElemTotOperaio {
  width: 170px;
}
.hourBlockElemGranTot p {
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-style: italic;
  color: #454545;
}
.blockAssenzeText {
  font-size: 15px;
  color: #ab0000;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .table-first-column {
    width: 35%;
    min-width: 125px;
  }
  .cantiereHeadElem,
  .hourBlockElem,
  .hourBlockElemTot {
    width: 100px;
  }
  .hourBlockElemTotOperaio,
  .cantiereHeadTotale {
    width: 120px;
  }
  table.header-table th,
  .notiziaTd-buttons {
    font-size: 11px !important;
  }
  .hourBlockElemGranTot p {
    font-size: 10px;
  }
  .hourBlockElem {
    font-size: 13px;
  }
  .hourBlockElemTot {
    font-size: 15px;
  }
  .blockAssenzeText {
    font-size: 13px;
  }
  .advSearch-radiobtn {
    display: none;
  }
  .x_panel-contabilita {
    padding: 0;
  }
  .x_panel-contabilita .x_title {
    padding: 10px;
  }
  .collab-calendar-elem-name {
    width: 40%;
    justify-content: center;
  }
  .collab-calendar-elem-events {
    width: 60%;
  }
}
@media all and (max-width: 600px) {
  .fc-button-group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fc-button-group button {
    width: 80px;
    justify-content: center;
    align-items: center;
    border-radius: 3px !important;
    margin: 0 !important;
  }
  .fc-toolbar-title {
    font-size: 16px !important;
  }
}