/* Échec de l'agrandissement. Renvoi du contenu non agrandi.
: run-time error CSS1036: Expected expression, found ''
(1648,1): run-time error CSS1019: Unexpected token, found '{'
(1649,22): run-time error CSS1030: Expected identifier, found ' '
(1649,23): run-time error CSS1031: Expected selector, found 'url('./images/hoverCross.png')'
(1649,23): run-time error CSS1025: Expected comma or open brace, found 'url('./images/hoverCross.png')'
(1650,25): run-time error CSS1030: Expected identifier, found ' '
(1650,39): run-time error CSS1031: Expected selector, found ';'
(1650,39): run-time error CSS1025: Expected comma or open brace, found ';'
(1651,23): run-time error CSS1030: Expected identifier, found ' '
(1651,33): run-time error CSS1031: Expected selector, found ';'
(1651,33): run-time error CSS1025: Expected comma or open brace, found ';'
(1652,1): run-time error CSS1019: Unexpected token, found '}'
(2643,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2644,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2663,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2664,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
@font-face {
    font-family: 'helveticaBold';
    src: url('./fonts/HelveticaNeueLTPro-Bd.otf');
}

@font-face {
    font-family: 'helveticaLight';
    src: url('./fonts/HelveticaNeueLTPro-Lt.otf');
}

@font-face {
    font-family: 'ethnoCentric';
    src: url('./fonts/ethnocentric rg.ttf');
}




menu, ol, ul {
    padding: 0;
}

dl, menu, ol, ul {
    margin: 0;
}

html {
    scrollbar-base-color: #444;
    scrollbar-arrow-color: white;
    scrollbar-track-color: #444;
    scrollbar-shadow-color: white;
    scrollbar-lightshadow-color: black;
    scrollbar-darkshadow-color: gray;
    scrollbar-highlight-color: white;
    scrollbar-3dlight-color: #444;
}


body {
    /*  background-color: #404040;*/
    color: #ffffff;
    font-family: Verdana, Arial, Sans-Serif;
}


#gen {
    text-align: center;
    margin: 0 auto;
}

#logo {
    width: 259px;
    margin: 15px auto 10px auto;
}

a {
    color: #ffffff;
    outline: 0;
}

.field-validation-error {
    color: salmon;
}

.li-text {
    cursor: pointer;
}

*:focus {
    outline: none;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {
}


/*******Header*******/
ul {
    list-style-type: none;
}

#onglet {
    z-index: 1000;
    height: 50px;
    position: relative;
    /* padding-top: 15px;*/
    margin-bottom: 0px;
    width: 960px;
    margin-left: 127px;
}

    #onglet ul {
        list-style-type: none;
        overflow: hidden;
    }

        #onglet ul:first-child {
            /*margin-left: 10px;*/
        }

        #onglet ul li {
            text-align: center;
            float: left;
            margin-bottom: 0;
            border-bottom: none;
            vertical-align: bottom;
            position: relative;
            margin-left: 4px;
            margin-top: 4px;
            padding: 0px;
        }




            #onglet ul li a {
                text-decoration: none;
                display: block;
                float: left;
                border-right: solid 1px rgba(84,84,84,0.7);
                border-radius: 7px;
                -moz-border-radius: 7px;
                -webkit-border-radius: 7px;
                text-transform: capitalize;
                /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzFlMWUxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
                background: -moz-linear-gradient(top, #4d4d4d 0%, #1e1e1e 99%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4d), color-stop(99%,#1e1e1e)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #4d4d4d 0%,#1e1e1e 99%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #4d4d4d 0%,#1e1e1e 99%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #4d4d4d 0%,#1e1e1e 99%); /* IE10+ */
                background: linear-gradient(to bottom, #4d4d4d 0%,#1e1e1e 99%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#1e1e1e',GradientType=0 ); /* IE6-8 */
                font-size: 1em;
                height: 22px;
                padding: 0px;
                margin: 0px;
                padding-top: 8px;
                position: relative;
                z-index: 1000;
                padding: 8px 30px 0 15px;
                color: #a6a6a6;
                font-weight: bold;
            }

            #onglet ul li:hover a {
                background: #fd9763; /* Old browsers */
                /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkOTc2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNjQ5MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                background: -moz-linear-gradient(top, #fd9763 0%, #c64907 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd9763), color-stop(100%,#c64907)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #fd9763 0%,#c64907 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #fd9763 0%,#c64907 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #fd9763 0%,#c64907 100%); /* IE10+ */
                background: linear-gradient(to bottom, #fd9763 0%,#c64907 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9763', endColorstr='#c64907',GradientType=0 ); /* IE6-8 */
                color: black;
            }

            #onglet ul li:hover span {
                background-image: url('./images/hoverCross.png');
                background-position: center center;
                background-repeat: no-repeat;
            }


#menu {
    margin-top: 5px;
    overflow: hidden;
    position: absolute;
    z-index: 9999;
    margin-left: 12px;
    padding: 10px;
    background: #ff7f04; /* Old browsers */
    background: -moz-linear-gradient(top, #ff7f04 0%, #ffaf66 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7f04), color-stop(100%,#ffaf66)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff7f04 0%,#ffaf66 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff7f04 0%,#ffaf66 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff7f04 0%,#ffaf66 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ff7f04 0%,#ffaf66 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f04', endColorstr='#ffaf66',GradientType=0 ); /* IE6-9 */
    border: solid 1px #EB5C00;
    border-radius: 0 0 10px 10px;
}



    #menu ul {
        list-style-type: none;
    }

        #menu ul li {
            margin: 5px 0px 0px 10px;
        }

            #menu ul li a:hover {
                color: #000000;
            }

