﻿body {
    scrollbar-arrow-color: black;
    scrollbar-shadow-color: #222;
    scrollbar-track-color: #222;
    -ms-scrollbar-3dlight-color: #222;
    scrollbar-3dlight-color: #222;
    -ms-scrollbar-arrow-color: black;
    -ms-scrollbar-base-color: #222;
    scrollbar-base-color: #333;
    -ms-scrollbar-highlight-color: #333;
    scrollbar-highlight-color: #333;
    -ms-scrollbar-shadow-color: #222;
    -ms-scrollbar-track-color: #222;
    background-color: #222222;
    color: rgb(255, 255, 255);
}



::-webkit-scrollbar {
    width: 11px;
    height: 11px;
    background-color: #000;
}

::-webkit-scrollbar-button {
    border-left: 1px solid #222;
    background-color: #222;
}

::-webkit-scrollbar-track {
    background-color: #444;
}

::-webkit-scrollbar-track-piece {
    border-left: 1px solid #222;
    background-color: #333;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    border: 1px solid #2B2B2B;
    border-left: 1px solid #222;
    border-radius: 3px;
    background-color: #222;
}

::-webkit-scrollbar-corner {
    border-left: 1px solid #222;
    background-color: #333;
}


::-webkit-resizer {
    background-color: #666;
}

.first {
    border-top: 1px solid #FFFFFF;
}


a {
    color: rgb(255, 255, 255);
}

.revert {
    -webkit-filter: invert(100%) !important;
    filter: invert(100%);
}

.orange {
    color: #FFCC00;
}

.HelperLabel {
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: help;
}

.StdLabel {
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

#pnlLogin {
    display: none;
    width: 500px;
    border: 1px solid #CCC;
    background-color: #222222;
}

#pnlLoginHeader {
    padding-top: 14px;
    padding-left: 10px;
    height: 30px;
    border-bottom: 1px solid #CCC;
    background-color: #000000;
    color: #FFCC00;
    text-align: left;
    font-family: Calibri, helvetica, serif;
}

#pnlLoginReset {
    display: none;
    width: 800px;
    border: 1px solid #CCC;
    background-color: #222222;
}

#pnlLoginResetHeader {
    padding-top: 14px;
    padding-left: 10px;
    height: 30px;
    border-bottom: 1px solid #CCC;
    background-color: #000000;
    color: #FFCC00;
    text-align: left;
    font-weight: bold;
}

.tbLabel {
    outline-width: 0;
    border: 0px;
    background-color: #222;
    color: #FFFFFF;
}

.form-container {
    min-width: 300px;
    width: 100%;
    vertical-align: middle;
    text-decoration: none;
    font-family: Calibri,Arial,'Helvetica Neue',Helvetica,sans-serif;
}

.div-container {
    z-index: 500;
    min-width: 300px;
    width: 100%;
    border: 5px solid #FFFFFF;
    background: #333333;
    vertical-align: middle;
    text-decoration: none;
    font-family: Calibri,Arial,'Helvetica Neue',Helvetica,sans-serif;
}

.topBar-field {
    margin-right: 10px;
    padding: 2px;
    width: 280px;
    outline-width: 0;
    border: 1px solid #000000;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    border-radius: 5px;
    background: #333333;
    color: #FFFFFF;
    font-weight: bold;
}

select option {
    background: #444444;
    color: #F1F1F1;
    border: 5px solid #444444;
}

.form-field {
    margin-right: 0px;
    padding: 2px;
    width: 280px;
    outline-width: 0;
    border: 1px solid #CCC;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #444444;
    color: #f7f7f7;
    box-sizing: border-box !important;
}

    .form-field:focus {
        outline-width: 0;
        background: #e2e4eb;
        color: #000000;
    }

    .form-field:disabled {
        background: #333333;
        color: #FFFFFF;
        border: 1px solid #999999;
    }


.ddl-field-free {
    margin-right: 0px;
    padding: 3px;
    outline-width: 0;
    border: 1px solid #CCC;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #444444;
    color: #f7f7f7;
}

    .ddl-field-free:focus {
        outline-width: 0;
        background: #e2e4eb;
        color: #000000;
    }

.form-field-free-small {
    margin-right: 0px;
    outline-width: 0;
    border: 1px solid #CCC;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #444444;
    color: #f7f7f7;
}

    .form-field-free-small:focus {
        outline-width: 0;
        background: #e2e4eb;
        color: #000000;
    }

.form-field-free {
    margin-right: 0px;
    padding: 5px;
    outline-width: 0;
    border: 1px solid #CCC;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #444444;
    color: #f7f7f7;
    box-sizing: border-box !important;
    width: 238px !important;
}

    .form-field-free:focus {
        outline-width: 0;
        background: #e2e4eb;
        color: #000000;
    }

.form-container h2 {
    margin: 0 0 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.form-title {
    margin-bottom: 10px;
    padding-top: 7px;
    color: #FFCC00;
    letter-spacing: 1px;
    font-size: 26px;
    font-family: Calibri, helvetica, serif;
}

.submit-container { /*border-top: 1px solid #555555;*/
}

.submit-button {
    padding: 5px 12px;
    border: 1px solid #555555;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #464646;
    color: #ffffff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 13px;
    font-family: Calibri,helvetica, serif;
    cursor: pointer;
    box-sizing: border-box;
}

    .submit-button:hover {
        border: 1px solid #000;
        background: #F39813;
        color: #000;
    }

    .submit-button:active {
        outline-width: 0;
        border: 1px solid #000;
        background: #000;
        color: #fff;
    }

.tab-button {
    padding: 6px;
    border-color: #222222;
    background: #222;
    color: rgb(255, 255, 255);
}

    .tab-button:hover {
        outline-width: 0;
        border-color: #222222;
        background: #333;
        color: rgb(255, 255, 255);
    }

    .tab-button:active {
        outline-width: 0;
        border-color: #222222;
        background: #444;
        color: rgb(255, 255, 255);
    }

.divGridScrollable {
    border-color: #222222;
    background-color: #333333;
}

hr {
    padding: 0;
    height: 1px;
    border: 0;
    background-color: #CCC;
    color: #CCC;
}
/*CALENDRIER POPUP SELECTOR*/
#calendarDiv {
    position: absolute;
    visibility: hidden;
    padding: 1px;
    padding-bottom: 20px;
    width: 300px;
    height: 190px;
    border: 1px solid #000;
    background-color: #555;
    font-size: 12px;
    font-family: arial;
}

    #calendarDiv span, #calendarDiv img {
        float: left;
        padding-left: 5px;
    }

    #calendarDiv .selectBox, #calendarDiv .selectBoxOver {
        padding: 1px;
        padding-left: 2px;
        line-height: 12px;
        cursor: pointer;
    }

    #calendarDiv .selectBoxTime, #calendarDiv .selectBoxTimeOver {
        padding: 1px;
        padding-left: 2px;
        line-height: 12px;
        cursor: pointer;
    }





    #calendarDiv .selectBox {
        position: relative;
        border: 1px solid #000;
        color: #fff;
    }

    #calendarDiv .selectBoxOver {
        position: relative;
        border: 1px solid #222;
        background-color: #222;
        color: #FFF;
    }

    #calendarDiv .selectBoxTime {
        position: relative;
        border: 1px solid #0368b1;
        color: #000;
    }

    #calendarDiv .selectBoxTimeOver {
        position: relative;
        border: 1px solid #000;
        color: #000;
    }

    #calendarDiv .topBarCal {
        margin-bottom: 5px;
        padding: 7px;
        height: 16px;
        background-color: #000000;
    }

    #calendarDiv .activeDay {
        background-color: #222;
        color: #FFF;
        font-weight: bold; /* Active day in the calendar */
    }

    #calendarDiv .todaysDate {
        position: absolute;
        bottom: 0px;
        padding: 5px;
        width: 290px;
        height: 17px;
        background-color: #000000;
        text-align: center;
        line-height: 17px;
    }

        #calendarDiv .todaysDate div {
            float: left;
        }

    #calendarDiv .timeBar {
        position: absolute;
        right: 0px;
        width: 72px;
        height: 17px;
        background-color: #222;
        color: #FFF;
        line-height: 17px;
    }

        #calendarDiv .timeBar div {
            float: left;
            margin-right: 1px;
        }


    #calendarDiv .monthYearPicker {
        position: absolute;
        top: 15px;
        left: 0px;
        z-index: 9000;
        display: none;
        padding: 4px;
        border: 1px solid #000000;
        background-color: #222;
        color: #FFF;
    }

    #calendarDiv #monthSelect {
        width: 82px;
    }

    #calendarDiv .monthYearPicker div {
        float: none;
        clear: both;
        margin: 1px;
        padding: 4px;
        cursor: pointer;
    }

    #calendarDiv .monthYearActive {
        background-color: #FFF;
        color: #222;
    }

    #calendarDiv td {
        border: 1px solid #555;
        text-align: center;
        cursor: pointer;
        margin: 0px;
        padding: 5px;
        font-size: 11px;
    }

    #calendarDiv .topBarCal img {
        cursor: pointer;
    }

    #calendarDiv .topBarCal div {
        float: left;
        margin-right: 1px;
    }

.btnInput {
    margin-bottom: -9px;
    margin-left: 3px;
    width: 25px;
    height: 25px;
    border: 10px solid white;
    background-color: #555;
    cursor: pointer;
}

    .btnInput:hover {
        background-color: #FFCC00;
    }

.btnDdl {
    padding: 6px;
    border: 1px solid #FFFFFF;
    background-color: #555;
    cursor: pointer;
}

    .btnDdl:hover {
        background-color: #FFCC00;
    }

