
.erreur {
	color: red;
	display: none;
}


.ui-listview > li p {
  white-space: normal;
}

.ui-icon-xc-trash:after {
  background: url(../img/icons8-poubelle-50.png) 50% 50% no-repeat;
      background-size: 18px 18px;

}

input::file-selector-button {
  display:none;
}

.tdcenter {
text-align:center; justify-content: center;

}

.xc-very-small {
	font-size: 7px;
	font-weight : normal;
	margin: 5px;
}

.xc-legende {
	font-size: 11px;
	font-weight : normal;
	vertical-align: baseline;
	margin: 5px;
}
.xc-legende-u {
	text-decoration: underline;
	font-weight : bold;
}
.xc-detail-materiel {
	font-size: 14px;
	font-weight : normal;
	margin: 1px;
}
.xc-detail-materiel-bold {
	font-weight : bold;
}

.xc-detail-materiel-action {
	background-color:#e53517;
	color: white;
	font-size: 12px;
	font-weight : normal;
	text-align: center;
	margin: 10px;
	padding:15px;
}
.xc-detail-materiel-attention {
	background-color:#ff8300;
	color: white;
	font-weight : normal;
	text-align: center;
	margin: 8px;
	font-size: 12px;
	padding:15px;
}

.xc-icon-materiel {
    background-image: url('../img/casque-black.png');
    background-repeat: no-repeat;
    background-position: center; 
}

.xc-icon-lecture {
    background-image: url('../img/icons8-vision-60.png');
    background-repeat: no-repeat;
    background-position: center; 
}

.xc-icon-vol {
    background-image: url('../img/icons8-canard-volant-50.png');
    background-repeat: no-repeat;
    background-position: center; 
}

.xc-icon-adminclub {
    background-image: url('../img/icons8-groupe-50.png');
    background-repeat: no-repeat;
    background-position: center;
}

.xc-icon-admin {
    background-image: url('../img/icons8-administrateur-60.png');
    background-repeat: no-repeat;
    background-position: center;
}

.xc-icon-legend {
    width :20px;
    height : 15px;
    background-size: 20px; 
    padding:5px;
}

.xc-tr-selectable {
	background-color:#e0e0e0;

}

.ui-icon-parapente:after {
	background-image: url(../img/voile.png);
	background-size: 15px 15px;
}
.ui-icon-sellette:after {
	background-image: url(../img/sellette.png);
	background-size: 15px 15px;
}
.ui-icon-casque:after {
	background-image: url(../img/casque.png);
	background-size: 15px 15px;
}
.ui-icon-groupe:after {
	background-image: url(../img/icons8-groupe-50-white.png);
	background-size: 15px 15px;
}
.ui-icon-groupe:after {
	background-image: url(../img/icons8-groupe-50-white.png);
	background-size: 15px 15px;
}
.ui-icon-treuil:after {
	background-image: url(../img/treuil.png);
	background-size: 15px 15px;
}
.ui-icon-aide:after {
	background-image: url(../img/icons8-aide-52.png);
	background-size: 15px 15px;
	margin-left : -1px;
}
.ui-icon-mdp:after {
	background-image: url(../img/icons8-mot-de-passe-64.png);
	background-size: 15px 15px;
	margin-left : -1px;
}

.xc-image-fit {
	max-width: 100%;
	max-height: 100%; 
}