.menu-expiry {
    overflow: hidden;
    z-index: 150000;
    position: absolute;
    margin-left: 12px;
    padding: 10px;
    background: #E55B20; /* Old browsers */
    background: -moz-linear-gradient(top, #E55B20 0%, #E55B20 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E55B20), color-stop(100%,#E55B20)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #E55B20 0%,#E55B20 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #E55B20 0%,#E55B20 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #E55B20 0%,#E55B20 100%); /* IE10+ */
    background: linear-gradient(to bottom, #E55B20 0%,#E55B20 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E55B20', endColorstr='#E55B20',GradientType=0 ); /* IE6-9 */
    border: solid 1px #EB5C00;
    border-radius: 10px 10px 10px 10px;
}

.menu {
    color: #ffffff; /*Pour un onglet mise en avant*/ /*height:32px; margin-right:3px; padding-top:5px; width:95px;*/ /*******************************/
    height: 32px;
    width: 95px;
    border: #ff7f04 solid 1px;
    border-bottom: none;
    margin: 0px 3px 0px 3px;
    background: #F5DA81;
    background: -moz-linear-gradient(top, #F5DA81 0%, #ff7f04 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F5DA81), color-stop(100%,#ff7f04));
    background: -webkit-linear-gradient(top, #F5DA81 0%,#ff7f04 100%);
    background: -o-linear-gradient(top, #F5DA81 0%,#ff7f04 100%);
    background: -ms-linear-gradient(top, #F5DA81 0%,#ff7f04 100%);
    background: linear-gradient(top, #F5DA81 0%,#ff7f04 100%);
    -pie-background: linear-gradient(top, #F5DA81,#ff7f04);
    behavior: url(/Content/PIE.htc);
    -pie-lazy-init: true;
}


.section-menu {
    float: left;
    height: auto;
    padding: 0 0;
    position: relative;
}

    .section-menu h2 {
        text-align: center;
        padding: 5px;
        border-bottom: #C9671C solid 1px;
        border-top: #EA724B solid 1px;
        border-right: #EA724B solid 1px;
        font-size: 1.05em;
        background: #ffa84c; /* Old browsers */
        background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#ff7b0d)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffa84c 0%,#ff7b0d 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
    }


    .section-menu:first-child {
        border: none;
    }

    .section-menu ul {
        margin: 0 5px;
    }


.sectionMenuBorder {
    width: 1px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 2000px;
    background: #fff;
}

#m-cash > ul > li {
    vertical-align: top;
    display: inline-block;
}


.workSpace {
    /* border: #9f9f9f solid 1px;*/
    border-bottom: none;
    margin: 0px 3px 0 3px;
    background: #9f9f9f; /* Old browsers */
    background: -moz-linear-gradient(top, #9f9f9f 0%, #0e0e0e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9f9f9f), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9f9f9f 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9f9f9f 0%,#0e0e0e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #9f9f9f 0%,#0e0e0e 100%); /* IE10+ */
    background: linear-gradient(top, #9f9f9f 0%,#0e0e0e 100%); /* W3C */
    -pie-background: linear-gradient(top, #9f9f9f,#0e0e0e );
    behavior: url(/Content/PIE.htc);
    -pie-lazy-init: true;
}

.workSpaceSelected {
    font-weight: bold;
    background: #7d7e7d; /* Old browsers */
    background: -moz-linear-gradient(top, #eee 0%, #0e0e0e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eee 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eee 0%,#0e0e0e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eee 0%,#0e0e0e 100%); /* IE10+ */
    background: linear-gradient(top, #eee 0%,#0e0e0e 100%); /* W3C */
    -pie-background: linear-gradient(top, #eee, #0e0e0e );
    behavior: url(/Content/PIE.htc);
}

.workSpace a:hover {
    color: #eb5c00;
}


/*******Header*******/


/* SELECTION */
::-moz-selection {
    background: #ff8f27;
}

::selection {
    background: #ff8f27;
}


* {
    margin: 0;
    padding: 0;
    font-size: 0.97em;
}

.validation-summary-errors ul {
    color: red;
    list-style-type: none;
}

#gestion-WS-content-forex ul {
    list-style-type: none;
}

#contenu-forex .graphForex {
    padding-bottom: 32px;
}

button, input[type='button'], input[type='submit'] {
    padding-left: 3px;
    padding-right: 3px;
    /*
    padding-left: 3px !important;
    padding-right: 3px !important;
        */
    word-break: keep-all;
    white-space: nowrap;
    /*margin: 0 auto;*/
    display: block;
    background-color: #afafaf;
    cursor: pointer;
    border: 2px outset white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    behavior: url(/Content/PIE.htc);
    -pie-lazy-init: true;
    z-index: 8888;
}


::-webkit-scrollbar {
    width: 10px;
}


/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px 2px #000;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #000;
    -webkit-box-shadow: inset 0 0 10px 2px #FFF;
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #000;
    }

table {
    width: 100%;
    border: solid 1px #67696b;
}


.bgColorMultiview {
    padding-bottom: 0;
}

#futures-prices tr td {
    border-right: solid 1px #67696b;
    border-left: solid 1px #a7a6a6;
    border-bottom: dotted 1px #67696b;
    min-width: 5px;
    padding: 3px;
}

.cache {
    display: none;
}

#content-graph {
    position: absolute;
    z-index: 9999;
    margin: 0px 10px 10px 10px;
    overflow: hidden;
}



/*ALERTESMS*/
.style1 {
    height: 46px;
}

.style2 {
    height: 106px;
}

.style3 {
    width: 153px;
}

.style4 {
    height: 106px;
    width: 153px;
}
/*!ALERTESMS*/

/*Images des cellules*/
.arrow-lt {
    background: url('arrow-lt.png') no-repeat center;
}

.arrow-gt {
    background: url('arrow-gt.png') no-repeat center;
}

.arrow-eq {
    background: url('arrow-eq.png') no-repeat center;
}

td[title="Graph"] {
    cursor: pointer;
}


#gestion-WS-content-newsDJ-ctrls > div {
    display: inline-block;
    vertical-align: top;
}

#gestion-WS-content-newsDJ-ctrls select {
    height: 150px;
}

#gestion-WS-content-newsDJ {
    margin-top: 3px;
}

#gestion-WS-content-newsDJ, gestion-WS-content-newsDJ-ctrls {
    margin: 0px;
    padding: 0px;
}

    #gestion-WS-content-newsDJ div {
        vertical-align: top;
    }

#gestion-WS-content-modification div {
    border: 0;
    overflow-x: hidden;
}

#lstCodingSeek {
    background-color: #afafaf;
    height: 150px;
    overflow: auto;
    overflow-x: hidden;
    width: 210px;
    min-width: 210px;
}

#ndj-keyword, #ndj-coding, #search-coding-txt {
    width: 96px;
}

select {
    background-color: #afafaf;
    border: 0;
    min-width: 150px;
}

#prefiltre select {
    height: 20px;
}

input {
    background-color: #afafaf;
    background-color: rgba(180,180,180, 0.8);
    border: 0;
    outline: none;
}


.title-news {
    cursor: pointer;
}

#analysisHSC th, #newsDJ th {
    background: #474747;
    background: -moz-linear-gradient(top, #474747 0%, #727272 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#474747), color-stop(100%,#727272));
    background: -webkit-linear-gradient(top, #474747 0%,#727272 100%);
    background: -o-linear-gradient(top, #474747 0%, #727272 100%);
    background: -ms-linear-gradient(top, #474747 0%,#727272 100%);
    background: linear-gradient(top, #474747 0%,#727272 100%);
    -pie-background: linear-gradient(top, #474747,#727272); /*behavior: url(/Content/PIE.htc);*/
    -pie-lazy-init: true;
    border-top: solid 1px #A7A6A6;
    border-bottom: solid 1px #A7A6A6;
    border-left: solid 1px #A7A6A6;
    border-right: 1px solid #67696B;
    padding: 2px;
}

#analysisHSC h2, #newsDJ h2 {
    /*font-size: 1.2em;*/
    text-align: center;
    padding: 5px;
    border: solid 1px #EB5C00;
    background: #EA975B;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhOTc1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNjliMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #EA975B 0%, #F69B02 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EA975B), color-stop(100%, #F69B02));
    background: -webkit-linear-gradient(top, #EA975B 0%,#F69B02 100%);
    background: -o-linear-gradient(top, #EA975B 0%,#F69B02 100%);
    background: -ms-linear-gradient(top, #EA975B 0%,#F69B02 100%);
    background: linear-gradient(top, #EA975B 0%,#F69B02 100%);
    -pie-background: linear-gradient(top, #EA975B,#F69B02 ); /*behavior: url(/Content/PIE.htc);*/
    -pie-lazy-init: true;
}

#PriceCash td {
    width: 120px;
    /*border-top: solid 1px #908f8f;*/
    border-bottom: solid 1px #A7A6A6;
    border-left: solid 1px #A7A6A6;
    border-right: 1px solid #67696B;
}



#rapportHSC-content > body {
    color: white;
}


#wait {
    /*width: 128px;
	height: 128px;*/
    background-color: #404040;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 30px;
    position: fixed;
    z-index: 1000000;
    top: 55%;
    left: 55%;
    margin-top: -128px;
    margin-left: -128px;
    border: white solid 1px;
    -moz-box-shadow: 0px 0px 7px white;
    -webkit-box-shadow: 0px 0px 7px white;
    -ms-box-shadow: 0px 0px 10px white;
    box-shadow: 0px 0px 10px white; /*behavior: url(/Content/PIE.htc);*/
    -pie-lazy-init: true;
}

#header {
    position: fixed;
    top: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: #1e1e1e;
    background-image: url(./images/pattern.png);
    height: 57px;
    z-index: 9999;
}

#headerContent {
    position: relative;
    margin: 0px;
    padding: 0px;
    /* width:960px;*/
}

#logotype {
    display: block;
    width: 190px;
    height: 45px;
    left: 0px;
    float: left;
}

    #logotype img {
        width: 180px;
    }

#footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 25px;
    background: url('./images/footerPattern.png') repeat-x;
    z-index: 9999;
}

#footerLogoLogaviv {
    display: block;
    position: absolute;
    left: 50px;
    width: unset;
    height: 25px;
}

#footerLogoIntercative {
    display: block;
    position: absolute;
    right: 32px;
    width: 80px;
    height: 34px;
}



