/*ÉLÉMENTS STANDARDS DE WEBAPP-----------------------------------------------------------------------*/
/*Body*/
html {
    height: 100%;
}

body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
    font-size: 12px;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

br {
	height : 13px;	
}

.fillWidth
{
	width: 100%;	
}

input:focus {border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);}

/*STYLE DE BASE DES CONTROLES DE JQUERY UI POUR ÉVITER UN FLASH AU LOAD*/
.CanTxt, td.ui-search-input input[type=text] {
    border-radius: 6px;
    border: 1px solid #2E6E9E;
}

.CanBtn {
    padding: 0.4em 1em;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: url("images/ui-bg_glass_85_dfeffc_1x400.png") repeat-x scroll 50% 50% #DFEFFC;
    border: 1px solid #C5DBEC;
    color: #2E6E9E;
    font-weight: bold;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.CanSel, div.ui-datepicker-title select {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: url("images/ui-bg_glass_85_dfeffc_1x400.png") repeat-x scroll 50% 50% #DFEFFC;
    border: 1px solid #2E6E9E;
    color: #2E6E9E;
    font-weight: bold;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
    list-style: none outside none;
    margin: 0;
    outline: medium none;
    padding: 2px;
}

.CanTable {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    /*border-collapse: collapse;*/
    border-spacing: 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #4297D7;
    empty-cells: show;
    height: auto;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    color: #222222;
    font-size: 12px;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.CanTable th {
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #A6C9E2;
    padding: 5px;
    text-align: center;
    background: url("images/ui-bg_glass_85_dfeffc_1x400.png") repeat-x scroll 50% 50% #dfeffc;
    color: #2e6e9e;
    font-weight: bold;
}

.CanTable tr th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.CanTable tr td {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-style: solid;
    border-color: #A6C9E2;
    border-width: 0 1px 1px 0;
}

.CanTable td {
    line-height: 15px;
    padding: 5px;
    text-align: left;
}

/*---------------------------------------------------------------------*/

/*Alerte personnalisé*/
#Overlay {
    display: none;
    align-items: center;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 100;
}

.PopUp {
    display: flex;
    flex-flow: column;
    margin: auto;
    padding: 10px;
    max-width: 600px;
    min-height: 150px;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    border: 1px solid #a6c9e2;
    border-radius: 5px;
    background-size: 100%;
    background: #5c9ccc url(../../Commun/JqSuite/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) repeat-x;
    color: #ffffff;
}

#ZoneMessage {
    display: none;
}

.Message {
    flex: 1 auto;
    display: none;
}

#DivBoutonOkMessage {
    flex: 0 auto;
}

#BoutonOkMessage {
    float: right;
}

.AlerteSucces {
    display: none;
    margin-top: 5px;
    margin-left: 10px;
    float: left;
    padding: 1em;
    color: green;
    border: 2px solid green;
    border-radius: 6px;
    background-color: lightgreen;
    font-weight: bold;
    font-size: 14px;
}

.AlerteErreur {
    display: none;
    margin-top: 5px;
    margin-left: 10px;
    float: left;
    padding: 1em;
    color: red;
    border: 2px solid red;
    border-radius: 6px;
    background-color: lightsalmon;
    font-weight: bold;
    font-size: 14px;
}


/*--------------------------------------------------------------------------------------------------------------------------------*/

/*Login WebApp*/
#WebAppLogin {
    height: 100%;
    display: flex;
    flex-flow: column;
}

#WebAppLoginHeader {
    flex: 1 auto;
    height: 24px;
    padding: 3px;
    margin: 0;
    color: white;
    background-size: auto 100%;
}

#WebAppLoginHeader[data-ModeTest="1"] {
    background-image: url(../../Commun/img/MenuRouge.PNG);
}

#WebAppLoginHeader[data-ModeTest=""] {
    background-image: url(../../Commun/img/MenuBleu.PNG);
}

#WebAppLoginHeader > div {
    float: right;
    font-weight: bold;
}

#WebAppLoginBody {
    flex: 1 auto;
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: center;
    background-image: url(../../Commun/img/back.PNG);
    background-size: auto 100%;
}

#WebAppLoginBody > div {
    margin: auto;
}


#Logo {
    display: inline-block;
    margin-right: 30px;
}

#Logo > img {
    float: right;
}

#Login {
    display: inline-block;
    width: 288px;
    margin-left: -4px;
}

#Login > div {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}

.LoginInput {
    margin-bottom: 30px; 
}

