/* balises html */
body{
	background:#f5f5f5;
	color:#000;
}
/*
a{
	color:#2b78c3;
}
a:hover,
a:focus{
	color:#166dba;
}
*/

::selection{
	background-color:#0090f0;
	color:#fff;
}
::-moz-selection{
	background-color:#0090f0;
	color:#fff;
}

/* couleurs des alertes, boutons, textes... standards de bootstrap */
/*
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6{color:inherit;}

.bg-primary{background-color:#2196F3;border-color:#2196F3;color:#fff;}
.border-primary{border-color:#2196F3;}
.text-primary,
.text-primary:hover,
.text-primary:focus{color:#2196F3 !important;}
.btn-primary{color:#fff;background-color:#2196F3;border-color:#2196F3;}
.btn-primary:active,
.btn-primary.active,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary.focus{color:#fff;background-color:#0c7cd5;border-color:#08528d;}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
.btn-primary:hover{color:#fff;background-color:#0c7cd5;border-color:#0b76cc;}
.alert-primary{color:#1565C0;background-color:#E3F2FD;border-color:#1E88E5;}

.bg-blue{background-color:#0090FA;border-color:#0090FA;color:#fff;}
.text-blue,
.text-blue:hover,
.text-blue:focus{color:#0090FA !important;}

.bg-danger-800{background-color:#C62828;border-color:#C62828;color:#fff;}

.bg-danger{background-color:#F44336;border-color:#F44336;color:#fff;}
.border-danger{border-color:#F44336;}
.text-danger,
.text-danger:hover,
.text-danger:focus{color:#F44336 !important;}
.btn-danger{color:#fff;background-color:#F44336;border-color:#F44336;}
.btn-danger:active,
.btn-danger.active,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.btn-danger:active:focus,
.btn-danger:focus,
.btn-danger.focus{color:#fff;background-color:#ea1c0d;border-color:#a21309;}
.btn-danger:hover{color:#fff;background-color:#ea1c0d;border-color:#e11b0c;}
.alert-danger{color:#D84315;background-color:#FBE9E7;border-color:#FF5722;}

.bg-success{background-color:#4CAF50;border-color:#4CAF50;color:#fff;}
.border-success{border-color:#4CAF50;}
.text-success,
.text-success:hover,
.text-success:focus{color:#4CAF50 !important;}
.btn-success{color:#fff;background-color:#4CAF50;border-color:#4CAF50;}
.btn-success:active,
.btn-success.active,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.btn-success:active:focus,
.btn-success:focus,
.btn-success.focus{color:#fff;background-color:#3d8b40;border-color:#255627;}
.btn-success:hover{color:#fff;background-color:#3d8b40;border-color:#39843c;}
.alert-success{color:#43A047;background-color:#E8F5E9;border-color:#4CAF50;}

.bg-warning{background-color:#FF5722;border-color:#FF5722;color:#fff;}
.border-warning{border-color:#FF5722;}
.text-warning,
.text-warning:hover,
.text-warning:focus{color:#FF5722 !important;}
.btn-warning{color:#fff;background-color:#FF5722;border-color:#FF5722;}
.btn-warning:active,
.btn-warning.active,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.btn-warning:active:focus,
.btn-warning:focus,
.btn-warning.focus{color:#fff;background-color:#ee3900;border-color:#a22700;}
.btn-warning:hover{color:#fff;background-color:#ee3900;border-color:#e43700;}
.alert-warning{color:#EF6C00;background-color:#FFF3E0;border-color:#FF9800;}

.bg-info{background-color:#00BCD4;border-color:#00BCD4;color:#fff;}
.border-info{border-color:#00BCD4;}
.text-info,
.text-info:hover,
.text-info:focus{color:#00BCD4 !important;}
.btn-info{color:#fff;background-color:#00BCD4;border-color:#00BCD4;}
.btn-info:active,
.btn-info.active,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.btn-info:active:focus,
.btn-info:focus,
.btn-info.focus{color:#fff;background-color:#008fa1;border-color:#004b55;}
.btn-info:hover{color:#fff;background-color:#008fa1;border-color:#008697;}
.alert-info{color:#00838F;background-color:#E0F7FA;border-color:#00BCD4;}

.border-default{border-color:#ddd;}
.btn-default{color:#333;background-color:#fcfcfc;border-color:#ddd;}
.btn-default:active,
.btn-default.active,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.btn-default:active:focus,
.btn-default:focus,
.btn-default.focus{color:#333;background-color:#e3e3e3;border-color:#9d9d9d;}
.btn-default:hover{color:#333;background-color:#e3e3e3;border-color:#bebebe;}

.btn-link{color:#1E88E5;font-weight:normal;border-radius:0;}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link.focus,
.btn-link:active:focus,
.btn-link:active,
.btn-link.active:hover,
.btn-link.active:focus,
.btn-link.active.focus,
.btn-link.active{border-color:transparent;}
.btn-link:hover,
.btn-link:focus{color:#166dba;text-decoration:none;background-color:transparent;}

.text-muted{color:#999999;}
*/

.label.bg-warning{
	background-color:#ffbd24;
	border-color:#ffbd24;
}

