/* CustomFixC24
 */
/*FONTS*/
/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&family=Roboto:wght@400;600;700&display=swap');


/*BACHECA DEMO ELEMENTS*/
.ticket-mobile {
  display: none !important;
}

/*GENERAL*/
/* vertical menu */
@media (min-width: 992px) {
  .horizontal-nav {
    display: none;
  }

  .vertical-nav {
    position: fixed;
    width: 205px;
    top: 0 !important;
    bottom: 0px;
    border-right: none;
    height: auto;
    background-color: #F5F5F5;
    overflow: auto;
  }

  .vertical-nav li.active a {
    background-color: #6F6F6E;
    border-radius: 8px;
    color: #fff;
    border: none;
    font-weight: 500;
  }

  .vertical-nav li.active .custom-tooltip {
    color: #fff !important;
    position: relative;
  }

  .vertical-nav li.active {
    background: transparent;
    border-left: 0px solid #31BBEE;
  }

  .vertical-nav li a {
    font-size: 14px;
    color: #7a8087;
    padding: 10px;
    vertical-align: middle;
    max-width: 130px;
  }

  .vertical-nav li a.icon-logo {
    padding: 0px;
    max-width: 150px;
    margin-bottom: 15px;
  }

  .navbar img {
    height: 20px;
    width: 20px;
  }

  span.custom-tooltip {
    font-size: 16px;
    text-align: center;
    background: transparent;
    padding: 0;
    position: relative;
    z-index: 9999 !important;
    margin-top: 0;
    color: #7a8087;
    border-radius: 0;
    visibility: visible;
    margin-left: 35px;
      font-weight: 600;
  }

  .vertical-nav li.active>span.custom-tooltip {
    color: #fff;
  }

  .vertical-nav li {
    padding: 5px 2px 5px 10px;
  }

  .icon-logo {
    position: relative;
    z-index: 3;
    line-height: 50px;
  }

  .icon-logo img {
    width: 180px !important;
    height: auto !important;
    display: block;
    margin: auto;
  }

  .vertical-nav li a:hover,
  .vertical-nav li a:focus {
    text-decoration: none;
  }

  ul#main-nav::-webkit-scrollbar {
    display: none;
  }
}

#bacheca {
  background: url(../images/icons/bacheca.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 33px;
  background-position-x: 5%;
  max-width: 100%;
}

.active #bacheca {
  background: url(../images/icons/bacheca.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 33px;
  background-position-x: 3%;
  background-color: transparent !important;
  border-radius: 8px;
  max-width: 100%;
}

#documents {
  background: url(../images/icons/archivio.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 33px;
  background-position-x: 5%;
  max-width: 100%;
}

.active #documents {
  background: url(../images/icons/archivio.png);
  background-repeat: no-repeat;
  background-position: left;
    background-size: 33px;
    background-position-x: 3%;
    background-color: transparent !important;
  border-radius: 8px;
  max-width: 100%;
}

#profile {
  background: url(../images/icons/profilo.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 33px;
  background-position-x: 5%;
  max-width: 100%;
}

.active #profile {
  background: url(../images/icons/profilo.png);
  background-repeat: no-repeat;
  background-position: left;
    background-size: 33px;
    background-position-x: 3%;
    background-color: transparent !important;
  border-radius: 8px;
  max-width: 100%;
}

#utenti {
  background: url(../images/icons/dipendenti.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 33px;
  background-position-x: 5%;
  max-width: 100%;
}

.active #utenti {
  background: url(../images/icons/dipendenti.png);
  background-repeat: no-repeat;
  background-position: left;
    background-size: 33px;
    background-position-x: 3%;
    background-color: transparent !important;
  border-radius: 8px;
  max-width: 100%;
}

#clienti {
  background: url(../images/icons/clienti.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 33px;
  background-position-x: 5%;
  max-width: 100%;
}

.active #clienti {
  background: url(../images/icons/clienti.png);
  background-repeat: no-repeat;
  background-position: left;
    background-size: 33px;
    background-position-x: 3%;
    background-color: transparent !important;
  border-radius: 8px;
  max-width: 100%;
}

#fornitori {
  background: url(../images/icons/fornitori.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 33px;
  background-position-x: 5%;
  max-width: 100%;
}

.active #fornitori {
  background: url(../images/icons/fornitori.png);
  background-repeat: no-repeat;
  background-position: left;
    background-size: 33px;
    background-position-x: 3%;
    background-color: transparent !important;
  border-radius: 8px;
  max-width: 100%;
}

#progetti {
  background: url(../images/icons/commesse.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 33px;
  background-position-x: 5%;
  max-width: 100%;
}

.active #progetti {
  background: url(../images/icons/commesse.png);
  background-repeat: no-repeat;
  background-position: left;
    background-size: 33px;
    background-position-x: 3%;
    background-color: transparent !important;
  border-radius: 8px;
  max-width: 100%;
}

#apply {
  background: url(../images/app.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 33px;
  background-position-x: 5%;
  max-width: 100%;
}

.active #apply {
  background: url(../images/app-active.png);
  background-repeat: no-repeat;
  background-position: left;
    background-size: 33px;
    background-position-x: 3%;
    background-color: transparent !important;
  border-radius: 8px;
  max-width: 100%;
}

#nuovoticket {
  background: url(../images/icons/comunicazioni.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 33px;
  background-position-x: 5%;
  max-width: 100%;
}

.active #nuovoticket {
  background: url(../images/icons/comunicazioni.png);
  background-repeat: no-repeat;
  background-position: left;
    background-size: 33px;
    background-position-x: 3%;
    background-color: transparent !important;
  border-radius: 8px;
  max-width: 100%;
}

#ticket {
  background: url(../images/icons/comunicazioni.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 33px;
  background-position-x: 5%;
  max-width: 100%;
}

.active #ticket {
  background: url(../images/icons/comunicazioni.png);
  background-repeat: no-repeat;
  background-position: left;
    background-size: 33px;
    background-position-x: 3%;
    background-color: transparent !important;
  border-radius: 8px;
  max-width: 100%;
}

#crm {
  background: url(../images/crm.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 33px;
  background-position-x: 5%;
  max-width: 100%;
}

.active #crm {
  background: url(../images/crm-active.png);
  background-repeat: no-repeat;
  background-position: left;
    background-size: 33px;
    background-position-x: 3%;
    background-color: transparent !important;
  border-radius: 8px;
  max-width: 100%;
}

#statistiche {
  background: url(../images/statistiche.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 33px;
  background-position-x: 5%;
  max-width: 100%;
}

.active #statistiche {
  background: url(../images/statistiche-active.png);
  background-repeat: no-repeat;
  background-position: left;
    background-size: 33px;
    background-position-x: 3%;
    background-color: transparent !important;
  border-radius: 8px;
  max-width: 100%;
}

#impostazioni {
  background: url(../images/icons/impostazioni.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 33px;
  background-position-x: 5%;
  max-width: 100%;
}

.active #impostazioni {
  background: url(../images/icons/impostazioni.png);
  background-repeat: no-repeat;
  background-position: left;
    background-size: 33px;
    background-position-x: 3%;
    background-color: transparent !important;
  border-radius: 8px;
  max-width: 100%;
}

#configuracioni {
  background: url(../images/icons/configurazioni.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 33px;
  background-position-x: 5%;
  max-width: 100%;
}

.active #configuracioni {
  background: url(../images/icons/configurazioni.png);
  background-repeat: no-repeat;
  background-position: left;
    background-size: 33px;
    background-position-x: 3%;
    background-color: transparent !important;
  border-radius: 8px;
  max-width: 100%;
}

#logout {
  background: url(../images/icons/esci.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 33px;
  background-position-x: 5%;
  max-width: 100%;
}

body.auth-page.auth.login-page {
  background-color: transparent !important;
  background-image: url(/images/login_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.title {
  font-size: 28px;
  color: #1e1e1e;
  line-height: 37px;
}

.auth .login-container,
.auth .client-pannel {
  background-color: transparent;
}

.auth button.btn.btn-primary {
  width: 100%;
}

body.auth-page.auth.login-page main#app {
  background: transparent !important;
}

.auth img {
  width: 14% !important;
}

.auth .login-container {
  padding-bottom: 0 !important;
}

a.dashbord-icon {
  background: #fff !important;
}

.btn-outline-azzurro:hover,
.btn-outline-azzurro:focus {
  color: #31BBEE;
  background: #fff;
  border: 2px solid #31BBEE !important;
  outline: none;
  box-shadow: none;
}

a.fa.fa-pen {
  color: #00A65D;
}

a.fa.fa-trash {
  color: #555555;
}

.ticektuser p,
.ticektuser strong {
  font-size: 1rem;
  text-align: right;
  color: #555555;
  font-weight: 300;
}

img.icon-tab {
  width: 16px;
}

.horizontal-nav-links li.active a {
  color: #373736 !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.vertical-nav li.active {
    background: url(../images/icons/background-sidebar-menu.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: transparent !important;
    border-radius: 0;
    max-width: 100%;
}

.panel-title.header-section i {
  font-style: normal;
}

@media screen and (max-width: 991px) {
  .header-section {
    padding-left: 45px !important;
  }

  .horizontal-nav .panel-title {
    line-height: 50px !important;
  }

  #burger-menu {
    margin-right: 30px !important;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .header-section {
    padding-left: 20% !important;
  }
}

#piechart>div>div:nth-child(n) {
  width: auto !important;
  height: auto;
}

.alert-success,
.alert-error {
  z-index: 9;
  position: absolute;
  right: 0;
  top: -15px;
}

@media screen and (max-width: 991px) {
  .vertical-nav {
    background-color: #F5F5F5;
  }

  .btn-link {
    height: 30px;
    background-position-x: 50% !important;
  }
}

/*.admin-page::-webkit-scrollbar {*/
/*  display: none;*/
/*}*/

/*Ersi change*/

/*::-webkit-scrollbar {*/
/*  display: none;*/
/*}*/
/**GENERAL**/

/*DASHBOARD*/

.dashimage {
  background: #c0e1f4;
}

img.img-fluid.main-image {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
  /* padding: 10%; */
}

.dashimage a {
  position: absolute;
  right: 15px;
  bottom: 25px;
  text-decoration: underline;
}

.banner {
  height: 50vh;
  margin-top: -1px;
    margin-left: 15px;
}

.banner h4:after {
  content: "";
  position: absolute;
  background: #fff;
  height: 3px;
  width: 84px;
  left: 0;
  bottom: -10px;
}

.banner p {
  font-size: 24px;
  color: white;
  line-height: 24px;
  margin: 20px 0;
  width: 90%;
}

.banner img {
  width: 90%;
  height: auto;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.admin-page.dashboard-section {
  padding: 55px 15px 0 65px;
}

.list-totali {
  background-color: #13b1ff;
  border-radius: 8px;
  padding: 0.9rem !important;
}

a .list-totali {
  color: #fff;
}

.count span {
  font-size: 28px;
  font-weight: 600;
}

.list-aperti {
  background-color: #415d9b;
  border-radius: 8px;
  padding: 0.9rem !important;
}

a .list-aperti {
  color: #fff;
}

.list-elaborazione {
  background-color: #ca3a2b;
  border-radius: 8px;
  padding: 0.9rem !important;
}

a .list-elaborazione {
  color: #fff;
}

.list-pending {
  background-color: #ec902d;
  border-radius: 8px;
  padding: 0.9rem !important;
}

a .list-pending {
  color: #fff;
}

.list-chiusi {
  background-color: #1a8d44;
  border-radius: 8px;
  padding: 0.9rem !important;
}

span.color-total {
  color: #E74B3E;
}

span.color-open {
  color: #3366cc;
}

span.color-elaborate {
  color: #dc3912;
}

span.color-pending {
  color: #ff9900;
}

span.color-closed {
  color: #109618;
}

/**DASHBOARD**/

/*ELENCO-UTENTI*/
.main-panel {
  background: #fff;
  padding-bottom: 30px;
}

.main-panel .row.mx-0 {
  background: #F5F5F5;
}

.main-panel .row.profile-row {
    background: #fff !important;
}

.settings-row {
    background: #ECECEC !important;
}


.main-panel .row.mx-0 .py-3 {
  padding: 0px !important;
}

.main-panel hr.line {
  border-top: 0px solid rgba(0, 0, 0, 0.1);
}

.main-panel .row.mb-5, .main-panel .row.mb-4 {
  padding: 25px;
  margin: 0 !important;
}

.main-panel .form-control {
  background-color: transparent !important;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #6F6F6E;
  color: #6F6F6E;
  margin-bottom: 35px;
}

.main-panel label {
  color: #6F6F6E;
    font-weight: 600;
}

.main-panel input, .main-panel select {
  padding: 0;
}

.horizontal-links img {
  display: none;
}

.main-panel .container-fluid {
  padding: 0 !important;
}

main#app {
  background: #e2e2e2 !important;
}

.navbar .horizontal-nav-links {
  background: transparent;
  margin: 0 115px;
  margin-top: 10px;
}

.horizontal-nav-links {
  width: 100%;
  margin-left: 15px;
  display: flex;
}

.horizontal-nav-links li {
  width: 100%;
  max-width: 240px;
  display: inline-block;
  padding: 15px !important;
  text-align: center;
}

.horizontal-nav-links a {
  font-size: 16px !important;
}

.horizontal-nav .horizontal-nav-links li a span {
  display: contents;
}

.horizontal-nav-links li {
  background: #f2f2f2;
  border: 1px solid #eee;
}

@media screen and (min-width: 991) {
  .admin-page {
    padding: 40px 10px 0 190px !important;
  }
}

@media (min-width: 1225px) {
  .admin-page {
    padding: 0px 22px 0 178px !important;
  }
}

.horizontal-nav-links li {
  background: #f2f2f2;
  border: 1px solid #eee;
}

.horizontal-nav-links li.active {
  border-top: 5px solid #42b0fd !important;
  background: #fff;
  border-bottom: 0px solid;
}

.horizontal-nav-links li:nth-child(1).active {
  border-right: 1px solid #c6c6c6;
  border-top: 1px solid #c6c6c6;
  margin-left: -15px;
}

.horizontal-nav-links li:nth-child(2).active {
  border-right: 1px solid #c6c6c6;
  border-left: 1px solid #c6c6c6;
  border-top: 1px solid #c6c6c6;
}

.text-right button.btn {
  float: left;
  background: #E74B3E;
  border-radius: 5px;
  color: #fff;
  padding: 12px 30px;
  font-size: 15px;
}

.table {
  color: #6c757d;
}

th {
  border: 1px solid #fff;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-position: center left !important;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 0px 18px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

tr.data-row.even {
  background: #ECECEC;
}

.secondo-sum input,
optgroup,
textarea {
  border: 1px solid #666 !important;
}

.page-item.active .page-link,
.page-item .page-link {
  border-radius: 50px;
}

table.dataTable.no-footer {
  border-bottom: 0px solid;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 10px !important;
  font-size: 16px;
  font-weight: 400;
  color: #6F6F6E;
  text-align: center;
}

table.dataTable tbody td ul, table.dataTable tbody th ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}


table.dataTable tbody li::marker {
  font-size: 0;
}


i.fa.fa-trash {
  color: #555555;
}

.utenti div#admin_agencies_length {
  display: none;
}

.utenti div#admin_agencies_filter {
  display: none;
}

.btn-detagli span {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f5f5f5;
  transform: translateY(-50%);
  border-radius: 50%;
}

.btn-detagli .fas {
  line-height: 2.5rem;
  font-size: 1rem;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #6bc182 !important;
}

.data-content .btn-succes:hover,
.btn-succes:focus {
  outline: 0;
  box-shadow: none;
  color: #212529 !important;
}

.data-content .form-control {
  background-color: transparent;
  border: none;
  min-width: 240px;
}

.tabs-buttons .col-md-3, .tabs-buttons .col-md-2 {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  /*max-width: 50%;*/
}

.tabs-buttons .col-md-3:last-child {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  /*max-width: 100%;*/
  /*margin-top: 15px;*/
}

.tabs-buttons .btn,
.tabs-buttons a {
    width: 100%; /* Makes buttons and anchor elements take up the full width of their parent column */
}

.tabs-buttons a, .tabs-buttons button, button#cancelFilterBtn {
  float: right;
  border-radius: 10px;
  border: 1px solid #31BBEE;
  padding: 2px 10px !important;
  height: 30px;
  background: #31BBEE;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

.tabs-buttons .button-style {
    padding: 4px 20px 4px 40px !important;
    display: inline-block; /* Ensures the button only takes the space it needs */
    width: auto;
}

.tabs-buttons a:hover, .tabs-buttons button:hover, button#cancelFilterBtn:hover {
  background: #fff;
  color: #31BBEE;
}

a.icon-nuovo-user {
  background-image: url(../images/icons/add_user_white.png) !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-size: 14px !important;
  background-position-x: 8px !important;
  padding-left: 32px !important;
}

a.icon-nuovo-user:hover {
  background-image: url(../images/icons/add_user_blue.png) !important;
}

button.icon-esport-dati {
  background-image: url(../images/icons/export_white.png) !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-size: 14px !important;
  background-position-x: 8px !important;
  padding-left: 32px !important;
}

button.icon-esport-dati:hover {
  background-image: url(../images/icons/export_blue.png) !important;
}

button#cancelFilterBtn {
  background-image: url(../images/icons/filters_white.png) !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-size: 14px !important;
  background-position-x: 8px !important;
  padding-left: 32px !important;
}

button#cancelFilterBtn:hover {
  background-image: url(../images/icons/filters_blue.png) !important;
}

button.icon-nuovo-gruppo {
  background-image: url(../images/icon-nuovo-gruppo-w.png) !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-size: 14px !important;
  background-position-x: 8px !important;
  padding-left: 32px !important;
}

button.icon-nuovo-gruppo:hover {
  background-image: url(../images/icon-nuovo-gruppo-hover.png) !important;
}


button#cancelFilterBtn {
  margin: 0px 5px!important;
}

.tabs-buttons .col-md-12 {
  margin: 8px 0;
}

.filter-elements {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding-top: 35px;
}

.filter-elements .col-md-10 {
  float: left;
}

.filter-elements .col-md-2 {
  max-width: 100%;
  float: right;
  display: inline-block;
}

.icon-attach p {
  font-size: 0;
  margin: 0;
}

.icon-attach i {
  color: #6F6F6E;
}

.dropdown-menu.show {
  border: 2px solid #31BBEE;
  border-radius: 0;
  padding: 8px 12px;
}

.user-actions-dropdown a.dropdown-item, .job-actions-dropdown a.dropdown-item {
  font-size: 14px;
  color: #31BBEE;
  border-bottom: 1px solid #eee;
}

.user-actions-dropdown i::before , .job-actions-dropdown i::before {
  font-size: 14px;
  margin-left: -20px;
}

/**ELENCO-UTENTI**/

/*PAGINA-NUOVO-DIPENDENTE*/

.page-nuovo-dipendente .container-fluid .col-md-4 {
  padding: 2% 3%;
}

.page-nuovo-dipendente .main-panel.w-100 {
  background: #F5F5F5;
}

.page-nuovo-dipendente .container-fluid {
  background: #fff;
}

.title-tab {
  margin: 0 !important;
  padding: 0;
}

.page-nuovo-dipendente .container-fluid {
  margin: 15px;
  width: 99%;
}

.page-nuovo-dipendente .title-tab h4{
  border-left: none;
  border-bottom: none;
  border-right: none !important;
  background: white;
  border: 0px solid black !important;
  border-top: 4px solid #6F6F6E !important;
  width: auto;
  padding: 15px;
  font-size: 16px;
  height: 55px;
  line-height: 22px;
  margin-bottom: 0px;
  color: #6F6F6E;
}

.page-nuovo-dipendente .form-group label {
  width: 35%;
  display: block;
  float: left;
  color: #000;
}

.page-nuovo-dipendente .form-group input, .page-nuovo-dipendente .form-group select, .page-nuovo-dipendente .input-group, .page-nuovo-dipendente .form-group span, .page-nuovo-dipendente .form-group span.select2 {
  width: 65% !important;
  display: block;
  float: left;
}

.page-nuovo-dipendente .input-group input, .page-nuovo-dipendente .input-group select {
  width: 100% !important;
  display: block;
  float: left;
}

.page-nuovo-dipendente label.upload-area {
  width: auto !important;
  position: absolute;
  right: -25px;
}

.page-nuovo-dipendente .upload-area {
  width: 100%;
  background-image: url(../images/icon-upload.png) !important;
  background-repeat: no-repeat !important;
  background-size: 15px !important;
  background-position: 0px;
}

.page-nuovo-dipendente span.upload-button, .page-nuovo-dipendente i.fas.fa-arrow-up {
  color: transparent;
}

.page-nuovo-dipendente span.select2-selection.select2-selection--multiple {
    width: 100% !important;
    float: left;
    background: #fff !important;
    border-bottom: 1px solid #000 !important;
    height: auto !important;
    margin-bottom: 35px;
}

.page-nuovo-dipendente span.selection {
  width: 100% !important;
}

.page-nuovo-dipendente .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 0px solid #aaa;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #e74b3e;
  font-size: 14px;
  top: 0;
}

.page-nuovo-dipendente .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .page-nuovo-dipendente .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: transparent;
}

.row.section-save-back {
  display: block;
  float: right;
  margin-top: -45px;
  margin-right: 0px;
}

.section-save-back .col {
  display: ruby;
}

.section-save-back a.text-decoration-none.d-block {
  color: #000;
}

.section-save-back button {
  float: right;
  border-radius: 10px;
  border: 1px solid #31BBEE;
  padding: 0px 35px !important;
  height: 35px;
  background: #31BBEE;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  margin-top: -7px;
}

/**PAGINA-NUOVO-DIPENDENTE**/

/*PAGINA-VIEW-DIPENDENTE*/

.page-view-dipendente .container-fluid .col-md-12 {
  background: #EAF4FE !important;
  margin: 0 5%;
  max-width: 88%;
  padding: 4%;
  border-radius: 35px;
  box-shadow: 2px 2px 5px #00000078;
  margin-bottom: 125px;
}

.page-view-dipendente .form-group {
  margin-bottom: 0;
  width: 20%;
  float: left;
  padding: 0 15px;
  height: 150px;
}


.page-view-dipendente .form-group label {
  width: 100%;
  color: #787F87;
}

.page-view-dipendente .form-group input, .page-view-dipendente .form-group select, .page-view-dipendente .input-group, .page-view-dipendente .form-group span, .page-view-dipendente .form-group span.select2 {
  width: 100% !important;
  background: #fff !important;
  border-radius: 10px !important;
  text-align: center !important;
}

.page-view-dipendente span.select2-selection.select2-selection--multiple {
  margin-bottom: 0;
  border-bottom: 0px solid #000 !important;
}

.page-view-dipendente li.select2-selection__choice {
  width: 100%;
  padding: 0px !important;
  background: #e74b3e !important;
  color: #fff;
  border: 0px solid !important;
}

.page-view-dipendente .main-panel .form-control {
  border-radius: 0px;
  border-bottom: 0px solid;
  margin-bottom: 0;
}

.page-view-dipendente .row.section-save-back {
  margin-top: -75px;
  margin-right: 100px;
}

/*.page-view-dipendente .section-save-back a.text-decoration-none.d-block {*/
/*  color: #787F87;*/
/*  text-transform: uppercase;*/
/*  background: #F2F2F2;*/
/*  padding: 10px 25px;*/
/*  border: 1px solid #787F87;*/
/*  border-radius: 5px;*/
/*  font-size: 14px;*/
/*}*/

/*.page-view-dipendente i.fas.fa-arrow-left {*/
/*  font-size: 13px !important;*/
/*  font-weight: 600;*/
/*  padding-right: 5px;*/
/*}*/

/**PAGINA-VIEW-DIPENDENTE**/

/*POPUP-CREAZIONE-GRUPPO*/

.modal-dialog.create-user label#popup-icon-nome {
  background: url(../images/icona-nome-gruppo-popup.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 14px;
  max-width: 100%;
}

.modal-dialog.create-user label#popup-icon-team {
  background: url(../images/icona-team-popup.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 14px;
  max-width: 100%;
}

.modal-dialog.create-user label#popup-icon-vice {
  background: url(../images/icona-vice-popup.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 14px;
  max-width: 100%;
}

.modal-dialog.create-user label#popup-icon-operatori {
  background: url(../images/icona-operatore-gruppo-popup.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 14px;
  max-width: 100%;
}

.modal-dialog.create-user label#popup-icon-reparto {
  background: url(../images/icona-reparto-popup.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 14px;
  max-width: 100%;
}

/**POPUP-CREAZIONE-GRUPPO**/

/*PAGINA-VIEW-GRUPPO*/

.gruppo-dipendenti .title {
  display: none;
}

.gruppo-dipendenti .row .col-md-6 {
  padding: 2% 3%;
}

.gruppo-dipendenti .form-group {
  padding: 6% 0;
}

.gruppo-dipendenti label {
  width: 35%;
  display: block;
  float: left;
  color: #000;
  padding-left: 25px;
}

.gruppo-dipendenti .form-group input {
  width: 65% !important;
  display: block;
  float: left;
  padding: 0 10px;
}

.gruppo-dipendenti label#nome-gruppo {
  background: url(../images/icons/pencil_paper_blue.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 14px;
  max-width: 100%;
}

.gruppo-dipendenti label#gruppo-team {
  background: url(../images/icons/add_user_blue.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 14px;
  max-width: 100%;
}

.gruppo-dipendenti label#gruppo-vice {
  background: url(../images/icons/two_users_blue.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 14px;
  max-width: 100%;
}

.gruppo-dipendenti label#gruppo-operatore {
  background: url(../images/icons/icona-operatore-gruppo.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 14px;
  max-width: 100%;
}

.gruppo-dipendenti label#gruppo-dipartimento {
  background: url(../images/icons/reparto_blue.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 14px;
  max-width: 100%;
}

.gruppo-dipendenti .form-group li {
  display: inline-block;
  background: #eee;
  padding: 0 5px;
  border-radius: 10px;
  border: 1px solid #31BBEE;
  margin-right: 5px;
}

.gruppo-dipendenti input#edit_group_name {
  background: #eeeeee !important;
  border: 2px solid #cacaca;
}

.commesse-info h4 {
  font-size: 18px;
  padding: 0 25px;
  margin-bottom: 25px;
  background: url(../images/icons/info_blue.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 14px;
  max-width: 100%;
  margin-left: 15px;
}

.commesse-info table thead th {
  background-color: #eeeeee !important;
  border: 1px solid #cacaca !important;
  border-radius: 0 !important;
  padding: 2px 10px;
  font-weight: 400;
}

.commesse-info table tr:nth-of-type(odd) {
  background-color: #fff !important;
  border: 1px solid #cacaca !important;
  border-radius: 0 !important;
  padding: 2px 10px;
  font-weight: 400;
  text-align: center;
}

.commesse-info table tbody tr td {
  border: 1px solid #cacaca !important;
}


.commesse-info table tbody tr td:first-child {
border: 1px solid #cacaca !important;
}

.commesse-info table tbody tr td:last-child {
  border-right: 1px solid #cacaca !important;
}

.gruppo-dipendenti a.text-decoration-none.d-block {
  float: right;
  padding-right: 25px;
  color: #000;
}

/**PAGINA-VIEW-GRUPPO**/


/*PAGINA-VIEW-CLIENTI*/

.clienti .costumDesignMobileLinks {
  padding: 0 !important;
}

button#icona-nuovo-cliente {
  background-image: url(../images/icons/add_record_white.png) !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-size: 14px !important;
  background-position-x: 8px !important;
  padding-left: 32px !important;
}