.btSelector {
    margin-bottom: -9px;
    padding: 5px;
    padding-top: 6px;
    padding-right: 6px;
    width: 14px;
    height: 14px;
    border: 1px solid #CCC;
    background-color: #555;
    vertical-align: baseline;
    cursor: pointer;
}

    .btSelector:hover {
        background-color: #FFCC00;
    }

.btSelectorIE {
    margin-bottom: -9px;
    padding: 5px;
    padding-top: 6px;
    padding-right: 6px;
    width: 14px;
    height: 14px;
    border: 1px solid #CCC;
    background-color: #555;
    vertical-align: baseline;
    cursor: pointer;
}

    .btSelectorIE:hover {
        background-color: #FFCC00;
    }

.btSelectorTD {
    margin-bottom: 0px;
    padding: 5px;
    padding-top: 6px;
    padding-right: 6px;
    width: 14px;
    height: 14px;
    border: 1px solid #CCC;
    background-color: #555;
    vertical-align: baseline;
    cursor: pointer;
}

    .btSelectorTD:hover {
        background-color: #FFCC00;
    }

.btSmall {
    margin-bottom: -6px;
    padding: 5px;
    padding-top: 6px;
    width: 14px;
    height: 14px;
    border: 1px solid #CCC;
    background-color: #555;
    vertical-align: text-bottom;
    cursor: pointer;
}

    .btSmall:hover {
        background-color: #FFCC00;
    }

.btSmallIE {
    margin-bottom: -9px;
    padding: 5px;
    padding-top: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid #CCC;
    background-color: #555;
    vertical-align: baseline;
    cursor: pointer;
}

    .btSmallIE:hover {
        background-color: #FFCC00;
    }


.btDdl {
    margin-bottom: -7px;
    padding: 6px;
    padding-top: 7px;
    width: 14px;
    height: 14px;
    border: 1px solid #CCC;
    background-color: #555;
    vertical-align: text-bottom;
    cursor: pointer;
}

    .btDdl:hover {
        background-color: #FFCC00;
    }

.btDdlIE {
    margin-bottom: -10px;
    padding: 5px;
    padding-top: 6px;
    width: 16px;
    height: 16px;
    border: 1px solid #CCC;
    background-color: #555;
    vertical-align: baseline;
    cursor: pointer;
}

    .btDdlIE:hover {
        background-color: #FFCC00;
    }

.btSelectorGreen {
    margin-bottom: -6px;
    padding: 6px;
    width: 14px;
    height: 14px;
    border: 1px solid #CCC;
    background-color: #555;
    vertical-align: text-bottom;
    cursor: pointer;
}

    .btSelectorGreen:hover {
        background-color: green;
    }


.btSelectorGreenIE {
    margin-bottom: -6px;
    margin-left: 4px;
    padding: 5px;
    padding-bottom: 6px;
    width: 14px;
    height: 14px;
    border: 1px solid #CCC;
    background-color: #555;
    vertical-align: text-bottom;
    cursor: pointer;
}

    .btSelectorGreenIE:hover {
        background-color: green;
    }

.btGreen {
    width: 24px;
    height: 24px;
    padding: 6px;
    border: 1px solid #CCC;
    background-color: #444444;
    cursor: pointer;
}

.btRed {
    width: 24px;
    height: 24px;
    padding: 6px;
    border: 1px solid #CCC;
    background-color: #444444;
    cursor: pointer;
}

.btSelectorRed {
    margin-bottom: -6px;
    padding: 6px;
    width: 14px;
    height: 14px;
    border: 1px solid #CCC;
    background-color: #555;
    vertical-align: text-bottom;
    cursor: pointer;
}

    .btSelectorRed:hover {
        background-color: red;
    }

.btSelectorRedIE {
    margin-bottom: -6px;
    padding: 5px;
    padding-bottom: 6px;
    width: 14px;
    height: 14px;
    border: 1px solid #CCC;
    background-color: #555;
    vertical-align: text-bottom;
    cursor: pointer;
}

    .btSelectorRedIE:hover {
        background-color: red;
    }

/* Menu vertical de gauche___________________________________________________________________________________________________________________________*/

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
}

#cssmenu {
    width: 100%;
}

    #cssmenu a {
        line-height: 1.0;
    }

    #cssmenu > ul > li {
        background: -moz-linear-gradient(#e94f31 0%, #d13516 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e94f31), color-stop(100%, #d13516));
        background: -webkit-linear-gradient(#e94f31 0%, #d13516 100%);
        background: black;
        background: linear-gradient(#e94f31 0%, #d13516 100%);
    }

        #cssmenu > ul > li:hover {
            background: #FFCC00;
            background: -moz-linear-gradient(#e84323 0%, #c33115 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e84323), color-stop(100%, #c33115));
            background: -webkit-linear-gradient(#e84323 0%, #c33115 100%);
            background: linear-gradient(#e84323 0%, #c33115 100%);
        }

        #cssmenu > ul > li > a {
            display: block;
            border: 1px solid green;
            border-top: none;
            background: url(../Image/Menu/pattern.png) top left repeat;
            color: white;
            font-size: 14px;
        }

            #cssmenu > ul > li > a:hover {
                color: black;
                text-decoration: none;
            }


            #cssmenu > ul > li > a > span {
                display: block;
                padding: 12px 10px;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                border-radius: 4px;
            }

        #cssmenu > ul > li.active {
            border-bottom: none;
        }

        #cssmenu > ul > li.has-sub > a span {
            background: url(../Image/Menu/icon_plus.png) 96% center no-repeat;
        }

        #cssmenu > ul > li.has-sub.active > a span {
            background: url(../Image/Menu/icon_minus.png) 96% center no-repeat;
        }
    /* Sub menu */
    #cssmenu ul ul {
        display: none;
        border-right: 0px solid;
        border-left: 1px solid #a2a194;
        background: #fff;
    }

        #cssmenu ul ul li {
            padding: 0;
            border-top: none;
            border-bottom: 1px solid #d4d4d4;
            background: #f7f7f7;
            background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
            background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
            background: linear-gradient(#f7f7f7 0%, #ececec 100%);
        }

            #cssmenu ul ul li:last-child {
                border-bottom: none;
            }

        #cssmenu ul ul a {
            display: block;
            padding: 10px 10px 10px 25px;
            color: #676767;
            font-weight: normal;
            font-size: 12px;
        }

            #cssmenu ul ul a:before {
                position: absolute;
                left: 10px;
                color: #e94f31;
                content: '»';
            }

            #cssmenu ul ul a:hover {
                color: #e94f31;
            }


    #cssmenu > ul > li:last-child {
        overflow-y: hidden;
        width: 100%;
        border-bottom: 1px solid rgb(115, 121, 135);
    }

    #cssmenu > ul > li {
        background-image: linear-gradient(#363636, #363636);
    }

        #cssmenu > ul > li:hover {
            background-image: linear-gradient(#F39813, #E09500);
        }

        #cssmenu > ul > li > a {
            border: 1px solid rgb(115, 121, 135);
            border-bottom: 0px;
            border-left: 0px;
            color: rgb(255, 255, 255);
        }

            #cssmenu > ul > li > a:hover {
                color: rgb(255, 255, 255);
            }

.menu-container {
    border-right: 1px solid rgb(115, 121, 135);
    background-color: #aeb0b5;
}

.menu-title {
    border-right: 1px solid rgb(115, 121, 135);
    background-color: #aeb0b5;
}





/* iFrameWarehouse Tableaux du haut___________________________________________________________________________________________________________________________*/
.xlForm table {
    border-spacing: 2px !important;
}

.xlForm {
    border-spacing: 2px !important;
}

    .xlForm td {
        padding: 3px;
        height: 30px;
        background-color: #222222;
    }

        .xlForm td:first-child {
            padding-left: 10px;
            width: 200px;
        }

.xlFormHeader {
    border-spacing: 2px !important;
}

    .xlFormHeader td {
        padding: 3px;
        padding-left: 10px;
        height: 30px;
        background-color: #222222;
        font-family: Calibri,helvetica, serif;
    }


        .xlFormHeader td:first-child {
            width: 200px;
        }

.xlForm3 td {
    padding: 3px;
    background-color: #222222;
}


    .xlForm3 td:first-child {
        padding-left: 10px;
    }


.xlForm2 {
    margin: 0px;
    background-color: #333333;
    border-spacing: 2px;
}

    .xlForm2 td {
        padding: 3px;
        background-color: #222222;
    }


        .xlForm2 td:first-child {
            padding-left: 10px;
            width: 200px;
        }



.tdMultiline {
    padding-top: 8px;
}

.xlFormCalendar {
    padding: 3px;
    background-color: #222222;
    font-size: 13px;
}

.tdInput {
    text-align: left; /*width: 75%;*/
}

.tdInput2 {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left; /*width: 75%;*/
}





.tdTabActive {
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    padding: 7px;
    padding-right: 12px;
    margin-right: 4px;
    border-top: 1px #111 solid;
    border-right: 1px #111 solid;
    border-left: 1px #111 solid;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #222;
    color: #FFCC00;
    font-family: Calibri,helvetica, serif;
    cursor: pointer;
    white-space: nowrap;
}

.tdTab {
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    padding: 7px;
    padding-right: 12px;
    margin-right: 4px;
    border-top: 1px #111 solid;
    border-right: 1px #111 solid;
    border-left: 1px #111 solid;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #2b2b2b;
    font-family: Calibri,helvetica, serif;
    cursor: pointer;
    white-space: nowrap;
}

    .tdTab:hover {
        background-color: #222222;
    }



