@font-face {
    font-family: "abeatbykai";
    src: url('../Font/abeatbykai/ABEAKRG.TTF');
}
@font-face {
    font-family: "champagne_limousine";
    src: url('../Font/champagne_limousine/champagne_limousine.ttf');
}
@font-face {
    font-family: "postit";
    src: url('../Font/postit/Post-it_Penscript.ttf');
}
@font-face {
    font-family: "caviar_dreams";
    src: url('../Font/caviar_dreams/CaviarDreams.ttf');
}
@font-face {
    font-family: "alpaca";
    src: url('../Font/alpaca/alpaca.ttf');
}
@font-face {
    font-family: "geo_sans_light";
    src: url('../Font/geo_sans_light/GeosansLight.ttf');
}
@font-face {
    font-family: "steelish";
    src: url('../Font/steelish/steelish.ttf');
}
@font-face {
    font-family: "century_gothic";
    src: url('../Font/century_gothic/GOTHIC.TTF');
}

html { 
  margin:0;
  padding:0;
  background: url(../images/bg_home_opacity.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
}
body {

	/*background-image:url(../images/bg_home.png);
	background-attachment:fixed;
	background-repeat:no-repeat;
    font: 14px 'trebuchet ms', arial, sans-serif;*/
	margin:0px;
	height:100%;
}
#page{
	width:1000px;
	margin:auto;
}
/** Structure */
#header {
    padding: 20px;
    color: #fff;
	font-family:'abeatbykai';
	font-size:10px;
	-moz-box-shadow: 0px 8px 8px 0px #656565;
	-webkit-box-shadow: 0px 8px 8px 0px #656565;
	-o-box-shadow: 0px 8px 8px 0px #656565;
	box-shadow: 0px 8px 8px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=8);
	display:none;
}

#content {
	
	padding:10px;
	background-color:white;
	-moz-box-shadow: inset 0px 8px 8px 0px #656565;
	-webkit-box-shadow: inset 0px 8px 8px 0px #656565;
	-o-box-shadow: inset 0px 8px 8px 0px #656565;
	box-shadow: inset 0px 8px 8px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=8);
    min-height: calc(100% - 70px);
}
.sous_titre{
	width:100%;
	text-align:center;
	font-weight:bold;
	color:#999;
}
#footer {
    background-image: -webkit-linear-gradient(top, #434343, #0D0D0D);
    color: #fff;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	
}

/* Links */
#header a {
    color: #fff;
    padding: 4px 15px;
    text-decoration: none;
    font-size: 12px;
}
#header a.actif{
	color:#ffde00;
}

#header a:hover {
    color:#dadde2;
}

/** Forms */

form label { 
    display: block;
    float: left; 
    width: 150px; 
    padding: 0; 
    margin: 9px 0 0;
    text-align: right; 
}


form input[type=submit]:hover {
    cursor: pointer;
    background: silver;
}


form br {clear: left;}

div.vertical{
 transform: rotate(-90deg);
 -webkit-transform: rotate(-90deg); /* Safari/Chrome */
 -moz-transform: rotate(-90deg); /* Firefox */
 -o-transform: rotate(-90deg); /* Opera */
 -ms-transform: rotate(-90deg); /* IE 9 */
}

th.vertical{
 height: 100px;
 line-height: 14px;
 text-align: left;
}
.bg_present{
	background-image:url('../images/check.png');
	background-size:20px;
	background-repeat:no-repeat;
	background-position:center bottom;
	
}
.piti{
	font-size:9px;
}
#logo{
	width:127px;
	height:55px;
	float:right;
	margin-top:23px;
	margin-right:30px;
}
.tradi_enseigne{
	background-image:url(../images/logos/tradi.png);
}
.scc_enseigne{
	background-image:url(../images/logos/scc.png);
}
.primobois_enseigne{
	background-image:url(../images/logos/primobois.png);
}
.mob_enseigne{
	background-image:url(../images/logos/mob.png);
}
.extension_enseigne{
	background-image:url(../images/logos/extension.png);
}
/* Datatable */
	.datatable .odd{
		background-color: #dcdcdc;
	}
	.datatable tbody tr:hover{
		cursor:pointer;
	}
