@font-face {
    font-family: 'adventBd3';
    src: url('../fonts/advent-Bd3.otf') format('opentype');    
    font-weight: normal;
    font-style: normal;
}

* {
	outline: 0!important;
}



.startpage {
	position: relative;
	height: 100%;
	min-height: 580px;
}

.wrap {
	min-height: 100%;
	position: relative;
	z-index: 2;
	min-width: 900px;
}

#main {
	height: 100%;
	padding: 60px 0 200px 0;
	position: relative;
}

#login_form_container form {
	width: 600px;
	margin: 0 auto;
	height: 200px;
}

form {
	padding: 0;
}

input, textarea, keygen, select, button, isindex {
	font: -webkit-small-control;
	color: initial;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	text-align: -webkit-auto;
}


input[type="button"], input[type="submit"], input[type="reset"], input[type="file"] ::-webkit-file-upload-button, button {
	-webkit-box-align: center;
	text-align: center;
	cursor: default;
	color: buttontext;
	padding: 2px 6px 3px;
	border: 2px outset buttonface;
	border-image: initial;
	background-color: buttonface;
	box-sizing: border-box;
}

.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}

p.forgot_password {
	text-align: center;
	padding-top: 10px;
}

p.forgot_password a {
	color: rgba(255, 255, 255, 0.8)!important;
	color: white;
	font-family: 'Lucida Grande',Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	font-weight: bold;
	margin-left: 25px;
}

/* a:-webkit-any-link {
	color: -webkit-link;
	text-decoration: underline;
	cursor: auto;
} */

img.logo {
	width: 426px;
	height: 101px;
	margin: 0 auto 30px auto;
	display: block;
}

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

h1 {
	display: block;
	font-size: 2em;
	-webkit-margin-before: 0.67em;
	-webkit-margin-after: 0.67em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
}

p {
	display: block;
	-webkit-margin-before: 0.2em;
	-webkit-margin-after: 0.2em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

#footer {
	height: 140px;
	margin: -140px 0 0 0;
	clear: both;
	position: relative;
	min-width: 900px;
	/*bottom: 5px;*/
}

.footer_links {
	color: #C7CED6;
	font-family: 'Lucida Grande',Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align: center;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 3;
	cursor: default;
}

.footer_links a {
	color: #C7CED6;
	text-decoration: none;
	margin: 0 0 0 15px;
	cursor: pointer;
}

strong, b {
	font-weight: bolder;
}

form#set_language {
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	visibility: hidden;
	display: inline;
}

.emboss, body.toggling .emboss:hover {
	width: 100%;
	height: 114px;
	color: rgba(255, 255, 255, 0.8)!important;
	color: white;
	font-size: 37px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
	background: #445C75 url('../images/blue_dark.png');
	-webkit-transition-property: background-color,color;
	-webkit-transition-duration: 150ms;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	z-index: 2;
	display: block;
	overflow: hidden;
}

.error_container
{
	margin: -10px 0 20px -125px;
	width: 250px;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	line-height: 17px;
	padding: 16px 18px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #2C3D4E;
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.5) inset,0 -1px 0 rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.5) inset,0 -1px 0 rgba(0,0,0,0.2) inset;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.5) inset,0 -1px 0 rgba(0,0,0,0.2) inset;
	margin-left: -125px;
	width: 250px;
	z-index: 1000;
}

.error_container ul 
{
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	max-width: 250px;
}

li 
{
	display: list-item;
	text-align: -webkit-match-parent;
}

.guide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8f939a;
	float: left;
	line-height: 2.3em;
	width: 99.9%;
	min-width: 1024px;
	height: 29px;
	border-top: 1px solid #9DB0BC;
	border-bottom: 1px solid #9DB0BC;
	margin: 1px 0px 0px 1px;
/*	border-radius: 5px;*/
/*	-webkit-border-radius: 5px;*/
/*	-moz-border-radius: 5px;*/
	overflow: hidden;
	position: absolute;
	bottom: 0px;
 	/*background: url("../images/background-chemin.png") repeat-x scroll 0 0 transparent;*/
}


.breadcrumb 
{
	margin: 0px;
	padding: 0px;
	float: left;
	bottom: 0px;
	position: absolute;
}
.breadcrumb div 
{
	position: relative;
	float: left;
}

