@charset "utf-8";

* {
	margin:0;
	padding:0;
}

/* > begin: HTML Tags */
a, a:visited, a:active { 
	text-decoration:none;
	color: inherit;
}
a:hover { 
	text-decoration:none;
	color: inherit;
}

html, body { 	
	margin:0px auto;
	height:100%;
	border:none;
	padding:0px;
	font-family: Verdana; 
	font-size:11px;
	color:#000000;
}

img { 
	border:none;
}

* fieldset {
	border:1px solid #EAEAEA;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*padding:5px;
	display:block;*/
}

table{
	border-collapse:collapse;
}
td{
	vertical-align: top;
}

table#tablist, table.lgf-tablist{
	border: 1px solid #D0D0D0;
}
table#tablist tr:nth-child(odd), table.lgf-tablist tr:nth-child(odd){
	background-color: #EFEFEF;
}
table#tablist th, table.lgf-tablist th{
	background-color: #0059B2;
	border: 1px solid #D0D0D0;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	min-height: 30px;
	color: #FFFFFF;
}
table#tablist td, table.lgf-tablist td{
	border-left:1px solid #D0D0D0;
	border-right:1px solid #D0D0D0;
	padding: 3px;
	vertical-align: middle;
}

table#tabgeneric,table.tabgeneric{
	border-collapse:collapse;
}
table#tabgeneric td,table.tabgeneric td{
	vertical-align: middle;
	padding: 3px;
}

table.tabgeneric tr{
	border-bottom: 1px solid #CCCCCC;
}
table.tabgeneric tr:last-child{
	border-bottom: none;
}

* legend {
	font-family: Arial; 
	font-size:10pt;
	font-weight:bold;
	color: #000000;
	margin-left: 30px;
}

form{
	width:100%;
	height:100%;
}
/*form[name='logifret_commsms_form_type']{
	width:100%;
	height:50px;
}*/
/* < end: HTML Tags */

/** >begin: STICKY FOOTER */
/** from : 	http://www.sitepoint.com/forums/showthread.php?171943-CSS-FAQ-Tips-etc-Please-read-before-posting!&s=6a4ab10e75c040e1afc4608d1ff79733&p=1239966#post1239966 */
#wrapper {
    width:100%;
    margin:0px auto;
    min-height:100%;
    /*margin-top:-22px;*/	/*à recalculer/reajuster avec jQuery pour avoir la valeur exacte du footer */
    text-align:left;
    clear:both;
    background-color:#F0F0F0;
}
* html #wrapper {
    height:100%
}

#header {
    border-top:21px solid #fff; /* soak up negative margin and allows header to start at top of page*/
    /*background: url('../img/hdr_background.png') repeat-x top left #FFFFFF;*/
    height: 80px;
    margin-bottom:10px;
    background-color:#FFFFFF;
}
#header_title{
	margin:0px 0px;
	/*height: 60px;*/
	font-weight:bold;
	font-size:18pt;
	color:#000000;
	padding: 5px;
}
#header_sub_title{
	border-bottom:1px solid #000;
	padding:3px;
	background-color:#DDDDDD;
}
#header_sub_title_content{
	width: 99%;
	margin:0px auto;
}

#content{
	/*width: 100%;*/
	/*margin:0px 0px;*/
	height: 100%;
	padding: 15px;
}

#footer {
	/* footer now sits at bottom of window*/
    width:100%;
    margin:auto;
   /* height:21px;*//* must match negative margin of #outer */
    clear:both;
    border-top:1px solid #000000;
    background-color:#DDDDDD;
}
#footer_content{
	/*width: 100%;*/
	margin:0px auto;
	padding:3px;
}

/*Opera Fix*/
body:before {
	/* thanks to Maleika (Kohoutec)*/
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
#wrapper:after {
	/* thank you Erik J - instead of using display table for ie8*/
    clear:both;
    display:block;
    height:1%;
    content:" ";
}
/** < end: STICKY FOOTER */

/* > begin : LOGIFRET */
.lgf-header {
	height: 96px;
	background-color:#FFFFFF;
}
.lgf-header-title{
	margin: 0px;
	/*font-weight: bold;*/
	font-size: 18pt;
	color: black;
	height:62px;
}
.lgf-header-title-content{
	padding: 5px;
}
.lgf-header-subtitle{
	border-bottom:1px solid black;
	background-color:#FF2626;
	height:33px;
}
.lgf-header-subtitle-content{
	padding:3px;
	margin:0px auto;
}
.lgf-footer {
    width: 100%;
    margin: 0px;
    clear: both;
    border-top: 1px solid black;
    background-color: #DDDDDD;
}
.lgf-footer-content{
	margin: 0px auto;
	padding: 3px;
}
.lgf-main-content{
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color:#EEEEEE;
	display: table;
}
.lgf-main-content-inner{
	width: 100%;
	height: 100%;
	padding: 15px;
	display: table-cell;
}

