@charset "UTF-8";
/*** icônes ***/
.aluglass-icon {
  display: inline-flex;
  gap: 10px;
}
.aluglass-icon:before {
  display: block;
  content: "";
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.aluglass-icon-email:before {
  background-image: url("../images/icon-email.svg");
}
.aluglass-icon-tel:before {
  background-image: url("../images/icon-tel.svg");
}

/*** card contact ***/
.card-aluglass-contact {
  display: flex;
  background-color: #ffffff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
  flex-direction: column;
  gap: 15px;
  border-radius: 10px;
  padding: 10px;
}
@media (min-width: 768px) {
  .card-aluglass-contact {
    flex-direction: row;
    align-items: center;
    gap: 25px;
    border-radius: 20px;
    padding: 20px;
  }
}
.card-aluglass-contact__photo {
  display: flex;
  width: 90px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
}
.card-aluglass-contact__photo img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .card-aluglass-contact__photo {
    width: 150px;
    height: 160px;
    border-radius: 10px;
  }
}
.card-aluglass-contact__name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .card-aluglass-contact__name {
    font-size: 18px;
  }
}
.card-aluglass-contact__role {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .card-aluglass-contact__role {
    font-size: 16px;
  }
}
.card-aluglass-contact__email a, .card-aluglass-contact__tel a {
  font-size: 16px;
  font-style: normal;
  font-weight: 600 !important;
  text-decoration: none !important;
  line-height: 150%;
}
@media (min-width: 768px) {
  .card-aluglass-contact__email a, .card-aluglass-contact__tel a {
    font-size: 18px;
  }
}
.card-aluglass-contact__email a:hover, .card-aluglass-contact__tel a:hover {
  text-decoration: underline !important;
}

/*** GLOBAL ***/
.aluglass_actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .aluglass_actions {
    flex-direction: row;
    align-items: center;
  }
  .aluglass_actions.aluglass_actions--column {
    flex-direction: column;
    align-items: flex-start;
  }
  .aluglass_actions.aluglass_actions--column > div, .aluglass_actions.aluglass_actions--column input[type=text], .aluglass_actions.aluglass_actions--column textarea, .aluglass_actions.aluglass_actions--column select {
    flex: 1;
    width: 100%;
    max-width: 800px;
  }
}
.aluglass_actions.loading:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("../images/oval.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.aluglass_actions label {
  font-size: 20px !important;
  font-weight: bold !important;
}
.aluglass_actions input[type=checkbox] {
  width: 30px !important;
  height: 30px !important;
}
.aluglass_actions.aluglass_actions--block {
  background-color: #fff;
  border: 1px solid #75BABB;
  padding: 15px;
  max-width: 800px;
}
.aluglass_actions.aluglass_actions--block--small {
  max-width: 400px;
}

.button.disabled {
  opacity: 0.6;
}

.aluglass_table_status, .aluglass_data_form table {
  background-color: #fff;
  border: 1px solid #eeeeee;
  white-space: nowrap;
}
.aluglass_table_status tr td, .aluglass_data_form table tr td {
  padding: 10px;
}
.aluglass_table_status tr.frm-child-row + tr, .aluglass_data_form table tr.frm-child-row + tr {
  display: none;
}

.aluglass_table_status th {
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
}

.aluglass_data_form {
  margin-top: 30px;
}

