﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #FFFFFF;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #0083C1;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */

.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 940px;
    height: 100%;
    background-color: #fff;
    margin: 10px auto 0 auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    border-style: none solid solid solid;
    border-width: thin;
    border-color: #496077;
    width: 740px;
    background-color: White;
    color: #4e5766;
    padding: 2px 0 0 0;
    margin: 0 auto;
    border-collapse: collapse;
    line-height: normal;
    text-align: left;
}

.headerUnderline
{
    text-decoration: underline;
    text-align: left;
}

#table {
    display: table;
}

.tr {
    display: table-row;
}

.td {
    display: table-cell;
}

.texteBarre {
    text-decoration: line-through;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #C0C0C0;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 15px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

div.menu a.static.selected
{
    background-color: #B0C4DE !important;
    color: #FFFFFF;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
 
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 5px 5px 5px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 220px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 220px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 274px;
}

/* MISC  
----------------------------------------------------------*/

.hidden
{
    visibility: hidden;
}

.visible
{
    visibility: visible;
}

.textBoxNumeric
{
    text-align: right;
}

.textBoxUpperCase
{
    text-transform: uppercase;
}

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    position: relative;
    z-index: 1;
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 0.6em;
    color: Red;
}

.failureNotification2
{
    font-size: 1.0em;
    color: Red;
}

.regularFailureNotification
{
    font-size: 1.2em;
    color: Red;
}

.successNotification
{
    font-size: 0.6em;
    color: Green;
}

.regularSuccessNotification
{
    font-size: 1.2em;
    color: Green;
}

.regularNotification
{
    font-size: 1.2em;
    color: Black;
}

.notification
{
    font-size: 0.6em;
    color: Black;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    padding-right: 10px;
    background-color: #999999;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    -border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 00px;
    border: 0;
    -text-shadow: #C17C3A 0 -1px 0;
    height: 24px;
}

.submitButton:hover
{
    background-color: #C0C0C0;
}

.roundCorner
{
    -border-radius: 5px;
}

/* Table
----------------------------------------------------------*/


.tableBonLivraison
{
    border-collapse: collapse;
    padding: 1px;
}

.tablePointures
{
    border-collapse: collapse;
    border-color: #5D809D;
    border-style: solid;
    padding: 1px;
}

.tableHeader
{
    background-color: #5D809D;
    border-style: solid;
    border-width: thin;
    border-color: #5D809D white #5D809D #5D809D;
    vertical-align: middle;
    color: white;
}

.tableHeaderRight
{
    background-color: #5D809D;
    border-style: solid;
    border-width: thin;
    border-color: #5D809D #5D809D #5D809D white;
    vertical-align: middle;
    color: white;
}

.row
{
    background-color: white;
    border-color: #5D809D;
    vertical-align: middle;
    color: black;
}

.rowAltern
{
    background-color: #F5F5F5;
}

.celluleStyle
{
    text-align: center;
}

.celluleCouleur
{
    text-align: center;
}

.cellulePointure
{
    text-align: center;
}

.celluleTitreQuantite
{
    border-collapse: collapse;
    border-width: thin;
    border-color: #0083C1;
    border-style: solid;
}

.txtBoxTitreQuantite
{
    text-align: right;
    font-size: 13px;
    color: #666666;
}

.txtBoxQuantite
{
    text-align: right;
    border-style: solid;
    border-width: thin;
    border-color: #5D809D;
}

.txtBoxTitreDisponibilite
{
    text-align: right;
    font-size: 13px;
    color: #666666;
}

.txtBoxDisponibilite
{
    text-align: center;
}

.cellQuantite
{
    padding: 2px;
    text-align: center;
    border-style: solid;
    border-width: thin;
    border-color: #5D809D;
}

.cellTotal
{
    text-align: right;
    background-color: #F2F2F2;
    border-color: #0083C1;
    color: Black;
}

.cellMessage
{
    background-color: white;
    margin-left: 20px;
    width: 450px;
}

.labelMessage
{
    margin-left: 10px;
    font-size: 1.0em;
    color: Red;
}

.txtBoxQuantite
{
    width: 40px;
    text-align: right;
}

.celluleDateHeure
{
    text-align: center;
}

.labelInfo
{
    /* border:solid 1px #aacfe4; */
           
    vertical-align: bottom;
    text-align: left;
    color: black;
}

