html, body {
    height: 80%;
}

html {
    padding: 0 0 25px 0;  /* create area for notification area */
}

body {
    font: 80% Verdana,Arial,Helvetica,sans-serif;
    background-color: #dfe8f6;
    color: Black;
    margin: 0;
    padding: 0;
}


a {
    color: #436976;
    background-color: transparent;
}

a:hover {
    color: #436976;
    background-color: transparent;

}
img {
    border: none;
    vertical-align: middle;
    border-radius:2px;
    box-shadow:3px 3px 12px #999;
}
p {
    margin: 0 0 0.75em 0;
    line-height: 1.5em;
}

p img {
    border: none;
    margin: 0;
}

hr {
    border: 0;
    height: 1px;
    color: #006F6F;
    background-color: #006F6F;
    margin: 0.5em 0 1em 0;
}


h1, h2, h3, h4, h5, h6 {
    color: #1649a0;
    background-color: transparent;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    margin: 0 0 0.25em 0;
    border-bottom: 1px solid #006F6F;
}

h1 a,
h2 a,
h3 a,
h4 a,
h6 a {
    color: Black ! important;
    text-decoration: none;
}

h5 a {
    color: #006F6F;
}

h1 {
    font-size: 140%;
}

h2 {
    font-size: 125%;
}

h3 {
    font-size: 115%;
    border-bottom: none;
    font-weight: bold;
}

h4 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}

h5 {
    font-size: 90%;
    border-bottom: none;
    font-weight: bold;
}

h6 {
    font-size: 80%;
    border-bottom: none;
    font-weight: bold;
}


td {
    font-size:9px;
}

ul {
    line-height: 1.5em;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
    /* list-style-image: url(/images/bullet.gif); */
    list-style-type: square;
}

ol {
    line-height: 1.5em;
    margin: 0.5em 0 0 2.5em;
    padding: 0;
    list-style-image: none;
}

li {
    margin-bottom: 0.5em;
}

dt {
    font-weight: bold;
}

dd {
    line-height: 1.5em;
    margin-bottom: 1em;
}

fieldset {
    border: 1px solid #006F6F;
    margin: 3px 0em 3px 0em;
    padding: 0em 3px 3px 3px;
    line-height: 1.5em;
    width: auto;
    box-shadow:3px 3px 12px #999;
}
legend {
    background: #ecf2fb;
    padding: 0.5em;
    font-size: 100%;

}

marquee {
    box-shadow:3px 3px 12px #999;
}

form {
    border: none;
    margin: 0;
    font-size: 100%;
}

label {
    font-weight: bold;
		text-align: right;
}

textarea {
    font: 120% Monaco, "Courier New", Courier, monospace;
    border: 1px solid #006F6F;
    color: Black;
    background: White url(/images/input_background.gif) repeat-x;
    width: 100%;
}

input[type=text], input[type=password] {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    visibility: visible;
    border: 1px solid #006F6F;
    color: Black;
    vertical-align: middle;
    background: White url(/images/input_background.gif) repeat-x;
	padding: 1px 2px 1px 2px;
}


