@charset "UTF-8";
.admin-header {
  background: #fff !important;
  border: solid #f5f5f5 1px;
  box-shadow: 0 0 10px -1px rgba(112, 112, 112, 0.8);
}
.admin-header .navbar-brand {
  font-size: 18px;
  font-weight: 600;
}
.admin-header .navbar-brand img {
  height: 50px;
}

.footer {
  background: #fff !important;
  border: solid #f5f5f5 1px;
  bottom: 0;
  box-shadow: 0 0 10px -1px rgba(112, 112, 112, 0.8);
  left: 0;
  padding: 25px 0;
  right: 0;
  text-align: center;
  vertical-align: middle;
}

.card {
  margin-top: 20px;
  padding: 25px;
  box-shadow: 0 0 10px -1px rgba(112, 112, 112, 0.8);
}
.card h2 {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .card h2 {
    display: block;
  }
}
.card.margin-below {
  margin-bottom: 50px;
}
.card .right {
  float: right;
}
.card.images {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.card.images img {
  max-height: 260px;
}
.card .title-with-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (min-width: 769px) {
  .card .title-with-btn {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .card .title-with-btn {
    flex-wrap: wrap;
  }
}
.card .pagination {
  justify-content: center;
  width: 100%;
}
.card .pagination li {
  margin: auto 1px;
}
@media print {
  .card .pagination li {
    display: none;
  }
}
.card .pagination li.active {
  border: 1px solid #000;
  padding: 1px 5px;
}
@media print {
  .card .pagination li.active {
    display: block;
  }
}
.card .pagination li a {
  color: #000;
}

.table {
  overflow: auto;
  display: block;
}
@media (min-width: 1024px) {
  .table {
    display: table;
    overflow: hidden;
  }
}
.table thead tr th.localisation-link a, .table thead tr th.adress-link a, .table thead tr th.id-link a {
  color: black;
}
.table thead tr th.id-link {
  width: 11%;
}
.table tbody tr.table-parent {
  background-color: aliceblue;
}
.table tbody tr.table-child .id {
  padding: 0.75rem 0.75rem 0.75rem 3rem;
}
.table tbody tr td.mod-width {
  min-width: 135px;
}
.table tbody tr td.btns {
  text-align: right;
}

.general-form input[type=text].error {
  border: solid red 1px;
}
.general-form .check-form {
  padding: 0 40px;
}
.general-form .check-row {
  padding: 0 20px;
}
.general-form .check-row .service-checks {
  position: relative;
  display: block;
  padding-left: 1.25rem;
  flex: 1 0 22%;
}

.card {
  margin-top: 20px;
  padding: 25px;
  box-shadow: 0 0 10px -1px rgba(112, 112, 112, 0.8);
}
.card h2 {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .card h2 {
    display: block;
  }
}
.card.margin-below {
  margin-bottom: 50px;
}
.card .right {
  float: right;
}
.card.images {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.card.images img {
  max-height: 260px;
}
.card .title-with-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (min-width: 769px) {
  .card .title-with-btn {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .card .title-with-btn {
    flex-wrap: wrap;
  }
}
.card .pagination {
  justify-content: center;
  width: 100%;
}
.card .pagination li {
  margin: auto 1px;
}
@media print {
  .card .pagination li {
    display: none;
  }
}
.card .pagination li.active {
  border: 1px solid #000;
  padding: 1px 5px;
}
@media print {
  .card .pagination li.active {
    display: block;
  }
}
.card .pagination li a {
  color: #000;
}

.two-column-card {
  display: flex;
  box-shadow: 0 0 10px -1px rgba(112, 112, 112, 0.8);
  flex-direction: row !important;
  padding: 25px;
  flex-direction: row;
  flex-wrap: wrap;
}
.two-column-card label {
  font-weight: bold;
}
@media (min-width: 1024px) {
  .two-column-card label {
    font-weight: normal;
  }
}
.two-column-card .col-one {
  flex: 1 0 95%;
}
@media (min-width: 1024px) {
  .two-column-card .col-one {
    flex: 0 0 46%;
    margin: 0 auto;
  }
}
.two-column-card .col-two {
  flex: 1 0 95%;
}
@media (min-width: 1024px) {
  .two-column-card .col-two {
    flex: 0 0 46%;
    margin: 0 auto;
  }
}
.two-column-card .row {
  align-items: baseline;
}
.two-column-card .row .col-sm-8 p {
  margin: 0;
}
.two-column-card .images img {
  margin-bottom: 10px;
}
.two-column-card #edit-localisation-form {
  flex: 1 0 95%;
}
@media (min-width: 1024px) {
  .two-column-card #edit-localisation-form {
    flex: 0 0 48%;
    margin: 0 auto;
  }
}
.two-column-card #edit-localisation-form .col-sm-2 {
  flex: 0 0 33.3333%;
  max-width: 33.333%;
}
.two-column-card #edit-localisation-form .col-sm-10 {
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.two-column-card #edit-tubes-form {
  flex: 1 0 95%;
}
@media (min-width: 1024px) {
  .two-column-card #edit-tubes-form {
    flex: 0 0 48%;
    margin: 0 auto;
  }
}
.two-column-card #edit-tubes-form .col-sm-2 {
  max-width: 33.333%;
  flex: 0 0 33.3333%;
}
.two-column-card #edit-tubes-form .col-sm-10 {
  max-width: 66.6666%;
  flex: 0 0 66.6666%;
}
.two-column-card .tubes,
.two-column-card .service {
  flex: 1 0 95%;
}
@media (min-width: 1024px) {
  .two-column-card .tubes,
.two-column-card .service {
    flex: 0 0 48%;
    margin: 0 auto;
  }
}
.two-column-card .tubes .back {
  margin-left: 74%;
}
.two-column-card .title-with-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (min-width: 769px) {
  .two-column-card .title-with-btn {
    font-size: 2.5rem;
  }
}
.two-column-card .pagination {
  justify-content: center;
  width: 100%;
}
.two-column-card .pagination li {
  margin: auto 1px;
}
@media print {
  .two-column-card .pagination li {
    display: none;
  }
}
.two-column-card .pagination li.active {
  border: 1px solid #000;
  padding: 1px 5px;
}
@media print {
  .two-column-card .pagination li.active {
    display: block;
  }
}
.two-column-card .pagination li a {
  color: #000;
}