/* FIN Datatable */

/* Prospects */
	.cli_form{
		width:100%;
	}
	.no_contact{
		color:red;
	}
	.center{
		text-align:center;
	}
	.label{
		color:#6c6c6c;
		font-size:11px;
	}
	.un .label,.trois .label,.cinq .label{
		width:100px;
	}
	
/* FIN Prospects*/

/* Historiques */
	#historiques{
		width:100%;
		min-width:600px;
	}
	#histo_events,#histo_mails{
		width:100%;
		position:relative;
		min-width:300px;
		height:500px;
		overflow:auto;
		border: 2px groove threedface;
		border-radius: 5px;
		
	}


	#histo_events_futur,#histo_events_passe{
		width:100%;
	}
	.title{
		font-family:'Source Sans Pro';
		text-align:center;
		font-weight:bold;
		width:100%;
		height:30px;
		/*background-image: -webkit-linear-gradient(top, #434343, #0D0D0D);*/
		color:white;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		 text-transform : capitalize;
		 box-sizing: border-box;

		font-family: 'Open Sans Condensed', Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		line-height: 23.399999618530273px;
		text-decoration: underline solid rgb(255, 255, 255);
		text-transform: uppercase;

	}
	.ev_form{
		width:100%;
		border-spacing: 0px;
		border-collapse:  collapse;
	}
	.ev_form tbody tr:hover{
		background-color:#FFB347;
		cursor:pointer;
	}

	.
	.ev_form tbody tr:nth-child(even){
		background-color:#dcdcdc;
	}
/* Fin historiques */

/* Toolbar */
	#content{
		position:relative;
	}
	#toolbar {
		padding: 4px;
		position: absolute;
		right:10px;	
		color:orange;
	}
/* Fin ToolBar */

/* Divers */
	.ui-autocomplete{
		max-height:200px;
		overflow:auto;
		z-index:101!important;
	}
	.hidden{
		display:none;
	}
	.ui-dialog{
		z-index:60;
	}

/* Fin Divers */
/* Calendrier */
.event_qualified,
.event_qualified div,
.event_qualified span {
    background-color: green; /* background color */
    border-color: green;     /* border color */
    color: yellow;           /* text color */
}
/* Fin calendrier */


/* Tableau de bord */
	#dashboard{
		width:100%;
		min-height:500px;
	}
	#dashboard #container{
		margin:auto;
		overflow: hidden;
		width:1130px;
	}
	#dashboard #left,#dashboard #right,#dashboard #center{
		float:left;
		min-height:500px;
		margin-left:3px;
		border: 2px groove threedface;
		border-radius: 5px;
	}
	#dashboard #left{
		width:300px;
	}
	#dashboard #center{
		width:500px;
	}
	#dashboard #right{
		width:300px;
	}
	.dashboard_table_event{
		width:100%;
	}
	.dashboard_table_event tr td,.dashboard_table_event tr th,.table_cx_activite tr td,.table_cx_activite tr th{
		border-left: 1px dotted black;
		text-align:center;
	}
	
	.table_prospects_sans_contact tbody tr:hover,.dashboard_table_event tbody tr:hover{
		cursor:pointer;
	}
	#cx_permis thead th{
		font-size:9px;
		
	}
	#cx_permis .bg_vert{
		background-color:#87dc00;
	}
	#cx_permis .bg_rouge{
		background-color:#dc4800;
	}
	#cx_permis tbody td{
		cursor:pointer;
	}
	