.tabnavImport {
    display: block;
    margin: 0px;
    padding: 0px;
    height: 22px;
}


    .tabnavImport li {
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        display: inline;
        margin: 0px;
        margin-right: 4px;
        padding: 6px;
        padding-right: 10px;
        padding-left: 10px;
        border-top: 1px #000 solid;
        border-right: 1px #000 solid;
        border-bottom: 1px #222 solid;
        border-left: 1px #000 solid;
        -webkit-border-top-left-radius: 6px;
        border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        border-top-right-radius: 6px;
        background: #2B2B2B;
        list-style-type: none;
        cursor: pointer;
    }


        .tabnavImport li.active, .tabnavImport li:hover {
            padding: 6px;
            padding-right: 10px;
            padding-left: 10px;
            background: #222;
            color: #FFCC00;
        }




.tabnav {
    margin: 0px;
    padding: 0px;
    height: 28px;
}


    .tabnav li {
        display: inline;
        margin: 0px;
        padding: 6px;
        padding-right: 10px;
        padding-left: 10px;
        list-style-type: none;
    }

        .tabnav li img {
            vertical-align: text-bottom;
        }

        .tabnav li.active a:link, .tabnav li.active a:visited, .tabnav a:hover {
            -moz-border-radius-topleft: 6px;
            -moz-border-radius-topright: 6px;
            padding: 6px;
            padding-right: 10px;
            padding-left: 10px;
            border-top: 1px #000 solid;
            border-right: 1px #000 solid;
            border-bottom: 1px #222 solid;
            border-left: 1px #000 solid;
            -webkit-border-top-left-radius: 6px;
            border-top-left-radius: 6px;
            -webkit-border-top-right-radius: 6px;
            border-top-right-radius: 6px;
            background: #222;
            color: #FFCC00;
        }






    .tabnav a:link, .tabnav a:visited {
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        float: left;
        margin-right: 5px;
        padding: 6px;
        padding-right: 10px;
        padding-left: 10px;
        border-top: 1px #222 solid;
        border-right: 1px #222 solid;
        border-bottom: 1px #000 solid;
        border-left: 1px #222 solid;
        -webkit-border-top-left-radius: 6px;
        border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        border-top-right-radius: 6px;
        background: #2B2B2B;
        color: #FFF;
        text-decoration: none;
        font-weight: bold;
    }

        .tabnav a:link:hover, .tabnav a:visited:hover {
            background: #333;
        }

    .tabnav a.righter:link, .tabnav a.righter:visited {
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        float: right;
        padding: 6px;
        padding-right: 10px;
        padding-left: 10px;
        border-top: 1px #444 solid;
        border-right: 1px #444 solid;
        border-bottom: 1px #000 solid;
        border-left: 1px #444 solid;
        -webkit-border-top-left-radius: 6px;
        border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        border-top-right-radius: 6px;
        color: #CCC;
        text-decoration: none;
        font-weight: bold;
    }

    .tabnav li.active a.righter:link, .tabnav li.active a.righter:visited, .tabnav a.righter:hover {
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        padding: 6px;
        padding-right: 10px;
        padding-left: 10px;
        border-top: 1px #444 solid;
        border-right: 1px #444 solid;
        border-bottom: 1px #000 solid;
        border-left: 1px #444 solid;
        -webkit-border-top-left-radius: 6px;
        border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        border-top-right-radius: 6px;
        background: #222222;
        color: #CCC;
    }



    .tabnav a.righter:hover {
        color: #FFCC00;
    }







/*Toolbar______________________________________________________________________________________________*/
.ToolBarItemLarge {
    padding: 6px;
    border-top: 1px solid #111111;
    border-bottom: 1px solid #111111;
    border-left: 1px solid #111111;
    background-color: #222222;
    color: #FFFFFF;
}

    .ToolBarItemLarge:first-child {
        -moz-border-bottom-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-top-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .ToolBarItemLarge:last-child {
        border-right: 1px solid #000000;
        -moz-border-bottom-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-top-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .ToolBarItemLarge:hover {
        position: relative;
        z-index: 500;
    }

        .ToolBarItemLarge:hover img {
            opacity: 0.8;
        }

.ToolBarItemLargeLabel {
    padding-right: 8px;
    color: #FFCC00;
}

.ToolBarItem {
    padding: 6px;
    border: 1px solid #000000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #F1F1F1;
    cursor: pointer;
}

    .ToolBarItem:hover {
        position: relative;
        z-index: 500;
        background-color: #FFCC00;
    }

        .ToolBarItem:hover img {
            opacity: 0.8;
        }

.ToolBarItemDisabled {
    padding: 6px;
    border: 1px solid #000000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #CCC;
    cursor: help;
}

    .ToolBarItemDisabled:hover {
        position: relative;
        z-index: 500;
        background-color: #FFCC00;
    }

    .ToolBarItemDisabled img {
        opacity: 0.2;
    }

.ToolBarItemQuick {
    padding: 2px;
    height: 30px;
    border: 1px solid #000000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #F1F1F1;
    cursor: pointer;
}

    .ToolBarItemQuick:hover {
        position: relative;
        z-index: 500;
        background-color: #FFCC00;
    }

        .ToolBarItemQuick:hover img {
            opacity: 0.8;
        }

#ToolBarText {
    padding-right: 10px;
    color: #FFCC00;
    font-weight: bold;
    font-size: 13px;
}

.ToolBarSeparator {
    float: left;
    overflow: hidden;
    width: 10px;
}

.displayNone {
    display: none;
}



.ToolBarItem div {
    display: none;
}



.ToolBarItem:hover div {
    position: absolute;
    top: 39px;
    left: -97px;
    display: block;
    padding: 5px;
    width: 120px;
    border: 1px solid #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #F1F1F1;
    color: #000;
    text-align: center;
    font-style: normal;
    cursor: default;
    -moz-animation: fadein 0.5s;
    -ms-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s; /* Firefox */ /* Internet Explorer */ /* Opera */ /* Safari and Chrome */
}

.ToolBarItemDisabled div {
    display: none;
}



.ToolBarItemDisabled:hover div {
    position: absolute;
    top: 39px;
    left: -50px;
    display: block;
    padding: 5px;
    width: 120px;
    border: 1px solid #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #F1F1F1;
    color: #000;
    text-align: center;
    font-style: normal;
    cursor: default;
    -moz-animation: fadein 0.5s;
    -ms-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s; /* Firefox */ /* Internet Explorer */ /* Opera */ /* Safari and Chrome */
}
/*GESTION DES TEXTBOX COMPOSITES-------------------------------------------------------*/
.ReceptionProduitTxtQuantiteRestante {
    margin-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    outline-width: 0;
    border: 1px solid #CCC;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #444444;
    color: #f7f7f7;
}

.ReceptionProduitTxtQuantite {
    margin-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    outline-width: 0;
    border: 1px solid #CCC;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #444444;
    color: #f7f7f7;
}

.ReceptionProduitTxtLot {
    margin-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    outline-width: 0;
    border: 1px solid #CCC;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #444444;
    color: #f7f7f7;
}


.ReceptionProduitCodeBarre {
    margin-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    outline-width: 0;
    border: 1px solid #CCC;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #444444;
    color: #f7f7f7;
}

.compositeTable {
    width: 238px;
    padding: 0;
    margin: 0;
    border-collapse: collapse !important;
    box-sizing: border-box !important;
}

    .compositeTable tbody {
        border: 0px;
    }


.tdComposite {
    padding: 0;
    margin: 0;
}

.txtComposite {
    margin-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    outline-width: 0;
    border: 1px solid #CCC;
    height: 28px;
    background-color: #444444;
    color: #FFFFFF;
    width: 205px !important;
    box-sizing: border-box !important;
}

    .txtComposite:focus {
        margin-right: 0px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 5px;
        outline-width: 0;
        border: 1px solid #CCC;
        height: 28px;
        background-color: #FFFFFF;
        color: #000000;
        box-sizing: border-box !important;
    }

.txtCompositeReadOnly {
    margin-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    outline-width: 0;
    border: 1px solid #999999;
    height: 28px;
    background-color: #2B2B2B;
    color: #FFFFFF;
    box-sizing: border-box !important;
}

    .txtCompositeReadOnly:focus {
        margin-right: 0px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 5px;
        outline-width: 0;
        border: 1px solid #999999;
        height: 28px;
        background-color: #2B2B2B;
        color: #FFFFFF;
        box-sizing: border-box !important;
    }

.txtReadOnly {
    margin-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    outline-width: 0;
    border: 1px solid #999999;
    height: 22px;
    width: 238px;
    background-color: #2B2B2B;
    color: #FFFFFF;
    box-sizing: border-box !important;
    height: 29px;
}

    .txtReadOnly:focus {
        margin-right: 0px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 5px;
        outline-width: 0;
        border: 1px solid #999999;
        height: 22px;
        width: 238px;
        background-color: #2B2B2B;
        color: #FFFFFF;
        box-sizing: border-box !important;
        height: 29px;
    }


.ddlComposite {
    margin-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    outline-width: 0;
    border: 1px solid #CCC;
    height: 29px;
    background-color: #444444;
    color: #FFFFFF;
    width: auto !important;
}

    .ddlComposite:focus {
        margin-right: 0px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 5px;
        outline-width: 0;
        border: 1px solid #CCC;
        height: 29px;
        background-color: #FFFFFF;
        color: #000000;
        width: auto !important;
    }

.ReceptionProduitTxtGroupNumber {
    margin-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    outline-width: 0;
    border: 1px solid #CCC;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #444444;
    color: #f7f7f7;
}

.ReceptionTxtGroupNumberReserve {
    margin-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    outline-width: 0;
    border: 1px solid #CCC;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #444444;
    color: #f7f7f7;
}

.ReceptionProduitTxtStockPicking {
    margin-right: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    width: 70px;
    outline-width: 0;
    border: 1px solid #CCC;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #444444;
    color: #f7f7f7;
}

.ReceptionProduitTxtStockReserve {
    margin-right: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    outline-width: 0;
    border: 1px solid #CCC;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #444444;
    color: #f7f7f7;
}

.ReceptionProduitTxtLot {
    margin-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    outline-width: 0;
    border: 1px solid #CCC;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #444444;
    color: #f7f7f7;
}

.ReceptionProduitTxtDate {
    margin-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    outline-width: 0;
    border: 1px solid #CCC;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #444444;
    color: #f7f7f7;
}

.FicheProduitTxtStock {
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    outline-width: 0;
    border: 1px solid #CCC;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #444444;
    color: #f7f7f7;
}

.Composite2Col {
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    outline-width: 0;
    border: 1px solid #CCC;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #444444;
    color: #f7f7f7;
}

    .Composite2Col:focus {
        background: #444444;
        color: #f7f7f7;
    }

.Composite5Col {
    margin-right: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    width: 30px;
    outline-width: 0;
    border: 1px solid #CCC;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #444444;
    color: #f7f7f7;
}

    .Composite5Col:focus {
        background: #444444;
        color: #f7f7f7;
    }

.Composite {
    margin-right: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    width: 70px;
    outline-width: 0;
    border: 1px solid #CCC;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #444444;
    color: #f7f7f7;
}

    .Composite:focus {
        background: #444444;
        color: #f7f7f7;
    }




/* MENU  ___________________________________________________________________________________________________________________________*/
#topBar, #topBarMenu {
    overflow-x: auto;
    overflow-y: hidden;
    height: 40px;
    font-family: Calibri,helvetica, serif;
    white-space: nowrap;
    text-align: left;
}

