#map {
	width: 100%;
	height: 400px;
	background-color: grey;
}

ul#strengthBar {
	display: inline;
	list-style: none;
	margin: 0;
	margin-left: 15px;
	padding: 0;
	vertical-align: 2px;
}

.point:last {
	margin: 0 !important;
}

.point {
	background: #DDD;
	border-radius: 2px;
	display: inline-block;
	height: 5px;
	margin-right: 1px;
	width: 20px;
}

.rdv .btn:hover, .rdv .btn:focus, .rdv .btn:active {
	outline: 0 !important;
}
/* entire container, keeps perspective */
.rdv .cards-container {
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	perspective: 800px;
	margin-bottom: 0px;
}
/* flip the pane when hovered */
/* flip speed goes here */
.rdv .cards {
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-o-transition: -o-transform .5s;
	transition: transform .5s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.rdv .front, .rdv  .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}

/* front pane, placed above back */
.rdv .front {
	z-index: 2;
}

/* back, initially hidden pane */
.rdv .back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	z-index: 3;
}

.rdv .back .btn-simple {
	position: absolute;
	left: 0;
	bottom: 4px;
}
/*        Style       */
.rdv .cards {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 4px;
	color: #444444;
}

.rdv .cards-container, .rdv .front, .rdv .back {
	width: 100%;
	height: 420px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.16);
}

.rdv .cards .cover {
	height: 105px;
	overflow: hidden;
	border-radius: 4px 4px 0 0;
}

.rdv .cards .cover img {
	width: 100%;
}

.rdv .cards .user {
	border-radius: 50%;
	display: block;
	height: 120px;
	margin: -55px auto 0;
	overflow: hidden;
	width: 120px;
}

.rdv .cards .user img {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 4px solid #FFFFFF;
	width: 100%;
}

.rdv .cards .content {
	background-color: rgba(0, 0, 0, 0);
	box-shadow: none;
	padding: 10px 10px 10px;
}

.rdv .cards .content .main {
	min-height: 160px;
}

.rdv .cards .back .content .main {
	height: 215px;
}

.rdv .cards .name {
	font-family: 'Arima Madurai', cursive;
	font-size: 18px;
	line-height: 28px;
	margin: 10px 0 0;
	text-align: center;
	text-transform: capitalize;
}

.rdv .cards h5 {
	margin: 5px 0;
	font-weight: 400;
	line-height: 20px;
}

.rdv .cards .profession {
	color: #999999;
	text-align: center;
	margin-bottom: 20px;
}

.rdv .cards .footer {
	border-top: 1px solid #EEEEEE;
	color: #999999;
	margin: 30px 0 0;
	padding: 10px 0 0;
	text-align: center;
}

.rdv .cards .footer .btn-simple {
	margin-top: -6px;
}

.rdv .cards .motto {
	font-family: 'Arima Madurai', cursive;
	border-bottom: 1px solid #EEEEEE;
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 10px;
	text-align: center;
}

.rdv .cards .stats-container {
	width: 100%;
	margin-top: 30px;
}

.rdv .cards .stats {
	display: block;
	float: left;
	width: 33.333333%;
	text-align: center;
}

.rdv .cards .stats:first-child {
	border-right: 1px solid #EEEEEE;
}

.rdv .cards .stats:last-child {
	border-left: 1px solid #EEEEEE;
}

.rdv .cards .stats h4 {
	font-family: 'Arima Madurai', cursive;
	font-weight: 300;
	margin-bottom: 5px;
}

.rdv .cards .stats p {
	color: #777777;
	font-size: 10px;
}
/*      Just for presentation        */
.rdv .space-30 {
	height: 30px;
	display: block;
}

.rdv .space-50 {
	height: 50px;
	display: block;
}

.rdv .space-200 {
	height: 200px;
	display: block;
}

.nonenvoye {
	background-color: #FF0000;
}

.nondelivre {
	background-color: #f39c12;
}

.noreception {
	background-color: yellow;
}

.delivre {
	background-color: white;
}

.agenceinactive {
	background-color: #FF0000;
}

.alertesolde {
	background-color: #f39c12;
}

#checkbox {
	margin: 0;
}

.todo-list .checkbox {
	display:inline-block;
	margin: 0px;
}

.panel-body input[type=checkbox]:checked + label {
	color: #777;
}

/*       Fix bug for IE      */
@media screen and (-ms-high-contrast: active) , ( -ms-high-contrast :
	none) {
	.rdv .front, .rdv  .back {
		-ms-backface-visibility: visible;
		backface-visibility: visible;
	}
	.rdv .back {
		visibility: hidden;
		-ms-transition: all 0.2s cubic-bezier(.92, .01, .83, .67);
	}
	.rdv .front {
		z-index: 4;
	}
	.rdv .cards-container:not (.manual-flip ):hover .back, .rdv .cards-container.manual-flip.hover .back
		{
		z-index: 5;
		visibility: visible;
	}
}