@media print { 
/*	body { display: none; }
	.print { display: block; }
*/
} 

/************************/ 
/**		GLOBAL			*/
/************************/

/*global*/

h1,h2,h3,p {
	margin:0;
	padding:0;
}

html {
	top: 0;
	left: 0;
	font:75% Arial, Helvetica, sans-serif;
	background: #f5f7f8;
}

body.desktop {
	margin: 0;
	padding: 0;
	/*
	font: 400 10px Arial,Helvetica,sans-serif;
	*/
	font-size: 12px;
}
body.desktop {
	padding: 35px 0 0;
	min-height: 100%;
}
body::before {
	content: " ";
	font-family: "Kendo UI";
	font-size: 0;
	height: 0;
	position: absolute;
	width: 0;
	z-index: -1;
}

form.formulaire table tbody td {
	padding: 5px;
}

.desktop .navbar-header,
.desktop .navbar {
	min-height: 25px;
}
.desktop .navbar-header {
	height: 35px;
}
.header > span, .header div.name {
	line-height: 35px;
}

/************************/ 
/**		PAGE CONTENT	*/
/************************/
.content-panel {
	overflow: auto;
	top: 80px;
	bottom: 28px;
	left: 0;
	position: fixed !important;
	padding: 0;
	width: 290px;
}
.content-panel.collapsed {
	display: none;
}
.content-panel .searchBox .k-autocomplete {
	margin: 10px 0;
}
.content-panel .k-panel > .k-item > .k-link,
.content-panel .k-panelbar > .k-item > .k-link {
	font-size: 14px;
}

.content-panel .k-panel > .k-item > .k-link > .k-panelbar-item-text, 
.content-panel .k-panelbar > .k-item > .k-link > .k-panelbar-item-text {
	width: 100%;
}

.content-panel > .k-panelbar {
	border: 0;
}
.content-container {
	overflow: auto;
	top: 80px;
	right: 0;
	bottom: 28px;
	left: 0;
	position: fixed !important;
	padding: 0;
	min-width: 200px;
	font-size: 12px;
	background-color: white;
}
.content-panel.expanded + .content-container {
	left: 295px;	
}
.content {
    top: 0;
    bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
}
.Dashboard .content {
	padding: 0;
}
.breadcrumb > .active > * {
	font-weight: bold;
}
.breadcrumb > .active:first-child {
    font-size: inherit;
	line-height: inherit;
	vertical-align: inherit;
}

.ui-state-warning .glyphicons,
.ui-state-error .glyphicons,
.ui-state-info .glyphicons,
.ui-state-confirmation .glyphicons {
	font-size: 1.3em;
	margin-right: 5px;
}

/************************/ 
/**		PAGE ERROR	*/
/************************/
.pageError {
	text-align: center;
}

.pageError p {
	background-color: #7C0202;
	color: #FFFFFF;
	padding: 15px 0;
	margin-bottom: 20px;
	font-size: 2em;
}