/*Fin tableau de bord*/
/* GED */
#ged{
	width:500px;
	margin:auto;
}
.folders{
	padding-left: 20px;
	background: rgba(0, 0, 0, 0) url('../images/folder.png') 0 center no-repeat;
}
#ged a:link, a:visited ,a{
	color: #095197;
}
#ged .xls,#ged .xlsx{
	padding-left: 20px;
	background: rgba(0, 0, 0, 0) url('../images/xls.png') 0 center no-repeat;
}
.pdf{
	padding-left: 20px;
	background: rgba(0, 0, 0, 0) url('../images/pdf.png') 0 center no-repeat;
}
#ged .doc{
	padding-left: 20px;
	background: rgba(0, 0, 0, 0) url('../images/doc.png') 0 center no-repeat;
}
#ged .jpg,#ged .JPG,#ged .JPEG,#ged .png,#ged .PNG,#ged .bmp{
	padding-left: 20px;
	background: rgba(0, 0, 0, 0) url('../images/image.png') 0 center no-repeat;
}

#ged #cat_nom{
	background: #FFF url('images/grey-bg.png') left top repeat-x;
	border: 1px solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: inset 0 1px 3px #FFF, 0 0 3px #CCC;
	-o-box-shadow: inset 0 1px 3px #fff, 0 0 3px #ccc;
	-webkit-box-shadow: inset 0 1px 3px #FFF, 0 0 3px #CCC;
	-moz-box-shadow: inset 0 1px 3px #fff, 0 0 3px #ccc;
	padding:5px;
	color: #555;
	font-size: 1.1em;
	font-weight: bold;
}
#ged .add_file{
	float:right;
	margin-right:30px;
	cursor:pointer;
}
#ged .up_div{
	float:right;
}
#ged .nb_files_span{
	font-size:8px;
}
#ged .vert{
	color:#87dc00;
}
#ged .rouge{
	color:#dc4800;
}
/* Fin GED */


#header_container{
	width:1000px;
	margin:auto;
}

/* DASHBOARD */
	.row{
		height:250px;
		padding-top:20px;
	}
	#row_first{
		padding-top:5px !important;
	}
	.bloc{
		float:left;
		overflow:hidden;
		background-color:white;
		margin-left:20px;
		height:100%;
		-moz-box-shadow: 2px 2px 2px 0px #656565;
		-webkit-box-shadow: 2px 2px 2px 0px #656565;
		-o-box-shadow: 2px 2px 2px 0px #656565;
		box-shadow: 2px 2px 2px 0px #656565;
		filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=2);
		font-family:'century_gothic';
		position:relative;
	}
	.bloc_simple{
		width:300px;
	}
	.bloc_double{
		width:620px;
	}
	.bloc_left,.bloc_right{
		float:left;
		width:300px;
		height:100%;
		
	}
	.bloc_left{
		
	}
	.bloc_right{
		margin-left:20px;
	}
	.grey_content,.grey_content td{
		color:#acb0ba;
	}

	.activite_big{
		color:#888888;
		font-size:24px;
	}
	#bloc_activite_title{
		font-size:30px;
		padding-left:10px;
		border-bottom:solid 1px #888888;
	}
	#bloc_activite_content{
		overflow:auto;
		height:calc(100% - 60px);
		overflow:auto;
	}
	#bloc_helene_event_content{
		width:100%;
		height:160px;
		color:#707070;
	}
	.events_when{
		font-size:13px;
	}
	#bloc_activite_content td{
		vertical-align:bottom;
	}

	.events_details,.events_details td {
		font-size:10px;
	}
	#projets_title{
		color:#fff;
		height:calc(100% - 190px);
		font-size:15px;
		padding:15px;
	}
	.fotorama__nav-wrap{
		display:block;
	}
	#actu_title,#meteo_title{
		width:110px;
		font-size:30px;
		color:white;
		height:38px;
	}
	#last_contacts_title{
		width:100%;
		font-size:18px;
		color:white;
		height:30px;
	}
	#Rss_batiactu a:link,#Rss_batiactu a:visited{
		color:#707070;
		font-family:'century_gothic';
	}
	.piti{
		font-size:20px;
	}
	#bloc_facebook{
		background-image:url('../..//public/images/facebook.png');
	}
	#facebook_title{
		font-family:abeatbykai;
		font-size:40px;
		letter-spacing:5px;
		padding-top:5px;
		padding-left:20px;
		color:#888888;
	}
	#Rss_treco{
		height:calc(100% - 45px);
		vertical-align:bottom;
	}
	#Rss_treco a:link,#Rss_treco a:visited{
		font-size:15px;
		font-family:century_gothic;
		text-transform:uppercase;
		line-height:35px;
	}
	#annonces_div{
		height:36px;
		cursor:pointer;
	}
	#annonces_bg{
		width:100%;
		height:calc(100% - 36px);
		
		background-size:300px;
		background-repeat:no-repeat;
		opacity:0.3;
	}
	#annonces_txt{
		width:100%;
		height:calc(100% - 36px);
		position:absolute;
		top:36px;
	}
	.medium{
		font-size:35px;
	}
	.big{
		color:#888888;
		font-size:70px;
	}
	#taux_title{
		font-family:abeatbykai;
		font-size:36px;
		padding:5px;
	}
	#taux_content{
		background-image:url('../../public/images/bg_taux.png');
		width:300px;
		height:200px;
	}
	#table_taux{
		width:300px;
		height:180px;
		padding-top:37px;
	}
	#table_taux th{
		width:70px;
	}
	#table_taux tr{
		height:20px;
	}
	#table_taux td{
		text-align:center;
		font-family:abeatbykai;
		font-size:11px;
	}
	#architecture_bg{
		height:calc(100% - 37px);
		width:100%;
		/*background-image:url('../../public/images/bg_architecture.jpg');
		background-repeat:no-repeat;
		background-size:300px;*/
	}
	#architecture_title,#agenda_div{
		cursor:pointer;
	}