.LoginInput > label {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
    color: white;
    padding-right: 10px;
}

.LoginInput > input {
    width: 50%;
    margin-left: -4px;
    display: inline-block;
    vertical-align: top;
}

#LoginButton > input {
    float: right;
}

#WebAppLoginFooter {
    flex: 1 auto;
    width:100%;
    height:40px;
    background-image: url(../../Commun/img/FooterBleu.PNG)
}

#WebAppLoginFooter > div {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 40px;
    font-size: 9px;
}

#WebAppLoginFooter a {
    text-decoration: none;
    color: black;
}

#WebAppLoginFooter a:hover {
    text-decoration: none;
    color: #2B67A1;
}

/*---------------------------------------------------------------------*/

/*Table*/
table.TitleTable {
    border-left: solid 1px #2A659F;
    border-top: solid 1px #2A659F;
    border-bottom: solid 1px #2A659F;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
    font-size: 11px;
    border-collapse: collapse;     
    margin-left: 1em;
}

table.TitleTable th {
    text-align: center;
    border-right: solid 1px #2A659F;
    border-bottom: solid 1px #2A659F;
    background: #467EB7;
    padding: 2px;
    color: white;
    padding-left: 1em;
    padding-right: 1em;    
}

table.TitleTable th a {
    color: white;
    text-decoration: none;
}

table.TitleTable th a:hover {
    color: #EEEEEE;
}
    
table.TitleTable td {
    border-right: solid 1px #2A659F;
    padding: 2px;
}

table.TitleTable tr.odd {
    background: #DFE0E5;
}

table.Canimex {
    border-left: solid 1px #2A659F;
    border-top: solid 1px #2A659F;
    border-bottom: solid 1px #2A659F;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
    font-size: 11px;
    border-collapse: collapse;     
    margin-left: 1em;
}

table.Canimex th {
    text-align: center;
    border-right: solid 1px #2A659F;
    border-bottom: solid 1px #2A659F;
    background: #467EB7;
    padding: 2px;
    color: white;
    padding-left: 1em;
    padding-right: 1em;
}

table.Canimex th a {
    color: white;
    text-decoration: none;
}

table.Canimex th a:hover {
    color: #EEEEEE;
}
    
table.Canimex td {
    border-right: solid 1px #2A659F;
    padding: 2px;
}

table.Canimex tr.odd {
    background: #DFE0E5;
}

table.Canimex td.AlignCenter {
	text-align: center;
}

/*paragraphes*/
p.paging {
    text-align: center;
    font-weight: bold;
}

p.paging a {
    color: #990033;
}

/*input*/
/*(Sert pour le input prenne l'espace complet dans la cellule d'un tableau)*/
INPUT.FitCell {
	width:97%;
}

/*header*/
header {
	position: fixed;	
}

/*Lien de la langue*/
.MenuHeaderLangue{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	vertical-align: middle;
	font-weight: bold;
	text-align: right;
}
.MenuHeaderLangue a:link, .MenuHeaderLangue a:visited, .MenuHeaderLangue a:active{
	text-decoration: none;
	color: White;
}
.MenuHeaderLangue a:hover{
	color: #BFDDFF;
}

/*-------------------------------------------------------------------------------------------------------------*/

/*WIDGETS SUPPLÉMENTAIRES--------------------------------------------------------------------------------------*/

/*COMBOBOX*/
.ui-combobox-input {
margin: 0;
padding: 0.3em;
}

/*GLOWING POUR LES INPUTS*/
input:focus, textarea:focus {
border-color: #83b4db;
box-shadow: 0 0 10px #8fbfe6;
-moz-box-shadow: 0 0 10px #8fbfe6;
-webkit-box-shadow: 0 0 10px #8fbfe6;
}

/*DateTimePicker*/


/*-------------------------------------------------------------------------------------------------------------*/


/*FIXED HEADER-------------------------------------------------------------------------------------------------*/
/*!
* jquery.fixheadertable
*
* Copyright (c) 2010 Benjamin Léouzon
* http://www.tablefixedheader.com/
*
* Licensed under MIT
* http://www.opensource.org/licenses/mit-license.php
*
* Launch  : December 2010
* Version : 2.0
*/

/* CALCULATE SCROLLBAR WIDTH */

p.t_fixed_header_scroll_inner {
	width			: 100%;
	height			: 200px;
}

div.t_fixed_header_scroll_outer {
	top 			: 0;
	left 			: 0;
	visibility 		: hidden;
	width 			: 200px;
	height 			: 150px;
	overflow 		: hidden;
}

