@charset "UTF-8";
/*
    component: Boxes
-------------------------
*/
.box {
	position: relative;
	background: #ffffff;
	/*border: 1px solid #ADADAD;*/
	border:none;
	/*margin-bottom: 20px;*/
/* 	-webkit-border-radius: 10px; */
/* 	-moz-border-radius: 10px; */
/* 	border-radius: 10px; */
	width: 100%;
	/*box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);*/
	padding-bottom: 10px;
}

.box.box-primary {
	border-top-color: #3c8dbc;
}

.box.box-info {
	/*border-top-color: #00c0ef;*/
}

.box.box-danger {
	border-top-color: #f56954;
}

.box.box-warning {
	border-top-color: #f39c12;
}

.box.box-success {
	border-top-color: #00a65a;
}

.box.height-control .box-body {
	max-height: 300px;
	overflow: auto;
}

.box .box-header {
	position: relative;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom: 0px solid #f4f4f4;
	color: #444;
}

.box .box-header:before, .box .box-header:after {
	display: table;
	content: " ";
	margin-bottom:0.5em;
}

.box .box-header:after {
	clear: both;
}
 
.box-header .ion,
.box-header .box-title{
	display: inline-block;
	/*padding: 10px 10px 10px 10px;*/
	margin: 10px;
	margin-left: 0px;
	font-size: 20px;
	font-weight: 400;
	float: left;
	cursor: default;
	/*background-color: #0f80ff;
	color : white;*/
}

/*
.box-header .ion,
.box-header .box-title .iconspectitle {
	display: inline-block;
	padding: 0px;
	margin: 0;
	font-size: 28px;
	font-weight: 100;
	float: left;
	cursor: default;
	background-color: white;
	color : black;
}
*/

.box .box-header a {
	color: #444;
}

.box .box-header .box-tools {
	padding: 5px 10px 5px 5px;
}

