@charset "utf-8";
/* CSS Document */

#search_fiche:hover{
	cursor:pointer;	
}

#search_fiche{
	width: 175px;
    height: 40px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
#code_session_id{
	width: 175px;
    height:30px;
	font-size: 12px;
	padding:5px;
}

.load-container{
	width:100%;
	height:50px;
}

.loading{
	background-image:url('./img/loading@2x.gif');
	background-repeat:no-repeat;
	background-position:50% -70px;
	width:inherit;
	height:inherit;
	display:none;
}

/******************* Tableau Liste des fiches souvenir */

/*Ligne TR dans Tableau fiche souvenir */
.TRFicheSouvenir td{
	background-color:#F0BB39;	
	text-align:center;
	padding:10px 0px;
}

/* Tableau fiche souvenir*/
#TABFicheSouvenir{
	border:1px solid #F0BB39;
	width:100%;
}

.TBODYFicheSouvenir td{
	border-bottom:1px dotted #CCCCCC;
	padding-left:0px;
	padding-right:5px;
}
.title-fiche{
	float:left;
	width:90%;
}
.icon-fiche{
	display:inline-block;
	width:40px;
	height:50px;
	float:left;
	margin-right:10px;
}
.icon-fiche:after{
	content: "\f491";
	position:relative;
	top:20px;
	font-family:dashicons;
	font-size:48px;
	font-style:normal;
	color:#CCC;
}