select {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    border: 1px solid #006F6F;
    color: Black;
    background-color: White;
    vertical-align: middle;
	background: url(/images/input_background.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

option {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    visibility: visible;
    color: Black;
    vertical-align: middle;
    background: White;
	padding: 1px 2px 1px 2px;
}

abbr, acronym, .explain {
    border-bottom: 1px dotted Black;
    color: Black;
    background-color: transparent;
    cursor: help;
}
q {
    font-family: Baskerville, Georgia, serif;
    font-style: italic;
    font-size: 120%;
}
blockquote {
    padding-left: 0.5em;
    margin-left: 0;
    border-left: 4px solid #006F6F;
    color: #76797c;
}
code {
    font-family: Monaco, "Courier New", Courier, monospace;
    font-size: 120%;
    color: Black;
    background-color: #F0F0F0;
    padding: 0 0.1em;
}
pre {
    font-family: Monaco, "Courier New", Courier, monospace;
    font-size: 100%;
    padding: 1em;
    border: 1px solid #006F6F;
    color: Black;
    background-color: #F0F0F0;
    overflow: auto;
}

ins {
    color: green;
    text-decoration: none;
}

del {
    color: red;
    text-decoration: line-through;
}

/* automatic colorizing of view columns */
.class_acknowledged_true {
        background-color: #4dff4d;
}

.class_acknowledged_false {
	background-color: #ff4d4d;
}

.class_alarm_status_0 {
	background-color: #C0C0C0;
}

.class_alarm_status_1 {
	background-color: #4dff4d;
}

.class_alarm_status_2 {
	background-color: #ffa500;
}

.class_alarm_status_3 {
	background-color: #ff4d4d;
}

.class_severity_0 {
	background-color: #DDA0DD;
}

.class_severity_1 {
	background-color: #FF9F9F;
}

.class_severity_2 {
	background-color: #FFD2BF;
}

.class_severity_3 {
	background-color: #FFF391;
}

.class_severity_4 {
	background-color: #C8FFED;
}

.class_severity_5 {
	background-color: #BFFFA6;
}

.class_severity_6 {
	background-color: #CCCCCC;
}

.class_severity_7 {
	background-color: #EEEEEE;
}

.class_severity_99 {
	background-color: #DDA0DD;
}

.class_closed_true {
	background-color: #4dff4d;
}

.class_closed_false {
	background-color: #ff4d4d;
  font-weight: bold;
}

.class_file_type_1 {
	background-color: #FF9F9F;
}

.class_file_type_2 {
	background-color: #FFD2BF;
}

.class_file_type_3 {
	background-color: #FFF391;
}

.class_file_type_4 {
	background-color: #C8FFED;
}

.class_priority_1 {
	background-color: #FF9F9F;
}

.class_priority_2 {
	background-color: #FFD2BF;
}
.class_priority_3 {
	background-color: #FFF391;
}
.class_priority_4 {
	background-color: #C8FFED;
}

.class_fired_false {
	background-color: #4dff4d;
}

.class_fired_true {
	background-color: #ff4d4d;
  font-weight: bold;
}

.class_fired_red {
	background-color: #FF9F9F;
	font-weight: bold;
}

.class_fired_green {
	background-color: #BFFFA6;
  font-weight: bold;
}

.class_fired_orange {
	background-color: #FFD59F;
  font-weight: bold;
}

.class_fired_purple {
	background-color: #DDA0DD;
  font-weight: bold;
}

.class_fired_gold {
	background-color: gold;
}


.class_deployed_enable_red {
	background-color: #FF9F9F;
}

.class_deployed_enable_green {
	background-color: #BFFFA6;
}

.class_valid_true {
        background-color: #BFFFA6;
}

.class_valid_false {
	background-color: #e3e3e3;
        color: #b8b8b8;
}

.class_valid_futur {
        background-color: #FFFFCC;
}

.class_greyed {
	background-color: #909090;  
}


.frontend_status {
	background-color: #FF9F9F;
}

.call_status_OP {
	background-color: #FF9F9F;
}

.call_status_AS {
	background-color: #FFFFCC;
}

.call_status_DS {
	background-color: #FFF391;
}

.call_status_BO {
	background-color: #C8FFED;
}

.call_status_CL {
	background-color: #BFFFA6;
}

.call_status_CI {
	background-color: #BFFFA6;
}

.call_status_CM {
	background-color: #BFFFA6;
}

.call_status_CN {
	background-color: #CD853F;
}

.call_status_UK {
	background-color: #B0C4DE;
}

.call_status_SC {
	background-color: #48D1CC;
}

.call_status_WA {
	background-color: #FFD59F;
}

.call_status_RE {
	background-color: #DDA0DD;
}

.call_status_PB {
	background-color: #AE7171;
}

.call_status_PE {
    background-color: #81F7F3;
}

.call_status_SO {
    background-color: #FFFFCC;
}

.call_status_RS {
    background-color: #E1F5A9;
}

.call_status_RM {
    background-color: #B0C4DE;
}

.call_status_NE {
    background-color: #A9D0F5;
}

.call_status_ME {
    background-color: #39C0CF;
}

.call_status_ {
	background-color: #8A2BE2;
}


.ticket_status_1 {
    background-color: #FF9F9F;
}

.ticket_status_2 {
    background-color: #FFD2BF;
}

.ticket_status_3 {
    background-color: #FFF391;
}

.ticket_status_4 {
    background-color: #C8FFED;
}

.workfile_status_0 {
    background-color: #BFFFA6;
}
.workfile_status_1 {
    background-color: #FF9F9F;
}

.workfile_status_2 {
    background-color: #FFD2BF;
}

.workfile_status_3 {
    background-color: #FFF391;
}

.workfile_status_4 {
    background-color: #C8FFED;
}

.on_call_status_false {
	background-color: #FF9F9F;
}

.on_call_status_true {
	background-color: #BFFFA6;
}


.smile_article_status_false {
    background-color: #FF9F9F;
}

.smile_article_status_true {
    background-color: #BFFFA6;
}

.error_serial_model {
	background-color: #FF9F9F;
}

.ok_serial_model {
	background-color: #BFFFA6;
}

.class_commitment_true {
	background-color: #BFFFA6;
}

.class_commitment_false {
	background-color: #FF9F9F;
  font-weight: bold;
}

.class_commitment_ha {
	background-color: #BFFFA6;
}

.class_commitment_std {
	background-color: #BFFFA6;
}

.class_commitment_out {
	background-color: #FFD59F;
}

.class_commitment_no {
	background-color: #FF9F9F;
}


.frontend_status_NO {
	background-color: #FF9F9F;
}

.frontend_status_TO_UPDATE {
	background-color: #FFF391;
}

.frontend_status_TO_UNINSTALL  {
	background-color: #C8FFED;
}

.frontend_status_INSTALLED {
	background-color: #BFFFA6;
}

.frontend_status_TO_INSTALL {
	background-color: #FFD59F;
}

.frontend_status_UNINSTALLED {
	background-color: #B0C4DE;
}



.fop_status_1 {
	background-color: #FF9F9F;
}

.fop_status_3 {
	background-color: #FFF391;
}

.fop_status_2  {
	background-color: #C8FFED;
}

.fop_status_0 {
	background-color: #BFFFA6;
}


.current_state_7 {
	background-color: #CCCCCC;
}

.current_state_6 {
	background-color: red;
}

.current_state_5 {
	background-color: #ff4500;
}

.current_state_4 {
	background-color: #FF9F9F;
}

.current_state_3 {
	background-color: #FFD2BF;
}

.current_state_2 {
	background-color: #FFF391;
}

.current_state_1 {
	background-color: #C8FFED;
}

.current_state_0 {
	background-color: #BFFFA6;
}



/* waiting/loading/working indicator */
#notification {
    position: fixed;
    bottom: 0;
    padding: 0;
    height: 20px;
    margin: 0;
    width: 100%;
    background-color: #FFFF99;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-top: 5px;    
}

.waitIndicator {	
    position: fixed;
    top:20%;
    left:45%;
    z-index: 5000;
}

/* Object details background colorization */

#details_Customer, #details_Customer legend {
    background-color: #ebffff;
}