button#icona-nuovo-cliente:hover {
  background-image: url(../images/icons/add_record_blue.png) !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-size: 14px !important;
  background-position-x: 8px !important;
  padding-left: 32px !important;
}

button#exportSuppData {
  background-image: url(../images/icons/export_white.png) !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-size: 14px !important;
  background-position-x: 8px !important;
  padding-left: 32px !important;
}

button#exportSuppData:hover {
  background-image: url(../images/icons/export_blue.png) !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-size: 14px !important;
  background-position-x: 8px !important;
  padding-left: 32px !important;
}

button#toggleFiltersBtn {
  background-image: url(../images/icons/filters_white.png) !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-size: 14px !important;
  background-position-x: 8px !important;
  padding-left: 32px !important;
}

button#toggleFiltersBtn:hover {
  background-image: url(../images/icons/filters_blue.png) !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-size: 14px !important;
  background-position-x: 8px !important;
  padding-left: 32px !important;
}

div#jobs_table_wrapper {
  width: 99%;
}

.clienti i.fa.fa-paperclip {
  color: #6F6F6E;
}

.dropdown-item {
  background-color: #fff !important;
  font-size: 14px;
  color: #31BBEE !important;
  border-bottom: 1px solid #eee;
}

.dropdown-menu.show i::before {
  font-size: 14px;
}

.clienti .modal-content .form-group {
  padding: 0;
  height: 45px;
}

.clienti .modal-body {
  margin-bottom: 0;
  padding: 1rem 0;
}

.clienti .labs {
  padding: 0;
}

/**PAGINA-VIEW-CLIENTI**/


/*PAGINA-VIEW-FORNITORI*/



/**PAGINA-VIEW-FORNITORI**/

/*PAGINA-VIEW-ALLEGATI*/

@media (min-width: 1225px) {
  .employee-files .main-panel, .page-files .main-panel {
      margin: -2px 30px !important;
  }
}

.employee-files .row.mx-0, .page-files .row.mx-0 {
  background: transparent;
}

.page-files .form-group {
  float: left;
}

.employee-files .table tr th:first-child {
  background: #6F6F6E !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.employee-files table thead tr th:last-child {
  border-radius: 0;
}

.employee-files .title-tab, .page-files .title-tab {
    margin: 0 30px !important;
    padding-top: 10px;
}

.employee-files .title-tab h4, .page-files .title-tab h4 {
  border-left: none;
  border-bottom: none;
  border-right: none !important;
  background: white;
  border: 0px solid #6F6F6E !important;
  border-top: 4px solid #6F6F6E !important;
  width: auto;
  padding: 15px;
  font-size: 16px;
  height: 55px;
  line-height: 22px;
  margin-bottom: 2px;
  color: #6F6F6E;
  font-weight: 600;
}

.employee-files tr.data-row.odd td:first-child, .employee-files table.dataTable tbody td:first-child {
  background: #6F6F6E !important;
  color: #fff;
  border-radius: 0;
}

.employee-files tr.data-row.odd td:last-child {
  border-right: 0px solid #ECECEC !important;
  background: #fff;
  border-radius: 0;
}

.section-title-tab h4 {
  background: #6F6F6E;
  color: #fff;
  padding: 15px;
  font-size: 18px;
  font-weight: 400 !important;
  text-align: center;
}

label.custom-file-upload {
  background: #31BBEE;
  color: #fff !important;
  padding: 7px;
  border-radius: 10px;
  cursor: pointer;
  margin-right: 15px;
  font-size: 16px;
}

label.custom-file-upload i {
  font-size: 15px !important;
  font-weight: 600;
}

.page-files .table tr th:first-child {
  background: #6F6F6E !important;
  border-color: #fff;
}

.page-files tr th:nth-child(2), .page-files tr td:nth-child(2) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.page-files .table thead th {
  height: 55px !important;
  text-align: center;
  vertical-align: middle !important;
  color: #fff;
  font-weight: 400;
}

.subtitle-tab h5 {
  text-transform: uppercase;
  font-size: 16px;
  width: auto !important;
  padding: 10px;
  color: #6F6F6E;
  margin: 5px;
}

.page-files label {
  color: #6F6F6E;
}

.add-file-form {
  width: 99%;
  margin: 0 auto;
  padding: 10px 0;
}

.add-file-form input {
  border-color: #31BBEE;
  font-weight: 600;
}

.page-files a.btn-back {
  color: #31BBEE !important;
  margin-left: 1rem;
}

/**PAGINA-VIEW-ALLEGATI**/

/*PAGINA-VIEW-COMMESSE*/

.view-commessa .table tr th:first-child {
  border-right: 2px solid #fff !important;
  background: #6F6F6E !important;
}

.view-commessa tr th:nth-child(2),.view-commessa tr td:nth-child(2) {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

a#icona-nuova-commessa {
  background-image: url(../images/icons/add_comessa_white.png) !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-size: 14px !important;
  background-position-x: 8px !important;
  padding-left: 32px !important;
}

a#icona-nuova-commessa:hover {
  background-image: url(../images/icons/add_comessa_blue.png) !important;
}

.padding-left-none {
  padding-left: 0;
}

.view-commessa .job-custom-background {
  background-color: #ECECEC;
  padding: 20px;
  border-radius: 15px 15px 0 0;
  border: 1px solid #ECECEC;
  height: fit-content;
  padding: 20px !important;
}

.view-commessa .table {
  margin-bottom: 0;
}

.view-commessa .job-attr-table tr td {
  color: #6F6F6E;
  font-weight: 600;
  padding: 10px 20px;
  width: 50%;
}

.boxes-info-commessa-dx .m-3 {
    margin-top: 0.42rem !important;
    margin-bottom: 0rem !important;
    margin-right: 0rem !important;
    margin-left: 0rem !important;

}

.boxes-info-commessa-dx .card {
  border-radius: 15px;
  margin-bottom: 35px;
}

.view-commessa .btn-primary {
  border-radius: 5px;
}

.view-commessa .buttons-container {
  margin-top: 35px;
}

.view-commessa .row.mb-4 {
  padding: 0;
}

.view-commessa .labs {
  text-align: start;
  padding: 0;
}

.view-commessa .modal-body {
  padding: 1rem 0;
  margin-bottom: 0;
}

.view-commessa .fas, .view-commessa .fa {
  color: #6F6F6E !important;
}

.view-commessa .dropdown-menu.show .fas {
  color: #31BBEE !important;
}

.view-commessa table.dataTable tbody td:first-child {
  background: inherit !important;
}

.view-commessa span.editable {
  color: #31BBEE;
}

.view-commessa i.fas.fa-pencil-alt {
  font-size: 15px !important;
}

.card.job-card.red-box {
  background: #31BBEE;
  color: #fff;
  border-color: #000;
}

.view-commessa .compact-card-title {
  font-size: 12px;
  font-weight: 700;
}

.view-commessa p.card-text {
  font-size: 14px;
  font-weight: 600;
}

.boxes-info-commessa-dx .card-body {
  padding: 1rem;
}

a.dropdown-item.timbrature-icon {
  background: transparent !important;
}

div#createTimbratureModal .form-group input, div#createTimbratureModal select, div#createTimbratureModal div#cke_note {
  width: 95%;
}

.timbrature-info table thead th, .timbrature-info .table tr th:first-child, .timbrature-info table.dataTable tbody td, .timbrature-info tr.data-row.odd td:first-child, .timbrature-info tr.data-row.odd td:last-child, .timbrature-info table.dataTable tbody td:first-child {
  /*background-color: #eeeeee !important;*/
  /*border: 1px solid #cacaca !important;*/
  /*border-radius: 0 !important;*/
  /*padding: 2px 10px;*/
  font-weight: 400;
  /*color: #6F6F6E !important;*/
  height: 35px !important;
  padding: 0 !important;
  text-align: center !important;
  padding-left: 0 !important;
}

/*.timbrature-info table thead tr th:last-child {*/
/*  width: 20px !important;*/
/*}*/

.timbrature-info  table thead th {
    padding-right: 5px !important;
    padding-left: 5px !important;
    color: #fff;
}

/*.timbrature-info table thead tr th:nth-child(2) {*/
/*    border-top-left-radius: 0 !important;*/
/*}*/

/* Ensure the table cell with icons uses flexbox to align items properly */
#action-icons {
    display: flex;
    align-items: center; /* Centers items vertically within the cell */
    justify-content: center; /* Centers items horizontally */
    height: 36px; /* Adjust based on your actual cell height needs */
}

/* Style for the anchor tags containing icons */
#action-icons .dropdown-item {
    display: inline-flex; /* Use inline-flex to align icons properly */
    margin: 0 5px; /* Adds horizontal spacing between icons, adjust as needed */
    padding: 5px 15px; /* Removes any padding to prevent extra space */
    line-height: 1; /* Ensures the line height does not add extra vertical space */
    height: auto; /* Adapts height to the content */
    border: none; /* Ensures no borders are adding extra space */
}

/* Style adjustments for Font Awesome icons */
#action-icons .dropdown-item i {
    font-size: 16px; /* Adjust font size as needed for your design */
    color: #31BBEE;
}


.timbrature-info .table thead th, .timbrature-info td {
  height: 35px !important;
  text-transform: capitalize;
  font-size: 14px;
  /*color: #000;*/
  /*border: 1px solid #cacaca !important;*/
}

/*.timbrature-info table.dataTable tbody td:last-child {*/
/*  border-right: 1px solid #cacaca !important;*/
/*}*/

.timbrature-info a.dropdown-item.edit-occlusion{
  background: transparent !important;
}

.timbrature-info a.dropdown-item.delete-occlusion {
    background: transparent !important;
}

.timbrature-info i.fas.fa-pencil-alt {
  font-size: 14px !important;
}

.timbrature-info table.dataTable.no-footer {
  border-bottom: none !important;
  border-spacing: 0 !important;
}

.gestione-timbrature .section-save-back {
  display: block;
  float: right;
  margin-top: 0;
  margin-right: 0px;
  position: absolute;
  bottom: -55px !important;
  right: 35px;
}
.total-hours {
    width: 100%;
    display: flex; /* Using flexbox instead of float for better alignment controls */
    align-items: center; /* Aligns children vertically center */
}

.total-hours .col-md-6 {
    background: #eeeeee !important;
    border-bottom: 1px solid #6F6F6E;
    flex: 1; /* Ensures each col-md-6 takes up equal space */
    height: 35px; /* Maintains the height */
    text-align: center;
    display: flex; /* Apply flexbox for internal centering */
    justify-content: center; /* Horizontally center content */
    align-items: center; /* Vertically center content */
}

.total-hours h4, .total-hours span {
    font-size: 16px; /* Standardizes font size */
    line-height: normal; /* Resets line-height to normal to avoid vertical misalignment */
    margin: 0; /* Removes any default margins */
    padding: 0; /* Adjust if necessary */
}

.total-hours span {
    color: green;
    border: 1px solid #6F6F6E;
    border-radius: 10px;
    padding: 2px 10px; /* Maintains padding */
}

.gestione-timbrature .modal-content form {
  display: block !important;
}

.gestione-timbrature .form-group label {
  display: contents !important;
}

/**PAGINA-VIEW-COMMESSE**/

/*PAGINA-NUOVA-COMMESSA*/

.page-nuova-commessa .left-proggeti {
  border-right: 0px solid #ccc;
}

.page-nuova-commessa .mx-5 {
  margin-left: 2rem !important;
}

.page-nuova-commessa .mb-4 {
  margin-bottom: 1rem !important;
}

.create-jobs .container-fluid {
  padding: 3em !important;
}

.page-nuova-commessa .container-fluid .col-md-4 {
  padding: 2% 3%;
  display: flex;
}

.page-nuova-commessa .main-panel.w-100 {
  background: #F5F5F5;
}

.page-nuova-commessa .container-fluid {
  background: #fff;
}

.page-nuova-commessa .create-jobs .form-group {
  align-items: start;
}

.page-nuova-commessa i {
  color: #6F6F6E;
}

.page-nuova-commessa .title-tab h4{
  border-left: none;
  border-bottom: none;
  border-right: none !important;
  background: white;
  border: 0px solid black !important;
  border-top: 4px solid #6F6F6E !important;
  width: auto;
  padding: 15px;
  font-size: 16px;
  height: 55px;
  line-height: 22px;
  margin-bottom: 0px;
  color: #6F6F6E;
}

.page-nuova-commessa .form-group label {
  display: block;
  float: left;
  color: #000;
}
.ck.ck-voice-label {
  display: none !important;
}

.page-nuova-commessa .form-group input, .page-nuova-commessa .form-group select, .page-nuova-commessa .input-group, .page-nuova-commessa .form-group span,  {
  width: 87% !important;
  display: block;
  float: left;
}

.page-nuova-commessa .input-group input, .page-nuova-commessa .input-group select {
  width: 100% !important;
  display: block;
  float: left;
}

.page-nuova-commessa label.upload-area {
  width: auto !important;
  position: absolute;
  right: -25px;
}

.page-nuova-commessa .upload-area {
  width: 100%;
  background-image: url(../images/icon-upload.png) !important;
  background-repeat: no-repeat !important;
  background-size: 15px !important;
  background-position: 0px;
}

.page-nuova-commessa span.upload-button, .page-nuova-commessa i.fas.fa-arrow-up {
  color: #000;
}

.page-nuova-commessa span.select2-selection.select2-selection--multiple {
    width: 100% !important;
    float: left;
    background: #fff !important;
    border-bottom: 1px solid #000 !important;
    height: auto !important;
    margin-bottom: 35px;
}

.page-nuova-commessa span.selection {
  width: 100% !important;
}

.page-nuova-commessa .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 0px solid #aaa;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #e74b3e;
  font-size: 14px;
  top: 0;
}

.page-nuova-commessa .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .page-nuovo-dipendente .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: transparent;
}

.page-nuova-commessa .row.section-save-back {
  display: block;
  float: right;
  margin-top: 0;
  margin-right: 0px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.page-nuova-commessa .btn-create-proggeti {
  border-radius: 10px;
  border: 1px solid #31BBEE;
  padding: 0px 35px !important;
  height: 35px;
  background: #31BBEE;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  width: 100%;
}

.page-nuova-commessa .btn-create-proggeti:hover {
  background: #fff;
}

.page-nuova-commessa input.number-commessa {
  background-color: #F5F5F5 !important;
  border: 1px solid #6F6F6E !important;
}

.page-nuova-commessa .form-control {
  padding: 0 10px;
}

.page-nuova-commessa .modal-content form {
  display: inline-block;
}

.page-nuova-commessa label.custom-file-upload i {
  color: #fff;
}

.page-nuova-commessa label.custom-file-upload {
  border: 1px solid #31BBEE;
}

.page-nuova-commessa label.custom-file-upload:hover i, .page-nuova-commessa .custom-file-upload:hover span,.page-nuova-commessa label.custom-file-upload:hover {
  color: #31BBEE;
  background: #fff;
}

/**PAGINA-NUOVA-COMMESSA**/

/*PAGINA-PREVISIONI-ADMIN*/

.previsioni .table tr th:first-child {
  background: #6F6F6E !important;
}

.previsioni tr th:nth-child(2), .previsioni tr td:nth-child(2) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.block-calendar-buttons .col-md-10 div {
  float: right;
}

button.icon-crea-nuovo {
  background-image: url(../images/icons/add_record_white.png) !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-size: 14px !important;
  background-position-x: 8px !important;
  padding-left: 32px !important;
}


button.icon-crea-nuovo:hover {
  background-image: url(../images/icons/add_record_blue.png) !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-size: 14px !important;
  background-position-x: 8px !important;
  padding-left: 32px !important;
}


.block-calendar-buttons input#monthYearPicker {
  width: auto;
  text-align: center;
  border: 2px solid #6F6F6E;
  border-radius: 5px;
  cursor: pointer;
}

.block-calendar-buttons input#monthYearPicker {
  width: auto;
  text-align: left;
  border: 2px solid #6F6F6E;
  border-radius: 5px;
  cursor: pointer;
  background-image: url(../images/icon-calendario-grey.png) !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
  background-size: 18px !important;
  height: 25px;
  max-width: 110px;
  background-position-x: 80px !important;
  padding-left: 8px;
  font-size: 16px;
  font-weight: 500;
}

/**PAGINA-PREVISIONI-ADMIN**/

/*PAGINA-PULSEBOARD*/

.buttons-pulseboard {
  width: 100%;
  margin: 0 auto;
}

.buttons-pulseboard a, .buttons-pulseboard button {
  border-radius: 10px !important;
}

.date-range-pulseboard span {
  display: inline-block;
}

.table-pulseboard {
  background: #fff !important;
}

.pulseboard .board-layout .col-md-3 {
  background: #6F6F6E;
  padding: 30px 20px;
  margin: 15px;
  max-width: 22%;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.pulseboard .board-layout span {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.table-pulseboard .row.mx-0.my-5 {
  background: #ECECEC;
  margin: 0 auto !important;
  width: 100%;
  align-content: flex-end;
  justify-content: space-around;
}


.table-pulseboard .card {
  background: #D9D9D9 !important;
  color: #000 !important;
  font-size: 15px;
  font-weight: 300;
  padding: 15px;
  border: 1px solid #6F6F6E;
}

.table-pulseboard strong.progetto-name {
  padding-bottom: 25px;
}

.table-pulseboard i.fas.fa-user {
  font-size: 12px !important;
}

.table-pulseboard i.fas.fa-solid.fa-clock {
  float: right;
  color: #fff !important;
  padding: 5px;
}

/**PAGINA-PULSEBOARD**/

/*PAGINA-MILESTONE*/

.milestone i.fas.fa-solid.fa-medal {
  font-size: 35px !important;
  color: #e74b3e !important;
  padding-top: 0px;
  float: right;
}

.milestone div#milestoneRow {
  padding-top: 35px;
}

.milestone span#count {
  padding: 5px 50px;
  border: 1px solid;
  border-radius: 5px;
  margin-left: 0 !important;
  box-shadow: 1px 2px 5px #9b9494;
}

.milestone button.minusBtn, .milestone button.plusBtn {
  background: #fff;
  border: 1px solid;
  border-radius: 25px;
  width: 28px;
  box-shadow: 1px 2px 5px #9b9494;
}

div#milestoneFormContainer {
  padding: 2%;
}

.milestone .card.group-milestone {
  width: 95%;
  margin: 0 auto;
  border: 1px solid;
  box-shadow: 2px 2px 5px #9b9494;
}

.milestone .row.section-save-back {
  margin-top: 0;
}

.milestone.main-panel {
  padding-bottom: 50px;
}

.date-milestone .col-md-3, .date-milestone .col-md-9 {
  float: left;
}

.group-milestone .form-control {
  background-color: transparent !important;
  border-radius: 0;
  height: auto;
  border: none;
  border-bottom: 1px solid #d1d1d1;
}

.group-milestone span.ml-2 {
  font-size: 18px;
  font-weight: 700;
}

.milestone-fatturazione .form-check-input {
  margin-top: 0 !important;
  margin-left: 0 !important;
  right: 0 !important;
}

/**PAGINA-MILESTONE**/

/*PAGINA-IMPOSTAZIONI*/


.impostazioni-page .main-panel {
  background: transparent;
}

.impostazioni-page .main-panel .row.mx-0 {
  background: transparent;
}


/**PAGINA-IMPOSTAZIONI**/

/*ELENCO-TICKET*/

/*APRI-TICKET*/

.main-panel.col-md-12 {
  margin-top: 0;
  margin-left: 0;
  max-width: 98% !important;
}

.main-panel.col-md-12 {
  padding: 2%;
}

.top-message p {
  background: #fff;
  width: 200px;
  text-align: center;
  padding: 15px;
  margin: 0px;
  margin-bottom: -10px;
  border-top: 5px solid #42b0fd;
}

.create-ticket .note-editor.note-frame.card {
  width: 100%;
  float: left;
}

.create-ticket a.btn.btn-outline-grey.text-uppercase {
  width: 100%;
  height: 50px;
  line-height: 35px;
}

/**APRI-TICKET**/

/*ELENCO-TICKET*/

.custom-datatable-col.pagination {
  display: grid !important;
  text-align: right !important;
}

a#idlink1 {
  background: url(../images/icone-tab-ezyline-07.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 15px;
  background-position-x: 10%;
  padding: 0 40px !important;
  text-align: center;
}

a#idlink2 {
  background: url(../images/icone-tab-ezyline-09.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 15px;
  background-position-x: 10%;
  padding: 0 35px !important;
  text-align: center;
  line-height: 15px;
}

a#idlink3 {
  background: url(../images/icone-tab-ezyline-08.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 15px;
  background-position-x: 10%;
  padding: 0 40px !important;
  text-align: center;
}

a#idlink4 {
  background: url(../images/icone-tab-ezyline-04.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 15px;
  background-position-x: 10%;
  padding: 0 40px !important;
  text-align: center;
}

a#idlink20 {
  background: url(../images/icone-tab-ezyline-04.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 15px;
  background-position-x: 10%;
  padding: 0 40px !important;
  text-align: center;
}

a#idlink1.active {
  background: url(../images/icone-tab-ezyline-07.png) !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-size: 15px !important;
  background-position-x: 10% !important;
  padding: 0 40px !important;
  text-align: center;
}

a#idlink2.active {
  background: url(../images/icone-tab-ezyline-09.png) !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-size: 15px !important;
  background-position-x: 10% !important;
  padding: 0 40px !important;
  text-align: center;
}

a#idlink3.active {
  background: url(../images/icone-tab-ezyline-08.png) !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-size: 15px !important;
  background-position-x: 10% !important;
  padding: 0 40px !important;
  text-align: center;
}

a#idlink4.active {
  background: url(../images/icone-tab-ezyline-04.png) !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-size: 15px !important;
  background-position-x: 10% !important;
  padding: 0 40px !important;
  text-align: center;
}

a#idlink20.active {
  background: url(../images/icone-tab-ezyline-04.png) !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-size: 15px !important;
  background-position-x: 10% !important;
  padding: 0 40px !important;
  text-align: center;
}

.col-md-12.border-bottom-azzurro.text-md-right.mt-4 {
  margin-top: -60px !important;
  border-bottom: 0px !important;
  margin-left: -61px;
}

.btn-outline-azzurro i {
  color: #fff !important;
}

.search-form div#tickets_filter {
  text-align: left;
}

.status_ticket:hover,
.status_ticket:focus {
  outline: none;
  text-decoration: none;
  box-shadow: none;
}

.status_ticket {
  border: none;
  text-decoration: none;
}

button.dt-button.buttons-excel.buttons-html5.btn.btn-primary {
  background: #eaf4fe;
  color: #31BBEE;
  height: 55px;
  border-radius: 8px;
  border: none;
}

#tickets .table-style th {
  background-color: #E74B3E !important;
  color: #fff;
}

h5 a.badge {
  color: #fff !important;
  font-size: 14px;
  border-radius: 3px;
  pointer-events: none;
}

.btn-outline-azzurro {
  background: #E74B3E;
  border-radius: 8px;
  color: #fff;
  padding: 0.9rem 2rem;
  font-size: 15px;
  height: 55px !important;
  border: none;
}

.conversation {
  background-color: #eaf4fe;
}

.btn-chiudi-ticket {
  background: #42c95b;
  border-radius: 8px;
  color: #fff;
  padding: 0.9rem 2rem;
  font-size: 15px;
  height: 55px !important;
  border: none;
}

.btn-chiudi-ticket:hover,
.btn-chiudi-ticket:focus {
  border: 2px solid #42c95b !important;
  background: #fff;
  outline: none;
  color: #42c95b;
  box-shadow: none;
}

#tickets_wrapper .btn-outline-azzurro {
  background: #E74B3E;
  border-radius: 8px;
  color: #fff;
  padding: 0.9rem 2rem;
  font-size: 12px;
  display: inline;
  border: none;
  height: 55px !important;
}

td a.btn.btn-outline-azzurro {
  padding: 5px 15px !important;
  font-size: 12px !important;
  display: inline-block !important;
  width: 40%;
  margin: 0 5px;
}

.btn-outline-azzurro:hover i {
  color: #31BBEE !important;
}

/**ELENCO-TICKET**/

/*SINGOLA-CHAT*/

span.badge {
  color: #fff;
}

#accordion .bg-green.panel {
  background: #E74B3E;
  color: #fff;
}

#accordion .bg-green .panel-title {
  background: #E74B3E;
}

#accordion .bg-green .panel-title a {
  color: #fff;
}

#accordion .bg-blue .panel-title {
  background: #e2e6ea;
}

#accordion .bg-blue.panel {
  background: #e2e6ea;
}

#accordion span {
  font-weight: 100 !important;
  width: 100%;
  display: block;
  padding-top: 10px;
  opacity: 1;
  color: #fff !important;
}

.operator-progetti .form-control {
  background-color: #eaf4fe;
  color: #E74B3E;
  border-radius: 8px;
  border: none;
  height: 55px;
}

@media screen and (min-width:1280px) {
  .costumDesignTicket .elementupload {
    width: 100% !important;
  }
}

@media screen and (min-width:580px) {
  .costumDesignTicket .elementupload {
    width: 100% !important;
  }
}

.costumDesignTicket .elementupload {
  float: left !important;
  text-align: center;
}

.section-ticket .elementupload {
  width: 100% !important;
  float: none;
  text-align: center;
  height: 55px;
  font-size: 16px;
  line-height: 31px;
}

.section-ticket .btnblock {
  margin-left: 0 !important;
  width: 100% !important;
  height: 55px !important;
  padding: 0.9rem 2rem !important;
}

.section-ticket .addfile {
  background-color: #f7696b !important;
  color: #fff !important;
  border-radius: 8px !important;
  width: 100% !important;
  border: none !important;
  padding: 0.9rem 2rem !important;
  height: 55px !important;
}

.section-ticket .btn-outline-azzurro:hover,
.btn-outline-azzurro:focus {
  color: #fff;
  background: #31BBEE;
  border: 2px solid #31BBEE !important;
}

.container.float-left.col-md-12.chatleft {
  max-width: 100%;
}

.container.float-left.col-md-12.chatconv {
  max-width: 100%;
}

.container.float-right.col-md-12.chatconv {
  max-width: 100%;
}

.chatconv div#accordion {
  width: 100%;
}

button.btn.btn-orange.text-uppercase.mt-2 {
  background: #E74B3E;
  color: #fff;
  padding: 10px 30px;
  font-size: 14px;
}

.border-bottom-azzurro {
  border-bottom: 0px solid #E74B3E !important;
}

.note-editor.note-frame.card {
  width: 100%;
  /* float: left; */
}

.addfile {
  background: #6c757d;
  border-color: #6c757d;
}

.addfile span {
  text-transform: uppercase;
}

.addfile i {
  color: #fff !important;
}

.addfile:hover {
  color: #fff;
  background: #31BBEE;
}

/*CONFIGURAZIONI*/

.admin-page.config .horizontal-nav-links li:nth-child(1).active {
  margin-left: 0px !important;
}

