/* Feuille de style CSS par défaut pour un nouveau projet d'application Web */

html {
    height: 100%;
}

BODY {
    background-color: white;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    margin: 0px;
    padding: 0px;
    background-attachment: fixed;
    background: url(./images/Title.png) no-repeat top left, url(images/bandeau.png) repeat-x top right;
    width: 100%;
    min-width: 1280px;
    min-height: 100%;
    position: relative;
}

.Master-Cell-Title {
    height: 190px;
    vertical-align: top;
    text-align: left;
}

.Master-Panel-Logos {
    background-attachment: scroll;
    background-image: url(./images/logos.png);
    background-repeat: no-repeat;
    background-position-x: right;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 190px;
    width: 260px;
}

.Master-Panel-Login {
    width: 700px;
    text-align: right;
    position: absolute;
    top: 152px;
    right: 0px;
    vertical-align: middle;
}

    .Master-Panel-Login div {
        display: inline;
    }

.Master-Panel-LogForm {
    position: absolute;
    top: 7px;
    right: 42px;
}

.Master-Panel-LogButton {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.Master-Button-Log {
    background-color: transparent !important;
    border: none !important;
}

.Master-Panel-Subtitle {
    width: 100%;
    height: 50px;
}

.Master-Image-Subtitle {
    margin-left: 50px;
    margin-top: 0px;
}

#PanelContent {
    width: 100%;
}

span.label {
    font-size: 11px;
}

td.label {
    font-size: 11px;
}

.panelPad {
    margin: 0px;
    padding: 8px;
}

.ActionGridLine td {
    padding-left: 5px;
}

H1, H2, H3, H4, H5, THEAD, TFOOT {
    color: #003366;
}