/* structure */
#FullBody, #FullContainer{ /* Pour les pages en FullScreen */
	background:#f5f5f5;
}
.SearchBody{
	/*background-image:none;*/
}
.navbar-inverse, .sidebar{
	background:#233771;
}
.navbar-inverse .navbar-nav > li > a{
	/*color:#fff;*/
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus{
	color:#fff;
	background-color:rgba(0, 0, 0, 0.1);
}
/*
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus{
	background-color:rgba(0, 0, 0, 0.15);
	color:#fff;
}
.sidebar-logo{
	height:102px;
	background-color:#fff;
	padding:20px;
}
.sidebar-logo > img.img-responsive{
	max-height:62px;
}
*/
.page-header-content{
	color:#f47449;
	background-color:#fff;
}
/*
.breadcrumb > li > a{
	color:#333;
}

.navigation{
	padding:10px 0;
}
.navigation li a{
	color:rgba(255, 255, 255, 0.75);
}
.navigation li a:hover,
.navigation li a:focus{
	color:#fff;
}
.navigation > li > a{
	padding:12px 20px;
	min-height:44px;
	font-weight:500;
}
*/
.navigation > li.active > a, .navigation > li.active > a:hover, .navigation > li.active > a:focus{
	background-color:#0090f0;
}
/*
.navigation > li ul{
	background-color:rgba(0, 0, 0, 0.15);
}
.navigation > li > ul li.active > a, .navigation > li > ul li.active > a:hover, .navigation > li > ul li.active > a:focus{
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
}
*/
.form-control:focus{
	border-color:rgba(0, 144, 240, 1);
}
.input-error input{
	border-color:#F44336;
}

.version{
	font-size:11px;
	color:rgba(0, 0, 0, 0.25);
}

.footer{
}

h2{
	font-size:32px;
	font-weight:100;
}

.btn-dcs-grey:focus,
.btn-dcs-grey.focus
.btn-default:focus,
.btn-default.focus{
	border-color:#2196F3 !important;
}
.btn-dcs-grey{
	color:#fff;
	background-color:#9b9b9b;
	border-color:#9b9b9b;
}
.btn-dcs-grey:hover,
.btn-dcs-grey:focus,
.btn-dcs-grey.focus{
	color:#fff;
	text-decoration:none;
}
*:focus{
	border-color:#0090f0;
}

.Langue{
}
.Langue #FR, .Langue #EN{
}
.Langue #ES, .Langue #IT, .Langue #DE, .Langue #PT, .Langue #RO{
}
.Layer{
	position:absolute;
	width:550px;
	min-width:550px;
	min-height:400px;
	overflow-y:hidden;
	overflow-x:hidden;
	z-index:998;
	left:0px;
	top:0px;
	background-color:#fff;
	layer-background-color:#fff;
	border:1px solid #000;
	color:#000;
}
.LayerTitre{
	padding:0px 15px;
	font-size:18px;
	color:#666;
	font-weight:bold;
	text-align:left;
}

#ComplementTitrePage{
	font-size:14px;
	color:#666;
}

#TitrePanier{
	font-size:11px;
	margin-top:40px;
	margin-bottom:50px;
	padding-left:20px;
}

.TitreModule{
	background:#e0e0e0;
	padding:3px 3px 3px 7px;
	color:#333;
	font-weight:bold;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-left:2px;
	margin-top:5px;
	margin-bottom:5px;
}
.TitreModule img{
	padding-right:5px;
}
.TitreModule span{
	float:right;
	margin-right:5px;
}
.TitreModule .FontBouton{
	margin-top:-5px;
}
.TitreModule select{
	font-size:11px;
}
.TitreModule span label{
	font-size:11px;
	font-weight:bold;
}

.Erreur{
	font-weight:bold;
	color:#FF0000;
	font-size:12px;
}

.FondGris{
	background-color:#e0e0e0;
}
/*
thead > tr > th{
	background-color:#f5f5f5;
}
.even, .even + .child{
	background-color:#f5f5f5;
}
.odd, .odd + .child{
	background-color:#fff;
}
*/

/* liens */
.LienBarNav{
	text-decoration:none;
	color:#666;
}
a.LienBarNav:hover{
	text-decoration:underline;
}
.LienFamille{
	/*color:#000066;*/
}
.LienFamille:hover{
	/*color:#2b78c3;*/
}

.Pagination a{
}
.Pagination a:hover{
}

.LienPagination{
	text-decoration:none;
	/*color:#000066;*/
}
.LienPagination:visited{
	text-decoration:none;
	/*color:#000066;*/
}

.LienSignature{
}
.LienSignature:hover{
}

a.disabled,
a.disabled:hover,
a.disabled:focus{
	color:#bbb !important;
	background-color:#fff;
}

hr.style15{
}
hr.style15:after{
	background:#f0f0f0;
	color:#8c8b8b;
}

.AutoCompleteDivListeStyle{
	border:1px solid #ddd;
	border-radius:3px;
	background-color:#fff;
	color:#333;
}
.AutoCompleteDiv{
}
.AutoCompleteDiv span{
}
.AutoCompleteDivAct{
	background-color:#0090f0;
	color:#fff !important;
}

.MotDePasseRetrouve{
	font-size:14px;
	font-weight:bold;
	/*color:#006600;*/
	width:100%;
	text-align:center;
}

.DateDerSynchro{
	color:#ccc;
	font-size:10px;
	font-style:italic;
	text-align:right;
	width:100%;
}

.Creation{
}
.Creation .Info{
}
.Creation Table{
}
.Creation .Bouton{
}
.Creation .Titre{
	/*color:#2B78C3;*/
	font-weight:bold;
	background-color:#dbdbdb;
}
.Creation .ChoixCreation{
}
.TableInfo{
	border:1px solid #fff;
	border-collapse:collapse;
	/*table-layout:fixed;*/
}
.TableInfo img{
	vertical-align:middle;
	border:0;
	padding-right:4px;
}
.TableInfo td{
	border:1px solid #fff;
	padding:2px;
	vertical-align:middle;
	/*max-width:100%;
	word-wrap:break-word;
	overflow-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;*/
}
.Montant{
	/*padding-right:5px;
	text-align:right;*/
}
.TableInfo .Email{
	font-size:9px;
}