#logoLogaviv {
    display: block;
    position: fixed;
    right: 10px;
    height: 40px;
    top: 10px;
    z-index: 9999;
}


#mainMenu {
    cursor: pointer;
    display: block;
    /*width: 37px;*/
    height: 40px;
    float: left;
    margin: -5px 15px 0px;
    margin-top: 7px;
    width: 45px;
    height: 50px;
    background: url('./images/menuWsd.png') center left no-repeat;
}

    #mainMenu:hover {
        background-position-x: -45px;
    }

#addWorkspace {
    cursor: pointer;
    display: block;
    width: 38px;
    height: 37px;
    float: left;
    margin: -5px 15px 0px;
    margin-top: 10px;
    width: 38px;
    height: 37px;
    background: url('./images/addWorkspace.png') left no-repeat;
}

    #addWorkspace:hover {
        background-position-x: -37px;
    }


#ongletMenu {
    /*float:left;*/
    position: absolute;
}

#help {
    cursor: pointer;
    margin-top: 12px;
    display: block;
    float: left;
    width: 38px;
    height: 42px;
    background: url('./images/helpIcones.png')left center no-repeat;
    position: relative;
    z-index: 8000;
}

#helpOuterContainer {
    position: relative;
}

#help:hover {
    background-position-x: -37px;
}


#leftNav {
    display: block;
    cursor: pointer;
    margin: 9px 8px 0px;
    float: left;
    width: 15px;
    height: 17px;
}

.leftNav {
    background: url('./images/left.png') center no-repeat;
}

    .leftNav:hover {
        background: url('./images/leftHover.png') center no-repeat;
    }

#rightNav {
    display: block;
    float: right;
    margin-top: 15px;
    margin: 9px 8px 0px;
    cursor: pointer;
    width: 15px;
    height: 17px;
}

.rightNav:hover {
    background: url('./images/rightHover.png') center no-repeat;
}

.rightNav {
    background: url('./images/right.png') center no-repeat;
}

.right-end, .right-end:hover, .rightNavDefault {
    background: url('./images/r-end.png') center no-repeat;
}


.left-end, .left-end:hover, .leftNavDefault {
    background: url('./images/left-end.png') center no-repeat;
}


#ongletMenu {
    display: block;
    float: left;
    width: 5000px;
    height: 37px;
    overflow: hidden;
    position: absolute;
    left: 0px;
}

#ongletRestrictVisibleArea {
    width: 560px;
    position: relative;
    /*margin-left:15px;*/
    height: 37px;
    overflow: hidden;
    float: left;
    padding: 0px;
}


ul#ongletMenu {
    margin: 0px;
    padding: 0px;
}

.buttonInner {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 30px;
    width: 20px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    z-index: 9999;
    border-left: solid 1px rgba(84,84,84,0.6);
    background-image: url('./images/standardCross.png');
    background-position: center center;
    background-repeat: no-repeat;
}

#onglet ul li span.buttonInner:hover {
    cursor: pointer;
    background-color: #FD9763;
    background-image: url('./images/hoverCross.png');
    background-position: center center;
    background-repeat: no-repeat;
}

#onglet ul li a.ongletCourrant {
    background: #fd9763; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkOTc2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNjQ5MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fd9763 0%, #c64907 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd9763), color-stop(100%,#c64907)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fd9763 0%,#c64907 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fd9763 0%,#c64907 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fd9763 0%,#c64907 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fd9763 0%,#c64907 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9763', endColorstr='#c64907',GradientType=0 ); /* IE6-8 */
    color: black;
}

    #onglet ul li a.ongletCourrant + spanmenu, ol, ul {
        padding: 0;
    }

dl, menu, ol, ul {
    margin: 0;
}

html {
    scrollbar-base-color: #444;
    scrollbar-arrow-color: white;
    scrollbar-track-color: #444;
    scrollbar-shadow-color: white;
    scrollbar-lightshadow-color: black;
    scrollbar-darkshadow-color: gray;
    scrollbar-highlight-color: white;
    scrollbar-3dlight-color: #444;
}


body {
    background-color: #191818;
    color: #ffffff;
    font-family: Verdana, Arial, Sans-Serif; /*****Degradé de fond*****/ /*****Degradé de fond*****/
}

#body {
    background-color: #191818;
    /*margin-top: 58px;*/
    position: absolute;
    top: 58px;
    bottom: 24px;
    width: 100%;
    /*height: 95%;
    min-height: 100%;
    padding-bottom: 25px;*/
}

#gen {
    text-align: center;
    margin: 0 auto;
}

#logo {
    width: 259px;
    margin: 15px auto 10px auto;
}

/*

#login
{
	width: 259px;
	overflow: hidden;
	margin: 0 auto;
	padding: 15px;
	background-color: #2a2a2a;
	border: solid 1px #8e8e8e;
}
*/

/*
#login p
{
	margin: 10px 0 10px 0;
}
#login p input
{
	width: 150px;
}
#login label
{
	margin: 5px;
}

#login img
{
	margin-top: 8px;
}
    */

a {
    color: #ffffff;
    outline: 0;
}

.field-validation-error {
    color: salmon;
}

.li-text {
    cursor: pointer;
}

*:focus {
    outline: none;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {
}


/*******Header*******/
ul {
    list-style-type: none;
}

/*#onglet
{
    height: 50px;
    position: relative;

    margin-bottom: 0px;
    width: 960px;
    margin-left: 0px;
}*/

#onglet ul {
    list-style-type: none;
    overflow: hidden;
}

    #onglet ul:first-child {
        /*margin-left: 10px;*/
    }

    #onglet ul li {
        text-align: center;
        float: left;
        margin-bottom: 0;
        border-bottom: none;
        vertical-align: bottom;
        position: relative;
        margin-left: 4px;
        margin-top: 4px;
        padding: 0px;
    }



        #onglet ul li a {
            text-decoration: none;
            display: block;
            float: left;
            border-right: solid 1px rgba(84,84,84,0.7);
            border-radius: 7px;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            -ms-border-radius: 7px;
            text-transform: capitalize;
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzFlMWUxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
            background: -moz-linear-gradient(top, #4d4d4d 0%, #1e1e1e 99%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4d), color-stop(99%,#1e1e1e)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #4d4d4d 0%,#1e1e1e 99%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #4d4d4d 0%,#1e1e1e 99%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #4d4d4d 0%,#1e1e1e 99%); /* IE10+ */
            background: linear-gradient(to bottom, #4d4d4d 0%,#1e1e1e 99%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#1e1e1e',GradientType=0 ); /* IE6-8 */
            font-size: 1em;
            height: 22px;
            padding: 0px;
            margin: 0px;
            padding-top: 8px;
            position: relative;
            z-index: 1000;
            padding: 8px 30px 0 15px;
            color: #a6a6a6;
            font-weight: bold;
        }

        #onglet ul li:hover a {
            background: #fd9763; /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkOTc2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNjQ5MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #fd9763 0%, #c64907 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd9763), color-stop(100%,#c64907)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #fd9763 0%,#c64907 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #fd9763 0%,#c64907 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #fd9763 0%,#c64907 100%); /* IE10+ */
            background: linear-gradient(to bottom, #fd9763 0%,#c64907 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9763', endColorstr='#c64907',GradientType=0 ); /* IE6-8 */
            color: black;
        }

        #onglet ul li:hover span {
            background-image: url('./images/hoverCross.png');
            background-position: center center;
            background-repeat: no-repeat;
        }



#menu-content {
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    background-color: #E55B20;
    height: auto;
}

#menu ul {
    list-style-type: none;
}

    #menu ul li {
        margin: 5px 0px 0px 10px;
    }

        #menu ul li a:hover {
            color: #000000;
        }

