@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

:root {
  --brandColor: #15a0cf;
  --brandColorIcon: #20325b;
  --white: #fff;
  --black: #000;
  --fontFamily: "Lato", "FontAwesome", "san-serif";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: rgba(169, 185, 255, 0.04) !important;
  font-family: var(--fontFamily) !important;
  font-style: normal !important;
  line-height: 1.5 !important;
}

main {
  width: 100%;
  padding-top: 35px !important;
  padding-left: 30px !important;
  padding-right: 20px !important;
  padding-bottom: 40px !important;
  margin: 0 auto;
}

.collapse-menu main {
  padding-left: 100px;
  padding-right: 30px;
}

input[type=radio] {
  appearance: auto !important;
}

button:focus {
  box-shadow: none !important;
  outline: 0 !important;
}


/**--*** General ***--**/

@media (max-width: 575px) {
  .container {
    max-width: 100% !important;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 95% !important;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 90% !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 88% !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 85% !important;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 80% !important;
  }
}

ul li {
  list-style-type: none;
}

input,
textarea,
select {
  outline: 0 !important;
  box-shadow: none !important;
}

input:focus,
input:active,
textarea:focus,
textarea:active {
  outline: 0 !important;
  box-shadow: none !important;
}

span[readonly],
input[readonly],
input[disabled],
select[readonly],
select[disabled],
textarea[readonly],
textarea[disabled] {
  background-color: transparent !important;
  border: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  pointer-events: none;
}

span[readonly] {
  margin-right: 10px;
}

span[readonly]:focus,
input[readonly]:focus,
input[disabled]:focus,
select[readonly]:focus,
select[disabled]:focus,
textarea[readonly]:focus,
textarea[disabled]:focus {
  background-color: #e5e5e5;
}

select[readonly],
.ui-autocomplete-input[readonly] {
  pointer-events: none;
}

.tox-tinymce--disabled .tox-edit-area__iframe {
  background-color: #e5e5e5 !important;
}

.input-group-text {
  background-color: #f9f9f9 !important;
  border-radius: 3px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: 500 !important;
  margin: 0 !important;
}

@media only screen and (min-width: 1200px) {
  p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 991px) {
  p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  p {
    font-size: 14px;
  }
}

a {
  text-decoration: none !important;
  color: var(--black) !important;
}

hr {
  margin: 30px 0 !important;
}

label {
  display: block !important;
}

hr {
  margin: 0 !important;
}

.section-padding {
  padding: 40px 0 70px 0;
}

/*------- Margin Top -------*/
.mt-5-0 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

/*------- Margin Bottom -------*/

.mb-5-0 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

/*------- Margin Left -------*/

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

/*------- Margin Right -------*/

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}


.preloader {
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  width: 60px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side, #0044a9 90%, #0000);
  background:
    var(--_g) 0% 50%,
    var(--_g) 50% 50%,
    var(--_g) 100% 50%;
  background-size: calc(100%/3) 50%;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%
  }

  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%
  }

  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%
  }

  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%
  }
}

table:not(#text-revision table) {
  margin: 20px 0 !important;
}

.r0-o{
  margin: 0 auto;
}