#menuButtonActive {
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    border-left: 1px solid #666;
    background: black;
    background-image: linear-gradient(#F39813, #E09500);
}

#main {
    height: 100%;
}

#leftBar {
    float: left;
    width: 250px;
    height: 500px;
    background: black;
    background-image: linear-gradient(#363636, #212121);
}

.leftBarItem {
    padding: 10px;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #000000;
}

    .leftBarItem:hover {
        background: black;
        background-image: linear-gradient(#F39813, #E09500);
        color: #FFFFFF;
        cursor: pointer;
    }

        .leftBarItem:hover .leftBarSubtitle {
            color: #FFFFFF;
        }

.leftBarTitle {
    font-weight: bold;
}


.leftBarSubtitle {
    color: #999999;
}


#content {
}

#contentTop {
    padding: 20px;
}

#helper {
    padding-left: 0px;
    width: 100%;
    height: 32px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background: #74AAD6;
    background-image: linear-gradient(#74AAD6, #487497);
    color: white;
    text-align: left;
    font-weight: bold;
}

#tableHelper {
    position: absolute;
    z-index: 400;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #333;
    color: #FFF;
}

.menuButton {
    float: left;
    margin-right: 10px;
    padding: 4px;
    width: 140px;
    height: 32px;
    border-right: 1px solid #000000;
    cursor: pointer;
}

    .menuButton:hover {
        border-right: 1px solid #666666;
        background-color: #000000;
    }

#searchBox {
    float: right;
    margin: 2px;
    margin-right: 16px;
    padding-top: 0px;
    padding-right: 14px;
    padding-left: 4px;
    border: 1px solid #000;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    background-color: #333;
}

.tb {
    margin: 0px;
    height: 15px;
    outline: none;
    border: 0px solid #666;
    background-color: #333;
    color: #FFFFFF;
}

.imgSearch {
    padding-top: 2px;
}

input.marked, textarea.marked {
    color: #666;
}

.logo {
    float: left;
    cursor: pointer;
}