/* Fin DASHBOARD */
#aa_table_wrapper{
	margin-top:40px;
}
#aa_table{
	margin:auto;
}
form input, form select {
    border:1px solid #dcdcdc;
}
.ui-autocomplete-input{
	width: calc(100% - 40px);
}
#row_welcome{
	width:100%;
	padding-left:50px;
	font-size:25px;
	font-family:'champagne_limousine';
}
.first_name{
	font-size:50px;
}

.module_title{
	color:silver;
	font-family:'century_gothic';
	font-size:25px;
	margin:15px;
}
.green{
	background-color:#CCDC00 !important;
}
.green:hover{
	background-color:#dcdcdc !important;
}
.orange{
	background-color:#e15b26 !important;
}
.orange:hover{
	background-color:#dcdcdc !important;
}
#save_fiche_projet_btn{
	width:100px;
	margin:auto;
}

#fiche_projet tr{
	height:40px;
}

.fp_champs{
	font-size:10px;
}
#stats_cx_table{
	width:100%;
}
#stats_cx_table td{
	text-align:center;
	color:#999;
}	
.prospect_table  tbody{
	font-size:11px;
}	
.ui-state-active span{
	color:yellow;
	/*color:green;*/
}
.helene{
	font-size:27px !important;
	height:38px;
}

h2{
	font-size:18px;
}

#prospect_edit_form .ui-autocomplete-input{
	width:134px !important;
	border:solid 1px #dcdcdc;
}

#prospect_edit_form .ui-multiselect{
	width:154px !important;
}
#histo_events .title{
	background:#504B4A url(/public/css/gris-noir_jaune-vert/images/ui-bg_gloss-wave_35_504b4a_500x100.png) 50% 50% repeat-x;
}
/*Menu onglet de Kub*/
	#kub #menu_onglet{
		margin:auto;
		width:850px;
	}
	#kub #menu_onglet ul{
		display: block;
		list-style-type: disc;
		-webkit-margin-before: 1em;
		-webkit-margin-after: 1em;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		-webkit-padding-start: 40px;
	}
	#kub #menu_onglet li{
		float: left;
		list-style: none;
		margin: 0 -7px 0 0;
		display: list-item;
		text-align: -webkit-match-parent;
	}
	#kub #menu_onglet a{
		color: #373739;
		line-height: 18px;
		display: block;
		width: 135px;
		padding: 4px 0 0 0;
		height: 23px;
		background: url('/public/images/onglet_orange.png') no-repeat 0 -27px;
		text-decoration: none;
		color:white
	}
	#kub #menu_onglet .num{
		text-indent: 15px;
		font-weight:bold;
		width:25px;
	}
	#kub #menu_onglet .libelle{
		width:100px;
		text-align:center;
	}
	#kub #menu_onglet a:hover{
		color:red;
	}
	#kub #menu_onglet .libelle,#kub #menu_onglet .num{
		font-family:abeatbykai;
		font-size:14px;
		float:left;
	}
	
	#kub #menu_onglet .active{
		background-position: 0 0;
		color:#fd8114;
	}