.admin-page.config .horizontal-nav-links {
  margin-left: 0;
}

.flip {
  width: 30px !important;
  height: 30px !important;
}

.btn-light {
  background: #eaf4fe;
  padding: 20px;
  border-radius: 8px;
}

/**CONFIGURAZIONI**/
@media (max-width: 1680px) {
  td a.btn.btn-outline-azzurro {
    width: auto;
  }
}

@media (max-width: 1440px) {
  .top-message {
    margin-top: 0px;
  }

  .main-panel {
    margin: 0px auto;
  }

  .col-md-12.border-bottom-azzurro.text-md-right.mt-4 {
    margin-top: -40px !important;
  }

  .ticektuser {
    right: 0;
    top: 65px;
    z-index: 9;
    background: #E74B3E;
    padding: 0 15px;
  }

  .ticektuser .text-dark,
  .ticektuser .text-dark strong {
    color: #fff !important;
  }
}

@media (min-width: 1225px) {
  .main-panel {
    margin: 10px 18px;
  }
}

@media (max-width: 991px) {

  .admin-page,
  .admin-page.dashboard-section {
    padding: 15px;
  }

  .col-md-12.border-bottom-azzurro.text-md-right.mt-4 {
    margin-left: 0;
  }

  .note-editor.note-frame.card {
    width: 100%;
  }

  .container.float-left.col-md-12.chatleft,
  .container.float-right.col-md-12.chatconv,
  .chatconv div#accordion {
    max-width: 100%;
    width: 100%;
  }

  .horizontal-nav-links li {
    width: 100%;
    max-width: 100%;
    margin-top: 55px;
  }

  .ticektuser {
    top: 50px;
    padding: 0 5px;
    width: auto;
    left: auto;
  }
}

/*SEZIONE-ALLEGATI-PROGETTI*/

.allegati-prog label {
  background: #fff !important;
  text-align: left !important;
  padding-left: 0;
}

.allegati-prog th,
.allegati-prog td {
  background: #fff;
}

.allegati-prog .btnblock {
  margin-left: 0;
}

.allegati-prog .custom-file-input {
  height: auto;
  opacity: 1;
}

.allegati-prog .modal-footer {
  width: 100% !important;
  float: left;
  display: contents;
}

.button-chiudi {
  width: 100%;
  max-width: 300px;
  margin-top: 2%;
}

.allegati-prog span.name {
  display: none;
}

.allegati-prog i.fas.fa-plus {
  display: none;
}

.proggetti-title {
  color: #1c1c1c;
  font-size: 24px;
  line-height: 32px;
}

@media only screen and (min-width: 992px) {
  .left-proggeti {
    padding-right: 50px;
    border-right: 1px solid #ccc;
  }

  .right-proggeti {
    padding-left: 50px;
  }
}

.btn-create-proggeti {
  padding: 0.9rem 2rem !important;
  border: none;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  line-height: 21px;
  background-color: #31BBEE;
  text-align: center;
  position: relative;
  width: 30%;
}

.create-proggeti .fa-times-circle {
  font-size: 2rem !important;
  color: #ea6c6d !important;
}

.edit-proggeti .fa-times-circle {
  font-size: 2rem !important;
  color: #ea6c6d !important;
}

.admin-page.proggeti .btn-table .fa-edit {
  line-height: 2rem;
  font-size: 1rem;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #6bc182;
}

.proggeti .btn-reparto {
  background-color: #eaf4fe;
  border-radius: 0.5rem;
  padding: 0.9rem 2rem !important;
  color: #1e1e1e;
  border: none;
  font-size: 16px;
  height: 55px;
}

.proggeti .btn-reparto:hover,
.proggeti .btn-reparto:focus {
  background-color: #eaf4fe !important;
  color: #1e1e1e !important;
  box-shadow: none !important;
  outline: none !important;
}

.proggeti #reparto {
  position: absolute;
  visibility: hidden;
  z-index: 1000;
  margin-top: -5%;
  left: 55%;
}

.max-prog #reparto {
  margin-top: 0 !important;
}

.proggeti .reparto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 240px;
}

.proggeti .reparto .btn-seleziona-reparto {
  background-color: #fff;
  text-align: center;
  display: inline-block;
  color: #c1c1c1;
  padding: 0.7rem 4rem;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 0;
  box-shadow: 0 3rem 5rem rgb(0 0 0 / 10%);
}

.proggeti #reparto.active {
  visibility: visible;
}

.costumDesignAltroProgetti .modifica-progetti {
  background-color: #E74B3E;
  padding: 0.9rem 2rem !important;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  border: none !important;
  position: relative;
  width: 100%;
  transition: 0.3s all;
  color: #fff !important;
  text-align: center;
}

.costumDesignAltroProgetti .modifica-progetti .fas {
  color: #fff;
}

.costumDesignAltroProgetti .cancella-progetti {
  background-color: #ea6c6d;
  padding: 0.9rem 2rem !important;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  border: none !important;
  position: relative;
  width: 100%;
  transition: 0.3s all;
  color: #fff !important;
}

.costumDesignAltroProgetti .cancella-progetti .fa {
  color: #fff;
}

.anulla-progetti .fa-times-circle {
  font-size: 2rem;
  color: #ea6c6d !important;
}

.main-panel.create-proggeti .form-group {
  display: flex;
  align-items: center;
}

.main-panel.create-jobs .form-group {
    display: flex;
    align-items: center;
}

.create-proggeti .fas,
.create-proggeti .far {
  color: #E74B3E;
}

.create-proggeti .form-control {
  min-height: 55px !important;
  border-radius: 0;
  background-color: #eaf4fe;
  border: none !important;
  height: auto !important;
}

.select2-container {
  min-height: 55px !important;
  height: max-content !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none !important;
  outline: 0 !important;
  min-height: 30px !important;
  border-radius: 0 !important;
  background-color: #fff !important;
  height: max-content !important;
}

span.select2.select2-container.select2-container--default.select2-container--focus {
  min-height: 55px !important;
  height: max-content !important;
}

.select2-container--default .select2-selection--multiple {
  background-color: #eaf4fe !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: text;
  height:30px !important;
}

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

@media only screen and (max-width: 767px) {
  .main-panel.create-proggeti .modal-footer {
    display: flex;
    flex-direction: column;
  }
}

.main-panel.edit-proggeti .form-group {
  display: flex;
  align-items: center;
}

.edit-proggeti .fas,
.edit-proggeti .far {
  color: #E74B3E;
}

.edit-proggeti .form-control {
  height: 55px !important;
  border: none;
  border-radius: 0;
  background-color: #eaf4fe;
}

@media only screen and (max-width: 767px) {
  .main-panel.edit-proggeti .modal-footer {
    display: flex;
    flex-direction: column;
  }
}

/**SEZIONE-ALLEGATI-PROGETTI**/

/*CUSTOM-STYLE-ELVIRA*/
.navbar .panel-title {
  background-color: #31BBEE;
}

.ticektuser {
  background-color: transparent !important;
  padding-top: 20px;
}

.utenti-log {
  color: #333;
}

.form-item {
  display: flex !important;
}

.btn-apriticket {
  background-color: #E74B3E;
  color: #fff;
  width: 100%;
  padding: 0.9rem 1rem;
  border: none;
  border-radius: 8px;
}

.btn-anulla {
  width: 100%;
  background-color: #E9E9E9;
  color: #8B8B8B;
  border: 1px solid #E9E9E9;
  height: 55px;
  border-radius: 8px !important;
  padding: 0.9rem 2rem;
}

.btn-anulla:hover,
.btn-anulla:focus {
  background-color: #E9E9E9 !important;
  color: #8B8B8B !important;
  border: 1px solid #E9E9E9 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.btn-cancella {
  width: 100%;
  background-color: #EA6C6D;
  color: #fff;
  border: 1px solid #EA6C6D;
  height: 55px;
  border-radius: 8px !important;
}


.btn-cancella:hover,
.btn-cancella:focus {
  background-color: #31BBEE !important;
  color: #fff !important;
  border: 1px solid #31BBEE !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.btn-salva {
  background-color: #E74B3E;
  color: #fff;
  width: 100%;
  padding: 0.9rem 2rem;
  border: none;
  border-radius: 8px;
}

.btn-salva:hover,
.btn-salva:focus {
  background-color: #31BBEE;
  color: #fff;
  outline: none;
  box-shadow: none;
}

#deleteform .btn-danger,
#deleteform .btn-secondary {
  width: 49% !important;
}

.block-mobile {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .block-mobile {
    width: 80% !important;
    float: none;
    justify-content: center;
  }
}

.btnblock {
  margin-left: -50px;
}

.d-block .note-editor.note-frame.card {
  background-color: #fff;
  width: 100%;
  position: static !important;
}

.d-block .note-btn-group.btn-group {
  width: 8%;
  margin-right: 0px;
}

.d-block .note-editor.note-frame .note-statusbar {
  background-color: #fff;
  border-top: none;
}

.d-block .note-toolbar.card-header {
  background-color: #fff;
  border: none;
}

.d-block button.note-btn.btn.btn-light.btn-sm {
  background-color: #fff;
  border: none;
}

.d-block .note-resizebar {
  margin-bottom: 14px;
}

.d-block .note-icon-bar {
  margin-bottom: 20px;
}

.d-block .card {
  border-radius: 0px !important;
}

.d-inline-block {
  color: #E74B3E;
  font-size: 28px;
}

.col-sm-9.form-priority {
  padding-right: 40px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 4px;
  border: 1px solid #d8d8d8;
}

.radio-input {
  color: #000;
  margin-right: 10px;
  align-items: center;
  margin-top: 10px;
}

.radio-label {
  padding: 4px 30px;
  vertical-align: middle;
}

.radio-group {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 2px solid #000;
  margin-right: 20px;
  box-sizing: border-box;
  margin-top: 10px;
}

.custom-datatable-col.mb-4.col-2 {
  padding-left: 40px;
}

#tickets .table-style th {
  background-image: none !important;
  text-align: start;
}

.first-block {
  background-color: #E74B3E;
  color: #fff;
  border-radius: 8px;
}

.costumDesignTicket .form-control {
  height: 55px;
  border-radius: 8px;
  background-color: #fff;
}

.second-block {
  background-color: #eaf4fe;
  color: #161616;
  border-radius: 8px;
}

.second-block .fa-star {
  color: #ffc421;
}

/*-----------------------------------------inserisci nuovo clienti---------------------------------------*/

.horizontal-nav-links {
  margin-left: 13px;
}

.horizontal-nav-links li {
  border: 1px solid #c6c6c6;
  box-shadow: 0px 0px 4px #c8c8c8;
}

i.fa.fa-pen {
  color: #63be7b;
}

i.fa.fa-trash {
  color: #f7696b;
}

i.fas.fa-check {
  color: #68cbfc;
}

li.paginate_button.page-item:last-of-type a,
li.paginate_button.page-item.previous a {
  background: #cce5f2;
  border: none;
  color: #333;
}

.page-item.active .page-link {
  background-color: #ECECEC;
  color: #333;
}

select.custom-select.custom-select-sm.form-control.form-control-sm {
  height: 2.5rem;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #ECECEC;
  border: none;
}

input.form-control.form-control-sm {
  height: 2.5rem;
  border: none;
}

@media (max-width: 1600px) {
  .date .and .time {
    display: block !important;
  }
}

.icon-date span {
  font-size: 12px !important;
}

.icon-time span {
  font-size: 12px !important;
}

table.dataTable thead th {
  border-bottom: none !important;
}

thead>tr>th.sorting {
  border-left: 0px solid !important;
  border-right: 1px solid !important;
  text-align: center;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
}

.statistiche-operatore .filter-ul {
  display: none;
}

.statistiche-operatore div#stat_filter {
  display: none;
}

.statistiche-operatore .custom-datatable-col {
  display: none;
}

.view-azione-icone {
  min-width: 100px;
}

@media (max-width: 992px) {
  div#tickets_info {
    margin-bottom: 50px;
  }

  div#tickets_paginate {
    justify-content: center;
    width: 100%;
  }
}

.create_comment {
  padding: 0.9rem 2rem !important;
  border: none;
  background-color: #E74B3E !important;
  border-radius: 8px;
  font-size: 14px;
  line-height: 19px;
  width: 130px !important;
  color: #fff !important;
  height: 55px !important;
  align-items: center;
  align-content: center;
  display: flex;
}

table.dataTable thead>tr>th.sorting_asc {
  border-left: 0px solid !important;
  border-right: 1px solid !important;
    text-align: center;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
}

.create_comment:hover,
.create_comment:focus {
  background-color: #31BBEE !important;
  color: #fff !important;
  outline: none !important;
  box-shadow: none !important;
}

input#searchFrom {
  height: 55px;
  border: none;
  border-radius: 8px;
  background: #eaf4fe;
}

input#searchTo {
  height: 55px;
  border: none;
  border-radius: 8px;
  background: #eaf4fe;
}

.table-bordered {
  border: 0px solid !important;
}

.table-bordered th {
  border: 0px solid !important;
}

table.dataTable.no-footer {
  border-bottom: none !important;
  border-spacing: 0 0px !important;
}

table#stat {
  border-collapse: separate !important;
  border-spacing: 0 2px !important;
  color: #1c1c1c;
}

thead tr {
  border: none !important;
  width: 100px !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
  /*border: none !important;*/
  vertical-align: middle !important;
}

tr:nth-of-type(odd) {
  background-color: #ECECEC !important;
}

tr.data-row.even {
  background: #ECECEC !important;
}

div#admin_agencies_info {
  margin-top: 14px;
}

i.far.fa-circle {
  padding-right: 10px;
  color: #373736;
}

div#tickets_wrapper .col-2 {
  margin-left: -15px;
}

#admin_agencies .border-element th #matched_data .border-element th #emailSearch .border-element th #lead_table .border-element th #jobs_table .border-element th {
  text-align: start;
}

.nuovo-ticket {
  font-size: 28px;
  color: #161616;
  line-height: 37px;
}

.btn-aggungi-cliente span {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: 1rem;
}

.btn-aggungi-cliente .fas {
  line-height: 2rem;
  font-size: 1rem;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #E74B3E;
}

/*--------------------------------restyling sezione ticket----------------------------------*/

.custom-select2 {
  width: 0rem !important;
  height: 55px !important;
  background-color: #eaf4fe;
  border-radius: 8px;
  border: none;
}

input#end_date {
  /*width: 8rem !important;*/
  height: 55px !important;
  padding-left: 30px;
  border-color: #eaf4fe;
  border-radius: 8px;
}

input#start_date {
  /*width: 8rem !important;*/
  height: 55px !important;
  padding-left: 30px;
  border-color: #eaf4fe;
  border-radius: 8px;
}

input#start_date {
  /* background: url(../images/calendar.png); */
  background-repeat: no-repeat;
  background-position: left;
  background-size: 15px;
  background-position-x: 10%;
  background-color: #eaf4fe;
}

input#end_date {
  /* background: url(../images/calendar.png); */
  background-repeat: no-repeat;
  background-position: left;
  background-size: 15px;
  background-position-x: 10%;
  background-color: #eaf4fe;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 10px !important;
  /*background-color: #ECECEC !important;*/
  padding-top: 12px !important;
  height: 2.5rem !important;
  margin-top: -10px !important;
  border-left: none !important;
  border-right: none !important;
}

/*@media (max-width: 1643px) {*/
/*  .select2-container .select2-selection--single .select2-selection__rendered {*/
/*    margin-left: -50px;*/
/*  }*/
/*}*/

@media (max-width: 1332px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    margin-left: 0px;
  }
}

h5 a.badge {
  display: flex;
  justify-content: center;
  align-items: center;
}

.badge {
  color: #fff;
  height: 40px;
  width: 80px;
}

@media only screen and (max-width: 1300px) {
  .col-8 .filter-ul {
    width: 80%;
  }
}

div#tickets_paginate {
  margin-top: -50px !important;
}

div#tickets_info {
  margin-top: 20px;
}

a.btn.btn-new-ticket {
  background-color: #eaf4fe;
  color: #E74B3E;
  box-shadow: none;
  outline: none;
  border-radius: 8px;
  padding: 0.9rem 2rem;
  text-align: center;
  position: relative;
}

.btn-new-ticket span {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: 0.5rem;
}

.btn-new-ticket .fas {
  line-height: 2rem;
  font-size: 1rem;
  text-align: center;
  color: #E74B3E;
  display: block;
  margin: 0 auto;
}

.btn-detagli .fas.fa-search {
  color: #fff;
}

table#tickets tbody tr {
  background-color: #fff;
}

table#tickets tbody tr:nth-of-type(odd) {
  background-color: #eaf4fe !important;
}

table#tickets {
  border-collapse: separate !important;
  border-spacing: 0 2px !important;
  color: #1c1c1c;
}

/*----------------------------nuovo preventivo section 2----------------------------*/

.modal-content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}


.modal-footer {
  border-top: none;
}

/* ----------graficha 1 su previntivo ----------*/

button.btn.btn-crea-preventivo {
  background-color: #25c13f;
  color: #fff;
  font-weight: 300;
  width: 280px;
}

.table thead th {
  height: 60px !important;
  text-align: start;
  vertical-align: middle !important;
  color: #fff;
}

i.fa.fa-pen {
  color: #6bc182;
}

i.fa.fa-trash {
  color: #f26d6f;
}

tr:nth-of-type(odd) {
  background-color: #ECECEC !important;
}

@media (max-width: 1200px) {
  .detagli {
    width: 10%;
  }
}

@media (max-width: 1300px) {
  .row.justify-content-center.preventivi {
    padding-right: 30px;
  }
}

@media (max-width: 992px) {
  .row.justify-content-center.preventivi {
    padding-right: 40px;
  }
}

tr.data-row.preventivi td {
  border-left: 0px solid;
  border-right: 0px solid;
  vertical-align: middle;
  text-align: start;
}

tr.data-row.preventivi td:first-child {
  /*border-left: 1px solid #eaf4fe !important;*/
}

tr.data-row.preventivi td:last-child {
  border-right: 1px solid #eaf4fe !important;
}

.preventivi-table th {
  border-left: 0px solid !important;
  border-right: 0px solid !important;
}

a.btn.btn-apri-walkin:focus {
  outline: none !important;
  border: none !important;
}

a.btn.btn-apri-walkin:focus {
  outline: none !important;
  border: none !important;
}

a.btn.btn-elenco-walcin:focus {
  outline: none !important;
  border: none !important;
}

table.fbody.table.table-striped .walkin-table td {
  text-align: start !important;
  vertical-align: middle;
}

.data-row.walkin-table td {
  border-left: 0px solid !important;
  border-right: 0px solid !important;
  vertical-align: middle;
}

/*-------graficha 4 sui preventivi-----------*/
.group-element {
  padding-right: 60px !important;
}

@media only screen and (max-width: 1200px) {
  .group-element {
    padding-right: 80px !important;
  }
}

@media only screen and (max-width: 860px) {
  .group-element {
    display: block !important;
    padding-left: 30px !important;
  }

  .col-md-6.col-sm-10.mt-5.refernc-mobile {
    margin-left: 0px !important;
  }
}

a.fa.fa-trash {
  color: #E74256;
}

.table-style th {
  border-right: 0px solid !important;
  border-left: 0px solid !important;
}

table.fbody.table.table-striped .elenco-table td {
  vertical-align: middle !important;
  text-align: start !important;
}

@media only screen and (max-width: 1300px) {
  .row.justify-content-center.walk {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 982px) {
  .row.justify-content-center.walk {
    padding-right: 40px;
  }
}

.data-row.preventivi td {
  border-left: 0px !important;
  border-right: 0px !important;
  vertical-align: middle;
}

.main-panel.preventivi .horizontal-nav-links {
  margin-top: -58px;
  margin-bottom: 50px;
}

.main-panel.preventivi .horizontal-nav-links li {
  box-shadow: none;
}

.main-panel.preventivi .horizontal-nav-links li.active {
  border-bottom: 0px solid !important;
}

@media only screen and (max-width: 1200px) {
  .main-panel.preventivi .horizontal-nav-links {
    width: 80%;
  }
}

@media only screen and (max-width: 991px) {
  .main-panel.preventivi .horizontal-nav-links {
    margin-top: -101px;
  }

  .main-panel.preventivi .horizontal-nav-links a {
    font-size: 12px !important;
  }
}

/*--------------------------------navlinks su impostazioni-----------------------------------------------------*/

.main-panel.imposta-preventivi .horizontal-nav-links {
  margin-top: -58px;
  margin-bottom: 50px;
  margin-left: -2px;
}

.main-panel.imposta-preventivi .horizontal-nav-links li {
  box-shadow: none;
}

.main-panel.imposta-preventivi .horizontal-nav-links li.active {
  border-bottom: 0px solid !important;
}

@media only screen and (max-width: 1200px) {
  .main-panel.imposta-preventivi .horizontal-nav-links {
    width: 80%;
  }
}

@media only screen and (max-width: 991px) {
  .main-panel.imposta-preventivi .horizontal-nav-links {
    margin-top: -101px;
  }

  .main-panel.imposta-preventivi .horizontal-nav-links a {
    font-size: 12px !important;
  }
}

/*-----------------------------graficha 3 preventivi----------------------------------------*/


table.fbody.table.table-striped thead tr {
  border: none !important;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle !important;
  height: 30px;
}

table.fbody.table.table-striped thead tr td {
  padding-top: 10px;
  vertical-align: middle;
}

.border-element th {
  border-left: 0px solid !important;
  border-right: 1px solid !important;
  text-align: center !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-size: 16px !important;
}

.secondo-sum td {
  vertical-align: middle !important;
  justify-content: center !important;
}

a.btn .btn-chiudi {
  background-color: #E74B3E !important;
}

i.fas.fa-share-square {
  color: #E74B3E;
}

i.fas.fa-search {
  color: #999999;
}

.custom-datatable-col.mb-4.col-2 {
  margin-left: -40px;
}

@media only screen and (max-width: 992px) {
  .row.justify-content-center.walkin {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 680px) {
  .row.justify-content-center.walkin {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .position-nav-link1 {
    margin-top: -6.2rem !important;
  }
}

@media only screen and (max-width: 990px) {
  .position-nav-link {
    margin-top: -2rem !important;
  }
}

.elenco-table td {
  border-left: 0px solid !important;
  border-right: 0px solid !important;
}

.walkin-table td {
  border-left: 0px solid !important;
  border-right: 0px solid !important;
}

.secondo-sum td {
  border-left: 0px solid !important;
  border-right: 0px solid !important;
}

tr.walk-element:nth-of-type(odd) {
  border-bottom: 0px solid !important;
}

tr.walk-element td {
  border-bottom: 0px solid !important;
  border-top: 0px solid !important;
}

/*----------------create progeti--------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .main-panel.create-proggeti .form-group {
    display: block !important;
    align-items: center;
  }
}

@media only screen and (max-width: 991px) {
  .main-panel.create-proggeti {
    margin-left: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .main-panel.edit-proggeti .form-group {
    display: block !important;
  }
}

@media only screen and (max-width: 991px) {
  .main-panel.edit-proggeti {
    margin-left: 50px !important;
  }
}

@media only screen and (min-width: 992px) {
  #totaltab .add-progetti {
    max-width: 20% !important;
  }
}


.nuovi-lavorazioni .modal-title {
  color: #1c1c1c;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.modal-title {
  font-size: 16px;
  line-height: 34px;
  font-weight: 600;
  color: #6F6F6E;
}

.modal-header {
  padding: 15px 15px 5px 0;
}

.modal-body p {
  font-size: 16px;
  line-height: 26px;
  color: #1c1c1c;
  font-weight: 400;
}

.nuovi-lavorazioni .modal-header {
  border-bottom: 1px solid #ccc;
}

.nuovi-lavorazioni .form-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nuovi-lavorazioni .form-control {
  background-color: #eaf4fe;
  border: none;
  height: 55px;
}

textarea#comment_item {
  background-color: #eaf4fe;
  border-radius: 8px;
}

div#operatoriLav {
  display: contents;
}

.nuovi-lavorazioni .modal-footer {
  justify-content: center;
}

.board-list {
  border-radius: 10px;
  width: 20%;
}

.delete-progetto .modal-footer {
  justify-content: space-between;
}

.allegati-preventivi .col-form-label {
  font-size: 24px !important;
  line-height: 32px !important;
  color: #E74B3E !important;
}

.allegati-preventivi .subtitle {
  font-size: 18px;
  line-height: 28px;
  padding-left: 10px;
  color: #000;
  text-transform: uppercase;
}

.allegati-preventivi .btn-upload {
  width: 100%;
  background-color: #cce5f2 !important;
  border: 1px solid #13b1ff !important;
  padding: 14px 20px !important;
  height: 54px;
  color: #000;
  text-align: end;
}

.allegati-preventivi .modal-footer .btn.btn-primary.btn-block {
  padding: 0.9rem 2rem;
  text-align: center;
  background-color: #f26d6f;
  border: 1px solid #f26d6f;
  outline: none;
  height: auto !important;
  height: 55px;
  border-radius: 8px;
}

.allegati-preventivi .modal-footer .btn.btn-primary.submitmessage {
  padding: 0.9rem 2rem;
  text-align: center;
  outline: none;
  height: auto !important;
  border-radius: 8px;
  height: 55px !important;
}

.allegati-preventivi button.btn.btn-outline-danger.m-2 {
  padding: 0.2rem 0.5rem;
}

.allegati-preventivi .btn-upload:active {
  color: #000 !important;
}

/* Allega Previsioni */

.allegati-previsioni .btn-upload {
  width: 100% !important;
  background-color: #cce5f2 !important;
  border: 1px solid #13b1ff !important;
  padding: 14px 20px !important;
  height: 54px;
  color: #000;
  text-align: end;
}

.btn-upload .custom-file-input {
  height: 40px;
  top: -25px;
  opacity: 1 !important;
}

.allegati-previsioni .modal-footer {
  justify-content: center;
}

.allegati-previsioni .modal-footer .btn.btn-primary.btn-block {
  padding: 0.9rem 2rem;
  text-align: center;
  background-color: #ea6c6d;
  border: none;
  outline: none;
  height: 55px;
  font-size: 16px;
  line-height: 31px;
  border-radius: 8px;
}

.elenco-allegati-previsioni label {
  padding-left: 0;
}

.block-allega {
  display: flex;
  align-items: center;
}

.block-allega span {
  margin-right: 20px;
}

.allegati-previsioni button.btn.btn-outline-danger.m-2 {
  padding: 0.2rem 0.5rem;
}

.allegati-previsioni .col-form-label {
  font-size: 24px !important;
  line-height: 32px;
  color: #E74B3E;
}

.allegati-previsioni .subtitle {
  font-size: 18px;
  line-height: 28px;
  padding-left: 10px;
  color: #000;
  text-transform: uppercase;
}

tr.walk-element {
  border: 0px solid !important;
}

td.table-form:first-child {
  border-left: 0px solid !important;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

td.table-form:last-child {
  border-right: 0px solid !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.allegati-previsioni .btn-upload:active {
  color: #000 !important;
}

/*--------------------------total active item----------------------------------*/
#res .table-active-item th {
  border-left: 0px solid;
  border-right: 0px solid;
  vertical-align: middle;
  text-align: start;
  background-color: #E74B3E !important;
  color: #fff;
}

table#res {
  border-collapse: separate !important;
  border-spacing: 0 2px !important;
  color: #1c1c1c;
  font-size: 14px;
  line-height: 19px;
}

#res .table-active-item td {
  border-left: 0px solid;
  border-right: 0px solid;
  vertical-align: middle;
  text-align: start;
}

.tempo-totale-active {
  background-color: #E74B3E;
  border-radius: 8px;
  height: 55px;
  display: flex;
  flex-direction: column;
}

.tempo-impiegato-active {
  background-color: #E74B3E;
  border-radius: 8px;
  height: 55px;
  display: flex;
  flex-direction: column;
}

input#action_button {
  background-color: #E74B3E;
  border-radius: 8px;
  height: 55px;
  color: #fff;
  padding: 0.9rem 2rem;
  text-align: center;
  width: 30%;
}

input#action_button:hover,
input#action_button:focus {
  outline: none;
  box-shadow: none;
}