.menu-expiry {
    overflow: hidden;
    z-index: 150000;
    position: absolute;
    margin-left: 12px;
    padding: 10px;
    background: #E55B20; /* Old browsers */
    background: -moz-linear-gradient(top, #E55B20 0%, #E55B20 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E55B20), color-stop(100%,#E55B20)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #E55B20 0%,#E55B20 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #E55B20 0%,#E55B20 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #E55B20 0%,#E55B20 100%); /* IE10+ */
    background: linear-gradient(to bottom, #E55B20 0%,#E55B20 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E55B20', endColorstr='#E55B20',GradientType=0 ); /* IE6-9 */
    border: solid 1px #EB5C00;
    border-radius: 10px 10px 10px 10px;
}

.menu {
    color: #ffffff; /*Pour un onglet mise en avant*/ /*height:32px; margin-right:3px; padding-top:5px; width:95px;*/ /*******************************/
    height: 32px;
    width: 95px;
    border: #ff7f04 solid 1px;
    border-bottom: none;
    margin: 0px 3px 0px 3px;
    background: #F5DA81;
    background: -moz-linear-gradient(top, #F5DA81 0%, #ff7f04 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F5DA81), color-stop(100%,#ff7f04));
    background: -webkit-linear-gradient(top, #F5DA81 0%,#ff7f04 100%);
    background: -o-linear-gradient(top, #F5DA81 0%,#ff7f04 100%);
    background: -ms-linear-gradient(top, #F5DA81 0%,#ff7f04 100%);
    background: linear-gradient(top, #F5DA81 0%,#ff7f04 100%);
    -pie-background: linear-gradient(top, #F5DA81,#ff7f04);
    behavior: url(/Content/PIE.htc);
    -pie-lazy-init: true;
}




.section-menu h2 {
    text-align: center;
    padding: 5px;
    border-bottom: #C9671C solid 1px;
    border-top: #EA724B solid 1px;
    border-right: #EA724B solid 1px;
    font-size: 1.05em;
    background: #ffa84c; /* Old browsers */
    background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#ff7b0d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffa84c 0%,#ff7b0d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
}


.section-menu:first-child {
    border: none;
}

.section-menu ul {
    margin: 0 5px;
}

#m-cash > ul > li {
    vertical-align: top;
    display: inline-block;
}


.workSpace {
    /* border: #9f9f9f solid 1px;*/
    border-bottom: none;
    margin: 0px 3px 0 3px;
    background: #9f9f9f; /* Old browsers */
    background: -moz-linear-gradient(top, #9f9f9f 0%, #0e0e0e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9f9f9f), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9f9f9f 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9f9f9f 0%,#0e0e0e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #9f9f9f 0%,#0e0e0e 100%); /* IE10+ */
    background: linear-gradient(top, #9f9f9f 0%,#0e0e0e 100%); /* W3C */
    -pie-background: linear-gradient(top, #9f9f9f,#0e0e0e );
    behavior: url(/Content/PIE.htc);
    -pie-lazy-init: true;
}

.workSpaceSelected {
    font-weight: bold;
    background: #7d7e7d; /* Old browsers */
    background: -moz-linear-gradient(top, #eee 0%, #0e0e0e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eee 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eee 0%,#0e0e0e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eee 0%,#0e0e0e 100%); /* IE10+ */
    background: linear-gradient(top, #eee 0%,#0e0e0e 100%); /* W3C */
    -pie-background: linear-gradient(top, #eee, #0e0e0e );
    behavior: url(/Content/PIE.htc);
}

.workSpace a:hover {
    color: #eb5c00;
}


/*******Header*******/


/* SELECTION */
::-moz-selection {
    background: #ff8f27;
}

::selection {
    background: #ff8f27;
}


* {
    margin: 0;
    padding: 0;
    font-size: 0.97em;
}

.validation-summary-errors ul {
    color: red;
    list-style-type: none;
}

#gestion-WS-content-forex ul {
    list-style-type: none;
}

table {
    width: 100%;
    margin-bottom: 25px;
    border: solid 1px #67696b;
}

h1, #MarketName, h2.tableTitle {
    font-size: 1.2em;
    text-align: center;
    padding: 5px; /*margin-top:5px;*/
    border: solid 1px #eb5c00;
    background: #ea8c5d; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhOGM1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNTQxMDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ea8c5d 0%, #b54107 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea8c5d), color-stop(100%,#b54107)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ea8c5d 0%,#b54107 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ea8c5d 0%,#b54107 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ea8c5d 0%,#b54107 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ea8c5d 0%,#b54107 100%); /* W3C */
    filter: progid:DXImageTransform..Microsoft.gradient( startColorstr='#ea8c5d', endColorstr='#b54107',GradientType=0 ); /* IE6-8 */
    color: white;
}

h2.tableTitle {
    margin-top: 0;
}

th {
    padding: 5px;
    border-top: solid 3px #222;
    background: #2d2d2d; /* Old browsers */
    border-bottom: solid 3px #000;
    border-left: solid 1px #A7A6A6;
    border-right: 1px solid #67696B;
}

td {
    padding: 3px;
}

.AlignRight {
    text-align: right;
}

.AlignCenter {
    text-align: center;
}

td[type=LabelledExpiry] {
    text-align: left;
}

table td:first-child {
}

#futures-prices tr td {
    border-right: solid 1px #67696b;
    border-left: solid 1px #a7a6a6;
    border-bottom: dotted 1px #67696b;
    min-width: 5px;
    padding: 3px;
}

.cache {
    display: none;
}



/*ALERTESMS*/
.style1 {
    height: 46px;
}

.style2 {
    height: 106px;
}

.style3 {
    width: 153px;
}

.style4 {
    height: 106px;
    width: 153px;
}
/*!ALERTESMS*/

/*Images des cellules*/
.arrow-lt {
    background: url('arrow-lt.png') no-repeat center;
}

.arrow-gt {
    background: url('arrow-gt.png') no-repeat center;
}

.arrow-eq {
    background: url('arrow-eq.png') no-repeat center;
}

td[title="Graph"] {
    cursor: pointer;
}


#gestion-WS-content-newsDJ-ctrls > div {
    display: inline-block;
    vertical-align: top;
}

#gestion-WS-content-newsDJ-ctrls select {
    height: 150px;
}

#gestion-WS-content-newsDJ * {
    margin-top: 3px;
    margin-right: 5px;
}

#gestion-WS-content-newsDJ div {
    vertical-align: top;
}

#gestion-WS-content-modification div {
    border: 0;
    overflow-x: hidden;
}

#ndj-keyword, #ndj-coding, #search-coding-txt {
    width: 96px;
}

select {
    background-color: #afafaf;
    border: 0;
    min-width: 150px;
}

#prefiltre select {
    height: 20px;
}

input {
    background-color: #afafaf;
    background-color: rgba(180,180,180, 0.8);
    border: 0;
    outline: none;
}


.title-news {
    cursor: pointer;
}

#analysisHSC th, #newsDJ th {
    background: #474747;
    background: -moz-linear-gradient(top, #474747 0%, #727272 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#474747), color-stop(100%,#727272));
    background: -webkit-linear-gradient(top, #474747 0%,#727272 100%);
    background: -o-linear-gradient(top, #474747 0%, #727272 100%);
    background: -ms-linear-gradient(top, #474747 0%,#727272 100%);
    background: linear-gradient(top, #474747 0%,#727272 100%);
    -pie-background: linear-gradient(top, #474747,#727272); /*behavior: url(/Content/PIE.htc);*/
    -pie-lazy-init: true;
    border-top: solid 1px #A7A6A6;
    border-bottom: solid 1px #A7A6A6;
    border-left: solid 1px #A7A6A6;
    border-right: 1px solid #67696B;
    padding: 2px;
}

#analysisHSC h2, #newsDJ h2, h2 {
    /*font-size: 1.2em;*/
    text-align: center;
    padding: 5px;
    border: solid 1px #EB5C00;
    background: #EA975B;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhOTc1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNjliMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #EA975B 0%, #F69B02 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EA975B), color-stop(100%, #F69B02));
    background: -webkit-linear-gradient(top, #EA975B 0%,#F69B02 100%);
    background: -o-linear-gradient(top, #EA975B 0%,#F69B02 100%);
    background: -ms-linear-gradient(top, #EA975B 0%,#F69B02 100%);
    background: linear-gradient(top, #EA975B 0%,#F69B02 100%);
    -pie-background: linear-gradient(top, #EA975B,#F69B02 ); /*behavior: url(/Content/PIE.htc);*/
    -pie-lazy-init: true;
}

#PriceCash td {
    width: 120px;
    /*border-top: solid 1px #908f8f;*/
    border-bottom: solid 1px #A7A6A6;
    border-left: solid 1px #A7A6A6;
    border-right: 1px solid #67696B;
}



#rapportHSC-content > body {
    color: white;
}


#wait {
    /*width: 128px;
	height: 128px;*/
    background-color: #404040;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 30px;
    position: fixed;
    z-index: 1000000;
    top: 55%;
    left: 55%;
    margin-top: -128px;
    margin-left: -128px;
    border: white solid 1px;
    -moz-box-shadow: 0px 0px 7px white;
    -webkit-box-shadow: 0px 0px 7px white;
    -ms-box-shadow: 0px 0px 10px white;
    box-shadow: 0px 0px 10px white; /*behavior: url(/Content/PIE.htc);*/
    -pie-lazy-init: true;
}


#headerContent {
    position: relative;
    margin: 0px;
    padding: 0px;
    /* width:960px;*/
}

#logotype {
    display: block;
    width: 190px;
    height: 60px;
    left: 0px;
    float: left;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#footer {
    position: fixed;
    left: 0px;
    width: 100%;
    height: 25px;
    background: url('./images/footerPattern.png') repeat-x;
    z-index: 9999;
}

#footerLogoLogaviv {
    display: block;
    position: absolute;
    left: 50px;
    height: 25px;
}

#footerLogoIntercative {
    display: block;
    position: absolute;
    right: 32px;
    width: 80px;
    height: 34px;
}



#addWorkspace {
    cursor: pointer;
    display: block;
    width: 38px;
    height: 37px;
    float: left;
    margin: -5px 15px 0px;
    margin-top: 10px;
    width: 38px;
    height: 37px;
    background: url('./images/addWorkspace.png') left no-repeat;
}

    #addWorkspace:hover {
        background-position-x: -37px;
    }


#ongletMenu {
    /*float:left;*/
    position: absolute;
}

#help {
    cursor: pointer;
    margin-top: 12px;
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    background: url('./images/helpIcones.png')left center no-repeat;
}

    #help:hover {
        background-position-x: -37px;
    }