.labelInfoBold
{
    margin-right: 15px;
    vertical-align: bottom;
    text-align: left;
    color: black;
    font-weight: bold;
}

.linkButtonDisabled:hover
{
    color: Black;
}


/* Page commandes
----------------------------------------------------------*/

.titre0
{
    background-color: White;
    width: auto;
    font-weight: bold;
    font-size: large;
    color: #0083C1;
}


.titre1
{
    background-color: White;
    width: auto;
    font-weight: bold;
    font-size: medium;
    color: #0083C1;
}

.sectionGridView
{
    min-height: 150px;
}


/*
Modal Popup
------------------------------------------------------------*/

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.5;
}

/* Buttons
------------------------------------------------------------*/

.styled-button-0
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    background-color: #4D6680;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    -border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -text-shadow: #C17C3A 0 -1px 0;
    }

.styled-button-0:hover
{
    background-color: #008ED2;
}

.styled-button-1
{
    background-color: #0083C1;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    -border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: 0;
    -text-shadow: #C17C3A 0 -1px 0;
    height: 20px;
}

.styled-button-1:hover
{
    background-color: #008ED2;
}

.styled-button-2
{
    background-color: #6F1A1A;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    -border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: 0;
    -text-shadow: #C17C3A 0 -1px 0;
    height: 20px;
}

.styled-button-2:hover
{
    background-color: #9B4224;
}

.styled-button-3
{
    background-color: #006600;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    -border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 00px;
    border: 0;
    -text-shadow: #C17C3A 0 -1px 0;
    height: 20px;
}

.styled-button-3:hover
{
    background-color: #208620;
}

.styled-button-3:disabled {
    background-color: #999999; /* Gris pour désactivé */
    color: #cccccc;
    cursor: not-allowed;
    opacity: 0.7; /* Optionnel : rend visuellement l'effet de désactivation */
}

.styled-button-4
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    background-color: #999999;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    -border-radius: 0
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -text-shadow: #C17C3A 0 -1px 0;
    height: 20px;
}

.styled-button-4:hover
{
    background-color: #C0C0C0;
}

.styled-button-5
{
    background-color: #4D6680;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    border-radius: 10px;
    border: 0;
    height: 20px;
}

.styled-button-5:hover
{
    background-color: #008ED2;
}

/* CALENDER 
------------------------------------------------------------*/


.cal_Theme1 .ajax__calendar_container
{
    background-color: #e2e2e2;
    border: solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_header
{
    background-color: #ffffff;
    margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev
{
    color: #004080;
    padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body
{
    background-color: #e9e9e9;
    border: solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_dayname
{
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
}

.cal_Theme1 .ajax__calendar_day
{
    text-align: center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active
{
    color: #004080;
    font-weight: bold;
    background-color: #ffffff;
}

.cal_Theme1 .ajax__calendar_today
{
    font-weight: bold;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title
{
    color: #bbbbbb;
}

.AligneGauche
{
    text-align: left !important;
}

.RapportRowHeader
{
    background-color: #5D7B9D;
}
.Descriptions
{
    border-right: solid 1px white;
    color: white;
    font-weight: bold;
    font-size: 10pt;
    vertical-align: bottom;
    padding-bottom: 3px;
    text-align: center;
    width: 88px;
}
.RapportHeaders
{
    border-right: solid 1px white;
    color: white;
    font-weight: bold;
    font-size: 10pt;
    vertical-align: bottom;
    padding-bottom: 3px;
    text-align: center;
}

.RapportRowPointures
{
    color: black;
    font-weight: bolder;
}

.RapportCellsPointure
{
    padding-left: 1px;
    text-align: center;
    padding-top: 7px;
}

.RapportTable
{
    font-size: 8pt;
    width: 100%;
}

.RapportCellule
{
    border-right: solid 1px lightgray;
    border-bottom: solid 1px lightgray;
}

.RapportCellsQuantite
{
    border-bottom: solid 1px lightgray;
    width: 20px;
    text-align: center;
    color: black;
        padding-bottom: 7px;
}

.RapportCellsPrix
{
    text-align: right;
    padding-right: 6px;
}

.RapportCellsCentrer
{
    text-align: center;
}

#MC_section_headerPointure
{
    text-align: left;
}

#MC_section_headerDescription
{
    text-align: left;
    width: 88px;
}
