 
#server-test {
    background-image: url("server-test.png");
    height: 140px;
    left: 0;
    position: fixed;
    top: 0;
    width: 141px;
    z-index: 999999;
}
html {
  	position: relative;
  	min-height: 100%;
}

body{
	font-family: arial;
	margin-bottom: 0px;
	color: #666666;
	font-size: 14px;
	line-height: 1.95;
}

h1, h2, h3, h4, h5, h6{
	font-family: arial;
}

ul.agg-tree{
	list-style: none;
	padding-left: 30px;
}

.sm-padding-top{
	padding-top: 10px; 
}

.font-w-400{
	font-weight: 400;
}

.font-w-600{
	font-weight: 600;
}

.font-w-700{
	font-weight: 700;
}

.font-w-800{
	font-weight: 700;
}

.font-text 
{
	font-size: 11px;
    font-weight: bold;
}
.notification-panel
{
 font-size: 11px;
 font-weight: bold;
 margin-left: 30px;
}

/*** Cookie  ******/
.cookies {
    background:  #222222;
    top: 0;
    color: #eeeeee;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999999;
}
 
/****** end ****/
/* ------------ couleurs ---------- */
.bleu-claire{
	color: #0073AF !important;
}
.bg-bleu-ciel{
	background: #77B5FE !important;
}
.bleu-fonce{
	color: #00347C !important;
}

.rouge
{
	color :#FF0000 !important;
}

.turquoise{
	color: #00A6B6 !important;
}

.jaune{
	color: #f8ac00 !important;
}

.rouge{
	color: #DF4636 !important;
}

.blanc{
	color: #fff !important;
}
.left-montant
{
text-align : right;
}
.rose{
	color :#FFFFFF !important;
	font-weight:bold!important;
}

.vert{
	color: #68CB33 !important;
}

.gris{
	background-color: #f6f6f6 !important;
}
 .bg-rose
{	
	background-color: rgb(255, 145, 15);
}

.bleu-claire-bg{
	background-color: #3498DB !important;
}
 
.bg-red{
	background-color:red; 
	color:#ffffff;
}

.vert-bg{
	background-color: #68CB33 !important;
}

.turquoise-bg{
	background-color: #00A6B6 !important;
}
.transparant-bg{
	background-color: transparent !important;
}

.bleu-fonce-bg{
	background-color: #00347C !important;
}

.jaune-bg{
	background-color: #f8ac00 !important;
}

.rouge-bg{
	background-color: #DF4636 !important;
}

.rose-bg{
	background-color :#FF4996 !important;	
}
.ligne-resilie{
   background-color:rgb(207, 255, 143);
}
/* ------------------------------------ */

.fake-table-container{
	margin: 15px 0;
	padding: 10px;
	font-size: 12px;
}

.fake-table .header{
	background: #3498DB;
}
 
.fake-table .entete {
    border-left: 1px solid #fff;
    line-height: 40px;
	color: #fff;
	font-weight: normal;
	padding: 0 5px;
}

.fake-table-container .body-row, .fake-table-container .header{
	margin: 0;
}

.fake-table-container .body-row:nth-child(even){
	background-color: #f6f6f6;
}

.tab-special td,.tab-special th
{
	font-size :13px;
}
.text-information
{
	font-size :12px;
}


.ligne-liste
{
	border-top : 1px solid #ddd;
	min-height: 48px;
	padding: 8px;
	vertical-align: top;
}


.agg-bg-info{
	background: #CFEAFD;
	padding: 5px 10px 0 10px;
	min-height: 39px;
}
 .agg-header-tab
{
	background: #CFEAFD;
	margin:2px 16px 2px 15px;
}
 .main-menu-cont nav{
	min-height: 80px;
	background-color: #edf1f2;
	border-bottom: 1px solid #dfebee;
	position: relative;
}

.agg-divider{
	clear: both;
	display: block;
	height: 2px;
	background-color: #ccc;
	margin: 15px;

}
.agg-bloc{
	display :none;
}
.help-block{
	font-size: 80%;
}
.espace-top
{
	margin-top :30px;
}
/* -------------- main menu --------------- */ 

.main-menu-cont .logo{
	position: absolute;
}

.main-menu-cont .logo{
	display: block;
}

#main-menu{
	margin-top: 0px;
}

#main-menu a{
	font-size: 16px;
	line-height: 44px;
	font-family: arial;
	color: #3498db;
	padding: 15px 6px;
	border-bottom: 5px solid #edf1f2;
}

#main-menu a:hover, #main-menu .open > a, #main-menu a.active{
	color: #fff;
	border-bottom: 5px solid #0255af;
	background-color: #3498db;
}

#main-menu a.active{
	background-color: #59AAE0;
}

#main-menu .dropdown-menu{
	left: 0;
}

#main-menu .dropdown-menu li a{
	line-height: 20px;
	border-bottom: none;
	padding: 10px 15px;
}

#main-menu .dropdown-menu li a:hover{
	border-bottom: none;
}

.container-top{
	margin-top: 80px;
}
.container-top-interne{
	margin-top: 150px;
}

.bookmark-aggema{
	padding: 5px 70px 10px 0;
}

.bookmark-aggema a{
	color: #00A6B6;
	opacity: 0.5;
	text-decoration: none;
	font-size: 14px;
}

.bookmark-aggema a:hover{
	opacity: 1;
}