/* BASE */

div.t_fixed_header {
	position		: relative;
	margin 			: 0; 
	width			: 100%;
}

div.t_fixed_header * {
	margin			: 0;
	padding			: 0;
}

div.t_fixed_header table.head {
	position		: relative;	
}

div.t_fixed_header table {
	width			: 100%;
	table-layout 	: fixed;
	empty-cells 	: show;
	border-collapse	: collapse;
	border-spacing	: 0;
	height          : auto;
}

div.t_fixed_header table.headtable td.fillScrollbar {
	font-size		: 0px;
	-o-text-overflow: inherit; /* IE TRAFF */
	text-overflow 	: inherit; /* IE TRAFF */
}

div.t_fixed_header tr th, div.t_fixed_header tr td {
	overflow		: hidden;
	white-space		: nowrap;	
	-o-text-overflow: ellipsis;
	text-overflow 	: ellipsis;
}

div.t_fixed_header.t_fixed_header_wrap tr th, div.t_fixed_header.t_fixed_header_wrap tr td {
	white-space		: normal;
}

div.t_fixed_header div.body {
	padding			: 0;
	width			: 100%;
	overflow-x		: auto;
}

div.t_fixed_header_main_wrapper {
	position 		: relative; 
	overflow 		: hidden; 
}

div.t_fixed_header_main_wrapper_child {
	position 		: relative; 
	width 			: 100% 
}

/* BASE THEME : UI */

div.t_fixed_header_main_wrapper.ui {
	border-width 	: 1px 1px 1px 1px;
	border-style 	: solid;
	font-weight		: normal;
	font-size		: 12px;
}

div.t_fixed_header_main_wrapper.ui  div.t_fixed_header_caption {
	text-align		: center;
	font-weight		: bold;
	padding			: 0 5px;
	height			: 30px;
	line-height		: 30px;
	border-width 	: 0 0 1px 0;
	border-style 	: solid;
}

div.t_fixed_header_main_wrapper.ui  div.t_fixed_header_caption.toggle {
	border-width 	: 0;	
}

div.t_fixed_header div.headtable {
	border			: 0;	
	overflow-x		: hidden;
    overflow-y		: auto;
}

div.t_fixed_header.ui .body {
	border-width 	: 1px 0 0 0;
	border-style 	: solid;
	background-image : none;
}

div.t_fixed_header.ui .headtable th {
	padding			: 5px;
	text-align 		: center;
	border-width 	: 0 1px 0 0;
	border-style 	: solid;
}

div.t_fixed_header.ui .headtable .hover {
	cursor			: pointer;
	height			: auto;
}

div.t_fixed_header.ui .headtable th span.ui-resize {
	background		: transparent;
	cursor			: col-resize;
	display			: inline;
	float			: right;
	height			: 20px;
	margin			: -3px -5px -5px 0;
	width			: 5px;
	z-index			: 10000;
}

div.t_fixed_header.ui div.ui-resize-ghost {
	display 		: none; 
	position 		: absolute; 
	top 			: 0; 
	width 			: 2px; 
	border			: none;
}

div.t_fixed_header.ui .body tr {
	border			: 0px;
}

div.t_fixed_header.ui .body td {
	padding			: 5px;
	text-align 		: left;
	line-height		: 15px;
}

div.t_fixed_header.ui .body tr td {
	border-width 	: 0 1px 1px 0;
	border-style 	: solid;
	background		: none;
}

div.t_fixed_header.ui .body tr:last-child td {
	border-bottom-width : 0px;
}

div.t_fixed_header.ui.default .headtable th:last-child, div.t_fixed_header.ui.default .body td:last-child  {
	border-right-width : 0px;
}

div.t_fixed_header.ui .body td.last_td, div.t_fixed_header.ui .headtable th.last_td {
	border-right-width : 0px;
}

div.t_fixed_header_main_wrapper.ui div.pager {
	border-width	: 0 0 0 0;
	padding			: 4px 2px 2px 3px;
	overflow		: hidden;
	background-image: none;
}

div.t_fixed_header_main_wrapper.ui div.pager .button {
	float			: right;
	padding			: 4px 0;
	cursor			: pointer;
}

div.t_fixed_header_main_wrapper.ui div.pager .button.noborder {
	border-right-width : 0px;
}

div.t_fixed_header_main_wrapper.ui div.pager .button span {
	margin			: 0 4px;
}