.TableInfoFond{
	background-color:#eee;
}
.TableInfoFond td{
	border:1px solid #fff;
	padding:2px;
}
.TableInfoFond img{
	vertical-align:middle;
	border:0;
	padding-right:4px;
}

.BottomInfo{
	clear:both;
	padding-top:15px;
	text-align:center;
	color:#666;
	font-style:italic;
}

#FILTREGF{
	max-width:100%;
}

/* ------------------------------------------------- */
/* ------------------ Home ------------------------- */
/* ------------------------------------------------- */

/* **** home clients **** */
.homepage .bg-home-client{
	border-color:#008afd;
    color:#fff;
  	background-color:#008afd;
	/*background-image:url(/assets/images/homepage/bg-home-client.png);
	background-position:bottom left;
	background-repeat:repeat-x;*/
}

/* **** home commandes **** */
.homepage .bg-home-commande{
    border-color:#f54a46;
    color:#fff;
  	background-color:#f54a46;
	/*background-image:url(/assets/images/homepage/bg-home-commande.png);
	background-position:bottom left;
	background-repeat:repeat-x;*/
}

/* **** home reunions **** */
.homepage .bg-home-reunion{
	border-color:#ff9900;
    color:#fff;
  	background-color:#ff9900;
	/*background-image:url(/assets/images/homepage/bg-home-reunion.png);
	background-position:bottom left;
	background-repeat:repeat-x;*/
}
/* **** home filleuls **** */
.homepage .bg-home-filleul{
	border-color:#8bc413;
    color:#fff;
  	background-color:#8bc413;
	/*background-image:url(/assets/images/homepage/bg-home-filleul.png);
	background-position:bottom left;
	background-repeat:no-repeat;*/
}

.homepage .bg-home-client h3 a,
.homepage .bg-home-commande h3 a,
.homepage .bg-home-reunion h3 a,
.homepage .bg-home-filleul h3 a,
.homepage .home-actualites h3 a{
	color:#fff;
}
.homepage .home-actualites h4 a{
	color:#333;
}

/* **** home bloc menu **** */
.homepage .home-bloc-menu{
	color:#000;
}

.homepage .home-bloc-menu a{
	color:#000;
}

/* **** home mes clients **** */
.homepage .mes-clients{
	background:rgba(0, 153, 255, 0.8);
	color:#fff;
}
.homepage .mes-clients  h3{
	background-color:#008afd;
}

/* **** home mon reseau **** */
.homepage .mon-reseau{
	background:rgba(139, 196, 19, 0.8);
	color:#fff;
}
.homepage .mon-reseau  h3{
	background-color:#8bc413;
}

/* **** home mon planning **** */
.homepage .mon-planning{
	background:rgba(255, 153, 0, 0.8);
	color:#fff;
}
.homepage .mon-planning  h3{
	background-color:#ff9900;
}

/* **** home creer commande **** */
.homepage .creer-commande{
	background:rgba(245, 74, 70, 0.8);
	color:#fff;
}
.homepage .creer-commande h3{
	background-color:#f54a46;
}

.homepage .mes-clients a,
.homepage .mon-reseau a,
.homepage .mon-planning a,
.homepage .creer-commande a{
	color:#fff;
}

.homepage .home-actualites .title{
	background-color:#000;
	color:#fff;
}

/* ---------------------------------------------------------------- */
/* -------------------  Pages de recherche  ----------------------- */
/* ---------------------------------------------------------------- */

.page-search .dl-horizontal > div:nth-of-type(odd){
	background-color:#f3f3f3;
}


/* ---------------------------------------------------------------- */
/* -------------------------  Lignée  ----------------------------- */
/* ---------------------------------------------------------------- */

.page-lignee-arbre .google-visualization-orgchart-linebottom{
	border-bottom:1px solid #00bcd4;
}

.page-lignee-arbre .google-visualization-orgchart-node{
	border:1px solid #00bcd4;
	border-radius:0px;
	background:#fff;
	box-shadow:none;
}
.page-lignee-arbre .google-visualization-orgchart-nodesel{
	border:1px solid #ff9800;
	outline:1px solid #ff9800;
	background:#fff3e0;
}
.page-lignee-arbre .google-visualization-orgchart-node-medium{
	background:#fff;
}

.page-lignee .TotauxLignee td,
.page-lignee .TotauxPersoLignee td{
	background:#f5f5f5;
}

.page-lignee #TableLignee a{
	color:#000;
}
.page-lignee #TableLignee .ColNomPrenomFilleul a{
	font-weight:500;
}
.page-lignee #TableLignee a:focus, .page-lignee #TableLignee a:hover{
	color:#166dba;
}

.LigneeParNiveau{
	border-collapse:collapse;
}
.LigneeParNiveau td{
	border:0px;
	border-bottom:1px solid #ccc;
	padding:0px;
	font-weight:bold;
}
.LigneeParNiveau .Totaux{
	border-bottom:1px solid #fff;
	padding:2px;
}

.page-lignee .ZoneLigneeParNiveau{
	/*height:120px;*/
}

/* ---------------------------------------------------------------- */
/* --------------------  Liste réunions  -------------------------- */
/* ---------------------------------------------------------------- */