@media only screen and (min-width: 992px) {
  #itemtab .add-progetti-active {
    max-width: 20% !important;
  }
}

@media only screen and (max-width: 1500px) {
  .mobile-kanban {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-kanban {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 580px) {
  .mobile-kanban {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .board-lists {
    display: block;
    grid-auto-columns: 100% !important;
  }

  .board-list {
    border-radius: 10px;
    width: 48%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .board-list {
    width: 100%;
  }
}

table#totalItems {
  border-collapse: separate !important;
  border-spacing: 0 2px !important;
  color: #1c1c1c;
}

/*-----------------------------active item operatore-----------------------------------------------*/
.tempo-totale-active-utenti {
  background-color: #E74B3E;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  height: 55px;
  align-items: center;
}

.tempo-impiegato-active-utenti {
  background-color: #E74B3E;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  height: 55px;
  align-items: center;
}

@media screen and (min-width: 1200px) {

  .tempo-totale-active-utenti,
  .tempo-impiegato-active-utenti {
    max-width: 32% !important;
    flex: 0 0 32% !important;
  }
}

@media screen and (min-width: 768px) {

  .tempo-totale-active-utenti,
  .tempo-impiegato-active-utenti {
    max-width: 48%;
    flex: 0 0 48%;
  }

  .row.tempo-tab-active .col-md-6 {
    max-width: 49% !important;
  }



  .home-content {
    min-height: 250px !important;
  }

  .tempo-totale1,
  .tempo-impiegato1 {
    max-width: 48%;
    flex: 0 0 48%;
  }

  /* .icon-menu {
    position: absolute !important;
    top: 35px;
    left: 92%;
    margin-bottom: 2% !important;
  } */


}

#itemtab #progetti_data_filter {
  display: none;
}

#progetti_data .table-active-utenti th {
  border-left: 0px solid;
  border-right: 0px solid;
  vertical-align: middle;
  text-align: start;
}

#progetti_data .table-active-utenti td {
  border-left: 0px solid;
  border-right: 0px solid;
  vertical-align: middle;
  text-align: start;
}

#totaltab .btn-comm {
  padding: 0.9rem 2rem !important;
  text-align: center;
  border-radius: 8px;
  border: none;
  background: #E74B3E;
  color: #fff;
}

#itemtab .btn-comm {
  padding: 0.9rem 2rem !important;
  text-align: center;
  border-radius: 8px;
  border: none;
  background: #E74B3E;
  color: #fff;
}

#totalItems .fas {
  font-size: 22px;
}

#itemtab .fas {
  font-size: 22px;
}

.btn-comm:hover,
.btn-comm:focus {
  background: #31BBEE !important;
  color: #fff !important;
  outline: none;
}

#totaltab .form-control {
  background: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
  height: 55px;
}

#itemtab .form-control {
  background: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
  height: 55px;
}

/*-------------------------------i miei proggeti----------------------------*/
#progetti_data .progetti-utenti th {
  border-left: 0px solid !important;
  border-right: 0px solid !important;
  text-align: start;
  vertical-align: middle;
}

#progetti_data .progetti-data1 td {
  border-left: 0px solid !important;
  border-right: 0px solid !important;
  text-align: start;
  vertical-align: middle;
}

/*--------------------------styling la grafica impostazione--------------- */

.table-details td {
  background-color: #fff !important;
}

.progetti-list th {
  border-left: 0px solid !important;
  border-right: 0px solid !important;
  text-align: left !important;
}

.progetti-list td {
  border-left: 0px solid !important;
  border-right: 0px solid !important;
}

i.fa.fa-folder-open {
  color: #31BBEE;
}

@media screen and (max-width: 991px) {
  .container-fluid .button-list {
    padding-right: 15px !important;
  }
}

/*-------------------------------restyling pagina 1 su project menagement------------------------------------------------------------------*/

i.fas.fa-arrow-alt-circle-left {
  color: #31BBEE;
}

.board-list {
  background-color: #fff;
}

.card {
  background-color: eeeeee;
  box-shadow: none;
  border-radius: 10px;
  width: 100%;
  border: 0px;
  margin-bottom: 20px;
}

.card span {
  color: rgb(51 51 51);
}

.board-layout .far {
  color: rgb(51 51 51);
}

.board-layout .button-list {
  position: relative;
  bottom: 2%;
}

.board-layout {
  background-color: transparent;
}

.board-list .text-right {
  margin-top: -20px;
}

a.btn.btn-primary.a-progetto {
  background-color: transparent;
  border: none;
  margin-left: auto;
  display: block;
  margin-right: auto;
  font-size: 1rem !important;
}

.tempo-totale1 {
  border-radius: 8px;
  height: 55px;
  background-color: #E74B3E;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tempo-impiegato1 {
  background-color: #E74B3E;
  border-radius: 8px;
  height: 55px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 1200px) {

  .tempo-totale1,
  .tempo-impiegato1 {
    max-width: 32% !important;
    flex: 0 0 32% !important;
  }
}


@media screen and (max-width: 767px) {
  .tablinks {
    width: 100%;
  }
}

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

  .button-comm-mobile,
  .search-mobile {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

.table-progetti th {
  background-color: #cce5f2;
  border-left: 0px solid !important;
  border-right: 0px solid !important;
  text-align: left !important;
}

tr.table-progetti th {
  border-left: 0px solid !important;
  border-right: 0px solid !important;
}

tr.table-progetti1 td {
  border-left: 0px solid !important;
  border-right: 0px solid !important;
}

table.dataTable {
  border-collapse: collapse !important;
  border-spacing: unset !important;
}

.tab {
  width: 100%;
  background-color: transparent;
  border: none;
  display: flex;
}

@media screen and (max-width: 767px) {
  .tab {
    flex-direction: column;
  }

  button {
    justify-content: center;
  }
}

button#defaultOpen {
  background-color: #f3f4f4;
  border: 1px solid #9a9a9a;
}

button.tablinks {
  background-color: #f2f2f2;
  border: 1px solid #c6c6c6;
  font-size: 18px;
  line-height: 24px;
  padding: 0.9rem 2rem;
}

.tab button.active {
  background-color: #fff !important;
  color: #2192d9 !important;
  border-top: 2px solid #2192d9 !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 0px !important;
}

table#totalItems .table-progetti th {
  background-image: none !important;
}

.board-lists {
  grid-auto-columns: 20% !important;
  position: relative;
}

i.icon-active {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  background-color: #62be53 !important;
  border: none !important;
  color: #62be53 !important;
}

button:focus {
  outline: none !important;
}

div#stattab {
  margin-top: 20px;
}

#stattab .add-progetto {
  padding: 0.9rem 1rem 0.9rem 3rem;
  background-color: #eaf4fe;
  border: none;
  color: #E74B3E;
  border-radius: 8px;
  text-align: center;
  position: relative;
  font-size: 16px;
  line-height: 21px;
}

#stattab .add-progetto span {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: 1rem;
}

#stattab .add-progetto .fas {
  line-height: 2rem;
  font-size: 1rem;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #E74B3E;
}

.block-item {
  height: 100px;
  border-radius: 8px;
  background-color: #E74B3E;
  border: none;
}

@media screen and (max-width: 767px) {
  #stattab .icon-back {
    margin-bottom: 0.5rem;
  }
}

#stattab .item {
  height: 110px;
  background-color: #E74B3E;
  border-radius: 8px;
}

#stattab .item label {
  font-size: 14px;
  line-height: 32px;
}

#stattab .item span {
  font-size: 16px;
  line-height: 21px;
}

.list-title {
  font-size: 16px;
  line-height: 21px;
  color: #6F6F6E;
  font-weight: 600;
  text-align: center;
  position: absolute;
}

.list-card {
  height: 600px;
  top: 10%;
  position: relative;
  overflow: auto;
}

.add-progettolist {
  background-color: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #E74B3E;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
  position: relative;
}

.add-progettolist:hover,
.add-progettolist:focus {
  background-color: transparent;
  border: none;
  color: #31BBEE;
  box-shadow: none;
  outline: none;
}

.add-progettolist span {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #eaf4fe;
  transform: translateY(-100%);
  border-radius: 50%;
}

.add-progettolist .fas {
  line-height: 2rem;
  font-size: 1rem;
  text-align: center;
  display: block;
  margin: 0 auto !important;
  color: #1c1c1c;
}

.bg-list {
  background-color: #ECECEC;
}

/* ---------------------------project menagement ezyline 5----------------------------*/
#progetti_data .progetti-admin th {
  background-image: none !important;
  border-left: 0px solid !important;
  border-right: 0px solid !important;
  text-align: initial;
  text-transform: capitalize;
}

#progetti_data .progetti-admin1 td {
  border-left: 0px solid !important;
  border-right: 0px solid !important;
}

div#progetti_data_info {
  padding-bottom: 50px !important;
}

/* ---------------------------project menagement ezyline 4----------------------------*/

#totalItems .table-adm th {
  background-image: none !important;
  border-left: 0px solid !important;
  border-right: 0px solid !important;
  text-align: initial;
  background-color: #E74B3E !important;
  color: #fff;
}

#totalItems .table-adm td {
  border-left: 0px solid !important;
  border-right: 0px solid !important;
}

#admin_agencies_filter {
  margin-bottom: 20px;
}

button.btn.btn-primary.submitmessage:focus {
  border: 0px solid !important;
  outline: none !important;
}

#admin_agencies .border-element th,
#matched_data .border-element th,
#lead_table .border-element th,
#jobs_table .border-element th,
#emailSearch .border-element th {
  background-image: none !important;
  height: 70px !important;
  background-color: #E74B3E !important;
  color: #fff;
}

/*-------------------Home Page V2----------------------------------*/

@media screen and (max-width: 1026px) {
  label.label1 {
    font-size: 0.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .home-content {
    max-width: 37.6666666667% !important;
    margin-left: 3.7%;
  }
}

@media screen and (max-width: 1350px) {
  .ticket-mobile {
    flex: 0 0 30% !important;
    max-width: 30% !important;
  }
}

@media screen and (max-width: 992px) {
  .ticket-mobile {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .text-content label {
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 580px) {
  .ticket-mobile {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.banner {
  max-width: 100%;
  width: 100%;
  height: auto;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/banner.png) !important;
  min-height: 100%;
  border-radius: 10px;
}

.home-content {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: auto;
  min-height: 500px;
  background-color: #eaf4fe;
  border-radius: 10px;
}

label.label-home {
  font-size: 20px;
  line-height: 28px;
  display: inline-block;
}

@media (max-width: 1024px) {
  label.label-home {
    font-size: 18px !important;
  }
}

@media (max-width: 860px) {
  label.label-home {
    font-size: 16px !important;
  }
}

.img-logo img {
  display: block;
  margin: auto;
}

@media (max-width: 1500px) {
  .container-fluid.progetti {
    padding-right: 40px !important;
  }
}

@media (max-width: 999px) {
  .container-fluid.progetti {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .home-page {
    padding-right: 0px;
    padding-left: 0px;
  }
}

/*------------------------------sezione ticket intero--------------------------------------------*/
table#tickets .table-ticket th {
  border-right: 0px solid !important;
  border-left: 0px solid !important;
  text-align: start !important;
}

table#tickets .table-ticket1 td {
  border-right: 0px solid !important;
  border-left: 0px solid !important;
  vertical-align: middle !important;
}

span.badge {
  width: 80px;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.chatconv div#accordion {
  width: 800px;
}

#accordion .bg-blue.panel {
  background-color: #fff;
}

#accordion .bg-blue.panel label {
  color: #8c8c8c !important;
}

#accordion .bg-blue.panel span {
  color: #8c8c8c !important;
  margin-left: 200px;
}

#accordion .bg-blue.panel i.far.fa-calendar {
  color: #8c8c8c !important;
}

#accordion .bg-blue.panel i.far.fa-clock {
  color: #8c8c8c !important;
}

.addfile span {
  text-transform: none;
}

/*-----------------------------subnav top message per mobile----------------------------------------------------------*/

@media screen and (max-width: 999px) {
  .float-md-right.ticektuser {
    padding-right: 30px !important;
    padding-top: 30px !important;
  }

  .horizontal-nav-links {
    width: 80% !important;
  }
}

.col-8.color-font:focus {
  outline: none !important;
  border: 0px solid !important;
}

/*--------------------------------previsione style-------------------------------------------------------*/
button.btn.btn-outline-info.btn-block.submitmessage.date span {
  color: #333 !important;
  border: none !important;
  font-size: 0.8rem !important;
}

#res .previsioni-table th {
  background-image: none;
  border-left: 0px solid;
  border-right: 0px solid;
  text-align: start;
  vertical-align: middle !important;
  background-color: #E74B3E !important;
  color: #fff;
}

@media (max-width: 1030px) {
  .main-panel.previsioni {
    padding-right: 30px;
  }
}

.nuovo-previsione .modal-header {
  border-bottom: 1px solid #ccc;
}

@media only screen and (min-width: 992px) {
  .nuovo-previsione .modal-dialog {
    min-width: 1000px;
  }
}

@media only screen and (min-width: 1100px) {
  .nuovo-previsione .modal-dialog {
    min-width: 1100px;
  }
}

.nuovo-previsione .form-group {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 992px) {
  .left-previsioni {
    padding-right: 50px;
    border-right: 1px solid #ccc;
  }

  .right-previsioni {
    padding-left: 50px;
  }
}

.nuovo-previsione .fas,
.nuovo-previsione .far {
  color: #E74B3E;
}

.previsione .fa:hover {
  color: #fff !important;
}

.nuovo-previsione .modal-footer {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  justify-content: flex-end;
}

.nuovo-previsione .form-control {
  border: 0px solid;
  height: 55px;
  background-color: #eaf4fe;
}

.anulla-previsione .modal-footer {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.anulla-previsione .modal-footer .btn.btn-primary.btn-block {
  padding: 12px 40px;
  background-color: #f26d6f;
  border: 1px solid #f26d6f;
}

@media screen and (max-width: 576) {
  .anulla-previsione .modal-footer {
    float: left !important;
  }
}

.anulla-previsione .fa-times-circle {
  font-size: 2rem !important;
  color: #ea6c6d !important;
}

.nuovo-previsione input#tempo_h {
  padding: 0.8rem;
  text-align: center;
  margin: 0.8rem;
}

.nuovo-previsione input#tempo_m {
  padding: 0.8rem;
  text-align: center;
  margin: 0.8rem;
}

/*-------------------------------admin page-----------------------------------------------------*/
table#admin_administrators .admin-table th {
  background-image: none;
  border-left: 0px solid;
  border-right: 0px solid;
  vertical-align: middle;
  text-align: start;
  height: 30px !important;
  background-color: #E74B3E !important;
  color: #fff;
}

#admin_administrators {
  border-collapse: separate !important;
  border-spacing: 0 2px !important;
  color: #1c1c1c;
  font-size: 14px;
  line-height: 19px;
}

table#admin_administrators .data-row td {
  vertical-align: middle;
  text-align: start;
}

.create-user .modal-header {
  border-bottom: 1px solid #ccc;
}


@media only screen and (min-width: 1100px) {
  .modal-dialog.modal-lg.create-user {
    min-width: 900px !important;
  }
}

@media (min-width: 992px) {
  .modal-dialog.modal-lg.create-user {
    max-width: 900px !important;
    padding: 5%;
  }
}

@media (max-width: 991px) {
  .create-user .form-group {
    flex-direction: column;
  }
}

.create-user .modal-footer {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.btn-detagli {
  position: relative;
}

.btn-detagli:focus {
  outline: none;
  box-shadow: none;
}

.edit-agency .modal-header {
  border-bottom: 1px solid #ECECEC;
}

@media (min-width: 992px) {
  .agencyCostumStyle .modal-dialog.modal-lg {
    max-width: 900px !important;
  }
}

@media (min-width: 1100px) {
  .agencyCostumStyle .modal-dialog.modal-lg {
    max-width: 1100px !important;
  }
}

@media only screen and (min-width: 992px) {
  .agencyCostumStyle .left {
    padding-right: 50px;
    border-right: 1px solid #cccccc;
  }
}

@media only screen and (min-width: 992px) {
  .agencyCostumStyle .right {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .create-user .left {
    padding-right: 50px;
    border-right: 1px solid #cccccc;
  }
}

@media only screen and (min-width: 992px) {
  .create-user .right {
    padding-left: 50px;
  }
}

.create-admin .modal-header {
  border-bottom: 1px solid #ECECEC;
}

.create-admin .modal-header .modal-title {
  color: #161616;
  font-size: 24px;
  line-height: 32px;
}

.create-admin .form-control {
  background-color: #eaf4fe;
  height: 45px;
  border: none;
  border-radius: 0;
}

@media (max-width: 991px) {
  .create-admin .form-group {
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .create-admin .modal-dialog.modal-lg {
    max-width: 900px;
  }
}

.create-admin .fas {
  color: #E74B3E;
}

.create-admin .modal-footer {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  justify-content: center;
}

.create-operatore .modal-header {
  border-bottom: 1px solid #ECECEC;
}

.create-operatore .modal-header .modal-title {
  color: #161616;
  font-size: 24px;
  line-height: 32px;
}

.create-operatore .fas,
.create-operatore .fa {
  color: #31BBEE;
}

.create-operatore .form-control {
  background-color: #eaf4fe;
  height: 45px;
  border: 0;
  border-radius: 0;
}

@media (max-width: 991px) {
  .create-operatore .form-group {
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .create-operatore .modal-dialog.modal-lg {
    max-width: 900px;
  }
}

.create-operatore .modal-footer {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .admin-page.operatore {
    padding-top: 80px !important;
  }

  .admin-page.create-admin-user {
    padding-top: 80px !important;
  }
}

.costumDesignAdmin #admin_administrators_length {
  display: none;
}

.costumDesignAdmin #admin_administrators_filter {
  display: none;
}

.costumDesignAdmin .btn-table span {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f5f5f5;
  transform: translateY(-50%);
  border-radius: 50%;
}

.costumDesignAdmin .btn-table .fas {
  line-height: 2.5rem;
  font-size: 1rem;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.costumDesignAdmin .btn-table .fa-edit {
  color: #6bc182;
}

.costumDesignAdmin .btn-table .fa-trash {
  color: #ea676c;
}

/*----------------------------operatori table1--------------------------------------*/

#table_operatori .operatori-t th {
  background-image: none;
  border-left: 0px solid;
  border-right: 0px solid;
  vertical-align: middle;
  text-align: start;
  background-color: #E74B3E !important;
  color: #fff;
}

@media screen and (max-width: 999px) {
  .modal-body.admin .form-group {
    display: block !important;
  }
}

#table_operatori {
  border-collapse: separate !important;
  border-spacing: 0 2px !important;
  color: #1c1c1c;
  font-size: 14px;
  line-height: 19px;
}

@media screen and (max-width: 999px) {
  .modal-body.admin-edit .form-group {
    display: block !important;
  }
}

@media screen and (max-width: 999px) {
  .modal-body.operatore .form-group {
    display: block !important;
  }
}

@media screen and (max-width: 999px) {
  .modal-body.operatore-edit .form-group {
    display: block !important;
  }
}

@media screen and (max-width: 999px) {
  .modal-body.utenti .form-group {
    display: block !important;
  }
}

@media screen and (max-width: 999px) {
  .modal-body.utenti-edit .form-group {
    display: block !important;
  }
}

@media screen and (max-width: 999px) {
  .container-fluid .second-container {
    display: block !important;
  }
}

/*-------------------------------------restyling la pagina di config ---------------------------------------*/
button.btn.btn-primary.configurazione {
  font-weight: 400;
  background-color: #31BBEE;
  border: none;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  border-radius: 8px;
  padding: 0.9rem 2rem;
  width: 300px;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 55px !important;
}

button.btn.btn-primary.configurazione:hover {
  color: #fff;
  background-color: #31BBEE;
}

button.btn.btn-primary.configurazione:focus {
  outline: none !important;
  box-shadow: none;
}

.costumDesignAdmin .col.text-left {
  font-size: 16px;
  line-height: 21px;
}

/*-----------------------------------statistiche ticket---------------------------------------------------*/

.statistiche .col-12.filter-ul #searchform {
  width: 100% !important;
  justify-content: space-between;
  margin-left: 0px;
}

#tickets thead.ticket-statistic th {
  border-left: 0px solid;
  border-right: 0px solid;
  vertical-align: middle;
  text-align: start;
  color: #fff;
  background-color: #6F6F6E !important;
}

button.dt-button.buttons-excel.buttons-html5.btn.btn-primary {
  padding: 10px 40px;
  margin: 20px 0;
}

.main-panel.statistice form#searchform {
  margin-left: 0px;
  justify-content: space-between !important;
  align-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}

li.list-inline-item {
  padding: 0.9rem 0;
  background-color: #f3f4f4;
  border: 0.5px solid #9a9a9a;
  height: 55px;
  min-width: 150px;
  text-align: center;
  margin-right: -5px !important;
}

.ticket li.list-inline-item:first-child {
  position: absolute;
  top: 0.2%;
}

select#repart {
  background-color: #eaf4fe;
  border: none;
  border-radius: 8px;
  height: 55px !important;
}

select#priority {
  background-color: #eaf4fe;
  border: none;
  border-radius: 8px;
  height: 55px !important;
}

select#category {
  background-color: #eaf4fe;
  border: none;
  border-radius: 8px;
  height: 55px !important;
}

@media screen and (max-width: 991px) {
  .statistice-link ul.list-inline.filterEl {
    flex-direction: column;
  }
}

.butt {
  color: #b1b1b1;
  font-size: 16px;
}

@media (max-width: 1420px) {
  .filter-ticket {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ticket-btn {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

@media (max-width: 767px) {
  .ticket-btn {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .ticket-btn {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 425px) {

  .home-content {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    min-height: 300px;
    background-color: #eaf4fe;
    border-radius: 10px;
  }

  .profile-left {
    background-color: #eaf4fe;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .profile-right {
    border-radius: 10px;
  }

  .main-panel {
    margin: 65px auto;
  }
}

.status_ticket {
  color: #b1b1b1;
  font-size: 16px;
}

.status_ticket:hover,
.status_ticket:focus {
  color: #b1b1b1 !important;
}

a#idlink0:hover,
a#idlink0:focus {
  color: #b1b1b1 !important;
}

/*-------------------------------ticket posizionamento del filter horisontally--------------------------------*/

.admin-page.ticket .filter-ul {
  width: 100% !important;
  margin-left: -15px !important;
  justify-content: space-between;
}

.admin-page.ticket select#time_client {
  width: 12rem !important;
}

@media screen and (max-width: 1643px) {
  .admin-page.ticket .filter-ul {
    margin-left: -50px !important;
  }
}

@media screen and (max-width: 1332px) {
  .admin-page.ticket .filter-ul {
    margin-left: 0px !important;
  }
}

div#tickets_length {
  padding-top: 8px;
}

@media only screen and (max-width: 1366px) and (min-width: 400px) {
  .custom-datatable-col {
    display: block;
  }
}

div#tickets_length {
  margin-left: 100px;
}

@media screen and (max-width:991px) {
  div#tickets_length {
    margin-left: 200px;
  }
}


/*--------------------ticket note-----------------------------------------------------------*/

.main-panel.utenti .note-editor.note-frame.card {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.main-panel.utenti .note-toolbar.card-header {
  background-color: #fff;
  border-bottom: 0px;
}

.main-panel.utenti button.note-btn.btn.btn-light.btn-sm {
  background-color: #fff !important;
}

.main-panel.utenti .note-resizebar {
  background-color: #fff;
}

.main-panel.utenti .note-editor.note-frame .note-statusbar {
  border-top: none;
}

.main-panel.utenti .btn-light {
  border: 0px solid !important;
}

.main-panel.utenti .card-header.note-toolbar {
  padding: none;
}

/*---------------------------------------------------------------------------------------------*/
.modal-body.utenti .radio-label {
  padding: 2px 10px;
}

.modal-body.utenti-edit .radio-label {
  padding: 2px 10px;
}

@media screen and (max-width: 767px) {
  #piechart {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
}

@media screen and (max-width: 1100px) {
  #piechart {
    margin-left: -20px;
  }
}

@media screen and (max-width: 999px) {
  #piechart {
    margin-left: -60px;
  }
}

@media screen and (max-width: 800px) {
  #piechart {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
}

/* nuove modifiche su ezyline restyling  */

/* -----mio profilo vista operatore---- */

.navbar .panel-title {
  background-color: #31BBEE;
}

.costumDesignProfile .title {
  color: #1e1e1e;
  font-size: 28px;
  line-height: 37px;
}

.costumDesignProfile .profile-left .form-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
}

.costumDesignProfile .form-group .form-control {
  background-color: transparent;
  border: 1px solid #ccd4e0;
  border-radius: 8px;
  height: 50px;
}

.search-bar {
  width: 40%;
  height: 55px;
  border: none;
  background: #eaf4fe !important;
  border-radius: 8px;
}

.costumDesignProfile .profile-button {
  background-color: #31BBEE;
  padding: 0.9rem 2rem !important;
  border: none;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 21px;
}

@media screen and (max-width: 1280px) {
  .costumDesignProfile .form-group {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .costumDesignProfile .form-group {
    flex-direction: column;
  }

  .profile-button {
    width: 100%;
  }
}

.profile-left {
  background-color: #D9D9D9;
}

.profile-right {
  background-color: #D9D9D9;
}

@media (min-width: 992px) {
  .profile-left {
    max-width: 48% !important;
    border-radius: 10px;

  }

  .profile-right {
    max-width: 48% !important;
    border-radius: 10px;
  }
}

/* -----mio profilo vista operatore---- */

/* modificha cliente vista admin */

.agency-title {
  color: #161616;
  font-size: 24px;
  line-height: 32px;
}

.agency .fas {
  color: #E74B3E;
}

.agency .form-control {
  background-color: #eaf4fe;
  border: none;
  border-radius: 0;
  height: 45px;
}

@media screen and (max-width: 992px) {
  .agency .form-group {
    display: flex;
    flex-direction: column !important;
  }
}

.agency #label-low {
  background-color: #63be7b;
  color: #fff;
}

.agency #label-medium {
  background-color: #feeb82;
  color: #fff;
}

.agency #label-high {
  background-color: #f7696b;
  color: #fff;
}

.btn-salva-utenti {
  width: 30% !important;
  background-color: #E74B3E;
  padding: 0.9rem 2rem;
  border-radius: 8px;
  border: none;
  height: 55px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}

