/* 
    Created on : 14 nov. 2015, 17:34:11
    Author     : phantase
*/

img.club-icon {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  margin-right: 5px;
}


.red-row {
  background-color: red !important;
}

.structure-tree,
.structure-tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 10px;
}

.structure-tree ul {
  margin-left: 1em;
  position: relative
}

.structure-tree ul ul {
  margin-left: .5em
}

.structure-tree ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid
}

.structure-tree span {
  line-height: 2em;
  color: #369;
  font-weight: 700;
}

.structure-tree li {
  margin: 0;
  padding: 5px 1em;
  position: relative
}

.structure-tree ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  border-top: 1px solid;
  margin-top: -1px;
  position: absolute;
  top: 1em;
  left: 0
}

.structure-tree ul li:last-child:before {
  background: #fff;
  top: 1em;
  bottom: 0
}

.indicator {
  margin-right: 5px;
}

.structure-tree li a {
  text-decoration: none;
  color: #369;
}

.structure-tree li button,
.structure-tree li button:active,
.structure-tree li button:focus {
  text-decoration: none;
  color: #369;
  border: none;
  background: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  outline: 0;
}


input:invalid {
  border: 2px dashed red;
}

input:valid {
  border: 2px solid black;
}

/* Styles pour le module de conformité */
.compliance-row:last-child {
  border-bottom: none !important;
}

.compliance-icon {
  font-size: 18px;
}