.ui_tpicker_time{
	color:#1E88E5;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-priority-primary{
	background-color:#2196F3;
	border-color:#2196F3;
	color:#fff;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-priority-primary:hover{
	background-color:#2196F3;
	border-color:#2196F3;
	color:#fff;
	-webkit-box-shadow:0 0 0 100px rgba(0, 0, 0, 0.05) inset;
	box-shadow:0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.ui-datepicker table td.ui-datepicker-today .ui-state-highlight{
	background-color:#2196F3;
	color:#fff;
}


/************* COMMANDE ET COMMANDE GROUPEE **********************/
.TableInfo .Groupe{
	border:1px solid transparent;
	padding:0px;
	border-collapse:collapse;
}
.TableInfo .Groupe td{
	border:1px solid #fff;
	padding:2px;
}

.Message{
	/*color:#FF0000;*/
	font-weight:bold;
	margin:10px auto;
	text-align:center;
}
.AucunEnreg{
	text-align:center;
	/*color:#FF0000;*/
	font-weight:bold;
	margin:10px;
}
.AucunEnreg i{
	font-weight:normal;
}
.InfoAlerte{
}
.InfoAlerteToutPetit{
}
.InfoPetit{
}
.InfoToutPetit{
}
.PaiementExt{
}
.PaiementExtTitre{
}
.CommandeRegle{
	font-size:10px;
}
.Compteur{
	color:#999;
}
.NoScript{
	color:#990000;
	font-weight:bold;
	margin:10px auto 20px auto;
}
/* Saisie des commandes */
.CommandeOrigine{
	padding:2px;
	margin-bottom:10px;
	/*background-color:#FFCC00;
	color:#990000;*/
	font-weight:bold;
	font-size:14px;
	text-align:center;
}
/* Paramètre des menus de gauche */
.LienMenu{
	text-decoration:none;
	/*color:#2b78c3;*/
}

.LienMenu div{
	width:16px;
	height:16px;
	float:left;
	margin-right:1px;
	margin-left:1px;
	background-repeat:no-repeat;
}

.LienArticlePanier{
	text-decoration:none;
	/*color:#2b78c3;*/
}
.LienArticlePanier:hover{
	text-decoration:underline;
	/*color:#2b78c3;*/
}

.BoutonValiderCmde{
	text-align:center;
	/*border:1px solid #2B78C3;
	width:75%;*/
}
.BoutonValiderCmde .LienMenu{
	font-size:11px;
	font-weight:normal;
}
.DivCodePromo{
	border-radius:0px;
	background-color:#e0e0e0;
	padding:5px;
	margin:auto;
	text-align:center;
}
.DivCodePromo input{
}
.TextMenuGauche{
	text-decoration:none;
	/*color:#2b78c3;*/
	font-weight:normal;
}
.MenuActif, .MenuActif .LienMenu, .MenuActif:hover, .MenuActif:hover .LienMenu{
}

/* Menu du panier des vendeurs */
.MenuGauchePanierVendeur.TitreMenuGauche{
}
table.MenuGauchePanierVendeur{
}
table.MenuGauchePanierVendeur td{
	padding-top:1px;
	padding-bottom:1px;
}
.MenuGauchePanierVendeur .ArticlesAjoutes{
	padding:5px 0;
	text-align:center;
	/*color:#990000;*/
	font-style:italic;
}
.MenuGauchePanierVendeur .MenuPanierTdQte{
}
.MenuGauchePanierVendeur .MenuPanierTdSepar{
}
.MenuGauchePanierVendeur .MenuPanierTdDesign{
}
.MenuGauchePanierVendeur .BoutonValiderCmde{
	border:1px solid #aac3dc;
}
.MenuGauchePanierVendeur .BoutonValiderCmde .LienMenu{
}
.MenuGauchePanierVendeur.ItemMenuGaucheSpacerTop{
}

.InputAcheterQte{
}
.ReprendrePanier{
	background-color:#fff;
	border:1px solid #ddd;
	color:#000;
	display:inline-block;
	margin:10px 0 20px;
	padding:3px 12px;
	text-decoration:none;
}
.ReprendrePanier:hover{
	background-color:#e0e0e0;
}
.MenuGauchePanierVendeur{
}
.MenuGauchePanierVendeur .ArticlesAjoutes{
	font-style:italic;
	padding:5px 0;
	text-align:center;
}
.MenuGauchePanierVendeur .ItemMenuGaucheLecture .TextMenuGauche .MenuPanierTdQte, .MenuGauchePanierVendeur .ItemMenuGaucheLecture .TextMenuGauche .MenuPanierTdSepar, .MenuGauchePanierVendeur .ItemMenuGaucheLecture .TextMenuGauche .MenuPanierTdDesign{
}
.MenuGauchePanierVendeur .ItemMenuGaucheLecture .TextMenuGauche.Totaux{
}
.MenuGauchePanierVendeur .ItemMenuGaucheLecture .TextMenuGauche.Totaux .Entete{
}
.MenuGauchePanierVendeur .ItemMenuGaucheLecture .TextMenuGauche.Totaux .Contenu{
}
.MenuGauchePanierVendeur .BoutonValiderCmde{
	background-color:#f6f6f6;
	border:thin solid #acacac;
	font-size:11px;
}
.MenuGauchePanierVendeur .BoutonValiderCmde:hover{
	background-color:#fff;
	/*border-color:#aac3dc;*/
}
.MenuGauchePanierVendeur .BoutonValiderCmde a{
	color:#333;
}
.MenuGauchePanierVendeur .BoutonValiderCmde a:hover{
	/*color:#2b78c3;*/
}

/* Paramètres des div */
.separateur{
	width:inherit;
	height:10px;
	background-color:transparent;
}

#LogoEntreprise{
	display:table-cell;
	width:auto;
	max-height:80px;
	vertical-align:middle;
	background-color:#fff;
	margin:0px 0px 0px 30px;
}
#IMGLogoEntreprise{
	width:auto;
	max-height:80px;
}
#NomEntrepriseHaut{
	display:table-cell;
	height:80px;
	vertical-align:middle;
	text-align:right;
	color:#fff;
}