.lgf-conn-box{
	border:3px solid #999999;
	padding:30px;
	display:block;
	background-color: #CACACA;
}
.lgf-conn-box td{
	padding: 3px;
}

.lgf-fullheight { height:100%; }

.lgf-fullwidth { width:100%; }

.lgf-spacer{ 
	clear:both; 
	padding-top:4px;
	padding-bottom:4px;
}
.lgf-spacer2 {
	clear:both; 
	padding:5px;
}
.lgf-spacer-lite {
	clear:both; 
}

.lgf-separator-line {
	margin-top:4px;
	margin-bottom:4px;
	border-bottom:1px solid #999999;
	clear:both;
}

.lgf-centered {
	text-align: center;
}
.lgf-righted {
	text-align: right;
}
.lgf-lefted {
	text-align: left;
}

.lgf-no-opacity {
	opacity:1.0;
	_filter:alpha(opacity=100);	
}

/* champs du formulaire */
.lgf-ui-text {
	display: inline-block;
	position: relative;
	padding: 5px 3px;
	line-height: normal;
	margin-right: .1em;
	cursor: normal;
	vertical-align: middle;
	text-align: left;
	overflow: visible; /* removes extra width in IE */
	border: 1px solid #9B9B9B;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.lgf-ui-text,
.lgf-ui-text:link,
.lgf-ui-text:visited,
.lgf-ui-text:hover,
.lgf-ui-text:active {
	text-decoration: none;
}
.lgf-ui-text .lgf-ui-text-text {
	display: block;
	line-height: normal;
}
.lgf-ui-text-text-only .lgf-ui-text-text {
	padding: 10px 10px;
}
input.lgf-ui-text::-moz-focus-inner,
button.lgf-ui-text::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* Menu des modules */
.lgf-menu {
	/*float: left;*/
	width: 200px;
	margin-top: 25px;
	/*overflow: hidden;*/
}

.lgf-menu-item, .lgf-menu-item-active {
	border: 1px solid #9B9B9B;
	background-color: #BDBDBD;
	margin-top: -1px;
	height: 40px;
	width: 190px;
	margin-left: 9px;
	color: #FFFFFF;
	z-index: 0;
}
.lgf-menu-item:hover{
	background-color: #999999;
}
.lgf-menu-item-active{
	border-right: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	margin-left: -1px;
	width: 200px;
	z-index: 4;
	color: #000000;
	font-weight: bold;
}

.lgf-menu-item > .lgf-menu-item-content, 
.lgf-menu-item-active > .lgf-menu-item-content {
	padding: 7px;
	font-family: Arial; 
	font-size: 15px;
	text-transform: uppercase;
}

/* Contenu des modules */
.lgf-module-content{
	background-color: #FFFFFF;
	/*margin-left: 201px;*/
	z-index: 3;
	padding: 10px;
	/*border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;*/
	border: 1px solid #9B9B9B;
	height: 100%;
	/*width: 100%;*/
}

/* Boutons d'action BDD */
.lgf-btn-act {
	display:inline-block;
	border:2px solid #999999;
	padding:5px;
	text-align:center;
	margin-left:5px;
}
.lgf-btn-act:hover{
	background-color: #FFFFFF;
}
.lgf-btn-act-idx {
	height:40px;
}

/* Formulaire */
.lgf-vform-col-left {
	float:left;
	width:20%;
	clear:both;

	min-height:28px;
	margin-bottom:1px;
	padding: 3px;
	font-weight: bold;
	text-align: right;
}

.lgf-vform-col-right {
	float:right;
	width:77%;

	min-height:25px;
	margin-bottom:1px;
	padding:3px;
}

.lgf-pagenumber, .lgf-pagenumber-current {
	border:1px solid #CCCCCC;
	padding:5px;
	display:inline;
	margin-right:-5px;
	font-size: 7pt;
}
.lgf-pagenumber:hover {
	background-color:#CCCCCC;
}
.lgf-pagenumber-current {
	background-color:#CCCCCC;
	font-weight:bold;
}
.lgf-pageprev{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;

	-moz-border-top-left-radius: 5px; 
	-moz-border-bottom-left-radius: 5px; 

	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
.lgf-pagenext{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
	-moz-border-top-right-radius: 5px; 
	-moz-border-bottom-right-radius: 5px; 

	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/* Numérotation des commandes dans la tournée */
.lgf-comm-order {
	background-color:#DDDDDD;
	border:1px solid #CCCCCC;
	border-radius:3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	
	top: 1px;
	right: 1px;
	float:right;
	padding:5px;
	position: relative;
	/*z-index: 0;*/
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.lgf-tour-date a.ui-state-default {
	color: #FF0000;
	font-weight: bold;
}

/* impression des tournée */
.lgf-tour-prt-title{
	color: #000000;
	font-size: 16pt;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.lgf-tour-prt-date{
	font-size: 14pt;
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
}

* table#lgt-tour-prt-table{
	font-family: Arial;
	font-size: 11pt;
}
table#lgt-tour-prt-table th{
	font-weight: bold;
	padding: 4px;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	text-align: center;
	text-transform: uppercase;
	background-color: #CCCCCC;
	border-left:thin solid #000000;
	border-right:thin solid #000000;
}
table#lgt-tour-prt-table td,table#lgt-tour-prt-table-old td{
	padding: 4px;
	border: thin solid #000000;
	text-align: center;
}

/* impression des tournees : Ancienne présentation */
* table#lgt-tour-prt-table-old{
	font-family: Arial;
	font-size: 10pt;
}
table#lgt-tour-prt-table-old th{
	font-weight: bold;
	padding: 4px;
	text-align: center;
	text-transform: uppercase;
	background-color: #CCCCCC;
	border:thin solid #000000;
}
table#lgt-tour-prt-table-old td{
	text-align: center;
}