table:not(.fc-scrollgrid):not(#tab_liste):not(#text-revision table) tbody tr td,
table:not(.fc-scrollgrid):not(#text-revision table) tfoot tr th {
  color: #3a3a3a !important;
  padding: 10px 10px !important;
}

.table.dataTable {
  width: 100% !important;
  overflow-x: scroll
}

table.dataTable.table-bordered {
  border-collapse: collapse
}

.table th:hover {
  outline: 0 !important;
}

.table tbody td,
.table thead th {
  white-space: nowrap;
}

.dataTables_wrapper .table-responsive {
  overflow-x: auto;
}

@media (pointer: fine) {
  .dataTables_wrapper .table-responsive::-webkit-scrollbar {
    width: 100px;
    height: 15px;
  }

  /*------- Track -------*/
  .dataTables_wrapper .table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /*------- Handle -------*/
  .dataTables_wrapper .table-responsive::-webkit-scrollbar-thumb {
    background: #0d6efd;
  }

  /*------- Handle on hover -------*/
  .dataTables_wrapper .table-responsive::-webkit-scrollbar-thumb:hover {
    background: #0d6efd;
  }
}


@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*------- Modal Style -------*/

.modal hr {
  width: 100%;
  margin: 20px 0 !important;
}

.modal-xxl .modal-dialog {
  max-width: 95% !important;
}

.modal-header {
  flex-wrap: wrap;
}

.modal-header .modal-title {
  margin-right: 10px !important;
  font-weight: 700 !important;
}

.modal-header button {
  margin-bottom: 10px;
}

.modal .dataTables_wrapper {
  overflow-x: scroll;
}

@media only screen and (max-width: 991px) {
  .modal-body form .row {
    flex-direction: column;
  }

  .modal-body form .row>div {
    width: 100% !important;
  }
}

.modal .btn-close:focus {
  box-shadow: none;
}

.modal:not(.bootbox) .modal-content {
  border-radius: 5px;
  padding: 30px 25px;
}

.modal .modal-content .modal-body label,
.modal .modal-content .modal-body input:not(input[name="c_INVIO"]),
.modal .modal-content .modal-body textarea,
.modal .modal-content .modal-body select {
  font-size: 15px;
}

.modal .modal-content .modal-body input[name="c_INVIO"]{
  font-size: 20px;
}

.modal .modal-content .modal-body label {
  font-weight: 600;
}

.form-control.is-invalid,
.form-select.is-invalid,
.form-control.is-invalid:focus,
.form-select.is-invalid:focus,
.select2-container--default .select2-selection--multiple.is-invalid,
.select2-container--default .select2-selection--multiple.is-invalid:focus {
  border-color: #dc3545 !important
}

.select2-selection__choice {
  background: rgba(13, 110, 253, 1) !important;
  border: 0 !important;
}

.select2-selection__choice__remove {
  background-color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  color: #fff !important;
  font-size: 15px;
  padding: 0 10px !important;
}

.form-control,
.form-select,
.select2-container--default .select2-selection--multiple {
  border-radius: 3px !important;
  border: 1px solid #ced4da !important;
  background-color: transparent !important;
  padding: 5px 15px;
}

.form-select:focus,
.select2-container--default .select2-selection--multiple:focus {
  border-color: #86b7fe !important;
}

.modal:not(.bootbox) .modal-header {
  border-bottom: 0;
  padding: 0;
}

.modal:not(.bootbox) .modal-body {
  padding: 0;
}

.modal:not(.bootbox) .modal-header .modal-title {
  font-size: 22px;
}


.modal:not(.bootbox) .modal-footer {
  border-top: 0;
  padding: 0;
}

.modal .modal-footer .btn {
  border-radius: 3px;
  font-size: 15px;
  padding: 7px 15px;
  transition: 0.3s;
}

.btn-modal {
  background-color: rgba(13, 110, 253, 1) !important;
  border: 0;
  border-radius: 4px !important;
  color: var(--white) !important;
  font-size: 15px;
  padding: 7px 15px;
  transition: 0.3s;
}

.btn-modal-print {
  background-color: rgb(8, 69, 160) !important;
  border: 0;
  border-radius: 4px !important;
  color: var(--white) !important;
  font-size: 15px;
  padding: 7px 15px;
  transition: 0.3s;
}

.btn-modal:hover {
  background-color: rgb(12, 94, 218) !important;
}

.btn-modal-print:hover {
  background-color: rgb(5, 48, 112) !important;
}

.modal .modal-footer .btn-close-modal {
  background-color: #d8d8d8 !important;
  color: var(--decoColor) !important;
}

.modal .modal-footer .btn-close-modal:hover {
  background-color: #cac9c9 !important;

}

.modal .modal-footer .btn:active {
  border: 0;
}

/*------- Table Style -------*/

/*------- Action -------*/

.table-action {
  flex-wrap: wrap;
  margin-bottom: 10px !important;
}

.table-action div:first-child {
  position: relative;
}

.table-action #search {
  background-color: transparent;
  border: 1px solid #ececec;
  border-radius: 4px;
  padding: 7px 15px;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.table-action #ico_search {
  cursor: pointer;
  display: none;
  font-size: 17px;
  position: absolute;
  top: 35%;
  right: 30px;
  transform: translateY(-35%);
  z-index: 2;
}

@media only screen and (max-width: 991px) {

  #tab_moduli_wrapper .table-info,
  #tab_release_wrapper .table-info,
  #tab_errori_wrapper .table-info {
    justify-content: flex-start !important;
  }
}

.table-action .table-button {
  flex-wrap: wrap;
}