.btn-delete-utenti {
  background-color: #ea6c6d !important;
  width: 100%;
  height: 55px;
  outline: none;
  border: none;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  padding: 0.9rem 2rem;
}

/* modificha cliente vista admin */

/* .btn-aggungi-cliente {
  padding: 0.9rem 3.5rem !important;
  background-color: #eaf4fe !important;
  border: none;
  border-radius: 8px;
  position: relative;
  text-align: center;
  color: #E74B3E;
  height: 55px;
  font-size: 14px;
  margin-right: 15px;
} */

.btn-aggungi-cliente:hover,
.btn-aggungi-cliente:focus {
  outline: none;
  box-shadow: none;
  color: #31BBEE;
}

#length_change {
  padding: 5px;
  border: 2px solid #6F6F6E;
  border-radius: 5px;
}

.elementupload {
  width: 40% !important;
  padding: 0.9rem 2rem !important;
  float: right !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  color: #E74B3E !important;
}

@media screen and (max-width: 767px) {
  .elementupload {
    width: 100% !important;
    float: left !important;
  }
}

.agency .form-group label {
  font-size: 16px;
  color: #1c1c1c;
  line-height: 31px;
}

.create-agency .form-group label {
  font-size: 16px;
  color: #1c1c1c;
  line-height: 31px;
}

.create-agency .fas {
  color: #E74B3E;
}

.create-agency .form-control {
  background-color: #eaf4fe !important;
  height: 45px;
  border-radius: 0;
  border: none;
}

.create-agency #label-low {
  background-color: #63be7b;
  color: #fff;
}

.create-agency #label-medium {
  background-color: #feeb82;
  color: #fff;
}

.create-agency #label-high {
  background-color: #f7696b;
  color: #fff;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

/* modificha cliente vista admin */

/* previsione vista admin */
.previsioni-progetti {
  background-color: #fff;
  height: 15vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 5px solid #E74B3E;
}

.previsioni-operatori {
  background-color: #fff;
  height: 15vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 5px solid #f26d6f;
}

.copertura-operatori {
  background-color: #fff;
  height: 15vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 5px solid #5fbf83;
}

@media screen and (max-width: 767px) {
  .copertura-operatori {
    height: 10vh !important;
  }

  .previsioni-operatori {
    height: 10vh !important;
  }

  .previsioni-progetti {
    height: 10vh !important;
  }
}

/* previsione vista admin */

/* proggeti vista admin */
.tutti-progetti {
  background-color: #fff;
  height: 15vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 5px solid #E74B3E;
}

.progetti-attivi {
  background-color: #fff;
  height: 15vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 5px solid #f26d6f;
}

.progetti-sospesi {
  background-color: #fff;
  height: 15vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 5px solid #5fbf83;
}

@media screen and (max-width: 767px) {
  .progetti-sospesi {
    height: 10vh !important;
  }

  .progetti-attivi {
    height: 10vh !important;
  }

  .tutti-progetti {
    height: 10vh !important;
  }
}

/* proggeti vista admin */

/* tutti item vista admin */

.tempo-totale {
  background-color: #E74B3E;
  height: 55px;
  border-radius: 8px;
  width: 180px;
  display: flex;
  align-items: center;
  padding: 8px;
}

.tempo-impiegato {
  background-color: #E74B3E;
  height: 55px;
  border-radius: 8px;
  width: 250px;
  display: flex;
  align-items: center;
  padding: 8px;
}

.title-block {
  font-size: 14px;
  line-height: 19px;
}

.title-block span {
  font-size: 14px;
  line-height: 19px;
}

.tabcontent .btn-grafico {
  padding: 0.9rem 2rem;
  border: 1px solid #cbcbcb !important;
  background-color: #fff !important;
  border-radius: 8px;
  font-size: 14px;
  line-height: 19px;
  width: 130px;
  color: #8e8e8e;
  height: 55px !important;
}

.tabcontent .btn-modifica {
  border: 1px solid #31BBEE !important;
  background-color: #fff !important;
  color: #8e8e8e !important;
  font-size: 14px;
  line-height: 21px;
  padding: 0.9rem 1rem;
  height: 55px;
  width: 180px;
  border-radius: 8px;
}

.tabcontent .btn-modifica .fas {
  color: #31BBEE;
}

.tabcontent .btn-elemina {
  border: 1px solid #ea6c6d !important;
  background-color: #fff !important;
  color: #8e8e8e !important;
  font-size: 14px;
  line-height: 21px;
  padding: 0.9rem 1rem;
  height: 55px;
  width: 180px;
  border-radius: 8px;
}

.tabcontent .btn-elemina .fas {
  color: #ea6c6d;
}

.tabcontent .btn-aggiungi {
  border: none;
  background-color: #eaf4fe;
  color: #31BBEE !important;
  font-size: 14px;
  line-height: 21px;
  padding: 0.9rem 1rem;
  height: 55px;
  width: 300px;
  border-radius: 8px;
  position: relative;
}

.tabcontent .btn-aggiungi:hover,
.tabcontent .btn-aggiungi:focus {
  border: none;
  background-color: #eaf4fe !important;
  color: #31BBEE !important;
  outline: none !important;
  box-shadow: none !important;
}

.tabcontent .btn-aggiungi span {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: 1rem;
}

.tabcontent .btn-aggiungi .fas {
  line-height: 2rem;
  font-size: 1rem;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #E74B3E;
}

#commenttab {
  width: 100%;
}


@media screen and (min-width:991px) {
  #commenttab {
    width: 50%;
  }
}

#totaltab .btn-table {
  position: relative;
}

#totaltab .btn-table span {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f5f5f5;
  transform: translateY(-50%);
  border-radius: 50%;
}

#totaltab .btn-table .fas {
  line-height: 2.5rem;
  font-size: 1rem;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #6bc182 !important;
}

.apri-icon {
  position: relative;
  background: transparent;
  color: transparent;
  border: 0px solid;
}

.apri-icon span {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: 1rem;
}

.apri-icon .fas {
  line-height: 2rem;
  font-size: 1rem;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #E74B3E;
}

.tab button.active {
  border-top: 2px solid #2192d9 !important;
}

.btn-chiudi-modal {
  width: 100%;
  margin-right: 15px;
  background-color: #31BBEE;
  border: 1px solid #31BBEE;
}

.modal-admin .secondo-sum input,
optgroup,
textarea {
  border: none !important;
}

.modal-admin .form-control:disabled,
.form-control[readonly] {
  background-color: #f3f3f3;
}

.date-comment .fa-calendar-minus:before {
  margin-right: 0.4rem !important;
}

.time-comment .fa-clock:before {
  margin-right: 0.4rem !important;
}

.date-comment p,
.time-comment p,
.autor-comment {
  color: #2b2e31 !important;
}

.icon-back {
  display: flex;
  align-items: center;
  width: 36px;
}

.icon-back span {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #a2a2a2 !important;
}

.icon-back .fas {
  font-size: 1rem;
  text-align: center;
  display: block;
  margin: 0 auto;
  line-height: 2.5rem;
  color: #a2a2a2 !important;
}

/* tutti item vista admin */

/* admin */

.admin .horizontal-nav-links li:nth-child(1).active {
  margin-left: 0px;
}

.main-panel.admin .horizontal-nav-links {
  margin-left: 15px !important;
}

.btn-aggungi-admin {
  padding: 0.9rem 1rem 0.9rem 2rem !important;
  background-color: #eaf4fe !important;
  border: none;
  border-radius: 8px;
  position: relative;
  text-align: center;
  width: 100%;
  color: #E74B3E;
}

.btn-aggungi-admin:hover,
.btn-aggungi-admin:focus {
  background-color: #eaf4fe !important;
  outline: none;
  box-shadow: none;
  color: #31BBEE;
}

.btn-aggungi-admin span {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: 0.4rem;
}

.btn-aggungi-admin .fa {
  line-height: 2rem;
  font-size: 1rem;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #31BBEE;
}

.admin .horizontal-nav-links li {
  box-shadow: none !important;
}

@media screen and (max-width: 1224px) {
  .admin .horizontal-nav-links li {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .btn-aggungi-admin {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 999px) {
  .admin .horizontal-nav-links {
    width: 100% !important;
  }

  .admin .horizontal-nav-links li {
    margin-top: 0px !important;
  }
}

/* admin */

/* operatore */

.btn-aggungi-operatore {
  padding: 0.9rem 1rem 0.9rem 2rem !important;
  background-color: #eaf4fe !important;
  border: none;
  border-radius: 8px;
  position: relative;
  text-align: center;
  width: 100%;
  color: #E74B3E;
}

.btn-aggungi-operatore:hover,
.btn-aggungi-operatore:focus {
  color: #31BBEE;
  outline: none !important;
  box-shadow: none !important;
}

.btn-aggungi-operatore span {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: 0.4rem;
}

.btn-aggungi-operatore .fa {
  line-height: 2rem;
  font-size: 1rem;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #31BBEE !important;
}

.operatore-edit .fas,
.operatore-edit .fa {
  color: #31BBEE;
}

.costumDesignOperatore #table_operatori_length {
  display: none;
}

.costumDesignOperatore #table_operatori_filter {
  display: none;
}

.costumDesignOperatore .btn-table span {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f5f5f5;
  transform: translateY(-50%);
  border-radius: 50%;
}

.costumDesignOperatore .btn-table .fas {
  line-height: 2.5rem;
  font-size: 1rem;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.costumDesignOperatore .btn-table .fa-folder-open {
  color: #31BBEE;
}

/* operatore */

/*  crea commento operatore */
.comm-operatore {
  padding: 1rem;
  border-bottom: none;
}

.title-comm {
  color: #444;
  font-size: 1.2rem;
  font-weight: normal;
}

.btn-comm {
  width: 100%;
  background-color: #E74B3E;
  color: #fff;
  border: 1px solid #E74B3E;
  height: 55px;
  border-radius: 8px !important;
}

.btn-comm:hover {
  background-color: #fff;
  border: 1px solid #31BBEE;
  color: #31BBEE;
}

.btn-anulla-comm {
  width: 100%;
  background-color: #f26d6f;
  border: 1px solid #f26d6f;
  color: #fff;
  transition: 0.3s all;
}

.btn-anulla-comm:hover {
  background-color: #fff;
  border: 1px solid #31BBEE;
  color: #31BBEE;
}

.footer-content {
  justify-content: center;
  margin-top: 0px !important;
}

/*  crea commento operatore */

/* total item vista operatore */
#totalItems_wrapper .btn-commm-operatore {
  background-color: cccccc;
  border: 1px solid none;
  border-radius: 8px;
  color: #fff !important;
  font-size: 14px;
  padding: 0.5rem 2rem;
  text-align: center;
}

#itemtab .btn-commm-operatore {
  background-color: cccccc;
  border: none;
  border-radius: 8px;
  color: #fff !important;
  font-size: 14px;
  padding: 0.5rem 2rem;
  text-align: center;
}

#totalItems_wrapper .btn-success {
  background-color: #b2e9cc;
  color: #6f6f6f;
  border-color: #b2e9cc;
  padding: 0.5rem 1rem;
}

#itemtab .btn-success {
  background-color: #b2e9cc;
  color: #6f6f6f;
  border-color: #b2e9cc;
  padding: 0.5rem 1rem;
}

#totalItems_wrapper #totalItems_filter {
  display: none;
}

#totalItems_wrapper .btn-danger {
  background-color: #e4b7bc;
  color: #6f6f6f;
  border-color: #e4b7bc;
  padding: 0.5rem 1rem;
}

#itemtab .btn-danger {
  background-color: #e4b7bc;
  color: #6f6f6f;
  border-color: #e4b7bc;
  padding: 0.5rem 1rem;
}

.costumDesignAltroProgettiOp {
  margin-top: -24px;
}

.bg-progettiOp {
  background-color: #eaf4fe;
}

i.fas.fa-arrow-alt-circle-left {
  color: #E74B3E !important;
}

/* progetti vista operatore */

.form-check-input:checked {
  color: #E74B3E !important;
  background-color: #E74B3E !important;
}

#itemtab .btn-aggiungi span {
  left: 1rem !important;
}

.board-text {
  background-color: #E74B3E !important;
  color: #fff !important;
  border: none !important;
  padding: 0.9rem 2rem !important;
  width: 100%;
  border-radius: 8px;
  text-align: center;
  height: 55px;
}

@media screen and (max-width: 767px) {
  .previsioni-mobile {
    width: 90% !important;
  }

  .container-fluid .second-container {
    margin-right: 15px !important;
  }
}

.board-list {
  overflow: auto;
  max-height: 100%;
  height: 700px;
}

@media screen and (max-width: 767px) {
  .progetti-op {
    flex-direction: column;
  }

  .search-form {
    max-width: 100%;
  }

  .d-inline-block {
    font-size: 14px;
    margin-left: -20%;
  }
}

/* title for dispositivi mobile */

@media screen and (max-width: 767px) {
  .progetti-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .group-icon-mobile {
    display: flex;
    flex-direction: column;
    padding-left: 15px !important;
  }
}

.item label {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1264px) {
  .item label {
    font-size: 1.2rem !important;
  }
}

.item .far {
  margin-top: 10px;
}

.item .fas {
  margin-top: 10px;
}

.progetti-details span {
  font-size: 18px;
  line-height: 24px;
  color: #111111;
}

.progetti-details strong {
  color: #E74B3E;
  font-size: 18px;
  line-height: 24px;
}

.progetti-details .far {
  color: #E74B3E;
}

.date-format {
  background-color: #fff;
  width: 160px;
  padding: 10px auto;
  border-radius: 8px;
  height: 55px;
  border: 1px solid #ccc;
}

/* preventivi nuove modifiche*/

.preventivi .form-control {
  background-color: #cce5f2;
  border: 1px solid #13b1ff;
}

.preventivi .form-control:focus {
  outline: none !important;
  box-shadow: 0 !important;
}

.preventivi button.btn.btn-primary-annulla {
  background-color: #f26d6f !important;
  border: 1px solid #f26d6f;
}

.preventivi button.btn.btn-primary-annulla:focus {
  outline: none;
  box-shadow: none !important;
}

.preventivi .horizontal-nav-links {
  margin-top: -56px !important;
}

.preventivi .horizontal-nav-links li:nth-child(n).active {
  margin-left: 0;
}

.preventivi .horizontal-nav-links {
  margin-left: 0;
}

.preventivi .horizontal-nav-links li {
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.preventivi .horizontal-nav-links li a {
  font-size: 12px !important;
}

.preventivi .horizontal-nav-links a.btn.btn-primary.btn-block {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  border-radius: 0;
  font-size: 12px !important;
    border: 1px solid rgba(0, 151, 224, 0.5) !important;
  background-color: #31BBEE !important;
}

.preventivi .horizontal-nav-links button.btn.btn-primary {
  width: 100%;
  margin-top: 0 !important;
  border-radius: 0;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  display: inline-block;
  font-size: 12px;
  border: 1px solid #31BBEE !important;
  background-color: #31BBEE !important;
}

.preventivi .horizontal-nav-links button.btn.btn-primary:hover {
  background-color: #31BBEE;
}

@media only screen and (max-width: 1200px) {
  .main-panel.preventivi .horizontal-nav-links {
    width: 100% !important;
  }

  .preventivi .horizontal-nav-links li {
    padding: 14px !important;
  }

  .preventivi .horizontal-nav-links a.btn.btn-primary.btn-block {
    padding: 16px !important;
  }

  .preventivi .horizontal-nav-links button.btn.btn-primary {
    padding: 16px !important;
  }
}

@media only screen and (max-width: 999px) {
  .main-panel.preventivi .horizontal-nav-links {
    width: 100% !important;
  }
}

@media only screen and (max-width: 991px) {
  .preventivi .horizontal-nav-links {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 100%;
    margin-top: 0px !important;
  }

  .preventivi .horizontal-nav-links li {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 1440px) {
  .admin-page.preventivi {
    margin-right: 30px;
  }
}

.table thead .preventivi-table th {
  text-align: start;
}

/* Nuovo Preventivo */

.nuovo-preventivo .modal-title {
  color: #1c1c1c;
}

.nuovo-preventivo .modal-header {
  border-bottom: 1px solid #cccccc;
}

.nuovo-preventivo .form-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.nuovo-preventivo .fas {
  color: #E74B3E;
}

.nuovo-preventivo .far {
  color: #E74B3E;
}

@media only screen and (min-width: 992px) {
  .nuovo-preventivo .left-preventivi {
    padding-right: 50px;
    border-right: 1px solid #cccccc;
  }

  .nuovo-preventivo .right-preventivi {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1100px) {
  .nuovo-preventivo .modal-dialog {
    min-width: 1400px !important;
  }
}

@media only screen and (min-width: 992px) {
  .nuovo-preventivo .modal-dialog {
    min-width: 1000px;
  }
}

.nuovo-preventivo .modal-footer {
  margin-top: 20px !important;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .modal-mobile {
    flex-direction: column;
  }
}

.nuovo-preventivo .form-control {
  background-color: #eaf4fe;
  border: none;
  height: 55px !important;
  border-bottom: 1px solid grey;
}

.nuovo-preventivo option::selection {
  background-color: #eaf4fe !important;
  border-left: 2px solid #E74B3E !important;
}

.nuovo-preventivo .modal-footer .submitmessage {
  padding: 0.9rem 2rem;
  background-color: #E74B3E;
  color: #fff;
  text-align: center;
  position: relative;
  border: none;
  font-size: 16px;
  line-height: 31px;
  border-radius: 8px;
  width: 30% !important;
  height: 55px;
}

.modal-dialog.create-user label, .modal-dialog.edit-user label {
  width: 25%;
  float: left;
  padding-left: 20px;
  margin-left: -15px;
}

.modal-dialog.create-user input, .modal-dialog.create-user span, .modal-dialog.edit-user input, .modal-dialog.edit-user span {
  width: 75% !important;
  background: #fff !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #E9E9E9;
}

.modal-dialog.create-user select, .modal-dialog.edit-user select {
  width: 75% !important;
  background: #fff !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #E9E9E9 !important;
}

.modal-dialog select#repart {
  height: auto !important;
}

.modal-dialog span.select2.select2-container.select2-container--default.select2-container--focus, .modal-dialog .select2-container {
  /*min-height: auto !important;*/
  height: max-content !important;
}

.modal-dialog span.select2-selection__choice__remove {
  background: transparent !important;
  width: 100% !important;
}

.modal-header .close {
  background-color: transparent;
  color: #000;
  border-radius: inherit;
  font-size: 35px;
  font-weight: 200;
  margin-top: 0;
}

.modal-content button.close span {
  border: 0px;
}

.close {
  float: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 0;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.modal-content button#submitForm {
  float: right;
  margin-top: 5px;
}

/* Elenco Walkin */

@media only screen and (max-width: 1750px) {
  .admin-page.preventivi.walkin {
    margin-right: 40px !important;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 776px) {
  .admin-page.preventivi.walkin .col-form-label {
    min-height: 70px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1200px) {
  .main-panel.imposta-preventivi .horizontal-nav-links {
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  .main-panel.imposta-preventivi .horizontal-nav-links {
    width: 100% !important;
  }
}

/* Nuovi Lead */
@media only screen and (min-width: 1750px) {
  .admin-page.preventivi .modal-footer {
    padding: 15px;
  }
}

@media only screen and (max-width: 1750px) {
  .admin-page.preventivi.walk {
    margin-right: 40px !important;
    padding-right: 50px;
  }
}

/* Modifica previntivi nuova pagina */

.modifica-preventivi {
  background-color: #E74B3E;
  padding: 0.9rem 2rem !important;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  border: none !important;
  position: relative;
  width: 100%;
  transition: 0.3s all;
  color: #fff;
  text-align: center;
}

.modifica-preventivi:hover {
  background-color: #31BBEE;
  color: #fff;
  border: none !important;
}

.modifica-preventivi .fas {
  color: #fff;
}

.modifica-preventivi:focus {
  outline: none;
  box-shadow: none;
}

.cancella-preventivi {
  background-color: #ea6c6d;
  padding: 0.9rem 2rem !important;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  border: none !important;
  position: relative;
  width: 100%;
  transition: 0.3s all;
  color: #fff;
}

.cancella-preventivi:hover {
  background-color: #31BBEE;
  color: #fff;
  border: none;
}

.cancella-preventivi:focus {
  outline: none;
  box-shadow: none;
  background-color: #ea6c6d;
  color: #fff;
}

.cancella-preventivi:active {
  outline: none;
  box-shadow: none;
  background-color: #ea6c6d;
  color: #fff;
}

.cancella-preventivi .fas {
  color: #fff;
}

.cancella-preventivi:hover .fas {
  color: #fff;
}

.modifica-preventivi-page a.btn.text-success.btn-table {
  background-color: #eaf4fe;
  padding: 0.9rem 2rem !important;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  border: none;
  position: relative;
  width: 100%;
  transition: 0.3s all;
  color: #000 !important;
}

.modifica-preventivi-page .a.btn.text-success.btn-table:hover {
  background-color: #eaf4fe;
  color: #000;
  border: none;
}

.modifica-preventivi-page a.btn.text-success.btn-table {
  outline: none;
  box-shadow: none;
}

.modifica-preventivi-page a.btn.text-success.btn-table .fas {
  color: #000;
}

.modifica-preventivi-page a.btn.text-success.btn-table:hover .fas {
  color: #000;
}

.dati-preventivi {
  justify-content: space-between;
}

.dati-preventivi span {
  font-size: 16px !important;
  color: #9d9d9d;
}

.dati-preventivi strong {
  font-size: 16px !important;
  color: #1c1c1c;
}

.modal-preventivi button.btn.btn-outline-danger.m-2 {
  padding: 0.2rem 0.5rem;
}

.modifica-preventivi .fas {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .dati-preventivi .left {
    padding-right: 50px;
    border-right: 2px solid #ECECEC;
  }

  .dati-preventivi .right {
    padding-left: 50px;
  }
}

.dati-preventivi .fas,
.dati-preventivi .far {
  color: #E74B3E;
  font-size: 1.2rem;
}

textarea.form-control {
  background-color: #eaf4fe;
}

/* allega preventivi */

.modal-preventivi .modal-header {
  padding: 1rem 0;
  border-bottom: 0 solid !important;
}

.modal-preventivi .modal-header h5 {
  color: #E74B3E;
}

.modal-preventivi .modal-body {
  padding: 1rem 0;
}

.modal-upload {
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.modal-upload .name {
  cursor: pointer;
  word-break: break-word;
}

.modal-preventivi .modal-body .custom-file-input {
  height: 40px;
  top: -40px;
}

.modal-preventivi .modal-body .btn.btn-primary {
  width: 100%;
  background-color: #cce5f2 !important;
  border: 1px solid #13b1ff !important;
  padding: 12px 20px !important;
}

.modal-preventivi .modal-footer .btn.btn-primary.submitmessage {
  width: 100% !important;
  height: auto !important;
  outline: none;
  background-color: #31BBEE;
  border: 1px solid #0097e0;
  color: #fff;
  border-radius: 0.25rem;
  padding: 8px 20px !important;
}

.modal-preventivi .modal-footer .btn.btn-primary.btn-block {
  width: 100% !important;
  height: auto !important;
  outline: none;
  background-color: #f26d6f;
  border: 1px solid #f26d6f;
  color: #fff;
  border-radius: 0.25rem;
  padding: 8px 20px !important;
}

.modal-preventivi .col-form-label {
  padding: 1rem 0;
  font-size: 1rem;
}

.modal-preventivi span a {
  color: #333;
  outline: none;
  text-decoration: none;
  margin-bottom: 2rem;
}

.modal-preventivi span a:hover {
  color: #31BBEE;
}

.modal-preventivi .elenco-allegati-preventivi {
  margin-bottom: 2rem;
}

/* Modifica Opportunità */

.anulla-preventivi .modal-footer {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.title span {
  color: #161616;
  line-height: 32px;
  font-size: 24px;
}

@media only screen and (min-width: 992px) {
  .modifica-preventivi-mobile .left-preventivi {
    padding-right: 50px;
    border-right: 1px solid #ccc;
  }

  .modifica-preventivi-mobile .right-preventivi {
    padding-left: 50px;
  }
}

.modifica-preventivi-mobile .fas {
  color: #E74B3E;
}

.modifica-preventivi-mobile .far {
  color: #E74B3E;
}

.modifica-preventivi-mobile .form-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.modifica-preventivi-mobile .form-control {
  background-color: #eaf4fe;
  border: none;
  height: 45px;
  border-bottom: 1px solid grey;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  /*background: #fff !important;*/
  /*border: none !important;*/
  /*border-bottom: 1px solid grey !important;*/
}

@media screen and (max-width: 540px) {
  .anulla-preventivi .modal-footer {
    float: left !important;
  }
}

.anulla-preventivi .fa-times-circle {
  font-size: 2rem !important;
  color: #ea6c6d !important;
}

.modal-footer .submitmessage {
  padding: 0.9rem 2rem;
  background-color: #E74B3E;
  color: #fff;
  text-align: center;
  position: relative;
  border: none;
  font-size: 16px;
  line-height: 31px;
  border-radius: 8px;
  width: 30%;
  height: 55px;
}

/* Nuovi Lead View  */

.secondo-sum input {
  border: 1px solid #E74B3E !important;
}

.secondo-sum input:focus {
  border: 1px solid #E74B3E !important;
  outline: none !important;
}

table.fbody.table.table-striped thead tr {
  background-color: #6F6F6E !important;
  color: #fff;
}

table.walk1 tr.walk-element {
  background-color: #eaf4fe !important;
  color: #1c1c1c;
}

table.walk1 tr.walk-element td {
  border: 0px solid !important;
}

td.table-form {
  background-color: #eaf4fe;
  border: 10px solid #fff;
  border-radius: 25px;
}

.table-form .walk1 {
  min-width: 200px;
}

/* Pagina Eventi */

.table-eventi thead tr td {
  border-left: 0px solid !important;
  border-right: 0px solid !important;
  text-align: start;
}

.table-eventi .fbody tr td {
  border-left: 0px solid !important;
  border-right: 0px solid !important;
}

tr.dati-eventi:nth-of-type(odd) {
  background-color: transparent !important;
}

.eventi-title {
  font-size: 28px;
  color: #000;
}

.eventi-progeto {
  font-size: 28px;
  color: #f26d6f;
}

.form-eventi .btn.btn-primary {
  background-color: #f26d6f;
  padding: 0.9rem 2rem !important;
  border: 1px solid #f26d6f;
  text-align: center;
  color: #fff;
  outline: none;
  height: 55px;
}

.form-eventi .btn.btn-primary:hover {
  background-color: #31BBEE;
  border: 1px solid #31BBEE;
  color: #fff;
  outline: none;
}

.form-eventi .btn.btn-primary:focus {
  outline: none;
}

.form-eventi .form-control {
  background-color: #eaf4fe;
  border: none;
  height: 55px;
  border-radius: 8px;
}

@media screen and (max-width: 1060px) {
  .form-eventi .col-form-label {
    min-height: 80px;
  }
}

@media screen and (max-width: 992px) {
  .form-eventi .col-form-label {
    min-height: 0;
  }
}

/* Nuovo Evento */

.nuovo-evento .form-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

.nuovo-evento .title {
  font-size: 24px;
  color: #161616;
  line-height: 32px;
}

.nuovo-evento .fas {
  color: #E74B3E;
}

.nuovo-evento .fab {
  color: #E74B3E;
}

button.btn.btn-primary.submitmessage.save-eventi {
  padding: 0.9rem 2rem !important;
  background-color: #31BBEE !important;
  border: none;
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 8px;
  width: 30%;
}

button.btn.btn-primary.submitmessage.save-eventi:hover {
  background-color: #31BBEE !important;
  border: none;
}

button.btn.btn-primary.submitmessage.save-eventi:focus {
  outline: none;
}

.nuovo-evento .modal-footer {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.nuovo-evento .first-eventi-btn {
  float: right;
}

@media screen and (max-width: 575px) {
  .nuovo-evento .first-eventi-btn {
    float: left;
    margin-top: 1rem;
  }
}

.nuovo-evento .form-control {
  background-color: #eaf4fe;
  border: none;
  height: 55px;
}

@media screen and (min-width: 992px) {
  .nuovo-evento .left-eventi {
    padding-right: 50px;
    border-right: 1px solid #ccc;
  }

  .nuovo-evento .right-eventi {
    padding-left: 50px;
  }
}

.eseguito .btn-link img {
  width: 30px;
  height: 30px;
}

.modal-footer.first-eventi-btn .fa-times-circle {
  font-size: 2rem !important;
  color: #ea6c6d !important;
}

/* View Grafico Progetti */

.grafico-progetti .form-control {
  background-color: #cce5f2;
  border: 1px solid #13b1ff;
}

#progetti_data thead tr td {
  border-left: 0px solid !important;
  border-right: 0px solid !important;
}

#progetti_data tbody tr td {
  border-left: 0px solid !important;
  border-right: 0px solid !important;
  vertical-align: middle !important;
}

.grafico-btn {
  background-color: #f26d6f !important;
  border: 1px solid #f26d6f;
}

.grafico-btn:hover,
.grafico-btn:focus {
  background-color: #f26d6f !important;
  border: 1px solid #f26d6f;
  outline: none;
}

.ore-btn {
  background-color: rgb(99, 190, 123);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(99, 190, 123);
}

.ore-btn:hover,
.ore-btn:focus {
  background-color: rgb(99, 190, 123);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(99, 190, 123);
  outline: none;
}

/* Nuova Pagina Progetti */

.new-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  list-style: none;
  padding-left: 0;
  width: 100%;
  max-width: 100%;
}



.new-link li.active {
  border-left: none;
  border-bottom: none;
  border-right: none !important;
  background: white;
  border: 0px solid black !important;
  border-top: 4px solid #6F6F6E !important;
}

.new-link li.active a {
  color: #6F6F6E;
  font-size: 16px;
}

.horizontal-links li a {
  color: #6F6F6E;
  font-size: 16px;
}

.horizontal-links li a:hover,
.horizontal-links li a:focus {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .new-link {
    flex-direction: column;
  }

  .new-link li {
    width: 100%;
    border: 0.5px solid #9a9a9a;
  }
}

.icon-menu {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: auto;
}

.icon-menu .icon {
  position: absolute;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  transform: translate(-50%);
  border-radius: 50%;
  margin-right: -1.5rem;
  cursor: pointer;
}

.icon-menu .icon .fas {
  line-height: 3rem;
  font-size: 1.5rem;
  text-align: center;
  display: block;
  margin: auto;
  color: #cfcfcf;
  cursor: pointer;
  border: 0px solid !important;
  background: #eaf4fe;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .icon-menu {
    justify-content: flex-start;
    padding-left: 2.5rem;
    margin: 20px 0;
  }

  #list-popup {
    right: auto !important;
    left: 12% !important;
  }
}

@media screen and (max-width: 1330px) {
  .tempo-previsto {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .second-row {
    max-width: 100% !important;
    flex: 0 0 100%;
  }

  .button-previsioni {
    max-width: 50% !important;
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 575px) {
  .tempo-previsto {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .button-previsioni {
    max-width: 100% !important;
    flex: 0 0 100%;
  }

  .mobile-col {
    margin-bottom: 1.5rem;
    padding-left: 15px !important;
  }

  .second-row {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}

.fas {
  font-size: 20px !important;
}

@media screen and (max-width: 1330px) {
  .hide-content {
    max-width: 0 !important;
    padding: 0 !important;
  }
}

@media screen and (max-width: 992px) {
  .hide-mobile {
    visibility: hidden;
    max-width: 0 !important;
    padding: 0 !important;
  }

  .hide {
    display: none;
  }
}

.hide {
  opacity: 0;
}

.admin-page {
  background-color: #F5F5F5;
}

.line {
  color: #E9E9E9;
  margin-top: 0;
}

#list-popup {
  position: absolute;
  z-index: 1000;
  right: 3%;
  box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.1);
  visibility: hidden;
}

#list-popup.active {
  visibility: visible;
}

.list-progetti ul li {
  border-bottom: 1px solid #cfcfcf;
}

.list-progetti ul li:last-child {
  border-bottom: none;
}

.list-progetti ul {
  display: flex;
  -webkit-box-align: center;
  flex-direction: column;
  align-items: center;
  list-style: none;
  padding-left: 0;
}

.list-progetti ul li {
  height: 8vh;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 1rem;
  width: 260px;
}

#list-filter {
  position: absolute;
  visibility: hidden;
  z-index: 1000;
  margin-top: -5%;
  left: 68%;
}

.max-prog #list-filter {
  margin-top: 0;
}

#list-filter-repart {
  position: absolute;
  visibility: hidden;
  z-index: 1000;
  right: 10%;
}

#list-filter.active {
  visibility: visible;
}

