@charset "UTF-8";
/*
  Created by Pierre Bernardeau.
  For Influa
  Date: 15/02/2022
  Time: 09:54

  --- styles ---

        _
    ,--'_`--.    
  ,/( \   / )\.  
 //  \ \_/ /  \\ 
|/___/     \___\|
((___       ___))    Join the Empire !!!  ﴾̵ ̵◎̵ ̵﴿
|\   \  _  /   /|
 \\  / / \ \  // 
  `\(_/___\_)/'
    `--._.--'

 */
/*
  Created by Pierre Bernardeau.
  For Influa
  Date: 18/02/2022
  Time: 12:18

  --- _fonts ---

        _
    ,--'_`--.    
  ,/( \   / )\.  
 //  \ \_/ /  \\ 
|/___/     \___\|
((___       ___))    Join the Empire !!!  ﴾̵ ̵◎̵ ̵﴿
|\   \  _  /   /|
 \\  / / \ \  // 
  `\(_/___\_)/'
    `--._.--'

 */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/material-icons.woff2) format("woff2");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}

/*
  Created by Pierre Bernardeau.
  For Influa
  Date: 17/02/2022
  Time: 15:58

  --- _tools ---

        _
    ,--'_`--.    
  ,/( \   / )\.  
 //  \ \_/ /  \\ 
|/___/     \___\|
((___       ___))    Join the Empire !!!  ﴾̵ ̵◎̵ ̵﴿
|\   \  _  /   /|
 \\  / / \ \  // 
  `\(_/___\_)/'
    `--._.--'

 */
main {
  min-height: calc(100vh - 64px);
}

h2 {
  margin: 0 0 20px;
  font-size: 24px;
}

h3 {
  font-size: 22px;
  font-weight: 700;
}

h4 {
  font-size: 22px;
}

.btn {
  border-radius: 0;
  height: auto;
  line-height: 1;
  font-size: 12px;
  padding: 5px 10px;
  background-color: #546e7a;
}

.niceValeur {
  position: relative;
  height: 32.5px;
  cursor: pointer;
}
.niceValeur ul.liste {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.niceValeur ul.liste li.valeur {
  min-width: 150px;
  width: 100%;
  position: absolute;
  display: block;
  padding: 5px 10px;
  top: 0;
  left: 0;
  z-index: 0;
}
.niceValeur ul.liste li.valeur.current {
  z-index: 1;
}
.niceValeur.open ul.liste {
  z-index: 2;
}
.niceValeur.open ul.liste li.valeur {
  position: relative;
}

span.nonConcerne, span.nonConcerne2, span.nonConcerne3 {
  position: relative;
  padding-right: 20px;
  display: inline-block;
  margin: auto 15px auto auto;
}
span.nonConcerne i.coche, span.nonConcerne2 i.coche, span.nonConcerne3 i.coche {
  position: absolute;
  display: inline-block;
  height: 15px;
  width: 15px;
  top: 2px;
  right: 0;
  border: 1px solid #fff;
  border-radius: 15px;
  margin-right: 0;
}
span.nonConcerne i.coche.coched::after, span.nonConcerne2 i.coche.coched::after, span.nonConcerne3 i.coche.coched::after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 1px;
  left: 1px;
  width: 11px;
  height: 11px;
  border-radius: 11px;
}

span.nonConcerne3 i.coche {
  border-color: #000;
}
span.nonConcerne3 i.coche.coched::after {
  background-color: #000;
}

.dropify-wrapper {
  border: 2px dashed #1a237e;
  width: 75%;
  margin: auto;
}
.dropify-wrapper .dropify-message {
  top: 58%;
}
.dropify-wrapper .dropify-message span.file-icon {
  color: #1a237e;
}

.statBar {
  width: 100%;
  height: 20px;
  display: table;
}
.statBar .statSection {
  display: table-cell;
  height: 100%;
}

/*
  Created by Pierre Bernardeau.
  For Influa
  Date: 22/02/2022
  Time: 14:05

  --- _header ---

        _
    ,--'_`--.    
  ,/( \   / )\.  
 //  \ \_/ /  \\ 
|/___/     \___\|
((___       ___))    Join the Empire !!!  ﴾̵ ̵◎̵ ̵﴿
|\   \  _  /   /|
 \\  / / \ \  // 
  `\(_/___\_)/'
    `--._.--'

 */
