/******************************** ---------------------   COMMON CSS : WEBVIEW ---------------------------- **************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/*************************************************************** COMMON  *********************************************************************/

/* On change la couleur du Cache Loader */
.cacheLoader {
	background-color: #FFF;
}

/* On affiche les elements qui doivent être présents sur le natif */
.ngim_webview {
	display: block;
}

.det-content {
	margin: 0 0;
	background-color: transparent;
	color: #333;
	overflow: visible;
	/* Pour l'affichage du menu contextuel 
	padding-bottom:60px; */
}

h3.det_title {
	background-color: #ffffff;
	color: #333333;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 2px solid #c8cad3;
}

.ui-page { /*background-color: #dee4e5;*/
	background-color: #edf1f2;
	color: #6e7273;
}

.ui-page-active {
	padding-top: 32px!important;
	height:100%;
}