/* Styles Boites de Dialogue */
.TitleDlg{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	/*background-color:#2b78c3;
	color:#fff;*/
	padding:4px;
	cursor:move;
}

#sb-title{
	/*background-color:#2b78c3 !important;
	color:#fff;*/
}

.TableSansBordure{
	border:0px;
}
.TableSansBordure td{
	border:0px;
}

#SaisieClientEnLigne .ReadOnly,
.SaisieClientEnLigne .ReadOnly{
	color:#999;
}
#SaisieClientEnLigne img,
.SaisieClientEnLigne img{
	vertical-align:middle;
}

/*********** AGENDA *******************/
#ImprimerAgenda{
}

/* par défaut */
/*
.page-agenda .legende,
.dhx_cal_event_clear,
.dhx_cal_event_clear > div,
.dhx_cal_event_line,
.dhx_cal_event > div{
	background-color:#fdab31;
	color:#000000;
	font-style:italic;
	cursor:default;
}
*/
/* réunion perso (moi ou mes clients) */
/*
.page-agenda .legende.perso,
.dhx_cal_event_clear.perso,
.dhx_cal_event_clear > div.perso,
.dhx_cal_event_line.perso,
.dhx_cal_event.perso > div{
	background-color:#fdab31;
	color:#000;
}
*/
/* Pour les types de reunions */
/* par défaut, on ne personnalise pas selon le type de reunion */
/*
.page-agenda .legende.RTypeRuniondomicile,
.dhx_cal_event_clear.RTypeRuniondomicile,
.dhx_cal_event_clear > div.RTypeRuniondomicile,
.dhx_cal_event_line.RTypeRuniondomicile,
.dhx_cal_event.RTypeRuniondomicile > div{
	background-color:#FF9900;
	font-style:normal;
}
*/
/* pour les filleuls*/
/*
.page-agenda .legende.filleul,
.dhx_cal_event_clear.filleul,
.dhx_cal_event_clear > div.filleul,
.dhx_cal_event_line.filleul,
.dhx_cal_event.filleul > div{
	background-color:#f56c69;
	color:#fff;
}

.page-agenda .legende.niv1,
.dhx_cal_event_clear.niv1,
.dhx_cal_event_clear > div.niv1,
.dhx_cal_event_line.niv1,
.dhx_cal_event.niv1 > div{
	background-color:#c75899;
	color:#fff;
}
.page-agenda .legende.niv2,
.dhx_cal_event_clear.niv2,
.dhx_cal_event_clear > div.niv2,
.dhx_cal_event_line.niv2,
.dhx_cal_event.niv2 > div{
	background-color:#31abfd;
	color:#fff;
}
*/
/*
.page-agenda .legende.niv3,
.dhx_cal_event_clear.niv3,
.dhx_cal_event_clear > div.niv3,
.dhx_cal_event_line.niv3,
.dhx_cal_event.niv3 > div,
.page-agenda .legende.niv4,
.dhx_cal_event_clear.niv4,
.dhx_cal_event_clear > div.niv4,
.dhx_cal_event_line.niv4,
.dhx_cal_event.niv4 > div,
.page-agenda .legende.niv5,
.dhx_cal_event_clear.niv5,
.dhx_cal_event_clear > div.niv5,
.dhx_cal_event_line.niv5,
.dhx_cal_event.niv5 > div,
.page-agenda .legende.niv6,
.dhx_cal_event_clear.niv6,
.dhx_cal_event_clear > div.niv6,
.dhx_cal_event_line.niv6,
.dhx_cal_event.niv6 > div,
.page-agenda .legende.niv7,
.dhx_cal_event_clear.niv7,
.dhx_cal_event_clear > div.niv7,
.dhx_cal_event_line.niv7,
.dhx_cal_event.niv7 > div{
	background-color:#a0ce40;
	color:#fff;
}
*/

/* Pour les réunions visibles par tous */
/*
.page-agenda .legende.tous,
.dhx_cal_event_clear.tous,
.dhx_cal_event_clear > div.tous,
.dhx_cal_event_line.tous,
.dhx_cal_event.tous > div{
	background-color:#000055;
	color:#b6e2ff;
	font-weight:bold;
}
*/

