A {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #004f83;
    text-decoration: underline;
}

FORM {
    margin: 0px;
    padding: 0px;
}

IMG {
    border: 0px;
    vertical-align: middle;
}

.invisible {
    margin: 0px;
    padding: 0px;
    clear: both;
    visibility: hidden;
}

BODY {
    margin: 0px;
    padding: 0px;
    background: #fff;
    /* police de la page */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    text-align: left;
    font-weight: normal;
    color: #454545;
}

.ph_bor {
    max-width: 450px;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #454545;
}

.ph_bor.image_doc.pointeur {
    max-width: 200px;
}

.ph_bor_rouge {
    padding: 2px;
    background-color: #fff;
    border: 1px dashed #ff0000;
}

.lien_rouge {
    border-bottom: 1px dashed #ff0000;
    text-decoration: none
}

.lien_tri {
    cursor: pointer;
    text-decoration: underline;
}

input, textarea, select {
    color: #454545;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    border: 1px;
    background-color: #f2f6f8;
    border-color: #b2cada;
    border-style: solid;
}

#full {
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    border-left: 2px solid #e6e6e6;
    border-right: 2px solid #e6e6e6;
    padding-bottom: 20px;
}

#navire {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 10;
}

#ariane, .ariane {
    width: 980px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

#navigation {
    background-image: url(life_cycle.gif);
    background-repeat: no-repeat;
    background-color: #004f83;
    width: 1000px;
    height: 168px;
    margin-bottom: 20px;
    position: relative;
}

#navigation #info {
    color: #5f5f5f;
    text-align: right;
    margin-right: 10px;
    margin-bottom: 140px;
}

#navigation #info:before {
    content: 'Welcome ';
}

#navigation A {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: white;
    text-decoration: none;
    display: block;
}

.bouton {
    background: #fabf0b;
    padding: 5px 10px;
    border-radius: 15px 0;
    -webkit-border-radius: 15px 0 15px 0;
    -moz-border-radius: 15px 0 15px 0;
    -o-border-radius: 15px 0 15px 0;
    color: white;
    font-weight: bold;
    float: right;
    margin-right: 10px;
    margin-top: 15px;
    text-align: center;
    width: 80px;
    height: 20px;
}

.bouton:hover {
    background-color: #004f83;
}

.bouton_on {
    background-image: url(bouton_on.gif);
    background-repeat: no-repeat;
    float: right;
    margin-right: 10px;
    margin-top: 15px;
    text-align: center;
    width: 103px;
    height: 20px;
}

.Bloc_demi {
    /*width: 490px;*/
    padding-top: 15px;
    float: left;
    margin-left: 10px;
}

#Bloc_demi-logon {
    max-height: 442px;
    overflow-y: auto;
    overflow-x: hidden;
}

/*===================================================VIEW LIST========================================================*/
#tableau_liste {
    text-align: right;
    /*max-height: 295px;*/
    display: block;
    /*overflow-x: scroll;*/
    /*overflow-y: hidden;*/
}
#list-by-arbo{
    overflow-y: scroll;
    overflow-x: scroll;
}


#tableau_liste tr {
    display: flex;
}

#tableau_liste th {
    text-align: right;
    width: 118px;
}

#tableau_liste td {
    text-align: right;
    width: 120px;
}

#tableau_liste tr:nth-child(even),
#keyword_resultat tr:nth-child(even) {
    background: #CCC;
}

#tableau_liste tr:nth-child(odd),
#keyword_resultat tr:nth-child(odd) {
    background: #FFF;
}

.body-head {
    text-align: right;
    width: 1665px;
    display: inline-block;
}

.body-list {
    display: inline-block;
    max-height: 310px;
    width: 1680px;
    /*overflow-y: scroll;*/
}

/*====================================================================================================================*/

/*ADVANCED SEARCH RESULTS*/
#keyword_resultat table {
    display: block;
    max-height: 300px;

}

#keyword_resultat {
    /*max-height: 300px;*/
    overflow-x: scroll;
    overflow-y: scroll;
}

.body-head-advanced-search {
    text-align: right;
    width: 1950px;
    display: block;
}

.body-list-advanced-search {
    display: block;
    width: 1937px;
    max-height: 275px;
    /*overflow-y: auto;*/
}

.body-head-advanced-search td {
    text-align: right;
    width: 150px;
}

.body-list-advanced-search td {
    width: 150px;
    text-align: right;
}

/*#keyword_resultat tr:nth-child(even){*/
/*background: #CCC;*/
/*}*/
/*#keyword_resultat tr:nth-child(odd){*/
/*background: #FFF;*/
/*}*/

.Bloc_demi TABLE {
    width: 460px;
}