#leftNav {
    display: block;
    cursor: pointer;
    margin: 9px 8px 0px;
    float: left;
    width: 15px;
    height: 17px;
}

.leftNav {
    background: url('./images/left.png') center no-repeat;
}

    .leftNav:hover {
        background: url('./images/leftHover.png') center no-repeat;
    }

#rightNav {
    display: block;
    float: right;
    margin-top: 15px;
    margin: 9px 8px 0px;
    cursor: pointer;
    width: 15px;
    height: 17px;
}

.rightNav:hover {
    background: url('./images/rightHover.png') center no-repeat;
}

.rightNav {
    background: url('./images/right.png') center no-repeat;
}

.right-end, .right-end:hover, .rightNavDefault {
    background: url('./images/r-end.png') center no-repeat;
}


.left-end, .left-end:hover, .leftNavDefault {
    background: url('./images/left-end.png') center no-repeat;
}

#ongletArea {
    position: relative;
    border-radius: 20px;
    background-color: #000;
    width: 590px;
    height: 41px;
    float: left;
    margin-top: 10px;
}

#ongletMenu {
    display: block;
    float: left;
    width: 5000px;
    height: 37px;
    overflow: hidden;
    position: absolute;
    left: 0px;
}

#ongletRestrictVisibleArea {
    width: 520px;
    position: relative;
    /*margin-left:15px;*/
    height: 37px;
    overflow: hidden;
    float: left;
    padding: 0px;
}


ul#ongletMenu {
    margin: 0px;
    padding: 0px;
    padding-top: 3px;
}

.buttonInner {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 30px;
    width: 20px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    z-index: 9999;
    border-left: solid 1px rgba(84,84,84,0.6);
    background-image: url('./images/standardCross.png');
    background-position: center center;
    background-repeat: no-repeat;
}

#onglet ul li span.buttonInner:hover {
    cursor: pointer;
    background-color: #FD9763;
    background-image: url('./images/hoverCross.png');
    background-position: center center;
    background-repeat: no-repeat;
}

#onglet ul li a.ongletCourrant {
    background: #fd9763; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkOTc2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNjQ5MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fd9763 0%, #c64907 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd9763), color-stop(100%,#c64907)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fd9763 0%,#c64907 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fd9763 0%,#c64907 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fd9763 0%,#c64907 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fd9763 0%,#c64907 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9763', endColorstr='#c64907',GradientType=0 ); /* IE6-8 */
    color: black;
}

    #onglet ul li a.ongletCourrant + span {
        background-image: url('./images/hoverCross.png');
        background-position: center center;
        background-repeat: no-repeat;
    }



#ongletRestrictVisibleArea {
    visibility: hidden;
}


{
    background-image: url('./images/hoverCross.png');
    background-position: center center;
    background-repeat: no-repeat;
}



#ongletRestrictVisibleArea {
    visibility: hidden;
}



#helpContainer {
    right: -30px;
    top: 50px;
    width: 250px;
    /*height: 180px;*/
    position: absolute;
    z-index: 7777;
    background: #fd9763; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkOTc2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNjQ5MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fd9763 0%, #c64907 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd9763), color-stop(100%,#c64907)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fd9763 0%,#c64907 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fd9763 0%,#c64907 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fd9763 0%,#c64907 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fd9763 0%,#c64907 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9763', endColorstr='#c64907',GradientType=0 ); /* IE6-8 */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0px 6px 10px rgba(29, 29, 29, 0.75);
    -moz-box-shadow: 0px 6px 10px rgba(29, 29, 29, 0.75);
    box-shadow: 0px 6px 10px rgba(29, 29, 29, 0.75);
    display: none;
}



    #helpContainer h3 {
        font-size: 1.2em;
        color: black;
        text-align: center;
        width: auto;
        margin: 10px auto 10px;
        padding-bottom: 5px;
        border-bottom: solid 2px black;
        font-family: Arial,Helvetica,sans-serif;
    }


#assisToolsContainers span {
    padding: 6px;
}

#assisToolsContainers span {
    display: flex;
    float: left;
    width: 98px;
    height: 35px;
    background-color: rgba(255,255,255,0.3);
    margin-left: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: background-color 300ms cubic-bezier(.42,-0.04,.45,.96);
    -webkit-transition: background-color 300ms cubic-bezier(.42,-0.04,.45,.96);
    -moz-transition: background-color 300ms cubic-bezier(.42,-0.04,.45,.96);
    justify-content: center;
    align-items: center;
}

#assisToolsContainers span a img {
    width: 100%;
}

#assisToolsContainers span:first-child {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}


#assisToolsContainers span:hover {
    background-color: rgba(255,255,255,0.5);
}