.main-menu-cont .connexion, .main-menu-cont .connexion-menu{
	font-size: 18px;
	position: absolute;
	right: 10px;
	top: 100%;
	background-color: #00347C;/*#827CDC*/
	padding: 10px 15px;
	color: #f8ac00;
	text-decoration: none;
	border-radius: 0px 0px 10px 10px; 
	-moz-border-radius: 0px 0px 10px 10px; 
	-webkit-border-radius: 0px 0px 10px 10px; 
}

.main-menu-cont .connexion:hover{
	color: #fff;
}

.main-menu-cont .connexion-menu{
	font-size: 13px;
	padding: 0;
}

.main-menu-cont .connexion-menu .dropdown-toggle,  
.main-menu-cont .connexion-menu .dropdown-toggle:focus{
	color: #f8ac00;
	border-radius: 0px 0px 10px 10px; 
	-moz-border-radius: 0px 0px 10px 10px; 
	-webkit-border-radius: 0px 0px 10px 10px;
}

.main-menu-cont .connexion-menu li.open a.dropdown-toggle{
	color: #fff;
	background-color: #00347C;
	border-radius: 0px 0px 10px 0; 
	-moz-border-radius: 0px 0px 10px 0; 
	-webkit-border-radius: 0px 0px 10px 0; 
}

.main-menu-cont .connexion-menu li a:hover{
	color: #fff;
	background-color: #00347C;
}

.login-cont{
	position: relative;
	padding-bottom: 20px;
	text-align: center;
}

.login-body::after{
	content: "";
  	background: #3498DB url(../images/patterns/overlay1.png) repeat;
  	opacity: 0.1;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
  	position: absolute;
  	z-index: -1; 
}

.login-cont .panel{
	box-shadow:2px 2px 5px #cccccc;
}

.login-cont .password, .login-cont .username{
	text-align: center;
	border-radius: 0;
	height: 40px;
}

.login-cont .login-icon, .login-cont .pass-icon{
	border-radius: 0;
}

.login-cont .blue .login-icon, 
.login-cont .blue .pass-icon, 
.login-cont .blue .panel-heading{
	color: #0073AF ;
}

.login-cont .login-icon{
	border-top-left-radius:4px; 
	-moz-border-top-left-radius:4px;  
	-webkit-border-top-left-radius:4px;
}

.login-cont .pass-icon{
	border-bottom-left-radius:4px; 
	-moz-border-bottom-left-radius:4px;  
	-webkit-border-bottom-left-radius:4px;
}

.login-cont .username{
	border-top-right-radius:4px; 
	-moz-border-top-right-radius:4px;  
	-webkit-border-top-right-radius:4px;  
}

.login-cont  .password{
	border-bottom-right-radius:4px; 
	-moz-border-bottom-right-radius:4px;  
	-webkit-border-bottom-right-radius:4px;
}

.login-cont .password, .login-cont .pass-icon{
	border-top: none;
}

.login-cont .blue, .login-cont .blue .panel-heading{
	background-color: #fff;
	border-color: #dddddd;
}

.login-cont .blue, .login-cont .blue .panel-heading,
.login-cont .login-icon, .login-cont .pass-icon,
.login-cont .password, .login-cont .username{
	border-color: #fff;
}


.lost-login .panel-title{
	color: #0073AF;

}


.lost-login{

}

.login-cont .login-btn{
	width: 100%;
	margin-top: 10px;
	padding: 5px;
	font-weight: 700;
	font-size: 14px;
}

.login-cont .blue .login-btn{
	background-color: #0073AF ;
	color: #fff;
}

.login-cont .blue .login-btn:hover{
	background-color: #0f0f0f;
}


/*------------- slider -------------*/
.slider{
	position: relative;
	border-bottom: 5px solid #00347C;
}

.slider::after{
	content: "";
  	background: #eeedf9 url(../images/patterns/overlay1.png) repeat;
  	opacity: 0.1;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
  	position: absolute;
  	z-index: -1; 
}

.camera_caption > div{
	float: right;
	width: 30%;
	background-color:#00347C;
	opacity:0.8;
}
.camera_caption h3, .camera_caption img{
	opacity:1;
}
.camera_caption img{
	opacity:1;
}

.camera_caption .titre{
	color:#f8ac00;
	font-size: 30px;
}

/*------------- slider end -------------*/

/*------------- Home-banner -------------*/

.home-banner{
	margin-top:15px;
}

/*------------- Home-banner end -------------*/

/*------------- home-boxes -------------*/

.home-boxes{
	padding-top: 15px;
	padding-bottom: 40px;
	background-color: #fff;
}