.table-action .table-button button {
  background-color: rgba(13, 110, 253, 1) !important;
  border: 0;
  border-radius: 4px;
  color: var(--white);
  font-size: 15px;
  padding: 7px 15px;
  transition: 0.3s;
  margin-bottom: 10px;
}

.table-action .table-button button:hover {
  background-color: var(--brandColorHover);
}

/*------- Filter -------*/

#filtri label {
  font-size: 14px !important;
  font-weight: 600 !important;
}

.table-filter {
  flex-wrap: wrap;
}

.table-filter>div {
  margin-bottom: 10px;
}


.table-filter .dt-info {
  padding: 0 !important;
}

/* Pagination */

.table-pagination {
  flex-wrap: wrap;
}

.table-info .dt-paging-button {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #A5A5A5 !important;
  padding: 8px 10px;
}

.table-info .dt-paging-button.current {
  background-color: transparent;
  color: #141414 !important;
  font-weight: 600;
}

.table-info .dt-paging-button:hover {
  background-color: transparent;
  color: #141414 !important;
}

.table-info .dt-paging-button.disabled {
  background-color: transparent;
}


/*------- Table -------*/

.hand {
  cursor: pointer;
}

.nohand {
  cursor: default;
}

.dtr-details{
  width: 100%;
}

.dtr-title{
  margin-right: 10px;
}

.dtr-title, .dtr-data, .dtr-details li{
  text-align: left !important;
}


.dt-container .dt-layout-row:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

.dt-container .dt-layout-row .dt-layout-end {
  display: flex;
  align-items: center;
}

.dt-container .dt-layout-row .dt-layout-end .dt-info {
  margin-bottom: 10px;
}

table:not(#text-revision table) tr th,
table:not(#text-revision table) tr td:not(td[style]) {
  background: transparent !important;
}

table tr th {
  text-align: left !important;
}

table thead tr th:hover {
  background: none !important;
  outline: 0 !important;
}

table:not(#tab_liste):not(#text-revision table) tbody tr td,
table tfoot tr th {
  color: #3a3a3a !important;
  padding: 10px 10px !important;
}

table thead tr th {
  text-align: left;
}

/*------- Info -------*/

.table-filter>div {
  display: flex;
  align-items: center;
}

.dataTables_length select {
  margin-right: 5px;
  width: fit-content;
  padding-right: 30px;
}

.table-pagination .dataTables_info {
  padding: 0 !important;
  margin-right: 20px;
}

/*------- Pagination -------*/


.dt-length {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0 !important;
}

.table-info .table-pagination {
  flex-wrap: wrap;
}

.table-info .pagination .paginate_button .page-link {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #A5A5A5 !important;
  padding: 8px 10px;
}

.table-info .pagination .paginate_button.page-item.active>.page-link,
.page-link.active {
  background-color: transparent;
  color: #141414 !important;
  font-weight: 600;
}

.table-info .pagination .paginate_button.page-item .page-link:hover {
  background-color: transparent;
  color: #141414 !important;
}

.table-info .pagination .paginate_button.page-item .disabled>.page-link {
  background-color: transparent;
}

/*------- Nav Tabs -------*/

.nav-tabs {
  border: 0 !important;
}

.nav-tabs .nav-item .nav-link {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid var(--decoTextColor) !important;
  padding-top: 5px;
  transition: 0.3s;
}

.nav-tabs .nav-item .nav-link.active {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid var(--brandColor) !important;
}

.nav-tabs .nav-item .nav-link:hover {
  border: 0 !important;
  border-bottom: 2px solid var(--brandColor) !important;
}

/*------- Choice button -------*/

.choice-button {
  width: 49%;
  border: 1px solid #dbdbdb;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 50px;
  transition: 0.3;
}

.choice-button svg {
  font-size: 20px;
}

.choice-button:hover {
  background-color: #e9e9e9;
}

/*------- Card -------*/

.card {
  background-color: #fff;
  border-radius: 4px !important;
  border: 1px solid #dee2e6 !important;
  /* box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05) !important; */
  padding: 10px !important;
}

.card-header {
  background-color: transparent !important
}

/*------- Accordion -------*/

.accordion {
  background-color: transparent;
}

.accordion-header .accordion-button.collapsed {
  background-color: transparent !important;
}

.accordion>div,
.accordion button,
#filtri_partecipanti button {
  border-radius: 3px !important;
  border: 0px !important;
}

.accordion>div {
  border: 1px solid #dee2e6 !important;
  background: transparent;
}

.accordion-button:focus {
  box-shadow: none !important
}

.accordion-body {
  padding: 25px !important
}

/*------- Badge -------*/

header .badge {
  display: block;
  background: var(--brandColor);
  color: var(--white);
  padding: 5px 10px !important;
}

/*------- Calendar -------*/

#calendario #calendar {
  z-index: 0;
}

