.erreur_authentification {
  display: block;
  text-align: center;
  color: red;
}

#centrer {
  text-align: center;
}

#wspot_logo {
  width: 50%;
}

#srm_logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 40%;
}

.utilisateur {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  color: white;
}

.deconnexion {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

#creer {
  color: green;
}

#membre_srm {
  color: rgb(230, 26, 69);
}

#chercher {
  width: 25%;
}

#editer {
  color: #f3bb45;
}

#supprimer {
  color: red;
}

#visualiser {
  color: #68b3c8;
}

#statistiques {
  color: green;
}

#partenaire {
  float: left;
}

.right {
  text-align: right;
}

#ajouter {
  position: relative;
  left: 50%;
}

#browse {
  position: absolute;
  left: 300px;
}

#wspot_gestion_graphique {
  width: 20%;
}

#textarea {
  width: 100%;
}

.effacer {
  display: none;
}

.ui-autocomplete {
  max-height: 50%;
  overflow-x: hidden;
}

.scroll {
  max-height: 500px;
  overflow-y: auto;
}

.btn {
  border-radius: 6px;
}

#myInput {
  background-image: url('/css/searchicon.png');
  /* Add a search icon to input */
  background-position: 10px 12px;
  /* Position the search icon */
  background-repeat: no-repeat;
  /* Do not repeat the icon image */
  width: 100%;
  /* Full-width */
  font-size: 16px;
  /* Increase font-size */
  padding: 12px 20px 12px 40px;
  /* Add some padding */
  border: 1px solid #ddd;
  /* Add a grey border */
  margin-bottom: 12px;
  /* Add some space below the input */
}



#myUL li a {
  border: 1px solid #ddd;
  /* Add a border to all links */
  margin-top: -1px;
  /* Prevent double borders */
  background-color: #f6f6f6;
  /* Grey background color */
  padding: 12px;
  /* Add some padding */
  text-decoration: none;
  /* Remove default text underline */
  font-size: 18px;
  /* Increase the font-size */
  color: black;
  /* Add a black text color */
  display: block;
  /* Make it into a block element to fill the whole list */
}

#myUL li a:hover:not(.header) {
  background-color: #eee;
  /* Add a hover effect to all links, except for headers */
}

.navbar .navbar-nav>li>a.btn.btn-Inc,
.btn-Inc {
  font-size: 8px;
  border-radius: 5px;
  border: 1px solid;
  padding: 2px 5px;
}

.navbar .navbar-nav>li>a.btn.btn-Inc.btn-simple,
.btn-Inc.btn-simple {
  padding: 4px 5px;
}

.navbar .navbar-nav>li>a.btn.btn-Inc.btn-icon,
.btn-Inc.btn-icon {
  padding: 1px 5px;
}

.navbar .navbar-nav>li>a.btn.btn-Inc.btn-icon .fa,
.btn-Inc.btn-icon .fa {
  width: 10px;
}


.stickerRJ {
  pointer-events: none;
  font-size: 8px;
  border-radius: 5px;
  border: 1px solid;
  padding: 2px 5px;
}

.navbar .navbar-nav>li>a.btn.btn-Inc.btn-simple,
.btn-Inc.btn-simple {
  padding: 4px 5px;
}

.navbar .navbar-nav>li>a.btn.btn-Inc.btn-icon,
.btn-Inc.btn-icon {
  padding: 1px 5px;
}

.navbar .navbar-nav>li>a.btn.btn-Inc.btn-icon .fa,
.btn-Inc.btn-icon .fa {
  width: 10px;
}

.BtBandWidth {
  pointer-events: none;
  margin-left: -14px;
  margin-right: -14px;
  font-size: 10px;
  /*     padding-right: 0px; */
  /*     padding-left: 0px; */
}

.StickerStatut {
  padding-right: 0px;
  padding-left: 0px;
}

.col-xs-1-10,
.col-sm-1-10 {
  position: relative;
  min-height: 1px;
}

.col-xs-1-10 {
  width: 10%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-10 {
    width: 10%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-10 {
    width: 10%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-10 {
    width: 10%;
    float: left;
  }
}

.col-xs-1-8,
.col-sm-1-8 {
  position: relative;
  min-height: 1px;
}

.col-xs-1-8 {
  width: 12.5%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-8 {
    width: 12.5%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-8 {
    width: 12.5%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-8 {
    width: 12.5%;
    float: left;
  }
}

.card-Wan-Statut {
  width: 50%;
}

.cardIP {
  width: 200px;
}

#listIPaddr {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iconState {
  border-radius: 5px;
  border: 1px solid;
  padding: 2px 5px;
  font-size: 10px;
  box-sizing: border-box;
  background-color: transparent;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: default;
}

.iconState.connected {
  color: #7AC29A;
}

.iconState.disconnected {
  color: #E61A45;
}

.iconState.warning {
  color: #e6831a;
}

/* Mode 5 colonnes */

.col-xs-1-5,
.col-sm-1-5 {
  position: relative;
  min-height: 1px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

fieldset.div-border {
  border: 2px groove #ddd !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
  border-radius: 10px;
}

legend.div-border {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
  width: inherit;
  /* Or auto */
  padding: 0 20px;
  /* To give a bit of padding on the left and right */
  border-bottom: none;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 18%;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}

/*#btn-Inc {
	font-size: 12px;
	border-radius: 26px;
	padding: 2px 5px;
	padding: 4px 5px;
	padding: 1px 5px;
	width: 10px; }*/