#list-filter-repart.active {
  visibility: visible !important;
}

.list-filter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 240px;
}

.list-filter-repart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 240px;
}

.proggeti .list {
  margin: unset !important;
}

.list-filter .btn-filter {
  background-color: #fff;
  text-align: center;
  display: inline-block;
  color: #c1c1c1;
  padding: 0.7rem 4rem;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 0;
  box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.1);
}

.list-filter-repart .btn-filter-repart {
  background-color: #fff;
  text-align: center;
  display: inline-block;
  color: #c1c1c1;
  padding: 0.7rem 4rem;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 0;
  box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.1);
}

.last-filter {
  border-bottom: 0px solid !important;
}

.list-filter .btn-filter.active {
  border-left: 3px solid #36a9e0;
  color: #1e1e1e;
}

.list {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: auto;
}

.list span {
  margin-right: 1.2rem;
}

.btn-list-filter {
  background-color: #eaf4fe;
  border-radius: 8px;
  padding: 1rem !important;
  color: #1e1e1e;
  border: none;
  font-size: 16px;
  height: 55px;
}

.stato-lav .btn-list-filter {
  background-color: #eaf4fe;
  border-radius: 8px;
  padding: 1rem !important;
  color: #1e1e1e;
  border: none;
  font-size: 16px;
}

.btn-list-filter:hover,
.btn-list-filter:focus,
.btn-list-filter:active {
  background-color: #eaf4fe !important;
  outline: none !important;
  text-decoration: none !important;
  color: #1e1e1e !important;
  border-color: transparent !important;
  border: none !important;
  box-shadow: none;
}

.btn-list-filter:visited {
  border-color: transparent !important;
  border: none !important;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .list {
    justify-content: flex-start;
  }

  .list-filter {
    right: auto !important;
    left: 30%;
  }
}

.tutti span {
  color: #36a9e0;
  border-right: 1px solid #d5d5d5;
  font-weight: 600;
  font-size: 1.1rem;
  padding-right: 1.8rem;
  width: 50px;
  text-align: center;
}

.tutti p {
  padding-left: 1rem;
  font-size: 1rem;
}

.attivi span {
  color: #63be7b;
  border-right: 1px solid #d5d5d5;
  font-weight: 600;
  font-size: 1.1rem;
  padding-right: 1.8rem;
  width: 50px;
  text-align: center;
}

.attivi p {
  padding-left: 1rem;
  font-size: 1rem;
}

.sospesi span {
  color: #f26d70;
  border-right: 1px solid #d5d5d5;
  font-weight: 600;
  font-size: 1.1rem;
  padding-right: 1.8rem;
  width: 50px;
  text-align: center;
}

.sospesi p {
  padding-left: 1rem;
  font-size: 1rem;
}

.btn-create-progetti {
  background-color: #eaf4fe;
  padding: 0.9rem 2rem 0.9rem 4rem !important;
  border-radius: 0.5rem;
  border: 0px solid !important;
  position: relative;
  color: #E74B3E;
  font-size: 16px;
  line-height: 21px;
  height: 55px;
}

.btn-create-progetti:hover,
.btn-create-progetti:focus {
  background-color: #eaf4fe !important;
  color: #31BBEE;
  border: 0px solid !important;
  outline: none !important;
  text-decoration: none;
  box-shadow: none;
}

.btn-create-progetti span {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: 1rem;
}

.btn-create-progetti .fas {
  line-height: 2rem;
  font-size: 1rem;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #E74B3E;
}

.admin-page.proggeti .main-panel {
  background-color: transparent;
}

.proggeti .btn-danger {
  background-color: transparent;
  border: none;
}

table thead th {
  background-color: #6F6F6E !important;
  border-bottom: 0 solid #fff !important;
}

/* Override styles for FullCalendar header */
.fc-col-header thead th {
  background-color: transparent !important;
  border-bottom: transparent !important;
}

.fc-scrollgrid tbody tr:nth-of-type(odd) {
  background-color: transparent !important;
  border-bottom: transparent !important;
}

.table tr th:first-child {
  border-top-left-radius: 10px;
  /*border-bottom-left-radius: 10px;*/
  border-right: 1px solid !important;
  background: #fff !important;
  border-color: #fff;
}

tr th:nth-child(2) {
  border-top-left-radius: 10px;
}

table thead tr th:last-child {
  border-top-right-radius: 10px !important;
}

table tr:nth-of-type(odd) {
  background-color: #F5F5F5 !important;
  border: 1px solid #F5F5F5;
}

table tbody tr {
  background-color: #ECECEC;
}

li.paginate_button.page-item.active {
  background-color: transparent !important;
}

.page-item.active .page-link {
  background-color: #6F6F6E;
  color: #fff;
}

li.paginate_button.page-item.previous a {
  background: transparent;
  color: #b6b8b7;
}

li.paginate_button.page-item:last-of-type a {
  background: transparent;
  color: #b6b8b7;
}

li.paginate_button.page-item.previous a::before {
  margin-right: 8px;
  content: "\f104";
  text-decoration: inherit;
  opacity: 0.6;
  font-weight: bold;
  font-size: 1.2rem;
  vertical-align: middle;
  color: #b6b8b7;
  font-family: "Font Awesome 5 Free";
}


.dataTables_filter .form-control {
  background: #fff;
  border: 0px solid #cbcbcb !important;
  border-radius: 0 !important;
  height: 55px !important;
  border-bottom: 1px solid !important;
}

.dataTables_filter .form-control:focus {
  outline: none;
  box-shadow: none;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 1.2rem !important;
}

div.dataTables_wrapper div.dataTables_info {
  color: #b6b8b7;
}

li.paginate_button.page-item:last-of-type a::after {
  margin-left: 8px;
  content: "\f105";
  text-decoration: inherit;
  opacity: 0.6;
  font-weight: bold;
  font-size: 1.2rem;
  vertical-align: middle;
  color: #b6b8b7;
  font-family: "Font Awesome 5 Free";
}

/*table tbody tr td:first-child {*/
/*  border-top-left-radius: 10px;*/
/*  border-bottom-left-radius: 10px;*/
/*  !*border-left: 1px solid #eaf4fe !important;*!*/
/*}*/

table tbody tr td:last-child {
  /*border-top-right-radius: 10px;*/
  /*border-bottom-right-radius: 10px;*/
  /*border-right: 1px solid #eaf4fe !important;*/
}

.admin-page.proggeti .btn-table span {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f5f5f5;
  transform: translateY(-50%);
  border-radius: 50%;
}

.admin-page.proggeti .btn-table .fa {
  line-height: 2.5rem;
  font-size: 1rem;
  text-align: center;
  display: block;
  margin: 0 auto;
}

table#progetti_data {
  border-collapse: separate !important;
  border-spacing: 0 2px !important;
  color: #1c1c1c;
}

.costumDesignLine {
  color: #E9E9E9 !important;
}

.fs-title {
  border-bottom: 1px solid #E9E9E9;
}

.table-hover tbody tr:hover {
  background-color: transparent;
  color: #1c1c1c;
}

#progetti_data tbody tr td {
  border-top: 1px solid #eaf4fe !important;
  border-bottom: 1px solid #eaf4fe !important;
}

#progetti_data tbody tr td:first-child {
  /*border-left: 1px solid #eaf4fe !important;*/
}

#progetti_data tbody tr td:last-child {
  border-right: 1px solid #eaf4fe !important;
}

#progetti_data .progetti-admin1 td:last-child {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.proggeti div#progetti_data_length {
  display: none;
}

.proggeti div#progetti_data_filter {
  display: none;
}

.btn-back {
  background-color: #fff !important;
  border: 1px solid #a2a2a2 !important;
  color: #a2a2a2 !important;
  padding: 0.9rem 1rem !important;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  display: inline-block;
  height: 50px !important;
  border-radius: 50%;
  margin-right: 1rem;
}

.proggeti .list .btn-list-filter-repart {
  height: 55px;
  padding: 0.9rem 2rem;
  background: #eaf4fe;
  color: #000;
  border-radius: 8px;
  border: none;
}

.proggeti .list .btn-list-filter-repart:hover,
.proggeti .list .btn-list-filter-repart:focus {
  box-shadow: none;
  outline: none;
  background: #eaf4fe;
  color: #000;
}

/*  Pagina Grafico */
.seleziona-filtri .btn-list-filter {
  background-color: #fff;
  padding: 0.9rem 3rem 0.9rem 2rem !important;
  border-radius: 0.5rem;
  border: 1px solid #E74B3E !important;
  position: relative;
  color: #212121;
  font-size: 16px;
  display: flex;
  text-align: center;
  justify-content: center;
}

.seleziona-filtri .btn-list-filter .fas {
  color: #212121 !important;
  font-size: 1rem;
  margin-left: 1rem;
  margin-top: 0.3rem;
}

.custom-grafico .form-control {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  padding: 0.9rem 2rem !important;
  color: #212121;
  height: 55px;
  border-radius: 0.5rem;
}

.custom-grafico .submitmessage {
  padding: 0.9rem 2rem;
  background-color: #E74B3E;
  border: none;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 16px;
  line-height: 21px;
  border-radius: 8px;
  height: 55px;
}

#progetti-filter {
  position: absolute;
  visibility: hidden;
  z-index: 1000;
  margin-top: 80px;
}

#progetti-filter.active {
  visibility: visible;
}

.progetti-filter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 240px;
}

.progetti-filter .btn-filter-pro {
  background-color: #fff;
  text-align: center;
  display: inline-block;
  color: #c1c1c1;
  padding: 0.7rem 4rem;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 0;
  box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.1);
}

.last-filter-pro {
  border-bottom: 0px solid !important;
}

.progetti-filter .btn-filter-pro.active {
  border-left: 3px solid #36a9e0 !important;
  color: #1e1e1e !important;
}

input#searchbox {
  background-color: #fff !important;
  border: 1px solid #a2a2a2 !important;
  color: #a2a2a2 !important;
  font-size: 16px;
  line-height: 21px;
  display: inline-block;
  height: 55px !important;
}

input#searchbox:focus {
  outline: none;
  box-shadow: none;
}

/* Previsioni */
.costumDesignPrevisioni .form-control {
  height: 55px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 8px;
}

.costumDesignPrevisioni .submitmessage {
  background-color: #E74B3E;
  border: none;
  border-radius: 8px;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  padding: 0.9rem 2rem !important;
  height: 55px !important;
}

.costumDesignPrevisioni .crea-previsione {
  padding: 0.9rem 0.4rem 0.9rem 0.4rem !important;
  background-color: #eaf4fe;
  border: none;
  border-radius: 8px;
  color: #E74B3E;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 55px !important;
}

.costumDesignPrevisioni .crea-previsione:hover,
.costumDesignPrevisioni .crea-previsione:focus {
  background-color: #eaf4fe !important;
  color: #31BBEE !important;
  box-shadow: none;
  outline: none;
}

.costumDesignPrevisioni .form-previsioni {
  display: contents;
  justify-content: space-between;
}

.datepicker td {
  border-top: 0px solid !important;
  border-bottom: 0px solid !important;
}

.crea-previsione span {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: 0.4rem;
}

.crea-previsione .fa {
  line-height: 1.4rem;
  font-size: 0.8rem;
  text-align: center;
  display: block;
  color: #31BBEE;
}

.costumDesignPrevisioni .btn-filtri {
  background-color: #f26d6f;
  border: none;
  border-radius: 8px;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  padding: 0.9rem 2rem !important;
  height: 55px !important;
}

button.btn.btn-outline-info.btn-block.submitmessage.date {
  padding: 0 !important;
}

.costumDesignPrevisioni .btn-filtri:hover,
.costumDesignPrevisioni .btn-filtri:focus {
  background-color: #31BBEE;
  border: none;
  color: #fff;
  outline: none;
  box-shadow: none;
}

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

table tbody tr td:first-child {
  /*border-left: 1px solid #eaf4fe !important;*/
}

table tbody tr td:last-child {
  border-right: 1px solid #eaf4fe !important;
}

.table td {
  padding: 1rem;
}

.costumDesignPrevisioni .table span {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f5f5f5;
  transform: translateY(-50%);
  border-radius: 50%;
  margin-top: 10px;
}

.costumDesignPrevisioni .table .fas {
  line-height: 2.5rem;
  font-size: 1rem;
  text-align: center;
  display: block;
  color: #6bc182;
}

.grafico-ore {
  margin: 0.5rem;
}

a {
  color: #31BBEE;
}

a:hover,
a:focus {
  color: #31BBEE;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.datepicker-days {
  padding: 1rem;
}

.datepicker-days table thead th {
  background-color: #fff !important;
  border-bottom: 15px solid #fff !important;
}

.datepicker-days table tr:nth-of-type(odd) {
  background-color: #fff !important;
}

.datepicker-days .next {
  background-color: #31BBEE!important;
  border-radius: 0 !important;
  color: #fff;
}

.datepicker-days .prev {
  background-color: #31BBEE !important;
  border-radius: 0 !important;
  color: #fff;
}

.datepicker table tr td.active.active {
  background-color: #E74B3E !important;
}

.btn-primiray {
  border: none !important;
  background-color: #E74B3E !important;
  color: #fff !important;
  text-align: center !important;
  position: relative !important;
  padding: 0.9rem 2rem !important;
  font-size: 16px !important;
  line-height: 21px !important;
  border-radius: 8px !important;
}

.anulla-previsioni .fa-times-circle {
  font-size: 2rem !important;
  color: #ea6c6d !important;
}

.costumDesignAltroPrevisione .fas,
.costumDesignAltroPrevisione .far {
  color: #E74B3E;
}

.costumDesignAltroPrevisione .form-group {
  align-items: center;
}

.costumDesignAltroPrevisione .form-control {
  height: 55px;
  background-color: #eaf4fe;
  border: 0px solid !important;
}

.costumDesignAltroPrevisione .modifica-previsioni {
  background-color: #E74B3E;
  padding: 0.9rem 2rem !important;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  border: none !important;
  position: relative;
  width: 100%;
  transition: 0.3s all;
  color: #fff !important;
  text-align: center;
}

.modifica-previsioni .fas {
  color: #fff !important;
}

.costumDesignAltroPrevisione .cancella-previsioni {
  background-color: #ea6c6d;
  padding: 0.9rem 2rem !important;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  border: none !important;
  position: relative;
  width: 100%;
  transition: 0.3s all;
  color: #fff !important;
}

@media screen and (min-width: 992px) {
  .costumDesignAltroPrevisione .left {
    padding-right: 50px;
    border-right: 1px solid #ccc;
  }

  .costumDesignAltroPrevisione .right {
    padding-left: 50px;
  }
}

@media screen and (min-width: 992px) {
  .costumDesignAltroProgetti .left {
    padding-right: 50px;
    border-right: 1px solid #ccc;
  }

  .costumDesignAltroProgetti .right {
    padding-left: 50px;
  }
}

.costumDesignAltroProgetti .fas,
.costumDesignAltroProgetti .far {
  color: #E74B3E;
}

.cancella-previsioni .fas {
  color: #fff;
}

.costumDesignAltroPrevisione .btn-table {
  background-color: #eaf4fe;
  padding: 0.9rem 2rem !important;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  border: none;
  position: relative;
  width: 100%;
  transition: 0.3s all;
  color: #000 !important;
}

/* Statistiche Progetto Nuova Lavorazione */
.costumNuovaLavorazione .btn-secondary {
  border: 1px solid #ea6c6d;
  background-color: #fff;
  color: #1c1c1c;
  text-align: center;
  position: relative;
  padding: 0.9rem 2rem;
  font-size: 16px;
  line-height: 21px;
  border-radius: 8px;
}

.costumNuovaLavorazione .submitmessage {
  border: none;
  background-color: #E74B3E;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 0.9rem 2rem;
  font-size: 16px;
  line-height: 21px;
  border-radius: 8px;
}

.costumNuovaLavorazione .form-control {
  background-color: #eaf4fe;
  border: none;
  border-radius: 8px;
  height: 55px;
}

.costumNuovaLavorazione .modal-title {
  color: #1c1c1c;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.modal-header {
  border-bottom: 1px solid #E9E9E9 !important;
}

/* LAVORAZIONI IN CORSO */

.costumDesignLavorazioni .btn-block {
  background-color: #E74B3E;
  border: none;
  border-radius: 8px;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  padding: 0.9rem 2rem;
}

.costumDesignLavorazioni .form-control {
  background-color: #eaf4fe;
  height: 55px;
  border: none;
  border-radius: 8px;
}

.costumDesignLavorazioni .submitmessage {
  background: #E74B3E;
  color: #fff;
  height: 55px;
  padding: 0.9rem 2rem;
  text-align: center;
  border-radius: 8px;
  border: none;
}

/* CRM IMPOSTA PREVENTIVI */
.group-impostazioni {
  height: 450px;
  background-color: #ECECEC;
  border-radius: 28px;
  padding: 15px;
}

.group-milestone {
  height: 300px;
  background-color: #eaf4fe;
  border-radius: 10px;
  padding: 15px;
}
@media screen and (min-width: 992px) {
  .group-impostazioni {
    max-width: 45% !important;
    margin: 0 auto;
  }
}

.customDesignImposta table tbody tr td {
  border: 0px solid !important;
}

.fs-1 {
  font-size: 28px;
}

.group-impostazioni label,
.group-impostazioni strong {
  font-size: 16px;
  font-weight: 400;
  color: #6F6F6E;
}

.group-milestone label,
.group-milestone strong {
  font-size: 16px;
  font-weight: normal;
  color: #6F6F6E;
}

.group-impostazioni .form-control {
  background-color: #fff !important;
  border-radius: 8px;
  height: 55px;
  border: none;
}

.group-impostazioni .table-details td {
  background-color: transparent !important;
}

.group-impostazioni table tr:nth-of-type(odd) {
  background-color: transparent !important;
  border: 0px solid !important;
}

.group-impostazioni table tbody tr {
  background-color: transparent !important;
  border: 0px solid !important;
}

.group-impostazioni table tbody tr td {
  padding-bottom: 0.8rem;
}

.group-impostazioni .btn-primary {
  padding: 0.9rem 1.2rem;
  background-color: #31BBEE;
  border: none;
  border-radius: 0.5rem;
}

.icon-table-pen {
  height: 3rem;
}

.icon-table-trash {
  height: 3rem;
}

.icon-pen {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  transform: translateY(-50%);
  border-radius: 50%;
  text-align: center;
}