.box .box-body {
	padding: 10px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.box .box-body>table, .box .box-body>.table {
	margin-bottom: 0;
}

.box .box-body.chart-responsive {
	width: 100%;
	overflow: hidden;
}

.box .box-body>.chart {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.box .box-body>.chart svg, .box .box-body>.chart canvas {
	width: 100% !important;
}

.box .box-body .fc {
	margin-top: 5px;
}

.box .box-body .fc-header-title h2 {
	font-size: 15px;
	line-height: 1.6em;
	color: #666;
	margin-left: 10px;
}

.box .box-body .fc-header-right {
	padding-right: 10px;
}

.box .box-body .fc-header-left {
	padding-left: 10px;
}

.box .box-body .fc-widget-header {
	background: #fafafa;
	box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.02);
}

.box .box-body .fc-grid {
	width: 100%;
	border: 0;
}

.box .box-body .fc-widget-header:first-of-type, .box .box-body .fc-widget-content:first-of-type
	{
	border-left: 0;
	border-right: 0;
}

.box .box-body .fc-widget-header:last-of-type, .box .box-body .fc-widget-content:last-of-type
	{
	border-right: 0;
}

.box .box-body .table {
	margin-bottom: 0;
}

.box .box-body .full-width-chart {
	margin: -19px;
}

.box .box-body.no-padding .full-width-chart {
	margin: -9px;
}

.box .box-footer {
	border-top: 1px solid #f4f4f4;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 10px;
	background-color: #ffffff;
}

.box.box-solid {
	border-top: 0px;
}

.box.box-solid>.box-header {
	padding-bottom: 0px !important;
}

.box.box-solid>.box-header .btn.btn-default {
	background: transparent;
}

.box.box-solid.box-primary>.box-header {
	color: #fff;
	background: #3c8dbc;
	background-color: #3c8dbc;
}

.box.box-solid.box-primary>.box-header a {
	color: #444;
}

.box.box-solid.box-info>.box-header {
	color: #fff;
	background: #00c0ef;
	background-color: #00c0ef;
}

.box.box-solid.box-info>.box-header a {
	color: #444;
}

.box.box-solid.box-danger>.box-header {
	color: #fff;
	background: #f56954;
	background-color: #f56954;
}

.box.box-solid.box-danger>.box-header a {
	color: #444;
}

.box.box-solid.box-warning>.box-header {
	color: #fff;
	background: #f39c12;
	background-color: #f39c12;
}

.box.box-solid.box-warning>.box-header a {
	color: #444;
}

.box.box-solid.box-success>.box-header {
	color: #fff;
	background: #00a65a;
	background-color: #00a65a;
}

.box.box-solid.box-success>.box-header a {
	color: #444;
}

.box.box-solid>.box-header>.box-tools .btn {
	border: 0;
	box-shadow: none;
}

.box.box-solid.collapsed-box .box-header {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.box.box-solid[class*='bg']>.box-header {
	color: #fff;
}

.box .box-group>.box {
	margin-bottom: 5px;
}

.box .knob-label {
	text-align: center;
	color: #333;
	font-weight: 100;
	font-size: 12px;
	margin-bottom: 0.3em;
}

.box>.overlay, .box>.loading-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.box>.overlay {
	z-index: 1010;
	background: rgba(255, 255, 255, 0.7);
}

.box>.overlay.dark {
	background: rgba(0, 0, 0, 0.5);
}

.box>.loading-img {
	z-index: 1020;
	background: transparent url('../img/ajax-loader1.gif') 50% 50% no-repeat;
}

@media screen and (max-width: 480px) {
	.small-box {
		text-align: center;
	}
	.small-box .icon {
		display: none;
	}
	.small-box p {
		font-size: 12px;
	}
}

/*
    Component: Small boxes
*/
.small-box {
	position: relative;
	display: block;
/* 	-webkit-border-radius: 10px; */
/* 	-moz-border-radius: 10px; */
/* 	border-radius: 10px; */
	margin-bottom: 15px;
}

.small-box>.inner {
	padding: 10px;
}

.small-box>.small-box-footer {
	position: relative;
	text-align: center;
	padding: 3px 0;
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
	display: block;
	z-index: 10;
	background: rgba(0, 0, 0, 0.1);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-decoration: none;
}

.small-box>.small-box-footer:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.15);
}

.small-box h3 {
	font-size: 38px;
	font-weight: bold;
	margin: 0 0 10px 0;
	white-space: nowrap;
	padding: 0;
}

.small-box p {
	font-size: 15px;
}

.small-box p>small {
	display: block;
	color: #f9f9f9;
	font-size: 13px;
	margin-top: 5px;
}

.small-box h3, .small-box p {
	z-index: 5px;
}

.small-box .icon {
/* 	position: absolute; */
/* 	top: auto; */
/* 	bottom: 5px; */
/* 	right: 5px; */
	z-index: 0;
	font-size: 75px;
	/*color: rgba(0, 0, 0, 0.15);*/
	color:inherit;
}

/* .small-box:hover { */
/* 	text-decoration: none; */
/* 	color: #f9f9f9; */
/* } */

.small-box:hover .icon {
	animation-name: tansformAnimation;
	animation-duration: .5s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	-webkit-animation-name: tansformAnimation;
	-webkit-animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: tansformAnimation;
	-moz-animation-duration: .5s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: forwards;
}

.small-box ul {
	list-style: none;
    margin-top: 2px;
    font-size:18px;
}

.box li {
	
}

.fixed { 
	position: fixed; 
	width : 30%;
	top:25%;
}

.box-summary {
	margin: 10px;
	border-radius: 10px;
	padding-left : 15px;
	padding-bottom : 10px;
	padding-top : 2px;
	padding-right : 10px;
	background: #e8e8e8;
	line-height: 1.8em;
}

.box-chart {
	margin: 10px;
	border-radius: 10px;
	padding-left : 10px;
	padding-bottom : 10px;
	padding-top : 2px;
	padding-right : 10px;
	line-height: 1.5em;
}