main:not(#calendario) .fc-header-toolbar {
  margin-bottom: 0 !important;
  padding: 15px 20px 15px 20px;
}

.fc-next-button,
.fc-prev-button {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.fc-toolbar-title {
  font-size: 18px !important;
}

.fc-icon {
  color: var(--black500);
}

/*------- Dropdown -------*/

.user .dropdown-menu {
  padding: 15px 0;
  min-width: 200px;
  border-color: #eaeaea;
  box-shadow: 0px 0px 10px rgba(120, 130, 140, 0.13);
}

.user .dropdown-menu .dropdown-item {
  padding: 5px 24px;
}

.user .dropdown-menu .dropdown-item:hover {
  color: #164469 !important;
  background: transparent;
}

.notifications {
  position: relative;
}

.notifications .dropdown-title {
  padding: 15px 25px;
  border-bottom: 1px solid #eaeaea;
}

.notifications .dropdown-title i {
  font-size: 20px;
}

.notifications .dropdown-menu {
  position: absolute;
  min-width: 305px;
  border-color: #eaeaea;
  box-shadow: 0px 0px 10px rgba(120, 130, 140, 0.13);
  padding-top: 0 !important;
  transform: translate3d(-12px, 2px, 0px) !important;
  z-index: 100;
}

.notifications .dropdown-menu .dropdown-item {
  padding: 20px 25px;
  display: flex;
  align-items: center;
}

.notifications .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}

.notifications .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}

.notifications .dropdown-item .notif-body p {
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 190px;
}

.notifications .dropdown-item .notif-time {
  width: 100% !important;
  margin-right: 0 !important;
  color: #828690;
}

.notifications .dropdown-item .notif-icon {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notifications .dropdown-item .notif-icon.cake {
  background-color: #ebebff;
  color: #0000ff;
}

.notifications .dropdown-item .notif-icon.appuntamento {
  background-color: #ffebeb;
  color: #ff0000;
}

.notifications .dropdown-item .notif-icon.aggiornamento {
  background-color: #e3e643a9;
  color: #000000;
}

.notifications .dropdown-item .notif-icon.send {
  background-color: #DEF2DB !important;
  color: #2F9B1B !important;
}

.notifications #navbarDropdownNotifications {
  position: relative;
}

.pulse-css {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.5rem;
  border-radius: 3.5rem;
  height: .4rem;
  position: absolute;
  background: #0044a9;
  right: 10px;
  top: .1rem;
  width: .4rem;
}

.pulse-css:after,
.pulse-css:before {
  content: '';
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -.2rem;
  background-color: #593bdb;
  margin: auto;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: pulse-me 3s linear infinite;
  animation: pulse-me 2s linear infinite;
}

@keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }

  50% {
    opacity: 0.1;
  }

  70% {
    opacity: 0.09;
  }

  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}

/*------- Toast -------*/

.toast-container {
  background-color: #ffff;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

/*-------- Container Preventivo ----------*/

.container-preventivo {
  margin: 0 auto;
}

@media (max-width:575px) {

  .container-preventivo {
    width: 100%;
    padding: 0 10px;
  }
}


@media (min-width:576px) {

  .container-preventivo {
    max-width: 450px
  }
}

@media (min-width:768px) {

  .container-preventivo {
    max-width: 600px
  }
}

@media (min-width:992px) {

  .container-preventivo {
    max-width: 700px
  }
}

@media (min-width:1200px) {

  .container-preventivo {
    max-width: 800px
  }
}

@media (min-width:1400px) {

  .container-preventivo {
    max-width: 950px;
  }
}

/*---*** Tempus Dominus Start ***---*/

.separator.no-highlight {
  border: 0 !important
}

/*---*** Tempus Dominus End ***---*/

.progress{
  height: 25px !important;
}

.progress .progress-bar{
  height: 25px !important;
  font-size: 13px;
}