.home-box{
	background-color: #edf1f6;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

.home-box .box-title{
	border-radius: 10px 10px 0px 0px; 
	-moz-border-radius: 10px 10px 0px 0px; 
	-webkit-border-radius: 10px 10px 0px 0px;
}

.home-box .box-title h1 a{
	padding-top: 10px;
	color: #fff;
	text-decoration: none;
	display: block;
}

.home-box .box-title h1 a:hover{
	color: #f8ac00;
}

.home-box .box-body{
	padding: 10px;
}

.home-box .media{
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.home-box .box-title h1{
	font-weight: 800;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	padding-bottom: 5px;
	color: #fff;
	
}


.home-box .media .media-heading{
	font-size: 20px;
}

.home-box .media .read-more{
	font-size: 13px;
}

.actualites .box-title{
	background-color: #3069B4;
	border-bottom: 8px solid #00347C;
}

.actualites a{
	color: #00347C;
}

.actualites .media{
	border-bottom: 1px solid #827cdc;
}


.informations .box-title{
	background-color: #2fb5c3;
	border-bottom: 8px solid #00a6b6;
}

.informations a{
	color: #00a6b6;
}

.informations .media{
	border-bottom: 1px solid #2fb5c3;
}

.newsletter .box-title{
	background-color: #59aae0;
	border-bottom: 8px solid #3498db;
}

.newsletter a{
	color: #3498db;
}

.newsletter .media{
	border-bottom: 1px solid #59aae0;
}

.actualites .media:last-child,
.informations .media:last-child,
.newsletter .media:last-child{
	border-bottom: none;
}

/*------------- home-boxes end -------------*/

/* -----------  home produits  -----------*/

.home-produits{
	padding: 30px 0;
	text-align: center;
	position: relative;
}

.home-produits::after{
	content: "";
  	background: #2FB5C3 url(../images/patterns/overlay6.png) repeat;
  	opacity: 0.1;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
  	position: absolute;
  	z-index: -1; 
}

.home-produits .home-produit{
	background-color: #fff;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

.home-produits .cat-titre{
	font-size: 60px;
	color: #2FB5C3;
}

.home-produits .head{
	background-color: #eee;
	padding: 10px;
	border-radius: 10px 10px 0px 0px; 
	-moz-border-radius: 10px 10px 0px 0px; 
	-webkit-border-radius: 10px 10px 0px 0px;
}

.home-produits .head .icon{
	font-size: 40px;
	color: #fff;
}

.home-produits  .head .icon span{
	padding: 15px;
	background-color: #2FB5C3;
	border-radius: 50%; 
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%;
}

.home-produits .head .titre{
	color: #2FB5C3;
	font-size: 24px;
	margin-top: 10px;
}

.home-produits .body{
	padding: 20px;
}

.home-produits .body a{
	display: block;
}
.tableau_comparatif
{
	 padding: 8px 0;
}

#info_juridique li
{
	list-style :none;
}

/* --------- admin produit ------------ */

.admin-produit{
	display: block;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	background-color: #eee;
	margin: 30px 0;
	text-align: center;
	color: #59AAE0;
	text-decoration: none !important;
	padding: 15px;
}

.admin-produit .icon{
	font-size: 400%;
}

.admin-produit:hover{
	box-shadow:0px 0px 5px #59AAE0;
}

/*--------------   footer  -------------*/

.footer{
	
	line-height: 24px;
	position: absolute;
  	bottom: 0;
  	width: 100%;
  	/* Set the fixed height of the footer here */
  	height: 60px !important;
}

.foot-cont{
	background-color: #444;
}


.footer.fixed{
	position: absolute;
	left: 0; 
	right: 0; 
	bottom: 0;
	margin-top: 10px !!important;
}

.footer nav.menu a{
	color: #3498DB;
	
}

.footer nav a:hover{
	background-color: #444;
	text-decoration: underline;
}

.footer .copy-right{
	padding: 15px 0;
	color: #aaa;
}
#lostIdentifier
{
    margin-left:-20px;
}

#lostIdentifier li
{
	list-style: square;
	color:rgb(18,86,135);
    text-align: left;
}
#lostIdentifier a
{
	color:rgb(18,86,135);
/*	font-weight:bold;*/
}
#lostIdentifier a:hover{
    text-decoration: underline;
}
.navbar-specifique
{
   border: 1px solid transparent;
    margin-bottom: 20px;
     position: relative;
}
.art-titre{
	color: #00A6B6;
}	
.information_produit
{
  padding: 20px 0;
}
.clear
{
  clear:both;
} 

/* --------------- blog ---------------------- */
.blog-articles-title-container{
	background-color: #fff;
	padding-top: 20px;
}

.blog-articles-title-container .blog-title{
	color: #ccc;
}

.blog-articles{
	margin-top: 15px;
}

.blog-articles .article{
	margin-bottom: 15px;
	background-color: #fff;
	border-bottom: 5px solid #ccc;
}

.blog-articles .article .art-title{
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.blog-articles .article .art-title a{
	color:  #00A6B6;
	text-decoration: none;
}

.blog-articles .article .art-title a:hover{
	color: #3498db;
}


.blog-articles .article .art-body{
	padding: 15px 0;
}

.blog-articles .article .art-info-bar{
	border-top: 1px solid #eee;
    margin-top: 20px;
    padding: 3px;
}

.blog-articles .article .art-info-bar .info-item{
	display: inline-block;
    padding-right: 15px;
}



/* --------------- article ---------------------- */
.blog-container{
	padding-top: 15px;
	padding-bottom: 30px;
	font-size: 14px;
}



.blog-container .blog-article{
	height: auto;
	padding: 20px 30px;
	box-shadow: 3px 6px 13px 0px rgba(0, 0, 0, 0.1);
	border: solid 1px gainsboro;
	margin-bottom: 100px;

	border-radius: 15px;
	overflow: hidden;
	background: url(../images/pattern/pattern-01.png) repeat-y 0 0 ,url(../images/pattern/pattern-02.png) repeat-y top right ;
}

.blog-container .blog-article .blog-titre-cont{
	border-bottom: 1px solid #e1e1e1;
	padding: 1px 10px;
} 
 

.blog-article a.blog-titre{
	color: #00A6B6;
	text-decoration: none;
}

.blog-article a.blog-titre:hover{
	color: #3498DB;
}

.blog-article .blog-article-body{
	padding: 30px;

}

.blog-article .bog-article-info{
	padding: 3px 10px;
	border-top: 1px solid #ededed;
	color: #aaa;
	font-size: 12px;
	background-color: #f5f5f5;
}

/* --------------- article ---------------------- */

.section-header{
	padding: 20px 10px 30px 50px;
	background-color: #fff;
	margin-top: 82px;
}

.article-body{
	background-color: #f1f1f1;
	padding: 30px 0;
	text-align: justify;
}

.article-img-intro-contener{
	text-align:center;
}
.article-img-intro{
	margin: 0 10px 10px 0%;
	max-width: 100%;
	height: auto;
	text-align:center;
}


table.bleu{
	background-color: #e9e9e9;
	border:1px solid #ccc;
	font-size: 12px;
}

table.bleu tr th{
	background-color: #0073AF !important;
	color: #fff;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;	font-weight: bold!important;
}


table.bleu tr:nth-child(odd){
	background-color: #f6f6f6;
}

table.bleu tr td{
	vertical-align: middle;
}

table.bleu tfoot tr td, 
table.bleu tfoot tr td{
	color: #fff;
	background-color: #59AAE0;
	border-right: 1px solid #fff;
}

table.linked-tr tr:hover{
	background-color: #74C8FC !important;
	cursor: pointer;
	color: #fff;
}

table.linked-tr tr.no-hover:hover{
	background-color: transparent !important;
	cursor: default;
}

a.action-icon{
	font-size: 16px;
}

a.action-icon:hover{
	color: #00A6B6;
}

a.pdf-icon{
	color: #F14836;
}
.partenaire_img
{

	
}
#partenaire_logo li
{
    background:#fff;
    padding-top : 5px;
    padding-bottom : 5px;
    border: 1px solid #ccc;
    height: 150px;
    text-align: center;
    vertical-align: middle;
    width: 100px;
}

.top-error{
	margin-top :110px;
}

/* ---------- notification ---------------- */
.notification{
	padding: 10px;
	border-left: 3px solid #ccc;
	background-color: #eee;
	margin-bottom: 15px;
}

.notification .logo:before{
	color: #3498DB;
	font-size: 150%;
	content:"\f05a";
	display:inline-block;
	font-family:'FontAwesome';
	font-style:normal;
	font-weight:normal;line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

/* ------------- control-panel -------------------*/

.control-panel{
	padding: 10px 3px 5px 10px; 
	background-color: #f7f8f9;
	margin: 10px 0 15px 0;
	border-bottom: 3px solid #ee242a;
}

.control-panel .control-group{
	margin-bottom: 5px;
}

.control-panel-second{
	text-align: center;
	margin: 15px;
}

/* -------------- Tabs -------------------*/



.tab-content{
	padding: 15px 10px;
	border: 1px solid #ccc;
	border-top: none;
}

/* ----------- agg wizard ------------------*/

.agg-wizard{
	margin: 15px 0;
	border-bottom: 5px solid #ccc;
}

.agg-wizard ul{
	list-style: none;
}

.agg-wizard ul li{
	display: inline-block;
	float: left;
	margin: 15px 10px;
}

.agg-wizard ul li a{
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #ccc;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 10px;
	cursor: default;
	padding: 5px;
}

/*.agg-wizard ul li .separator*/
.agg-wizard ul li a:after{
	font-family: 'fontawesome';
	content:"\f04b";
	font-size: 12px; 
	color: #ccc;
	margin-top: 15px;
	margin-left: 25px;
	cursor: default;
}

.agg-wizard ul li:last-child a:after{
	content:'';
}

.agg-wizard .step-num{
	font-size: 140%;
	opacity: 0.8;
}

.agg-wizard ul li a.done{
	cursor: pointer;
	color: #59AAE0;
	border-color: #59AAE0;
}

.agg-wizard ul li a.done:hover{
	color: #3069B4;
	border-color: #3069B4;
}

.agg-wizard ul li a.active{
	color: #2FB5C3;
	border-color: #2FB5C3;
	font-size: 14px;
}

.agg-wizard ul li a.active:focus{
	outline: none;
}
/***** Tableau consomation***/
.acte-consommation{
	font-weight:bold;
	text-align:center;
	background-color:rgb(242, 247, 251);
	color:rgb(0,0,0)
}
.limit-act{
	 padding: 0 !important;
	text-align:center;
	background-color:rgb(255, 255, 255);
	border:1px dashed black;
}
.acte-total{
 	 background-color:rgb(255, 2, 0);
	 color:rgb(0,0,0);
}
.tab-special{
	 overflow-x: scroll;
}
.total-footer{
	text-align:center;
	background-color:rgb(255, 145, 15) !important;
	color:rgb(255,255,255);
}
.bloc_show_hide_resp{
	display : none;
}
.bloc_show_hide_cjt{
	display : none;
}

/****************************/
/******* Tooltip ********

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
	position: relative;
	z-index: 2;
	cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 7px;
	width: 160px;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
	background-color: #000;
	background-color: hsla(0, 0%, 20%, 0.9);
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #000;
	border-top: 5px solid hsla(0, 0%, 20%, 0.9);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
/************************************/
/* ------------- panel -------------------*/

.agg-panel{
	border: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
	margin: 15px 0;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	padding: 10px
}

.agg-panel .p-header,.titre-form{
	border-bottom: 1px solid #ccc;
	color: #3498db;
}
 .agg-panel .p-body{
	padding-top: 10px;
}

.agg-section{
	background-color: #EDF1F6;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 20px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

.agg-section-title{
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #59AAE0;
	color: #3498DB;
}
 .enfant-charge
 {
	margin : 12px;
 }
/* ------------- form -------------------*/

.form-group{
	margin-bottom: 5px;
	padding-top: 5px;
}

.form-group:before, .form-group:after,
.agg-panel:before, .agg-panel:after,
.agg-section:before, .agg-section:after,
.notification:before, .notification:after,
.agg-wizard:before, .agg-wizard:after,
.admin-form-panel:before, .admin-form-panel:after,
.admin-form-panel .form-section-title:before, .admin-form-panel .form-section-title:after,
.tab-content:before, .tab-content:after,
.agg-divider:before, .agg-divider:after,
.blog-articles .article .art-body:before, .blog-articles .article .art-body:after{
	clear: both;
	content: " ";
    display: table;
}
/********* form search ***********/
input.search-query {
    padding-left:26px;
}
form.form-search {
    position: relative;
}
form.form-search:before {
    display: block;
    width: 14px;
    height: 14px;
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    background-position: -48px 0;
    position: absolute;
    top:3px;
    left:8px;
    opacity: .5;
    z-index: 1000;
}
.right
{
	float :right;
}

/*********************************/
label{
	color: #2FB5C3;
	font-weight: normal;
}

.x-small-input{
	width: 50px;
	display: inline-block;
}

.small-input{
	width: 70px;
	display: inline-block;
}

textarea{
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}

.note-editable{
	background-color: #fff;
}

.star{
	color: #E74C3C;
	font-weight: 800;
}

.chosen-container-single .chosen-single{
	height: 32px;
	border-radius: 0;
	line-height: 32px;
}

.chosen-container-single .chosen-single div b{
	background: url("../images/chosen-sprite.png") no-repeat scroll 0 5px;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"]{
	padding: 0 5px;
}

.input-group-addon, .form-control, 
.chosen-container-single .chosen-single,
.chosen-container-multi .chosen-choices li.search-field input[type="text"]{}

.form-control, .chosen-container-single .chosen-single,
.chosen-container-multi .chosen-choices li.search-field input[type="text"]{
	border-color: #2FB5C3;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
}
/*-----------------------------------------------*/

.input-group-addon.bleu-claire, .form-control.bleu-claire{
	border-color: #3498DB !important;
}

.input-group-addon.bleu-fonce, .form-control.bleu-fonce{
	border-color: #00347C !important;
}

.input-group-addon.jaune, .form-control.jaune{
	border-color: #f8ac00 !important;
}

.input-group-addon.rouge, .form-control.rouge{
	border-color: #DF4636 !important;
}

.input-group-addon.rose, .form-control.rose{
	border-color :#FF4996 !important;	
}

.input-group-addon.vert, .form-control.vert{
	border-color: #68CB33 !important;
}

/*------------------------*/
.form-control.bleu-claire:focus{
	box-shadow:0px 0px 3px #3498DB;
	border-color: #3498DB;
}

.form-control.bleu-fonce:focus{
	box-shadow:0px 0px 3px #00347C;
	border-color: #00347C;
}

.form-control.jaune:focus{
	box-shadow:0px 0px 3px #f8ac00;
	border-color: #f8ac00;
}

.form-control.rouge:focus{
	box-shadow:0px 0px 3px #DF4636;
	border-color: #DF4636;
}

.form-control.rose:focus{
	box-shadow:0px 0px 3px #FF4996;
	border-color: #FF4996;	
}

.form-control.vert:focus{
	box-shadow:0px 0px 3px #68CB33;
	border-color: #68CB33;
}
/*----------------------------------------------*/

.form-control:focus, .chosen-container-single .chosen-single:focus{
	box-shadow:0px 0px 3px #2FB5C3;
	border-color: #2FB5C3;
}

.input-group-addon,
.input-group .btn{
	border-color: #00a6b6;
	color: #00a6b6;
}

.input-group .btn{
	background-color: #0073AF;
	color: #fff;
}

.input-group .btn:hover{
	background-color: #2FB5C3;
}

.control-panel .form-control, .control-panel .input-group,
.control-panel .chosen-container-single .chosen-single{
	margin-top: 10px;
} 

.control-panel .input-group .form-control{
	margin-top: 0;
}

/* ----------------- boutons ---------------------- */
.boutons-container{
	text-align: center;
	padding: 20px 0;
}

.agg-admin-btn, .agg-btn{
	padding: 5px 10px;
	margin: 5px;
	color: #fff;
  	text-align: center;
  	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  	background: #ccc;
  	border: 0;
  	cursor: pointer;
  	-webkit-box-shadow: inset 0 -2px #bbb;
  	display: inline-block;
	font-size: 14px;

}

.agg-btn{
	position: relative;
  	vertical-align: top;
  	border-bottom: 2px solid #bbb;
  	opacity: 0.8;
  	box-shadow: inset 0 -2px #bbb;
}

.agg-btn:hover, .agg-btn:focus,
.agg-admin-btn:hover, .agg-admin-btn:focus{
	color: #fff;
	opacity: 1;
}



.agg-btn-bleu {
  	background: #0073AF;
  	border-bottom: 2px solid red ;
}

.agg-btn-noir{
  	background: #34495E;
  	border-bottom: 2px solid red;
  	-webkit-box-shadow: inset 0 -2px red;
  	box-shadow: inset 0 -2px red;
}

.agg-btn-jaune{
  	background: #F1C40F;
  	border-bottom: 2px solid #E2B607;
  	-webkit-box-shadow: inset 0 -2px #E2B607;
  	box-shadow: inset 0 -2px #E2B607;
}

.agg-btn-orange{
  	background: #F39C12;
  	border-bottom: 2px solid #E8930C;
  	-webkit-box-shadow: inset 0 -2px #E8930C;
  	box-shadow: inset 0 -2px #E8930C;
}

.agg-btn-vert{
  	background: #16A085;
  	border-bottom: 2px solid #14947B;
  	-webkit-box-shadow: inset 0 -2px #14947B;
  	box-shadow: inset 0 -2px #14947B;
}

.agg-btn-rouge{
  	background: #E74C3C;
  	border-bottom: 2px solid #DF4636;
  	-webkit-box-shadow: inset 0 -2px #DF4636;
  	box-shadow: inset 0 -2px #DF4636;
}

.agg-btn:hover{
	opacity: 1;
	color: #fff
}

.agg-btn:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;

}

.agg-action-btn{
	font-size: 130%;
	padding: 5px;
}

.agg-action-btn-bleu{
	color: #3498DB;
}

.agg-action-btn-bleu:hover{
	color: #0255AF;
}

.agg-action-info{
	font-size: 170%;
}

.btn.turquoise{
	background-color: #0073AF;
	color: #fff !important;
}

.btn.turquoise:hover, .btn.turquoise:focus{
	background-color: rgba(0, 166, 182, 0.7);
}

.agg-admin-btn-vert{
	background-color: #22A86D;
}

.agg-admin-btn-vert:hover, .agg-admin-btn-vert:focus{
	background-color: #138954;
}

.agg-admin-btn-jaune{
	background-color: #F1C40F;
}

.agg-admin-btn-jaune:hover, .agg-admin-btn-jaune:focus{
	background-color: #f8ac00;
}

.agg-admin-btn-rouge{
	background-color: #F34635;
}

.agg-admin-btn-rouge:hover, .agg-admin-btn-rouge:focus{
	background-color: #CE1C0C;
}

.agg-admin-btn-bleu{
	background-color: #3498DB;
}

.agg-admin-btn-bleu:hover, .agg-admin-btn-bleu:focus{
	background-color: #2A7CB2;
}

.agg-check-yes:after{
	font-family: 'fontawesome';
	font-size: 16px;
	color: #02C9AC;
	content:"\f058";
}

.agg-check-no:after{
	font-family: 'fontawesome';
	font-size: 16px;
	color: #EF4631;
	content:"\f056";
}

.agg-ico-btn{
	font-family: 'fontawesome';
	font-size: 18px;
	display: inline-block;
	padding: 5px;
}

button.agg-ico-btn{
	border: none;
	background-color: transparent;
	color: #428bca;
}

.agg-ico-btn.update{
	color: #22A86D;
}

.agg-ico-btn.delete{
	color: #E6154F;
}

.agg-ico-btn.pdf{
	color: #EF4631;
}

.agg-ico-btn:hover{
	color: #00347C;
}

a.agg-btn, a.agg-admin-btn,
a.agg-ico-btn{
	text-decoration: none;
}

 /* -------------- icons services ----------- */

 .list-service{
 	margin-top: 30px;
 	margin-bottom: 30px;
 	color: #3498DB;
 }

.icon-service{
	font-size: 18px;
	line-height: 30px;
	display: inline-block;
	margin-bottom: 10px;

}

.icon-service .agg-icon{
	font-size: 30px;
	vertical-align: middle;
	border-radius: 50%;
	background: #3498DB;
	color: #fff;
	padding: 5px;
	border: 3px solid #3498DB;
}

.icon-service .agg-icon.agg-earth{
	padding: 5px 8px;
}

.icon-service .ico-text{
	font-family: arial;
	
}

.icon-service:hover{
	text-decoration: none;
	color: #f8ac00;
	
}
.icon-service:hover .agg-icon{
	background-color: #fff;
	color: #f8ac00;
	border: 3px solid #f8ac00;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}

 /* ------------------------------------- */
 .table-remboursement{
 	margin-top: 35px;
 }

.table-pagination-container{
	text-align: right;
}

 .table-pagination-container .pagination{
 	margin: 5px;
 }

 .pagination > .disabled > span,
 .pagination > .disabled > span:hover, 
 .pagination > .disabled > span:focus, 
 .pagination > .disabled > a, 
 .pagination > .disabled > a:hover, 
 .pagination > .disabled > a:focus{
 	cursor: default;
 }

/* ---------------------------------------- */

@media screen and (max-width: 767px) {

	.main-menu-cont .logo{
		display: block;
		text-align: center;
		margin-left: 20px;
	}

	.main-menu-cont .logo img{
		width: 50%;
		
	}

	#main-menu{
		margin-top: 20px;
	}

	.camera_caption > div{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		font-size: 90%
	}

	.camera_caption .titre{
		color:#f8ac00;
		font-size: 15px;
	}

}

/* -------- Banners ------------------ */

.banner{
	margin-bottom: 15px;
}
.col-gche{
	margin-top: 15px;
}

/* --------------- contact -------------*/

.map-container{
	overflow:hidden;
	height:350px;
	width:100%;
	border-bottom: 5px solid #00347C;
}

.map-container .aggema-name{
	color: #f8ac00;
	font-weight: bold;
}

#gmap_canvas{
	height:350px;
	width:100%;
}

#gmap_canvas img{
	max-width:none!important;
	background:none!important
}

.contact-container{
	padding: 30px 0;
	font-size: 14px;
}

.contact-container .contact-title{
	text-align: right;
	padding-right: 15px;
}

.contact-container .contact-title h2{
	color: #00A6B6;
}

.contact-container .contact-info{
	border-left: 5px solid #ccc;
	padding-left: 15px;
}

.contact-container .contact-info .icon{
	font-size: 110%;
	color: #59AAE0;
}

.contact-container .contact-info strong{
	color: #59AAE0;
}
 

/******************************  admin ****************************/
#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}
.navbar-brand-logo
{
 padding: 2px 15px !important;
}
.navbar-brand-logo img
{
 width :45px;
 height :45px;
}
@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 54px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}
    
.btn-primary.btn-outline {
    color: #2FB5C3;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}
.cursor{
	cursor:pointer !important;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}
.bloc-margin  {
margin-top :15px;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}
#loading-indicator {
  position: absolute;
  left: 10px;
  top: 10px;
}


/* ------------ espace admin ------------ */

.admin-body{
	background-color: #fff;
}

.admin-main-container{
	margin-left: 255px;
	padding-left: 15px;

}

.admin-body .admin-top-nav{
	box-shadow: 0 5px 5px -5px #aaa;
	
}

.admin-body .admin-top-navbar{
	background: #ECF0F1;
}

.admin-left-menu-container{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 255px;
	background: #ECF0F1;
	padding-left: 5px;
}

.admin-left-menu-container, .admin-left-menu{
	box-shadow: 5px 0 5px -5px #aaa;
	-webkit-box-shadow: 5px 0px 5px -5px #aaa;
}

.admin-left-menu li a{
	background: #ECF0F1;
	color: #3598DB;
}

.admin-left-menu ul li a:hover, 
.admin-left-menu ul li a.active,
.admin-left-menu li.active > a{
	background-color: #3598DB;
	color: #fff;
}

.admin-left-menu ul li a.active{
	background: #2FB5C3;
}

.admin-left-menu ul li ul li a.sub-active{
	background: #40C9D6;
}

.admin-left-menu li.active ul li a{
	background: #59AEE7;
	color: #fff;
	font-size: 90%;
}

.admin-left-menu li.active ul li a:hover,
.admin-left-menu li.active ul li a:active{
	background-color: #7DCAFE;
}

.admin-body .titre-admin{
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 0px;
	margin-bottom: 15px;
}

.admin-body .admin-body-container{
	padding: 15px 0px;
}

.admin-body .admin-form-panel{
	padding: 30px 10px 15px 10px;
	background-color: #EFEFEF;
	margin: 15px 0;
}

.admin-form-panel .form-section-title{
	display: block;
	margin: 15px;
	color: #F8AC00;
	border-bottom: 1px solid #F8AC00;
	padding: 5px;
	margin-top: -15px;
}

@media(max-width:768px){
	.admin-left-menu-container{
		position: relative;
		width: 100%;
	}
	.admin-main-container{
		margin-left: 0;
		padding: 10px;
	}
}

/*!
 * Datetimepicker for Bootstrap v3
//! version : 3.1.2
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget.timepicker-sbs {
  width: 600px;
}
.bootstrap-datetimepicker-widget.bottom:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.bottom:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.top:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.top:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  position: absolute;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget .dow {
  width: 14.2857%;
}
.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}
.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget td.cw {
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget td.today:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #2FB5C3;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #2FB5C3;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget td span.active {
  background-color: #2FB5C3;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
  font-size: 21px;
}
.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-group.date .input-group-addon span {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0px !important;
}
@media screen and (max-width: 767px) {
  .bootstrap-datetimepicker-widget.timepicker-sbs {
    width: 283px;
  }
}

/* ========================================================================
 * bootstrap-switch - v3.0.2
 * ========================================================================
 */

.bootstrap-switch {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #cccccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  min-width: 100px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap-switch.bootstrap-switch-mini {
  min-width: 71px;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
}
.bootstrap-switch.bootstrap-switch-small {
  min-width: 79px;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
}
.bootstrap-switch.bootstrap-switch-large {
  min-width: 120px;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
  margin-left: 0%;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
  margin-left: -50%;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-container {
  margin-left: -25%;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  width: 150%;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
  width: 33.333333333%;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #2FB5C3;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  width: 33.333333333%;
  color: #333333;
  background: #ffffff;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
  height: auto;
}


/* ----------- columns of same height styles ---------------- */
.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
}
.row-xs-height {
    display:table-row;
}
.col-xs-height {
    display:table-cell;
    float:none;
}
@media (min-width: 768px) {
    .container-sm-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-sm-height {
        display:table-row;
    }
    .col-sm-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 992px) {
    .container-md-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-md-height {
        display:table-row;
    }
    .col-md-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 1200px) {
    .container-lg-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-lg-height {
        display:table-row;
    }
    .col-lg-height {
        display:table-cell;
        float:none;
    }
}

/* vertical alignment styles */
.col-top {
    vertical-align:top;
}
.col-middle {
    vertical-align:middle;
}
.col-bottom {
    vertical-align:bottom;
}
.ligne-radier{
	background-color:rgb(207, 255, 143);
}
/* fix firefox responsive images */

#rendre_pdf{
 margin-top : 10px;
}
/****** Libre adhésion  : acte*********/
.cursor{
	cursor:pointer !important;
}
.inactiveLink {
   pointer-events: none;
   cursor: default;
}
 .tbl-actes  .grpe-acte{
	background : #00a6b6 !important;
	
 }
 .tbl-actes    th {
	text-align: center;
	vertical-align: middle !important;
 }
  .tbl-actes  .nom-offre{
	font-weight :bold;
	font-size :120%;
	margin :10px 0;
	
  }
	
	.separateur{
		font-size: 12px;
		padding: 0 2px;
	}
   .dataTables_scrollHead .tbl-actes{
   	margin-bottom: 0px;
   }
  
  .tbl-actes  .info-offre{
	font-style: italic;
	
  }
 .tbl-actes  .grpe-acte td{
	color :#FFF;
	font-weight :bold;
 }
 .tbl-actes  .acte{
	padding-left :30px;
 }

 