/* ---------------------------------------------------------------- */
/* --------------------  Votre commande   ------------------------- */
/* ---------------------------------------------------------------- */
/*
.page-commande .wizard > .steps .number,
.page-abonnement .wizard > .steps .number{
	color:#aaa;
}

.page-commande .wizard > .steps > ul > li.current .number,
.page-commande .wizard > .steps > ul > li.done .number,
.page-abonnement .wizard > .steps > ul > li.current .number,
.page-abonnement .wizard > .steps > ul > li.done .number{
	font-size:16px;
	border-color:#000;
    background-color:#000;
    color:#fff;
}

.page-commande .wizard > .steps > ul > li.current .number,
.page-abonnement .wizard > .steps > ul > li.current .number{
	border-color:#2196f3;
    background-color:#2196f3;
}

.page-commande .wizard > .steps > ul > li.disabled a,
.page-commande .wizard > .steps > ul > li.disabled a:hover,
.page-commande .wizard > .steps > ul > li.disabled a:focus,
.page-commande .wizard > .steps > ul > li.done a,
.page-commande .wizard > .steps > ul > li.done a:hover,
.page-commande .wizard > .steps > ul > li.done a:focus,
.page-abonnement .wizard > .steps > ul > li.disabled a,
.page-abonnement .wizard > .steps > ul > li.disabled a:hover,
.page-abonnement .wizard > .steps > ul > li.disabled a:focus,
.page-abonnement .wizard > .steps > ul > li.done a,
.page-abonnement .wizard > .steps > ul > li.done a:hover,
.page-abonnement .wizard > .steps > ul > li.done a:focus{
	color:#000;
	text-decoration:underline;
	cursor:pointer;
}
.page-commande .wizard > .steps > ul > li.disabled a:hover,
.page-commande .wizard > .steps > ul > li.disabled a:focus,
.page-commande .wizard > .steps > ul > li.done a:hover,
.page-commande .wizard > .steps > ul > li.done a:focus,
.page-abonnement .wizard > .steps > ul > li.disabled a:hover,
.page-abonnement .wizard > .steps > ul > li.disabled a:focus,
.page-abonnement .wizard > .steps > ul > li.done a:hover,
.page-abonnement .wizard > .steps > ul > li.done a:focus{
	text-decoration:none;
}
*/
.page-commande .wizard > .steps > ul > li.current > a,
.page-abonnement .wizard > .steps > ul > li.current > a{
	font-weight:bold;
}

.page-commande .wizard > .steps > ul > li:before, .wizard > .steps > ul > li:after,
.page-abonnement .wizard > .steps > ul > li:before, .wizard > .steps > ul > li:after{
	background-color:#000;
}

.titre-tab-bleu{
	color:#2196f3;
}

.prix_public_conseille{
	color:#808080;
}
.stock_qte{
	font-style:italic;
	color:#808080;
}
.stock_feu_vert{
	background-color:#8bc413;
}
.stock_feu_orange{
	background-color:#ff9900;
}
.stock_feu_rouge{
	background-color:#f54a46;
}

.CdeGroupe .TotauxCli td:first-child{
	text-align:left;
	font-weight:500;
}
.CdeGroupe .TotauxCli td:last-child{
	border-color:#ddd;
	background-color:#eee;
	text-align:right;
	font-weight:bold;
}

/*
#BtnValideEtape3{
	display:none;
}
*/

/* ---------------------------------------------------------------- */
/* ------------------------  Catalogue   -------------------------- */
/* ---------------------------------------------------------------- */

.page-produit ul#thumblist li a:hover,
.page-produit ul#thumblist li a:focus,
.page-produit ul#thumblist li a.zoomThumbActive{
	border:1px solid #2196F3;
}

.page-catalogue .Div_Catalogue .Div_CatPasPhoto,
.page-client.page-home .Div_Catalogue .Div_CatPasPhoto{
	background:#f5f5f5;
}

.page-catalogue td.ColPhoto,
.page-client.page-home td.ColPhoto{
	font-style:italic;
	color:#999;
}

.page-catalogue .Div_Catalogue:after{
	content:'';
	display:block;
	margin:1px auto;
	text-align:center;
	width:75%;
	height:1px;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
}
/*
.Div_Catalogue .Div_CatInfo{
	height:32px;
}
.Div_Catalogue .Div_CatPhoto, .Div_Catalogue .Div_CatPasPhoto, .Div_Catalogue .Div_CatPhoto a{
	height:212px;
}
.Div_Catalogue .Div_CatLien{
	height:36px;
}
*/
.Div_Catalogue .Div_CatInfo a{
	color:#333;
}
.Div_Catalogue .Div_CatPasPhoto{
	color:#999;
	font-style:italic;
}

.FinRechercheCatalogue{
	clear:both;
}

#DescriptionWebFamille{
}

#InfosCommercialesProduit{
	text-align:left;
}

/************* FIDELISATION ******************/
/* idem EnteteColonne */
/*
.BlocFidel{
	font-weight:bold;
	color:#2B78C3;
	font-size:11px;
	background-color:#E0E6EE;
}
.BlocFidel td{
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}
.BlocFidelTitre{
	float:left;
}
.BlocFidelMnt{
	float:right;
}
*/
/************** REUNION *************************/
#TableLstReunionDatee{
	border-collapse:collapse;
}
#TableLstReunionDatee tr{
	vertical-align:top;
}
#TableLstReunionDatee .FontBouton{
	font-size:9px;
	width:150px;
}
/************** LIGNEE GRAPHE HIERARCHIQUE *************************/
#FullContainer{
}
#CadreTitreOrgChart{
}
#TitreNomVendeurOrgChart{
	font-size:14px;
	font-weight:bold;
	display:block;
	width:100%;
	text-align:center;
}
#TitreStatutVendeurOrgChart{
	font-size:14px;
	font-weight:bold;
	display:block;
	width:100%;
	text-align:center;
}
#TitreMoisAnneeOrgChart{
	margin-top:8px;
	font-size:12px;
	font-weight:bold;
	display:block;
	width:100%;
	text-align:center;
}
#TitreCompteurOrgChart{
	font-size:12px;
	font-weight:bold;
	display:block;
	width:100%;
	text-align:center;
}
#TitreSommaireOrgChart{
	margin-top:8px;
	font-size:10px;
	display:block;
	width:100%;
	text-align:center;
}
#orgchart_div .google-visualization-orgchart-node-medium{
}
#orgchart_div .orgchart_statut{
	color:#666;
	font-size:10px;
	font-style:italic;
}

