
/* pour isarta-style */

.usager-inbox {
	margin-top: 24px;
	width: 16px;
	height: 15px;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	margin-right: 4px;
}

.pastille-inbox {
	float: right;
	margin-top: 18px;
	display: none;
	cursor: pointer;
	color: white;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	border-radius: 4px;
	font-family: "Open Sans", sans-serif;
	padding: 3px;
	font-weight: bold;
	background: #fa3e3e;
	margin-left: 0px;
}

.poste-inbox {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #001d51;
	font-weight: bold;
}

.compagnie-inbox {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #060606;
}

.lieu-inbox {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #626469;
}

.lien-inbox-viewed .poste-inbox {
	font-weight: 500;
}

.lien-inbox-viewed {
	background-color: white;
	/*background: #e3e3e3;*/
	/*background-image: -webkit-linear-gradient(left, white, #e3e3e3);*/
	/*background-image: -moz-linear-gradient(left, white, #e3e3e3);*/
	/*background-image: -ms-linear-gradient(left, white, #e3e3e3);*/
	/*background-image: -o-linear-gradient(left, white, #e3e3e3);*/
	/*background-image: linear-gradient(to right, white, e3e3e3);*/
}

.lien-inbox-viewed-reversed {
	background-color: white;
	/*background: #e3e3e3;*/
	/*background-image: -webkit-linear-gradient(right, white, #e3e3e3);*/
	/*background-image: -moz-linear-gradient(right, white, #e3e3e3);*/
	/*background-image: -ms-linear-gradient(right, white, #e3e3e3);*/
	/*background-image: -o-linear-gradient(right, white, #e3e3e3);*/
	/*background-image: linear-gradient(to left, white, #e3e3e3);*/
}

.liste-inbox {
	max-height: 500px;
	background: white;
	overflow: auto;
	position: relative;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.tout-afficher-inbox {
	padding: 10px;
	border: 1px solid #ccc;
	position: relative;
	background: white;
	width: 100%;
	text-align: center;
}

.header-bleu-inbox {
	padding: 10px;
	top: 0px;
	background: white;
	width: 100%;
	text-align: center;
	color: white;
	background: #00277b;
	background-image: -webkit-linear-gradient(top, #00277b, #144dc8);
	background-image: -moz-linear-gradient(top, #00277b, #144dc8);
	background-image: -ms-linear-gradient(top, #00277b, #144dc8);
	background-image: -o-linear-gradient(top, #00277b, #144dc8);
	background-image: linear-gradient(to bottom, #00277b, #144dc8);
}

.container-inbox {
	display: none;
	font-family: 'Open Sans', sans-serif;
	width: 370px;
	left: -178px;
	margin-top: 58px;
	position: absolute;
}

.container-inbox:after,
.container-inbox:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.container-inbox:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #00277b;
	border-width: 15px;
	margin-left: -15px;
}

.container-inbox:before {
	border-color: rgba(194, 225, 245, 0);
	border-width: 16px;
	margin-left: -16px;
}

.tableau-inbox {
	line-height: 14px;
	width: 100%;
	margin: 0px !important;
}

.tableau-inbox-pourcentage {
	min-width: 60px;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
}

.tableau-inbox-description {
	width: 100%;
	padding: 12px;
	border-bottom: 1px solid #ccc;
}

.tableau-inbox-description a {
	display: block;
	width: 100%;
	text-decoration: none;
}

.mettre-a-jour-inbox {
	background: white;
	padding: 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
}

@media (max-width: 767px) {
	.tableau-inbox-pourcentage {
		min-width: 56px;
	}

	.usager-inbox {
		margin-top: 13px;
		margin-right: 4px;
		font-size: 17px;
	}

	.pastille-inbox {
		line-height: 14px;
		margin-right: 3px;
		margin-top: 7px !important;
		padding: 2px;
		margin-left: -3px;
	}

	.container-inbox {
		width: 260px;
		left: -123px;
		margin-top: 47px;
	}

	.liste-inbox {
		max-height: 330px;
	}

	/*.lien-inbox-viewed {*/
		/*background: #eeeeee;*/
		/*background-image: -webkit-linear-gradient(left, white, #eeeeee);*/
		/*background-image: -moz-linear-gradient(left, white, #eeeeee);*/
		/*background-image: -ms-linear-gradient(left, white, #eeeeee);*/
		/*background-image: -o-linear-gradient(left, white, #eeeeee);*/
		/*background-image: linear-gradient(to right, white, #eeeeee);*/
	/*}*/

	/*.lien-inbox-viewed-reversed {*/
		/*background: #eeeeee;*/
		/*background-image: -webkit-linear-gradient(right, white, #eeeeee);*/
		/*background-image: -moz-linear-gradient(right, white, #eeeeee);*/
		/*background-image: -ms-linear-gradient(right, white, #eeeeee);*/
		/*background-image: -o-linear-gradient(right, white, #eeeeee);*/
		/*background-image: linear-gradient(to left, white, #eeeeee);*/
	/*}*/

	.header-bleu-inbox {
		font-size: 11px;
	}
}


/* pour isarta-style eventuellement - arrange entete iphone 4 et 5 */
/* pour isarta-style eventuellement - arrange entete ipad portrait */

@media only screen and (min-device-width: 767px) and (max-device-width: 999px) and (orientation: portrait) {


	.isartTopNav .caret {
		margin-left: 0px !important;
	}

}



@media (max-width: 330px) {
	.usager-inbox {
		margin-left: -2px;
	}
	.container-inbox {
		left: -125px;
	}
	.pastille-inbox {
		font-size: 12px;
	}
	.isartTopNav .nav>li>a {
		padding-left: 1px;
	}

	.topNavA {
		margin: -46px 0px 0 0;
	}
	
	.header-bleu-inbox {
    font-size: 11px;
	}
	
	.lst .navbar-container {
	    margin-right: 0px;
	}
	
	.liste-inbox {
		max-height: 310px;
	}
	
}