.itemButton {
    float: left;
    margin: 6px;
    padding: 6px;
    border: 1px solid #000000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: black;
    background-image: linear-gradient(#464646, #2D2D2D,#464646);
    cursor: pointer;
}

    .itemButton:hover {
        background: black;
        background-image: linear-gradient(#545452, #464646,#545452);
    }

.itemButtonSelected {
    float: left;
    margin: 6px;
    padding: 6px;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: black;
    background-image: linear-gradient(#545452, #464646,#545452);
    color: #FFCC00;
}

.itemButtonSelectedSingle {
    float: left;
    margin: 6px;
    padding: 6px;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: black;
    background-image: linear-gradient(#545452, #464646,#545452);
    color: #FFCC00;
    font-weight: bold;
    cursor: default;
}

#footer {
    position: fixed;
    bottom: 0;
    display: none;
    padding: 5px;
    width: 100%;
    height: 35px;
    border-top: 3px solid #445478;
    background-image: linear-gradient(#363636, #212121);
}



#MainMenuContent {
    position: absolute;
    top: 40px;
    left: 0px;
    padding: 0px;
    width: 250px;
    border: 1px solid #666666;
    background-color: #CCCCCC;
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    color: #303030;
}

#MainMenuItems {
    left: 0px;
    width: 250px;
    border-right: 0px solid #666;
}


.MainMenuItem {
    padding: 8px;
    border-top: 1px solid #CCCCCC;
    background-color: #F1F1F1;
    font-size: 15px;
    font-family: Calibri,helvetica, serif;
    cursor: pointer;
}

    .MainMenuItem:hover {
        background: #FFCC00;
        background-image: linear-gradient(#F39813, #E09500);
    }


.MainMenuImage {
    padding-right: 20px;
    width: 24px;
    height: 24px;
}

.connected {
    margin-top: 10px;
    padding: 15px;
    color: #FFCC00;
    font-weight: bold;
    font-size: 14px;
}


.arrow {
    float: right;
    margin-top: 10px;
    padding-right: 20px;
}






#MainCatSelected {
    user-select: none;
    float: left;
    margin: 6px;
    padding: 6px;
    padding-right: 12px;
    padding-left: 12px;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    border-radius: 3px;
    background: black;
    background-image: linear-gradient(#545452, #464646,#545452);
    color: #FFCC00;
    cursor: pointer;
}

#MainCatSelectedSingle {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    float: left;
    margin: 6px;
}

#MainCatSelector {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: absolute;
    z-index: 300;
    display: none;
    min-width: 150px;
    border: 1px solid #CCCCCC;
    background: black;
    background-image: linear-gradient(#545452, #464646,#545452);
    color: #FFF;
    text-align: left;
}

.MainCatItem {
    margin: 0px;
    padding: 8px;
    padding-right: 12px;
    padding-left: 12px;
    border-bottom: 1px solid #CCC;
    background: black;
    background-image: linear-gradient(#545452, #464646,#545452);
    cursor: pointer;
}

    .MainCatItem:last-child {
        margin: 0px;
        padding: 6px;
        padding-right: 12px;
        padding-left: 12px;
        border-bottom: 0px solid #CCC;
        background: black;
        background-image: linear-gradient(#545452, #464646,#545452);
        cursor: pointer;
    }

    .MainCatItem:hover {
        background: black;
        background-image: linear-gradient(#464646, #2D2D2D,#464646);
        color: #FFCC00;
    }

#MainMenuArrow {
    width: 40px;
}

.CatItem {
    margin: 6px;
    padding: 6px;
    padding-right: 12px;
    padding-left: 12px;
    border: 1px solid #000000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: black;
    background-image: linear-gradient(#464646, #2D2D2D,#464646);
    cursor: pointer;
}

    .CatItem:hover {
        border: 1px solid #CCC;
        background: black;
        background-image: linear-gradient(#545452, #464646,#545452);
    }

.CatItemHighlighted {
    margin: 6px;
    padding: 5px;
    padding-right: 12px;
    padding-left: 12px;
    border: 1px solid #000000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: black;
    background-image: linear-gradient(#464646, #2D2D2D,#464646);
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 4px;
    color: #FFCC00;
}

    .CatItemHighlighted:hover {
        border: 1px solid #CCC;
        background: black;
        background-image: linear-gradient(#545452, #464646,#545452);
    }

.CatItemSelected {
    margin: 6px;
    padding: 6px;
    padding-right: 12px;
    padding-left: 12px;
    border: 1px solid #FFCC00;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: black;
    background-image: linear-gradient(#545452, #464646,#545452);
    color: #FFCC00;
    cursor: pointer;
}

.xlNavTitle {
    margin: 6px;
    padding: 6px;
    width: 200px;
    color: #FFCC00;
    font-weight: bold;
}


#Copyright {
    position: absolute;
    bottom: 10px;
    margin: 0px;
    padding: 0px;
    width: 250px;
    color: #555555;
    text-align: center;
}

    #Copyright a {
        color: #555555;
    }

        #Copyright a:hover {
            color: #FFFFFF;
        }

.xlMessage {
    color: #FFFFFF;
}


/*FIN STYLE MASTER MENU WAREHOUSE*/

.popupContainer {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9); /*top: 72px;*/
}

.popupBar {
    height: 3px;
    -moz-background-size: auto;
    -webkit-background-size: auto;
    background-size: auto;
    -moz-box-shadow: 0px 2px 2px #222;
    -webkit-box-shadow: 0px 2px 2px #222;
    box-shadow: 0px 2px 2px #222;
}

.popupBox {
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #333333;
}

.popupHeader {
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    padding: 0px;
    padding-top: 12px;
    width: 100%;
    height: 28px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #222222;
    color: #FFCC00;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Calibri,helvetica, serif;
    cursor: default;
}

.popupContent {
    overflow-y: auto;
    padding: 0px;
    padding-bottom: 10px;
    width: 100%;
    background-color: #333333;
}

.popupInner {
    padding: 10px;
}

.popupClose {
    float: right;
    padding: 10px;
    cursor: pointer;
}

    .popupClose:hover {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: #2B2B2B;
    }

.popupTable td {
    padding: 3px;
    padding-left: 10px;
    background-color: #2B2B2B;
}

.popupButton {
    padding: 5px 12px;
    width: 200px;
    outline-width: 0;
    border: 1px solid #555555;
    border-left: 5px solid #FFCC00;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #222222;
    -moz-box-shadow: 2px 2px 2px #222;
    -webkit-box-shadow: 2px 2px 2px #222;
    box-shadow: 2px 2px 2px #222;
    color: #FFCC00;
    vertical-align: middle;
    font-weight: normal;
    font-size: 14px;
    font-family: Calibri,helvetica, serif;
    cursor: pointer;
}

    .popupButton:hover {
        outline-width: 0;
        border: 1px solid #777777;
        border-left: 5px solid green;
        background: #000;
        color: #ffcc00;
    }

    .popupButton:active {
        outline-width: 0;
        border: 1px solid #000;
        border-left: 5px solid #000;
        background: #2B2B2B;
        color: #fff;
    }

    .popupButton:disabled {
        outline-width: 0;
        border: 1px solid #000;
        background: #2B2B2B;
        color: #444444;
    }

.popupReverse {
    margin-top: -4px;
    -webkit-filter: invert(100%) !important;
    filter: invert(100%);
}

.popupAlert {
    margin-top: -4px;
}



.shade {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0);
    -moz-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s; /*top: 72px;*/
    /*cursor:wait;*/
}

.alertValidation {
    position: fixed;
    bottom: 30px;
    left: -300px;
    border: 1px solid #555555;
    background-color: #222222;
    padding: 18px;
    padding-right: 50px;
    min-width: 200px;
    text-align: left;
    font-size: 14px;
    -moz-box-shadow: 5px 5px 5px #222;
    -webkit-box-shadow: 5px 5px 5px #222;
    box-shadow: 5px 5px 5px #222;
}
/*lyr popups ___________________________________________________________________________________________________________________________*/
.layer {
    position: absolute;
    z-index: 300;
    display: none;
    padding: 10px;
    width: 700px;
    border: 1px solid #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #333333;
}

.layerClose {
    float: right;
    width: 20px;
    border: 1px solid #555555;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #222;
    cursor: pointer;
}

    .layerClose:hover {
        border: 1px solid #000000;
        background-color: #FFCC00;
    }




/* Calendrier gestion des arrivées ___________________________________________________________________________________________________________________________*/
.caltooltip {
    margin: 2px;
    padding: 2px;
    border: solid 1px #CCC;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #444444;
    text-align: center;
    cursor: pointer;
}

    .caltooltip em {
        display: none;
    }

    .caltooltip:hover {
        position: relative;
        z-index: 500;
    }

        .caltooltip:hover em {
            position: absolute;
            top: 30px;
            left: -50px;
            display: block;
            padding: 5px;
            min-width: 240px;
            border: 1px solid #bbb;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            background: #ffc;
            -moz-box-shadow: 5px 5px 5px #000;
            -webkit-box-shadow: 5px 5px 5px #000;
            box-shadow: 5px 5px 5px #000;
            color: #000;
            text-align: left;
            font-style: normal;
            cursor: default;
        }

            .caltooltip:hover em span {
                position: absolute;
                top: -7px;
                left: 120px;
                width: 11px;
                height: 7px;
                background: transparent url(../Image/calendar/tooltiptop.gif);
            }


.caltooltipweek {
    margin: 2px;
    padding: 2px;
    border: solid 1px #CCC;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #444444;
    text-align: center;
    cursor: pointer;
}

    .caltooltipweek em {
        display: none;
    }

    .caltooltipweek:hover {
        position: relative;
        z-index: 500;
    }

        .caltooltipweek:hover em {
            position: absolute;
            top: 62px;
            left: -20px;
            display: block;
            padding: 5px;
            min-width: 240px;
            border: 1px solid #bbb;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            background: #ffc;
            -moz-box-shadow: 5px 5px 5px #000;
            -webkit-box-shadow: 5px 5px 5px #000;
            box-shadow: 5px 5px 5px #000;
            color: #000;
            text-align: left;
            font-style: normal;
            cursor: default;
        }

            .caltooltipweek:hover em span {
                position: absolute;
                top: -7px;
                left: 120px;
                width: 11px;
                height: 7px;
                background: transparent url(../Image/calendar/tooltiptop.gif);
            }


#calArriveesPlanning {
    border: 1px solid #000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 11px;
}

.calArriveesHelper {
    padding: 8px;
    border-top: 1px solid #000000;
    background-color: #222;
    text-align: center;
}

.calWeek {
    font-size: 13px;
}

.calTrigram {
    float: left;
    color: #FFCC00;
}

.calDelete {
    float: right;
    width: 10px;
    border: 1px solid #555555;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

    .calDelete:hover {
        border: 1px solid #000000;
        background-color: #FF0000;
    }

.calAdd {
    float: right;
    margin: 2px;
    padding: 4px;
    width: 15px;
    border: 1px solid #555555;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

    .calAdd:hover {
        border: 1px solid #000000;
        background-color: #FFCC00;
    }

.calBox {
    margin: 2px;
    padding: 2px;
    min-height: 80px;
    height: 100%;
    border: 1px solid #000000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #555555;
}

.calBoxOk {
    margin: 2px;
    padding: 2px;
    min-height: 80px;
    border: 1px solid Green;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #555555;
}

.calDayHeader {
    height: 25px;
    background-color: #333;
}

.calDay {
    float: left;
    padding: 4px;
    color: #CCC;
    text-align: left;
    font-style: italic;
    font-size: 13px;
}

.calDayToday {
    float: left;
    padding: 4px;
    color: #FFCC00;
    text-align: left;
    font-weight: bold;
    font-style: italic;
    font-size: 13px;
}

.calContent {
    padding: 4px;
    color: #CCC;
    text-align: center;
    font-size: 12px;
}


.calBoxToday {
    margin: 2px;
    padding: 2px;
    min-height: 80px;
    border: 1px solid #FFCC00;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #555555;
}


.calBoxOtherMonth {
    display: none;
}

.calHelper {
    padding: 2px;
    border: 1px solid #999999;
    border-top: 1px solid #333333;
    background-color: #555555;
    text-align: center;
}

.calBoxWarning {
    margin: 2px;
    padding: 2px;
    min-height: 80px;
    border: 1px solid #FF0000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #555555;
}

.calNbRed {
    color: #FF0000;
    font-size: 14px;
}

.calNb {
    color: White;
    font-size: 14px;
}


/* DDLCrosslog___________________________________________________________________________________________________________________________*/
.ddlPanel {
    position: absolute;
    z-index: 300;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px;
    min-width: 300px;
    max-height: 300px;
    border: 1px solid #FFFFFF;
    background-color: #444444;
}

.ddlTb {
    z-index: 300;
}

.ddlRow {
    padding: 6px;
    border-bottom: 1px solid #FFFFFF;
    background-color: #444444;
    cursor: pointer;
}

    .ddlRow:hover {
        background-color: #222222;
    }

.ddlNew {
    padding: 10px;
    background-color: #222222;
    color: #FFCC00;
    text-align: left;
    cursor: pointer;
}

    .ddlNew:hover {
        background-color: #000000;
    }





.OutterChat {
    margin-left: 100px;
}

.OutterChatXL {
    margin-right: 100px;
}

.InnerChat {
    padding: 15px;
    border: 1px solid #222222;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #666;
    text-align: right;
}

.InnerChatXL {
    padding: 15px;
    border: 1px solid #222222;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #444;
}

.Chat {
    margin-top: 10px;
    padding: 15px;
    background-color: #222;
}

.LowerChat {
    position: relative;
    z-index: 100;
    padding: 5px;
    color: #999;
    text-align: right;
}

.LowerChatXL {
    position: relative;
    z-index: 100;
    padding: 5px;
    color: #999;
}

    .LowerChatXL span {
        position: absolute;
        top: -1px;
        left: 120px;
        width: 11px;
        height: 6px;
        background-repeat: no-repeat;
        text-align: left;
    }

.LowerChat span {
    position: absolute;
    top: -1px;
    right: 120px;
    width: 11px;
    height: 6px;
    background-repeat: no-repeat;
    text-align: right;
}



.gvtooltiptextRight {
}

    .gvtooltiptextRight .questionMark em {
        display: none;
    }

    .gvtooltiptextRight .questionMark:hover {
        position: relative;
        z-index: 500;
        cursor: help;
    }

        .gvtooltiptextRight .questionMark:hover em {
            position: absolute;
            top: 0px;
            left: 20px;
            display: block;
            padding: 5px;
            width: 320px;
            border: 1px solid #bbb;
            background: #ffc;
            color: #000;
            text-align: left;
            font-style: normal;
            cursor: default;
            -moz-animation: fadein 1s;
            -ms-animation: fadein 1s;
            -o-animation: fadein 1s;
            -webkit-animation: fadein 1s;
            animation: fadein 1s; /* Firefox */ /* Internet Explorer */ /* Opera */ /* Safari and Chrome */
        }




.gvtooltiptext {
}

    .gvtooltiptext em {
        display: none;
    }

    .gvtooltiptext:hover {
        position: relative;
        z-index: 500;
        cursor: pointer;
    }

        .gvtooltiptext:hover em {
            position: absolute;
            top: 30px;
            left: -190px;
            display: block;
            padding: 5px;
            width: 320px;
            border: 1px solid #bbb;
            background: #ffc;
            color: #000;
            text-align: left;
            font-style: normal;
            cursor: default;
            -moz-animation: fadein 1s;
            -ms-animation: fadein 1s;
            -o-animation: fadein 1s;
            -webkit-animation: fadein 1s;
            animation: fadein 1s; /* Firefox */ /* Internet Explorer */ /* Opera */ /* Safari and Chrome */
        }

.xlGridFooter {
}

.xlGridFilterReorder {
    background-color: #333333;
    cursor: pointer;
}

    .xlGridFilterReorder:hover {
        background-color: #111111;
        cursor: pointer;
    }

.xlGridPager a, .xlGridPager span {
    display: block;
    min-width: 17px;
    height: 17px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

.xlGridDdlPager {
    border: 1px solid #333333;
    background-color: #333333;
    color: #FFFFFF;
    font-size: 11px;
}

.xlGridPager a {
    padding: 3px;
    border: 1px solid #111;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #333333;
    color: #FFFFFF;
}

    .xlGridPager a:hover {
        background-color: #111111;
    }

.xlGridPager {
    margin: 0px;
    padding: 0px;
    background-color: #222222;
    border-top: 1px solid #CCC;
}

    .xlGridPager span {
        padding: 3px;
        border: 1px solid #111;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color: #FFCC00;
        color: #000;
    }

.xlGridHeaderRow {
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    border-color: #222222;
}

.xlGridHeader {
    border-color: #222222;
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #222222;
    background-color: #222222;
    color: #FFCC00;
    font-weight: normal;
    font-family: Calibri,helvetica, serif;
}

    .xlGridHeader td {
        margin: 0px;
        padding: 0px;
    }

        .xlGridHeader td:first-child {
            margin: 0px;
            padding: 0px;
        }

    .xlGridHeader th {
        margin: 0px;
        padding: 0px;
    }

.xlGridHeaderFixed {
    border-color: #222222;
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
    border-left: 1px solid #222222;
    background-color: #222222;
    color: #FFCC00;
    font-weight: bold;
    font-family: Calibri,helvetica, serif;
}

    .xlGridHeaderFixed td {
        margin: 0px;
        padding: 0px;
    }

        .xlGridHeaderFixed td:first-child {
            margin: 0px;
            padding: 0px;
        }

    .xlGridHeaderFixed th {
        margin: 0px;
        padding: 0px;
    }

.xlGridRowstyle {
    background-color: #222222;
}

.xlGridAlternatingRowstyle {
    background-color: #333333;
}

.xlGridRow {
}

.xlGridExport {
    text-align: center;
    cursor: pointer;
}

    .xlGridExport:hover {
        background-image: linear-gradient(#F39813, #E09500);
        cursor: pointer;
    }

.xlGridExportLink:hover {
    color: #FFCC00;
}

.xlGridExportDiv {
    position: absolute;
    z-index: 209;
    display: none;
    padding: 10px;
    width: 160px;
    border: 1px solid #000000;
    background-color: #333333;
    color: #FFFFFF;
    text-align: left;
    font-weight: normal;
    cursor: default;
}

.xlGridFilterDiv {
    position: absolute;
    z-index: 205;
    display: none;
    padding: 10px;
    width: 133px;
    border: 1px solid #000000;
    background-color: #222222;
    -moz-box-shadow: 2px 2px 2px #111;
    -webkit-box-shadow: 2px 2px 2px #111;
    box-shadow: 2px 2px 2px #111;
    color: #FFFFFF;
    text-align: left;
    font-weight: normal;
}

.xlGridFilterRow {
    display: none;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #666;
    background-color: #222222;
    color: #FFFFFF;
    text-align: left;
    font-weight: normal;
}

    .xlGridFilterRow th {
        margin: 0px;
        padding: 0px;
    }

.xlGridFilterRowBlock {
    background-color: #333333;
    color: #FFFFFF;
    text-align: left;
    font-weight: normal;
    cursor: n-resize;
}

    .xlGridFilterRowBlock td {
        margin-right: 0px;
        padding: 5px;
        cursor: default;
    }

*:focus {
    outline: none;
}

.xlGridFilterTd {
    background-color: #111111;
    border: 1px solid transparent;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 15px;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
}

    .xlGridFilterTd:hover {
        background-color: #FFCC00;
    }

        .xlGridFilterTd:hover img {
            -webkit-filter: invert(100%) !important;
            filter: invert(100%);
        }

.xlGridFilterTdBorder {
    padding: 5px;
    padding-right: 10px;
    margin: 2px;
    border-right: 1px solid #444;
}

    .xlGridFilterTdBorder:last-child {
        border-right: 0px solid #222222;
    }

.xlGridTxtFilter {
    width: 70px;
    outline: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.xlGridEmptyReseter {
    padding: 30px;
    border: 1px solid #111111;
    background-color: #333333;
    color: #FFCC00;
    cursor: pointer;
}

    .xlGridEmptyReseter:hover {
        background-color: #444444;
    }

.xlGridHeaderText {
    float: left;
    margin-top: 3px;
    color: #FFCC00;
}

.xlGridTotals {
    border-top: 1px solid #CCC;
    background-color: #222222;
    color: #FFCC00;
    font-weight: bold;
}

.xlGridTotalsFixedHeader {
    border-top: 1px solid #CCC;
    background-color: #222222;
    color: #FFCC00;
    font-weight: bold;
}

.xlGridEmpty {
    background-color: #2B2B2B;
    color: #FFFFFF;
    text-align: center;
    font-style: italic;
}

.xlGridBtn2 {
    border: 1px solid #333333;
    opacity: 0.5;
    cursor: pointer;
}

    .xlGridBtn2:hover {
        border: 1px solid #333333;
        background-image: linear-gradient(#74AAD6, #487497);
        opacity: 1;
    }

.xlGridBtn {
    margin: 10px;
    border: 1px solid #666666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer; /*float: right;*/
}

    .xlGridBtn:hover {
        border: 1px solid #333333;
        background-image: linear-gradient(#74AAD6, #487497);
    }

/*.xlGrid tr td {
    border-right: 1px solid #222222;
}*/

.xlGrid a {
    color: #FFF;
    text-decoration: none;
}

.xlGrid td {
    padding: 6px !important;
}


.xlGridTbFilter {
    width: 100px;
    border: 1px solid #000000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.xlGridBtnFilter {
    margin-top: 2px;
    padding: 2px;
    border: 1px solid #000000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-image: linear-gradient(#464646, #2D2D2D,#464646);
    cursor: pointer;
}

    .xlGridBtnFilter:hover {
        background-image: linear-gradient(#545452, #464646,#545452);
    }


.xlGridBtnFilterClose {
    border: 1px solid #000000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-image: linear-gradient(#464646, #2D2D2D,#464646);
    cursor: pointer;
}

    .xlGridBtnFilterClose:hover {
        background-image: linear-gradient(#545452, #464646,#545452);
    }


.xlGridFilterTb {
    background-color: #333;
    border: 0px solid transparent;
    color: #FFF;
    outline-width: 0;
    padding: 2px;
}

.xlGridFilterTopTd {
    background-color: #444444;
    border: 1px solid #111111;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.btn-imgxlGrid img {
    margin-right: 0px !important;
    color: black !important;
    border-color: black !important;
    border: 1px solid !important;
    padding: 3px !important;
    border-radius: 3px !important;
    background-color: #F1F1F1 !important;
    height: 24px !important;
    width: 24px !important;
}

.hastip {
    text-align: center;
    cursor: help;
}

.tooltipsy {
    padding: 10px;
    width: 300px;
    border: 1px solid #000000;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #F1F1F1;
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    color: #303030;
}

.FilterTable {
    margin: 0px;
    padding: 0px;
}

.helper {
    -webkit-text-shadow: 1px 1px #000000;
    text-shadow: 1px 1px #000000;
}


.xlGridHeaderTooltip {
}

    .xlGridHeaderTooltip em {
        display: none;
    }

    .xlGridHeaderTooltip:hover {
        position: relative;
        z-index: 500;
        cursor: help;
    }

        .xlGridHeaderTooltip:hover em {
            position: absolute;
            top: 30px;
            left: -100px;
            display: block;
            padding: 5px;
            width: 220px;
            border: 1px solid #bbb;
            background: #ffc;
            color: #000;
            text-align: center;
            font-style: normal;
            cursor: default;
            -moz-animation: fadein 1s;
            -ms-animation: fadein 1s;
            -o-animation: fadein 1s;
            -webkit-animation: fadein 1s;
            animation: fadein 1s; /* Firefox */ /* Internet Explorer */ /* Opera */ /* Safari and Chrome */
        }




.gvtooltip {
}

    .gvtooltip em {
        display: none;
    }

    .gvtooltip:hover {
        position: relative;
        z-index: 500;
        background-color: #FFCC00;
        cursor: pointer;
    }

        .gvtooltip:hover em {
            position: absolute;
            top: 30px;
            left: -190px;
            display: block;
            padding: 5px;
            width: 220px;
            border: 1px solid #bbb;
            background: #ffc;
            color: #000;
            text-align: center;
            font-style: normal;
            cursor: default;
            -moz-animation: fadein 1s;
            -ms-animation: fadein 1s;
            -o-animation: fadein 1s;
            -webkit-animation: fadein 1s;
            animation: fadein 1s; /* Firefox */ /* Internet Explorer */ /* Opera */ /* Safari and Chrome */
        }

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



/* WebControl Option Selector */
.OptionSelectorDiv {
    overflow-y: auto;
    padding: 10px;
    background-color: #2B2B2B;
}

.OptionSelectorDiv2 {
    overflow-y: auto;
    padding: 2px;
    background-color: #2B2B2B;
}

.OptionSelectorHeader {
    background-color: #222;
    color: #FFCC00;
    text-align: left;
    font-weight: bold;
}

    .OptionSelectorHeader td {
        background-color: #222;
    }

.OptionSelectorTools {
    float: right;
}

.OptionSelectorCounter {
    font-weight: normal;
    padding: 5px;
}

    .OptionSelectorCounter em {
        display: none;
    }

    .OptionSelectorCounter:hover {
        position: relative;
        z-index: 500;
        cursor: help;
    }

        .OptionSelectorCounter:hover em {
            position: absolute;
            top: 20px;
            left: 0px;
            display: block;
            padding: 5px;
            max-height: 250px;
            width: 180px;
            border: 1px solid #bbb;
            background: #ffc;
            color: #000;
            text-align: left;
            font-style: normal;
            font-size: 11px;
            cursor: default;
            -moz-animation: fadein 1s;
            -ms-animation: fadein 1s;
            -o-animation: fadein 1s;
            -webkit-animation: fadein 1s;
            animation: fadein 1s; /* Firefox */ /* Internet Explorer */ /* Opera */ /* Safari and Chrome */
        }

.OptionSelectorItem {
    padding: 3px;
    border-bottom: dotted 1px #333;
    cursor: pointer;
}

    .OptionSelectorItem:hover {
        background-color: #333;
    }






/* Alphabet WebControl  */

.xlGridAlphabetContainer {
    margin: 0px;
    padding: 0px;
    border-color: #222222;
    border-bottom: 1px solid #FFF;
    -moz-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    background-color: #222;
    color: #222;
}

    .xlGridAlphabetContainer td {
        margin: 0px;
        padding: 0px;
    }

    .xlGridAlphabetContainer th {
        margin: 0px;
        padding: 0px;
    }

.xlGridSubHeader td {
    margin: 0px;
    padding: 0px;
}

.xlGridSubHeader th {
    margin: 0px;
    padding: 0px;
}



.Alphabet {
    padding-top: 2px;
    padding-bottom: 4px;
    font-weight: bold;
    font-family: Calibri;
}

    .Alphabet td {
        margin: 1px;
        padding: 0px;
        border: 1px solid #222;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color: #333;
        color: #FFCC00;
        text-align: center;
        cursor: pointer;
    }

        .Alphabet td:first-child {
            margin-left: 0px;
        }

        .Alphabet td:last-child {
            margin-right: 0px;
        }

        .Alphabet td:hover {
            background-color: #FFCC00;
            color: #000;
        }

.marked {
    color: #FFCC00;
    font-style: italic;
    opacity: 0.3;
}

.comboItem {
    border-bottom: dashed 1px #444;
    background-color: #2B2B2B;
    cursor: pointer;
}

    .comboItem:hover {
        background-color: #333333;
    }

.comboItemHidden {
    display: none;
}


.SysAdmin {
    padding: 10px;
    border-bottom: 1px solid #FFFFFF;
    background-color: #ff0000;
    font-size: 15px;
}

.reverse {
    -webkit-filter: invert(100%) !important;
    filter: invert(100%);
}

#countbox {
    font-weight: bold;
    font-size: 18px;
}

#divHome {
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: absolute;
    top: 77px;
    right: -1px;
    z-index: 1000;
    display: none;
    margin: 1px;
    padding: 0;
    width: 350px;
    border-right: 1px solid #487497;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    background-color: #222222;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 13px;
}

#divHistory {
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: absolute;
    top: 77px;
    right: -1px;
    z-index: 1000;
    display: none;
    margin: 1px;
    padding: 0;
    width: 350px;
    border-right: 1px solid #487497;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    background-color: #222222;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 13px;
}

#divCustomerServices {
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: absolute;
    top: 77px;
    z-index: 2000;
    display: none;
    margin: 1px;
    padding: 0;
    width: 350px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    background-color: #222222;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 13px;
}

#divClient {
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: absolute;
    top: 77px;
    z-index: 2000;
    display: none;
    margin: 1px;
    padding: 0;
    width: 350px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    background-color: #222222;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 13px;
}

#divTools {
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: absolute;
    top: 77px;
    z-index: 2000;
    display: none;
    margin: 1px;
    padding: 0;
    width: 350px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    background-color: #222222;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 13px;
}

#divSearch {
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: absolute;
    top: 77px;
    z-index: 2000;
    display: none;
    margin: 1px;
    padding: 0;
    width: 398px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    background-color: #222222;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 13px;
}

#divFactuReports {
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: absolute;
    top: 77px;
    z-index: 2000;
    display: none;
    margin: 1px;
    padding: 0;
    width: 350px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    background-color: #222222;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 13px;
}

#divAdmin {
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: absolute;
    top: 77px;
    z-index: 2000;
    display: none;
    margin: 1px;
    padding: 0;
    width: 350px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    background-color: #222222;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 13px;
}

#divApplication {
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: absolute;
    top: 77px;
    z-index: 2000;
    display: none;
    margin: 1px;
    padding: 0;
    width: 350px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    background-color: #222222;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 13px;
}

#divBilling {
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: absolute;
    top: 77px;
    z-index: 2000;
    display: none;
    margin: 1px;
    padding: 0;
    width: 350px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    background-color: #222222;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 13px;
}

.divHisto {
    background: #487497;
    padding: 8px;
}

.divDropDown {
    background: #487497;
    padding: 6px;
    text-align: left;
}

.subItem {
    background: #487297;
    padding: 6px;
    text-align: left;
    border-bottom: 1px solid #6895b9;
}

    .subItem:first-child {
        border-top: 1px solid #6895b9;
    }

    .subItem:hover {
        background: #234a69;
        color: #FFCC00;
        cursor: pointer;
    }

#tableHistory {
    background-color: #222222;
}