/*Les HR */
hr.hr2 {
	color: #EAEAEA;
	background-color: #EAEAEA;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 3px;
}

/* Les bordereaux */
#lgf-bord-list{
	list-style: none;
}
#lgf-bord-list li{
	padding: 5px;
	cursor: pointer;
	border-bottom: 1px solid #CCCCCC;
}
#lgf-bord-list li:last-child{
	border: none;
}
.lgf-bord-number{
	color: #FF0000;
	font-size: 15pt;
	font-weight: bold;
}

#lgf-bord-list .ui-selecting {
	background: #CCCCCC;
}
#lgf-bord-list .ui-selected {
	background: #CCCCCC;
}

.lgf-bord-total{
	color: #000000;
	font-size: 13pt;
	font-weight: bold;
}
.lgf-bord-total-paie{
	color: #009900;
	font-size: 13pt;
	font-weight: bold;
}
.lgf-bord-reste-du{
	color: #FF0000;
	font-size: 13pt;
	font-weight: bold;
}
/* imprimer bordereau */
.lgf-bord-prt-infodest{
	font-family: Times,Arial;
	font-size: 36pt;
	font-weight: bold;
}
.lgf-bord-prt-infocoli{
	font-family: Times,Arial;
	font-size: 72pt;
	font-weight: bold;
}

.lfg-bord-bonus-box {
	/*border:1px solid #006602;*/
	border-radius:15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #00B102;
	padding:2px 10px;
	display:inline-block;

	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: white;
}

/* saut de page */
*.lgt-page-break{
	page-break-after: always;
}

/* Les expeditions */
#lgf-exp-list{
	list-style: none;
}
#lgf-exp-list li{
	padding: 5px;
	cursor: pointer;
	border-bottom: 1px solid #CCCCCC;
}
#lgf-exp-list li:last-child{
	border: none;
}
.lgf-exp-number{
	color: #000000;
	font-size: 15pt;
	font-weight: bold;
}

#lgf-exp-list .ui-selecting {
	background: #CCCCCC;
}
#lgf-exp-list .ui-selected {
	background: #CCCCCC;
}

table#lgt-exp-prt-table td{
	padding: 4px;
	border: thin solid #000000;
	text-align: center;
}
* table#lgt-exp-prt-table{
	font-family: Arial;
	font-size: 12pt;
}
table#lgt-exp-prt-table th{
	font-weight: bold;
	padding: 4px;
	text-align: center;
	text-transform: uppercase;
	background-color: #CCCCCC;
	border:thin solid #000000;
}
table#lgt-exp-prt-table td{
	text-align: center;
}

.lgf-ext-prt-subtitle{
	font-size: 14pt;
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	text-transform: none;	
}

/*load progress*/
#lgf-load-progress-back{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: black;
	width: 100%;
	height: 100%;
	opacity: 0.8;
}
#lgf-load-progress-bar{
	width: 300px;
	height: 20px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left:-150px;
	margin-top: -10px;
}
.lgf-load-progress-label {
	position: absolute;
	left: 50%;
	top: 4px;
	color: #FF0000;
	margin-left: -55px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}

/* Menu des options */
.lgf-opt-menu {
	height: 50px;
	/*margin-top: 5px;*/
	/*margin-bottom: 10px;*/
}

.lgf-opt-menu-item, .lgf-opt-menu-item-active{
	text-transform: uppercase;
}

.lgf-opt-menu-item {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.lgf-opt-menu-item:hover {
	background-color:#e9e9e9;
}
.lgf-opt-menu-item:active {
	position:relative;
	top:1px;
}

.lgf-opt-menu-item-active{
	-moz-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	background-color:#fc8d83;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.lgf-opt-menu-item-active:hover {
	background-color:#e4685d;
}
.lgf-opt-menu-item-active:active {
	position:relative;
	top:1px;
}

.comm_status {
	cursor: pointer;
}

.status-ANNULEE, .status-CANCEL{
	color: red;
}
.status-CREEE{
	color: blue;
}
.status-PLANIFIEE{
	color: blue;
}
.status-TERMINEE{
	color: green;
}
.status-A_REPLANIFIER{
	color: orange;
}
.status-NON_REALISEE{
	color: orange;
}
.c_black{
	color: black;
}