#details_Site, #details_Site legend {
    background-color: #ffebfc;
    
}
#details_Appli, #details_Appli legend {
    background-color: #f3ffeb; 
}

#details_Machine, #details_Machine legend {
    background-color: #ffebeb;
}

#details_Autocall, #details_Autocall legend {
    background-color: #ffffeb;    
}

#details_Workfile, #details_Workfile legend {
    background-color: #ebffeb;
}

#details_Action, #details_Action legend {
    background-color: #fff4eb;    
}

#details_Advice, #details_Advice legend {
    background-color: #ebfcff;
}

#details_Contact, #details_Contact legend {
    background-color: #fffeeb;   
}

#details_Case, #details_Case legend {
    background-color: #F5F5F5;   
}

#details_Mail, #details_Mail legend {
    background-color: #ffffca;   
}

#details_WorkfileAutomatic, #details_WorkfileAutomatic legend {
    background-color: #ebffeb;;   
}

#details_Frontend, #details_Frontend legend {
    background-color: #F5F5F5;   
}

/* other styles */

#zoneFastMenu {
    font-size: 95%;
}


#mainContent {
    font-size: 100%;
}


.notice, #notice {
    border: 1px;
    margin: 5px;
    padding: 3px;
    background-color: #e8ffe8;
    color: #009900;
}

#notice.error, #errorExplanation {
  background-color: #ffe8e8;
  color: #ff0000;
}

.mainPart {
    border:0;
    border-top:1px #EEE solid;
}

.list-line-odd {
    background-color: #FBFBFB;
}
.list-line-even {
    background-color: #F1F1F1;
}

.buttonControl {
    margin-top: 2px;
    text-align: left;
}

.spacer {
    clear: both;
}

.infoNotice { 
}

.paginator {
  font-weight: bold;
 font-size: 12px;
  font-family: Geneva,Arial,Helvetica,sans-serif;
}
/* editable select */
option.activateEdit {
    font-style : italic; /* This only works in Mozilla/Firefox */
    color : #800; /* Works in IE and Mozilla/Firefox */
}


input[type=submit] {
    font-size: 8px;

    	padding:1px 2px 1px 2px;
    	border-radius:2px;
    	box-shadow:3px 3px 12px #999;
    	background:#eee;
    	font:10px Arial;
    	color:#555;
}


input[type=button] {
    font-size: 8px;

        	padding:1px 2px 1px 2px;
        	border-radius:2px;
        	box-shadow:3px 3px 12px #999;
        	background:#eee;
        	font:10px Arial;
        	color:#555;
}