.table {
  overflow: auto;
  display: block;
}
@media (min-width: 1024px) {
  .table {
    display: table;
    overflow: hidden;
  }
}
.table thead tr th.localisation-link a, .table thead tr th.adress-link a, .table thead tr th.id-link a {
  color: black;
}
.table thead tr th.id-link {
  width: 11%;
}
.table tbody tr.table-parent {
  background-color: aliceblue;
}
.table tbody tr.table-child .id {
  padding: 0.75rem 0.75rem 0.75rem 3rem;
}
.table tbody tr td.mod-width {
  min-width: 135px;
}
.table tbody tr td.btns {
  text-align: right;
}

.general-form input[type=text].error {
  border: solid red 1px;
}
.general-form .check-form {
  padding: 0 40px;
}
.general-form .check-row {
  padding: 0 20px;
}
.general-form .check-row .service-checks {
  position: relative;
  display: block;
  padding-left: 1.25rem;
  flex: 1 0 22%;
}

.outer-login {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .outer-login {
    width: 55%;
  }
}
.outer-login .login-inner {
  width: 65%;
  margin: 0 auto;
}
.outer-login .login-inner p input {
  width: 100%;
  height: 35px;
}
.outer-login .login-inner p button {
  margin: 0 auto;
  display: flex;
  width: 90px;
  height: 35px;
  align-items: center;
  justify-content: center;
}

.main-search {
  border: 1px solid grey;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
}
@media (min-width: 1024px) {
  .main-search {
    width: 40%;
  }
}
.main-search .main-search-inner {
  margin: 20px 0;
  display: flex;
}
.main-search .main-search-inner .field-type-select {
  margin-left: 20px;
}
.main-search .main-search-inner input {
  height: 35px;
  width: 100%;
}
.main-search button {
  align-items: center;
  background-color: white;
  display: flex;
  justify-content: center;
  margin: 10px auto;
  width: 90px;
}

.notification {
  padding: 10px 40px !important;
}