.icon-trash {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  transform: translateY(-50%);
  border-radius: 50%;
  margin-right: 5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.icon-table-pen .fa {
  line-height: 2.5rem;
  font-size: 1rem;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.icon-table-trash .fa {
  line-height: 2.5rem;
  font-size: 1rem;
  text-align: center;
  display: block;
  margin: 0 auto;
}

/* CRM DESIGN */
.costumDesignbtn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.costumbtnEventi {
  background-color: #fff !important;
  padding: 0.9rem 1rem 0.9rem 1rem !important;
  border-radius: 0.5rem;
  border: 1px solid #E74B3E !important;
  position: relative;
  color: #E74B3E !important;
  font-size: 14px;
  height: 55px;
  line-height: 21px;
  width: 100%;
}

.costumbtnEventi .fas {
  color: #E74B3E !important;
}

.costumbtnPreventivi {
  background-color: #eaf4fe !important;
  padding: 0.9rem 1rem 0.9rem 3rem !important;
  border-radius: 0.5rem;
  border: 0 solid !important;
  position: relative;
  color: #E74B3E !important;
  font-size: 14px;
  height: 55px;
  line-height: 21px;
  width: 100%;
}

.modifica-preventivi-page .costumbtnPreventivi {
  height: 65px;
}

.customDesignPreventivi .icon-menu {
  margin: 0 auto !important;
}

.costumbtnPreventivi span {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: 0.8rem;
}

.costumbtnPreventivi .fas {
  line-height: 2rem;
  font-size: 1rem;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #E74B3E;
}

/* navlinks mobile */
@media screen and (max-width: 1280px) {
  .costumDesignMobile {
    flex-direction: column;
  }

  .costumDesignMobileLinks {
    max-width: 100%;
  }

  .costumDesignbtn {
    max-width: 100%;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .costumDesignbtn {
    justify-content: space-between;
  }
}

@media screen and (max-width: 480px) {
  .costumDesignbtn {
    flex-direction: column;
  }

  .costumbtnEventi {
    margin-bottom: 20px;
  }
}

.customDesignPreventivi .col-form-label {
  font-size: 16px;
  line-height: 21px;
  color: #414141;
}

.customDesignPreventivi .form-control {
  height: 55px !important;
  background-color: #eaf4fe;
  border: none;
  border-radius: 8px;
}

.customDesignPreventivi .btn-annulla {
  background-color: #f26d6f !important;
  padding: 0.9rem 2rem 0.9rem 2rem !important;
  border-radius: 0.5rem;
  border: 0 solid !important;
  position: relative;
  color: #fff !important;
  font-size: 16px;
  height: 55px;
  line-height: 21px;
}

table.fbody.table.table-striped {
  border-collapse: separate !important;
  border-spacing: 0 2px !important;
  color: #1c1c1c;
  font-size: 14px;
  line-height: 19px;
}

.table .preventivi-table th {
  background-color: #31BBEE;
  color: #fff;
}

.customDesignPreventivi .fas {
  color: #31BBEE !important;
}

.customDesignPreventivi .fa {
  color: #31BBEE !important;
}

.customDesignPreventivi .icon-preventivi span {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f5f5f5;
  transform: translateY(-50%);
  border-radius: 50%;
}

@media screen and (max-width:1200px) {
  .customDesignPreventivi .icon-preventivi span {
    position: relative;
  }
}

.customDesignPreventivi .icon-preventivi .fas {
  line-height: 2.5rem;
  font-size: 1rem;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #6bc182 !important;
}

.customDesignPreventivi .icon-preventivi .fa-calendar-week {
  color: #E74B3E !important;
}

.costumDEsignWalkin .col-form-label {
  font-size: 14px !important;
  line-height: 21px !important;
  min-height: 60px !important;
}

.costumDEsignWalkin .form-control {
  background-color: #eaf4fe;
  height: 55px;
  border: none;
}

.costumDEsignWalkin .btn-cancel-preventivo {
  padding: 0.9rem 2rem;
  background-color: #f26d6f;
  border: none;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  position: relative;
  width: 100%;
}

.costumDEsignWalkin .btn-cancel-preventivo:focus {
  outline: none;
  box-shadow: none;
}

table.fbody.table.table-striped .elenco-table td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

table.fbody.table.table-striped .elenco-table td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

table.fbody.table.table-striped .walkin-table td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

table.fbody.table.table-striped .walkin-table td:first-child {
  border-left: 1px solid #ccc !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

table.fbody.table.table-striped .walkin-table td:last-child {
  border-right: 1px solid #ccc !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.costumDesignWalk .modal-footer .submitmessage {
  padding: 0.9rem 2rem !important;
  border-radius: 8px !important;
  border: none !important;
  background-color: #E74B3E !important;
  color: #fff !important;
  text-align: center;
  position: relative;
  width: 20% !important;
  height: 55px;
}

.secondo-sum td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.secondo-sum td:first-child {
  border-left: 1px solid #ccc !important;
}

.secondo-sum td:last-child {
  border-right: 1px solid #ccc !important;
}

.secondo-sum input {
  border: 1px solid #26b2fc !important;
}

.costumDesignEventi .btn.btn-primary {
  background-color: #31BBEE;
  border: none;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  color: #fff;
  padding: 0.9rem 0.6rem 0.9rem 1.6rem !important;
}

.costumDesignEventi .btn-cancel {
  background-color: #f26d6f !important;
  border: none;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  color: #fff;
  padding: 0.9rem 2rem !important;
}

table.fbody.table.table-striped thead tr td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

table.fbody.table.table-striped thead tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.costumDesignPrevisioniGrafico .btn-progetti {
  padding: 0.9rem 2rem;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #1c1c1c;
  text-align: center;
  position: relative;
  border-radius: 8px;
}

@media screen and (max-width: 1300px) {
  .mobile-prev {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

@media screen and (max-width: 992px) {
  .mobile-prev {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 580px) {
  .mobile-prev {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.costumDesignPrevisioniGrafico .btn-operatore {
  padding: 0.9rem 1rem;
  background-color: #E74B3E;
  border: none;
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 8px;
}

.costumDesignPrevisioniGrafico .form-control {
  height: 55px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.costumDesignPrevisioniGrafico .form-control:focus {
  outline: none;
  box-shadow: none;
}

.costumDesignPrevisioniGrafico .submitmessage {
  padding: 0.9rem 2rem;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #1c1c1c;
  text-align: center;
  position: relative;
  border-radius: 8px;
}

.costumDesignPrevisioniGrafico .btn-chiudi {
  padding: 0.9rem 1rem;
  background-color: #eaf4fe;
  border: none;
  color: #31BBEE;
  text-align: center;
  position: relative;
  border-radius: 8px;
}

.costumDesignPrevisioniGrafico .btn-chiudi:hover,
.costumDesignPrevisioniGrafico .btn-chiudi:focus {
  background-color: #eaf4fe !important;
  border: none !important;
  color: #31BBEE !important;
  outline: 0 !important;
  box-shadow: none !important;
}

#progetti_data thead tr td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#progetti_data thead tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

table#admin_agencies,
table#matched_data,
table#lead_table,
table#jobs_table,
table#emailSearch,
table#occlusion_table {
  border-collapse: separate !important;
  border-spacing: 0 0 !important;
  color: #1c1c1c;
  font-size: 14px;
  line-height: 19px;
}

/* table#matched_data {
  border-collapse: separate !important;
  border-spacing: 0 15px !important;
  color: #1c1c1c;
  font-size: 14px;
  line-height: 19px;
} */

.user-actions-dropdown, .job-actions-dropdown {
  text-align: center;
}

tr.odd td {
  border-top: 1px solid #ECECEC !important;
  border-bottom: 1px solid #ECECEC !important;
  border-right: 2px solid #fff !important;
}

tr.even td {
    border-top: 1px solid #ECECEC !important;
    border-bottom: 1px solid #ECECEC !important;
    border-right: 2px solid #fff !important;
}

tr.data-row.odd td:first-child {
  border-left: 0px solid #ECECEC !important;
  border: 0px !important;
  background: #fff;
}


tr.data-row.odd td:last-child {
  border-right: 1px solid #ECECEC !important;
}

i.fas.fa-trash {
  color: #31BBEE !important;
}

.view-azione {
  width: 10%;
}

@media screen and (max-width: 1450px) {
  .view-azione {
    width: 15%;
  }
}

@media screen and (max-width: 1280px) {
  .view-azione {
    width: 20% !important;
  }

  .mobile-btn {
    margin-bottom: 30px;
  }
}

div#proghetiList {
  position: absolute;
  width: 40%;
  height: auto;
  background-color: transparent;
  box-shadow: 0 4rem 8rem rgb(0 0 0 / 10%);
}

ul.dropdown-menu {
  border: none;
  width: 100%;
  background-color: #eaf4fe !important;
}

ul.dropdown-menu li {
  padding: 6px 12px;
}

ul.dropdown-menu li a {
  color: #7a8087;
}

ul.dropdown-menu li a:hover,
ul.dropdown-menu li a:focus {
  color: #ffffff;
  text-decoration: none;
}

/* Operatore */

.proggeti-title label {
  color: #31BBEE;
  font-size: 22px;
  font-weight: 500;
}

.icon-operatore .fas {
  color: #31BBEE;
}

.icon-operatore span {
  border: 1px solid #31BBEE;
}

.btn-previsione-operatore {
  padding: 0.9rem 2rem !important;
  text-align: center;
  border-radius: 8px;
  border: none;
  color: #31BBEE;
  background-color: #eaf4fe;
  width: 100%;
  height: 55px;
}

.btn-previsione-operatore:hover,
.btn-previsione-operatore:focus {
  color: #31BBEE !important;
  background-color: #eaf4fe !important;
  outline: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

@media screen and (max-width: 1290px) {
  .form-operator {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

@media screen and (max-width: 520px) {
  .form-operator {
    flex-direction: column;
  }
}

.label-title {
  font-size: 28px;
  color: #1c1c1c;
}

.progetti-title {
  font-size: 28px;
  color: #E74B3E;
}

.progetti-name {
  font-size: 28px;
  color: rgb(255, 0, 0);
}

.costumDesignInsertPrevisioni .fa-times-circle {
  font-size: 2rem !important;
  color: #ea6c6d !important;
}

.fa-times-circle:hover,
.fa-times-circle:focus {
  text-decoration: none;
  outline: none;
}

.title-section {
  color: #E74B3E;
  font-size: 20px;
  border-bottom: 1px solid #1c1c1c;
  width: 100%;
  padding-bottom: 14px;
}

.bg-section {
  background-color: #eaf4fe;
  border-radius: 8px;
}

@media screen and (min-width: 767px) {
  .bg-section {
    width: 48% !important;
    max-width: 48% !important;
    flex: 0 0 48% !important;
  }
}

@media screen and (min-width: 767px) {
  .bg-right {
    width: 48% !important;
    max-width: 48% !important;
    flex: 0 0 48% !important;
  }
}

.first-bg {
  background-color: #eaf4fe;
  border-radius: 8px;
}

.second-bg {
  background-color: #eaf4fe;
  border-radius: 8px;
}

.first-bg .form-control {
  height: 55px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  margin-top: 20px;
}

.second-bg .form-control {
  background-color: #fff;
  height: 55px;
  border: none;
  border-radius: 8px;
}

.insert-text .form-control {
  border-radius: 8px;
  background-color: #f5f5f5 !important;
}

.costumDesignInsertPrevisioni .btn-chiudi {
  background-color: #fff;
  border-color: #E74B3E;
  color: #E74B3E;
  border-radius: 8px;
  text-align: center;
  padding: 0.9rem 2rem;
  height: 55px;
}

.costumDesignInsertPrevisioni .btn-save {
  background-color: #E74B3E;
  border-color: none;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 0.9rem 2rem;
  height: 55px;
}

.costumDesignInsertPrevisioni .btn-save:hover,
.costumDesignInsertPrevisioni .btn-save:focus {
  outline: none;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .costumDesignInsertPrevisioni .text-left {
    flex-direction: column;
  }

  .label-title {
    font-size: 20px;
  }

  .progetti-title {
    font-size: 20px;
  }
}

.allegati-prog .col-form-label {
  font-size: 24px !important;
  line-height: 32px;
  color: #E74B3E;
}

.allegati-prog span {
  color: #ea6c6d;
}

.allega-progetti .btn.btn-primary.btn-upload.w-50 {
  width: 50% !important;
}

.btn-allega-progetti {
  width: 100% !important;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .allega-progetti {
    justify-content: flex-start !important;
  }

  .allegati-previsioni .modal-footer {
    justify-content: flex-start !important;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .allega-progetti {
    justify-content: center !important;
    width: 100%;
  }

  .allega-progetti .btn.btn-primary.btn-upload.w-50 {
    width: 100% !important;
  }

  .allegati-previsioni .modal-footer {
    justify-content: center !important;
    margin: 0;
    width: 100%;
  }
}

.button-allega {
  background-color: #eaf4fe;
  padding: 0.9rem 2rem !important;
  font-size: 18px;
  text-align: center;
  border: none;
  position: relative;
  width: 300px;
  transition: 0.3s all;
  color: #000 !important;
  height: 55px;
  border-radius: 8px;
}

table.dataTable tbody td {
  border-top: 1px solid #ECECEC !important;
  border-bottom: 1px solid #ECECEC !important;
}

table.dataTable tbody td:first-child {
  border: 0 !important;
  border-left: 0 solid !important;
  background: #fff !important;
}

table.dataTable tbody td:last-child {
  border-right: 1px solid #eaf4fe !important;
}

tr td:nth-child(2) {
  /*border-left: 1px solid #eaf4fe !important;*/
}


/* styling il buttone cliente sulla view ele proggeti */

.proggeti .btn-clienti {
  background-color: #eaf4fe;
  border-radius: 0.5rem;
  padding: 0.9rem 2rem !important;
  color: #1e1e1e;
  border: none;
  font-size: 16px;
  height: 55px;
}

.proggeti .btn-clienti:hover,
.proggeti .btn-clienti:focus {
  background-color: #eaf4fe !important;
  color: #1e1e1e !important;
  box-shadow: none !important;
  outline: none !important;
}

.proggeti #clienti {
  position: absolute;
  visibility: hidden;
  z-index: 1000;
  left: 42%;
  margin-top: -5%;
}

.max-prog #clienti {
  margin-top: 0 !important;
}

.proggeti .clienti {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 240px;
}

.proggeti .clienti .btn-seleziona-clienti {
  background-color: #fff;
  text-align: center;
  display: inline-block;
  color: #c1c1c1;
  padding: 0.7rem 4rem;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 0;
  box-shadow: 0 3rem 5rem rgb(0 0 0 / 10%);
}

.proggeti #clienti.active {
  visibility: visible;
}

/* fine styling */

/* Styling la view Nuova Application */
.customDesingNewAply .btn-back {
  background-color: #fff !important;
  border: 1px solid #a2a2a2 !important;
  color: #a2a2a2 !important;
  padding: 1rem !important;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  height: 55px !important;
  border-radius: 50%;
  margin-right: 1rem;
}

.customDesingNewAply .title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  color: #1E1E1E;
}

.customDesingNewAply .subtitle {
  font-size: 22px;
  line-height: 32px;
  color: #1e1e1e;
}

.customDesingNewAply .form-content {
  background-color: #EAF4FE;
  border-radius: 20px;
}

.customDesingNewAply .form-control {
  border: 1px solid #C8C8C8 !important;
  background-color: transparent;
  border-radius: 8px;
  height: 50px !important;
}

.customDesingNewAply span.select2.select2-container.select2-container--default.select2-container--focus {
  border: 1px solid #C8C8C8 !important;
  background-color: transparent !important;
  border-radius: 8px !important;
  height: 50px !important;
}

.customDesingNewAply .select2-container--default .select2-selection--multiple {
  border: 1px solid #C8C8C8 !important;
  background-color: transparent !important;
  border-radius: 8px !important;
  height: 50px !important;
}

.customDesingNewAply .fas {
  color: #E74B3E;
  font-size: 16px;
}

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

  #esa,
  #obl {
    margin-top: 50px;
  }
}

.customDesingNewAply .modal-footer .submitmessage {
  width: 20%;
  background-color: #E74B3E !important;
}

.customDesingNewAply #progetti_data button {
  border: 0px solid !important;
}

/* Modal Operatore */

.modalOperatore .modal-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #1c1c1c;
}

.modalOperatore label {
  font-size: 16px;
  line-height: 26px;
  color: #1c1c1c;
  font-weight: 400;
}

.modalOperatore .fas {
  font-size: 16px !important;
}

.modalOperatore .btn-conferma {
  width: 100%;
  background-color: #31BBEE;
  color: #fff;
  border: 1px solid #31BBEE;
  height: 55px;
  border-radius: 8px !important;
}

.modalOperatore .btn-conferma:hover,
.modalOperatore .btn-conferma:focus {
  background-color: #31BBEE !important;
  color: #fff !important;
  border: 1px solid #31BBEE !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.modalOperatore .btn-anulla {
  width: 100%;
  background-color: #EBEBEB;
  color: #212121;
  border: 1px solid #ebebeb;
  height: 55px;
  border-radius: 8px !important;
}

.modalOperatore .btn-anulla:hover,
.modalOperatore .btn-anulla:focus {
  background-color: #EBEBEB !important;
  color: #212121 !important;
  border: 1px solid #ebebeb !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.modalOperatore .modal-header {
  padding-right: 0 !important;
}

/* Modal Cliente */

.modalCliente .modal-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #1c1c1c;
  max-width: 280px;
}

.modalCliente label {
  font-size: 16px;
  line-height: 26px;
  color: #1c1c1c;
  font-weight: 400;
}

.modalCliente .fas {
  font-size: 16px !important;
}

.modalCliente .btn-conferma {
  width: 100%;
  background-color: #31BBEE;
  color: #fff;
  border: 1px solid #31BBEE;
  height: 55px;
  border-radius: 8px !important;
}

.modalCliente .btn-conferma:hover,
.modalCliente .btn-conferma:focus {
  background-color: #31BBEE !important;
  color: #fff !important;
  border: 1px solid #31BBEE !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.modalCliente .btn-anulla {

  width: 100%;
  background-color: #EBEBEB;
  color: #212121;
  border: 1px solid #ebebeb;
  height: 55px;
  border-radius: 8px !important;
}

.modalCliente .btn-anulla:hover,
.modalCliente .btn-anulla:focus {
  background-color: #EBEBEB !important;
  color: #212121 !important;
  border: 1px solid #ebebeb !important;
  outline: 0 !important;
  box-shadow: none !important;

}

.modalCliente .modal-header {
  padding-right: 0 !important;
}

/* Modal Comment */

.modalComment .modal-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #1c1c1c;
  max-width: 280px;
}

.modalComment label {
  font-size: 16px;
  line-height: 26px;
  color: #1c1c1c;
  font-weight: 400;
}

.modalComment .fas {
  font-size: 16px !important;
}

.modalComment .btn-conferma {
  width: 100%;
  background-color: #EBEBEB;
  color: #212121;
  border: 1px solid #ebebeb;
  height: 55px;
  border-radius: 8px !important;
}

.modalComment .btn-conferma:hover,
.modalComment .btn-conferma:focus {
  background-color: #EBEBEB !important;
  color: #212121 !important;
  border: 1px solid #ebebeb !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* .modalComment .btn-anulla{
  width: 100%;
  background-color: #E74B3E;
  color: #fff;
  border: 1px solid #E74B3E;
  height: 55px;
  border-radius: 8px !important;
}

.modalComment .btn-anulla:hover, .modalComment .btn-anulla:focus{
  background-color: #E74B3E !important;
  color: #fff !important;
  border: 1px solid #E74B3E !important;
  outline: 0 !important;
  box-shadow: none !important;
} */

.modalComment .modal-header {
  padding-right: 0 !important;
}

.modalComment .form-control {
  background-color: #EBF4FE;
  border-radius: 8px;
  height: 55px;
  border: none;
}

/* Modal Delete */


/* Modal Operatore */

.modalDelete .modal-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #1c1c1c;
  max-width: 280px;
}

.modalDelete p {
  font-size: 16px;
  line-height: 26px;
  color: #1c1c1c;
  font-weight: 400;
}

.modalDelete .btn-cancella {
  width: 100%;
  background-color: #EA6C6D;
  color: #fff;
  border: 1px solid #EA6C6D;
  height: 55px;
  border-radius: 8px !important;
}

.modalDelete .btn-cancella:hover,
.modalDelete .btn-cancella:focus {
  background-color: #EA6C6D !important;
  color: #fff !important;
  border: 1px solid #EA6C6D !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.modalDelete .btn-anulla {
  width: 100%;
  background-color: #E9E9E9;
  color: #8B8B8B;
  border: 1px solid #E9E9E9;
  height: 55px;
  border-radius: 8px !important;
}

.modalDelete .btn-anulla:hover,
.modalDelete .btn-anulla:focus {
  background-color: #E9E9E9 !important;
  color: #8B8B8B !important;
  border: 1px solid #E9E9E9 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.modalDelete .modal-header {
  padding-right: 0 !important;
}

/* Application View */

.costumDesignApply .btn-back {
  background-color: #fff !important;
  border: 1px solid #a2a2a2 !important;
  color: #a2a2a2 !important;
  padding: 1rem !important;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  height: 50px !important;
  border-radius: 50%;
  margin-right: 1rem;
}

.costumDesignApply .title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  color: #1E1E1E;
}

.costumDesignApply .btn-clienti {
  background-color: #E74B3E !important;
  color: #fff !important;
  border-radius: 8px !important;
  width: 100% !important;
  padding: 1rem;
  font-size: 14px;
  line-height: 21px;
  height: 55px;
}

.costumDesignApply .btn-clienti:hover,
.costumDesignApply .btn-clienti:focus {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

.costumDesignApply .btn-apply {
  background-color: #EAF4FE !important;
  color: #1D1D1D !important;
  border-radius: 8px !important;
  width: 100% !important;
  padding: 1rem 0.8rem 1rem 1rem;
  font-size: 14px;
  line-height: 21px;
  border-color: #eaf4fe;
}

.costumDesignApply .btn-apply:hover,
.costumDesignApply .btn-apply:focus {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

.costumDesignApply .icon .fas {
  font-size: 14px !important;
  margin-right: 3px;
}

/* authentication view */
footer {
  position: absolute;
  bottom: 0;
}

.auth img {
    padding: 20px 0 10px;
}

/* Modal CRM Operatore */


.crmOperatore .modal-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #1c1c1c;
  max-width: 280px;
}

.crmOperatore label {
  font-size: 16px;
  line-height: 26px;
  color: #1c1c1c;
  font-weight: 400;
}

.crmOperatore .fas {
  font-size: 16px !important;
}

.crmOperatore .btn-conferma {
  width: 100%;
  background-color: #31BBEE;
  color: #fff;
  border: 1px solid #31BBEE;
  height: 55px;
  border-radius: 8px !important;
}

.crmOperatore .btn-conferma:hover,
.crmOperatore .btn-conferma:focus {
  background-color: #31BBEE !important;
  color: #fff !important;
  border: 1px solid #31BBEE !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.crmOperatore .btn-anulla {

  width: 100%;
  background-color: #EBEBEB;
  color: #212121;
  border: 1px solid #ebebeb;
  height: 55px;
  border-radius: 8px !important;
}

.crmOperatore .btn-anulla:hover,
.crmOperatore .btn-anulla:focus {

  background-color: #EBEBEB !important;
  color: #212121 !important;
  border: 1px solid #ebebeb !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.crmOperatore .modal-header {
  padding-right: 0 !important;
}

.crmOperatore .modal-header {
  border-bottom: 0 !important;
}

.costumDesignAsegnaLavorazioni .btn-back {
  background-color: #fff !important;
  border: 1px solid #a2a2a2 !important;
  color: #a2a2a2 !important;
  padding: 1rem !important;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  height: 55px !important;
  border-radius: 50%;
  margin-right: 1rem;
}

.costumDesignEventi .btn-back {
  background-color: #fff !important;
  border: 1px solid #a2a2a2 !important;
  color: #a2a2a2 !important;
  padding: 1rem !important;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  height: 55px !important;
  border-radius: 50%;
  margin-right: 1rem;
}

.costumDesignAsegnaLavorazioni .submitmessage {
  width: 20%;
  background-color: #E74B3E !important;
  color: #fff;
  text-align: center;
  position: relative;
  border: none;
  font-size: 16px;
  line-height: 31px;
  border-radius: 8px;
  padding: 0.9rem 2rem;
}

.costumDesignAsegnaLavorazioni .btn-block {
  background-color: #E74B3E !important;
  color: #fff;
  text-align: center;
  position: relative;
  border: none;
  font-size: 16px;
  line-height: 31px;
  border-radius: 8px;
  padding: 0.9rem 2rem;
  width: 20%;
}

.costumDesignAsegnaLavorazioni .button-chiudi {
  display: flex;
  justify-content: end;
  width: 100% !important;
  max-width: 100% !important;
}

/* View Clienti */

.costumDesignClienti .title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  color: #1E1E1E;
}

.design-icon .fas {
  color: #E74B3E;
}

.costumDesignClienti label {
  color: #1C1C1C;
  font-size: 16px;
  line-height: 21px;
}

.costumDesignClienti .form-control {
  height: 55px;
  background-color: #EAF4FE;
  border-radius: 8px;
  border: 1px solid #eaf4fe;
}

.costumDesignClienti .submitmessage {
  padding: 0.9rem 2rem;
  background-color: #E74B3E;
  border-radius: 8px;
  color: #fff;
  height: 55px;
}

.costumDesignClienti .btn-link {
  color: #1C1C1C;
  font-size: 16px;
  line-height: 21px;
}

.costumDesignClienti .btn-link:hover,
.costumDesignClienti .btn-link:focus {
  outline: 0;
  box-shadow: none;
  text-decoration: none;
}

/* Aggiungi/Elemina Clienti */


@media (min-width: 576px) {
  .modalChange .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }
}

.modalChange .modal-header .fas {
  color: #EA6C6D;
  font-size: 34px !important;
}

.modalChange .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #1c1c1c;
}

.modalChange label {
  font-size: 16px;
  line-height: 26px;
  color: #1c1c1c;
  font-weight: 400;
}

.modalChange span.select2-selection.select2-selection--multiple {
  display: flex;
  padding: 0 30px;
  align-items: center;
}

.modalChange .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 0 !important;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 5px;
  margin-right: 5px;
}

.modalChange .submitmessage {
  background-color: #E74B3E;
  border: 1px solid #E74B3E;
  color: #fff;
  border-radius: 8px;
  margin-top: 20px;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none !important;
}

.icon-left .fas {
  color: #B1B1B1;
}


/* Cambia Posizione */

.changeModal .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #1c1c1c;
}

.changeModal label {
  font-size: 16px;
  line-height: 26px;
  color: #1c1c1c;
  font-weight: 400;
}

.changeModal .submitmessage {
  background-color: #E74B3E;
  border: 1px solid #E74B3E;
  color: #fff;
  border-radius: 8px;
  margin-top: 20px;
  width: 40% !important;
}

/* Questonario Breve */

.costumDesignQuestion .direct {
  color: #757575;
  font-size: 16px;
  line-height: 26px;
  border-right: 1px solid #757575;
  padding-right: 10px;
}

.costumDesignQuestion .title {
  padding-left: 10px;
  color: #757575;
  font-size: 20px;
  line-height: 30px;
}

.costumDesignQuestion .subtitle {
  color: #14A396;
  font-size: 20px;
  line-height: 30px;
  padding-left: 20px;
  text-transform: capitalize;
}

.costumDesignQuestion .modal-footer {
  margin-top: 5rem !important;
  width: 100%;
}

.costumDesignQuestion .modal-footer .submitmessage {
  width: 20% !important;
}

.costumDesignQuestion form {
  width: 80%;
  display: block;
  margin: auto;
}

.costumDesignQuestion .form-control {
  background-color: #ECECEC;
  border: none;
  height: 55px !important;
  margin-top: 10px;
}

.btn-clienti-operatore a {
  background-color: #31BBEE !important;
  color: #fff !important;
  border-radius: 8px !important;
  width: 100% !important;
  padding: 1rem;
  font-size: 14px;
  line-height: 21px;
  height: 55px;
  text-align: center;
  width: 100%;
}

/* View Dettagli Lavorazioni */
.dettagli-lav .form-group {
  display: flex;
  align-items: center;
}

.dettagli-lav .fa-times-circle {
  font-size: 2rem !important;
  color: #ea6c6d !important;
}

.dettagli-lav .form-control {
  background-color: #eaf4fe;
  border: none;
  height: 55px;
}

.dettagli-lav .far,
.dettagli-lav .fa,
.dettagli-lav .fas {
  color: #E74B3E;
}

@media only screen and (min-width: 992px) {
  .dettagli-lav .left-detagli {
    padding-right: 50px;
    border-right: 1px solid #cccccc;
  }

  .dettagli-lav .right-detagli {
    padding-left: 50px;
  }
}

.dettagli-lav .modal-footer .fas {
  color: #fff !important;
}

/* Duplica Proggeti */
@media only screen and (min-width: 992px) {
  .costumDuplicaProg .left-prog {
    padding-right: 50px;
    border-right: 1px solid #cccccc;
  }

  .costumDuplicaProg .right-prog {
    padding-left: 50px;
  }
}

.costumDuplicaProg .form-group {
  display: flex;
  align-items: center;
}

.costumDuplicaProg .fas,
.costumDuplicaProg .far {
  color: #E74B3E;
}

.costumDuplicaProg .form-group .form-control {
  border: 0px;
  height: 55px;
  border-radius: 8px;
  background-color: #eaf4fe;
  ;
}

.costumDuplicaProg .modal-footer {
  margin-top: 2rem !important;
}

.costumDuplicaProg .fa-times-circle {
  font-size: 2rem !important;
  color: #ea6c6d !important;
}

/* Exporta Prog */

@media only screen and (min-width: 992px) {
  .exporta-prog .left-prog {
    padding-right: 50px;
    border-right: 1px solid #cccccc;
  }

  .exporta-prog .right-prog {
    padding-left: 50px;
  }
}

.exporta-prog .form-group {
  display: flex;
}

.exporta-prog .fas,
.exporta-prog .far {
  color: #E74B3E;
}

.exporta-prog .form-group .form-control {
  border: 0px;
  height: 55px;
  border-radius: 8px;
  background-color: #eaf4fe;
  ;
}

.exporta-prog .modal-footer {
  margin-top: 2rem !important;
}

.exporta-prog .fa-times-circle {
  font-size: 2rem !important;
  color: #ea6c6d !important;
}

.costumNuovaLavorazione .fa-times-circle {
  font-size: 2rem !important;
  color: #ea6c6d !important;
}