/*
*
*/
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  
}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	min-width: 326px;
	box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
	width: 100%;
	z-index: 1;
	border: solid 1px #C0C0C0;
	border-radius: 5px;
	margin-top: 33px;
	color: #607d8b;
	margin-left: -277px;
	padding-top: 10px;
	padding-right: 10px;
	border-radius: 0px 0px 0px 15px;
}

.dropdown-content > span{
	margin-left: 12px;
}
/* Links inside the dropdown */
.dropdown-content a {
  padding: 5px;
  padding-left:10px;
  text-decoration: none;
  display: block;
  z-index: 1;
  font-weight: normal;
  margin-left: -21px;
  padding-left: 21px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #fff;/*#f7fafc;*/ 
	border-left-width:4px;
	border-left-style:solid;
	border-left-color:#E75F5F;
	font-weight: 400;
	text-decoration: underline;
}

/* div */
.dropdown-content div {
	margin-left: 10px;
} 

.dropdown-content .menuItem {
/* 	margin-left: 10px; */
/* 	padding-right: 10px; */
} 

.menuItem .user{
	width: 100%;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 18px;
}
.menuItem hr {
	border: 1px solid rgb(244, 244, 244);
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 0px;
}
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;} 

.box-action {
	border-radius: 5px;
	padding-left : 15px;
	padding-bottom : 10px;
	padding-top : 10px;
	padding-right : 50px;
	background: #e8e8e8;
	line-height: 1.8em;
}

/* box critere de rechrche */

.dropdown-critere {
  position: relative;
  padding-top: 7px;
  display: inline-block;
}


/* Dropdown Content (Hidden by Default) */
.dropdown-critere-content {
  display: none;
  position: absolute;
  background-color: #fafafa;
  min-width: 180px;
  box-shadow:3px 3px 6px rgba(119, 119, 119, 0.16);
  width : 100%;  
  z-index: 100;
/*   border: solid 1px #C0C0C0; */
  border-radius: 5px;
  margin-top: -26px;
  margin-left: -5px;
/*   color: #0E3151; */
  padding: 12px;
  padding-top: 3px;
}

.dropdown-critere-content > span{
	margin-left: 12px;
} 

.critere-show {
	display:block;
} 

.loading-box {
	padding-top : 2px;
	padding-bottom : 2px;
	margin: 0 auto;
    width: 300px; 
}

td>.loading-box{
	margin-top: 60px;
	margin-bottom: 20px;
}

.loading-icon {
	height:64px;
	content:url("../ressources/img/nd/loading.gif");
	vertical-align: middle;
	margin-right: 3px;
}
.loading-icon-small {
	height:15px;
	content:url("../ressources/img/nd/loading.gif");
	vertical-align: middle;
	margin-right: 3px;
}

.arround-box {
	width: 100%;
	border-radius: 3px;
	padding: 5px;
	margin-bottom: 5px
}

.vertical-center-box {
	width: 100%;
	padding-bottom: 0px;
  	height: 100%;
}

/* ******************* menuItemBox ********************
 menu item  
*/
.menuItem-Button {
/*   width: 36px; */
/*   height: 36px; */
  width: calc(1vw + 10px);
  height: calc(1.3vh + 15px);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 15px;
}
.menuItem-Label {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 1.2vh;
	margin-top: 0px;
	line-height: 21px;
	font-size: 1vm;
}

.shadow:hover{
  -moz-box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
  -webkit-box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
  -o-box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
  box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
/*   border: 1px solid #cecece; gray */
  background-color: #f7fafc;
}

.tr-shadow:hover{
  -moz-box-shadow: -5px 0px 0px #6f9fb7;
  -webkit-box-shadow: -5px 0px 0px #6f9fb7;
  -o-box-shadow: -5px 0px 0px #6f9fb7;
  box-shadow: -5px 0px 0px #6f9fb7;
/*   background-color: #f7fafc; */
  border-radius: 5px;
}