.tbl-actes  .offre-base  {
	/*border-bottom :1px solid #f8ac00 !important;
	border-top    :1px solid #f8ac00 !important;
	border-left   :3px solid #f8ac00 !important;
	border-right  :3px solid #f8ac00 !important;*/

	background: #FBA716;
	color: #fff;
}
.tbl-actes  offre-autre {
	/*border-bottom :1px solid #3498db  !important;
	border-top    :1px solid #3498db  !important;
	border-left   :3px solid #3498db  !important;
	border-right  :3px solid #3498db  !important;*/

	background: #5080A1;
	color: #fff;
}

.tbl-actes .offre-1{
	background: #5080A1;
	color: #fff;
}

.tbl-actes .offre-2{
	background: #5B94BA;
	color: #fff;
}

.tbl-actes  .selected{
	background: none repeat scroll 0 0 #3498db  !important;
	box-shadow: 0 0 5px #540000;
	color: #ffffff;
	padding-top: 5px;
	transition: all 0.3s ease-out 0s;
	width: 68px;
}
.date-service{
	margin-top: 10px;
	width: 90%;
}

.trash {
	background:transparent url("../images/icones-bootstrap/delete.png") no-repeat 0 center;
    display: inline-block; /* create a block element behaving like an inline element */
    overflow: hidden; /* prevent text visibility */
    width: 20px; /* image width */
    height: 20px; /* image height */
}
.flash {
	background:transparent url("../images/icones-bootstrap/flash14.png") no-repeat 0 center;
    display: inline-block; /* create a block element behaving like an inline element */
    overflow: hidden; /* prevent text visibility */
    width: 20px; /* image width */
    height: 20px; /* image height */
}
.Modifier{
	background:transparent url("../images/icones-bootstrap/pencil41.png") no-repeat 0 center;
    display: inline-block; /* create a block element behaving like an inline element */
    overflow: hidden; /* prevent text visibility */
    width: 20px; /* image width */
    height: 20px; /* image height */
}
.file-pdf{
	background:transparent url("../images/icones-bootstrap/adobe21.png") no-repeat 0 center;
    display: inline-block; /* create a block element behaving like an inline element */
    overflow: hidden; /* prevent text visibility */
    width: 20px; /* image width */
    height: 20px; /* image height */
}
.salaries{
	background:transparent url("../images/icones-bootstrap/salaries.png") no-repeat 0 center;
    display: inline-block; /* create a block element behaving like an inline element */
    overflow: hidden; /* prevent text visibility */
    width: 20px; /* image width */
    height: 20px; /* image height */
}
.stats{
	background:transparent url("../images/icones-bootstrap/stats.png") no-repeat 0 center;
    display: inline-block; /* create a block element behaving like an inline element */
    overflow: hidden; /* prevent text visibility */
    width: 20px; /* image width */
    height: 20px; /* image height */
}
.entreprise_building{
	background:transparent url("../images/icones-bootstrap/building.png") no-repeat 0 center;
    display: inline-block; /* create a block element behaving like an inline element */
    overflow: hidden; /* prevent text visibility */
    width: 20px; /* image width */
    height: 20px; /* image height */
}
.calculator{
	background:transparent url("../images/icones-bootstrap/paper.png") no-repeat 0 center;
    display: inline-block; /* create a block element behaving like an inline element */
    overflow: hidden; /* prevent text visibility */
    width: 20px; /* image width */
    height: 20px; /* image height */

}
.cotisation{
	background:transparent url("../images/icones-bootstrap/coins.png") no-repeat 0 center;
    display: inline-block; /* create a block element behaving like an inline element */
    overflow: hidden; /* prevent text visibility */
    width: 20px; /* image width */
    height: 20px; /* image height */

}
.user{
	background:transparent url("../images/icones-bootstrap/user.png") no-repeat 0 center;
    display: inline-block; /* create a block element behaving like an inline element */
    overflow: hidden; /* prevent text visibility */
    width: 20px; /* image width */
    height: 20px; /* image height */

}
.certificate{
	background:transparent url("../images/icones-bootstrap/certificate.png") no-repeat 0 center;
    display: inline-block; /* create a block element behaving like an inline element */
    overflow: hidden; /* prevent text visibility */
    width: 20px; /* image width */
    height: 20px; /* image height */
}