div.t_fixed_header_main_wrapper.ui div.pager div.page_infos {
	height			: 40px;
	line-height		: 27px;
	float			: right;
	margin-right	: 10px;
	font-weight		: normal;
}


/*-------------------------------------------------------------------------------------------------------------*/

/*PAGE ACCÈS INTERDIT--------------------------------------------------------------------------------*/
div.DivAccesInterdit
{
	text-align:center;
	width:500px;
    height:400px;
    position:fixed;
    top:50%;
    left:50%;
    margin:-200px 0 0 -250px; /* [-(height/2)px 0 0 -(width/2)px] */
    display:block;
}

div.DivAccesInterditIE6
{
	text-align:center;
	width:500px;
    height:400px;
    position:fixed;
    top:50%;
    left:50%;
    margin:-200px 0 0 -250px; /* [-(height/2)px 0 0 -(width/2)px] */
    display:block;
}
/*---------------------------------------------------------------------------------------------------*/

#WebAppLogo {
    width: 70px;
    border-radius: 5px;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    background: #4296d7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA0CAIAAADEwMXAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkNDNkM2QzM1NDk0QjExRTI5NjFDQzlFM0NGQzY5RDNBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkNDNkM2QzM2NDk0QjExRTI5NjFDQzlFM0NGQzY5RDNBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0M2QzZDMzM0OTRCMTFFMjk2MUNDOUUzQ0ZDNjlEM0EiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Q0M2QzZDMzQ0OTRCMTFFMjk2MUNDOUUzQ0ZDNjlEM0EiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6bEPV5AAAAUUlEQVR42mSO0RWAMAgDc4znAA7g/jvUFKj66gevCT0COs4rJLkIoSC1X+j+7GFfupj+a4bFu+isydcMr88dY/PkLL8bPnrLXTvHk2NdzC3AAIj5BKfn0x2aAAAAAElFTkSuQmCC);
    background: -moz-linear-gradient(top, #4296d7 0%, #6cade0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4296d7), color-stop(100%, #6cade0));
    background: -webkit-linear-gradient(top, #4296d7 0%, #6cade0 100%);
    background: -o-linear-gradient(top, #4296d7 0%, #6cade0 100%);
    background: -ms-linear-gradient(top, #4296d7 0%, #6cade0 100%);
    background: linear-gradient(to bottom, #4296d7 0%, #6cade0 100%);
}
#WebAppMenu ul,
#WebAppMenu li,
#WebAppMenu span,
#WebAppMenu a {
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
#WebAppMenu {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #f2edea url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA0CAIAAADEwMXAAAAAA3NCSVQICAjb4U/gAAAAMklEQVQImWP49PYV0////6GYAcFm+I9d/P9/JgZkcRR12NVDzMMihlMtRJyBkHpMNwIA6ZmLp7k56KwAAAAASUVORK5CYII=) 100% 100%;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  background: -moz-linear-gradient(top, #f2edea 0%, #c0bebf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2edea), color-stop(100%, #c0bebf));
  background: -webkit-linear-gradient(top, #f2edea 0%, #c0bebf 100%);
  background: -o-linear-gradient(top, #f2edea 0%, #c0bebf 100%);
  background: -ms-linear-gradient(top, #f2edea 0%, #c0bebf 100%);
  background: linear-gradient(to bottom, #f2edea 0%, #c0bebf 100%);
  font-weight: 600;
  height:41px;
  width: auto;
}
#WebAppMenu:after,
#WebAppMenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#WebAppMenu a {
  box-shadow: inset 0 1px 0 whitesmoke;
  -moz-box-shadow: inset 0 1px 0 whitesmoke;
  -webkit-box-shadow: inset 0 1px 0 whitesmoke;
  background: #f2edea url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA0CAIAAADEwMXAAAAAA3NCSVQICAjb4U/gAAAAMklEQVQImWP49PYV0////6GYAcFm+I9d/P9/JgZkcRR12NVDzMMihlMtRJyBkHpMNwIA6ZmLp7k56KwAAAAASUVORK5CYII=) 100% 100%;
  background: -moz-linear-gradient(top, #f2edea 0%, #c0bebf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2edea), color-stop(100%, #c0bebf));
  background: -webkit-linear-gradient(top, #f2edea 0%, #c0bebf 100%);
  background: -o-linear-gradient(top, #f2edea 0%, #c0bebf 100%);
  background: -ms-linear-gradient(top, #f2edea 0%, #c0bebf 100%);
  background: linear-gradient(to bottom, #f2edea 0%, #c0bebf 100%);
  color: #666666;
  display: inline-block;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 41px;
  padding: 0 28px;
  text-decoration: none;
}
#WebAppMenu ul {
  list-style: none;
  box-shadow: inset 0 1px 0 whitesmoke;
  -moz-box-shadow: inset 0 1px 0 whitesmoke;
  -webkit-box-shadow: inset 0 1px 0 whitesmoke;
}
#WebAppMenu > ul {
  float: left;
}
#WebAppMenu > ul > li {
  float: left;
}
#WebAppMenu > ul > li:first-child a {
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}
#WebAppMenu > ul > li.active a,
#WebAppMenu > ul > li:hover > a {
  box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.15);
  color: white;
  background: #4296d7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA0CAIAAADEwMXAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkNDNkM2QzM1NDk0QjExRTI5NjFDQzlFM0NGQzY5RDNBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkNDNkM2QzM2NDk0QjExRTI5NjFDQzlFM0NGQzY5RDNBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0M2QzZDMzM0OTRCMTFFMjk2MUNDOUUzQ0ZDNjlEM0EiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Q0M2QzZDMzQ0OTRCMTFFMjk2MUNDOUUzQ0ZDNjlEM0EiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6bEPV5AAAAUUlEQVR42mSO0RWAMAgDc4znAA7g/jvUFKj66gevCT0COs4rJLkIoSC1X+j+7GFfupj+a4bFu+isydcMr88dY/PkLL8bPnrLXTvHk2NdzC3AAIj5BKfn0x2aAAAAAElFTkSuQmCC);
  background: -moz-linear-gradient(top, #4296d7 0%, #6cade0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4296d7), color-stop(100%, #6cade0));
  background: -webkit-linear-gradient(top, #4296d7 0%, #6cade0 100%);
  background: -o-linear-gradient(top, #4296d7 0%, #6cade0 100%);
  background: -ms-linear-gradient(top, #4296d7 0%, #6cade0 100%);
  background: linear-gradient(to bottom, #4296d7 0%, #6cade0 100%);
}
#WebAppMenu .has-sub {
  z-index: 1;
}
#WebAppMenu .has-sub:hover > ul {
  display: block;
}
#WebAppMenu .has-sub ul {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  display: none;
  position: absolute;
  width: 300px;
  top: 100%;
  left: 0;
}
#WebAppMenu .has-sub ul li a {
  background: #f2edea url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA0CAIAAADEwMXAAAAAA3NCSVQICAjb4U/gAAAAMklEQVQImWP49PYV0////6GYAcFm+I9d/P9/JgZkcRR12NVDzMMihlMtRJyBkHpMNwIA6ZmLp7k56KwAAAAASUVORK5CYII=) 100% 100%;
  background: -moz-linear-gradient(top, #f2edea 0%, #c0bebf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2edea), color-stop(100%, #c0bebf));
  background: -webkit-linear-gradient(top, #f2edea 0%, #c0bebf 100%);
  background: -o-linear-gradient(top, #f2edea 0%, #c0bebf 100%);
  background: -ms-linear-gradient(top, #f2edea 0%, #c0bebf 100%);
  background: linear-gradient(to bottom, #f2edea 0%, #c0bebf 100%);
  border-bottom: 1px solid #666666;
  border-bottom: 1px solid #666666;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
  color: #666666;
  display: block;
  line-height: 160%;
  padding: 15px 10px;
  font-size: 12px;
}
#WebAppMenu .has-sub ul li:hover a {
  background: #4296d7;
  color: white;
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
}
#WebAppMenu .has-sub .has-sub:hover > ul {
  display: block;
}
#WebAppMenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#WebAppMenu .has-sub .has-sub ul li a {
  background: #f2edea url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA0CAIAAADEwMXAAAAAA3NCSVQICAjb4U/gAAAAMklEQVQImWP49PYV0////6GYAcFm+I9d/P9/JgZkcRR12NVDzMMihlMtRJyBkHpMNwIA6ZmLp7k56KwAAAAASUVORK5CYII=) 100% 100%;
  background: -moz-linear-gradient(top, #f2edea 0%, #c0bebf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2edea), color-stop(100%, #c0bebf));
  background: -webkit-linear-gradient(top, #f2edea 0%, #c0bebf 100%);
  background: -o-linear-gradient(top, #f2edea 0%, #c0bebf 100%);
  background: -ms-linear-gradient(top, #f2edea 0%, #c0bebf 100%);
  background: linear-gradient(to bottom, #f2edea 0%, #c0bebf 100%);
  color: #666666;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#WebAppMenu .has-sub .has-sub ul li a:hover {
  background: #4296d7;
  color: white;
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
}

/*PROPRIÉTÉS STANDARDS POUR LE JQGRIDS--------------------------------------------------------------*/
div.jqgrid {
	width:99%;
    margin-left: 1em;
}

div.jqgridScroll {
	width:98%;
    margin-left: 1em;
}

div.jqgridtabmaster {
	width:97%;
}

div.jqgridTab {
	width:98%;
	margin-left: 1em;
}
/*--------------------------------------------------------------------------------------------------*/

/*TABLEAU FAIT POUR FILTRER LE PIÈCES RAMENÉS DANS LE MODULE INSPECTION SCHEDULE--------------------*/
table.MenuFiltre {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
    font-size: 11px;
    border-collapse: collapse;
    border:1px;   
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color:black;
	border-top: 1px;
	border-top-style: solid;
	border-top-color:black;
	
}

table.MenuFiltre td {
	
	border-right: solid 0px #2A659F;
    padding: 2px;
    text-align:left;
    vertical-align: middle;
}

table.MenuFiltreDate {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
    font-size: 11px;
    border-collapse: collapse;   
	border: solid 0px #000000;
}

table.MenuFiltreDate td {
	border-right: solid 0px #000000; 	
    padding: 2px;
    text-align: center;
    vertical-align: middle;
}
/*---------------------------------------------------------------------------------------------------*/

/*AFFICHE LES IMAGES EN PREVIEW LORSQUE L'ON PASSE DESSUS SUR LE LIEN D'UNE PIÈCE--------------------*/
/* css pour la tooltip lien avec preview */
#screenshot{
	    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
    	font-size: 16px;
   		font-weight:bold;
        position:absolute;
        border:1px solid #ccc;
        background:#DFE0E5;
        padding:5px;
        display:none;
        color:#000;
}
/* css pour la tooltip image preview */
#preview{
	    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
    	font-size: 16px;
   		font-weight:bold;
        position:absolute;
        border:1px solid #ccc;
        background:#DFE0E5;
        padding:5px;
        display:none;
        color:#000;
}

/* css pour la tooltip normal */
#tooltip{
        position:absolute;
        border:1px solid #333;
        background:#f7f5d1;
        padding:2px 5px;
        color:#333;
        display:none;
}
/*---------------------------------------------------------------------------------------------------*/

/*CSS POUR LA BOITE DE VALIDATION DES CHAMPS---------------------------------------------------------*/
/*Une image apparaîtra à gauche de chacun des messages envoyé dans la div, 
pour avoir une image à coté d'un message simplement mettre le message entre balise <p>, sinon,
mettre le tout dans la même balise <p> pour un seul message*/
div.validation {
	border: 1px solid;
	margin: 10px 0px 10px 1em;
	width : 90%;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url('../img/validation.bmp');
}
/*---------------------------------------------------------------------------------------------------*/

/*ENTÊTE DE NOS PAGES POP UPS------------------------------------------------------------------------*/
table.PopupHeader {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
    font-size: 16px;
    font-weight:bold;
    width: 100%;
    background-color: #DFE0E5;
    padding: 0;
    border-spacing: 0;
    border-bottom: solid 2px #000000;
    text-align: center;
}
/*---------------------------------------------------------------------------------------------------*/

/*SERT À METTRE DU TEXTE EN PETITS CARACTÈRES EN DESSOUS D'UN CHAMP DANS UN TABLEAU------------------*/
td.example {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
 font-size: 10px;
 text-align: left;
 vertical-align: Top;		
}
/*---------------------------------------------------------------------------------------------------*/

/*MENU EN HAUT DE LA PAGE POUR PLUSIEURS MODULES DE SQUADAD------------------------------------------*/
table.MenuTop {
    border-left: solid 0px #000000;
    border-top: solid 0px #000000;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
    font-size: 11px;
    border-collapse: collapse;     
}

table.MenuTop td {
    border-right: solid 0px #000000;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
}
/*---------------------------------------------------------------------------------------------------*/

/*FOOTER DE WEBAPP-----------------------------------------------------------------------------------*/
.MenuFooter{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: Black;
	line-height: 35px;
	vertical-align: middle;
}
.MenuFooter a:link, .MenuFooter a:visited, .MenuFooter a:active{
	text-decoration: none;
	color: Black;
}
.MenuFooter a:hover{
	color: #2B67A1;
}
/*---------------------------------------------------------------------------------------------------*/