#orgchart_PhotoVendeur{
	max-width:125px;
	max-height:138px;
	text-align:center;
	overflow:hidden;
	margin-top:3px;
	margin-bottom:3px;
	border:none;
	display:inline-block;
}

#orgchart_NomPrenom{
	font-weight:bold;
	margin-top:3px;
}


/* ---------------------------------------------------------------- */
/* --------------------  Synthèse d'Activité  --------------------- */
/* ---------------------------------------------------------------- */

.page-synthese .BoutonSA1 .panel-body{
	/*
	F54A46 /*rouge
	F76E6B /*rouge
	FF9900 /*orangé
	FDAB31 /*orangé
	8BC413 /*vert
	A0CE40 /*vert
	008AFD /*bleu
	31ABFD /*bleu
	*/
	background:#F54A46;
	border:1px solid #F54A46;
	color:#fff;
}
.page-synthese .BoutonSA2 .panel-body{
	background:#FF9900;
	border:1px solid #FF9900;
	color:#fff;
}
.page-synthese .BoutonSA3 .panel-body{
	background:#008AFD;
	border:1px solid #008AFD;
	color:#fff;
}

.page-synthese .BoutonSA1 .panel-body:hover{
	background:#F76E6B;
}
.page-synthese .BoutonSA2 .panel-body:hover{
	background:#FDAB31;
}
.page-synthese .BoutonSA3 .panel-body:hover{
	background:#31ABFD;
}

.page-synthese .SALigne1 .panel-body{
	background:#f54a46;
	border-color:#f54a46;
}
.page-synthese .SALigne1 .panel-body:hover{
	background:#f76e6b;
}
.page-synthese .SALigne2 .panel-body{
	background:#ff9900;
	border-color:#ff9900;
}
.page-synthese .SALigne2 .panel-body:hover{
	background:#fdab31;
}
.page-synthese .SALigne3 .panel-body{
	background:#9b9b9b;
	border-color:#9b9b9b;
}
.page-synthese .SALigne3 .panel-body:hover{
	background:#b9b9b9;
}
.page-synthese .SAClients .panel-body{
	background:#008afd;
	border-color:#008afd;
}
.page-synthese .SAClients .panel-body:hover{
	background:#31abfd;
}
.page-synthese .SAVendeurs .panel-body{
	background:#8bc413;
	border-color:#8bc413;
}
.page-synthese .SAVendeurs .panel-body:hover{
	background:#a0ce40;
}
/*
.page-synthese .CAComDuMois .panel-body,
.page-synthese .FacturesDuMois .panel-body,
.page-synthese .ReunionsDuMois .panel-body,
.page-synthese .CommandesDuMois .panel-body,
.page-synthese .CommandesCourante .panel-body,
.page-synthese .CommandesBrouillon .panel-body,
.page-synthese .FinDeStock .panel-body,
.page-synthese .AlerteReappro .panel-body,
.page-synthese .Anniversaire .panel-body,
.page-synthese .BonAchatLimite .panel-body,
.page-synthese .PrelevementsCourante .panel-body,
.page-synthese .DernieresExpeditions .panel-body,
.page-synthese .SANouveaux .panel-body,
.page-synthese .SATop .panel-body{
}

.page-synthese .SALigne1 .panel-body,
.page-synthese .SALigne2 .panel-body,
.page-synthese .SALigne3 .panel-body,
.page-synthese .SAClients .panel-body,
.page-synthese .SAVendeurs .panel-body{
	background:#9b9b9b;
	border-color:#9b9b9b;
}
.page-synthese .SALigne1 .panel-body:hover,
.page-synthese .SALigne2 .panel-body:hover,
.page-synthese .SALigne3 .panel-body:hover,
.page-synthese .SAClients .panel-body:hover,
.page-synthese .SAVendeurs .panel-body:hover{
	background:#b9b9b9;
}
*/
.page-synthese .BoutonSA1Clic{
	/*background:#6495ED;*/
}
.page-synthese .BoutonSA2Clic{
	/*background:#D2B48C;*/
}
.page-synthese .TitreDiv1{
	font-weight:bold;
	/*background:#B0C4DE;*/
}
.page-synthese .TitreDiv2{
	font-weight:bold;
	/*background:#F5DEB3;*/
}


/*#ConteneurGlobalSA .BtnChtMois{
	color:#787878;
	background-color:#f8f8f7;
	border:1px solid #787878;
	cursor:pointer;
}
#ConteneurGlobalSA .BtnChtMois:hover{
	color:#fff;
	background-color:#e8e8e8;
}
#ConteneurGlobalSA .MoisTitre{
	font-weight:normal;
}
#ConteneurGlobalSA .BoutonSA1, #ConteneurGlobalSA .BoutonSA2, #ConteneurGlobalSA .BoutonSA3{
	overflow:hidden;
	border-radius:0px;
	border:1px solid #787878;
	transition:all 0.3s ease;
	box-shadow:none;
}
#ConteneurGlobalSA .BoutonSA1, #ConteneurGlobalSA .BoutonSA3{
	background:#b0c4de;
	color:#202020;
}
#ConteneurGlobalSA .BoutonSA1:hover, #ConteneurGlobalSA .BoutonSA3:hover{
	background:#97b1d3;
	color:#000;
}
#ConteneurGlobalSA .BoutonSA2{
	background:#f5deb3;
	color:#202020;
}
#ConteneurGlobalSA .BoutonSA2:hover{
	background:#f0cc8a;
	color:#000;
}
#ConteneurGlobalSA .TexteBouton{
}
#ConteneurGlobalSA .BoutonSA3{
}
#ConteneurGlobalSA .BoutonSA3 .CompteurBouton{
	font-size:16px;
	line-height:55px;
}
#ConteneurGlobalSA .BoutonSA3 .TexteBouton{
	font-size:16px;
}
#ConteneurGlobalSA .BoutonSA1:hover, #ConteneurGlobalSA .BoutonSA2:hover, #ConteneurGlobalSA .BoutonSA3:hover{
	box-shadow:none;
}

.OngletActif{
	background-color:#fff;
	border:1px solid #2b78c3;
	border-bottom-style:none;
}
.OngletDesactiveNonVisible{
	background-color:#fff;
	border-bottom:1px solid #aaa;
}
.Onglet{
	background-color:#fff;
	border-top-style:none;
}

/* ---------------------------------------------------------------- */
/* --------------------------  Comptes   -------------------------- */
/* ---------------------------------------------------------------- */