body {
  position: relative;
}

#headerTop {
  padding-left: 60px;
}
#headerTop p {
  display: inline-block;
  margin: 0;
  padding-left: 20px;
}
#headerTop p a {
  color: #795548;
}
#headerSide {
  background: #212121;
  border-right: 1px solid #e5e5e5;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 60px;
  overflow: hidden;
  -webkit-transition: width 0.05s linear;
  transition: width 0.05s linear;
  -webkit-transform: translateZ(0) scale(1, 1);
  z-index: 1000;
}
#headerSide:hover, #headerSide.expanded {
  width: 250px;
  overflow: visible;
}
#headerSide > ul {
  margin: 7px 0;
}
#headerSide li {
  position: relative;
  display: block;
  width: 250px;
}
#headerSide li > a {
  position: relative;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  color: #999;
  font-family: arial;
  font-size: 14px;
  text-decoration: none;
  -webkit-transform: translateZ(0) scale(1, 1);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#headerSide li > a:hover, #headerSide li > a:focus {
  text-decoration: none;
}
#headerSide li > a i, #headerSide li > a span {
  display: table-cell;
  vertical-align: middle;
}
#headerSide li > a i {
  width: 60px;
  height: 36px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
}
#headerSide li > a i img {
  height: 18px;
}
#headerSide li > a span {
  width: 190px;
}
#headerSide li.current::after {
  position: absolute;
  left: -3px;
  content: "";
  background-color: #fff;
  top: 10px;
  height: calc(100% - 20px);
  width: 6px;
  border-radius: 3px;
}
#headerSide li.current a {
  color: #fff;
}
#headerSide ul, #headerSide li {
  outline: 0;
  margin: 0;
  padding: 0;
}
#headerSide li:hover > a, #headerSide li.active > a {
  color: #fff;
  background-color: #5fa2db;
}

main {
  padding-left: 60px;
  padding-bottom: 31px;
}

/*
  Created by Pierre Bernardeau.
  For Influa
  Date: 22/02/2022
  Time: 15:54

  --- _footer ---

        _
    ,--'_`--.    
  ,/( \   / )\.  
 //  \ \_/ /  \\ 
|/___/     \___\|
((___       ___))    Join the Empire !!!  ﴾̵ ̵◎̵ ̵﴿
|\   \  _  /   /|
 \\  / / \ \  // 
  `\(_/___\_)/'
    `--._.--'

 */
footer {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 20px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.7);
}

/*
  Created by Pierre Bernardeau.
  For Influa
  Date: 22/02/2022
  Time: 15:42

  --- _login ---

        _
    ,--'_`--.    
  ,/( \   / )\.  
 //  \ \_/ /  \\ 
|/___/     \___\|
((___       ___))    Join the Empire !!!  ﴾̵ ̵◎̵ ̵﴿
|\   \  _  /   /|
 \\  / / \ \  // 
  `\(_/___\_)/'
    `--._.--'

 */
#login {
  min-height: 100vh;
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
#login_window {
  text-align: center;
  border-radius: 8px;
  width: 350px;
  height: 450px;
  background: inherit;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  margin-left: -175px;
  margin-top: -250px;
}
#login_window::before {
  width: 400px;
  height: 500px;
  content: "";
  position: absolute;
  top: -25px;
  left: -25px;
  bottom: 0;
  right: 0;
  background: inherit;
  box-shadow: inset 0 0 0 200px rgba(255, 255, 255, 0.2);
  filter: blur(10px);
}
#login_window .form {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#login_window .form img {
  max-width: 150px;
  margin: 20px auto;
}
#login_window .form h1 {
  margin: 20px auto;
}
#login_window .form .g-signin2 > div {
  display: inline-block;
}