.historyHeader {
    border-bottom: 1px solid #FFFFFF;
    background-color: #222222;
    color: #FFCC00;
    font-weight: bold;
}

.historyItem {
    background-color: #333333;
    color: #FFFFFF;
    cursor: pointer;
}

    .historyItem:hover {
        background-color: #FFCC00;
        color: #000000;
    }

.historyItemAlternate {
    background-color: #222222;
    color: #FFFFFF;
    cursor: pointer;
}

    .historyItemAlternate:hover {
        background-color: #FFCC00;
        color: #000000;
    }

.btnHistory {
    padding-top: 3px;
    padding-right: 15px;
    padding-bottom: 3px;
    padding-left: 15px;
    -webkit-filter: invert(100%) !important;
    filter: invert(100%);
    cursor: pointer;
    -moz-transition: transform .4s ease-in-out;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: transform .2s ease-in-out;
}

    .btnHistory:hover {
        -webkit-filter: invert(0%) !important;
        filter: invert(0%);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

.btnHome {
    padding-top: 3px;
    padding-right: 15px;
    padding-bottom: 3px;
    padding-left: 15px;
    -webkit-filter: invert(100%) !important;
    filter: invert(100%);
    cursor: pointer;
    -moz-transition: transform .4s ease-in-out;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: transform .2s ease-in-out;
}

    .btnHome:hover {
        -webkit-filter: invert(0%) !important;
        filter: invert(0%);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

#btnClientSelector {
    color: #FFFFFF;
}



#divClientSelector {
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: absolute;
    top: 77px;
    right: -1px;
    z-index: 1000;
    display: none;
    margin: 1px;
    padding: 0px;
    width: 350px;
    border-right: 1px solid #487497;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    background-color: #222222;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 13px;
}

