html {
	height: 100%
}

body {
	/*font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;*/
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 5px;
	
	font: 9px 'Montserrat';
    font-weight: normal;
    font-size: 9px;
    line-height: normal;
    font-family: "Montserrat";
}

#header {
	min-height: 75px;
	height: 8%;
}

#headerImage {
	height: 100%;
	text-align: center;
}

#header img {
	max-width: 100%;
	max-height: 100%;
}


/*
#headerContent {
	background : linear-gradient(to right, #eeeeee, #dddddd);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr=#eeeeee, endColorstr=#dddddd);
	height: 100%;
}
*/

#headerContent {
	height: 100%;
}

#content {
	height: 92%
}

#leftMenu {
	position: relative;
	height: 100%;
	padding-bottom: 50px;
	/*background : linear-gradient(to bottom, #eeeeee, #dddddd);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#eeeeee, endColorstr=#dddddd);*/
	background :#f5f5f5;
}

@media(max-width: 768px) {
	#leftMenu {
		height: auto;
	}
}

#leftMenu > ul {
	padding-left: 0;
	padding-right: 0;
}

#leftMenu > ul > li > ul {
/*	padding-right: 0; */
}
	
#leftMenu .menuSection {
	background : linear-gradient(to right, #727272, #4b4b4b);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr=#727272, endColorstr=#4b4b4b);
	color: white;
	/*margin-left: -5px;
	margin-right: -20px;
	padding-left: 10px;*/
}

#mainContent {
	height: 100%;
	position: relative;
}


#alerteBox {
	/*position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;*/
	text-align: center;
	/*border: 1px solid #6464c8;*/
	border: 1px solid #b94a48;
	/*background-color: #c8c8ff;*/
	background-color: #f2dede;
	border-radius: 5px;
	padding: 10px 0;
	margin: 15px;
	color:#b94a48;
}

#alerteBox .ng-binding{
	color:#b94a48;
}

#waitingBox {
	height: 40px;
	width: 40px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	background-image: url("../img/loading.gif");
}

.box {
	padding: 5px;
}

.graybox {
	/* padding: 5px; */
	padding-top: 5px;
	background-color: #eeeeee;
	border-radius: 5px;
}

.shadowboxproduit {
	background: none repeat scroll 0 0 #FAFAFA;
	border-radius: 4px;
	box-shadow: 1px 1px 5px rgba(1, 1, 1, 0.5);
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=135, Strength=4);
	zoom: 1;
	padding: 0 5px 1px 5px;
	margin-bottom: 10px;
}


.shadowbox {
	/*background-color: #0093a3;*/
	background-color:#0090a6;
	color: white;
	padding: 0 5px 1px 5px;
	margin-bottom: 10px;
}

.shadowbox legend {
	color: white;
	border-bottom: none;
}

.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {
	background-color: #d2eef1;
}

.table th {
	background-color: #acdde2;
	/*background-color: #0090a6;*/
	/*color : #008282;*/
	color:#0090a6;
}

a {
	color: black;
}

.nav-list>li>a, .nav-list .nav-header {
	color: black;
}

.row-fluid.shadowbox {
	width: auto;
}

.tabbable.shadowbox ul.nav-tabs {
	margin-left: -5px;
}

.loginDialog .ui-dialog-titlebar-close {
	display: none;
}

.loginDialog .ui-dialog-titlebar {
	display: none;
}

.ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;
}

#loginPopup {
	padding: 0px;
}

.fullHeight {
	height: 100%;
}

.halfHeight {
	height: 50%;
}

.cursorPointer {
	cursor: pointer;
}

.centerSpan{
	margin:0 auto;
	float:none;
}

#googleMapsPopup img {
	max-width: none;
}

.textSection {
	border-bottom: 1px solid #e5e5e5;
}

#imgProduit img {
	max-height: 230px;
}

#imgProduit a.thumbnail {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
}

#imgProduit a.thumbnail.small img {
	height: 80px;
	width: 80px;
}

.input-custom-select {
	width: 133px;	
}

.displayColumn {
	display: none;
}

.displayTableColumn .displayColumn {
	display: table-cell;
}

.codePdvProd {
	font-weight: bold;
}

.libPdvProd {
	font-size: 10px;
}

.orange {
	color: orange;
}

.red {
	color: red;
}

.controls textarea {
	height: 400px;
}

.controls.mintext textarea {
	height: 50px;
}

a.popuphover {
	position: relative;
}

a.popuphover span {
	display: none;
}

a.popuphover:hover span {
	display: block;
	position: absolute;
	white-space: nowrap;
	background-color: white;
	border: 1px solid black;
	left: 100%;
	top: 100%;
	margin-left: 8px;
	padding: 1px;
}

tr.Warning td {
	background-color: #FFFFAC !important;
}

tr.Warning {
	border: 1px yellow solid;
}

td.Erreur {
	background-color: #FEE!important;
}

tr.Erreur td {
	background-color: #FEE!important;
}

.expand-text {
	padding-top: 15px;
	text-decoration: underline;
	cursor:pointer;
}

.hidden {
	visibility: hidden;
}

.padding20 {
	padding: 20px;
}
