body{
	
	
}

footer {
	background-color:#D3DFE5;
	padding:5px;
	font-size:12px; 
	color:gray;
	position:fixed;
	bottom:0;
	width:100%;
}


#container{
	margin:0 auto;
	display:block;
	width:1000px;
	max-height:500px;
}

#submenu{
	background-color:#DCDCDC;
	height:90%;
}

form{
	margin:0 auto;
}

.navbar-default .navbar-nav, .navbar-default .navbar-collapse,.navbar-default  .navbar-header
{
	background-color:#EFEFEF;
}

.nav-button{
	text-align:right;
}



/* table */
.scroll-window{
	height: 600px;
	width:800px;
	overflow-x: hidden;
	overflow-y: auto;
}
.scroll-window table{
  margin-bottom:0;
}
	/*fixed header background*/
.scroll-window:before{
	content:"";
	position: absolute;
	width:100%;
	height:2.5rem;
	display: table;
	z-index: 10;
}


/*the actual fixed header*/
table.fixed-header th div{
  position: absolute;
  margin-top: -.5rem;
  z-index: 11;
  color:#333;
}
table.fixed-header  thead tr{
  height:2.5rem;
}

.user-list{
	width:100%;
}

/*************************************************************************
bootstrap blueline custom color
*/

/*
* navbar
*/
.navbar-blueline {
    border-color: #E7E7E7;
	
}
.espace-vente-main-menu
{
	vertical-align:middle!important;
	margin-left:3px;
	min-width:100px;
	border:1px solid #44444;
	
	
}

.espace-vente-main-menu>a{
	color:#cc0033!important;
	font-weight:bolder;
	width:130px;
	text-align:center;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius:3px;

}

.espace-vente-main-menu>a:hover
{
	color:#FFFFFF!important;
	background-image:-moz-linear-gradient(top, #c44d61 12px, #ce0b33 ,#ce0b33);
	background-image:-o-linear-gradient(top, #c44d61 12px, #ce0b33,#ce0b33);
	background-image:-webkit-linear-gradient(top, #c44d61 12px, #ce0b33 , #ce0b33 );
	background-image:linear-gradient(top, #c44d61 12px, #ce0b33 , #ce0b33 );
	
}
.navbar-right a{
	
}
.navbar-right a:hover{
	background-color:#FFF!important;
}

.espace-vente-active-menu>a
{
	color:#FFFFFF!important;
	background-image:-moz-linear-gradient(top, #c44d61 12px, #ce0b33 ,#ce0b33);
	background-image:-o-linear-gradient(top, #c44d61 12px, #ce0b33,#ce0b33);
	background-image:-webkit-linear-gradient(top, #c44d61 12px, #ce0b33 , #ce0b33 );
	background-image:linear-gradient(top, #c44d61 12px, #ce0b33 , #ce0b33 );
	
}

@media all and (max-width:800px){
	.espace-vente-main-menu	{
		min-width:20px;
	}
	.espace-vente-main-menu a{
		width:50px;
		padding-top:2px;
		padding-bottom:2px;
		line-height:15px;
		
	}
}

/*
* panel
*/
.panel-blueline {
    border-color: #CE0B33;
}
.panel-blueline > .panel-heading {
    color: #FFF;
    background-color: #CE0B33;
    border-color: #CE0B33;
}
/*
* ,button
*/
.btn-blueline{
	color: #FFF;
    border-color: #AE092B;
	background-image:-moz-linear-gradient(top, #FF809F, #ce0b33 ,#ce0b33);
	background-image:-o-linear-gradient(top, #FF809F , #ce0b33,#ce0b33);
	background-image:-webkit-linear-gradient(top, #FF809F, #ce0b33 , #ce0b33 );
	background-image:linear-gradient(top, #FF809F, #ce0b33 , #ce0b33 );
    /*background-color: green;*/
}

.btn-blueline-blue{
	color: #FFF;
    border-color: #0000B3;
	background-image:-moz-linear-gradient(top, #0059B3, #003366 ,#003366);
	background-image:-o-linear-gradient(top, #0059B3 , #003366,#003366);
	background-image:-webkit-linear-gradient(top, #003366, #003366 , #003366 );
	background-image:linear-gradient(top, #0059B3, #003366 , #003366 );
    /*background-color: green;*/
}
/*
* modal
*/
.modal-big{
	width:98%;
	height:98%;
}

.modal-big .modal-content
{
	height:90%;
	//overflow:scroll;
	
}

.modal-big .modal-body
{
	height: 80%;
	overflow-y:scroll;
}

/*
* h2-blueline
*/
.h2-blueline{
	color:#CE0B33!important;
}

/* bootstrap tooltip personalisé */

.tooltip-inner
{
	background-color:rgba(5,5,5,0.9);
	color:#FFFFFF;
	border:1px dotted #333333;
	font-size:11pt;
	width:170px;
}

/*chargement ajax*/

.icon-chargement
{
	color:#CDCDCD!important;
	
} 
.label-blueline
{
	background-color:#cc0033;
}
.menu_pdv_name
{
	font-size:8pt!important;
}

.popover{
	font-size:10pt;

}
.popover .popover-title{
	font-size:9pt!important;
}

.icon-titre{
	font-size:80pt;
	color:#DDDDDD;
}
.icon-titre-alert{
	font-size:80pt;
	color:#EEC4C4;
}


.sous-titre{
	font-family: Century Gothic,arial,sans-serif;
	font-size:12pt;
	color:#555555;

}

.icon-titre{
	font-size:80pt;
	color:#DDDDDD;
}