#tableClientSelector {
    background-color: #222222;
}

    #tableClientSelector td {
        padding: 6px !important;
    }

    #tableClientSelector td {
        padding: 6px !important;
    }

#divscroll {
    overflow-y: scroll;
    height: 300px;
    background-color: #222222;
}

.ClientSelectorHeader {
    border-bottom: 1px solid #FFFFFF;
    background-color: #222222;
    color: #FFCC00;
    font-weight: bold;
}

.ClientSelectorItem {
    background-color: #333333;
    color: #FFFFFF;
    cursor: pointer;
}

    .ClientSelectorItem:hover {
        background-color: #FFCC00;
        color: #000000;
    }

.ClientSelectorItemAlternate {
    background-color: #222222;
    color: #FFFFFF;
    cursor: pointer;
}

    .ClientSelectorItemAlternate:hover {
        background-color: #FFCC00;
        color: #000000;
    }

.btnClientSelector {
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

    .btnClientSelector:hover {
        background-color: #FFCC00;
        color: #000000;
    }

.btnClientSelectorInactive {
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.hiddenImportPager {
    display: none;
}

.autoOver {
    -webkit-filter: invert(100%) !important;
    filter: invert(100%);
    cursor: pointer;
    -moz-transition: transform .4s ease-in-out;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}

    .autoOver:hover {
        -webkit-filter: invert(0%) !important;
        filter: invert(0%);
    }

#ddlAutoComplete {
    position: ABSOLUTE;
    z-index: 300;
    display: none;
    overflow-x: auto;
    width: 248px;
    height: 100px;
    border: 1px solid #FFFFFF;
    background-color: #222222;
}

    #ddlAutoComplete td {
        padding: 2px;
    }

        #ddlAutoComplete td:hover {
            background-color: #FFCC00;
        }


.launchSearch {
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #366081;
    cursor: pointer;
}

    .launchSearch:hover {
        background-color: #284d6a;
    }


.DashDetails b {
    font-family: Calibri,helvetica, serif;
}

.DashHeader {
    padding: 4px;
    color: #FFCC00;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    font-family: Calibri,helvetica, serif;
}

.DashTitle {
    margin-left: 30px;
    padding: 4px;
    color: #FFCC00;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    font-family: Calibri,helvetica, serif;
}

.DashTd {
    padding: 10px;
    background-color: #222222;
}

dt a {
    color: #FFCC00;
}

.DashDetailsInner {
    overflow: auto;
    border: 1px solid #000000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #2b2b2b;
    font-size: 11px;
}

.RecapTdTot {
    padding: 4px;
    border: 1px solid #111111;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #2b2b2b;
    color: #FFFFFF;
    cursor: pointer;
}

    .RecapTdTot:hover {
        border: 1px solid #111111;
        background-color: #FFCC00;
        color: #000000;
    }

        .RecapTdTot:hover .orange {
            color: #000000;
        }


.RecapTdTotSelected {
    padding: 4px;
    border: 1px solid #111111;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFCC00;
    color: #000000;
    cursor: pointer;
}

    .RecapTdTotSelected .orange {
        color: #000000;
    }