input[type=text] {
    font-size: 9px
}


input[type=password] {
    font-size: 9px
}

select {
    font-size: 9px;
    padding:1px 2px 1px 2px;
   	border-radius:2px;
   	box-shadow:3px 3px 9px #999;
   	background:#fff;
   	font:9px;
   	color:#111;
}

/* CSS3 */
.ombremultiple2 {
background-color:#C0C0C0;
padding:2px;
box-shadow:2px 2px 2px lightgray,
-1px -1px 2px white;
}

.ombremultiple {
    padding:-2px;
    border-radius: 10px;
box-shadow: 1px 1px 2px #360 inset,
            0px 0px 1px black,
            0px -1px 1px white;
    background:#fff;
}


.link_dashboard {
    font-size: 8px;
            	padding:1px 2px 1px 2px;
            	border-radius:2px;
            	box-shadow:3px 3px 12px #999;
            	background:#eee;
            	font:10px Arial;
            	color:#555;
}

/* CSS3 NAVIGATION */


/* partie positionnement et déco */
#menu a {
display:inline-block;
color: #4c4c4c;
text-decoration:none;
position: relative;
width: 100px;
padding: 3px 10px 5px 4px;
/*background-image: linear-gradient(#aaa, #888 50%, #DDDDDE 50%,#999);     */
}
#menu > li,
#menu > li li {
position: relative;
display:inline;
width: 110px;
padding: 3px 10px 5px 4px;
background-color: #DDDDDE;
/*background-image: linear-gradient(#aaa, #888 50%, #DDDDDE 50%,#999);*/
}
#menu > li li { background: transparent none; }
#menu > li li a { color: #444; }
#menu > li li:hover { background:#eee; }
#menu > li:first-child {
border-right: 1px solid #DDDDDE;
border-radius: 4px 2px 2px 4px;
}
#menu > li + li {
border-left: 1px solid #aaa;
border-right: 1px solid #DDDDDE;
}
#menu > li:last-child {
border-right:0;
border-left: 1px solid #aaa;
border-radius: 0 4px 4px 0 ;
}
#menu > li:hover {
background-color: #999;
/*background-image: linear-gradient(#ccc, #aaa 50%, #999 50%,#bbb);*/
}
/* (presque) fin de la partie positionnement déco */
/* dans cette déclaration, on fixe le max-height */
#menu ul {
position: absolute;
top: 2em; left:0;
max-height:0em;
margin:0; padding:0;
background-color:#ddd;
background-image: linear-gradient(#fff,#ddd);
overflow:hidden;
transition: 1s max-height 0.3s;
border-radius: 0 0 4px 4px;
}
/* ici on change la valeur de max-height au :hover */
/* need an adaptation, lower is better, but see it large   */
#menu > li:hover ul {
max-height:25em;
}



/* partie positionnement et déco menu_link 2*/
#menu_link a {
display:inline-block;
color: #222;
text-decoration:none;
padding: 3px 5px;
}
#menu_link > li,
#menu_link > li li {
position: relative;
display:inline;
width: 60px;
padding: 2px 5px;
background-color: #DDDDDE;
/*background-image: linear-gradient(#aaa, #888 50%, #DDDDDE 50%,#999);*/
}
#menu_link > li li { background: transparent none; }
#menu_link > li li a { color: #444; }
#menu_link > li li:hover { background:#eee; }
#menu_link > li:first-child {
border-right: 1px solid #DDDDDE;
border-radius: 3px 3px 3px 3px;
}
#menu_link > li + li {
border-left: 1px solid #aaa;
border-right: 1px solid #DDDDDE;
border-radius: 3px 3px 3px 3px;
}
#menu_link > li:last-child {
border-right:0;
border-left: 1px solid #aaa;
border-radius: 3px 3px 3px 3px;
}
#menu_link > li:hover {
background-color: #999;
background-image: linear-gradient(#ccc, #aaa 50%, #999 50%,#bbb);
}
/* (presque) fin de la partie positionnement déco */
/* dans cette déclaration, on fixe le max-height */
#menu_link ul {
position: absolute;
top: 2em; left:0;
max-height:0em;
margin:0; padding:0;
background-color:#ddd;
background-image: linear-gradient(#222,#ddd);
overflow:hidden;
transition: 1s max-height 0.3s;
border-radius: 0 0 4px 4px;
}
/* ici on change la valeur de max-height au :hover */
#menu_link > li:hover ul {
/* need an adaptation, lower is better, but see it large   */
max-height:25em;
}


