@CHARSET "UTF-8";

html
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body
{
	height: 100%;
	width: 100%;
	min-width: 1024px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Trebuchet MS, Calibri, Verdana, Sans Serif;
}

a, a:hover, a:visited {
	color: #08b;
}

input[type=text],input[type=password],textarea
{
	font-family: Trebuchet MS, Calibri, Verdana, Sans Serif;
	font-size: 12px;
	padding: 2px;
}

input[type=submit],input[type=reset],input[type=button]
{
	background-color: #9e9a9a;
	color: #6f6f6f;
	font-weight: bold;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: solid 1px #a3a3a3;
	padding: 4px 20px;
	background-image: url('images/btn-gradient-gray.png');
	background-repeat: repeat-x;
	font-family: Trebuchet MS, Calibri, Verdana, Sans Serif;
	font-size: 12px;	
}

input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover
{
	background-color: #26649B;
	color: #ffffff;
	border: solid 1px #a3a3a3;
	background-image: url('images/btn-gradient-blue.png');
}

input[type=submit][disabled],input[type=reset][disabled],input[type=button][disabled],
input[type=submit][disabled]:hover,input[type=reset][disabled]:hover,input[type=button][disabled]:hover
{
	background-color: #9e9a9a;
	color: #ccc;
	border: solid 1px #a3a3a3;
	background-image: none;
	/* background-image: url('images/btn-gradient-gray.png');
	background-repeat: repeat-x; */
}

h3
{
	border-bottom: solid 1px #ccc;
	padding-bottom: 4px;
	color: #666;
}

.table
{
	display: table;
	width: 100%;
}

.table-row
{
	display: table-row;
	width: 100%;
}

.table-cell
{
	min-height: 25px;
	display: table-cell;
	padding: 4px;
	vertical-align: top;
}

#header
{
	
}

#header-container
{
	padding-bottom: 10px;
	border-bottom: solid 1px #dedede;
	margin-bottom: 10px;
	-moz-box-shadow: inset  0 -8px 10px -8px #cecece;
    -webkit-box-shadow: inset  0 -8px 10px -8px #cecece;
    box-shadow: inset  0 -8px 10px -8px #cecece;
    clear: both;
}

#content
{
	clear: both;
	padding: 0 10px;
}

#footer
{
	margin-top: 10px;
	padding-bottom: 20px;
	font-size: 11px;
	text-align: center;
	clear: both;
}

#progress-bar
{
	position: absolute;
	right: 4px;
	bottom: 4px;
	background-color: #4B088A;
	padding: 4px 20px;
	margin: 4px;
	color: #ffffff;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: none;
	z-index: 9999;
}

.left-floater
{
	float: left;
}

.right-floater
{
	float: right;
}

.toolbar
{
	background-color: #dedede;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 4px;
	margin-bottom: 10px;
	min-height: 44px;
}

.progress-panel {
	font-style:italic; 
	font-size:14px; 
	font-weight:bold; 
	color:#888;	
	width: 250px;
	margin: 0 auto;
	display: none;
}

.progress-panel img {
	margin:5px; 
	vertical-align:middle;
}

.print-page-break {
	page-break-after: always;
}

.warningIcon
{
	width: 68px;
	height: 68px;
	float: left;
	background: url(images/warning.png) no-repeat;
}

.errorIcon
{
	width: 68px;
	height: 68px;
	float: left;
	background: url(images/error.png) no-repeat;
}

.confirmIcon
{
	width: 68px;
	height: 68px;
	float: left;
	background: url(images/confirm.png) no-repeat;
}

.center-align 
{
	text-align: center;
}

.dataTables_paginate
{
	margin: 10px;
}

.DTTT_button
{
	margin: 2px 4px;
	cursor: pointer;
	text-decoration: underline;
}

.DTTT_container
{
	padding: 6px 0;	
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate
{
	font-size: 12px;
}

.fiche-order-cancelled
{
	color: #FE2E2E;
	text-decoration: #FE2E2E;
}

.maintenance-window-bar 
{
	padding: 4px;
	font-weight: bold;
}

.maintenance-window-bar.today 
{
	background-color: #FE2E2E;
	color: #FFFFFF;
}

.maintenance-window-bar.soon 
{
	background-color: #FFBF00;
	color: #FFFFFF;
}

.toolbar .table-cell {
	vertical-align: middle;
	font-size: 12px;
}

.sub-grouping {
	background-color: #EFEFEF;
	border-bottom: solid 2px #CCCCCC;
	font-style: italic;
}

.fast-entry{
	display: table;
}

.fast-entry div{
	display: table-cell;
	padding: 10px;
}

.fast-entry-button-div{
	display: block;
	clear: both;
	text-align: right;
	margin-top: 20px;
	padding-bottom: 10px;
}
.fast-entry-guide{
	font-style: italic;
}

#fast-entry-panel{
	border:solid 1px #ccc;
	min-height: 70px;
}