.simple-shadow:hover{
  -moz-box-shadow: 1px 1px 5px 5px #fafafa;
  -webkit-box-shadow: 1px 1px 5px 5px #fafafa;
  -o-box-shadow: 1px 1px 5px 5px #fafafa;
  box-shadow: 1px 1px 5px 5px #fafafa;
 }
.menuItem-Button img {
	width:100%;
	height:100%;
}

.box-center {
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	height: 100%;
	font-size: calc(0.1vw + 10px);
}
.summury-box-dashboard .bg-f7fafc{
	 background-color: #f7fafc;
}

.summury-box-dashboard .bg-f0f3f5{
	 background-color: #f0f3f5;
}

.summury-box-dashboard {
  width: 100%;
  border: 1px solid #eceff1;
  padding-top:2px;
  padding-bottom:10px;
  padding-left:15px;
  padding-right:15px;
  margin: 10px;
  /*background-color: #f0f3f5;*/
  -moz-box-shadow: 1px 1px 5px 5px #eceff1;
  -webkit-box-shadow: 1px 1px 5px 5px #eceff1;
  -o-box-shadow: 1px 1px 5px 5px #eceff1;
  box-shadow: 1px 1px 5px 5px #eceff1;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#eceff1, Direction=134, Strength=5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 1.8em;
}

.summury-box-dashboard a:hover {
	text-decoration: underline;
	font-size: 105%;
}

.summury-box-dashboard-title {
	padding-top: 1px;
	padding-bottom: 1px;
	line-height: 2em;
}
.summury-box-dashboard-content {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.8em;
	color:#607d8b;
}

.header .menu-client-box {
  width: 100%;
  border: 1px solid #eceff1;
  /*padding-top:10px;*/
  /*padding-bottom:10px;*/
  padding-left:5px;
  padding-right:15px;
  margin: 10px 10px 0px 10px;
  background-color: #edf1f3; 
 
  -moz-box-shadow: /*1px 1px 5px 5px #7271715e*/1px 1px 2px 2px #90a4ae;
  -webkit-box-shadow: /*1px 1px 5px 5px #7271715e*/1px 1px 2px 2px #90a4ae;
  -o-box-shadow: /*1px 1px 5px 5px #7271715e*/1px 1px 2px 2px #90a4ae;
  box-shadow: /*1px 1px 5px 5px #7271715e*/1px 1px 2px 2px #90a4ae;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#90a4ae, Direction=134, Strength=5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 1.8em;
}

.text-note {
	font-style: italic;
	color : gray;
}
.text-italic {
	font-style: italic;
}

.icon-navigation-box {
  border: 1px solid #eceff1;
  margin: 10px;
  background-color: #f7fafc; /*#f0f3f5;*/
  -moz-box-shadow: 1px 1px 5px 5px #eceff1;
  -webkit-box-shadow: 1px 1px 5px 5px #eceff1;
  -o-box-shadow: 1px 1px 5px 5px #eceff1;
  box-shadow: 1px 1px 5px 5px #eceff1;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#eceff1, Direction=134, Strength=5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 1.8em;
  top: 0;
  bottom: 0;
  height: 48px;
  vertical-align: middle;
}

.content-shadow-box {
  width:100%;
  padding: 5px 10px;
  margin: 5px;
   -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 1.8em;
  border: 1px solid #eceff1;
/*   background-color: #f7fafc; */
  -moz-box-shadow: 1px 1px 5px 5px #eceff1;
  -webkit-box-shadow: 1px 1px 5px 5px #eceff1;
  -o-box-shadow: 1px 1px 5px 5px #eceff1;
  box-shadow: 1px 1px 5px 5px #eceff1;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#eceff1, Direction=134, Strength=5);
  background-color:#fafafa;
}