/* partie positionnement et déco menu 2*/
#menu_filter a {
    display:inline-block;
    color: #222;
    text-decoration:none;
    padding: 3px 5px;
}
#menu_filter > li,
#menu_filter > li li {
    position: relative;
    display:inline;
    width: 80px;
    padding: 2px 5px;
    background-color: #DDDDDE;
    /*background-image: linear-gradient(#aaa, #888 50%, #DDDDDE 50%,#999);*/
}
#menu_filter > li li { background: transparent none; }
#menu_filter > li li a { color: #444; }
#menu_filter > li li:hover { background:#eee; }
#menu_filter > li:first-child {
    border-right: 1px solid #DDDDDE;
    border-radius: 3px 3px 3px 3px;
}
#menu_filter > li + li {
    border-left: 1px solid #aaa;
    border-right: 1px solid #DDDDDE;
    border-radius: 3px 3px 3px 3px;
}
#menu_filter > li:last-child {
    border-right:0;
    border-left: 1px solid #aaa;
    border-radius: 3px 3px 3px 3px;
}
#menu_filter > li:hover {
    background-color: #999;
    background-image: linear-gradient(#ccc, #aaa 50%, #999 50%,#bbb);
}
/* (presque) fin de la partie positionnement déco */
/* dans cette déclaration, on fixe le max-height */
#menu_filter ul {
    position: absolute;
    top: 2em; left:0;
    max-height:0em;
    margin:0; padding:0;
    background-color:#ddd;
    background-image: linear-gradient(#222,#ddd);
    overflow:hidden;
    transition: 1s max-height 0.3s;
    border-radius: 0 0 4px 4px;
}
/* ici on change la valeur de max-height au :hover */
#menu_filter > li:hover ul {
    /* need an adaptation, lower is better, but see it large   */
    max-height:25em;
}

/* EFFET zomm et images*/
.zoom {

   -webkit-transition: all .3s ease-out;
   -moz-transition: all .3s ease-out;
   -o-transition: all .3s ease-out;
   transition: all .3s ease-out;
}

.zoom:hover {
    -moz-transform: scale(2);
   -webkit-transform: scale(2);
   -o-transform: scale(2);
   transform: scale(2);
   -ms-transform: scale(2);
filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',
   M11=2, M12=-0, M21=0, M22=2);
   position: relative;
}



.zoom2 {

    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',
    M11=2, M12=-0, M21=0, M22=2);
}

.zoom2:hover {
    height: 150px;
   -moz-transform: scale(2);
   -webkit-transform: scale(2);
   -o-transform: scale(2);
   transform: scale(2);
   -ms-transform: scale(2);
    position: relative;
    top: -10px;
    bottom: -80px;
    left: 120px;
}



.zoom3 {

    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',
    M11=2, M12=-0, M21=0, M22=2);
}

.zoom3:hover {
    height: 150px;
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -ms-transform: scale(2);
    position: relative;
    top: -10px;
    bottom: -80px;
    left: -120px;
}


a.tooltip {
    outline:none;
    text-decoration:none;
}
a.tooltip link {
    text-decoration:none;
}
a.tooltip strong {
    line-height:30px;
}
a.tooltip:hover {
    text-decoration:none;
    text-decoration:none;
}
a.tooltip span {
    z-index:10;display:none;
    padding:14px 20px;
    margin-top:-30px;
    margin-left:28px;
    width:240px;
    line-height:16px;
}
a.tooltip:hover span{ display:inline;
    position:absolute; color:#111;
    border:1px solid #DCA;
    background:#fffAF0;
    text-decoration:none;}
.callout {
    z-index:20;position:absolute;
    top:30px;border:0;left:-12px;
} /*CSS3 extras*/
a.tooltip span {
    text-decoration:none;
    border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}


figure
{
width: 120px;
float: right;
margin: 0 20px 0 0;
background: white;
border: 10px solid white;
-webkit-box-shadow: 0 3px 10px #ccc;
-moz-box-shadow: 0 3px 10px #ccc;
-webkit-transition: all 0.7s ease;
-moz-transition: all 1s ease;
position: relative;

}

figcaption
{
text-align: center;
display: block;
font-size: 12px;
font-style: italic;
}

figure:hover
{

-webkit-box-shadow: 0 3px 10px #666;
-moz-box-shadow: 0 3px 10px #666;

}

figure:focus
{
outline: none;
-webkit-transform:  scale(1.5);
-moz-transform:  scale(1.5);
-webkit-box-shadow: 0 3px 10px #666;
-moz-box-shadow: 2px 3px 10px #666;
-z-index: 9999;
}

.highlight {
  background-color: yellow;
}