.aluglass_table_container {
  max-width: 100%;
  overflow: auto;
  margin-top: 30px;
}
.aluglass_table_container table {
  border-bottom: 1px solid #75BABB;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 800px;
}
.aluglass_table_container table tr th {
  border: 1px solid #75BABB;
  background: #D4EAEA;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  width: 1%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1439px) {
  .aluglass_table_container table tr th {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .aluglass_table_container table tr th {
    font-size: 12px;
  }
}
.aluglass_table_container table tr td {
  border: 1px solid #75BABB;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1439px) {
  .aluglass_table_container table tr td {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .aluglass_table_container table tr td {
    font-size: 12px;
  }
}
.aluglass_table_container table tr th.dt-type-numeric, .aluglass_table_container table tr th.dt-type-date, .aluglass_table_container table tr td.dt-type-numeric, .aluglass_table_container table tr td.dt-type-date {
  text-align: left !important;
}
.aluglass_table_container table tr:nth-child(even) td {
  background: #F1F8F8;
}

/* datatables
**************/
.dt-layout-table {
  width: 100%;
}

.dt-layout-cell .dt-length label {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  gap: 10px;
  align-items: center;
}
.dt-layout-cell .dt-length .dt-input {
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #75BABB;
  font-size: 16px;
  font-weight: 400;
  height: 35px;
}
@media (max-width: 1439px) {
  .dt-layout-cell .dt-length .dt-input {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .dt-layout-cell .dt-length .dt-input {
    font-size: 12px;
  }
}
.dt-layout-cell .dt-search label {
  font-size: 14px;
  font-weight: 600;
}
.dt-layout-cell .dt-search .dt-input {
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #75BABB;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  height: 35px;
}

.dt-info {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

table.dataTable {
  margin: 30px 0;
  border-bottom: 1px solid #75BABB;
  border-collapse: collapse;
  border-spacing: 0;
}
table.dataTable tr th {
  border: 1px solid #75BABB;
  background: #D4EAEA;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 1439px) {
  table.dataTable tr th {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  table.dataTable tr th {
    font-size: 12px;
  }
}
table.dataTable tr th.no-sort-no-header {
  width: 1%;
}
table.dataTable tr td {
  border: 1px solid #75BABB;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 1439px) {
  table.dataTable tr td {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  table.dataTable tr td {
    font-size: 12px;
  }
}
table.dataTable tr th.dt-type-numeric, table.dataTable tr th.dt-type-date, table.dataTable tr td.dt-type-numeric, table.dataTable tr td.dt-type-date {
  text-align: left !important;
}
table.dataTable tr:nth-child(even) td {
  background: #F1F8F8;
}

.dtsp-panesContainer div.dt-layout-row {
  margin: 0;
}
.dtsp-panesContainer .dt-layout-cell {
  padding-top: 11px;
  padding-bottom: 12px;
}
.dtsp-panesContainer .dt-scroll-body {
  max-height: 200px;
  height: auto !important;
}
.dtsp-panesContainer .dataTable {
  margin: 0;
  border: none;
}

.dtsp-topRow {
  background: #fff;
}

.dtsp-titleRow {
  display: none;
}

.dt-paging .dt-paging-button {
  font-size: 14px;
  font-weight: 500;
  background-color: transparent !important;
  border-radius: 4px !important;
  border: 1px solid #75BABB !important;
  padding: 10px 15px !important;
  margin-left: 10px !important;
}
@media (max-width: 767px) {
  .dt-paging .dt-paging-button {
    font-size: 12px;
    padding: 5px 8px !important;
    margin-left: 5px !important;
  }
}
.dt-paging .dt-paging-button:not(.disabled):hover, .dt-paging .dt-paging-button.current {
  background: #FFA077 !important;
  border-color: #FFA077 !important;
}
.dt-paging .dt-paging-button.first, .dt-paging .dt-paging-button.last {
  display: none !important;
}

/*** Shorcodes ***/
.aluglass-infos-bons {
  border-radius: 20px;
  border-bottom: 6px solid #75BABB;
  background: var(--White, #FFF);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (min-width: 768px) {
  .aluglass-infos-bons {
    flex-direction: row;
    align-items: stretch;
    width: fit-content;
  }
}
.aluglass-infos-bons--title {
  background-color: #E2F1F1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  border-bottom: 2px solid #75BABB;
}
@media (min-width: 768px) {
  .aluglass-infos-bons--title {
    padding: 0 80px 0 30px;
    border-bottom: unset;
    border-right: 2px solid #75BABB;
  }
}
.aluglass-infos-bons--data {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 50px;
}
.aluglass-infos-bons--data:not(:last-child) {
  border-bottom: 1px solid #75BABB;
}
@media (min-width: 768px) {
  .aluglass-infos-bons--data:not(:last-child) {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding: 5px 80px 5px 30px;
    border-bottom: unset;
    border-right: 1px solid #75BABB;
  }
}
.aluglass-infos-bons--label {
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 768px) {
  .aluglass-infos-bons--label {
    font-size: 18px;
  }
}
.aluglass-infos-bons--value {
  font-weight: 700;
  font-size: 22px;
}
@media (min-width: 768px) {
  .aluglass-infos-bons--value {
    font-size: 27px;
  }
}

.aluglass_table_logs {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.aluglass_table_logs .aluglass_table_log {
  display: flex;
  flex-direction: column;
  gap: 0;
  background-color: #ffffff;
  border: 1px solid #75BABB;
  border-radius: 20px;
  max-width: 800px;
  padding: 20px;
}
.aluglass_table_logs .aluglass_table_log--date {
  font-size: 14px;
  font-weight: bold;
}
.aluglass_table_logs .aluglass_table_log--message {
  font-size: 16px;
  line-height: 0.8;
}

/*# sourceMappingURL=nr-aluglass-public.css.map */