.guide li {
	display: inline;
	list-style: none;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.breadcrumb li {
	float: left;
}

.chemin-chevron
{
 	position: relative;
	width: 12px;
    height: 28px;
	float: left;
}

.chemin-right
{
 	position: absolute !important;
 	/*top: 6px;*/
 	left: 0px;
	/*width: 20px;*/
    /*height: 38px;*/
   /* background: url("../images/case-chemin-right.png") no-repeat scroll 0 0 transparent;*/
	float: left;
	font-size: 14px;
	color: #407CA0;
}

.chemin-left
{
 	position: absolute !important;
 	top : 0px;
 	left : 2px;
	width: 10px;
    height: 28px;
   /* background: url("../images/case-chemin-left.png") no-repeat scroll 0 0 transparent;*/
	float: left;
}

.chemin-middle
{
	border-width: 0;
	margin: 0 0 0 0;
	position: relative;
	height: 28px;
 	/*background: url("../images/case-chemin-middle.png") repeat-x scroll 0 0 transparent;*/
	float: left;
}
.chemin-middle a 
{
	/*width: 100%;*/
	height: 100%;
	padding: 6px 16px 8px 8px;
	cursor: pointer;
	color: #407CA0;
	text-decoration: none;
	font-weight: bold;
}

.breadcrumb a:hover
{
	color: #3D4051;
}

.breadcrumb span
{
	width: 100%;
	height: 100%;
	padding: 6px 16px 6px 8px;
}

.user_nav {
	float: right;
	padding: 1px;
}

.logo_model {
	width: 40px;
	height: 40px;
	margin: 0 0 10px 5px;
	background: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
}

.header-section
{
	color: #10181F;
	z-index: 666;
	position: relative;
	min-width: 31.25rem;
	background: #FFFFFF linear-gradient(to right, #FFFFFF 0%, #FFFFFF 100%);
	min-height: 3.75rem;
	border-bottom: 1px solid #E9EAEA;
}

.n-container {
	width: 100%;
	margin: 0;
	display: flex;
	padding: 10px 5px 0px 5px;
}

.n-navLeft {
	display: flex;
	list-style: none;
	align-items: center;
}

.n-title {
	margin: 0;
	padding: 10px 15px 16px 10px;
	font-size: 1.375rem;
	font-weight: normal;
}
.n-navCenter {
	padding: 0 10px;
	flex-grow: 1;
	min-width: 50%;
	list-style: none;
}

.n-navRight {
	margin: 0;
	max-width: 30%;
	list-style: none;
	padding-right: 15px;
}

.n-account {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.o-userLogo {
	width: 2.5rem;
	border: 1px solid #989998;
	height: 2.5rem;
	font-size: 1rem;
	text-align: center;
	line-height: 2.5rem;
	border-radius: 2.5rem;
	margin-right: 5px;
}

.n-userMenu {
	display: flex;
	flex-direction: column;
}

.n-welcome {
	font-size: 0.625rem;
	line-height: 1rem;
}

.n-root {
	position: relative;
}

.n-user {
	cursor: pointer;
	display: flex;
	font-size: 0.8125rem;
	align-items: center;
	font-weight: 600;
	line-height: 1.125rem;
}

.n-userName {
	display: inline-block;
	overflow: hidden;
	max-width: 150px;
	text-overflow: ellipsis;
}

.n-userChevron{
  	padding-left: 3px;
  	width : .875rem;
  	height : .875rem;
  	background: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
}

.n-axwIpMenuOptionsHorizontalLeft {
	right: 0;
}

.n-axwIpMenuOptions {
	top: auto;
	left: auto;
	width: auto;
	margin: 0 4px;
	outline: none;
	padding: .2rem;
	z-index: 800;
	position: absolute;
	max-width: none;
	transform: none;
	box-shadow: 0 0.25rem 1rem 0 rgba(16,24,31,.3);
	border-radius: 3px;
	background-color: #FFFFFF;
}

.n-menu {
	margin: 0;
	padding: 4px;
	box-sizing: border-box;
	list-style: none;
	background-color: #FFFFFF;
}

.n-axwIpMenuOption:first-child {
	margin-top: 4px;
}

.n-axwIpHeaderMenuOption {
	text-align: left;
	white-space: nowrap;
}

.n-menuitem:hover {
	outline: dotted thin !important;
}

.n-menuitem {
	color: #10181F;
	width: 100%;
	cursor: pointer;
	height: 1.5625rem;
	display: block;
	padding: 0 0.375rem;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	line-height: 1.5625rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: .8125rem;
}

.n-separator{
	margin: 0.375rem 0.375rem;
	display: block;
	padding: 0;
	border-top: 1px solid #E9EAEA;
}

.n-axwIpMenuOption:last-child {
	margin-bottom: 4px;
}

.copyright
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b8bbbb;
	float: left;
	line-height: 2.3em;
	height: 20px;
	margin: 1px 0px 0px 1px;
	overflow: none;
	position: absolute;
	top: 0px;
	right: 0px;
}

.copyright_a
{
	/*padding: 6px 16px 7px 16px;*/
	cursor: pointer;
	color: #b8bbbb;
	text-decoration:none;
}

.copyright_li 
{
	/*border-right: 1px solid #b8bbbb;*/
	margin: 0px;
	/*padding:6px 3px;*/
	display: inline;
	list-style: none;
	height: 100%;
}

.copyright_ul{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

.raccourci 
{
	position: absolute;
	left: 0px;
	top: 0px;
}

.raccourci img
{
	margin : 10px 5px 10px 5px;
}

.titre_bandeau
{
	font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
	position: absolute;
	top: 15px;
	/*left: 225px;*/
	/*padding: 10px;*/
	font-size: 15px;
	/*line-height: 20px;*/
	text-align : center;
	/*width: 800px;*/
	color: black;
	/*text-shadow: 0px 3px 7px rgba(0,0,0,0.6); */
	font-smooth: always;
	white-space: nowrap;
	font-weight: bold;
}

.hide {
	display: none;
}

.cocher_case
{
	font-size:13px;
}

.liste_deroulante
{
	font-size:13px;
}

.selection_fichier
{
	font-size:13px;
	color:white;
}

.ds_box 
{
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 3363636363636;
}

.ds_tbl 
{
	background-color: #FFF;
}

.ds_head 
{
	background-color:  #3C5A76 ;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead 
{
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell 
{
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell_selected 
{
	background-color: #fc9213 ;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover 
{
	background-color: #F3F3F3;
}

.active:hover > span {
background-position: 0 -332px;
top: 14px;
}

.active > span {
top: 14px;
background-position: 0 -332px;
}


.text_tronque
{
	font-weight : normal;
	white-space : nowrap;
	text-overflow : ellipsis;
	overflow : hidden;
}

.cell_desabled {
     background-color: #ecf0f1  !important;
}

.livrable_1_inactif {
	clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
	background-color : #E0E0E0;
}

.livrable_1_termine {
	clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
	background-color : #53D453;
}
.livrable_1_en_cours {
	clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
	background-color :#407CA0;
}

.livrable_n_inactif {
	clip-path: polygon(0 0, 90% 0%, 100% 50%, 90% 100%, 0 100%, 10% 50%);
	background-color : #E0E0E0;
}

.livrable_n_termine {
	clip-path: polygon(0 0, 90% 0%, 100% 50%, 90% 100%, 0 100%, 10% 50%);
	background-color : #53D453;
}
.livrable_n_en_cours {
	clip-path: polygon(0 0, 90% 0%, 100% 50%, 90% 100%, 0 100%, 10% 50%);
	background-color : #407CA0;
}


/*=========================*/
/*RSISABLE() JQUERY*/

.ui-icon { width: 16px; height: 16px/*; background-image: url(../images/ui-icons_222222_256x240.png)*/}
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-resizable-helper { border-width:0px 2px 0px 0px; border-style: dotted; border-color: #00F; }

.help {
  height:21px;
  width:30px;
  filter: brightness(0) saturate(100%) invert(21%) sepia(4%) saturate(3602%) hue-rotate(194deg) brightness(92%) contrast(81%);
}

.help:hover {
  filter: brightness(0) saturate(100%) invert(39%) sepia(80%) saturate(336%) hue-rotate(158deg) brightness(96%) contrast(85%);
}

/* maintient la scrollbar active lorsqu'un grid/tableau est désactivé */
div[id^="verticalScrollBar"], div[id^="row00"], div[id^="pager"] {
	pointer-events: initial;
}


.link_grid {
  outline: none;
  text-decoration: none;
  font-weight:bold;
  border-bottom: 1px solid;
  vertical-align: middle;
}

.link_grid:link {
  color: #477895;
}

.link_grid:visited {
  color: #477895;
}

.link_grid:focus {
  border-bottom: 1px solid;
}

.link_grid:hover {
  border-bottom: 1px solid;
  background: #d6e4f0;
}

.link_grid:active {
  background: #d6e4f0;
  color: #477895;
}

/* alignement checkbox et label 'top_inactif' */
p[name="label_top_inactif"] {
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

/*liste des etapes cockpit*/
.etape_style {
    font-weight: bold;
    font-size: 16px; 
}

.phase_style {
    font-weight: bold;
}

.tox.tox-tinymce.tox-fullscreen{
  top: 61px !important;
  left: 47px !important;
  height: calc(100% - 61px) !important;
  width: calc(100% - 47px) !important;
}