.theme_faq{
	background-color:#59AAE0;
	color:#fff;
}

.famille_acte{
background-color:#16A085 !important;
color:#ffffff;
}

.libelle_acte{
font-weight:bold;
color:#000;
}
.marron{
border-right: 1px solid #fff;
}
.td_simulateur{
border-right: 1px solid #fff;
}
.tdimportant{
border-right: 1px solid #fff;
}
.table-responsive {
    /*height: 500px;
    display: inline-block;
    overflow: auto;*/
}
.table_simulateur{
font-style: italic;
font-size:14px;
background:#EC7C2B;
width: 100%;
}
.marron{
font-weight:bold;
color:#000;
}
.pmss{
font-size:14px;
font-weight:bold;
width:60%;
}
.soustitreconv{
width:100%;
font-weight:bold;
}
.navbar .navbar-header.logo {
    margin-left: 7%;
    margin-top: 3px;
    width: 228px;
    height: 48px;
}

/******reponsive table*****/
/*media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	/*#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	/*#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
	/*	border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		/*position: absolute;
		/* Top/left values mimic padding */
		/*top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	/*#no-more-tables td:before { content: attr(data-title); }
}*/
.btn-primary-devis {
    color: #fff;
    background-color: #0073AF;
    border-color: #0073AF;
	width: auto;
}
.navbar .navbar-header.logoFid{
	width:143px;
	margin-top: 4px ;
}