.Bloc_full {
    __width: 960px;
    padding-top: 15px;
    clear: both;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.Bloc_full TABLE {
    width: 980px;
}

.titrage {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 18px;
    text-align: left;
    font-weight: normal;
    color: #004f83;
    padding-top: 5px;
    padding-bottom: 10px;
    width: 980px;
    clear: both;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.ligne_intitule {
    background-color: #FABF0B;
    text-align: left;
    /*border-bottom: 1px solid #004f83;
    border-left: 1px solid #fff;
    border-right: 1px solid #004f83;*/
    font-weight: bold;
    padding: 2px;
    padding-left: 5px;
    /*padding-right: 15px*/
    color: #165D8E;
    border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
}

.up {
    background-image: url(up.gif);
    background-repeat: no-repeat;
    background-position: right;
}

.down {
    background-image: url(down.gif);
    background-repeat: no-repeat;
    background-position: right;
}

.ligne_top A {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #454545;
    text-decoration: underline;
}

.ligne1 {
    background-color: #fff;
}

.ligne2 {
    background-color: #e5edf2;
    padding: 2px;
    padding-left: 5px;
    border-bottom: 1px solid #b2cada;
}

.ligne_jaune {
    background-color: #fff8d9;
    padding: 2px;
    padding-left: 5px;
    border-bottom: 1px solid #ffd200;
}

.ligne_orange {
    background-color: #ffe8cc;
    padding: 2px;
    padding-left: 5px;
    border-bottom: 1px solid #ff8a00;
}

.ligne_verte {
    background-color: #98FB98;
    padding: 2px;
    padding-left: 5px;
    border-bottom: 1px solid #32CD32;
}

#legend-verte {
    display: inline-block;
    width: 20px;
    height: 12px;
    background-color: #98FB98;
    border: 1px solid #32CD32;
}

.ligne_importante {
    background-color: #f7e5e5;
    padding: 2px;
    padding-left: 5px;
    border-bottom: 1px solid #b30000;
}

.ligne_cell {
    width: 460px;
    padding: 2px;
    padding-left: 5px;
    border-bottom: 1px solid #b2cada;
}

.ligne1 .cell {
    padding: 2px;
    padding-left: 5px;
    border-bottom: 1px solid #b2cada;
}

.ligne2 .cell {
    padding: 2px;
    padding-left: 5px;
    border-bottom: 1px solid #b2cada;
}

.ligne_jaune .cell {
    padding: 2px;
    padding-left: 5px;
    border-bottom: 1px solid #ffd200;
}

.ligne_orange .cell {
    padding: 2px;
    padding-left: 5px;
    border-bottom: 1px solid #ff8a00;
}

.ligne_verte .cell {
    padding: 2px;
    padding-left: 5px;
    border-bottom: 1px solid #32CD32;
}

.ligne_importante .cell {
    padding: 2px;
    padding-left: 5px;
    border-bottom: 1px solid #b30000;
}

.input {
    width: 250px;
}

.bouton_form {
    background-color: #b2cada;
    color: #454545;
    font-weight: bold;
}

.bloc_info {
    /*position: absolute;*/
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    background-color: #fff;
    z-index: 2;
    visibility: visible;
    padding: 5px;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    margin-top: 100px;

}

.information {
    /*position: absolute;*/
    background-color: #fff;
    border: 3px solid #aa0000;
    padding: 20px;
    /*texte*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    font-weight: bold;
    color: #aa0000;
}

.destinataire {
    width: 300px;
    margin-right: 20px;
    margin-top: 2px;
    float: left;
}

.blanc {
    color: white;
}

.rouge {
    color: #aa0000;
}

.fond_rouge {
    background-color: #aa0000;
}

.image_doc {
    margin-right: 3px;
    max-width: 200px;
}

.pointeur {
    cursor: pointer;
}

.commentaire {
    font-style: italic;
    font-size: 10px;
}

.erreur {
    background-color: red;
}

table.grille tr:nth-child(even) {
    background-color: #e5edf2;
    padding: 2px 2px 2px 5px;
    border-bottom: 1px solid #b2cada;
}

#logon {
    position: absolute;
    top: 150px;
    right: 10px;
    width: 165px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    overflow: hidden;
}

input[type=submit], input[type=button] {
    color: white;
    border: none;
    padding: 5px 10px;
    background: #165d8e;
}

.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

label {
    font-weight: bold;
}

#search_keyword td, #search_keyword_spare_parts td, #search_lcs td {
    text-align: right;
    /*padding-right: 20px;*/
}
#search_keyword_spare_parts input:not([type=button]), #search_keyword input:not([type=button]){
    width: 280px;
}
#search_keyword label{
    margin-left: 25px;
}
/*#search_keyword_spare_parts label, #search_keyword label{*/
/*    width: 180px;*/
/*}*/
#Code_LCS{
    width: 280px;
}
/*#rechercher_keyword_spare_parts, #rechercher_keyword{*/
/*    width: 70px;*/
/*}*/

/*=====SUPPORT=======================================================================================================*/
.identification {
    align: center;
}

.support-input {
    display: inline-block;
    margin: 0px 0px 20px 20px;
}

.equipment-details {
    border-collapse: collapse;
}

.equipment-details, .equipment-details td {
    border: solid black 1px;
}

.equipment-details > thead {
    font-weight: bold;
    text-align: center;
}

.support-content input[type="text"] {
    border: none;
    background-color: darkgray;
}

.equipment-details td:nth-child(2), .equipment-details td:nth-child(2) input {
    width: 150px;
    background-color: darkgray;
}

.upload {
    margin: 0px 0px 20px 20px;
}

.title-bar-borders {

    border-bottom: 1px solid #004f83;
}

.condition-form-support {
    display: block;
}

.copy-to {
    width: 25em;
}

.click-here {
    color: #004f83;
}

/*====================================================================================================================*/

/*#needHelp {*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*float: right;*/
/*}*/
/*img[alt*="help_logo"] {*/
    /*width: 20px;*/
    /*height: 20px;*/
/*}*/