.page-compte .tab-commandes .LstCdeColInfo a{
	color:#000;
	font-weight:500;
}
.page-compte .tab-commandes .LstCdeColInfo a:focus, .page-compte .tab-commandes .LstCdeColInfo a:hover{
	text-decoration:underline;
}

.page-compte .tab-commandes .table .icon-cancel-square2{
	color:red;
}
.page-compte .tab-commandes .table .icon-notification2{
	color:#2196F3;
}
.page-compte .tab-commandes .table .icon-checkmark{
	color:#9FE855;
}

.page-compte form#SaisieInfoPerso #TabInfosPerso > .row:nth-child(odd){
	background-color: #fcfcfc;
}

/* ---------------------------------------------------------------- */
/* ------------------------  Documents   -------------------------- */
/* ---------------------------------------------------------------- */


.page-documents .panel-group-control .panel-title + a:before{
	content:'\e9b7';
	font-size:16px;
	font-weight:400;
}
.page-documents .panel-group-control .panel-title + a.collapsed:before{
	content:'\e9b8';
}

.page-documents .media-list .media:hover{
	background-color:rgba(128, 128, 128, 0.1);
}

/*----- PaiementLibre - Responsive -----*/
#FormPaiementDirect{
	margin-bottom:20px;
}

#FormPaiementDirect .DivInfoPaiement{
	width:98%;
	margin-right:auto;
	margin-left:auto;
	padding:5px 10px 10px 10px;
	/*background:#e0e6ee;*/
}

#FormPaiementDirect .DivInfoTitre{
	/*color:#2B78C3;
	font-weight:bold;
	background-color:#e0e6ee;*/
}

#FormPaiementDirect .Bouton{
	padding:2px 8px;
	border:1px solid #999;
	background-color:#eee;
	/*color:#2b78c3;*/
}
#FormPaiementDirect .Bouton:focus{
	/*border-color:#7EB4EA;*/
}
#FormPaiementDirect .Bouton:hover{
	/*border-color:#7EB4EA;
	background-color:#E6F1FC;*/
}

#FormPaiementDirect .TableInfoPaiement, .TablePaiement{
	width:60%;
	border-collapse:collapse;
}

#LayerPaiementsCmde .PaiementsTitre{
	display:block;
	text-align:center;
	margin:5px auto 10px auto;
	font-weight:bold;
}
#LayerPaiementsCmde #TablePaiementsCmde a{
	display:block;
	min-height:36px;
	line-height:36px;
	margin-top:1em;
	margin-bottom:1em;
	border:1px solid #ccc;
}
#LayerPaiementsCmde #TablePaiementsCmde a.PaiementExt{
}
#LayerPaiementsCmde #TablePaiementsCmde a.PaiementExt:hover{
	text-decoration:none;
}
#LayerPaiementsCmde #TablePaiementsCmde form.RattacheReglementACommande{
	border:1px solid #ccc;
}
#ReglementsRattachement{
	overflow-y:auto;
	margin-left:auto;
	margin-right:auto;
}
a.LienPaiements{
	display:block;
	font-weight:bold;
}
a.LienPaiements:hover{
	text-decoration:none;
}

#EmailPaiementExtImg{
}

/***** Media Queries pour adaptation responsive *****/

@media (max-width:480px){
	.page-commande .wizard > .steps > ul > li.current:after,
	.page-abonnement .wizard > .steps > ul > li.current:after{
		background-color:#ccc;
	}
}

@media (max-width:768px) {
	.nav-tabs > li.active > a:after,
	.nav-tabs > li.active > a:hover:after,
	.nav-tabs > li.active > a:focus:after{
		/*background-color:#2196F3;*/
	}
}

@media (max-width:1024px) {
}


@media (min-width:769px) {
	.sidebar-xs .sidebar-main .navigation > li > ul{
		background-color:#233771;
	}
	.sidebar-xs .sidebar-main .navigation > li > a > span{
		background-color:#0090f0;
		border:1px solid #0090f0;
	}
	.sidebar-xs .sidebar-logo.hidden-xs{
		/*background-color:#233771;*/
	}
	.nav-tabs.nav-tabs-highlight > li.active > a,
	.nav-tabs.nav-tabs-highlight > li.active > a:hover,
	.nav-tabs.nav-tabs-highlight > li.active > a:focus{
		/*border-top-color:#2196F3;*/
	}
}

@media (min-width:1025px) {
}

@media (min-width:1279px) {
}