/*
  Created by Pierre Bernardeau.
  For Influa
  Date: 23/02/2022
  Time: 12:12

  --- _accueil ---

        _
    ,--'_`--.    
  ,/( \   / )\.  
 //  \ \_/ /  \\ 
|/___/     \___\|
((___       ___))    Join the Empire !!!  ﴾̵ ̵◎̵ ̵﴿
|\   \  _  /   /|
 \\  / / \ \  // 
  `\(_/___\_)/'
    `--._.--'

 */
#accueil {
  padding: 15px;
}
#accueilIntro {
  padding: 50px;
}
#accueilIntro img {
  max-width: 300px;
}
#accueilIntro h1 span {
  font-size: 18px;
}
#accueilNew {
  padding: 15px;
}

/*
  Created by Pierre Bernardeau.
  For Influa
  Date: 17/02/2022
  Time: 15:05

  --- _checklist ---

        _
    ,--'_`--.    
  ,/( \   / )\.  
 //  \ \_/ /  \\ 
|/___/     \___\|
((___       ___))    Join the Empire !!!  ﴾̵ ̵◎̵ ̵﴿
|\   \  _  /   /|
 \\  / / \ \  // 
  `\(_/___\_)/'
    `--._.--'

 */
#checklist {
  padding: 15px;
}
#checklistIntro .noteSite {
  padding-top: 20px;
}
#checklistIntro .noteSite .row {
  margin-bottom: 0;
}
#checklistIntro .noteSite textarea {
  border: 0;
  padding: 10px;
  height: 150px;
  background-color: #eceff1;
  resize: none;
}
#checklistIntro .noteSite label {
  left: 1.5rem;
}
#checklistIntro .noteSite label:not(.label-icon).active {
  transform: translateX(-0.75em) translateY(-25px) scale(1);
}
#checklistIntro .legendeTable {
  display: table;
}
#checklistIntro .legendeTable ul {
  display: table-cell;
  vertical-align: top;
}
#checklistIntro .legendeTable ul li span.color {
  cursor: pointer;
  display: inline-block;
  height: 12px;
  width: 20px;
  margin-right: 15px;
  position: relative;
}
#checklistIntro .legendeTable ul li span.color.off::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAEklEQVQIW2NkAIL/QMAIJoAAAEfvB/9vn9xIAAAAAElFTkSuQmCC);
  background-size: 2px 2px;
}
#checklistAudit {
  padding-top: 2px;
}
#checklistAudit .tabs .tab a.active {
  background-color: #01579b !important;
}
#checklistAudit .tabs .indicator {
  background-color: #01579b !important;
}
#checklistAudit .groupe_stats {
  padding-top: 10px;
  padding-right: 7px;
}
#checklistAudit .groupe_stats .row {
  margin-bottom: 10px;
}
#checklistAudit .collapsible {
  margin: 0;
}
#checklistAudit .collapsible-body {
  padding: 0;
}
#checklistAudit th.nom, #checklistAudit td.nom {
  padding-left: 15px;
}
#checklistAudit th.pj {
  text-align: center;
}
#checklistAudit tr.action.off {
  display: none;
}
#checklistAudit tr.action td.nom a.getProcess {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 16px;
}
#checklistAudit tr.action td.nom a.getProcess i {
  font-size: 18px;
  color: #90a4ae;
  position: absolute;
  right: 0;
  top: 2px;
}
#checklistAudit tr.action td.valeur {
  width: 180px;
}
#checklistAudit tr.action td.commentaire {
  width: 300px;
}
#checklistAudit tr.action td.commentaire .row {
  margin-bottom: 0;
}
#checklistAudit tr.action td.commentaire .row .input-field {
  margin: 0;
}
#checklistAudit tr.action td.pj {
  width: 65px;
  text-align: center;
}
#checklistAudit tr.action td.pj .dropify-wrapper {
  padding: 1px;
}
#checklistAudit tr.action td.pj .dropify-wrapper p {
  font-size: 14px;
  margin-top: 0;
}
#checklistAudit tr.action td.pj .dropify-wrapper .file-icon {
  font-size: 30px;
}
#checklistAudit tr.action td.pj .dropify-wrapper .file-icon::before {
  display: none;
}
#checklistAudit tr.action td.pj .haspj {
  position: relative;
  width: 30px;
  overflow: hidden;
  float: left;
}
#checklistAudit tr.action td.pj .haspj::after {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  height: 100%;
  width: 20px;
  display: block;
  content: "file_download";
  font-family: "Material Icons";
  z-index: 2;
}
#checklistAudit tr.action td.pj .haspj input[type=submit] {
  border: 0;
  background: transparent;
  cursor: pointer;
  color: transparent;
  z-index: 3;
  position: relative;
}
#checklistAudit tr.action td.pj .deleteFile {
  float: right;
  color: #ff3d00;
}
#checklistAudit tr.action .lastmodif {
  width: 140px;
  font-size: 14px;
}
#checklistAudit .groupe > ul.collapsible {
  border-top: 0;
}