H1 {
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H2 {
    font-size: 28px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H3 {
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H4 {
    font-size: 21px;
    font-weight: 500;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H5, DT {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H6 {
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

TFOOT, THEAD {
    /*font-size: 16px;*/
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}



.field_title {
    vertical-align: middle;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    color: Black;
    text-transform: none;
    padding-left: 5px;
}

.field_error {
    font-style: italic;
    color: rgb(158,27,50) !important;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0px;
}

.table_title {
    vertical-align: baseline;
    font-size: 12px;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}


A:link {
    text-decoration: none;
    /*color: #3333cc;*/
}

A:visited {
    text-decoration: none;
    /*color: #333399;*/
}

A:active {
    text-decoration: none;
    /*color: #333399;*/
}

A:hover {
    text-decoration: underline;
    /*color: #3333cc;*/
}

SMALL {
    font-size: .7em;
}

BIG {
    font-size: 1.17em;
}




UL LI {
    list-style-type: square;
    padding: 0 0 0 0;
}

UL.news {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}


PANEL {
    padding: 2px;
}

.MigrationMessageCss{
    border :solid darkred 5px;
    padding: 10px;
    font-size: 1.2em;
    text-align:center;
    vertical-align:middle;
}

.FAQ_question {
    Border-Color: #8C8C8C;
    Border-Style: solid;
    Border-Width: 1px 0px;
    color: black;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    padding: 2px 1px;
    vertical-align: middle;
    margin-bottom: 3px;
    word-wrap: break-word;
    word-break: break-word;
    max-width: 945px;
}

.FAQ_answer {
    padding-bottom: 20px;
    text-indent: 20pt;
    text-align: justify;
    word-wrap: break-word;
    word-break: break-word;
    max-width: 945px;
}

.FAQ_label {
    padding-bottom: 20px;
    text-align: justify;
}

.link_workshop {
    font-weight: bold;
    width: 100%;
}

.MenuLinkDiv {
    padding-bottom: 2px;
    font-size: 10pt;
    color: Black;
    vertical-align: middle;
    padding-left: 18px;
    background-image: url(./images/icon/icon_picto.png);
    background-repeat: no-repeat;
}

.MenuVideo {
    margin-left: 12px;
    margin-bottom: 3px;
    padding-bottom: 2px;
    /*font-size: 10pt;*/
    color: Black;
    vertical-align: middle;
    padding-left: 18px;
    background-image: url(./images/icon/icon_picto.png);
    background-repeat: no-repeat;
}

.MenuHyperLink:link {
    text-decoration: none;
    color: black;
}

.MenuHyperLink:visited {
    text-decoration: none;
    color: black;
}

.MenuHyperLink:active {
    text-decoration: none;
    color: black;
}



.MenuHyperLink:hover {
    text-decoration: underline;
    color: black;
}

.UL_Welcome {
    /*font-size: 8pt;*/
    margin-right: 5px;
    margin-left: -15px;
}

.UL_Welcome_HighLight {
    /*font-size: 8pt;*/
    margin-right: 5px;
    margin-left: -15px;
    list-style-type: circle;
}

.imageLink {
    background-image: url(images/loupe-icone.png);
    background-repeat: no-repeat;
}

#media {
    margin-top: 40px;
}

#noUpdate {
    margin: 0 auto;
    /*font-size: x-small;*/
    color: #cccccc;
    text-align: left;
    width: 210px;
    height: 200px;
    padding: 40px;
}

#btnHide {
    color: inherit;
    background-color: transparent;
    border: black 0.5px solid;
}

.Common-Label-Version {
    width: auto;
    color: #8c8c8c;
    margin-left: 28px;
}

/* Styles utilisés par UCFileManagement */

/*.FileManagement-VR-ChoiceTable {
    border-left: 1px Dotted black;
    border-right: 1px Dotted black;
    border-collapse: collapse;
}

    .FileManagement-VR-ChoiceTable td {
        border-bottom: 1px Dotted black;
        border-top: 1px Dotted black;
    }*/

.FileManagement-Step-Table {
    width: 100%;
    border-width: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
}

    .FileManagement-Step-Table .FileManagement-Step-Header {
        font-weight: bold;
        color: black;
        background-color: #E8E8E8;
    }

    .FileManagement-Step-Table[ActiveStep=true] .FileManagement-Step-Header {
        font-weight: bolder;
        color: white;
        background-color: #525252;
    }

        .FileManagement-Step-Table .FileManagement-Step-Content {
        font-weight: normal;
        color: #525252;
        background-color: transparent;
    }

    .FileManagement-Step-Table[ActiveStep=true] .FileManagement-Step-Content {
        font-weight: normal;
        color: white;
        background-color:#8C8C8C ;
    }

.file_head {
    padding: 5px 5px 5px 5px;
    width: 160px;
    font-size: 10pt;
}

.file_middle {
    padding: 1px 5px 1px 5px;
    text-align: left;
    font-size: 10pt;
}

.file_middle_content {
    background-color: transparent;
    padding: 1px;
    margin: 0px;
}

    .file_middle_content > table {
        border: 0px solid transparent;
    }

.file_save {
    text-align: right;
    vertical-align: bottom;
    padding: 5px 5px 5px 5px;
    width: 170px;
}

.style_part_title {
    text-align: left;
    background-color: #E8E8E8;
    color: black;
    border-top: 1px ridge #8C8C8C;
    border-bottom: 1px ridge #8C8C8C;
    padding: 2px;
}

.style_part_title_text {
    font-weight: bold;
}

.HeadNumber {
    text-align: center;
    font-family: Arial;
    border-top: 1px ridge #8C8C8C;
    border-left: 1px ridge #8C8C8C;
    font-size: 1.2em;
    margin-top: 10px;
    width: 27px;
}


.style_separator {
    background-color:transparent;
    height: 10px;
}

.style_panel {
    padding: 5px 5px 5px 5px;
}

.style_part {
    text-align: center;
    font-weight: bold;
    font-family: Arial;
    color: #000099;
    font-size: medium;
    background-color: #dbdbdb;
    margin-top: 10px;
}

.field_Label {
    font-size: 9pt;
    font-weight: bold;
    width: 25%;
    vertical-align: top;
}

.field_Value {
    width: 25%;
    vertical-align: top;
}

.Search-Cell-FieldLabel {
    font-size: 9pt;
    font-weight: bold;
    width: 25%;
    vertical-align: middle;
}

.MenuRA-Statistique-Grid {
    height: 160px;
    margin-top: 5px;
    margin-bottom: 2px;
}




.Common-Label-TabTitle {
    Border-Color: #8C8C8C;
    Border-Style: solid;
    Border-Width: 1px 0px;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    padding: 2px 1px;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 15px;
}

.Common-Label-Inactive {
    color: #7c0000 !important;
    text-align: right;
}

.Common-GridView {
    margin-bottom: 15px;
}

.Common-GridView-HeaderCell {
    text-align: left !important;
    vertical-align: top !important;
    background-color: #8c8c8c !important;
    font-weight: bold !important;
    color: White !important;
}

    .Common-GridView-HeaderCell a {
        color: White;
    }

.Common-GridView-Pager {
    background-color: #8c8c8c;
    color: White;
}



.Common-UcImageViewer-Image {
    max-width: 222px;
    max-height: 150px;
    margin-bottom: 7px;
    margin-top: 13px;
    display: block;
}



.VhArrivalMove-Table-Workshop {
    width: 870px;
    text-align: left;
    border: solid 1px black;
    border-collapse: collapse;
}


    .VhArrivalMove-Table-Workshop td {
        padding: 4px;
    }

.VhArrivalMove-Table-VR {
    width: 870px;
    border-collapse: collapse;
}


    .VhArrivalMove-Table-Workshop td,
    .VhArrivalMove-Table-VR td {
        padding: 4px;
    }
/* Style utilisé pour UC_Formation */

.Formation-Button {
    background-color: transparent !important;
    border: none !important;
}

.formation_end {
    width: 24px;
    vertical-align: bottom;
    text-align: right;
}

.formation_start {
    width: 120px;
}

/* Usage Condition */

.UsageCondition-Panel {
    font-size: 11px;
}

    .UsageCondition-Panel span {
        margin-bottom: 10px;
    }

.UsageCondition-RadGrid {
    font-size: 11px !important;
}

@media screen {
    .UsageCondition-RadGrid-CellCondition {
        max-width: 460px;
        max-height: 80px;
    }
}

@media screen and (min-width:1281px) and (max-width:1440px) {
    .UsageCondition-RadGrid-CellCondition {
        max-width: 600px;
        max-height: 80px;
    }
}

@media screen and (min-width:1441px) {
    .UsageCondition-RadGrid-CellCondition {
        max-width: 950px;
        max-height: 80px;
    }
}

.UsageCondition-RadGrid-CellCondition div {
    max-width: inherit;
    height: 80px;
    overflow: auto;
}

.customprintbutton {
    background: url('./Images/icon/icon_printer.png') !important;
    background-repeat: no-repeat !important;
}

    .customprintbutton:hover {
        background: url('./Images/icon/icon_printer_hover.png') !important;
        background-repeat: no-repeat !important;
    }

@media screen {
    body {
        background-color: white;
        font-family:  Arial;
    }

    .UsageCondition-Panel-View {
        overflow: auto;
        height: 380px;
    }

    .UsageCondition-Panel-Button {
        min-width: 650px;
        height: 40px;
        text-align: center;
    }

        .UsageCondition-Panel-Button span {
            margin: 6px 10px;
        }
}

@media print {
    body {
        background-color: white;
        font-family: Arial;
    }

    .UsageCondition-Panel-View {
        overflow: visible;
        width: 20cm;
    }

    .UsageCondition-Panel-Button {
        visibility: hidden;
    }

        .UsageCondition-Panel-Button span {
            margin: 6px 10px;
        }
}

/* prol request answer */
.ProlRequestAnswer-Div
{
    text-align:left;
    width:60%;
    margin-left:30%;
    padding:10px;
}

.ProlRequestAnswer-Label {
    width: 200px !important;
    display: inline-block;
}

.ProlRequestAnswer-Input {
    width: 400px;
    margin: 0px,5px;
    display:inline-block;

}

/* style image */
.image_tab {
    margin-bottom: 0;
}

/* Video */
@media screen {

    .Video-MediaScreen {
        min-width: 703px;
        min-height: 450px;
        width: 703px;
        height: 450px;
        border: black solid 1px;
        background: url(./images/LoadingVideo.png) no-repeat center;
    }

    .Video-MediaScreen-Object {
        width: inherit;
        height: inherit;
    }
}

@media screen and (min-width:1281px) and (max-width:1440px) {

    .Video-MediaScreen {
        width: 857px;
        height: 555px;
        border: black solid 1px;
        background: url(./images/LoadingVideo.png) no-repeat center;
    }

    .Video-MediaScreen-Object {
        width: inherit;
        height: inherit;
    }
}

@media screen and (min-width:1441px) {

    .Video-MediaScreen {
        width: 1075px;
        height: 690px;
        border: black solid 1px;
        background: url(./images/LoadingVideo.png) no-repeat center;
    }

    .Video-MediaScreen-Object {
        width: inherit;
        height: inherit;
    }
}


/* Pop Up*/

.PopUpTable {
    border: 1px solid black;
    width: 600px;
}

.PopUpCategory {
    background-color: #dbdbdb;
}

    .PopUpCategory .CategoryName {
        width: 575px;
        padding: 2px;
    }

.PopUpItem {
    width: 100%;
    float: left;
}
/* ModalPopup */

.popupBackGround {
    background-color: #bbbbbb;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    opacity: .6;
}

.popupPanelBackGround {
    background-color: #E7EDC0;
    border: solid 1px black;
    z-index: -9999;
}

.AccordionHeader {
    border: 1px #525252 solid;
    text-align: left;
    font-size: 1em;
    padding: 3px;
    background-color: #FFFFFF;
    cursor: pointer;
}

.AccordionSelectedHeader {
    /*border: 1px #525252 solid;*/
    text-align: left;
    font-size: 1em;
    padding: 3px;
    font-weight: bolder;
    background-color: #525252;
    color: white;
}

.AccordionContent {
    font-size: 0.9em;
}

.AccordionContent table {
    min-height: 118px;
}

.ajax__calendar_next, .ajax__calendar_prev {
    z-index: 1000;
}

#Info_Table tr td {
    vertical-align: top;
}
/* hack for visualisation */


/*td
{
        border: 1px red solid;
    }*/

/*     body div
    {
        border: 1px orange solid;
    }*/

/* Footer lien mentions légales */
.footer-master-page {
    color: #000000;
    font-size: smaller;
    margin-left: 46%;
    position: absolute;
    bottom: 0;
}

.footer-master-page-link {
    color: #000000 !important;
}

/* Page NewPassword */
.NewPassword_Panel {
    margin: 10px;
    padding-top: 5px;
}

.NewPassword_LabelCell {
    width: 234px;
    padding-top: 10px;
}

.NewPassword_FieldCell {   
    padding-top: 10px;
    vertical-align: middle;
}

.NewPassword_SaveCell {
    padding-top: 50px;
}

.NewPassword_LabelSaveCell {
    width: 234px;
    padding-top: 50px;
}

.TechSuppot-Label {
    margin: 4px 0px;
    width:253px;
}

.PreferenceNotifications_Panel {
    margin-bottom: 10px;
}