.show-customer .customer-table {
  max-height: 400px;
}
.show-customer .top-table {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
@media (min-width: 1024px) {
  .show-customer .top-table {
    flex-wrap: nowrap;
  }
}
.show-customer .top-table .column {
  flex: 1 0 95%;
  padding: 0 10px;
  margin: 10px 0;
}
@media (min-width: 1024px) {
  .show-customer .top-table .column {
    flex: 1 0 30%;
    border-left: 1px solid black;
  }
}
.show-customer .top-table .column:first-child {
  border-left: 0;
}
.show-customer .top-table .column .row {
  display: block;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0;
}
.show-customer .top-table .column .row .label {
  flex: 0 0 55%;
  font-weight: 600;
}
.show-customer .top-table .column .row .info {
  flex: 0 0 45%;
}
.show-customer .top-table .column .row .label,
.show-customer .top-table .column .row .info {
  margin: 5px 0;
}
.show-customer .extra-info {
  margin-top: 15px;
}

.half-sized .customer-table {
  max-height: 400px;
}

.modal .modal-dialog {
  max-width: 700px;
}

.planning-view .panel-body .list-group .list-group-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.planning-view .panel-body .list-group .list-group-item .btn {
  color: white;
}
.planning-view .panel-body .list-group .list-group-item ul {
  width: 100%;
  padding: 0;
  margin-top: 10px;
  display: none;
}
.planning-view .panel-body .list-group .list-group-item ul.show {
  display: block;
}
.planning-view .panel-body .list-group .list-group-item.under {
  flex: 1 0 96%;
}

.schedule-wrapper {
  border: 1px solid lightgrey;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.schedule-wrapper .red {
  color: red;
}
.schedule-wrapper .panel {
  width: 100%;
}
.schedule-wrapper .panel .list-group {
  flex-direction: row;
  flex-wrap: wrap;
}
.schedule-wrapper .panel .list-group .list-group-item {
  flex: 1 0 95%;
}
@media (min-width: 1024px) {
  .schedule-wrapper .panel .list-group .list-group-item {
    flex: 0 0 44%;
    margin: auto;
  }
}
.schedule-wrapper .panel .list-group .list-group-item.week {
  margin: 10px auto;
  border: 2px solid black;
}
.schedule-wrapper .panel .list-group .list-group-item.week.small {
  flex: 1 0 20%;
  margin: 10px 10px;
}
.schedule-wrapper .panel .list-group .list-group-item.day {
  flex: 1 0 98%;
  padding: 0.75rem 0;
  border-left: 0;
  border-right: 0;
}
.schedule-wrapper .panel .list-group .list-group-item.assignment {
  flex: 1 0 97%;
}
.schedule-wrapper .panel .list-group .list-group-item.assignment .extra-assignment {
  color: #ffa500;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}
.schedule-wrapper .panel .list-group .list-group-item.assignment .assignment-buttons {
  display: flex;
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  flex-direction: column;
  justify-content: space-evenly;
}
.schedule-wrapper .panel .list-group .list-group-item.assignment .assignment-buttons .prio-btn {
  position: absolute;
  right: 50px;
  top: 9px;
  width: 96px;
}
.schedule-wrapper .panel .list-group .list-group-item.assignment .assignment-buttons .custom-select-planning {
  position: absolute;
  padding: 0;
  width: 97px;
  right: 50px;
  bottom: 9px;
  background-color: #007bff;
  background-size: 0;
  background-position-x: 5.1rem;
}
.schedule-wrapper .panel .list-group .list-group-item.assignment .assignment-buttons .custom-select-planning select {
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 74%;
  margin: 6% 0;
  color: white;
  background-color: transparent;
  outline: 0;
}
.schedule-wrapper .panel .list-group .list-group-item.assignment .alarm-class {
  background: red;
  border-radius: 22px;
  color: white;
  padding: 5px 7px;
}
.schedule-wrapper .schedule-week {
  flex: 1 0 45%;
  border: 1px solid lightgrey;
}

.create-assignment .new_assignment-form {
  width: 70%;
  margin: 0 auto;
}
.create-assignment .form-group label {
  flex: 0 0 17%;
}
.create-assignment .form-group .form-check {
  padding-left: 2rem;
}
.create-assignment .check-row {
  margin-top: 35px;
}
.create-assignment .row .col-sm-10 .hasDatepicker {
  width: 100%;
}
.create-assignment .row .col-lg-8 {
  flex: 1 0 80%;
  max-width: none;
}

.edit-localisation #add-tube {
  color: white;
}

.create-localisation .general-form .row label {
  flex: 0 0 17%;
}
.create-localisation .general-form .row .col-lg-8 {
  max-width: none;
  flex: 1 0 80%;
}
.create-localisation .general-form .row .less-padding {
  padding-right: 5px;
}
.create-localisation .general-form fieldset legend {
  flex: 0 0 17%;
}

.show-installation .installation .btn {
  margin: 10px 5px;
}
.show-installation .installation .back {
  margin-left: 0;
}

.edit-installation .installation button {
  margin: 10px 0;
}
.edit-installation .col-two #add-taps:hover,
.edit-installation .col-two #add-accessories:hover {
  color: white !important;
}
.edit-installation .col-two .install-taps .tap h3 {
  margin-bottom: 20px;
}
.edit-installation .col-two .install-taps .tap .remove-tap {
  color: white;
}
.edit-installation .col-two .accessories .accessory h3 {
  margin-bottom: 20px;
}
.edit-installation .col-two .accessories .accessory .remove-acc {
  color: white;
}
.edit-installation .col-two .accessories .accessory .row select {
  flex: 1 0 37%;
  margin-left: 15px;
  margin-right: 15px;
}
.show-recovery .btn {
  margin: 10px 5px;
}
.show-recovery .back {
  margin-left: 0;
}

.show-service .btn {
  margin: 10px 5px;
}
.show-service .back {
  margin-left: 0;
}

@media print {
  .admin-header {
    display: none !important;
  }

  .pagebreak {
    page-break-before: always;
  }

  @page {
    size: A4;
    margin: 10mm 0;
  }
}
.header, .header-space,
.footer, .footer-space {
  height: 140px;
}

.pdf__container {
  background: #fff;
  margin: 0 !important;
}
.pdf__container p {
  margin: 0;
}
.pdf__container .pdf__page-header {
  width: 100%;
}
.pdf__container .pdf__page-header:not(.details) {
  position: fixed;
  top: 0;
}
.pdf__container .pdf__page-header .pdf__logo,
.pdf__container .pdf__page-header .pdf__header-row-top,
.pdf__container .pdf__page-header .pdf__header-row-bottom {
  background-color: #eaeaea;
  -webkit-print-color-adjust: exact;
}
.pdf__container .pdf__page-header .pdf__header-row-top,
.pdf__container .pdf__page-header .pdf__header-row-bottom {
  height: 60px;
}
.pdf__container .pdf__page-header .pdf__logo {
  float: left;
  width: 250px;
  height: 120px;
  display: flex;
  align-items: center;
}
.pdf__container .pdf__page-header .pdf__logo img {
  width: 100%;
  padding: 10px;
}
.pdf__container .pdf__page-header .pdf__header-row-top,
.pdf__container .pdf__page-header .pdf__header-row-bottom,
.pdf__container .pdf__page-header .pdf__front-page-header-details {
  border-bottom: 1px solid;
  display: flex;
  padding: 10px;
}
.pdf__container .pdf__page-header .pdf__header-row-top > strong,
.pdf__container .pdf__page-header .pdf__header-row-bottom > strong,
.pdf__container .pdf__page-header .pdf__front-page-header-details > strong {
  width: 50%;
  line-height: 45px;
}
.pdf__container .pdf__page-header .pdf__header-row-top > *,
.pdf__container .pdf__page-header .pdf__header-row-bottom > *,
.pdf__container .pdf__page-header .pdf__front-page-header-details > * {
  width: 25%;
  display: inline-block;
}
.pdf__container .pdf__page-header .pdf__header-row-top > * > *:first-child,
.pdf__container .pdf__page-header .pdf__header-row-bottom > * > *:first-child,
.pdf__container .pdf__page-header .pdf__front-page-header-details > * > *:first-child {
  font-size: 10px;
  display: block;
}
.pdf__container .pdf__page-header .pdf__header-row-bottom {
  border-bottom: none;
}
.pdf__container .pdf__page-header .pdf__front-page-header-details {
  flex-wrap: wrap;
  margin-top: -20px;
}
.pdf__container .pdf__page-header .pdf__header-details.edition, .pdf__container .pdf__page-header .pdf__header-details.page {
  text-align: right;
}
.pdf__container .pdf__page-header .pdf__header-details.to {
  width: 100%;
  margin-top: 10px;
}
.pdf__container .pdf__page-header .pdf__header-details.issued-by {
  width: 50%;
}
.pdf__container .pdf__front-page-title {
  text-align: center;
  width: 80%;
  margin: 20px auto 0;
}
.pdf__container .pdf__front-page-title .not-for-customer-to-read {
  background-color: orange;
}
.pdf__container .pdf__front-page-table-container {
  margin-top: 30px;
}
.pdf__container .pdf__front-page-table-container table {
  margin: 0 auto;
  width: 80%;
}
.pdf__container .pdf__front-page-table-container table .front-page-table-row {
  height: 35px;
}
.pdf__container .pdf__front-page-table-container table .front-page-table-row td {
  border: 1px solid;
  padding: 10px;
  vertical-align: baseline;
}
.pdf__container .pdf__front-page-table-container table .front-page-table-row td:first-child {
  width: 200px;
  font-size: 14px;
}
.pdf__container .pdf__report-details-container {
  margin-top: 40px;
}
.pdf__container .pdf__report-details-container .report-images-container {
  width: 80%;
  margin: 20px auto;
}
.pdf__container .pdf__report-details-container .report-images-container img {
  width: 49%;
}
.pdf__container .pdf__punch-section table {
  border-collapse: collapse;
  width: 100%;
}
.pdf__container .pdf__punch-section table.punch__table {
  margin-top: 20px;
}
.pdf__container .pdf__punch-section table tbody td {
  padding: 10px;
}
.pdf__container .pdf__punch-section table, .pdf__container .pdf__punch-section tr, .pdf__container .pdf__punch-section td, .pdf__container .pdf__punch-section th {
  border: 1px solid black;
  font-weight: 400;
}
.pdf__container .pdf__punch-section th,
.pdf__container .pdf__punch-section .th-secondary {
  vertical-align: center;
  -webkit-print-color-adjust: exact;
  background-color: #eaeaea;
  padding: 10px 15px 10px;
}
.pdf__container .pdf__punch-section th span,
.pdf__container .pdf__punch-section .th-secondary span {
  display: block;
  font-size: 10px;
}
.pdf__container .pdf__punch-section .punch__th--multi-col {
  text-align: center;
}
.pdf__container .pdf__punch-section td:empty:after {
  content: " ";
}
.pdf__container .pdf__punch-section .punch__information {
  margin-top: 20px;
}
.pdf__container .pdf__punch-section .punch__entry .punch__image-entry .punch__image-comtainer {
  margin-top: 20px;
  max-width: 300px;
  position: relative;
}
.pdf__container .pdf__punch-section .punch__entry .punch__image-entry .punch__image-comtainer img {
  width: 100%;
}
.pdf__container .pdf__punch-section .punch__entry .punch__image-entry .punch__image-comtainer span {
  background: #008892;
  border-radius: 50%;
  border: 1px solid #fff;
  display: block;
  height: 20px;
  position: absolute;
  width: 20px;
  -webkit-print-color-adjust: exact;
}
.pdf__container .pdf__validation-section .validation__header {
  text-align: center;
  width: 100%;
}
.pdf__container .pdf__validation-section .validation__columns-container {
  display: flex;
  flex-wrap: wrap;
}
.pdf__container .pdf__validation-section .validation__column {
  box-sizing: border-box;
  padding: 20px;
  width: 33%;
}
.pdf__container .pdf__validation-section .validation__column .validation__name-container p {
  margin-top: 20px;
}
.pdf__container .pdf__validation-section .validation__column .validation__name-container p:last-child {
  margin-top: 80px;
}
.pdf__container .pdf__validation-section .validation__column .validation__name-container p .validation__line {
  border-bottom: 1px solid;
  display: inline-block;
  width: 80%;
}
.pdf__container .pdf__footer {
  border-top: 1px solid;
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  left: 50%;
  padding-top: 10px;
  transform: translateX(-50%);
  width: 80%;
}
.pdf__container .pdf__footer.print {
  bottom: 0;
  position: fixed;
}
.pdf__container .pdf__footer span {
  width: 50%;
}

body {
  background: #f5f5f5 !important;
}
@media (min-width: 1024px) {
  body > * {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
}

.modal-backdrop {
  max-width: 100%;
}

#ui-id-1 {
  z-index: 20000;
}

#userid,
#personid {
  visibility: hidden;
}

@media print {
  .btn {
    display: none !important;
  }
}

.assignments .assignment:first-child .up {
  opacity: 0.65;
  pointer-events: none;
}
.assignments .assignment:last-child .down {
  opacity: 0.65;
  pointer-events: none;
}