.infobulle-top {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0px 30px;
    position: absolute;
    top: 50px;
    left: 20px;
    z-index: 8000;
    -webkit-box-shadow: 0px 5px 14px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: 0px 5px 14px rgba(50, 50, 50, 0.55);
    box-shadow: 0px 5px 14px rgba(50, 50, 50, 0.55);
    background: #202020; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwMjAyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) 50px center;
    background: -moz-linear-gradient(top, #202020 0%, #0e0e0e 100%) 50px center;
    ; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#202020), color-stop(100%,#0e0e0e)) 50px center;
    ; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #202020 0%,#0e0e0e 100%) 50px center;
    ; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #202020 0%,#0e0e0e 100%) 50px center;
    ; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #202020 0%,#0e0e0e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #202020 0%,#0e0e0e 100%) 50px center;
    ; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-8 */
    display: none;
}

    .infobulle-top p {
        background: url('./images/up-tooltip.png') top left no-repeat;
        height: 110%;
        margin-top: -11px;
        padding-top: 22px;
        font-size: 0.9em;
        letter-spacing: 0.1em;
        color: #f7e9c9;
        font-family: helveticaLight,Helvetica,Arial,sans-serif;
        width: auto;
    }

.tooltip-container {
    position: relative;
}

.tooltip-container {
    position: relative;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
    position: absolute;
    z-index: 9999;
}

/*   Style pour la page Login */

body, html {
    background-color: #191818;
    margin: 0;
    padding: 0;
    /*height: 100%;*/
    position: relative;
    z-index: -1;
}

#mainContainer {
    background: #696565; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(./images/stripesDiag.png),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzY5NjU2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzODM2MzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: url(./images/stripesDiag.png),-moz-linear-gradient(top, #696565 1%, #383636 100%); /* FF3.6+ */
    background: url(./images/stripesDiag.png),-webkit-gradient(linear, left top, left bottom, color-stop(1%,#696565), color-stop(100%,#383636)); /* Chrome,Safari4+ */
    background: url(./images/stripesDiag.png), -webkit-linear-gradient(top, #696565 1%,#383636 100%); /* Chrome10+,Safari5.1+ */
    background: url(./images/stripesDiag.png),-o-linear-gradient(top, #696565 1%,#383636 100%); /* Opera 11.10+ */
    background: url(./images/stripesDiag.png),-ms-linear-gradient(top, #696565 1%,#383636 100%); /* IE10+ */
    background: url(./images/stripesDiag.png),linear-gradient(to bottom, #696565 1%,#383636 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#696565', endColorstr='#383636',GradientType=0 ); /* IE6-8 */
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
}




#bgHeaderImageLogin {
    position: absolute;
    top: 0px;
    display: block;
    z-index: 1;
    min-width: 1438px;
}

#patternStripes {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url('./images/stripesDiag.png') repeat-x;
    z-index: 10;
}






footer p {
    color: #6e6e6e;
    font-family: helvetica,Arial,sans-serif;
    font-size: 0.9em;
}



#footerContent {
    width: 890px;
    margin: auto;
}

    #footerContent span {
        color: #eaeaea;
    }

footer div {
    bottom: 0px;
    width: 890px;
    margin: auto;
}


.borderSeparator {
    display: block;
    width: 100%;
    height: 3px;
    background: url('./images/separator.png') repeat-x;
}

#login {
    position: relative;
    font-size: 1.33em;
    text-align: left;
    font-family: helveticaBold,helvetica,Arial,sans-serif;
    letter-spacing: 0.15em;
    height: 200px;
    width: 820px;
}

    #login label {
        display: block;
        float: left;
        width: 200px;
        padding-left: 30px;
        margin-top: 58px;
        color: #b0b0b0;
    }

        #login label:after {
            content: "   :";
        }

input:-webkit-autofill {
    border: none !important;
    -webkit-box-shadow: 0 0 0px 1000px black inset;
    background-color: #000 !important;
    -webkit-text-fill-color: #f0ead3 !important;
}



#loginInputs input {
    display: block;
    float: left;
    width: 530px;
    margin-top: 58px;
    background-color: #000;
    border-bottom: solid 1px #242323;
    font-size: 1em;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #f0ead3;
    padding: 8px;
}




#grainbow-logo-login {
    position: absolute;
    bottom: 42px;
    right: 50px;
    z-index: 30;
    height: 80px;
}
/*  Fin  Style pour la page Login */