/*
  Created by Pierre Bernardeau.
  For Influa
  Date: 23/02/2022
  Time: 08:41

  --- _gestion_clients ---

        _
    ,--'_`--.    
  ,/( \   / )\.  
 //  \ \_/ /  \\ 
|/___/     \___\|
((___       ___))    Join the Empire !!!  ﴾̵ ̵◎̵ ̵﴿
|\   \  _  /   /|
 \\  / / \ \  // 
  `\(_/___\_)/'
    `--._.--'

 */
#gestionClients {
  padding: 15px;
}
#gestionClients th {
  padding: 15px;
}
#gestionClients td {
  padding: 5px 15px;
  vertical-align: top;
}
#gestionClients td.nomClient span.nom {
  font-weight: 700;
}
#gestionClients td.nomClient i {
  padding-left: 5px;
  font-size: 14px;
  color: #009688;
}
#gestionClients td.nomSite .listeSites a {
  color: #000;
}
#gestionClients td.nomSite .listeSites a i {
  padding-left: 5px;
  font-size: 14px;
  color: #009688;
}
#gestionClients td.nomSite .btn {
  margin: 0 0 25px;
}

/*
  Created by Pierre Bernardeau.
  For Influa
  Date: 23/02/2022
  Time: 09:20

  --- _gestion_audits ---

        _
    ,--'_`--.    
  ,/( \   / )\.  
 //  \ \_/ /  \\ 
|/___/     \___\|
((___       ___))    Join the Empire !!!  ﴾̵ ̵◎̵ ̵﴿
|\   \  _  /   /|
 \\  / / \ \  // 
  `\(_/___\_)/'
    `--._.--'

 */
#gestionAudits {
  padding: 15px;
}
#gestionAudits .collapsible {
  margin: 0;
}
#gestionAudits .collapsible .btn {
  margin: 10px 10px 25px;
}
#gestionAudits .collapsible .collapsible-body {
  padding: 0;
}
#gestionAudits .collapsible .action .collapsible-body {
  padding: 5px 15px;
}

/*
  Created by Pierre Bernardeau.
  For Influa
  Date: 23/02/2022
  Time: 12:24

  --- _dashboard ---

        _
    ,--'_`--.    
  ,/( \   / )\.  
 //  \ \_/ /  \\ 
|/___/     \___\|
((___       ___))    Join the Empire !!!  ﴾̵ ̵◎̵ ̵﴿
|\   \  _  /   /|
 \\  / / \ \  // 
  `\(_/___\_)/'
    `--._.--'

 */
#dashboard {
  padding: 15px;
}

/*
  Created by Pierre Bernardeau.
  For Influa
  Date: 23/02/2022
  Time: 12:24

  --- _about ---

        _
    ,--'_`--.    
  ,/( \   / )\.  
 //  \ \_/ /  \\ 
|/___/     \___\|
((___       ___))    Join the Empire !!!  ﴾̵ ̵◎̵ ̵﴿
|\   \  _  /   /|
 \\  / / \ \  // 
  `\(_/___\_)/'
    `--._.--'

 */
#about {
  padding: 15px;
}
#aboutIntro {
  padding: 30px;
}
#aboutIntro img {
  max-width: 300px;
}
#aboutContent, #aboutChangelog {
  padding: 15px;
}
#aboutChangelog ul {
  padding-left: 20px;
}
#aboutChangelog ul li h3 span {
  padding-left: 15px;
  font-size: 14px;
  font-weight: 300;
}

/*# sourceMappingURL=styles.css.map */