.proggeti #progetti_data .btn {
  padding: 0 !important;
}

/* Modal when we are loged in as operator */

@media (min-width: 1200px) {

  #noteModal .modal-lg,
  .modal-xl {
    max-width: 1180px;
  }
}


/* Campo Note */
@media (min-width: 991px) {
  .nuovo-preventivo div#cke_note {
    margin-left: -1rem;
  }
}


.cke_top {
  border-bottom: 1px solid #eaf4fe !important;
  background: #eaf4fe !important;
}

@media (min-width: 991px) {
  .modifica-preventivi-page div#cke_note {
    margin-left: -1rem;
  }
}

@media (min-width: 991px) {
  .modifica-preventivi-mobile div#cke_note {
    margin-left: -1rem;
  }
}

.modifica-preventivi-mobile .modal-footer {
  margin-top: 20px !important;
}

@media (min-width: 991px) {
  .nuovo-evento div#cke_note {
    margin-left: -1rem !important;
  }
}

.nuovo-evento .modal-footer {
  margin-top: 20px !important;
}

.cke_chrome {
  border: 1px solid #eaf4fe !important;
}

.cke_bottom {
  border-top: 1px solid #eaf4fe !important;
  background: #eaf4fe !important;
}

@media (min-width: 991px) {
  .edit-proggeti div#cke_note {
    margin-left: -1rem !important;
  }
}

.edit-proggeti .modal-footer {
  margin-top: 20px !important;
  justify-content: center;
}

@media (min-width: 991px) {
  .create-proggeti div#cke_note {
    margin-left: -1.6rem !important;
    margin-right: -1rem !important;
  }
}

.create-proggeti .modal-footer {
  margin-top: 20px !important;
  justify-content: center;
}

@media (min-width: 991px) {
  .create-user .cke_chrome {
    margin-left: -1.1rem !important;
  }

  .group-icon-mobile {
    margin-left: -1.1rem !important;
  }
}

@media (min-width: 991px) {
  .agencyCostumStyle .cke_chrome {
    margin-left: -1.1rem !important;
  }
}



.form-check {
  height: 55px;
  align-items: center;
  display: flex;
}

.modal-acconti .fas {
  color: #E74B3E !important;
}

.modal-acconti .far {
  color: #E74B3E !important;
}

.modal-acconti .form-group {
  align-items: center;
}

.modal-acconti .form-control {
  border: 0px;
  height: 55px;
  border-radius: 8px;
  background-color: #eaf4fe;
  ;
}

/* View Moifica Lavoro */



@media only screen and (min-width: 992px) {
  .costumStyleModificaLavoro .left {
    padding-right: 50px;
    border-right: 1px solid #ccc;
  }

  .costumStyleModificaLavoro .right {
    padding-left: 50px;
  }
}

.costumStyleModificaLavoro .form-group {
  display: flex;
  align-items: center;
}

.costumStyleModificaLavoro .form-group .form-control {
  border: 0px;
  height: 55px;
  border-radius: 8px;
  background-color: #eaf4fe;
  ;
}

.costumStyleModificaLavoro .fas {
  color: #E74B3E !important;
}

.costumStyleModificaLavoro .far {
  color: #E74B3E !important;
}

.costumStyleModificaLavoro .modal-footer {
  justify-content: center;
}

@media (min-width: 991px) {
  .costumStyleModificaLavoro div#cke_note {
    margin-left: -1rem !important;
  }
}

.costumStyleModificaLavoro .fa-times-circle {
  font-size: 2rem !important;
  color: #ea6c6d !important;
}


@media (min-width: 991px) {
  .dettagli-lav div#cke_note {
    margin-left: -1rem !important;
  }
}


/* Storico */

.view-ore {
  background-color: #eaf4fe;
  padding: 0.9rem 2rem 0.9rem 2rem !important;
  border-radius: 0.5rem;
  border: 0px solid !important;
  position: relative;
  color: #31BBEE;
  font-size: 16px;
  line-height: 21px;
  height: 55px;
}

.view-ore:hover,
.view-ore:focus {
  background-color: #eaf4fe !important;
  color: #31BBEE !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.view-ore span .fa {
  line-height: 2rem;
  font-size: 1rem;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #31BBEE;
}

.view-ore span {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: 0.8rem;
}

.costumDesignLavorazioni .btn-commm-operatore {
  background-color: #cccccc !important;
  border: 1px solid none !important;
  border-radius: 8px;
  color: #fff !important;
  font-size: 14px;
  padding: 0.5rem 2rem;
  text-align: center;
}

@media screen and (min-width:1600px) {
  .admin-page.ticket select#time_client {
    width: 15rem !important;
    padding-left: 50px !important;
  }
}

.conversation .cke_top {
  border-bottom: 1px solid #d1d1d1 !important;
  background: #f8f8f8 !important;
}

.conversation .cke_chrome {
  border: 1px solid #d1d1d1 !important;
  margin: 0 50px;
}

.conversation .cke_bottom {
  border-top: 1px solid #d1d1d1 !important;
  background: #f8f8f8 !important;
}

@media (min-width: 1200px) {
  .modal-comm-operatore .modal-dialog {
    max-width: 1180px !important;
  }
}

.modal-comm-operatore .btn-anulla {
  width: 30% !important;
}

.modal-comm-operatore .btn-comm {
  width: 30% !important;
}

.modal-comm-operatore .modal-footer {
  justify-content: center;
}

.second-attach {
  margin-left: 30px;
}

.alert-mesagge {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-mesagge .alert-danger {
  border-color: transparent !important;
}

.alert-mesagge .alert-dismissible .close {
  right: -50%;
  transform: translateX(50%);
}

.costumNuovaLavorazione .btn-upload {
  width: 100% !important;
  background-color: #cce5f2 !important;
  border: 1px solid #13b1ff !important;
  padding: 14px 20px !important;
  height: 54px;
  color: #000;
  text-align: end;
}

.costumNuovaLavorazione .btn-upload:hover,
.costumNuovaLavorazione .btn-upload:focus {
  color: #000 !important;
}

/*Stato Lavorazione*/
.stato-lav .btn-reparto {
  background-color: #eaf4fe;
  border-radius: 8px;
  padding: 1rem !important;
  color: #1e1e1e;
  border: none;
  font-size: 16px;
}

.stato-lav .btn-reparto:visited {
  border-color: transparent !important;
  border: none !important;
  box-shadow: none;
}

.stato-lav .btn-reparto:hover,
.stato-lav .btn-reparto:focus,
.stato-lav .btn-reparto:active {
  background-color: #eaf4fe !important;
  outline: none !important;
  text-decoration: none !important;
  color: #1e1e1e !important;
  border-color: transparent !important;
  border: none !important;
  box-shadow: none;
}

.stato-lav #reparto {
  position: absolute;
  visibility: hidden;
  z-index: 1000;
  margin-top: 1%;
  left: 30%;
  transform: translateX(-30%);
}

.stato-lav .reparto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 240px;
}

.stato-lav .reparto .btn-filter {
  background-color: #fff;
  text-align: center;
  display: inline-block;
  color: #c1c1c1;
  padding: 0.7rem 4rem;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 0;
  box-shadow: 0 3rem 5rem rgb(0 0 0 / 10%);
}

.reparto span {
  margin-right: 1.2rem;
}

.stato-lav #reparto.active {
  visibility: visible;
}

.stato-lav #list-filter {
  margin-top: 0;
  left: 0;
}

/*Fine Stato Lavorazione*/

/* Create proggeti */
.create-proggeti .select2-container .select2-selection--single .select2-selection__rendered {
  margin-left: 0 !important;
  background-color: #eaf4fe !important;
  padding: 0.8rem 0.75rem !important;
  height: 55px !important;
  margin-top: 0px !important;
  border-left: none !important;
  border-right: none !important;
}

.create-proggeti .select2-container--default .select2-selection--single {
  background-color: #eaf4fe !important;
  border: 0px solid transparent !important;
  border-radius: 0px !important;
}

#createPredictionModal .select2-container .select2-selection--single {
    height: 33px !important;
    background-color: transparent !important;
}

#createPredictionModal .select2-container {
    margin-bottom: 10px !important;
}

#updatePredictionModal .select2-container .select2-selection--single {
    height: 33px !important;
    background-color: transparent !important;
}

#updatePredictionModal .select2-container {
    margin-bottom: 10px !important;
}

.input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #aaa !important; /* Defines the box border */
    border-radius: 4px !important; /* Makes the box rounded */
    padding: 5px 10px !important; /* Adds padding inside the box */
}

.create-proggeti .select2-container .select2-selection--single {
  height: 55px !important;
}

.create-proggeti .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 50% !important;
  right: 1% !important;
  width: 20px !important;
  transform: translate(-1%, -50%) !important;
}

/* Edit Progetti */

.edit-proggeti .select2-container .select2-selection--single .select2-selection__rendered {
  margin-left: 0 !important;
  background-color: #eaf4fe !important;
  padding: 0.8rem 0.75rem !important;
  height: 55px !important;
  margin-top: 0px !important;
  border-left: none !important;
  border-right: none !important;
}

.edit-proggeti .select2-container--default .select2-selection--single {
  background-color: #eaf4fe !important;
  border: 0px solid transparent !important;
  border-radius: 0px !important;
}

.edit-proggeti .select2-container .select2-selection--single {
  height: 55px !important;
}

.edit-proggeti .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 50% !important;
  right: 1% !important;
  width: 20px !important;
  transform: translate(-1%, -50%) !important;
}

/* Nuova Application */

form.form-content {
  width: 100%;
  display: flex;
}

.nuova-app {
  width: 100% !important;
}

.nuova-app .submitmessage {
  width: 20%;
}

@media screen and (max-width:1200px) {
  .hide-content {
    display: none;
  }

  .resize-col {
    -webkit-box-flex: 0 !important;
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
}

@media screen and (max-width:767px) {
  .hide-content {
    display: none;
  }

  .resize-col {
    -webkit-box-flex: 0 !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .nuova-app .submitmessage {
    width: 30%;
  }
}

@media screen and (max-width:580px) {
  .hide-content {
    display: none;
  }

  .resize-col {
    -webkit-box-flex: 0 !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.costumDesignLavorazioni .title {
  font-size: 22px;
  line-height: 32px;
  text-transform: capitalize;
  font-weight: 500;
}

.hide-label {
  display: none;
}

.costumDesignLavorazioni .fas {
  color: #31BBEE !important;
}

.costumDesignLavorazioni .subtitle {
  font-size: 22px;
  line-height: 32px;
  text-transform: capitalize;
  font-weight: 500;
  color: #31BBEE;
}

.btn-link {
  color: #31BBEE !important;
}

.btn-link:hover {
  color: #31BBEE !important;
  text-decoration: none !important;
}

#lav-proggeti {
  border-collapse: separate !important;
  border-spacing: 0 1px !important;
}

input.form-control.form-control-sm {
  background: #fff !important;
  border-bottom: 1px solid #cbcbcb !important;
  border-radius: 0;
  height: 30px !important;
}

div#totalItems_filter {
  display: flex;
  align-items: center;
}

i.fa.fa-search {
  color: gray;
  margin-left: -30px;
  font-size: 12px;
}

.horizontal-links li a {
  color: #6F6F6E;
  font-size: 16px;
    font-weight: 600;
}

.col-lg-2.col-md-3.col-sm-6.col-xs-12.mb-3.ttle span {
  font-size: 22px;
  font-family: 'Raleway';
}

.col-12.mt-3.raggi span {
  font-size: 22px;
}

select#searchProg {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057 !important;
  background-color: #ECECEC !important;
  background-clip: padding-box;
  border: 1px solid #f8f9f9 !important;
  border-radius: 0.5rem !important;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 55px;
}

.costumDesignLavorazioni .submitmessage {
  background: #E74B3E;
  color: #fff;
  height: 55px;
  padding: 0.9rem 2rem;
  text-align: center;
  border-radius: 8px;
  border: none;
}

a#idlink5,
a#idlink6 {
  color: #fff;
  padding: 5px;
}

.row.form-group.sv {
  margin-left: -4px;
}

@media (min-width: 1441px) {

  .new-link li {
    padding: 0.8rem;
    height: 55px;
    min-width: 185px;
    text-align: center;
    background-color: #D9D9D9;
    border: 1px solid #B1B1B1 !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-top: 4px solid #D9D9D9 !important;
  }

}

@media (max-width: 1440px) {
  .new-link li {
    min-width: 122px;
    font-size: 10px;
    line-height: 15px;
    padding: 0.8rem;
    background: #D9D9D9;
    text-align: center;
  }
}


/* For tablets - 1024px width */
@media (max-width: 1024px) {
  .new-link li {

    min-width: 122px;
    font-size: 10px;
    line-height: 15px;
    padding: 0.8rem;
    background: #D9D9D9;
    text-align: center;
  }

  .costumDesignMobile {
    flex-direction: column;
  }

  .row.costumDesignMobile.margin {
    margin-left: 0px;
  }

  .row.dash-agency {
    margin-left: 13%;
    margin-right: 0;
    overflow: hidden;
  }

  .main-panel {
    margin: 0 auto;
  }

  .new-link {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    list-style: none;
    padding-left: 0;
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/* For smaller tablets or mobile devices - 768px width */
@media (max-width: 768px) {
  .new-link li {
    min-width: 92px;
    font-size: 10px;
    line-height: 15px;
    padding: 15px 5px;
  }

  .costumDesignMobile {
    flex-direction: column;
  }

  .new-link {
    flex-direction: column;
  }

  .new-link {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    list-style: none;
    padding-left: 0;
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .main-panel {
    margin: 70px auto;
  }

  .col-md-12.col-sm-12.col-xs-12.col-lg-4.align-items-stretch.customStyleSection {
    margin-top: 5%;
  }

  .row.dash-agency {
    margin-left: 15px !important;
    margin-right: 15px !important;
    overflow: hidden;
  }
}

@media (max-width: 425px) {
  .col-md-12.col-sm-12.col-xs-12.col-lg-4.align-items-stretch.customStyleSection {
    margin-top: 25%;
  }
}

img.img-fluid.second-img {
  border-radius: 8px;
}


/*Dashboard agency*/
.banner2 {
  max-width: 100%;
  width: 100%;
  height: auto;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/banner.png) !important;
  min-height: 33% !important;
  border-radius: 10px;
}

.ticektuser {
  right: 65%;
  top: 72px;
  z-index: 9;
  background: #E74B3E;
  padding: 0 15px;
  display: none;
}

.main-panel.main-panel-custom.col-lg-12.col-xs-12.col-sm-12.customStyleSection {
  margin-top: 0;
}

.row.dash-agency {
  margin-left: 10%;
  margin-right: 15px !important;
  overflow: hidden;
}

/*buton lead*/
.col-lg-3.col-md-3.col-sm-6.col-xs-12.mb-3.buton {
  display: flex;
  align-items: center;
}

.col-lg-3.col-md-3.col-sm-6.col-xs-12.mb-3.buton a {
  padding: 12px;
}

/*Tabela*/
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: 30px !important;
  color: #fff;
}

input#searchbox {
  background: #fff;
  border: 1px solid #cbcbcb !important;
  border-radius: 0.5rem;
  height: 55px !important;
}

.col-lg-3.col-md-3.col-sm-6.col-xs-12.mb-3.buton a {
  padding: 14px;
  font-size: 14px;
}

h1.elencol {
  font-family: "Raleway";
  font-size: 22px;
  color: rgb(105, 105, 105);
}

/*Test*/
.row.mx-0.d-flex.align-items-center.w-100 {
  display: flex;
  justify-content: space-between;
}

select.custom-select.custom-select-sm.form-control.form-control-sm {

  padding: 0.9rem 1rem;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
}

button.btn.btn-primary.ellead {
  background-color: #eaf4fe !important;
  padding: 0.9rem 3.5rem !important;
  border-radius: 0.5rem;
  border: 0 solid !important;
  position: relative;
  color: #31BBEE !important;
  font-size: 14px;
  height: 55px;
  line-height: 21px;
  margin-right: 15px;
}

button.btn.btn-primary.ellead span {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* a.btn.btn-primary.ellead {
  background-color: #eaf4fe !important;
  padding: 0.9rem 3.5rem !important;
  border-radius: 0.5rem;
  border: 0 solid !important;
  position: relative;
  color: #E74B3E !important;
  font-size: 14px;
  height: 55px;
  line-height: 21px;
  margin-right: 15px;
} */

a.btn.btn-primary.ellead,
a.btn.btn-primary.elenco,
.btn-aggungi-cliente {
  background-color: #2295d7 !important;
  padding: 10px;
  border-radius: 0.5rem;
  border: 0 solid !important;
  position: relative;
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
}

/* a.btn.btn-primary.ellead span {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
} */

/* a.btn.btn-primary.elenco {
  background-color: #fff !important;
  padding: 0.9rem 1rem 0.9rem 1rem !important;
  border-radius: 0.5rem;
  border: 1px solid #E74B3E !important;
  position: relative;
  color: #E74B3E !important;
  font-size: 14px;
  height: 55px;
  line-height: 21px;
  margin-right: 15px;
} */

select.custom-select.custom-select-sm.form-control.form-control-sm {
  background: #fff !important;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: 265px !important;
}

.form-control {
  background-color: #F5F5F5 !important;
  height: 35px;
  border-radius: 5px;
  border: none;
  border-bottom: 1px solid grey;
}

.customDesignPreventivi .form-control {
  height: 55px !important;
  background-color: #eaf4fe;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid grey;
}

#filterDiv {
  display: none;
  /* Additional styling for the hidden div if needed */
  padding: 20px;
  background-color: #eaf4fe;
}


@media (max-width: 768px) {
  .numbers-buttons {
    display: flex;
    flex-direction: column;
  }
}

.job-actions-dropdown .dropdown-toggle::after {
    display: none; /* Hide the dropdown arrow */
}

.user-actions-dropdown .dropdown-toggle::after, .job-actions-dropdown .dropdown-toggle::after {
  display: none; /* Hide the dropdown arrow */
}

.job-custom-background {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 5px;
}

.buttons-container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.job-attr-value {
    color: #6F6F6E; /* Change the color to your desired value */
    font-weight: 500; /* Optional: Apply bold font weight */
}

.form-container {
    margin-bottom: 50px; /* Add margin to the bottom of the form */
}

.custom-file-upload{
    background-color: #94C2ED;
    padding: 30px;
}

@media only screen and (min-width: 992px) {
    .new-supplier .left-supplier {
      padding-right: 25px;
      border-right: 0px solid #cccccc;
    }

    .new-supplier .right-supplier {
        padding-left: 25px;
    }
}

@media only screen and (min-width: 1100px) {
    .new-supplier .modal-dialog {
        min-width: 990px !important;
    }
}

@media only screen and (min-width: 992px) {
    .new-supplier .modal-dialog {
        min-width: 900px;
    }
}

/* Custom CSS to remove outline borders and background color */
.job-attr-table {
    border-collapse: collapse; /* Collapse borders between cells */
    border-spacing: 0; /* Set border spacing to 0 */
}
.job-attr-table th, .job-attr-table td {
    border: none; /* Remove default borders */
    padding: 8px; /* Add padding for better readability */
}
/* Apply borders to inner cells */
.job-attr-table td:not(:last-child),
.job-attr-table th:not(:last-child) {
    /*border-right: 1px solid black; !* Set right border color for inner cells *!*/
}
.job-attr-table tr:not(:last-child) td {
    border-bottom: 1px solid black !important; /* Set bottom border color for inner cells */
}
.job-attr-table tbody tr {
    background-color: transparent !important; /* Set background color to transparent */
}

.job-attr-table tr:first-child td {
    border-top: none !important;
}

.job-attr-table tr:last-child td {
    border-bottom: none !important;
}

.job-attr-table tr td:last-child {
    border-right: none !important;
}

.job-attr-table tbody tr {
    background-color: transparent !important; /* Set background color to transparent */
}

table.job-attr-table tr:nth-of-type(odd) {
    border: none !important;
}

.job-card {
    border: 1px solid #31BBEE;
    background-color: #ededed;
    display: flex;
    flex-direction: column;
}

.custom-flex-container {
    display: flex;
    flex-direction: column;
}

/* Custom class for compact card titles */
.compact-card-title {
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cell {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/* Custom CSS for prediction cards */
/*.prediction-card {*/
/*    padding: 0; !* Remove padding *!*/
/*    border-radius: 5px;*/
/*    height: 70px; !* Set a fixed height for the cards *!*/
/*    width: 40%; !* Adjust the width as needed *!*/
/*    position: relative;*/
/*    box-sizing: border-box;*/
/*}*/

/* Container for prediction card and below-card */
.card-container {
    margin-top: 5px;
    display: flex;
    flex-direction: column; /* Stack the card and the below-card vertically */
    width: 40%; /* Adjust the width of the card and below-card together */
    margin-bottom: 20px; /* Space between different card-container elements */
}

/* Prediction card styles */
.prediction-card {
    position: relative; /* Ensure the card can have absolutely positioned elements */
    padding: 0;
    border-radius: 5px;
    height: 70px;
    width: 100%; /* Inherit width from the container */
    box-sizing: border-box;
}

/* Below card styles */
.below-card {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #007bff;
    text-align: center;
    width: 100%; /* Inherit width from the container */
}

.delete-icon {
    position: absolute; /* Position the trash can relative to the card */
    bottom: 10px; /* Position it 10px from the bottom */
    right: 10px; /* Position it 10px from the right */
    font-size: 15px !important; /* Adjust size of the icon if needed */
    cursor: pointer; /* Show pointer on hover */
    z-index: 1; /* Ensure the icon is above other content */
}


.morning-card {
    /* Add specific styles for morning prediction cards */
    background-color: green;
}

.afternoon-card {
    /* Add specific styles for afternoon prediction cards */
    background-color: orange;
}

/* Adjust font size for smaller cards */
.prediction-card .card-title {
    font-size: 12px;
    color: #fff;
    padding: 0 !important;
    margin: 0 !important;
}

.prediction-card .card-body {
    font-size: 12px;
    color: #fff;
    padding: 5px !important;
    margin: 0 !important;
}


.prediction-card .card-text {
    font-size: 12px;
}

.afternoon-div {
    display: flex;
    flex-wrap: wrap; /* Allow cards to wrap to the next row */
    justify-content: flex-start; /* Align cards to the left */
    gap: 10px; /* Add spacing between cards */
    bottom: 0;
    height: 50%; /* Occupies the bottom half of the parent container */
}

.morning-div {
    display: flex;
    flex-wrap: wrap; /* Allow cards to wrap to the next row */
    justify-content: flex-start; /* Align cards to the left */
    gap: 10px; /* Add spacing between cards */
    top: 0;
    height: 50%; /* Occupies the top half of the parent container */
}

.container {
    display: flex;
    align-content: center;
}

.green-container, .warning-container, .danger-container, .neutral-container {
    display: inline-block;
    padding: 5px 10px; /* Adjust padding as needed */
    margin-right: 0; /* Adjust margin between divs as needed */
    color: white;
    border-radius: 4px;
    width: 110px;
    height: 30px;
}

.green-container {
    background-color: #00A65D;
}

.warning-container {
    background-color: #FFA300;
}

.danger-container {
    background-color: #E74256;
}
.neutral-container {
    background-color: #D9D9D9;
}

.block-calendar-buttons .align-items-end {
    align-items: flex-end; /* Aligns items to the right */
}

.spacer-row td {
    border: none; /* No borders for the spacer row */
}

.center-logo {
    display: block;    /* Makes the <a> tag a block element */
    margin: 0 auto;    /* Centers the block element horizontally */
    text-align: center; /* Ensures the image within stays centered if it's an inline element */
}

.box {
    background-color: #ECECEC;
    border-radius: 15px 15px 0 0;
    padding: 20px;
    text-align: center;
    flex: 1;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Aligns content to the top */
    position: relative; /* Allows absolute positioning of children */
    border-bottom: 2px solid #6F6F6E; /* Ensures there's a visible border at the bottom */
}

.number-container {
    background-color: #D9D9D9; /* Dark gray background */
    padding: 5px 10px; /* Padding inside the box */
    border-radius: 15px 15px 0 0;
    position: absolute; /* Absolutely position this element */
    bottom: 0; /* Aligns exactly at the bottom, overlapping the border slightly */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Offset by 50% of its own width to center perfectly */
    width: 80%; /* Auto width based on content */
    text-align: center; /* Center the text */
}

#occlusion_table_filter {
  display: none !important;
}
.box p {
    font-size: 16px;
    font-weight: 600;
    color: #6F6F6E;
    margin: 0 0 10px 0;
}
.box .number {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-top: auto; /* This will push the numbers to the bottom */
    width: 100%; /* Ensures width is 100% of the box */
    text-align: center; /* Centers the text horizontally */
}

.number {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.light {
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
}

.semi-bold {
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
}

/* #loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
} */

#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999; /* Make sure it appears on top */
  background-color: rgba(255, 255, 255, 0.8); /* White background with transparency */
  border-radius: 8px; /* Rounded corners */
  padding: 20px; /* Space around the spinner */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Optional shadow for better visibility */
}

/*.bg-ferie {*/
/*   background-color: #cc217a;*/
/*  padding: 3px;*/
/*}*/

/*.bg-activity {*/
/*   background-color: #296387 !important;*/
/*  padding: 3px;*/
/*}*/

/*.bg-permission {*/
/*   background-color: #00a58d !important;*/
/*  padding: 3px;*/
/*}*/

/*.bg-neutral {*/
/*   background-color: #e2e3e5;*/
/*  padding: 3px;*/
/*}*/

.status-dropdown{
  position: relative !important;
}

.custom-dropdown-icon {
    color: #706f6f !important;
    transition: color 0.3s ease;
}

#statusButton:hover .custom-dropdown-icon {
    color: #fff !important;
}

.last-header {
    border-top-right-radius: 10px;
}

.first-header {
    border-top-left-radius: 10px !important;
}

/* Target only the table with the ID 'user_files' */
#user_files {
    border-collapse: collapse; /* Ensures borders don't overlap */
    width: 100%;
}

/* Add borders to headers and data cells in the user_files table */
#user_files th, #user_files td {
    border: 1px solid #fff !important; /* Adds a white border to separate the grey rows */
}

#previsioni_calendar {
    margin-left: 15px;
    width: 100%;
}

#previsioni_calendar .fc-col-header th {
    border-radius: 0 !important; /* Remove any border radius */
}

.ferie-data {
    border-right: 4px solid #CC217A !important;
}

/* Right border for Permesso cells */
.permesso-data {
    border-right: 4px solid #F5AEB6 !important;
}

.group-table th, .group-table td {
    text-align: center; /* Horizontally centers the text within cells */
    vertical-align: middle; /* Vertically centers the text within cells */
    padding: 4px 8px; /* Provides ample padding within each cell */
    border-bottom: 1px solid #ccc; /* Adds a subtle border to separate rows */
}

.group-table th {
    background-color: #f8f8f8; /* Adds a background color to header cells */
    font-weight: bold; /* Makes the header text bold */
}

.row .uploaded-file {
    margin-bottom: 10px !important;
}

.uploaded-file {
    margin-bottom: 10px !important;
    display: block; // Ensures it's a block-level element, which respects margins
}

.gestione-timbrature .row.my-5.mx-0 {
    background-color: transparent !important;
}