button, input[type='button'], input[type='submit'], th button {
    vertical-align: middle;
    font-size: 0.8em;
    /*font-size:0.75em !important;*/
    padding: 6px 19px 5px;
    /* padding:6px 19px 5px !important;*/
    font-family: helveticaBold,helvetica,Arial,sans-serif !important;
    color: #c8c8c8 !important;
    border: none;
    outline: none;
    margin: 4px 5px 0px 5px;
    margin-bottom: 5px;
    background: #2d2d2d; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzJkMmQyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzFjMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2d2d2d 1%, #1c1c1c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#2d2d2d), color-stop(100%,#1c1c1c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2d2d2d 1%,#1c1c1c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2d2d2d 1%,#1c1c1c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2d2d2d 1%,#1c1c1c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #2d2d2d 1%,#1c1c1c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-8 */
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-family: helveticaBold,helvetica,Arial,sans-serif;
    behavior: url(/Content/PIE.htc);
    font-weight: bold;
    -webkit-box-shadow: 0px 2px 4px rgba(20, 20, 20, 0.75);
    -moz-box-shadow: 0px 2px 4px rgba(20, 20, 20, 0.75);
    box-shadow: 0px 2px 4px rgba(20, 20, 20, 0.75);
    transition: background 300ms cubic-bezier(.42,-0.04,.45,.96);
    -webkit-transition: background 300ms cubic-bezier(.42,-0.04,.45,.96);
    -moz-transition: background 300ms cubic-bezier(.42,-0.04,.45,.96);
}

    button:hover, input[type='button']:hover, input[type='submit']:hover {
        padding: 5px 19px;
        /* padding:5px 19px !important;*/
        -webkit-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.75);
        background: #fd9763; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkOTc2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNjQ5MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #fd9763 0%, #c64907 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd9763), color-stop(100%,#c64907)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #fd9763 0%,#c64907 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fd9763 0%,#c64907 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #fd9763 0%,#c64907 100%); /* IE10+ */
        background: linear-gradient(to bottom, #fd9763 0%,#c64907 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9763', endColorstr='#c64907',GradientType=0 ); /* IE6-8 */
        color: #181818 !important;
        border-bottom: solid 1px black;
    }

    /*Bouton add */


    button.add, input[type='button'].add, input[type='submit'].add {
        font-size: 0.9em;
        padding: 5px 19px;
        background: #2d2d2d; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url('./images/addIcone.png') 13px center no-repeat,url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzJkMmQyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzFjMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: url('./images/addIcone.png') 13px center no-repeat, -moz-linear-gradient(top, #2d2d2d 1%, #1c1c1c 100%); /* FF3.6+ */
        background: url('./images/addIcone.png') 13px center no-repeat,-webkit-gradient(linear, left top, left bottom, color-stop(1%,#2d2d2d), color-stop(100%,#1c1c1c)); /* Chrome,Safari4+ */
        background: url('./images/addIcone.png') 13px center no-repeat,-webkit-linear-gradient(top, #2d2d2d 1%,#1c1c1c 100%); /* Chrome10+,Safari5.1+ */
        background: url('./images/addIcone.png') 13px center no-repeat,-o-linear-gradient(top, #2d2d2d 1%,#1c1c1c 100%); /* Opera 11.10+ */
        background: url('./images/addIcone.png') 13px center no-repeat,-ms-linear-gradient(top, #2d2d2d 1%,#1c1c1c 100%); /* IE10+ */
        background: url('./images/addIcone.png') 13px center no-repeat,linear-gradient(to bottom, #2d2d2d 1%,#1c1c1c 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-8 */
        -webkit-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.75);
        text-transform: initial;
    }

        button.add:hover, input[type='button'].add:hover, input[type='submit'].add:hover {
            -webkit-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.75);
            -moz-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.75);
            box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.75);
            background: #fd9763; /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url('./images/addIcone-hover.png') 13px center no-repeat,url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkOTc2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNjQ5MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: url('./images/addIcone-hover.png') 13px center no-repeat, -moz-linear-gradient(top, #fd9763 0%, #c64907 100%); /* FF3.6+ */
            background: url('./images/addIcone-hover.png') 13px center no-repeat,-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd9763), color-stop(100%,#c64907)); /* Chrome,Safari4+ */
            background: url('./images/addIcone-hover.png') 13px center no-repeat, -webkit-linear-gradient(top, #fd9763 0%,#c64907 100%); /* Chrome10+,Safari5.1+ */
            background: url('./images/addIcone-hover.png') 13px center no-repeat, -o-linear-gradient(top, #fd9763 0%,#c64907 100%); /* Opera 11.10+ */
            background: url('./images/addIcone-hover.png') 13px center no-repeat, -ms-linear-gradient(top, #fd9763 0%,#c64907 100%); /* IE10+ */
            background: url('./images/addIcone-hover.png') 13px center no-repeat, linear-gradient(to bottom, #fd9763 0%,#c64907 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9763', endColorstr='#c64907',GradientType=0 ); /* IE6-8 */
            color: #181818;
            border-bottom: solid 1px black;
        }



    /*Bouttton delete*/



    button.delete, input[type='button'].delete, input[type='submit'].delete {
        font-size: 0.9em;
        padding: 5px 19px;
        background: #2d2d2d; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url('./images/deleteIcone.png') 13px center no-repeat,url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzJkMmQyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzFjMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: url('./images/deleteIcone.png') 13px center no-repeat, -moz-linear-gradient(top, #2d2d2d 1%, #1c1c1c 100%); /* FF3.6+ */
        background: url('./images/deleteIcone.png') 13px center no-repeat,-webkit-gradient(linear, left top, left bottom, color-stop(1%,#2d2d2d), color-stop(100%,#1c1c1c)); /* Chrome,Safari4+ */
        background: url('./images/deleteIcone.png') 13px center no-repeat,-webkit-linear-gradient(top, #2d2d2d 1%,#1c1c1c 100%); /* Chrome10+,Safari5.1+ */
        background: url('./images/deleteIcone.png') 13px center no-repeat,-o-linear-gradient(top, #2d2d2d 1%,#1c1c1c 100%); /* Opera 11.10+ */
        background: url('./images/deleteIcone.png') 13px center no-repeat,-ms-linear-gradient(top, #2d2d2d 1%,#1c1c1c 100%); /* IE10+ */
        background: url('./images/deleteIcone.png') 13px center no-repeat,linear-gradient(to bottom, #2d2d2d 1%,#1c1c1c 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-8 */
        -webkit-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.75);
    }

        button.delete:hover, input[type='button'].delete:hover, input[type='submit'].delete:hover {
            -webkit-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.75);
            -moz-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.75);
            box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.75);
            background: #fd9763; /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url('./images/delIcone-hover.png') 13px center no-repeat,url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkOTc2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNjQ5MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: url('./images/delIcone-hover.png') 13px center no-repeat, -moz-linear-gradient(top, #fd9763 0%, #c64907 100%); /* FF3.6+ */
            background: url('./images/delIcone-hover.png') 13px center no-repeat,-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd9763), color-stop(100%,#c64907)); /* Chrome,Safari4+ */
            background: url('./images/delIcone-hover.png') 13px center no-repeat, -webkit-linear-gradient(top, #fd9763 0%,#c64907 100%); /* Chrome10+,Safari5.1+ */
            background: url('./images/delIcone-hover.png') 13px center no-repeat, -o-linear-gradient(top, #fd9763 0%,#c64907 100%); /* Opera 11.10+ */
            background: url('./images/delIcone-hover.png') 13px center no-repeat, -ms-linear-gradient(top, #fd9763 0%,#c64907 100%); /* IE10+ */
            background: url('./images/delIcone-hover.png') 13px center no-repeat, linear-gradient(to bottom, #fd9763 0%,#c64907 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9763', endColorstr='#c64907',GradientType=0 ); /* IE6-8 */
            color: #181818;
            border-bottom: solid 1px black;
        }

    /* Search Icon*/


    button.search, input[type='button'].search, input[type='submit'].search {
        font-size: 0.9em;
        padding: 5px 19px;
        background: #2d2d2d; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url('./images/searchIcone2.png') 13px center no-repeat,url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzJkMmQyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzFjMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: url('./images/searchIcone2.png') 13px center no-repeat, -moz-linear-gradient(top, #2d2d2d 1%, #1c1c1c 100%); /* FF3.6+ */
        background: url('./images/searchIcone2.png') 13px center no-repeat,-webkit-gradient(linear, left top, left bottom, color-stop(1%,#2d2d2d), color-stop(100%,#1c1c1c)); /* Chrome,Safari4+ */
        background: url('./images/searchIcone2.png') 13px center no-repeat,-webkit-linear-gradient(top, #2d2d2d 1%,#1c1c1c 100%); /* Chrome10+,Safari5.1+ */
        background: url('./images/searchIcone2.png') 13px center no-repeat,-o-linear-gradient(top, #2d2d2d 1%,#1c1c1c 100%); /* Opera 11.10+ */
        background: url('./images/searchIcone2.png') 13px center no-repeat,-ms-linear-gradient(top, #2d2d2d 1%,#1c1c1c 100%); /* IE10+ */
        background: url('./images/searchIcone2.png') 13px center no-repeat,linear-gradient(to bottom, #2d2d2d 1%,#1c1c1c 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-8 */
        -webkit-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.75);
    }

        button.search:hover, input[type='button'].search:hover, input[type='submit'].search:hover {
            -webkit-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.75);
            -moz-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.75);
            box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.75);
            background: #fd9763; /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url('./images/searchIcone2-hover.png') 13px center no-repeat,url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkOTc2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNjQ5MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: url('./images/searchIcone2-hover.png') 13px center no-repeat, -moz-linear-gradient(top, #fd9763 0%, #c64907 100%); /* FF3.6+ */
            background: url('./images/searchIcone2-hover.png') 13px center no-repeat,-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd9763), color-stop(100%,#c64907)); /* Chrome,Safari4+ */
            background: url('./images/searchIcone2-hover.png') 13px center no-repeat, -webkit-linear-gradient(top, #fd9763 0%,#c64907 100%); /* Chrome10+,Safari5.1+ */
            background: url('./images/searchIcone2-hover.png') 13px center no-repeat, -o-linear-gradient(top, #fd9763 0%,#c64907 100%); /* Opera 11.10+ */
            background: url('./images/searchIcone2-hover.png') 13px center no-repeat, -ms-linear-gradient(top, #fd9763 0%,#c64907 100%); /* IE10+ */
            background: url('./images/searchIcone2-hover.png') 13px center no-repeat, linear-gradient(to bottom, #fd9763 0%,#c64907 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9763', endColorstr='#c64907',GradientType=0 ); /* IE6-8 */
            color: #181818;
            border-bottom: solid 1px black;
        }



#submitLogin {
    float: right;
    /*position: relative;*/
    /*width: 780px;*/
    margin-right: 38px;
    margin-top: 20px;
}

#decoLogin {
    float: left;
    margin-top: 26px;
}

#validation {
    float: right;
}

#loader {
    margin-top: 20px;
    margin-right: 100px;
    float: right;
}


h2 {
    font-size: 1.2em !important;
    margin-bottom: 0px;
}

th.EntetePrice {
    position: relative;
}

th button[value=details] {
    display: block;
    position: absolute;
    width: auto;
    top: 0px;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable {
    position: absolute;
    z-index: 9999;
}

th button[value=details] + button {
    left: 140px;
}

table tr th a {
    text-decoration: none;
}


#showNumberSubMenu {
    margin-top: 8px;
    position: relative;
    width: 35px;
    height: 25px;
    float: left;
    /* border-bottom:1px solid #414141;*/
    border-top: none;
    border-radius: 5px;
    margin: 10px 0px 0px 15px;
    padding: 5px;
}

    #showNumberSubMenu span {
        text-align: center;
        font-size: 1em;
    }

        #showNumberSubMenu span:first-child {
            top: 2px;
            left: 8px;
            font-size: 1.2em;
            color: #c24100;
        }



            #showNumberSubMenu span:first-child + span, #showNumberSubMenu span:first-child + span + span {
                color: #fdaa78;
            }



html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#containerLogin {
    min-height: 100%;
    position: relative;
}

#bodyLoginContainer {
    width: 100%;
    margin-top: -10px;
    background-color: rgb(25, 24, 24);
    height: 100%;
}

#bodyLogin {
    width: 890px;
    margin: auto;
    padding-bottom: 200px;
}

#headerLoginBgContainer {
    width: 100%;
    padding-bottom: 115px;
    background: #696565; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(./images/stripesDiag.png),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzY5NjU2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzODM2MzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: url(./images/stripesDiag.png),-moz-linear-gradient(top, #696565 1%, #383636 100%); /* FF3.6+ */
    background: url(./images/stripesDiag.png),-webkit-gradient(linear, left top, left bottom, color-stop(1%,#696565), color-stop(100%,#383636)); /* Chrome,Safari4+ */
    background: url(./images/stripesDiag.png), -webkit-linear-gradient(top, #696565 1%,#383636 100%); /* Chrome10+,Safari5.1+ */
    background: url(./images/stripesDiag.png),-o-linear-gradient(top, #696565 1%,#383636 100%); /* Opera 11.10+ */
    background: url(./images/stripesDiag.png),-ms-linear-gradient(top, #696565 1%,#383636 100%); /* IE10+ */
    background: url(./images/stripesDiag.png),linear-gradient(to bottom, #696565 1%,#383636 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#696565', endColorstr='#383636',GradientType=0 ); /* IE6-8 */
}

#headerLogin {
    width: 890px;
    margin: auto;
    padding: 10px;
}





#footerLogin {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 130px;
    background-color: rgb(25, 24, 24);
}

#titreConnexionContenaire {
    width: 100%;
    margin-top: -30px;
}

#titleTab {
    width: 890px;
    margin: 0 auto;
    height: 1%;
    position: relative;
    z-index: 30;
}

    #titleTab h4 {
        width: 150px;
        padding: 9px 15px;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        background-color: #191818;
        text-align: center;
        color: #b0b0b0;
        font-family: helveticaLight,Helvetica,Arial,sans-serif;
        letter-spacing: 0.3em;
        font-size: 1.1em;
        margin: 0px;
    }

#wsdPresentation {
    padding-top: 100px;
    width: 466px;
    margin: auto;
    position: relative;
    z-index: 20;
}



    #wsdPresentation h4 {
        color: #ff8f1c;
        font-family: helveticaBold,helvetica,Arial,sans-serif;
        font-size: 27px;
        margin: 0px;
        letter-spacing: 0.1em;
    }

    #wsdPresentation h5 {
        margin: 0px;
        color: lightgray;
        font-family: helveticaLight,helvetica,Arial,sans-serif;
        font-size: 1.8em;
        letter-spacing: 0.64em;
        margin-bottom: 0px;
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
    }

        #wsdPresentation h5:nth-of-type(2) {
            letter-spacing: 0.36em;
        }


        #wsdPresentation h5 span {
            color: white;
        }


        #wsdPresentation h5 .grainbow {
            letter-spacing: 0.5em !important;
        }


#menu-content a {
    text-decoration: none;
}

#wsCol-Price input[type=checkbox] {
    padding: 5px;
}