.content-box {
  padding: 5px 10px;
  margin: 5px;
   -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 1.8em;
  -moz-box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
  -webkit-box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
  -o-box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
  box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
  background-color:#fafafa;
  
}
.content-box-masociete {
  padding: 5px 10px;
   -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 1.8em;
  -moz-box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
  -webkit-box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
  -o-box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
  box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
  background-color:#fafafa;
  
}

/* .content-box .bg-f7fafc, .content-shadow-box .bg-f7fafc { */
/* 	 background-color: #f7fafc; #f0f3f5; */
/* 	 border: 1px solid #f7fafc; */
/* } */

/* .content-box .bg-C4D0D7, .content-shadow-box .bg-C4D0D7 { */
/* 	 background-color: #C4D0D7;  */
/* 	 border: 1px solid #C4D0D7; */
/* 	 color :white; */
/* } */

/* .content-box .bg-6F9FB7, .content-shadow-box .bg-6F9FB7 { */
/* 	 background-color: #6F9FB7;  */
/* 	 border: 1px solid #6F9FB7; */
/* 	 color :white; */
/* } */

/* .content-box .bg-2196f3, .content-shadow-box .bg-2196f3 { */
/* 	 background-color: #2196f3;  */
/* 	 border: 1px solid #2196f3; */
/* 	 color :white; */
/* } */

/* .content-box .bg-006494-a, .content-shadow-box .bg-006494-a { */
/* 	 background-color: #006494;  */
/* 	 border: 1px solid #006494; */
/* 	 color :white; */
/* } */

/* .content-box .bg-607d8b, .content-shadow-box .bg-006494 { */
/* 	 background-color: #607d8b;  */
/* 	 border: 1px solid #607d8b; */
/* 	 color :white; */
/* } */

/* .content-box .bg-90a4ae, .content-shadow-box .bg-90a4ae { */
/* 	 background-color: #90a4ae;  */
/* 	 border: 1px solid #90a4ae; */
/* 	 color :white; */
/* } */