/* Fin du menu onglet de Kub */
/*       Kub généralitées    */
	#kub #modules{
		float:left;
	}
	#kub .module_libelle{
		width:100px;
	}
	#kub #pngs{
		float:left;
	}
	#kub .png_div{
		position:absolute;
		border:none;
	}
	#kub .png_img{
	}
/*   Fin Kub généralitées b  */

.event_clickable{
	cursor:pointer;
}
.right{
	text-align:right;
}
#title_trecobat{
	width:120px;
	height:40px;
	background-image:url(../images/logos/logo_hello.png);
}

.bouton_ok{
	margin-top:3px;
	background-color: #9ce348;
    background-image: linear-gradient(to bottom, #9ed55c 11%, #8dcd42 56%);
    box-shadow: 0 0 65px #7dc02d inset, 0 0 20px #6db618 inset;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    font-family: abeatbykai;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.bouton_nok{
	margin-top:3px;
	background-color: #fe8f00;
    background-image: linear-gradient(to bottom, #e4a657 11%, #eea03d 56%);
    box-shadow: 0 0 65px #fa991b inset, 0 0 20px #fe8f00 inset;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    font-family: abeatbykai;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.bouton_nok:hover,.bouton_ok:hover{
	text-shadow: 0px 0px 9px #ffffff;
}
/**
.montant:AFTER{
	content: " €";
}*/
/** Gestion des puces de couleur*/
.puce{
	height: 8px;	
	width: 8px;
	background-color: WHITE;
	border-radius : 5px;
	box-shadow: 2px 2px 0px #aaa; 
}
.puce.rouge{
	background-color: RED;
}
.puce.verte{
	background-color: GREEN;
}

div.cadre{
	border-top : 1px solid #CCCCCC;
	border-left : 1px solid #CCCCCC;
	border-right : 2px solid #CCCCCC;
	border-bottom : 2px solid #CCCCCC;
	border-radius : 5px;
	background-color: #EEEEEE;
	}
	
fieldset.arrondie {
	border-color : #e15b26;
	border-radius : 5px;
	/*background-color: #EEEEEE;*/
}
fieldset.arrondie legend{
	/*border-color : #e15b26;*/
	border-radius : 5px;
	border : 3px solid #e15b26;
	background-color: #e15b26;
	font-weight: bold;
	color: white;
}


fieldset.arrondie input:FOCUS ~ label,
fieldset.arrondie textarea:FOCUS ~ label{
    font-weight: bold;
}

form label{
 width : 200px;
 display : inline-flex;
}
/* Ben le 09/03/2018, si je choppe le con qui me fait des trucs comme ça, ça va chier! Putain d'extremiste!
[required] ~ label{
	color : red;
}
[required] ~ label::after{
	content : ' *';
}	
[required]{
	background-color : #FFFFCC;
	border-color : red;
}
.requis[required]{
	background-color : #FFBABA;
	border:2px solid red;
}	
em.requis{
	padding-left: 5px;
}	
	*/
/**
div:has( input){
	font-weight: bold;
}*/


/** Messages informatif */
.msgInfo, .msgSuccess, .msgWarning, .msgError, .validation {
	border: 1px solid;
	border-right: 2px solid;
	border-bottom: 2px solid;
	
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	border-radius:5px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.msgInfo {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('info.png');
}
.msgSuccess {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('success.png');
}
.msgWarning {
	position:fixed;
	
	width:100%;
	z-index:1000;
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('warning.png');
}
.msgError {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('error.png');
}

