﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
html,
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
a,
.btn-link {
  color: #0366d6;
}
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
#app {
  position: relative;
  display: flex;
  flex-direction: column;
}
.hidden {
  display: none !important;
  transition: visibility 0s, opacity 0.5s linear;
}
.show {
  display: block !important;
  transition: visibility 0s, opacity 0.5s linear;
}
.top-row {
  height: 3rem;
  display: flex;
  align-items: center;
  color: white;
  padding: 0;
}
.main {
  flex: 1;
  position: relative;
}
.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.main .top-row {
  background-color: #db132d;
  justify-content: flex-end;
}
.main .top-row > a,
.main .top-row .btn-link {
  white-space: nowrap;
  margin-left: 1.5rem;
}
.main .top-row a:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-menu-desktop {
  width: 100%;
  color: white;
  background-color: #db132d;
}
.custom-menu-mobile {
  width: calc(100% - 4rem);
  max-width: 80%;
}
.custom-menu-mobile-full {
  width: 100%;
}
.ramoneur-menu-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  /*text-align: center;*/
}
.ramoneur-menu-btn {
  display: flex;
  flex: 1 0 41%;
  align-items: center;
  align-content: center;
  text-align: center;
  width: 125px;
  height: 125px;
  padding: 5px;
  margin: 10px;
  overflow: visible;
  background-color: white;
  border: 2px solid #db132d;
  color: #db132d;
  word-wrap: break-word;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
}
.ramoneur-menu-text {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
}
.ramoneur-menu-content {
  text-align: left;
  /*font-size: 13px;*/
  line-height: 13px;
  height: 30px;
  width: 130px;
  position: relative;
  top: -50px;
}
.btn-ecap {
  background-color: #db132d;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 5px 0px;
  cursor: pointer;
  border-radius: 50px;
}
.btn-ecap .btn-ecap-valid {
  background-color: #029738;
}
.btn-ecap .btn-save-report {
  background-color: #AAABAD;
}
.point-controle-text {
  display: block;
}
.btn-test {
  background-color: #db132d;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 50px;
}
.btn-answer-base {
  width: 31%;
  font-size: 11px;
  padding: 10px 10px;
}
.btn-conforme {
  background-color: white;
  color: #029738;
  border: 1px solid #029738;
  font-weight: bold;
}
.btn-conforme-selected {
  background-color: #029738;
  color: white;
  border: 1px solid #029738;
  font-weight: bold;
}
.btn-conforme-selected:hover {
  color: #fff;
}
.btn-nonconforme {
  background-color: white;
  color: #db132d;
  border: 1px solid #db132d;
  font-weight: bold;
}
.btn-nonconforme-selected {
  background-color: #db132d;
  color: white;
  border: 1px solid #db132d;
  font-weight: bold;
}
.btn-nonconforme-selected:hover {
  color: #fff;
}
.btn-pasapplicable {
  background-color: white;
  color: #AAABAD;
  border: 1px solid #AAABAD;
  font-weight: bold;
}
.btn-pasapplicable-selected {
  background-color: #AAABAD;
  color: white;
  border: 1px solid #AAABAD;
  font-weight: bold;
}
.btn-pasapplicable-selected:hover {
  color: #fff;
}
.clickable-link {
  color: blue;
  text-decoration: underline;
}
.banner-logo-login-container .banner-login {
  width: 100%;
  height: 300px;
  background-image: url("../images/login.jpg");
  background-position: center;
  background-size: cover;
}
.banner-logo-login-container .logo-login {
  width: 150px;
  height: 150px;
  margin-top: -75px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/splash-logo.png");
  background-size: contain;
}
.login-button {
  width: 100%;
  border-radius: 40px;
  padding: 20px 20px;
}
.valid-button {
  width: 100%;
  border-radius: 40px;
  padding: 20px 20px;
}
.user-profile-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 65px;
  padding: 20px;
}
.user-profile-title {
  color: #db132d;
}
.user-profile {
  display: inline-flex;
  flex-wrap: no-wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  margin-bottom: 10px;
}
.user-profile span {
  font-weight: bold;
}
.user-profile-content {
  flex-grow: 1;
}
.user-profile-content .user-profile-data {
  width: 100%;
}
.user-profile-content .npa {
  width: 20%;
}
.user-profile-content .localite {
  width: 80%;
}
.user-profile-content .rue {
  width: 50%;
}
.user-profile-content .rueNumero {
  width: 50%;
}
.user-profile-value {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
.ramonage-list-item-dates-geo {
  background-color: #db132d;
  border: none;
  color: white;
  padding: 25px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 2px 2px;
  cursor: pointer;
  border-radius: 50px;
  background-image: url(../images/Pictos/Picto-footer_Geolocalisation-01.svg);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}
.ramonage-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding: 0 15px 0 15px;
}
.ramonage-item {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid gray;
  padding: 15px 0 15px 0;
}
.ramonage-item > .col-xs-12 {
  padding: 0;
}
.ramonage-detail {
  width: 80%;
}
.ramonage-commands {
  width: 20%;
}
.ramonage-commands span {
  margin: 10px;
}
.ramonage-list-row-wrapper {
  line-height: 14px;
}
.ramonage-list-item-title {
  font-size: 17px;
  margin: 0;
}
.ramonage-list-item-row {
  font-size: 12px;
}
.ramonage-list-item-dates {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
.ramonage-list-item-dates > .ramonage-list-item-dates-planifie {
  font-size: 12px;
}
.ramonage-list-item-dates > .ramonage-list-item-dates-visite {
  font-size: 12px;
}
.calendar-icon-before:before {
  width: 14px;
  height: 14px;
  float: left;
  content: "";
  display: block;
  margin-right: 4px;
  background-size: contain;
  background-image: url(../images/Pictos/Calendar.svg);
}
.container-ramonage-details {
  padding: 15px;
}
.ramonage-details {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.ramonag-detail-title {
  color: #db132d;
}
.ramonag-details-row {
  padding: 0 0 15px 0;
}
.ramonag-details-row > span {
  font-size: 14px;
  line-height: 14px;
  float: left;
}
.ramonag-details-row > span > strong {
  font-size: 14px;
  line-height: 14px;
}
.ramoneur-journal-items {
  position: relative;
  top: -20px;
  padding: 1px 5px 1px 5px;
  width: fit-content;
  border-radius: 40px;
  background-color: #db132d;
  color: whitesmoke;
}
.ramonage-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 65px;
  padding: 20px;
}
.ramonage-question {
  display: inline-flex;
  flex-wrap: no-wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  margin-bottom: 10px;
  height: 100%;
}
.ramonage-question span {
  font-weight: bold;
}
.ramonage-question-content {
  flex-grow: 1;
  height: 100%;
}
.ramonage-question-content .ramonage-checklist {
  width: 100%;
}
.ramonage-question-content .npa {
  width: 20%;
}
.ramonage-question-content .localite {
  width: 80%;
}
.ramonage-question-content .rue {
  width: 50%;
}
.ramonage-question-content .rueNumero {
  width: 50%;
}
.ramonage-question-answer {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
.inspection-report-finish {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  align-content: center;
}
.inspection-list-item-dates-geo {
  background-color: #db132d;
  border: none;
  color: white;
  padding: 25px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 2px 2px;
  cursor: pointer;
  border-radius: 50px;
  background-image: url(../images/Pictos/Picto-footer_Geolocalisation-01.svg);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}
.inspection-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding: 0 15px 0 15px;
}
.inspection-item {
  border-bottom: 1px solid gray;
  padding: 15px 0 15px 0;
}
.inspection-item > .col-xs-12 {
  padding: 0;
}
.inspection-list-row-wrapper {
  line-height: 14px;
}
.inspection-list-item-title {
  font-size: 17px;
  margin: 0;
}
.inspection-list-item-row {
  font-size: 12px;
}
.inspection-list-item-dates {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
.inspection-list-item-dates > .inspection-list-item-dates-planifie {
  font-size: 12px;
}
.inspection-list-item-dates > .inspection-list-item-dates-visite {
  font-size: 12px;
}
.calendar-icon-before:before {
  width: 14px;
  height: 14px;
  float: left;
  content: "";
  display: block;
  margin-right: 4px;
  background-size: contain;
  background-image: url(../images/Pictos/Calendar.svg);
}
.container-inspection-details {
  padding: 15px;
}
.inspection-details {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.inspection-detail-title {
  color: #db132d;
}
.inspection-details-row {
  padding: 0 0 15px 0;
}
.inspection-details-row > span {
  font-size: 14px;
  line-height: 14px;
  float: left;
}
.inspection-details-row > span > strong {
  font-size: 14px;
  line-height: 14px;
}
.inspection-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 65px;
}
.inspection-theme {
  width: 100%;
  margin: 0;
}
.inspection-theme-header {
  width: 100%;
  background-color: #AAABAD;
  color: white;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 10px;
}
.inspection-chapter {
  width: 100%;
}
.inspection-chapter-header {
  color: #db132d;
  font-weight: bold;
  font-size: 20px;
  padding: 15px 10px;
}
.inspection-pointcontrole {
  font-size: 14px;
  border-bottom: 4px solid #db132d;
  padding: 0px 10px;
  margin-bottom: 10px;
}
.inspection-pointcontrole-header {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
.inspection-question {
  font-size: 14px;
}
.inspection-question-answer {
  /*
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
     */
}
.inspection-question-content-text {
  font-size: 14px;
}
.inspection-question-content-law {
  font-size: 14px;
  color: #747474;
  font-style: italic;
}
.inspection-question-answer-seriousness {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
.inspection-question-answer-seriousness > .seriousness-choice-wrapper {
  width: 30%;
}
.inspection-question-answer-seriousness > .seriousness-choice-wrapper > input[type=radio] {
  margin-right: 5px;
}
.inspection-pointcontrole-tools {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: stretch;
  border-top: 0.5px #747474 solid;
  padding: 10px 10%;
}
.inspection-question-tools-element {
  width: 30%;
}
.inspection-question-tools-element > a {
  display: inline-block;
  color: black;
  font-weight: lighter;
  font-size: 12px;
}
.inspection-question-tools-element > a:before {
  width: 17px;
  height: 17px;
  float: left;
  content: "";
  display: block;
  margin-right: 4px;
  background-size: contain;
}
.inspection-question-tools-photos-link:before {
  background: url("../images/Pictos/Photos-01.svg") no-repeat;
}
.inspection-question-tools-notes-link:before {
  background: url("../images/Pictos/Notes-01.svg") no-repeat;
}
.inspection-question-tools-actions-link:before {
  background: url("../images/Pictos/Actions-01.svg") no-repeat;
}
.inspection-question-tools-audio-link:before {
  background: url("../images/Pictos/Micro.svg") no-repeat;
}
.inspection-question-justification {
  margin-top: 10px;
}
.inspection-question-justification-buttons {
  display: flex;
  justify-content: flex-end;
}
.inspection-question-justification-inputs {
  background-color: #FFF;
}
.inspection-question-justification-inputs > form > textarea {
  background-color: #fff;
  border: 1px solid #cccccc;
  width: 100%;
  font-size: 10px;
}
.inspection-question-justification-inputs > form > textarea:focus {
  border: 1px solid #cccccc !important;
}
.inspection-question-justification-inputs > span {
  font-weight: bold;
}
#notes-area {
  width: 100%;
  height: 87vh;
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-save-right-corner {
  position: fixed;
  z-index: 1000;
  bottom: 10px;
  width: 100%;
}
.pointcontrole-select-option {
  font-weight: bold;
  font-size: 13px;
  padding: 0px 10px;
}
.pointcontrole-select-option > h4 {
  font-size: 14px;
  font-weight: bold;
}
.group-radio-label {
  margin-left: 20px;
}
.group-radio-label > input {
  float: left;
  width: 20px;
  margin-left: -20px;
  margin-top: 3px;
}
.doc-embed {
  width: 100%;
  height: 93vh;
}
.center-gray-back {
  background-color: rgba(127, 127, 127, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  top: 0px;
  left: 0px;
}
.inspection-report-container {
  padding: 10px 15px;
  margin-bottom: 65px;
}
.inspection-report-result {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  height: 60px;
  padding: 10px 0;
}
.inspection-report-result > h3 {
  line-height: 40px;
  padding: 0;
}
.inspection-report-result > .answer-result-bubble {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
}
.inspection-report-result > .answer-result-bubble > span {
  margin: auto;
}
.inspection-report-answer-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  border-top: 1px solid #AAABAD;
  margin-top: 10px;
}
.report-title {
  color: #db132d;
  font-size: 20px;
  font-weight: bold;
  display: block;
  padding: 10px 0;
}
.inspection-report-closing {
  padding-bottom: 10px;
}
.inspection-report-closing-contacts {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.inspection-report-closing-contacts > .inspection-report-closing-person > span {
  font-weight: bold;
}
.email-contact,
.affectation-detail {
  width: 86%;
}
.btn-end-report {
  width: 100%;
}
.answer-result-text {
  /*font-size: 10px;*/
  flex-grow: 2;
}
.report-picto-annexes {
  margin: 5px;
  flex-grow: 1;
  flex-direction: row;
}
.report-picto-annexe-1 {
  margin: 5px;
  display: inline-block;
  background-image: url('../images/Pictos/Notes-01.svg');
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  flex-grow: 1;
  background-size: contain;
}
.report-picto-annexe-2 {
  margin: 5px;
  display: inline-block;
  background-image: url('../images/Pictos/photo.svg');
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  flex-grow: 1;
  background-size: contain;
}
.report-picto-annexe-4 {
  margin: 5px;
  display: inline-block;
  background-image: url('../images/Pictos/mic.svg');
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  flex-grow: 1;
  background-size: contain;
}
.report-picto-annexe-8 {
  margin: 5px;
  display: inline-block;
  background-image: url('../images/Pictos/Actions-01.svg');
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  flex-grow: 1;
  background-size: contain;
}
.answer-result-bubble {
  border: solid 1px;
  border-radius: 24px;
  font-weight: bold;
  margin-top: 3px;
  /*flex-grow: 2;*/
}
.bubble-big {
  font-size: 15px;
}
.bubble-small {
  font-size: 10px;
  min-width: 120px;
  text-align: center;
  padding: 5px;
}
.bubble-ok {
  border-color: #029738;
  background-color: #029738;
  color: white;
}
.bubble-ko-mineur {
  border-color: #7EB71A;
  background-color: #7EB71A;
  color: white;
}
.bubble-ko-majeur {
  border-color: #ED7900;
  background-color: #ED7900;
  color: white;
}
.bubble-ko,
.bubble-ko-critique {
  border-color: #db132d;
  background-color: #db132d;
  color: white;
}
.bubble-notapplicable {
  border-color: #AAABAD;
  background-color: #AAABAD;
  color: white;
}
.bubble-unknown {
  border-color: #AAABAD;
  background-color: white;
  color: #AAABAD;
}
.datepicker {
  width: 100%;
  height: 40px;
  border: 1px solid #AAABAD;
}
.btn-pdf {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-pdf a {
  color: white;
  text-decoration: none;
}
.inspection-question-audio {
  padding: 10px;
}
.btn-take-audio-input {
  display: none;
}
.btn-take-audio {
  width: 100%;
  margin-bottom: 10px;
}
.inspection-audio-preview {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
}
.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}
.alert.warning {
  background-color: #fff3cd;
  color: #856404;
}
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.closebtn:hover {
  color: black;
}
.alert.warning .closebtn {
  color: #856404;
}
.alert.warning .closebtn:hover {
  color: black;
}
.inspection-question-photos {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.btn-take-photo-input {
  width: 100%;
}
.inspection-photo-preview {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  margin-top: 8px;
  margin-bottom: 8px;
}
.inspection-photo-preview > img {
  max-width: 100%;
}
.inspection-camera {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
}
.inspection-camera > img {
  max-width: 100%;
}
.btn-take-photo-input {
  display: none;
}
.btn-take-photo {
  width: 100%;
}
.inspection-photo-gallery {
  margin-top: 10px;
  border-top: 1px solid #AAABAD;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.photo-in-gallery {
  /*width: 30%;*/
  padding: 12px;
}
.photo-in-gallery > .img-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.photo-in-gallery > .img-gallery > img {
  max-width: 200px;
  max-height: 200px;
}
.photo-in-gallery > .delete-photo-btn {
  background-image: url("../images/Pictos/Croix_supprimer-une-photo.svg");
  background-size: contain;
  width: 20px;
  height: 20px;
  float: right;
  position: relative;
  margin-left: -20px;
}
.loading-container {
  width: 100%;
}
.loading-container > div {
  width: 64px;
  height: 64px;
  background-image: url("../images/loading.gif");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.bottom-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  overflow: hidden;
  background-color: #FFF;
  border-top: 1px solid #000;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 65px;
  padding-right: 1.5rem !important;
}
.bottom-menu > a {
  border-left: 1px solid black;
}
.bottom-menu a:first-child {
  border-left: none;
}
.btn-bottom-menu {
  display: inline-block;
  flex-grow: 1;
  min-width: 40px;
  height: 65px;
  background-size: 57% 57%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.btn-bottom-menu:hover {
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.custom-alert-fullscreen {
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
}
.btn-picto-back {
  background-image: url('../images/Pictos/precedent.svg');
}
.btn-picto-beginning {
  background-image: url('../images/Pictos/Debut.svg');
}
.btn-picto-end {
  background-image: url('../images/Pictos/Fin.svg');
}
.btn-picto-next {
  background-image: url('../images/Pictos/suivant.svg');
}
.btn-picto-tests {
  background-image: url('../images/Pictos/Picto-footer_Documents-01.svg');
}
.btn-picto-law {
  background-image: url('../images/Pictos/Picto-footer_Loi-01.svg');
}
.btn-picto-add {
  background-image: url('../images/Pictos/Picto-footer_Ajout-01.svg');
}
.sidebar {
  background-color: #db132d;
}
.sidebar .top-row {
  background-color: #db132d;
}
.sidebar .navbar-brand {
  font-size: 1.1rem;
}
.sidebar .oi {
  width: 2rem;
  font-size: 1.1rem;
  vertical-align: text-top;
  top: -2px;
}
.sidebar .nav-item {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
}
.sidebar .nav-item:first-of-type {
  padding-top: 1rem;
}
.sidebar .nav-item:last-of-type {
  padding-bottom: 1rem;
}
.sidebar .nav-item a {
  color: #d7d7d7;
  border-radius: 4px;
  height: 3rem;
  display: flex;
  align-items: center;
  line-height: 3rem;
}
.sidebar .nav-item a.active {
  background-color: rgba(255, 255, 255, 0.25);
  color: white;
}
.sidebar .nav-item a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}
.navbar-toggler {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: 1px solid rgba(255, 255, 255, 0.7) !important;
  border-radius: 0;
  color: white;
  height: 3rem;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
/*Menu*/
.reload-icon {
  background-image: url('../images/Pictos/Refresh.png');
  height: 48px;
  width: 48px;
  background-position: center;
  background-repeat: no-repeat;
}
.reload-icon-rotate {
  transform: rotate(360);
}
.add-icon {
  background-image: url('../images/Pictos/Ajout.svg');
  height: 48px;
  width: 48px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
}
.action-menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.action-menu > .inspection-menu-title {
  font-size: 17px;
}
.action-menu > .inspection-menu-add-action {
  cursor: pointer;
  float: right;
}
.back-icon {
  background-image: url('../images/Pictos/Back.svg');
  height: 48px;
  width: 48px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.menu-title {
  font-weight: bold;
  display: inline-block;
  min-height: 24px;
  max-height: 48px;
  margin: auto 0;
  padding-left: 10px;
}
.inspection-menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.inspection-menu > .inspection-menu-reload {
  cursor: pointer;
}
.simple-menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: stretch;
}
.simple-menu > .inspection-menu-title {
  font-size: 17px;
}
.simple-menu > .inspection-menu-back {
  cursor: pointer;
  border-right: 0.5px solid #fff;
}
.simple-menu > .simple-menu-spacer {
  width: 10%;
}
/*End menu*/
.inspection-question-actions {
  padding: 20px;
  background-color: #E6E6E6;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.inspection-question-actions-report {
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.actions-item {
  max-width: 100%;
}
.action-white-zone-report {
  padding: 10px 0px;
}
.action-white-zone-report > .action-white-zone {
  background-color: #E6E6E6;
}
.action-white-zone {
  background-color: #fff;
  max-width: 100%;
  padding: 5px;
}
.action-title {
  font-weight: bold;
  font-size: 17px;
}
.action-content {
  max-width: 100%;
  text-wrap: normal;
  overflow-wrap: break-word;
  font-size: 14px;
  width: 100%;
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.action-buttons-zone {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: stretch;
  margin-top: 8px;
}
.btn-action {
  padding: 7px 23px;
}
.btn-action > span {
  display: block;
  font-size: 12px;
}
.btn-action-add {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-action-edit {
  background-color: #A8A9AB;
}
.btn-action-delete {
  display: inline-block;
}
.inspection-question-add-point-controle {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding: 10px;
}
.inspection-question-add-point-controle-header {
  flex-grow: 1;
}
.inspection-question-add-point-controle-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  border-bottom: 1px solid #AAABAD;
  padding: 15px;
}
.inspection-question-add-point-controle-row > span {
  display: inline-block;
}
.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}
.invalid {
  outline: 1px solid red;
}
.validation-message {
  color: red;
}
.error-failed {
  text-align: center;
  color: #db132d;
  font-weight: bold;
  font-size: 14px;
}
#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
.splashscreen-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.splascreen-logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/*Animation*/
@-webkit-keyframes rotating {
  /* Safari and Chrome */
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
/*End animation*/
@media (max-width: 767.98px) {
  .main .top-row:not(.auth) {
    display: none;
  }
  .main .top-row.auth {
    justify-content: space-between;
  }
  .main .top-row a,
  .main .top-row .btn-link {
    margin-left: 0;
  }
  .custom-menu-desktop {
    display: none;
  }
  .custom-menu-mobile {
    display: block;
  }
  .custom-menu-mobile-full {
    display: block;
  }
}
@media (min-width: 768px) {
  #app {
    flex-direction: row;
  }
  .sidebar {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }
  .main .top-row {
    position: sticky;
    top: 0;
  }
  .main > div {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
  .sidebar .collapse {
    /* Never collapse the sidebar for wide screens */
    display: block;
  }
  .custom-menu-desktop {
    display: block;
  }
  .custom-menu-mobile {
    display: none;
  }
  .custom-menu-mobile-full {
    display: none;
  }
}