.tr-content-box {
 	background-color: #cfd8dc;
    border: 1px solid #cfd8dc;
    text-align: center;
    border-radius: 5px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#eceff1, Direction=134, Strength=5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 }
 
 .tr-content-box-shadow {
 	background-color: #edf1f3;
    border: 1px solid #cfd8dc;
    text-align: center;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 5px 5px #eceff1;
	-webkit-box-shadow: 1px 1px 5px 5px #eceff1;
	-o-box-shadow: 1px 1px 5px 5px #eceff1;
	box-shadow: 1px 1px 5px 5px #eceff1;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#eceff1, Direction=134, Strength=5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 }
  
 .tr-content-box-shadow-selected {
 	background-color: #2196f3;
 	border: 3px solid red;
 	color :#fff;
    text-align: center;
    font-size : 110%;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 3px 3px #9b9b9b;
	-webkit-box-shadow: 1px 1px 3px 3px #9b9b9b;
	-o-box-shadow: 1px 1px 3px 3px #9b9b9b;
	box-shadow: 1px 1px 3px 3px #9b9b9b;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=134, Strength=5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 }
 
 /* Popup box BEGIN Info popup dans PM*/
 .popup-info-pmim > .open {
 	display: inline-block;
 } 
 .popup-info-pmim > .hide {
 	display: none;
 } 
 
.popup-info-pmim {
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.popup-info-pmim .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.popup-info-pmim > div {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    display: inline-block;
    height: auto;
    max-width: 610px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px;
/*     border: 1px solid #eee; */
    padding-right: 50px;
}
.popupCloseButton {
    cursor: pointer;
    display: inline-block;
    position: absolute;
	top: 5px;
	right: 10px;
}

.desabonnement-box {
	margin: 150px 200px;
	border-radius:5px;	
	text-align: center;
	padding: 20px;
    border: 1px solid #ccc;
    border: 1px solid #000;
    box-shadow: 1px 2px 2px 2px #eceff1;
  -moz-box-shadow: 1px 1px 5px 5px #eceff1;
  -webkit-box-shadow: 1px 1px 5px 5px #eceff1;
  -o-box-shadow: 1px 1px 5px 5px #eceff1;
}

 /* Popup evaluation*/
 .popup-eval > .open {
 	display: inline-block;
 } 
 .popup-eval > .hide {
 	display: none;
 } 
 
.popup-eval {
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.popup-eval .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.popup-eval > div {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    display: inline-block;
    height: auto;
    max-width: 610px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px;
/*     padding-right: 50px; */
/*     border: 2px solid #cfd8dc; */
}

.evaluation-note {
	border: 2px solid #e8eff2;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	padding: 2px;
	font-size: 18px;
	font-weight: bold;
}

.evaluation-border-active {
	border-color: #E75F5F;
}

.content-box-compte {
  padding: 5px 10px;
  margin: 5px;
   -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 1.8em;
  border: 1px solid #eceff1;
}

.sba-box-table-content {
	background: #FFFFFF;
	box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
	box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
  	-moz-box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
  	-webkit-box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
  	-o-box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
	
	 -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	margin-right: -9px;
	padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	
}

.border-red {
	border: 1px solid #AA0000;
	color: #AA0000;
}
.border-orange {
	border: 1px solid #FF820E;
	color: #FF820E;
}

.box-div-encaissement {
	width: 25px;
	height: 25px;
	background: #A7C980;
	border-radius: 5px;
	display: inline-block;
	margin-top: 1px;
	margin-left: -10px;
	
}
.box-div-decaissement {
	width: 25px;
	height: 25px;
	background: #6F9FB7;
	border-radius: 5px;
	display: inline-block;
	margin-top: 1px;
	margin-left: -10px;
}
.box-div-variation {
	width: 25px;
		
	border-bottom :4px solid #E75F5F;
	border-radius: 5px;
	display: inline-block;
	margin-top: 1px;
	margin-left: -10px;
}

.uploadBox {
	background: #6F9FB7;/*#5C819B;*/
	border: 5px #365b6d;
	width: 100%;
	text-align: center;
	color: #e2ecf1;/*#3C5878*/;
}

/*
* mobile 
*/
.uploadBox-mobile {
	background: #E75F5F;
	border: 5px #E75F5F;
	width: 100%;
	text-align: center;
	color: #ffffff;
	border-radius: 5px;
}

.box-alert-mobile {
	align-content: center;
	display: block ruby;
}
.content-mobile {
	margin-top: 40px;
}

.dropdown-content-mobile {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	min-width: 200px;
	box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.16);
	width: 100%;
	z-index: 1;
	border: solid 1px #C0C0C0;
	border-radius: 5px;
	margin-top: 10px;
	color: #607d8b;
	margin-left: -175px;
	padding-top: 10px;
	padding-right: 10px;
	border-radius: 0px 0px 0px 15px;
}
.dropdown-content-mobile > span{
	margin-left: 12px;
}
/* Links inside the dropdown */
.dropdown-content-mobile a {
  padding: 5px;
  padding-left:10px;
  text-decoration: none;
  display: block;
  z-index: 1;
  font-weight: normal;
  margin-left: -21px;
  padding-left: 21px;
}

/* Change color of dropdown links on hover */
.dropdown-content-mobile a:hover {
	background-color: #fff;/*#f7fafc;*/ 
	border-left-width:4px;
	border-left-style:solid;
	border-left-color:#E75F5F;
	font-weight: 400;
	text-decoration: underline;
}

/* div */
.dropdown-content-mobile div {
	margin-left: 10px;
} 

.dropdown-content-mobile .menuItem {
/* 	margin-left: 10px; */
/* 	padding-right: 10px; */
} 

.mobile-box-info-doc {
	padding-left: 25px;
	margin-top: 0px;
	font-size: 88%;
}