#langue td {
    padding: 10px;
}


table tr.pair {
    background-color: #000;
}


    table tr.pair td {
        border-right: solid 1px rgb(103, 105, 107);
        border-left: solid 1px rgb(167, 166, 166);
        border-bottom: dotted 1px rgb(103, 105, 107);
    }


table#tabCALL tr:nth-child(odd) td, table#tableHV tr:nth-child(odd) td, table#tabPUT tr:nth-child(odd) td, table#PriceCash tr:nth-child(odd), table.stripedTable tr:nth-child(odd) {
    background-color: #000;
}

table#spread tr:nth-child(odd) {
    background-color: #000;
}



.bgColorMultiview {
    background-color: #191818;
    overflow: auto;
}

#bottomLogin {
    background-color: rgb(25, 24, 24);
    height: 100%;
}



#checkboxChoice div {
    float: left;
    width: 140px;
    margin-right: 8px;
}

    #checkboxChoice div p {
        height: 35px;
    }


.clearMe {
    clear: both;
    font-size: 0.1px;
}

select#lstExpiryVisible {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    margin: 0px;
}

.selectButtonsContainer {
    border: none;
    padding-bottom: 0px;
}

    .selectButtonsContainer input[type=button] {
        text-align: center;
        margin: auto;
    }


fieldset.contentViewFieldset {
    border: solid 1px white;
    padding: 20px 0px 0px 5px;
    margin-top: 10px;
}

    fieldset.contentViewFieldset legend {
        padding: 5px 15px;
        margin-left: 0px;
    }

.contentTypecontainer {
    margin-left: 20px;
    margin-top: 5px;
}

    .contentTypecontainer label {
        margin-right: 38px;
    }

#checkboxChoice input {
    margin-right: 5px;
}


#wsCol-Price {
    margin-top: 10px;
}

.tableWithCheckbox p {
    font-size: 1.1em;
    margin-top: 10px;
}

.tableWithCheckbox span {
    margin-left: 5px;
}

fieldset.contentViewFieldset.formWithCheckbox {
    padding: 0px 0px 0px 20px !important;
}

.checkBoxContainer {
    width: 100%;
    position: relative;
}

    .checkBoxContainer li {
        display: block;
        font-size: 1.1em;
        margin-top: 10px;
    }

    .checkBoxContainer span {
        margin-left: 5px;
    }

fieldset.contentViewFieldset.listWithCheckbox {
    padding: 0px 0px 20px 20px !important;
}


#keywordsNewsDj {
    width: 200px;
}

#gestion-WS-content-newsDJ-ctrls input[type="text"] {
    font-size: 1.2em;
    height: 22px;
}


input[type=button].tooltip-btn.add.add-nexsDj-btn, input[type=button].tooltip-btn.search.add-nexsDj-btn {
    display: inline;
    height: 22px;
    width: 32px;
    margin-left: -4px;
    margin-top: -2px;
    padding: 3px 3px 3px 3px;
}

#ndj-keyword {
    width: 135px;
}

button.delete.fullWidthBtn, button.add.fullWidthBtn {
    width: 100%;
    font-size: 1em;
    letter-spacing: 0.2em;
    margin: 2px 0 0 0;
}

#ndj-coding {
    width: 135px;
}

#popin-coding-dj {
    margin-right: 10px;
}

#divCondition {
    margin-top: 20px;
    margin-right: 10px;
}

#search-coding-txt {
    width: 175px;
    padding: 0px;
    margin: 0px;
}

fieldset.contentViewFieldset.newsDjFieldset {
    padding: 10px 0px 20px 15px;
    font-size: 1em;
}

#TitleHSC, #TitleDJ {
    position: relative;
    float: left;
    width: 25%;
}

    #TitleHSC td, #TitleDJ td {
        height: 30px;
    }


#ContentPDF {
    position: relative;
    width: 75%;
    float: left;
}

#newsdDJBottomContainer {
    margin-top: 20px;
}

#divCondition {
    margin-top: 120px;
}

    #divCondition div {
        margin-bottom: 10px;
    }

#topNewsDj {
    margin-bottom: 25px;
}

#selector {
    margin: 20px;
    margin-top: 100px;
}

    #selector select {
        margin: 20px;
        margin-left: 10px;
    }

    #selector input {
        margin-left: 10px;
    }

    #selector ul {
        margin-left: 10px;
    }

.dateDJ, .dateAnalyse {
    cursor: pointer;
}

td[type='Buy'], td[type='QtyBuy'] {
    color: #ff5840;
}

td[type='Sell'], td[type='QtySell'] {
    color: #1aff7a;
}


.ChangePos {
    color: #1aff7a;
}

.ChangeNeg {
    color: #ff5840;
}

.choixWsd {
    padding: 20px;
    width: 270px;
    height: 250px;
    display: inline-table;
    border-width: 1px;
    border-color: rgb(175,175,175);
    border-style: solid;
    background-color: rgb(42, 42, 42);
}

.btnCarre {
    background-color: #afafaf;
    background-color: rgba(180,180,180, 0.8);
    border: 0;
    outline: none;
    width: 260px;
    border-radius: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ping {
    -webkit-animation: ping 1.5s ease-in-out infinite both;
    animation: ping 1.5s ease-in-out infinite both;
}
@-webkit-keyframes ping {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 0.8;
    }

    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0;
    }
}

@keyframes ping {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0.8;
    }

    80% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