.DashTdTot {
    padding: 4px;
    border: 1px solid #111111;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #2b2b2b;
    color: #FFFFFF;
    font-family: Calibri,helvetica, serif;
    cursor: pointer;
}

    .DashTdTot:hover {
        border: 1px solid #111111;
        background-color: #FFCC00;
        color: #000000;
    }

        .DashTdTot:hover .orange {
            color: #000000;
        }

.DashTdTotSelected {
    padding: 4px;
    border: 1px solid #111111;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFCC00;
    color: #000000;
    font-family: Calibri,helvetica, serif;
    cursor: pointer;
}

.ddMenu {
    z-index: 50;
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
}

.dashboardA a {
    color: darkblue;
    text-decoration: none;
}

    .dashboardA a:hover {
        color: darkblue;
        text-decoration: underline;
    }

.ddHeader:hover {
    background-color: #FFCC00;
}

#search input {
    width: 40px;
    -moz-transition: width 0.5s ease-out;
    -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
}

    #search input:focus {
        width: 120px;
        -moz-transition: width 0.5s ease-out;
        -webkit-transition: width 0.5s ease-out;
        transition: width 0.5s ease-out;
    }

.xlGridPagerCounter a {
    color: white;
    text-decoration: none;
}

    .xlGridPagerCounter a:hover {
        color: #FFCC00;
        text-decoration: underline;
    }

#tdClientSelector {
    font-weight: bold;
    font-family: Calibri,helvetica, serif;
}

.borderLeft {
    border-left: 1px dotted #333333;
}


.tableButton {
    background-color: #4B4B4B;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
    color: #FFCC00;
    border: 1px solid #2B2B2B;
}

    .tableButton:hover {
        background-color: #222222;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding: 3px;
        border: 1px solid #111;
    }

    .tableButton a {
        color: #FFCC00;
    }



















/*SI LA NOUVELLE POLICE NE PLAIT PAS, VIRER TOUT CE QUI EST EN DESSOUS DE CE COMMENTAIRE*/

#pnlLoginHeader {
    font-size: 15px;
    font-family: 'MS Reference Sans Serif','daxregular', Calibri, helvetica, serif;
}

.form-title {
    font-size: 14px;
    font-family: 'MS Reference Sans Serif','daxregular', Calibri,helvetica, serif;
}

.submit-button {
    font-family: 'MS Reference Sans Serif','daxregular',Calibri,helvetica, serif;
}

.xlFormHeader td {
    font-family: 'MS Reference Sans Serif','daxregular', Calibri,helvetica, serif;
}

.tdTabActive {
    font-family: 'MS Reference Sans Serif','daxregular',Calibri,helvetica, serif;
}

.tdTab {
    font-family: 'MS Reference Sans Serif','daxregular',Calibri,helvetica, serif;
}

#topBar, #topBarMenu {
    font-family: 'MS Reference Sans Serif','daxregular',Calibri,helvetica, serif;
}

.MainMenuItem {
    font-weight: bold;
    font-family: Calibri,helvetica, serif;
}

.xlGridHeader {
    font-size: 12px;
    font-family: 'MS Reference Sans Serif','daxregular',Calibri,helvetica, serif;
}

.xlGridHeaderFixed {
    font-weight: normal;
    font-family: 'MS Reference Sans Serif','daxregular',Calibri,helvetica, serif;
}

.Alphabet {
    font-weight: normal;
    font-size: 11px;
    font-family: 'MS Reference Sans Serif','daxregular', Calibri,helvetica, serif;
}

.DashDetails b {
    font-weight: normal;
    font-family: 'MS Reference Sans Serif','daxregular', Calibri,helvetica, serif;
}

.DashHeader {
    font-weight: normal;
    font-size: 12px;
    font-family: 'MS Reference Sans Serif','daxregular', Calibri,helvetica, serif;
}

.DashTitle {
    font-weight: normal;
    font-size: 12px;
    font-family: 'MS Reference Sans Serif','daxregular', Calibri,helvetica, serif;
}

.RecapTdTot {
    font-family: 'MS Reference Sans Serif','daxregular', Calibri,helvetica, serif;
}

.RecapTdTotSelected {
    font-family: 'MS Reference Sans Serif','daxregular', Calibri,helvetica, serif;
}

.DashTdTot {
    font-family: 'MS Reference Sans Serif','daxregular', Calibri,helvetica, serif;
}

.DashTdTotSelected {
    font-family: 'MS Reference Sans Serif','daxregular', Calibri,helvetica, serif;
}

#tdClientSelector {
    font-weight: normal;
    font-family: Calibri,helvetica, serif;
}

.BlocAccueil b {
    font-weight: normal;
    font-family: 'MS Reference Sans Serif','daxregular', Calibri,helvetica, serif;
}

.pnlAdmin {
    font-size: 14px;
}

.noMargin {
    margin: 0;
    padding: 0;
}

    .noMargin td {
        margin: 0;
        padding: 0;
    }

.reseter td {
    margin: 0;
    padding: 3px;
}

.parameterGridHeader {
    padding: 7px;
    border-bottom: 1px solid #FFFFFF;
    background-color: #222222;
    color: #FFCC00;
    font-weight: bold;
    font-size: 15px;
    font-family: 'MS Reference Sans Serif','daxregular', Calibri,helvetica, serif;
}




.webSpacer {
    padding: 2px;
    padding-top: 10px;
}

.FactuRowDetails {
    height: 26px;
    cursor: pointer;
    text-decoration: underline;
}



.rounder {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 28px;
}

.productItem {
    padding: 7px;
    margin: 2px;
    height: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #2B2B2B;
    border: 1px solid #111111;
    height: 100px;
}

    .productItem:hover {
        background-color: #222;
    }

.selectableSlot {
    padding: 4px;
    margin: 2px;
    border: 1px solid #111111;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #222222;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
}

    .selectableSlot:hover {
        background-color: #2B2B2B;
    }

.selectedSlot {
    padding: 4px;
    margin: 2px;
    border: 1px solid #111111;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #FFCC00;
    color: #000000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
    font-weight: bold;
}

    .selectedSlot .orange {
        color: black;
    }

.imgPlusBoutique {
    width: 15px;
    height: 15px;
    vertical-align: bottom;
    padding: 2px;
    border: 1px solid #CCC;
    background-color: #FFCC00;
    margin-left: 4px;
    cursor: pointer;
}

#topBar, #topBarMenu {
    height: 44px;
}

.BlocAccueil b {
    color: #FFCC00;
}

.BlocAccueilAlert {
    background-color: #222;
    padding: 20px;
    margin: 10px;
    color: #CCC;
    border: 1px solid #FF0000;
}

.BlocAccueil {
    background-color: #222;
    padding: 20px;
    margin: 10px;
    color: #CCC;
}

.tdMW {
    border-left: solid 1px #234a69;
    text-align: left;
    min-width: 160px;
}

    .tdMW:first-child {
        border-left: none;
        text-align: left;
    }

.H1MW {
    color: #FFF;
    padding: 3px;
    font-size: 15px;
    font-weight: normal;
    border-bottom: 1px solid #6895b9;
    background: #234a69;
    text-transform: uppercase;
}

.H2MW {
    padding: 3px;
    padding-left: 6px;
    color: #FFCC00;
    border-bottom: 1px solid #6895b9;
    background: #234a69;
    text-transform: uppercase;
}

.tbMW {
    border: 1px solid #000000;
}

.subItemMW {
    background: #487297;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    border-bottom: 1px solid #6895b9;
}

    .subItemMW:first-child {
        border-top: 1px solid #6895b9;
    }

    .subItemMW:hover {
        background: #356387;
        color: #FFCC00;
        cursor: pointer;
    }

html {
    overflow-y: scroll;
}

.menuBarLink {
    font-weight: bold;
    cursor: pointer;
}

    .menuBarLink:hover {
        color: #FFCC00;
        text-decoration: underline;
    }

.HPEntryHeader {
    background: #222;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
}

    .HPEntryHeader:hover .HPEdit {
        display: block;
    }

.HPEntry {
    background: #2B2B2B;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 3px;
}

    .HPEntry:hover .HPEdit {
        display: block;
    }

.HPHeader {
    border-bottom: 1px solid #444;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.HPCaption {
    color: #666666;
}

.HPExtra {
    padding: 5px;
    background: #333;
    color: #FFCC00;
    text-decoration: underline;
    margin-top: 10px;
    border-radius: 3px;
}

.HPEdit {
    float: right;
    color: #555555;
    cursor: pointer;
    display: none;
}

    .HPEdit:hover {
        float: right;
        color: #FFCC00;
    }





.gridLine {
    border-top: 1px solid #444;
}

.gridLineEmpty {
    border-top: 1px solid #444;
    color: #CCC;
}

.gridLineAlternating {
    border-top: 1px solid #444;
}

tbody {
    border-bottom: 1px solid #444;
}

.FloatLeft {
    float: left;
}

    .FloatLeft .btGreen {
        margin-top: 0px;
        margin-left: 5px;
        width: 19px;
        height: 19px;
        padding: 3px;
        border: solid #CCC;
        border-width: 1px !important;
        background-color: #444444;
        cursor: pointer;
    }

    .FloatLeft .txtReadOnly {
        width: 210px;
    }

.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    margin: 15% auto;
    width: 40%;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.popupHeader-position {
    position: relative;
}

table {
    border-collapse: separate;
}

input, img, td, tr, body, table, div, span, a {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    line-height: normal;
}

.popupButton, .popupButton .submit-button, .dxTable {
    appearance: auto;
    box-sizing: border-box;
}

.hidden-menuitem {
    display: none;
}

.form-check, .form-switch {
    font-size: large;
    width: 250px;
    justify-content: center;
    display: flex;
    padding: 0px;
}

input.form-control, .custom-form-conatiner td, .custom-form-conatiner tr, .custom-card, .custom-card div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

