/* Minification failed. Returning unminified contents.
(5248,65): run-time error CSS1038: Expected hex color, found '#3d3d3db68'
(5248,80): run-time error CSS1038: Expected hex color, found '#3d3d3db68'
(5248,122): run-time error CSS1038: Expected hex color, found '#3d3d3db68'
(5248,138): run-time error CSS1038: Expected hex color, found '#3d3d3db68'
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* Alp-Software version : 1.00 */

html {
    font-family: Segoe UI,Tahoma,Arial,Verdana; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #3d3d3d;
    background-color: #ebeef2;
    font-weight: 300;
}

p{
    margin-top:5px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

a {
    background-color: transparent;
    text-decoration: none;
}

    a:active,
    a:hover {
        outline: 0;
    }

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    border: 0;
}

:focus {
    outline-color: transparent;
    outline-style: none;
}

input[type="text"]::-ms-clear,
textarea::-ms-clear {
    display: none;
}


html.lt-ie10 select {
    background-image: none;
}

select::-ms-expand {
    display: none;
}

canvas {
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

/* 
Version 2.02
Date : 03/11/2017

Ajout du style pour les aside après les col-2

*/

/*#region Attributs standards */

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.none {
    display: none;
}

.txt-left, .align-0 {
    text-align: left !important;
}

.txt-center, .align-1 {
    text-align: center !important;
}

.txt-right, .align-2 {
    text-align: right !important;
}

.txt-justify {
    text-align: justify !important;
}

.txt-top {
    vertical-align: top !important;
}

.txt-bottom {
    vertical-align: bottom !important;
}

.txt-middle {
    vertical-align: middle !important;
}

/*#endregion*/


/*#region Colonnes */
.row,
.col-2,
.col-3,
.col-4 {
    zoom: 1;
}

    .row:before, .row:after,
    .col-2:before, .col-2:after,
    .col-3:before, .col-3:after,
    .col-4:before, .col-4:after {
        content: "";
        display: table;
    }
    
    .row:after,
    .col-2:after,
    .col-3:after,
    .col-4:after {
        clear: both;
    }

    .col-2 > :nth-child(1n) {
        float: left;
        width: 50%;
    }

    .col-3 > :nth-child(1n) {
        float: left;
        width: 33.333333%;
    }

    .col-4 > :nth-child(1n) {
        float: left;
        width: 25%;
    }

.col-2 + aside{
    margin-right : 50%;
}


/*#endregion*/


/*#region Couleur */

.color-transparent {
    color: transparent;
}

/*#endregion*/

/*#region Couleur de fond */

.bg-orange-light {
    background-color: #f4a000;
}

.bg-green-light {
    background-color: #bbd032;
}

.bg-blue-light {
    background-color: #0469b7;
}

.bg-grey {
    background-color: #bfbfc6;
}
/*#endregion*/



/* Version 2.02 (02/02/2018) 
Version 2.02
Modification de l'ombre sur les box et réduction de l'épaisseur de h1

Version 2.01
Ajout des classes pour l'environnement
*/

/*#region Titre */
h1 {
    font-size: 22px;
    color: #e85301;
    padding-bottom: 4px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    border-bottom: 1px solid #bfbfc6;
    font-weight: 300;
}

h2 {
    font-size: 16px;
    color: #f4a000;
    margin-bottom: 10px;
    display: block;
    position: relative;
    border-bottom: 1px solid #bfbfc6;
    font-weight: 400;
}


/*#endregion*/

/*#region Header */
#upHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 128px;
    background-color: #09367a;
    z-index: 1001;
    zoom: 1;
}

    #upHeader:before,
    #upHeader:after {
        content: "";
        display: table;
    }

    #upHeader:after {
        clear: both;
    }


    #upHeader > .logo {
        float: left;
        background-image: url('../images/layout/logo-dalkia.png');
        background-position: left center;
        background-repeat: no-repeat;
        width: 8%;
        min-width: 116px;
        height: 64px;
        margin: 0 10px;
    }

    #upHeader > .title {
        float: left;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 26px;
        width: 25%;
        height: 64px;
        line-height: 64px;
    }

    #upHeader > .search {
        float: left;
        position: relative;
        width: 25%;
        margin-top: 16px;
    }

        #upHeader > .search input {
            width: 100%;
            margin: 0;
            padding: 8px 32px 8px 16px;
            border: none;
            height: 32px;
            line-height: 16px;
            border-radius: 16px;
            font-style: italic;
            font-size: 12px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        #upHeader > .search a {
            position: absolute;
            right: 2px;
            top: 2px;
            width: 28px;
            height: 28px;
            line-height: 28px;
            color: #fff;
            background-color: #444;
            font-size: 10px;
            font-weight: bold;
            text-align: center;
            border-radius: 16px;
            -moz-transition: background-color linear 50ms;
            -o-transition: background-color linear 50ms;
            -webkit-transition: background-color linear 50ms;
            transition: background-color linear 50ms;
        }

            #upHeader > .search a:hover {
                background-color: #e85301;
                -moz-transition: background-color linear 150ms;
                -o-transition: background-color linear 150ms;
                -webkit-transition: background-color linear 150ms;
                transition: background-color linear 150ms;
            }

    #upHeader > .h-notification {
        float: left;
        position: relative;
        height: 64px;
        margin: 0 8px 0 16px;
    }

        #upHeader > .h-notification .ico {
            display: inline-block;
            margin-top: 16px;
            width: 30px;
            height: 30px;
            border: 2px solid #fff;
            background-position: center center;
            background-repeat: no-repeat;
            border-radius: 16px;
        }

        #upHeader > .h-notification .nb {
            position: absolute;
            left: 16px;
            top: 8px;
            height: 20px;
            line-height: 20px;
            background-color: #e85301;
            border-radius: 4px;
            color: #fff;
            padding: 0 8px;
            font-size: 0.9em;
        }

        
        #upHeader > [data-env]{
            float: right;
            height:34px;
            margin:10px 10px 0 0;
            padding:5px 15px;
            border-radius: 4px; 
        }
        
        #upHeader > [data-env] div{
            color: #fff;
            text-align:center;
        }

        #upHeader > [data-env] div:first-child{         
            font-weight: 600;
        }

        #upHeader > [data-env] div:last-child{
            margin-top:-2px;
            font-style:italic;
            font-size:12px;
        }

#updtProgressOverlay > .overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 150001;
    cursor: wait;
}

#updtProgressLoading > .loading {
    float: right;
    width: 64px;
    height: 64px;
    background-image: url('../images/ico/loading-32.gif');
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
}

#upHeader > .link {
    float: right;
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-transition: background-color linear 50ms;
    -o-transition: background-color linear 50ms;
    -webkit-transition: background-color linear 50ms;
    transition: background-color linear 50ms;
}

    #upHeader > .link:hover,
    #upHeader > .link.active {
        background-color: #0469b7;
        -moz-transition: background-color linear 150ms;
        -o-transition: background-color linear 150ms;
        -webkit-transition: background-color linear 150ms;
        transition: background-color linear 150ms;
    }

/*#endregion*/

/*#region En-tête de la page */
#upHeader > .page-header {
    position: fixed;
    top: 64px;
    left:65px;
    height:64px;
    width: 100%;
    background-color: #fff;
    z-index: 0;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 1px 1px rgba(0,0,0,0.10);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.10);
    border-bottom: 1px solid #bfbfc6;
}

    #upHeader > .page-header > h1 {
        font-size: 24px;
        line-height:64px;
        padding:0 0 0 16px;
        color: #3d3d3d;
        display: inline;
        position: relative;
        border-bottom: none;
        font-weight:400;
    }
/*#endregion*/

/*#region Menu de gauche */
.left-menu {
    position: fixed;
    left: 0;
    top: 64px;
    width: 64px;
    bottom: 0;
    background-color: #444;
    z-index: 50000;
    border-right: 1px solid #000;
}

    .left-menu > ul {
        padding: 0;
        margin: 0;
    }

        .left-menu > ul > li {
            display: block;
        }


            .left-menu > ul > li > a {
                position: relative;
                display: block;
                width: 64px;
                height: 64px;
                background-repeat: no-repeat;
                background-image: url(../images/layout/menu.png);
                -moz-transition: background-color linear 50ms;
                -o-transition: background-color linear 50ms;
                -webkit-transition: background-color linear 50ms;
                transition: background-color linear 50ms;
                border-bottom: 1px solid #000;
                border-top: 1px solid #5b5b5a;
            }

            .left-menu > ul > li.title > a > span {
                position: absolute;
                bottom: 2px;
                width: 100%;
                color: #bfbfc6;
                text-decoration: none;
                font-size: 10px;
                text-align: center;
            }



            .left-menu > ul > li:last-child > a {
                border-bottom: none;
            }

            .left-menu > ul > li:hover > a {
                background-color: #3d3d3d;
                border-right: 1px solid #3d3d3d;
            }

            .left-menu > ul > li.title:hover > a > span {
                color: #fff;
            }

            .left-menu > ul > li:hover > .sub-menu {
                visibility: visible;
            }

            .left-menu > ul > li > .sub-menu {
                visibility: hidden;
                position: fixed;
                left: 65px;
                top: 64px;
                bottom: 0;
                background-color: #3d3d3d;
                padding: 0 5px;
                min-width: 250px;
                overflow-y: auto;
                -webkit-box-shadow: 0 0 7px 2px rgba(0,0,0,0.30);
                -moz-box-shadow: 0 0 7px 2px rgba(0,0,0,0.30);
                box-shadow: 0 0 7px 2px rgba(0,0,0,0.30);
                z-index: -1;
                border-top: 1px solid #5b5b5a;
                border-right: 1px solid #5b5b5a;
            }

                .left-menu > ul > li > .sub-menu > .titre {
                    padding: 5px 10px;
                    color: #fff;
                    background-color: #e85301;
                    font-size: 18px;
                    margin: 5px 0;
                    font-weight: 400;
                    font-variant: small-caps;
                }

                .left-menu > ul > li > .sub-menu > a {
                    display: block;
                    padding: 5px 10px;
                    color: #fff;
                    -moz-transition: background-color linear 50ms;
                    -o-transition: background-color linear 50ms;
                    -webkit-transition: background-color linear 50ms;
                    transition: background-color linear 50ms;
                    border-bottom: 1px solid #000;
                    border-top: 1px solid #5b5b5a;
                }

                    .left-menu > ul > li > .sub-menu > a:first-child,
                    .left-menu > ul > li > .sub-menu > .titre + a {
                        border-top: none;
                    }

                    .left-menu > ul > li > .sub-menu > a:last-child,
                    .left-menu > ul > li > .sub-menu > a.last {
                        border-bottom: none;
                    }

                    .left-menu > ul > li > .sub-menu > a:hover {
                        background-color: #fff;
                        color: #3d3d3d;
                        -moz-transition: background-color linear 100ms;
                        -o-transition: background-color linear 100ms;
                        -webkit-transition: background-color linear 100ms;
                        transition: background-color linear 100ms;
                    }

/*#endregion*/

/*#region Holder du contenu de la page */
#upPage {
    padding-top:128px;
    margin: 2% 0 30px 64px;
}
/*#endregion*/




/*#region Scroll to Top */
#scroll-to-top {
    opacity: 0;
    position: fixed;
    bottom: 5px;
    left: -9999px;
    right: auto;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 5px 2px rgba(0,0,0,0.10);
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.10);
    background-image: url('../images/layout/scroll-top.png');
    background-color: #444;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-transition: all linear 150ms;
    -o-transition: all linear 150ms;
    -webkit-transition: all linear 150ms;
    transition: all linear 150ms;
}

    #scroll-to-top.visible {
        left: auto;
        right: 5px;
        opacity: 0.5;
        -moz-transition: opacity linear 150ms;
        -o-transition: opacity linear 150ms;
        -webkit-transition: opacity linear 150ms;
        transition: opacity linear 150ms;
    }

    #scroll-to-top:hover {
        opacity: 1;
        -moz-transition: opacity linear 500ms;
        -o-transition: opacity linear 500ms;
        -webkit-transition: opacity linear 500ms;
        transition: opacity linear 500ms;
    }
/*#endregion*/


/* Sub Menu */
.left-menu > ul > li > .sub-menu > .titre.collapse {
    padding-right: 25px;
    position: relative;
    cursor: pointer;
}

    .left-menu > ul > li > .sub-menu > .titre.collapse > span {
        position: absolute;
        right: 8px;
        top: 10px;
        width: 15px;
        height: 15px;
        background-image: url("../images/layout/collapse-menu.png");
        background-repeat: no-repeat;
        background-position: 0 0;
    }

        .left-menu > ul > li > .sub-menu > .titre.collapse > span.open {
            background-position: -15px 0;
        }

.left-menu > ul > li > .sub-menu > div.collapse-content {
    display: none;
}

    .left-menu > ul > li > .sub-menu > div.collapse-content > a {
        display: block;
        padding: 5px 10px;
        padding: 5px 10px;
        color: #fff;
        -moz-transition: background-color linear 50ms;
        -o-transition: background-color linear 50ms;
        -webkit-transition: background-color linear 50ms;
        transition: background-color linear 50ms;
        border-bottom: 1px solid #000;
        border-top: 1px solid #5b5b5a;
    }

.left-menu > ul > li > .sub-menu > a.titre.collapse:hover > span {
    background-position-y: -15px !important;
}

.left-menu > ul > li > .sub-menu > div.collapse-content > a:first-child,
.left-menu > ul > li > .sub-menu > div.collapse-content > .titre + a {
    border-top: none;
}

.left-menu > ul > li > .sub-menu > div.collapse-content > a:last-child,
.left-menu > ul > li > .sub-menu > div.collapse-content > a.last {
    border-bottom: none;
}

.left-menu > ul > li > .sub-menu > div.collapse-content > a:hover {
    background-color: #fff;
    color: #3d3d3d;
    -moz-transition: background-color linear 100ms;
    -o-transition: background-color linear 100ms;
    -webkit-transition: background-color linear 100ms;
    transition: background-color linear 100ms;
}
/* Version 2.02 (02/02/2018) 
Version 2.02 
Modification de l'ombre sur les box et réduction de l'épaisseur de h1

Version 2.01
Correction des largeurs pour les box de 25% et 33% sur plusieurs lignes
*/

/*#region Box*/
section {
    border: 1px solid transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 2% 2% 2%;
    padding: 2%;
}


    section.box {
        background-color: #fff;
        -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.10);
        -moz-box-shadow: 0 0 1px 1px rgba(0,0,0,0.10);
        box-shadow: 0 0 1px 1px rgba(0,0,0,0.10);
        border-radius: 2px;
        border-bottom: 1px solid #bfbfc6;
        border-right: 1px solid #bfbfc6;
    }

div.col-1 {
    margin: 0 2% 2% 2%;
}

.col-2 > section:nth-child(1n) {
    float: left;
    width: 47%;
}

.col-2 > div:nth-child(1n) {
    float: left;
    width: 50%;
}

.col-4> section:nth-child(n),
.col-3> section:nth-child(n),
.col-2> section:nth-child(n){
    margin-right: 0;
}

.row > section:nth-child(1n),
.row > div:nth-child(1n) {
    float: left;
}

/* 25% - 50% - 75% */
.row > .wp-25,
.row > .wp-33,
.row > .wp-50,
.row > .wp-66,
.row > .wp-75{
    margin: 0 2% 2% 2%;
}

.row > .wp-25 > section,
.row > .wp-33 > section,
.row > .wp-50 > section,
.row > .wp-66 > section,
.row > .wp-75 > section{
    margin: 0;
}

.row > div.wp-75:nth-child(1n),
.row > div.wp-66:nth-child(1n),
.row > div.wp-50:nth-child(1n),
.row > div.wp-33:nth-child(1n),
.row > div.wp-25:nth-child(1n){
    margin-right: 0;
    margin-bottom: 0;
}

.row > section:nth-child(1n) {
    margin-right: 0;
}

.row > .wp-25 > section{
    padding: 9.090909%;
    /*padding: calc(100% / 22% * 2%);*/
    margin-bottom: 9.090909%;
}
.row > .wp-50 + .wp-25 > section,
.row > .wp-25 + .wp-25 > section{
    padding: 8.695652%;/* 100% / 23% * 2% */
    margin-bottom: 8.695652%;
}

.row > .wp-33 > section{
    padding: 6.593407%; /* 100% / 30.3333333% * 2% */
    margin-bottom: 6.593407%;
}

.row > .wp-33 + .wp-33 section{
    padding: 6.382979%; /* 100% / 31.3333333% * 2% */
    margin-bottom: 6.382979%;
}

.row > .wp-75 > section{
    padding: 2.816901%; /* 100% / 71% * 2% */
    margin-bottom: 2.816901%;
}

.row > .wp-66 > section{
    padding: 3.141361%; /* 100% / 63.6666666% * 2% */
    margin-bottom: 3.141361%;
}

.row > .wp-50 > section{
    padding: 4.255319%; /* 100% / 47% * 2% */
    margin-bottom: 4.255319%;
}

.row > .wp-25 + .wp-50 > section{
    padding: 4.166666%; /* 100% / 48% * 2% */
    margin-bottom: 4.166666%;
}


.col-4 > section:nth-child(1n) + section:nth-child(1n) + section:nth-child(1n) + section:nth-child(1n),
.col-4 > section:nth-child(1n),
.row > .wp-25,
.max-wp-25 {
    width: 22%;
}

.col-4 > section:nth-child(1n) + section:nth-child(1n),
.row > .wp-50 + .wp-25,
.row > .wp-25:nth-child(4n+1) + .wp-33,
.row > .wp-25:nth-child(4n+2) + .wp-33 {
    width: 23%;
}


.row > .wp-75,
.max-wp-75 {
    width: 72%;
}

.row > .wp-50,
.max-wp-50,
.row > .wp-25 + .wp-25 + .wp-50 {
    width: 47%;
}

.row > .wp-25 + .wp-50{
    width: 48%;
}

.center-wp-25 {
    width: 23%;
    margin:0 auto 2% auto;
}

.center-wp-50 {
    width: 48%;
    margin:0 auto 2% auto;
}

.center-wp-75 {
    width: 72%;
    margin:0 auto 2% auto;
}


/* 33% - 66% */


.col-3 > section:nth-child(1n) + section:nth-child(1n) + section:nth-child(1n),
.col-3 > section:nth-child(1n),
.row > .wp-33,
.max-wp-33{
    width: 30.3333333%;
}

.col-3 > section:nth-child(1n) + section:nth-child(1n),
.row > .wp-33:nth-child(3n+1) + .wp-33{
    width: 31.3333333%;
}

.row > .wp-66,
.max-wp-66{
    width: 63.6666666%;
}

.center-wp-33 {
    width: 31.3333333%;
    margin:0 auto 2% auto;
}

.center-wp-66 {
    width: 63.6666666%;
    margin:0 auto 2% auto;
}

/*#endregion*/

/*#region UC Collapsable*/
h1.uc-collapse {
    position: relative;
    padding-right: 30px;
}

    h1.uc-collapse a {
        color: #e85301;
    }

        h1.uc-collapse a:last-child {
            position: absolute;
            right: 5px;
            height: 22px;
            width: 22px;
            background-image: url('../images/layout/collapse.png');
            background-repeat: no-repeat;
            background-position: -22px 0;
        }

        h1.uc-collapse a.collapse:last-child {
            background-position: 0 0;
        }

        h1.uc-collapse a.collapse:last-child:hover {
            background-position: 0 -22px;
        }
        
        h1.uc-collapse a:last-child:hover {
            background-position: -22px -22px;
        }
/*#endregion*/



/*#region Aside */

aside:before,
aside:after {
    content: "";
    display: table;
}

aside:after {
    clear: both;
}

aside {
    zoom: 1;
}


    aside.section {
        border: 1px solid transparent;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 2% 0 2%;
        padding: 0;
    }

/*#endregion*/



/*#region Fullheight */

[data-fullheight]
{
    height:0px;
    overflow-y: auto;
}
/*#endregion*/



/*#region Dimensions */

.wp-25 {
    width: 25%;
}

.wp-33 {
    width: 33.3333333%;
}

.wp-50 {
    width: 50%;
}

.wp-66 {
    width: 66.6666666%;
}

.wp-75 {
    width: 75%;
}

.wp-100 {
    width: 100%;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mt-4 {
    margin-top: 4px !important;
}

.mt-10 {
    margin-top: 10px !important;
}


.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}


/*#endregion*/



/* 
Version 2.07
Date : 02/20/2018

v2.07
Ajout des select.no-plugin

v2.06
Correction pour un bouton a côté d'une multicomplete
Ajout de l'uppercase sur les input avec data-case="upper"

v2.05
Ajout des classes less-wpx-30 pour la recherche dans la filtres

*/

/*#region Textbox */
input[type="text"],
input[type="password"] {
    border: 1px solid #bfbfc6;
    color: #3d3d3d;
    border-radius: 2px;
    height: 30px;
    padding: 4px 8px;
    margin: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    input[type="text"]:focus,
    input[type="password"]:focus {
        border: 1px solid #0469b7;
    }

    input[type="text"][disabled],
    input[type="password"][disabled] {
        color: #3d3d3d;
        background-color: #eee;
    }

    input[type="text"].readonly,
    input[type="password"].readonly {
        visibility: hidden;
    }

    input[type='text'].jsonly {
        border: 1px solid transparent;
        background-image: none;
    }


    input[type="text"][data-case="upper"] {
        text-transform: uppercase;
    }


div.form-readonly.input-text {
    padding: 4px 5px;
    display: inline-block;
}

input[type="text"][data-type="date"] {
    max-width: 150px;
    padding-right: 30px;
    background-image: url('../images/layout/input-date.png');
    background-position: right 0;
    background-repeat: no-repeat;
}

input[type="text"][data-type="number"],
input[type="text"][data-type="int"] {
    width: 55%;
    max-width: 150px;
    text-align: right;
}

    input[type="text"][data-type="number"].full-width,
    input[type="text"][data-type="int"].full-width {
        width: 100% !important;
        max-width: 150px;
        text-align: right;
    }



input[type="text"][data-type="time"] {
    width: 55%;
    max-width: 100px;
    padding-right: 30px;
    background-image: url('../images/layout/input-time.png');
    background-position: right 0;
    background-repeat: no-repeat;
}


input[type="text"][data-type="date"] + input[type="text"][data-type="time"],
#dp-holder + input[type="text"][data-type="time"] {
    width: 43%;
    max-width: 100px;
    margin-left: 2%;
}

/*#endregion */

/*#region Textbox conditionnel */
span.conditional {
    position: relative;
}

    span.conditional > input[type="checkbox"] + label {
        position: absolute;
        top: 2px;
        left: 6px;
        width: 20px;
        height: 20px;
        margin: 0;
        padding: 0;
    }

    span.conditional + input[type="text"] {
        padding-left: 26px;
    }

/*#endregion */

/*#region Multiligne */
textarea {
    font-family: Segoe UI,Tahoma,Arial,Verdana;
    border: 1px solid #bfbfc6;
    color: #3d3d3d;
    border-radius: 2px;
    padding: 4px 8px;
    margin: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}

    textarea:focus {
        border: 1px solid #0469b7;
    }

    textarea[disabled] {
        color: #3d3d3d;
        background-color: #eee;
    }

    textarea.readonly {
        visibility: hidden;
    }


div.form-readonly.input-textarea {
    padding: 4px 5px;
}

/*#endregion */

/*#region Radio bouton */
input[type="radio"] {
    position: absolute;
    left: -9999px;
    height: 0;
}

    input[type="radio"] + label {
        background-image: url(../images/layout/input-form.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        cursor: pointer;
        display: inline-block;
        margin: 5px 4% 0 0;
        padding-left: 22px;
        max-height: 30px;
        min-height: 20px;
    }

    input[type="radio"]:hover + label {
        background-position: 0 -30px;
    }

    input[type="radio"]:checked + label {
        background-position: 0 -60px;
    }

    input[type="radio"][disabled] + label {
        color: #bfbfc6;
        cursor: default;
    }

    input[type="radio"][disabled]:hover + label {
        background-position: 0 0;
    }

    input[type="radio"][disabled]:checked + label {
        background-position: 0 -90px;
        color: #3d3d3d;
    }

span.readonly > input[type="radio"],
span.readonly > input[type="radio"] + label,
span.readonly > input[type="radio"] + label + br {
    display: none;
}

    span.readonly > input[type="radio"]:checked + label {
        display: inline-block;
        background-image: none;
        padding-left: 0;
        cursor: default;
    }


span.col-2 > input[type="radio"] + label {
    min-width: calc(46% - 22px);
    max-width: calc(46% - 22px);
    overflow: hidden;
    line-height: 20px;
    max-height: 20px;
}

span.col-3 > input[type="radio"] + label {
    min-width: calc(29.33% - 22px);
    max-width: calc(29.33% - 22px);
    overflow: hidden;
    line-height: 20px;
    max-height: 20px;
}

span.col-4 > input[type="radio"] + label {
    min-width: calc(20.99% - 22px);
    max-width: calc(20.99% - 22px);
    overflow: hidden;
    line-height: 20px;
    max-height: 20px;
}

/*#endregion */

/*#region Checkbox */
input[type="checkbox"] {
    position: absolute;
    left: -9999px;
    height: 0;
}

    input[type="checkbox"] + label {
        background-image: url(../images/layout/input-form.png);
        background-position: 0 -120px;
        background-repeat: no-repeat;
        cursor: pointer;
        display: inline-block;
        margin: 5px 4% 0 0;
        padding-left: 22px;
        max-height: 30px;
        min-height: 20px;
    }

    input[type="checkbox"]:hover + label {
        background-position: 0 -150px;
    }

    input[type="checkbox"]:checked + label {
        background-position: 0 -180px;
    }

    input[type="checkbox"][disabled] + label {
        color: #bfbfc6;
        cursor: default;
    }

    input[type="checkbox"][disabled]:hover + label {
        background-position: 0 -120px;
    }

    input[type="checkbox"][disabled]:checked + label {
        background-position: 0 -210px;
        color: #3d3d3d;
    }

span.readonly > input[type="checkbox"],
span.readonly > input[type="checkbox"] + label {
    display: none;
}

    span.readonly > input[type="checkbox"]:checked + label {
        display: inline-block;
        background-image: none;
        padding-left: 0;
        cursor: default;
    }

span.conditional > span.readonly > input[type="checkbox"]:checked + label {
    display: none;
}

span.col-2 > input[type="checkbox"] + label {
    min-width: calc(46% - 22px);
    max-width: calc(46% - 22px);
    overflow: hidden;
    line-height: 20px;
    max-height: 20px;
}

span.col-3 > input[type="checkbox"] + label {
    min-width: calc(29.33% - 22px);
    max-width: calc(29.33% - 22px);
    overflow: hidden;
    line-height: 20px;
    max-height: 20px;
}

span.col-4 > input[type="checkbox"] + label {
    min-width: calc(20.99% - 22px);
    max-width: calc(20.99% - 22px);
    overflow: hidden;
    line-height: 20px;
    max-height: 20px;
}


/*#endregion */

/*#region Liste déroulante */
select {
    border: 1px solid #bfbfc6;
    color: #3d3d3d;
    border-radius: 2px;
    height: 30px;
    padding: 4px 8px;
    margin: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('../images/layout/input-select.png');
    background-position: right 0;
    background-repeat: no-repeat;
}

    select[size] {
        visibility: hidden;
    }

    select.loaded {
        position: absolute;
        left: -9999px;
        height: 0;
    }

    select[disabled] {
        color: #3d3d3d;
        background-color: #eee;
    }

    select.no-plugin {
        height: auto;
        background-image: none;
    }

    select[size].no-plugin {
        visibility: visible;
    }

/*#endregion */

/*#region Formulaire */
article.form > div {
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

    article.form > div > span.lbl {
        text-align: right;
        vertical-align: top;
        display: table-cell;
        width: 50%;
        font-weight: 600;
        padding-right: 2%;
        padding-top: 5px;
    }

        article.form > div > span.lbl.left {
            text-align: left;
        }

        article.form > div > span.lbl.required:after {
            content: " *";
            font-weight: normal;
            color: #e85301;
        }

        article.form > div > span.lbl.wp-75 {
            width: 75%;
        }

        article.form > div > span.lbl.wp-66 {
            width: 66.666666%;
            width: calc(100% * 200% / 300%);
        }

        article.form > div > span.lbl.wp-33 {
            width: 33.333333%;
            width: calc(100% / 3);
        }

        article.form > div > span.lbl.wp-25 {
            width: 25%;
        }

    article.form > div > span.ctl.lbl {
        text-align: left;
        font-weight: normal;
    }

    article.form > div > span.ctl {
        display: table-cell;
    }

        article.form > div > span.ctl.wpx-30 {
            width: 30px;
            vertical-align: middle;
        }

        article.form > div > span.ctl > span.wpx-30 {
            display: inline-block;
            line-height: 18px;
            box-sizing: border-box;
            margin-left: 5px;
        }

article.form.block > div > span.ctl.wpx-30 {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 5px;
}



article.form.block > div > span.lbl {
    text-align: left;
    display: block;
    width: auto;
    padding-right: 0;
}

article.form.block > div > span.ctl {
    display: block;
}


article.form .note {
    display: block;
    font-weight: normal;
    font-size: 11px;
    margin-top: 1%;
}

article.form > div > .ctl .msg {
    margin-top: 2%;
}


/*#endregion */

/*#region Formulaire */

.formvalidation-error,
.formvalidation-error + .search-input,
.formvalidation-error + .search-holder,
.formvalidation-error + .search-holder .search-input {
    -moz-transition: background-color 500ms;
    -o-transition: background-color 500ms;
    -webkit-transition: background-color 500ms;
    transition: background-color 500ms;
    background-color: #ffe9e9;
}

/*#endregion */

/*#region Filtres */

article.form > div > span.ctl.wp-50.less-wpx-30 {
    width: calc(50% - 30px);
}

article.form > div > span.ctl.wp-75.less-wpx-30 {
    width: calc(75% - 30px);
}

/*#endregion */

/* Icones 20x20 */
.ico-back { background-image:url('../images/ico/back-20.png'); }
.ico-bell { background-image:url('../images/ico/bell-20.png'); }
.ico-add { background-image:url('../images/ico/add-20.png'); }
.ico-cross { background-image:url('../images/ico/cross-20.png'); }
.ico-edit { background-image:url('../images/ico/edit-20.png'); }
.ico-upload { background-image:url('../images/ico/upload-20.png'); }
.ico-download { background-image:url('../images/ico/download-20.png'); }
.ico-warning { background-image:url('../images/ico/warning-20.png'); }
.ico-check { background-image:url('../images/ico/check-20.png'); }
.ico-check2 { background-image:url('../images/ico/check2-20.png'); }
.ico-reload { background-image:url('../images/ico/reload-20.png'); }
.ico-etc { background-image:url('../images/ico/etc-20.png'); }
.ico-minus { background-image:url('../images/ico/minus-20.png'); }
.ico-up { background-image:url('../images/ico/up-20.png'); }
.ico-down { background-image:url('../images/ico/down-20.png'); }
.ico-right { background-image: url('../images/ico/right-20.png');}
.ico-full-right { background-image: url('../images/ico/full-right-20.png');}
.ico-left { background-image: url('../images/ico/left-20.png');}
.ico-full-left { background-image: url('../images/ico/full-left-20.png');}
.ico-copy { background-image:url('../images/ico/copy-20.png'); }
.ico-paste { background-image:url('../images/ico/paste-20.png'); }
.ico-export { background-image:url('../images/ico/export-20.png'); }
.ico-search { background-image:url('../images/ico/search-20.png'); }
.ico-folder {background-image: url('../images/ico/folder-20.png');}
.ico-rotate {background-image: url('../images/ico/rotate-20.png');}
.ico-stock-remove {background-image: url('../images/ico/stock-remove-20.png');}
.ico-view {background-image: url('../images/ico/view-20.png');}
.ico-link {background-image: url('../images/ico/link-20.png');}
.ico-box {background-image: url('../images/ico/box-20.png');}
.ico-arrow-left { background-image: url('../images/ico/arrow-left-20.png');}
.ico-arrow-right {background-image: url('../images/ico/arrow-right-20.png');}
.ico-trash { background-image: url('../images/ico/trash-20.png');}
.ico-warning-red { background-image: url('../images/ico/warning-red-20.png');}
.ico-save { background-image: url('../images/ico/save-20.png');}

/* Icones 30x30 */
.ico-calendar-30 { background-image:url('../images/ico/calendar-30.png'); }
.ico-firstday-30 { background-image:url('../images/ico/firstday-30.png'); }
.ico-usercheck-30 { background-image:url('../images/ico/usercheck-30.png'); }
.ico-file-30 { background-image:url('../images/ico/file-30.png'); }
.ico-euro-30 { background-image: url('../images/ico/euro-30.png');}
.ico-percent-30 { background-image: url('../images/ico/percent-30.png');}
.ico-clock-30 { background-image: url('../images/ico/clock-30.png');}

/* Icones 32x32 */
.ico-account-32 { background-image:url('../images/ico/account-32.png'); }
.ico-help-32 { background-image:url('../images/ico/help-32.png'); }

/* Icones menu */
.ico-menu-livre{ background-position: 0 0;}
li:hover .ico-menu-livre{ background-position: 0 -64px;}
.ico-menu-dossier{ background-position: 0 -128px;}
li:hover .ico-menu-dossier{ background-position: 0 -192px;}
.ico-menu-config {
    background-position: 0 -256px;
}
li:hover .ico-menu-config {
    background-position: 0 -320px;
}
.ico-menu-stat{ background-position: 0 -384px;}
li:hover .ico-menu-stat{ background-position: 0 -448px;}
/* Version 2.01 (03/02/2017) 
Ajout des classes pour l'environnement
*/


.accueil-indicateur {
    width: 100%;
    margin-bottom: 20px;
}

    .accueil-indicateur > .icone {
        float: left;
        width: 60px;
        height: 60px;
        background-color: #bfbfc6;
        margin-right: 20px;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .accueil-indicateur > .content {
        margin-left: 80px;
        text-align: center;
    }

        .accueil-indicateur > .content > .title {
            border-bottom: 2px solid #bfbfc6;
            padding-bottom: 4px;
            font-size: 16px;
        }

        .accueil-indicateur > .content > .chiffre {
            font-size: 26px;
            font-weight: 700;
        }


/* Couleur des environnements */
#upHeader > [data-env="DEV"] {
    background-color: #e9592c;
}

#upHeader > [data-env="RECETTE"] {
    background-color: #22b24b;
}

/* Index */
.index-utilisateur-lostpassword {
    color: #000;
    text-decoration: none;
    float: right;
}

/* Mon Compte */
div[data-ctxmenu="aCtxAccount"] div.content {
    background-image: url('../images/layout/ctx-account.png');
    background-position: center top;
    background-repeat: no-repeat;
    padding: 128px 20px 0 20px;
    text-align: center;
}

    div[data-ctxmenu="aCtxAccount"] div.content a {
        display: inline-block;
        padding: 0 5px;
        font-size: 12px;
        line-height: 24px;
        text-transform: none;
        font-weight: 400;
        border-radius: 2px;
        margin: 10px;
        min-width: 100px;
    }

/* Mot de passe perdu */
#aMdpOublie {
    color: #3d3d3d;
    text-decoration: none;
    float: right;
}

    #aMdpOublie:hover {
        text-decoration: underline;
    }

/* SPECIFIQUE */
.col-3-fonction > div > span:nth-child(1n) {
    width: 34% !important;
    padding-right: 1%;
}

.col-3-fonction > div > span:nth-child(2n) {
    width: 20% !important;
    padding-right: 1%;
}

article.form > div > span.ctl.wpx-30 + span.ctl.lbl {
    width: auto;
}

/* IMAGES */
div > .image {
    position: relative;
    float: left;
    width: 30%;
    height: auto;
    margin-right: 5%;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
    border: 5px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    div > .image:nth-child(3n+3) {
        margin-right: 0;
    }


.image img,
.image input[type="image"] {
    width: 100%;
    height: auto;
    display: block;
}

.image > .btn-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
}

    .image > .btn-container > a {
        margin-left: 2px;
        float: right;
    }

        .image > .btn-container > a.small {
            margin-top: 5px;
        }

.image:hover > .btn-container {
    -webkit-transition: opacity 250ms linear;
    -moz-transition: opacity 250ms linear;
    -o-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
    opacity: 1;
}


:last-child.image {
    margin-right: 0px;
}

article.form > div > .lnkUnderline .underline,
.txt-link {
    color: #000;
    text-decoration: underline;
}

.image.image-add > input[type="image"] {
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    opacity: 0.5;
}

    .image.image-add > input[type="image"]:hover {
        -webkit-transition: opacity 100ms linear;
        -moz-transition: opacity 100ms linear;
        -o-transition: opacity 100ms linear;
        transition: opacity 100ms linear;
        opacity: 1;
    }

[data-type='number'].wpx-100 {
    width: 100% !important;
    max-width: 250px !important;
}

/* Moteur de recherche */
#upHeader > .search .lc-holder {
    border-radius: 16px;
    border-top: 1px solid #0469b7;
    padding: 16px;
    margin-top: 16px;
}

    #upHeader > .search .lc-holder > .lc-list > a {
        position: relative;
        right: 0;
        top: 0;
        width: auto;
        height: auto;
        line-height: normal;
        color: #3d3d3d;
        background-color: #fff;
        font-size: 12px;
        font-weight: normal;
        text-align: left;
        border-radius: 0;
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none;
    }

        #upHeader > .search .lc-holder > .lc-list > a:hover {
            background-color: #eee;
        }


.btn-show {
    cursor: pointer;
}

.table-01 td.picto-validate {
    background-image: url(../images/ico/check3-20.png);
    background-position: center 5px;
    background-repeat: no-repeat;
}



.table-01 td.weekend {
    background-color: #ebeef2 !important;
}

/*.table-01 thead th {
    padding: 5px !important;
    min-height: 35px !important;
    max-height: 35px !important;
    height: 35px !important;
    overflow: hidden;
    font-weight: normal;
    color: #3d3d3d;
    background-color: #3d3d3d;
}
*/

.table-01 .tr-foot > td {
    border-left: solid 1px #000;
}

    .table-01 .tr-foot > td:first-child {
        border-left: none !important;
    }

.table-01 tbody tr.even.tr-foot td,
.table-01 tbody tr:nth-child(even).tr-foot td {
    background-color: #fff !important;
}


/*--- COLONNE ---*/
.col-3.pr-20 > div {
    padding-right: 20px;
    box-sizing: border-box;
}

    .col-3.pr-20 > div:nth-child(3n) {
        padding-right: 0 !important;
    }

/*--- H2 ---*/
.title-span {
    position: relative;
}

    .title-span > span {
        position: absolute;
        right: 0;
        top: 0;
        font-weight: 600;
    }

/* Tous / Aucun */
.chk-all, .chk-none {
    font-size: 10px;
    font-weight: normal;
    color: #bfbfc6;
}

.form-auto > span {
    display: inline-block !important;
    width: auto !important;
}


.table-01 td.picto-validate {
    background-image: url(../images/ico/check3-20.png);
    background-position: center 5px;
    background-repeat: no-repeat;
    min-width: 20px;
    max-width: 20px;
    width: 20px;
}



/* Log d'export */
.log-result {
    margin-bottom: 15px;
}

    .log-result .title {
        background-color: #09367a;
        color: #fff;
        padding: 3px 5px;
        font-weight: 600;
    }

    .log-result .content {
        margin: 5px;
        padding-left: 25px;
        background-repeat: no-repeat;
        background-position: left top;
        min-height: 20px;
    }

        .log-result .content.ico-1 {
            background-image: url('../images/ico/result-1.png');
        }

        .log-result .content.ico-2 {
            background-image: url('../images/ico/result-2.png');
        }

        .log-result .content.ico-3 {
            background-image: url('../images/ico/result-3.png');
        }



/* Planing de présence */

.planning-presence-holder {
    position: relative;
}

.planning-presence-nom {
    position: relative;
    left: 0;
    width: 150px;
}

    .planning-presence-nom .thead {
    }

.planning-presence-date-holder {
    position: absolute;
    overflow-x: scroll;
    overflow-y: hidden;
    top: 0;
    left: 149px;
    width: calc(100% - 150px);
}

.planning-presence-nom,
.planning-presence-date {
    font-size: 12px;
    border: 1px solid #ebeef2;
}

    .planning-presence-nom thead th,
    .planning-presence-date thead th {
        padding: 5px;
        min-height: 35px;
        max-height: 35px;
        height: 35px;
        overflow: hidden;
        font-weight: normal;
        color: #3d3d3d;
        background-color: #3d3d3d;
    }

    .planning-presence-date thead th {
        width: 50px;
        text-align: center;
    }

    .planning-presence-nom tr.emp td,
    .planning-presence-date tr.emp td {
        background-color: #0469b7;
        font-weight: bold;
        color: #fff;
    }

    .planning-presence-nom td,
    .planning-presence-date td {
        padding: 0 5px;
        min-height: 25px;
        max-height: 25px;
        height: 25px;
        overflow: hidden;
        font-weight: normal;
        border-bottom: 1px solid #ebeef2;
    }

    .planning-presence-nom td {
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 140px;
    }

    .planning-presence-date td {
        width: 50px;
        top: 1px;
        text-align:center;
    }

        .planning-presence-date td.weekend {
            background-color: #ebeef2;
        }


        .planning-presence-date td a {
            color: #3d3d3d;
        }

            .planning-presence-date td a.red,
            .planning-presence-date td span.red {
                color: #c00000;
            }

            .planning-presence-date td a.orange,
            .planning-presence-date td span.orange {
                color: #f4a000;
            }

            .planning-presence-date td a:hover {
                text-decoration: underline;
            }


        .planning-presence-date td input[type='checkbox'] + label {
            margin-left: 10px;
            padding-left: 13px;
        }

    .planning-presence-nom.fixed,
    .planning-presence-date.fixed {
        position: absolute;
        top: 0;
    }

        .planning-presence-nom.fixed thead th,
        .planning-presence-date.fixed thead th {
            color: #fff;
        }

/*#region DatePicker*/

#dp-holder {
    position: absolute;
    background-color: #fff;
    padding: 5px;
    border:1px solid #eee;
    -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 5px 2px rgba(0,0,0,0.10);
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.10);
    border-radius: 2px;
    margin-top: 10px;
    z-index: 1050;
    width: 210px; /* 30 * 7 */
}



    #dp-holder .dp-header .dp-prev,
    #dp-holder .dp-header .dp-next {
        float: left;
        width: 10px;
        height: 10px;
        padding: 10px;
        border-radius: 4px;
        -moz-transition: background-color linear 50ms;
        -o-transition: background-color linear 50ms;
        -webkit-transition: background-color linear 50ms;
        transition: background-color linear 50ms;
    }

    #dp-holder .dp-header .dp-next {
        float: right;
    }

        #dp-holder .dp-header .dp-prev:hover,
        #dp-holder .dp-header .dp-next:hover {
            background-color: #eee;
            -moz-transition: background-color linear 150ms;
            -o-transition: background-color linear 150ms;
            -webkit-transition: background-color linear 150ms;
            transition: background-color linear 150ms;
        }


        #dp-holder .dp-header .dp-prev span,
        #dp-holder .dp-header .dp-next span {
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            -moz-transition: border-color linear 50ms;
            -o-transition: border-color linear 50ms;
            -webkit-transition: border-color linear 50ms;
            transition: border-color linear 50ms;
        }

    #dp-holder .dp-header .dp-prev span {
        border-width: 5px 8.7px 5px 0;
        border-color: transparent #eee transparent transparent;
    }

    #dp-holder .dp-header .dp-next span {
        border-width: 5px 0 5px 8.7px;
        border-color: transparent transparent transparent #eee;
    }

    #dp-holder .dp-header .dp-prev:hover span {
        border-color: transparent #bfbfc6 transparent transparent;
    }

    #dp-holder .dp-header .dp-next:hover span {
        border-color: transparent transparent transparent #bfbfc6;
    }

    #dp-holder .dp-view-day .dp-header .dp-month-year {
        float: left;
        width: 110px;
        text-align: center;
    }

        #dp-holder .dp-view-day .dp-header .dp-month-year .dp-content {
            display: inline-block;
            height: 20px;
            padding: 5px;
            border-radius: 4px;
            cursor: pointer;
            -moz-transition: background-color linear 50ms;
            -o-transition: background-color linear 50ms;
            -webkit-transition: background-color linear 50ms;
            transition: background-color linear 50ms;
        }

            #dp-holder .dp-view-day .dp-header .dp-month-year .dp-content:hover {
                background-color: #eee;
                -moz-transition: background-color linear 150ms;
                -o-transition: background-color linear 150ms;
                -webkit-transition: background-color linear 150ms;
                transition: background-color linear 150ms;
            }

    #dp-holder .dp-header .dp-month {
        color: #3d3d3d;
    }

    #dp-holder .dp-header .dp-year {
        padding-left: 5px;
        color: #bfbfc6;
    }


    #dp-holder .dp-header .dp-today {
        float: right;
        width: 20px;
        height: 20px;
        padding: 5px;
    }

        #dp-holder .dp-header .dp-today a {
            display: block;
            height: 16px;
            width: 16px;
            border: 2px solid #eee;
            border-radius: 16px;
            color: #eee;
            line-height: 16px;
            font-size: 12px;
            font-weight: bold;
            text-align: center;
        }

            #dp-holder .dp-header .dp-today a:hover {
                border: 2px solid #bfbfc6;
                background-color: #bfbfc6;
                color: #fff;
            }


    #dp-holder .dp-weekday span {
        float: left;
        width: 30px;
        line-height: 30px;
        height: 30px;
        color: #e85301;
        font-size: 11px;
        text-align: center;
        text-transform: uppercase;
    }

    #dp-holder .dp-view-day-holder a,
    #dp-holder .dp-view-day-holder span {
        float: left;
        width: 30px;
        line-height: 30px;
        height: 30px;
        color: #3d3d3d;
        font-size: 12px;
        text-align: center;
    }

        #dp-holder .dp-view-day-holder a.dp-current,
        #dp-holder .dp-view-day-holder a:hover {
            border-radius: 4px;
            background-color: #0469b7;
            color: #fff;
        }


        #dp-holder .dp-view-day-holder a.dp-other {
            color: #bfbfc6;
        }

        #dp-holder .dp-view-day-holder a.dp-today {
            color: #0469b7;
        }


            #dp-holder .dp-view-day-holder a.dp-other:hover,
            #dp-holder .dp-view-day-holder a.dp-today:hover {
                color: #fff;
            }

    #dp-holder .dp-view-day-holder span {
        color: #eee;
    }

    /*#endregion */
    
/*#region Vue par mois */
    #dp-holder .dp-view-month .dp-header {
        height: 30px;
        text-align: center;
    }

        #dp-holder .dp-view-month .dp-header .dp-year {
            float:left;
            width:140px;
            height: 20px;
            padding: 5px;
            border-radius: 4px;
            cursor: pointer;
            -moz-transition: background-color linear 50ms;
            -o-transition: background-color linear 50ms;
            -webkit-transition: background-color linear 50ms;
            transition: background-color linear 50ms;
        }

            #dp-holder .dp-view-month .dp-header .dp-year:hover {
                background-color: #eee;
                -moz-transition: background-color linear 150ms;
                -o-transition: background-color linear 150ms;
                -webkit-transition: background-color linear 150ms;
                transition: background-color linear 150ms;
            }


    #dp-holder .dp-view-month-holder a,
    #dp-holder .dp-view-month-holder span {
        float: left;
        width: 70px;
        line-height: 30px;
        height: 30px;
        color: #3d3d3d;
        font-size: 12px;
        text-align: center;
    }

        #dp-holder .dp-view-month-holder a:hover {
            border-radius: 4px;
            background-color: #0469b7;
            color: #fff;
        }
        
    #dp-holder .dp-view-month-holder span {
        color: #eee;
    }
    
    /*#endregion*/
     
/*#region Vue par ann�e */   
    #dp-holder .dp-view-month .dp-header {
        height: 30px;
    }

       
    #dp-holder .dp-view-year-holder a,
    #dp-holder .dp-view-year-holder span {
        float: left;
        width: 70px;
        line-height: 30px;
        height: 30px;
        color: #3d3d3d;
        font-size: 12px;
        text-align: center;
    }

        #dp-holder .dp-view-year-holder a:hover {
            border-radius: 4px;
            background-color: #0469b7;
            color: #fff;
        }
        
    #dp-holder .dp-view-year-holder span {
        color: #eee;
    }
/*#endregion */
/*#region Liste d�roulante - Zone de recherche */
select + .search-input {
    padding-right: 30px;
    background-image: url('../images/layout/input-select.png');
    background-position: right 0;
    background-repeat: no-repeat;
}

select.readonly {
    display:none;
}
/*#endregion*/

/*#region Multiselection & Multicomplete - Zone de recherche */
select[size] + .search-holder:before,
select[size] + .search-holder:after,
div.multicomplete.search-holder:before,
div.multicomplete.search-holder:after {
    content: "";
    display: table;
}

select[size] + .search-holder:after,
div.multicomplete.search-holder:after {
    clear: both;
}

select[size] + .search-holder {
    border: 1px solid #bfbfc6;
    color: #3d3d3d;
    border-radius: 2px;
    min-height: 30px;
    padding: 4px 30px 0 4px;
    margin: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('../images/layout/input-select.png');
    background-position: right 0;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: text;
    zoom: 1;
}


div.multicomplete.search-holder {
    border: 1px solid #bfbfc6;
    color: #3d3d3d;
    border-radius: 2px;
    min-height: 30px;
    padding: 4px 30px 0 4px;
    margin: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('../images/layout/input-autocomplete.png');
    background-position: right 0;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: text;
    zoom: 1;
}

    select[size] + .search-holder.active,
    div.multicomplete.search-holder.active {
        border: 1px solid #0469b7;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    select[size].aspNetDisabled + .search-holder,
    div.multicomplete.search-holder.aspNetDisabled {
        color: #3d3d3d;
        background-color: #eee;
        cursor: default;
    }

    div.multicomplete.search-holder.readonly{
        visibility:hidden;
    }


    select[size] + .search-holder > .search-items,
    div.multicomplete.search-holder > .search-items {
        float: left;
        max-height:100px;
        overflow-y:auto;
    }

        select[size] + .search-holder > .search-items > .search-item,
        div.multicomplete.search-holder > .search-items > .search-item {
            float: left;
            position: relative;
            border-radius: 4px;
            border: 1px solid #bfbfc6;
            background-color: #eee;
            margin: 0 4px 4px 0;
            font-size: 12px;
            padding: 0 24px 0 8px;
            line-height: 20px;
            color: #3d3d3d;
        }

select[size].aspNetDisabled + .search-holder > .search-items > .search-item,
div.multicomplete.search-holder.aspNetDisabled > .search-items > .search-item {
    padding: 0 8px 0 8px;
}

select[size] + .search-holder > .search-items > .search-item a,
div.multicomplete.search-holder > .search-items > .search-item a {
    position: absolute;
    right: 4px;
    top: 3px;
    width: 14px;
    height: 14px;
    line-height: 10px;
    text-align: center;
    background-color: #3d3d3d;
    display: inline-block;
    color: #fff;
    border-radius: 16px;
}

    select[size] + .search-holder > .search-items > .search-item a:hover,
    div.multicomplete.search-holder > .search-items > .search-item a:hover {
        background-color: #f49e00;
    }

select[size] + .search-holder > input.search-input,
div.multicomplete.search-holder > input.search-input {
    float: right;
    min-width: 120px;
    margin-bottom: 4px;
    font-size: 12px;
    padding: 0;
    height: 22px;
    border: none;
    border-radius: 0;
}

/*#endregion*/

/*#region autocomplete */
input[type="text"].autocomplete {
    padding-right: 30px;
    background-image: url('../images/layout/input-autocomplete.png');
    background-position: right 0;
    background-repeat: no-repeat;
}
/*#endregion*/

/*#region Zone de recherche */
.lc-holder {
    position: absolute;
    background-color: #fff;
    padding-top: 3px;
    border-left: 1px solid #0469b7;
    border-bottom: 1px solid #0469b7;
    border-right: 1px solid #0469b7;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top: 10px;
    z-index: 85;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .lc-holder > .lc-list {
        overflow-y: auto;
        max-height: 150px;
    }

        .lc-holder > .lc-list > a {
            padding: 4px 8px;
            display: block;
            color: #3d3d3d;
            min-height: 20px;
        }

            .lc-holder > .lc-list > a:hover,
            .lc-holder > .lc-list > a.hover,
            .lc-holder > .lc-list > a.no-hover.hover:hover {
                color: #3d3d3d;
                background-color: #eee;
            }

            .lc-holder > .lc-list > a.no-hover:hover {
                color: #3d3d3d;
                background-color: #fff;
            }


            .lc-holder > .lc-list > a.selected {
                background-color: #0469b7;
                color: #fff;
            }

        .lc-holder > .lc-list > .no-result {
            font-size: 11px;
            color: #bfbfc6;
            text-align: center;
            padding: 5px;
        }


    .lc-holder > .lc-const:before,
    .lc-holder > .lc-const:after {
        content: "";
        display: table;
    }

    .lc-holder > .lc-const:after {
        clear: both;
    }

    .lc-holder > .lc-const {
        zoom: 1;
        height: 30px;
    }


        .lc-holder > .lc-const > a {
            float: right;
            line-height: 14px;
            height: 14px;
            color: #fff;
            background-color: #0469b7;
            margin-top: 6px;
            margin-right: 8px;
            padding: 2px 8px;
            font-size: 11px;
            border-radius: 2px;
        }

            .lc-holder > .lc-const > a[data-action] {
                float: left;
                margin-left: 8px;
                margin-right: 0;
            }

            .lc-holder > .lc-const > a:hover {
                background-color: #09367a;
            }

/*#endregion*/



/*#region Tooltip */

.tooltip-holder {
    position: absolute;
    z-index: 920;
    max-width: 30%;
}

    .tooltip-holder.invisible {
        visibility: hidden;
        left: -9999px;
        top:0;
    }

    .tooltip-holder > .content {
        position: relative;
        z-index: 919;
        overflow: hidden;
        padding: 4px 7px 4px 7px;
        border-radius: 2px;
        background-color: #09367a;
        color: #fff;
        font-size: 11px;
        -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.10);
        -moz-box-shadow: 0 0 5px 2px rgba(0,0,0,0.10);
        box-shadow: 0 0 5px 2px rgba(0,0,0,0.10);
    }

    .tooltip-holder > .arrow {
        position: absolute;
        left: 0;
        bottom: -4px;
        z-index: 920;
        width: 0;
        height: 0;
        border-width: 8px 10px 0 10px;
        border-style: solid;
        border-color: #09367a transparent transparent transparent;
    }
    
/*#endregion*/

.ctxaction,
[data-ctxmenu]{
    display: none;
    position: absolute;
    z-index: 1001;
}

.ctxaction.fixed,
[data-ctxmenu].fixed{
    position: fixed;
}

/* Menu contextuel dans la page */
#upPage .ctxaction,
#upPage [data-ctxmenu]{
    z-index: 85;
}

article.form > div.ctxaction,
article.form > div[data-ctxmenu]{
    display: none;
    width: auto;
    margin-bottom: 0
}

.ctxaction[data-location="top"] .content,
[data-ctxmenu][data-location="top"] .content{
    margin-top: 0;
    margin-bottom: 15px;
}

.ctxaction[data-location="right"] .content,
[data-ctxmenu][data-location="right"] .content{
    margin-top: 0;
    margin-left: 15px;
}

.ctxaction[data-location="left"] .content,
[data-ctxmenu][data-location="left"] .content{
    margin-top: 0;
    margin-right: 15px;
}

.ctxaction .triangle,
[data-ctxmenu] > .triangle{
    z-index: 20;
    position: relative;
    width: 19px;
    height: 16px;
    background-image: url(../images/layout/triangle-top.png);
    margin-right: auto;
    margin-left: auto;
}

.ctxaction[data-location="top"] > .triangle,
[data-ctxmenu][data-location="top"] > .triangle{
    position: absolute;
    bottom: 0;
    left: 49%;
    left: calc(50% - 9px);
    background-image: url(../images/layout/triangle-bottom.png);
}

.ctxaction[data-location="right"] > .triangle,
[data-ctxmenu][data-location="right"] > .triangle{
    position: absolute;
    width: 16px;
    height: 19px;
    background-image: url(../images/layout/triangle-right.png);
    top: 49%;
    top: calc(50% - 9px);
}

.ctxaction[data-location="left"] > .triangle,
[data-ctxmenu][data-location="left"] > .triangle{
    position: absolute;
    width: 16px;
    height: 19px;
    background-image: url(../images/layout/triangle-left.png);
    top: 49%;
    top: calc(50% - 9px);
    right: 0;
}

.ctxaction > .content,
[data-ctxmenu] > .content{
    z-index: 10;
    margin-top:-1px;
    position: relative;
    padding: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.10);
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.10);
    border:1px solid #bfbfc6;
}

.ctxaction > .content > a,
[data-ctxmenu] > .content > a{
    display: block;
    text-decoration: none;
    color: #3d3d3d;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
}

.ctxaction > .content > a:hover,
[data-ctxmenu] > .content > a:hover{
    background-color: #0469b7;
    color: #fff;
}

.ctxaction > .content > hr,
[data-ctxmenu] > .content > hr{
    height: 1px;
    background-color: #bfbfc6;
    border: none;
    margin: 5px 20px;
    padding: 0;
}

#ctxhelp {
    z-index: 1;
    position: fixed;
    right: 0;
    left:64px;
    top: -300px;
    height:300px;
    background-color: #ebeef2;
    -webkit-transition: top 150ms linear;
    -moz-transition: top 150ms linear;
    -ms-transition: top 150ms linear;
    -o-transition: top 150ms linear;
    transition: top 150ms linear;
}

#ctxhelp > section.box{
    overflow-y:auto;
    margin:10px;
    padding:10px;
    height:280px;
}


body.ctxhelp-visible #ctxhelp{
    top:128px;
    -webkit-transition: top 250ms linear;
    -moz-transition: top 250ms linear;
    -ms-transition: top 250ms linear;
    -o-transition: top 250ms linear;
    transition: top 250ms linear;
}

body.ctxhelp-visible #upPage{
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    padding-top:428px;
}

body #upPage{
    -webkit-transition: padding-top 150ms linear;
    -moz-transition: padding-top 150ms linear;
    -ms-transition: padding-top 150ms linear;
    -o-transition: padding-top 150ms linear;
    transition: padding-top 150ms linear;
}


/*#region Tableau */
.table-01 {
    width: 100%;
    font-size: 12px;
    border: 1px solid #ebeef2;
}

    .table-01 td {
        padding: 5px;
        min-height: 20px;
        vertical-align: top;
        font-weight: normal;
    }

        .table-01 td > a {
            color: #3d3d3d;
            text-decoration: underline;
            display: block;
        }

    .table-01 thead th {
        padding: 5px;
        min-height: 20px;
        vertical-align: top;
        font-weight: normal;
        color: #fff;
        background-color: #3d3d3d;
    }

        .table-01 thead th a {
            display: block;
            color: #fff;
            text-decoration: none;
        }


        .table-01 thead th.sortable {
            background-image: url(../images/layout/input-form.png);
            background-repeat: no-repeat;
            background-position: right 9999px;
        }

            .table-01 thead th.sortable:hover {
                background-position: right -230px;
            }

            .table-01 thead th.sortable.asc {
                background-position: right -290px;
            }

                .table-01 thead th.sortable.asc:hover {
                    background-position: right -230px;
                }

            .table-01 thead th.sortable.desc {
                background-position: right -350px;
            }

                .table-01 thead th.sortable.desc:hover {
                    background-position: right -410px;
                }


    .table-01.editable tbody tr > td.td-action > a {
        margin-top: 5px;
    }

    .table-01 tbody tr > td.td-action > a {
        display: inline-block;
        color: #fff;
        margin-left: 4px;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background-color: #e85301;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50%;
        text-decoration: none;
    }

    .table-01 tbody tr[data-key] > td,
    .table-01 tbody tr[data-href] > td {
        cursor: pointer;
    }


html.lt-ie9 .table-01 tbody tr > td.td-action > a {
    -ms-behavior: url(js/ie8/backgroundsize.min.htc);
}

.table-01 tbody tr.even td,
.table-01 tbody tr:nth-child(even) td {
    background-color: #ebeef2;
}

.table-01 tbody tr.odd td,
.table-01 tbody tr:nth-child(odd) td {
    background-color: #fff;
}

.table-01 tbody tr:hover td {
    background-color: #f4a000;
    color: #fff;
}

.table-01 tfoot td {
    background-color: #09367a;
    color: #fff;
}

/*#endregion */

/*#region Multiselection */

.table-01.multiselect label {
    margin: 0;
    min-height: 20px;
    padding-left: 16px;
}

.table-01.multiselect tr > th:first-child {
    width: 20px;
}

/*#endregion */

/*#region Lecture seule */

.table-01.readonly tbody td.td-action,
.table-01.readonly td.td-action,
.table-01.multiselect.readonly tr > th:first-child,
.table-01.multiselect.readonly tr > td:first-child,
.table-01.readonly thead th.th-action {
    display: none;
}


.table-01.readonly tbody tr[data-key] > td,
.table-01.readonly tbody tr[data-href] > td {
    cursor: default;
}

/*endregion*/


/* --- SPECIFIQUE --- */
.table-scroll {
    display: block;
    overflow-x: scroll;
}

    .table-scroll .table-01 > thead > tr > th > a {
        min-width: 100px !important;
    }

.table-01 tbody > tr.row-total > td {
    background-color: #0469b7 !important;
    color: #fff;
}

.table-01.sticky {
    position:relative;
}

    .table-01.sticky > thead > tr > th {
        position: -webkit-sticky;
        position: sticky;
        top: 128px;
    }

.drilldown {
    width: 100%;
    font-size: 12px;
    border: 1px solid #ebeef2;
}

    .drilldown thead th {
        padding: 5px;
        min-height: 20px;
        vertical-align: top;
        font-weight: normal;
        color: #fff;
        background-color: #3d3d3d;
        text-align: center;
        width: 100px;
    }

        .drilldown thead th a {
            display: block;
            color: #fff;
            text-decoration: none;
        }

    .drilldown tbody tr.open td {
        font-weight: bold;
    }

    .drilldown tbody tr.selected td {
        background-color: #0469b7 !important;
        font-weight: bold;
        color: #fff;
    }

    .drilldown tbody td {
        padding: 5px;
        min-height: 20px;
        font-weight: normal;
        cursor: pointer;
        background-color: #fff;
    }

        .drilldown td div {
            position: relative;
        }

        .drilldown td:hover div {
            text-decoration: underline;
        }

        .drilldown td div span {
            position: absolute;
            width: 16px;
            height: 16px;
            left: -21px;
        }

    .drilldown tr.no-action td:hover div {
        text-decoration: none;
    }

    .drilldown tr.no-action td {
        cursor: default;
    }

    .drilldown tbody tr.even td
     {
        background-color: #ebeef2;
    }


    .drilldown tbody tr:hover td {
        background-color: #f4a000;
        color: #fff;
    }

    .drilldown tfoot td {
        padding: 5px;
        min-height: 20px;
        font-weight: normal;
        background-color: #09367a;
        color: #fff;
    }


    .drilldown .btn-ico:hover {
        background-color:#e85301;
    }

/*#region Bouton avec du texte*/

.btn {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 10px;
    border-radius: 4px;
    background-color: #e85301;
    font-size: 14px;
    font-weight: 600;
    vertical-align: top;
    margin-bottom: 1%;
}

    .btn.small {
        padding: 0 5px;
        font-size: 11px;
        line-height: 20px;
        text-transform: none;
        font-weight: 400;
        border-radius: 2px;
        margin-right: 5px;
    }

h1 + .btn {
    position: relative;
    float: right;
    margin: -45px 0 0 0;
    padding: 5px 10px;
}

article.form > div + aside > .btn,
article.form > div + aside > .btn-txt-ico,
article.form > div + aside > .btn-ico {
    margin-bottom: 0;
}


/*#endregion*/

/*#region Bouton avec du texte et un icone*/
.btn-txt-ico {
    display: inline-block;
    padding: 10px 20px;
    padding-left: 40px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 10px;
    border-radius: 4px;
    background-color: #e85301;
    font-size: 14px;
    background-position: 10px center;
    background-repeat: no-repeat;
    font-weight: 600;
    vertical-align: top;
    margin-bottom: 1%;
}


h1 + .btn-txt-ico {
    position: relative;
    float: right;
    margin: -45px 0 0 0;
    padding: 5px 10px 5px 30px;
    background-size: 12px;
}


/*#endregion*/

/*#region Bouton avec un icone */

.btn-ico {
    display: inline-block;
    padding: 10px;
    color: #fff;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    border-radius: 4px;
    background-color: #e85301;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-bottom: 1%;
}

    .btn-ico.small {
        padding: 0;
        background-size: 50%;
        margin-right: 5px;
    }


    .btn-ico.round {
        border-radius: 50%;
    }

h1 + .btn-ico {
    position: relative;
    float: right;
    margin: -45px 0 0 0;
    padding: 5px;
    background-size: 50%;
}

    h1 + .btn-ico + .btn-ico {
        position: relative;
        float: right;
        margin: -45px 35px 0 0;
        padding: 5px;
        background-size: 48%;
    }


        h1 + .btn-ico + .btn-ico + .btn-ico {
            position: relative;
            float: right;
            margin: -45px 70px 0 0;
            padding: 5px;
            background-size: 50%;
        }

article.form > div > .ctl + .wpx-30 > .btn-ico {
    margin: 0;
    margin-left: 10px;
    vertical-align: middle;
}

article.form > div > .lbl + .wpx-30 > .btn-ico {
    margin: 0;
    margin-right: 10px;
    vertical-align: middle;
}

/*#endregion*/

/*#region Général*/

.btn-ico:hover,
.btn-txt-ico:hover,
.btn:hover {
    background-color: #f4a000;
}


.btn-ico.right,
.btn-txt-ico.right,
.btn.right {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.btn-ico.left,
.btn-txt-ico.left,
.btn.left {
    float: left;
}


/*#endregion*/

/*#region Background-size ie8 */

html.lt-ie9 h1 + .btn-txt-ico,
html.lt-ie9 h1 + .btn-ico,
html.lt-ie9 h1 + .btn-ico.small,
html.lt-ie9 .btn-ico.small {
    -ms-behavior: url(js/ie8/backgroundsize.min.htc);
}

/*#endregion*/

/*#region Couleur des boutons */

.table-01 tbody tr > td.td-action > a.orange-light,
.btn-ico.orange-light,
.btn-txt-ico.orange-light,
.btn.orange-light {
    background-color: #f4a000;
}

    .btn-ico.orange-light:hover,
    .btn-txt-ico.orange-light:hover,
    .btn.orange-light:hover {
        background-color: #e85301;
    }
    
.table-01 tbody tr > td.td-action > a.blue,
.btn-ico.blue,
.btn-txt-ico.blue,
.btn.blue {
    background-color: #09367a;
}

    .btn-ico.blue:hover,
    .btn-txt-ico.blue:hover,
    .btn.blue:hover {
        background-color: #0469b7;
    }
    
.table-01 tbody tr > td.td-action > a.blue-light,
.btn-ico.blue-light,
.btn-txt-ico.blue-light,
.btn.blue-light {
    background-color: #0469b7;
}

    .btn-ico.blue-light:hover,
    .btn-txt-ico.blue-light:hover,
    .btn.blue-light:hover {
        background-color: #09367a;
    }
    
.table-01 tbody tr > td.td-action > a.green,
.btn-ico.green,
.btn-txt-ico.green,
.btn.green {
    background-color: #32a43f;
}

    .btn-ico.green:hover,
    .btn-ico.green:hover,
    .btn-txt-ico.green:hover,
    .btn.green:hover {
        background-color: #bbd032;
    }
    
.table-01 tbody tr > td.td-action > a.green-light,
.btn-ico.green-light,
.btn-txt-ico.green-light,
.btn.green-light {
    background-color: #bbd032;
}

    .btn-ico.green-light:hover,
    .btn-txt-ico.green-light:hover,
    .btn.green-light:hover {
        background-color: #32a43f;
    }
    
.table-01 tbody tr > td.td-action > a.dark,
.btn-ico.dark,
.btn-txt-ico.dark,
.btn.dark {
    background-color: #444;
}

    .btn-ico.dark:hover,
    .btn-txt-ico.dark:hover,
    .btn.dark:hover {
        background-color: #bfbfc6;
    }
    
.table-01 tbody tr > td.td-action > a.grey,
.btn-ico.grey,
.btn-txt-ico.grey,
.btn.grey {
    background-color: #bfbfc6;
}

    .btn-ico.grey:hover,
    .btn-txt-ico.grey:hover,
    .btn.grey:hover {
        background-color: #444;
    }

/*#endregion*/

/*#region Controles désactivés */

.btn.aspNetDisabled,
.btn-ico.aspNetDisabled,
.btn-txt-ico.aspNetDisabled,
.btn.aspNetDisabled:hover,
.btn-ico.aspNetDisabled:hover,
.btn-txt-ico.aspNetDisabled:hover {
    background-color: #eee;
    color: #3d3d3d;
}


/*#endregion*/

/*#region msg */

.msg {
    position: relative;
    border-radius: 4px;
    padding: 10px 30px 10px 45px;
    background-repeat: no-repeat;
    background-position: 10px 15px;
    color: #fff;
    font-weight: 300;
    min-height: 50px;
    margin-bottom: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.msg > .title{
    font-weight: 600;
}

.msg > a{
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/ico/cross-20.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
}

.msg > .titre{
    font-weight: bold;
}


html.lt-ie9 .msg > a {
    -ms-behavior: url(js/ie8/backgroundsize.min.htc);
}


/*#endregion*/


/*#region notification*/
.notification {
    z-index: 80001;
    position: fixed;
    max-width: 20%;
}

/*#endregion*/
.tab > .header {
    display: table;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2% 1% 2%;
}

section.box > .tab > .header {
    margin:0;
}

    .tab > .header > a {
        display: table-cell;
        text-align: center;
        color: #3d3d3d;
        font-weight: 600;
        padding: 10px 0 10px 0;
        font-size: 18px;
        border-bottom: 5px solid transparent;
        text-transform:uppercase;
        
    }

section.box > .tab > .panel {
    border: 1px solid #eee;
    padding: 2%;
}

section.box > .tab > .panel > section {
    margin-right: 0;
    margin-left: 0;
}

section.box > .tab > .panel > section:last-child {
    margin-bottom: 0;
}


    .tab > .header > span{
        display: table-cell;
    }

        .tab > .header > a:hover {
            color: #f4a000;
        }
        
        .tab > .header > a.selected {
            border-bottom: 5px solid #e85301;
            color: #e85301;
        }

.tab > .panel {
    border: none;
    border-radius:2px;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 80000;
    background-image: url(../images/layout/popup-background.png);
    overflow-y: auto;
}

    .popup-overlay > .holder {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 96%;
    }

    .popup-overlay .holder > .content {
        position: relative;
        background-color: #fff;
        -webkit-box-shadow: 0 0 7px 2px rgba(0,0,0,0.30);
        -moz-box-shadow: 0 0 7px 2px rgba(0,0,0,0.30);
        box-shadow: 0 0 7px 2px rgba(0,0,0,0.30);
        border: 1px solid #bfbfc6;
        border-radius: 4px;
        padding: 20px;
        padding-top: 50px;
    }

div.no-header > .popup-overlay .holder > .content {
    padding-top: 20px;
}


.popup-overlay > .holder > .content > .title {
    font-size: 22px;
    text-transform: uppercase;
    color: #203F77;
    padding: 0 80px 2px 0;
    margin: -35px 0 10px 0;
    display: block;
    border-bottom: 1px solid #bfbfc6;
    font-weight: 400;
}

.popup-overlay > .holder > .content > .close {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 20px;
    width: 20px;
    background-image: url('../images/layout/popup-cross.png');
    background-position: top center;
    background-repeat: no-repeat;
}

    .popup-overlay > .holder > .content > .close:hover {
        background-position: bottom center;
    }



.popup-overlay > .holder > .content > .move {
    position: absolute;
    top: 20px;
    right: 60px;
    height: 20px;
    width: 20px;
    background-image: url('../images/layout/popup-move.png');
    background-position: top center;
    background-repeat: no-repeat;
    cursor:pointer;
}

    .popup-overlay > .holder > .content > .move:hover {
        background-position: bottom center;
    }

.photoviewer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    background-image: url(../images/layout/popup-background.png);
    overflow-y: auto;
}

    .photoviewer-overlay.invisible > .photoviewer-overlay * {
        visibility: hidden;
    }

    .photoviewer-overlay .holder {
        z-index: 1000;
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%;
    }

        .photoviewer-overlay .holder > .content {
            position: relative;
            background-color: #fff;
            -webkit-box-shadow: 0 0 7px 2px rgba(0,0,0,0.30);
            -moz-box-shadow: 0 0 7px 2px rgba(0,0,0,0.30);
            box-shadow: 0 0 7px 2px rgba(0,0,0,0.30);
            border: 1px solid #bfbfc6;
            border-radius: 4px;
            margin: 2%;
            padding: 2%;
            padding-top: 35px;
        }


            .photoviewer-overlay .holder > .content > img {
                width: 100%;
                height: auto;
            }

        .photoviewer-overlay .holder .content > .close {
            position: absolute;
            top: 12px;
            right: 12px;
            height: 20px;
            width: 20px;
            background-image: url('../images/layout/popup-cross.png');
            background-position: top center;
            background-repeat: no-repeat;
        }

        .photoviewer-overlay .holder > .close:hover {
            background-position: bottom center;
        }

/*#region Uploader */

.uploader-holder{
    display:block;
    padding-top:4px;
    min-height:16px;
}

.uploader-holder > input[type="file"] {
    position: absolute;
    left: -9999px;
    height: 0;
}

.uploader-holder > a.valider{
    display:none;
}

.uploader-holder > .loading
{
    display:none;
}
  
.uploader-holder.readonly > a.valider,
.uploader-holder.readonly > a.parcourir,
.uploader-holder.readonly > a.remove,
.uploader-holder.readonly > input[type="file"]{
    display:none;
}

/*#endregion */

/*#region IE8 et IE9 */

html.lt-ie10 .uploader-holder > input[type="file"] {
    position:relative;
    left:auto;
    height:auto;
    margin-bottom:5px;
    width:100%;
}

html.lt-ie10 .uploader-holder > a.parcourir{
    display:none;
}
   

/*#endregion */
/* Version 2.00 (13/02/2019) 

*/

.photo-select {
    position: relative;
    float: left;
    width: 30%;
    height: 150px;
    margin-right: 5%;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
    border: 5px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

    .photo-select:last-child {
        margin-right: 0px;
    }

    .photo-select .no-photo {
        display: block;
        margin: 25px auto;
        width: 100px;
        opacity: 0.80;
    }

        .photo-select .no-photo:hover {
            opacity: 1;
            transition: all ease 100ms;
        }


    .photo-select .with-photo {
        display: block;
        width: 100%;
        height: auto;
    }

    .photo-select aside.top {
        position: absolute;
        top: 0;
        width: 100%;
        height: auto;
        padding: 5px;
        opacity: 0;
        box-sizing: border-box;
    }

    .photo-select aside.bottom {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: auto;
        padding: 5px;
        background-color: rgba(255, 255, 255, 0.8);
        opacity: 0;
        box-sizing: border-box;
    }

    .photo-select:hover aside {
        transition: opacity 100ms ease;
        opacity: 1;
    }


    .photo-select aside > a {
        margin-right: 5px;
        float: left;
    }

    .photo-select > img.loading {
        position: absolute;
        top: 7px;
        left: 5px;
    }

    .photo-select > input[type="file"],
    .photo-select > a[id$="_lnkUploaderDone"] {
        position: absolute;
        left: -9999px;
        height: 0;
    }


@media screen and (max-width:1024px) {
    .photo-select aside.bottom,
    .photo-select aside.top {
        opacity: 1;
    }
}

.treeview {
    border: 1px solid #bfbfc6;
    border-radius: 2px;
    min-height: 112px;
}

    .treeview.aspNetDisabled {
        background-color: #eee;
    }

        .treeview.aspNetDisabled a {
            cursor: default;
        }


    .treeview .node {
        display: block;
        min-height: 20px;
        line-height: 20px;
        padding: 4px 8px 4px 0;
        border-left: 8px solid transparent;
        cursor: pointer;
        color: #3d3d3d;
        background-image: url(../images/ico/circle-right-black.png);
        background-position: left center;
        background-repeat: no-repeat;
        text-decoration: none;
    }

        .treeview .item:hover,
        .treeview .node:hover {
            background-color: #eee;
            border-left: 8px solid #eee;
        }

        .treeview .node.open {
            background-image: url(../images/ico/circle-down-black.png);
        }

        .treeview .node.selected {
            border-left: 8px solid #0469b7;
            background-color: #0469b7;
            color: #fff;
            background-image: url(../images/ico/circle-down.png);
        }

    .treeview .item.selected {
        border-left: 8px solid #0469b7;
        background-color: #0469b7;
        color: #fff;
    }

    .treeview.aspNetDisabled .selected {
        border-left: 8px solid #bfbfc6;
        background-color: #bfbfc6;
    }


    .treeview .item {
        display: block;
        min-height: 20px;
        line-height: 20px;
        padding: 4px 8px 4px 0;
        border-left: 8px solid transparent;
        color: #3d3d3d;
        text-decoration: none;
    }

    .treeview span {
        display: block;
        padding-left: 30px;
        background-position: 2px 2px;
        background-repeat: no-repeat;
    }

    .treeview .ico-folder {
        background-image: url(../images/ico/folder-black.png);
    }

    .treeview > .selected > .ico-folder {
        background-image: url(../images/ico/folder.png);
    }

.imagelist:before,
.imagelist:after {
    content: "";
    display: table;
}
.imagelist:after {
    clear: both;
}

.imagelist > a{
    float: left;
    margin:  3px 5px 2px 0; 
    height: 23px;
    width: 23px;
    background-position:center center;
    background-repeat:no-repeat;
    opacity:0.5;
    border:1px solid transparent;  

}

.imagelist > a:hover{
    opacity:1;
}

.imagelist.aspNetDisabled > a:hover{
    opacity:0.5;
    cursor:default;
}

.imagelist > a.selected,
.imagelist.aspNetDisabled > a.selected
{
    opacity:1;
    border:1px solid #bfbfc6;
    border-radius:4px;
    background-color:#eee;
}

.imagelist.readonly > a{
    display:none;
}

.imagelist.readonly > a.selected{
    display:inline;
    opacity:1;
    border:none;
    border-radius:0;
    cursor:default;
    background-color:transparent;
}



/* Version 2.02 (02/02/2018) 
Version 2.02
Modification de l'ombre sur les box et réduction de l'épaisseur de h1
*/

.userform{
    padding: 0 50px 0 0;
    padding-right: calc(60px - 2%);
}

.userbtn{
    position: fixed;
    width: 60px;
    top: 45%;
    right: 0;
}

.userbtn > a{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 1px 1px rgba(0,0,0,0.10);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.10);
    transition: all 100ms linear;
}

.userbtn > a:hover{
    padding: 13px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}



/* Version 2.02 (03/02/2017) 
Ajout des classes pour l'environnement
*/

@media screen and (max-width:1024px) {

    .hide-sm {
        display: none !important;
    }

    html {
        min-width: 320px;
    }

    body {
        font-size: 12px;
    }

    p {
        margin-top: 8px;
    }

    /* COMMON */

    .col-2 > div:nth-child(1n),
    .col-3 > div:nth-child(1n),
    .col-4 > div:nth-child(1n),
    .row > :nth-child(1n),
    .col-2 > :nth-child(1n),
    .col-3 > :nth-child(1n),
    .col-4 > :nth-child(1n),
    .row > :nth-child(1n) {
        float: none;
        display: block;
        width: auto;
    }

    .max-wp-66,
    .max-wp-75 {
        max-width: none;
        margin-right: 2%;
    }

    .center-wp-33,
    .center-wp-50,
    .center-wp-66,
    .center-wp-75 {
        width: 100%;
        margin-bottom: 2%;
    }

    .col-2 + aside {
        margin-right: 0;
    }


    .row > div.wp-75 > section.box,
    .row > div.wp-66 > section.box,
    .row > div.wp-33 > section.box,
    .row > div.wp-25 > section.box {
        padding: 2%;
    }


    .row > .wp-25 > section,
    .row > .wp-50 + .wp-25 > section,
    .row > .wp-25 + .wp-25 > section,
    .row > .wp-33 > section,
    .row > .wp-33 + .wp-33 section,
    .row > .wp-75 > section,
    .row > .wp-66 > section,
    .row > .wp-50 > section,
    .row > .wp-25 + .wp-50 > section {
        padding: 2%;
        margin-bottom: 2% !important;
    }


    .row > .wp-25,
    .max-wp-25,
    .row > .wp-25 + .wp-25 + .wp-25 + .wp-25,
    .row > .wp-50 + .wp-25 + .wp-25,
    .row > .wp-25 + .wp-50 + .wp-25,
    .row > .wp-50 + .wp-25,
    .row > .wp-25 + .wp-25,
    .row > .wp-75,
    .max-wp-75,
    .row > .wp-50,
    .max-wp-50,
    .row > .wp-25 + .wp-25 + .wp-50,
    .row > .wp-25 + .wp-50,
    .center-wp-25,
    .center-wp-50,
    .center-wp-75,
    .row > .wp-33,
    .max-wp-33,
    .row > .wp-33 + .wp-33 + .wp-33,
    .row > .wp-33 + .wp-33,
    .row > .wp-66,
    .max-wp-66,
    .center-wp-33,
    .center-wp-66 {
        width: 96%;
        margin: 0 2% 2% 2%;
    }



    /* HEADER */

    #upHeader {
        height: 50px;
    }

        #upHeader > .logo {
            min-width: inherit;
            width: 87px;
            height: 33px;
            margin: 8px 0 8px 8px;
            background-size: contain;
        }

        #upHeader > .search,
        #upHeader > .title {
            display: none;
        }


        #upHeader > .h-notification {
            float: right;
            margin: 0 12px 0 12px;
            height: 50px;
        }

            #upHeader > .h-notification .ico {
                width: 20px;
                height: 20px;
                background-size: 75%;
                margin-top: 14px;
            }

            #upHeader > .h-notification .nb {
                font-size: 0.7em;
                padding: 0 5px;
                height: 15px;
                line-height: 15px;
            }

        #upHeader > .link {
            width: 35px;
            height: 50px;
            background-size: 70%;
        }


        #upHeader > [data-env] {
            height: 30px;
            margin: 5px;
            padding: 5px 5px;
            border-radius: 4px;
        }



    #updtProgressLoading > .loading {
        height: 50px;
        width: 30px;
    }

    /* MENU */
    .left-menu {
        bottom: auto;
        top: 50px;
        width: 100%;
    }

        .left-menu > ul > li {
            float: left;
            width: 50px;
            height: 50px;
            border-bottom: 1px solid #3d3d3d;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .left-menu > ul > li > a {
                border-right: 1px solid #000;
                border-left: 1px solid #5b5b5a;
                border-top: none;
                border-bottom: none;
                width: 50px;
                height: 50px;
            }

            .left-menu > ul > li.title {
                width: auto;
            }

                .left-menu > ul > li.title > a {
                    display: block;
                    background-image: none;
                    width: auto;
                }


                    .left-menu > ul > li.title > a > span {
                        position: relative;
                        font-size: 12px;
                        line-height: 50px;
                        height: 50px;
                        overflow: hidden;
                        padding: 0 10px;
                    }

    /* Icones menu */
    .ico-menu-livre {
        background-position: -7px -7px;
    }

    li:hover .ico-menu-livre {
        background-position: -7px -71px;
    }

    .ico-menu-dossier {
        background-position: -7px -135px;
    }

    li:hover .ico-menu-dossier {
        background-position: -7px -199px;
    }

    .ico-menu-param {
        background-position: -7px -263px;
    }

    li:hover .ico-menu-param {
        background-position: -7px -327px;
    }

    .ico-menu-stat {
        background-position: -7px -391px;
    }

    li:hover .ico-menu-stat {
        background-position: -7px -455px;
    }


    .left-menu > ul > li > .sub-menu {
        top: 100px;
        width: 100%;
        left: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-top: none;
    }

    /* Page */
    #upPage {
        margin: 50px 0 30px 0;
    }

    #upHeader > .page-header {
        position: absolute;
        top: 100px;
        left: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        #upHeader > .page-header > h1 {
            font-size: 20px;
            height: 44px;
            line-height: 44px;
        }

    /* BOX */
    .col-2 > section:nth-child(n) + section:nth-child(n),
    .col-3 > section:nth-child(n) + section:nth-child(n),
    .col-4 > section:nth-child(n) + section:nth-child(n),
    .row > .wp-33 + .wp-33,
    .col-3 > section:nth-child(n) + section:nth-child(n) + section:nth-child(n),
    .col-3 > section:nth-child(n), .row > .wp-33,
    .max-wp-33, .row > .wp-33 + .wp-33 + .wp-33,
    .col-2 > section:nth-child(n),
    .col-3 > section:nth-child(n),
    .col-4 > section:nth-child(n),
    .col-2 > section.box:nth-child(n),
    .col-3 > section.box:nth-child(n),
    .col-4 > section.box:nth-child(n),
    .row > :nth-child(3n+1).wp-33 + .wp-33 {
        width: 96% !important;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 2% 2% 2%;
    }

    .center-wp-33 > section.box,
    .center-wp-50 > section.box,
    .center-wp-75 > section.box {
        padding: 2%;
    }

    .col-2 + aside {
        margin-right: 0;
    }

    .wp-66 > .col-3 {
        margin: 0 !important;
    }

        .wp-66 > .col-3 > .box {
            display: block;
            width: 100% !important;
            margin: 0 0 2% 0 !important;
        }

    /* Titre */
    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 14px;
    }


    /* Boutons */

    .btn {
        padding: 8px 14px;
        margin-right: 5px;
        font-size: 12px;
        font-weight: 600;
    }

    h1 + .btn {
        float: none;
        margin: 0 0 0 0;
        padding: 8px 14px;
    }

    .btn-txt-ico {
        padding: 8px 14px;
        padding-left: 40px;
        margin-right: 5px;
        font-size: 12px;
    }

    article.form > div > span.ctl.wpx-30 {
        vertical-align: middle;
    }

    article.form > div > span.lbl {
        padding-top: 8px;
    }

    div.form-readonly.input-text {
        padding: 8px 0;
    }

    h1 + .btn-txt-ico {
        float: none;
        padding: 8px 14px;
        padding-left: 40px;
        margin: 0 0 0 0;
        background-size: auto;
    }

    h1 + .btn-ico {
        margin: -40px 0 0 0;
        padding: 2px;
    }

    /* MESSAGE */

    .notification {
        max-width: none;
    }


    /* ONGLET*/
    .tab > .header > a {
        font-size: 12px;
    }

    section.box > .tab > .header > .wp-75,
    section.box > .tab > .header > .wp-66,
    section.box > .tab > .header > .wp-50,
    section.box > .tab > .header > .wp-33,
    section.box > .tab > .header > .wp-25 {
        width: 0;
    }


    /* Radio button / checkbox */
    span.conditional > input[type='checkbox'] + label {
        top: 0px;
    }

    input[type='checkbox'] + label,
    input[type='radio'] + label {
        min-height: 20px;
    }


    /* Scroll to top */
    #scroll-to-top {
        position: fixed;
        bottom: 2%;
        left: -9999px;
        right: auto;
        height: 30px;
        width: 96%;
    }

        #scroll-to-top.visible {
            left: 2%;
            right: 2%;
            opacity: 0.5;
            z-index: 20;
        }

    /* TABLE BLOCK */
    table.smallscreen-block thead tr {
        background-color: #3d3d3d;
    }

    table.smallscreen-block th {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    table.smallscreen-block td {
        display: block;
    }

    /* PDF Viewer */
    #pageNumberLabel,
    #pageNumber,
    #numPages,
    #scaleSelect_search {
        display: none;
    }

    /* Aide contextuelle */
    #ctxhelp {
        display: none;
    }

        #ctxhelp > section.box {
            overflow-y: auto;
            margin: 10px;
            padding: 10px;
            height: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }


    body.ctxhelp-visible #ctxhelp {
        display: block;
        position: relative;
        top: 164px;
        left: 0;
        height: auto;
    }

    body.ctxhelp-visible #upPage {
        padding-top: 128px;
    }

    /* Userform */
    .userform {
        padding: 0;
    }

    .userbtn {
        position: relative;
        width: 96%;
        top: auto;
        right: auto;
        padding: 0 2% 2% 2%;
        text-align: right;
    }

        .userbtn > a {
            display: inline-block;
            margin: 0 auto 10px 2%;
        }

            .userbtn > a:hover {
                padding: 10px;
                margin-top: 0;
            }


    .ctxaction > .triangle,
    .ctxaction[data-location="right"] > .triangle,
    [data-ctxmenu][data-location="right"] > .triangle {
        position: absolute;
        top: 0;
        left: 49%;
        left: calc(50% - 9px);
        background-image: url(../images/layout/triangle-top.png);
        top: auto;
        width: 19px;
        height: 16px;
    }

    .ctxaction[data-location="left"] > .triangle,
    [data-ctxmenu][data-location="left"] > .triangle {
        position: absolute;
        top: 0;
        left: 49%;
        left: calc(50% - 9px);
        background-image: url(../images/layout/triangle-top.png);
        top: auto;
        right: auto;
        width: 19px;
        height: 16px;
    }

    .ctxaction > .content,
    .ctxaction[data-location="right"] .content,
    .ctxaction[data-location="left"] .content,
    [data-ctxmenu][data-location="right"] .content,
    [data-ctxmenu][data-location="left"] .content {
        margin-top: 15px;
        margin-left: 0;
        margin-right: 0;
    }

    /* Popup */
    #divPopup > .popup-overlay > div > .content > div {
        min-width: 0px !important;
    }
}

.paginator{
    margin-top: 10px;
}

.paginator-pagecount {
    float: left;
    line-height: 20px;
    font-size: 11px;
}

.paginator > .holder{
    float: right;
    visibility: hidden;
    zoom: 1;
}

.paginator:before,
.paginator:after {
    content: "";
    display: table;
}
.paginator:after {
    clear: both;
}

.paginator > .holder > .pages{
    position: relative;
    float: left;
    overflow: hidden;
    height: 20px;
}

.paginator > .holder > .pages a{
    position: absolute;
    display: block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #09367a;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
    margin-right: 2px;
    margin-left: 2px;
}

.paginator > .holder > .pages a.active,
.paginator > .holder > .pages a:hover{
    background-color: #f4a000;
}

.paginator > .holder > .arrow{
    display: block;
    float: left;
    width: 16px;
    height: 20px;
    background-image: url(../images/layout/paginator.png);
    background-repeat: no-repeat;
    margin-right: 2px;
    margin-left: 2px;
}

.paginator > .holder > .arrow.disabled{
    cursor: default;
}


.paginator > .holder > .full-left{
    background-position: 0 center;
}

.paginator > .holder > .full-left:hover{
    background-position: -64px center;
}

.paginator > .holder > .full-left.disabled,
.paginator > .holder > .full-left.disabled:hover{
    background-position: -128px center;
}

.paginator > .holder > .full-right{
    background-position: -16px center;
}

.paginator > .holder > .full-right:hover{
    background-position: -80px center;
}

.paginator > .holder > .full-right.disabled,
.paginator > .holder > .full-right.disabled:hover{
    background-position: -144px center;
}

.paginator > .holder > .one-right{
    background-position: -32px center;
}

.paginator > .holder > .one-right:hover{
    background-position: -96px center;
}

.paginator > .holder > .one-right.disabled,
.paginator > .holder > .one-right.disabled:hover{
    background-position: -160px center;
}

.paginator > .holder > .one-left{
    background-position: -48px center;
}

.paginator > .holder > .one-left:hover{
    background-position: -112px center;
}

.paginator > .holder > .one-left.disabled,
.paginator > .holder > .one-left.disabled:hover{
    background-position: -176px center;
}
/*
colpick Color Picker / colpick.com
*/

/*Main container*/
.colpick {
	position: absolute;
	box-sizing: content-box;
	width: 346px;
	height: 170px;
	overflow: hidden;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	direction: ltr;
	background: #ebebeb;
	border: 1px solid #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*Prevents selecting text when dragging the selectors*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	z-index:1000;
}
	/*Color selection box with gradients*/
	.colpick .colpick_color {
		position: absolute;
		left: 7px;
		top: 7px;
		width: 156px;
		height: 156px;
		overflow: hidden;
		outline: 1px solid #aaa;
		cursor: crosshair;
	}

	.colpick .colpick_color_overlay1 {
		position: absolute;
		left: 0;
		top: 0;
		width: 156px;
		height: 156px;
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')"; /* IE8 */
		background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
		background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff'); /* IE6 & IE7 */
	}

	.colpick .colpick_color_overlay2 {
		position: absolute;
		left: 0;
		top: 0;
		width: 156px;
		height: 156px;
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')"; /* IE8 */
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	}
	/*Circular color selector*/
	.colpick .colpick_selector_outer {
		background: none;
		position: absolute;
		width: 11px;
		height: 11px;
		margin: -6px 0 0 -6px;
		border: 1px solid black;
		border-radius: 50%;
	}

	.colpick .colpick_selector_inner {
		position: absolute;
		width: 9px;
		height: 9px;
		border: 1px solid white;
		border-radius: 50%;
	}
	/*Vertical hue bar*/
	.colpick .colpick_hue {
		position: absolute;
		top: 6px;
		left: 175px;
		width: 19px;
		height: 156px;
		border: 1px solid #aaa;
		cursor: n-resize;
	}
	/*Hue bar sliding indicator*/
	.colpick .colpick_hue_arrs {
		position: absolute;
		left: -8px;
		width: 35px;
		height: 7px;
		margin: -7px 0 0 0;
	}

	.colpick .colpick_hue_larr {
		position: absolute;
		width: 0;
		height: 0;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 7px solid #858585;
	}

	.colpick .colpick_hue_rarr {
		position: absolute;
		right: 0;
		width: 0;
		height: 0;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-right: 7px solid #858585;
	}
	/*New color box*/
	.colpick .colpick_new_color {
		position: absolute;
		left: 207px;
		top: 6px;
		width: 60px;
		height: 27px;
		background: #f00;
		border: 1px solid #8f8f8f;
	}
	/*Current color box*/
	.colpick .colpick_current_color {
		position: absolute;
		left: 277px;
		top: 6px;
		width: 60px;
		height: 27px;
		background: #f00;
		border: 1px solid #8f8f8f;
	}
	/*Input field containers*/
	.colpick .colpick_field, .colpick .colpick_hex_field {
		position: absolute;
		height: 20px;
		width: 60px;
		overflow: hidden;
		background: #f3f3f3;
		color: #b8b8b8;
		font-size: 12px;
		border: 1px solid #bdbdbd;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	.colpick .colpick_rgb_r {
		top: 40px;
		left: 207px;
	}

	.colpick .colpick_rgb_g {
		top: 67px;
		left: 207px;
	}

	.colpick .colpick_rgb_b {
		top: 94px;
		left: 207px;
	}

	.colpick .colpick_hsb_h {
		top: 40px;
		left: 277px;
	}

	.colpick .colpick_hsb_s {
		top: 67px;
		left: 277px;
	}

	.colpick .colpick_hsb_b {
		top: 94px;
		left: 277px;
	}

	.colpick .colpick_hex_field {
		width: 68px;
		left: 207px;
		top: 121px;
	}
	/*Text field container on focus*/
	.colpick .colpick_focus {
		border-color: #999;
	}
	/*Field label container*/
	.colpick .colpick_field_letter {
		position: absolute;
		width: 12px;
		height: 20px;
		line-height: 20px;
		padding-left: 4px;
		background: #efefef;
		border-right: 1px solid #bdbdbd;
		font-weight: bold;
		color: #777;
	}
	/*Text inputs*/
	.colpick .colpick_field input, .colpick .colpick_hex_field input {
		position: absolute;
		right: 11px;
		margin: 0;
		padding: 0;
		height: 20px;
		line-height: 20px;
		background: transparent;
		border: none;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		color: #555;
		text-align: right;
		outline: none;
	}

	.colpick .colpick_hex_field input {
		right: 4px;
	}
	/*Field up/down arrows*/
	.colpick .colpick_field_arrs {
		position: absolute;
		top: 0;
		right: 0;
		width: 9px;
		height: 21px;
		cursor: n-resize;
	}

	.colpick .colpick_field_uarr {
		position: absolute;
		top: 5px;
		width: 0;
		height: 0;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-bottom: 4px solid #959595;
	}

	.colpick .colpick_field_darr {
		position: absolute;
		bottom: 5px;
		width: 0;
		height: 0;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 4px solid #959595;
	}
	/*Submit/Select button*/
	.colpick .colpick_submit {
		position: absolute;
		left: 207px;
		top: 149px;
		width: 130px;
		height: 22px;
		line-height: 22px;
		background: #efefef;
		text-align: center;
		color: #555;
		font-size: 12px;
		font-weight: bold;
		border: 1px solid #bdbdbd;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

		.colpick .colpick_submit:hover {
			background: #f3f3f3;
			border-color: #999;
			cursor: pointer;
		}

	/*full layout with no submit button*/
	.colpick.colpick_full_ns .colpick_submit,
	.colpick.colpick_full_ns .colpick_current_color {
		display: none;
	}

	.colpick.colpick_full_ns .colpick_new_color {
		width: 130px;
		height: 25px;
	}

	.colpick.colpick_full_ns .colpick_rgb_r,
	.colpick.colpick_full_ns .colpick_hsb_h {
		top: 42px;
	}

	.colpick.colpick_full_ns .colpick_rgb_g,
	.colpick.colpick_full_ns .colpick_hsb_s {
		top: 73px;
	}

	.colpick.colpick_full_ns .colpick_rgb_b,
	.colpick.colpick_full_ns .colpick_hsb_b {
		top: 104px;
	}

	.colpick.colpick_full_ns .colpick_hex_field {
		top: 135px;
	}

	/*rgbhex layout*/
	.colpick.colpick_rgbhex .colpick_hsb_h,
	.colpick.colpick_rgbhex .colpick_hsb_s,
	.colpick.colpick_rgbhex .colpick_hsb_b {
		display: none;
	}

	.colpick.colpick_rgbhex {
		width: 282px;
	}

		.colpick.colpick_rgbhex .colpick_field,
		.colpick.colpick_rgbhex .colpick_submit {
			width: 68px;
		}

		.colpick.colpick_rgbhex .colpick_new_color {
			width: 34px;
			border-right: none;
		}

		.colpick.colpick_rgbhex .colpick_current_color {
			width: 34px;
			left: 240px;
			border-left: none;
		}

	/*rgbhex layout, no submit button*/
	.colpick.colpick_rgbhex_ns .colpick_submit,
	.colpick.colpick_rgbhex_ns .colpick_current_color {
		display: none;
	}

	.colpick.colpick_rgbhex_ns .colpick_new_color {
		width: 68px;
		border: 1px solid #8f8f8f;
	}

	.colpick.colpick_rgbhex_ns .colpick_rgb_r {
		top: 42px;
	}

	.colpick.colpick_rgbhex_ns .colpick_rgb_g {
		top: 73px;
	}

	.colpick.colpick_rgbhex_ns .colpick_rgb_b {
		top: 104px;
	}

	.colpick.colpick_rgbhex_ns .colpick_hex_field {
		top: 135px;
	}

	/*hex layout*/
	.colpick.colpick_hex .colpick_hsb_h,
	.colpick.colpick_hex .colpick_hsb_s,
	.colpick.colpick_hex .colpick_hsb_b,
	.colpick.colpick_hex .colpick_rgb_r,
	.colpick.colpick_hex .colpick_rgb_g,
	.colpick.colpick_hex .colpick_rgb_b {
		display: none;
	}

	.colpick.colpick_hex {
		width: 206px;
		height: 201px;
	}

		.colpick.colpick_hex .colpick_hex_field {
			width: 72px;
			height: 25px;
			top: 168px;
			left: 80px;
		}

			.colpick.colpick_hex .colpick_hex_field div,
			.colpick.colpick_hex .colpick_hex_field input {
				height: 25px;
				line-height: 25px;
			}

		.colpick.colpick_hex .colpick_new_color {
			left: 9px;
			top: 168px;
			width: 30px;
			border-right: none;
		}

		.colpick.colpick_hex .colpick_current_color {
			left: 39px;
			top: 168px;
			width: 30px;
			border-left: none;
		}

		.colpick.colpick_hex .colpick_submit {
			left: 164px;
			top: 168px;
			width: 30px;
			height: 25px;
			line-height: 25px;
		}

	/*hex layout, no submit button*/
	.colpick.colpick_hex_ns .colpick_submit,
	.colpick.colpick_hex_ns .colpick_current_color {
		display: none;
	}

	.colpick.colpick_hex_ns .colpick_hex_field {
		width: 80px;
	}

	.colpick.colpick_hex_ns .colpick_new_color {
		width: 60px;
		border: 1px solid #8f8f8f;
	}

	/*Dark color scheme*/
	.colpick.colpick_dark {
		background: #161616;
		border-color: #2a2a2a;
	}

		.colpick.colpick_dark .colpick_color {
			outline-color: #333;
		}

		.colpick.colpick_dark .colpick_hue {
			border-color: #555;
		}

		.colpick.colpick_dark .colpick_field,
		.colpick.colpick_dark .colpick_hex_field {
			background: #101010;
			border-color: #2d2d2d;
		}

		.colpick.colpick_dark .colpick_field_letter {
			background: #131313;
			border-color: #2d2d2d;
			color: #696969;
		}

		.colpick.colpick_dark .colpick_field input,
		.colpick.colpick_dark .colpick_hex_field input {
			color: #7a7a7a;
		}

		.colpick.colpick_dark .colpick_field_uarr {
			border-bottom-color: #696969;
		}

		.colpick.colpick_dark .colpick_field_darr {
			border-top-color: #696969;
		}

		.colpick.colpick_dark .colpick_focus {
			border-color: #444;
		}

		.colpick.colpick_dark .colpick_submit {
			background: #131313;
			border-color: #2d2d2d;
			color: #7a7a7a;
		}

			.colpick.colpick_dark .colpick_submit:hover {
				background-color: #101010;
				border-color: #444;
			}


/*#region Planing de présence*/

.planning-pointage-holder {
    position: relative;
}

.planning-pointage-nom {
    position: relative;
    left: 0;
    width: 150px;
}

    .planning-pointage-nom .thead {
    }

.planning-pointage-date-holder {
    position: absolute;
    overflow-x: scroll;
    overflow-y: hidden;
    top: 0;
    left: 149px;
    width: calc(100% - 150px);
}

.planning-pointage-nom,
.planning-pointage-date {
    font-size: 12px;
    border: 1px solid #ebeef2;
}

    .planning-pointage-nom thead th,
    .planning-pointage-date thead th {
        padding: 5px;
        min-height: 35px;
        max-height: 35px;
        height: 35px;
        overflow: hidden;
        font-weight: normal;
        color: #3d3d3d;
        background-color: #3d3d3d;
    }

    .planning-pointage-date thead th {
        width: 50px;
        text-align: center;
    }

    .planning-pointage-nom tr.emp td {
        font-weight: bold;
    }

    .planning-pointage-nom td,
    .planning-pointage-date td {
        padding: 0 5px;
        min-height: 25px;
        max-height: 25px;
        height: 25px;
        overflow: hidden;
        font-weight: normal;
        border-bottom: 1px solid #ebeef2;
    }

    .planning-pointage-nom td {
    }

    .planning-pointage-date td {
        width: 50px;
        top: 1px;
        text-align: right;
        font-weight: 500;
    }

        .planning-pointage-date td.weekend {
            background-color: #ebeef2;
        }

        .planning-pointage-date td.green {
            background-color: #4ee25e;
        }

            .planning-pointage-date td.green.absence {
                background: linear-gradient( 45deg, #3d3d3d 1%, #4ee25e 1%, #4ee25e 49%, #3d3d3d 49%, #3d3d3d 51%, #4ee25e 51%, #4ee25e 99%, #3d3d3d 99%);
                background-size: 6px 6px;
                background-position: 50px 50px;
            }

        .planning-pointage-date td.red {
            background-color: #ff6161;
        }

            .planning-pointage-date td.red.absence {
                background: linear-gradient( 45deg, #3d3d3d 1%, #ff6161 1%, #ff6161 49%, #3d3d3d 49%, #3d3d3d 51%, #ff6161 51%, #ff6161 99%, #3d3d3d 99%);
                background-size: 6px 6px;
                background-position: 50px 50px;
            }

        .planning-pointage-date td.yellow {
            background-color: #3d3d3d;
        }

            .planning-pointage-date td.yellow.absence {
                background: linear-gradient( 45deg, #3d3d3d 1%, #3d3d3db68 1%, #3d3d3db68 49%, #3d3d3d 49%, #3d3d3d 51%, #3d3d3db68 51%, #3d3d3db68 99%, #3d3d3d 99%);
                background-size: 6px 6px;
                background-position: 50px 50px;
            }

        .planning-pointage-date td.blue {
            background-color: #3991ff;
        }

            .planning-pointage-date td.blue.absence {
                background: linear-gradient( 45deg, #3d3d3d 1%, #3991ff 1%, #3991ff 49%, #3d3d3d 49%, #3d3d3d 51%, #3991ff 51%, #3991ff 99%, #3d3d3d 99%);
                background-size: 6px 6px;
                background-position: 50px 50px;
            }

        .planning-pointage-date td input[type='checkbox'] + label {
            margin-left: 10px;
            padding-left: 13px;
        }

    .planning-pointage-nom.fixed,
    .planning-pointage-date.fixed {
        position: absolute;
        top: 0;
    }

        .planning-pointage-nom.fixed thead th,
        .planning-pointage-date.fixed thead th {
            color: #fff;
        }

.planning-pointage thead th {
    width: 50px;
    min-height: 35px;
    max-height: 35px;
    height: 35px;
    font-weight: normal;
    padding: 5px 15px !important;
    overflow: hidden;
}

    .planning-pointage thead th:first-child {
        display: inline-block;
        width: 150px !important;
        height: 45px !important;
        max-height: 45px !important;
        padding-top: 13px;
        box-sizing: border-box;
        vertical-align: middle;
    }

/*#endregion Planing de présence*/

/*#region Planing de absence*/

.planning-absence-holder {
    position: relative;
}

.planning-absence-nom {
    position: relative;
    left: 0;
    width: 400px;
}

.planning-absence-date-holder {
    position: absolute;
    overflow-x: scroll;
    overflow-y: hidden;
    top: 0;
    left: 399px;
    width: calc(100% - 400px);
}

.planning-absence-nom,
.planning-absence-date {
    font-size: 12px;
    border: 1px solid #ebeef2;
}

    .planning-absence-nom thead th,
    .planning-absence-date thead th {
        padding: 5px;
        min-height: 30px;
        max-height: 30px;
        height: 30px;
        overflow: hidden;
        font-weight: normal;
        color: #3d3d3d;
        background-color: #3d3d3d;
    }

        .planning-absence-date thead th.arret-tech {
            background-color: #ed646a !important;
        }


    .planning-absence-date thead th {
        width: 100px;
        text-align: center;
    }

    .planning-absence-nom tr.emp td > span {
        font-weight: bold;
        line-height: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .planning-absence-date tr.astreinte td > a {
        display: block;
        width: 100%;
        color: #000;
    }

    .planning-absence-nom td,
    .planning-absence-date td {
        padding: 0 5px;
        min-height: 25px;
        max-height: 25px;
        height: 25px;
        overflow: hidden;
        font-weight: normal;
        border-bottom: 1px solid #ebeef2;
    }

    .planning-absence-nom td {
    }

    .planning-absence-date td {
        width: 100px;
        top: 1px;
        text-align: right;
        font-weight: 500;
    }

        .planning-absence-date td.weekend {
            background-color: #ebeef2;
        }

        .planning-absence-date td input[type='checkbox'] + label {
            margin-left: 10px;
            padding-left: 13px;
        }


    .planning-absence-nom.fixed,
    .planning-absence-date.fixed {
        position: absolute;
        top: 0;
    }

        .planning-absence-nom.fixed thead th,
        .planning-absence-date.fixed thead th {
            color: #fff;
        }

.planning-absence thead th {
    width: 100px;
    min-height: 35px;
    max-height: 35px;
    height: 35px;
    font-weight: normal;
    padding: 5px 15px !important;
    overflow: hidden;
}

    .planning-absence thead th:first-child {
        display: inline-block;
        width: 150px !important;
        height: 45px !important;
        max-height: 45px !important;
        padding-top: 13px;
        box-sizing: border-box;
        vertical-align: middle;
    }

.planning-absence-date tbody > tr > td {
    padding: 0;
    border-left: 1px dotted #bfbfc6;
    position: relative;
}

    .planning-absence-date tbody > tr > td > a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        text-decoration: none;
        padding: 5px;
        box-sizing: border-box;
    }
/*#endregion Planing de absence*/

/*#region Odm intervention*/

.planning-odmschedule-holder {
    position: relative;
    background-color: #fff;
}

.planning-odmschedule-nom {
    position: relative;
    left: 0;
    width: 800px;
}

.planning-odmschedule-date-holder {
    position: absolute;
    overflow-x: scroll;
    overflow-y: hidden;
    top: 0;
    left: 799px;
    width: calc(100% - 800px);
}

.planning-odmschedule-nom,
.planning-odmschedule-date {
    font-size: 11px;
    border: 1px solid #ebeef2;
}

    .planning-odmschedule-nom thead th,
    .planning-odmschedule-date thead th {
        padding: 5px;
        min-height: 30px;
        max-height: 30px;
        height: 30px;
        overflow: hidden;
        font-weight: normal;
        color: #3d3d3d;
        background-color: #3d3d3d;
    }

        .planning-odmschedule-date thead th.arret-tech {
            background-color: #ed646a !important;
        }

    .planning-odmschedule-date thead th {
        width: 60px;
        text-align: center;
    }


    .planning-odmschedule-nom tr.emp td {
        position: relative;
    }

        .planning-odmschedule-nom tr.emp td > span {
            font-weight: bold;
            line-height: 16px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .planning-odmschedule-nom tr.emp td > a.btn-ico {
            position: absolute;
            top: calc(50% - 10px);
            right: 0;
            opacity: 0;
            border-radius: 50%;
        }

    .planning-odmschedule-nom tr.emp:hover td > a.btn-ico {
        opacity: 1;
    }

    .planning-odmschedule-nom td,
    .planning-odmschedule-date td {
        padding: 0 5px;
        min-height: 45px;
        max-height: 45px;
        height: 45px;
        overflow: hidden;
        font-weight: normal;
        border-bottom: 1px solid #ebeef2;
    }

        .planning-odmschedule-nom td > input,
        .planning-odmschedule-nom td > textarea {
            font-size: 11px;
            width: 100% !important;
        }

        .planning-odmschedule-nom td > textarea {
            vertical-align: bottom;
        }

        .planning-odmschedule-nom td > a {
            color: #3d3d3d;
            text-decoration: underline;
        }

    .planning-odmschedule-date td {
        width: 60px;
        top: 1px;
        text-align: right;
        font-weight: 500;
    }

        .planning-odmschedule-date td.weekend {
            background-color: #ebeef2;
        }

    .planning-odmschedule-date td.requeststartdate {
        background-image: url(../images/layout/motif.png);
    }

        .planning-odmschedule-date td input[type='checkbox'] + label {
            margin-left: 10px;
            padding-left: 13px;
        }


    .planning-odmschedule-nom.fixed,
    .planning-odmschedule-date.fixed {
        position: absolute;
        top: 0;
        z-index: 100;
    }

        .planning-odmschedule-nom.fixed thead th,
        .planning-odmschedule-date.fixed thead th {
            color: #fff;
            font-size: 10px;
        }

.planning-odmschedule thead th {
    width: 60px;
    min-height: 35px;
    max-height: 35px;
    height: 35px;
    font-weight: normal;
    padding: 5px 15px !important;
    overflow: hidden;
}

    .planning-odmschedule thead th:first-child {
        display: inline-block;
        width: 150px !important;
        height: 45px !important;
        max-height: 45px !important;
        padding-top: 13px;
        box-sizing: border-box;
        vertical-align: middle;
    }

.planning-odmschedule-date tbody > tr > td {
    padding: 0;
    border-left: 1px dotted #bfbfc6;
    position: relative;
}

    .planning-odmschedule-date tbody > tr > td > a {
        position: absolute;
        top: 1px;
        left: 1px;
        display: inline-block;
        color: #fff;
        height: 15px;
        width: 15px;
        border-radius: 50%;
        background-color: #e85301;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 7px;
        text-decoration: none;
        opacity: 0;
    }

    .planning-odmschedule-date tbody > tr > td:hover > a {
        opacity: 1;
    }

    .planning-odmschedule-date tbody > tr > td.selected,
    .planning-odmschedule-date tbody > tr > td.preselected {
        background-color: #AFCC14;
        color: #fff;
        z-index: 100;
        cursor: pointer;
    }

    .planning-odmschedule-date tbody > tr > td.intervention {
        position: relative;
        color: #fff;
        z-index: 100;
        cursor: not-allowed;
    }

.planning-odmschedule-date tbody > tr[data-eodmtypeid="1"] > td.intervention,
.planning-odmschedule-date tbody > tr[data-eodmtypeid="1"] > td:hover,
.planning-odmschedule-date tbody > tr[data-eodmtypeid="1"] > td.selected,
.planning-odmschedule-date tbody > tr[data-eodmtypeid="1"] > td.preselected,
.planning-odmschedule-date tbody > tr[data-eodmtypeid="2"] > td.intervention,
.planning-odmschedule-date tbody > tr[data-eodmtypeid="2"] > td:hover,
.planning-odmschedule-date tbody > tr[data-eodmtypeid="2"] > td.selected,
.planning-odmschedule-date tbody > tr[data-eodmtypeid="2"] > td.preselected,
.planning-odmschedule-date tbody > tr[data-eodmtypeid="3"] > td.intervention,
.planning-odmschedule-date tbody > tr[data-eodmtypeid="3"] > td:hover,
.planning-odmschedule-date tbody > tr[data-eodmtypeid="3"] > td.selected,
.planning-odmschedule-date tbody > tr[data-eodmtypeid="3"] > td.preselected {
    background-color: #e85301;
}

    .planning-odmschedule-date tbody > tr[data-eodmtypeid="1"] > td.intervention.hover,
    .planning-odmschedule-date tbody > tr[data-eodmtypeid="2"] > td.intervention.hover,
    .planning-odmschedule-date tbody > tr[data-eodmtypeid="3"] > td.intervention.hover {
        background-color: rgba(232,83,1,0.5);
    }

.planning-odmschedule-date tbody > tr[data-eodmtypeid="4"] > td.intervention,
.planning-odmschedule-date tbody > tr[data-eodmtypeid="4"] > td:hover,
.planning-odmschedule-date tbody > tr[data-eodmtypeid="4"] > td.selected,
.planning-odmschedule-date tbody > tr[data-eodmtypeid="4"] > td.preselected {
    background-color: #0469b7;
}

    .planning-odmschedule-date tbody > tr[data-eodmtypeid="4"] > td.intervention.hover {
        background-color: rgba(4,105,183,0.5);
    }

.planning-odmschedule-date tbody > tr[data-eodmtypeid="5"] > td.intervention,
.planning-odmschedule-date tbody > tr[data-eodmtypeid="5"] > td:hover,
.planning-odmschedule-date tbody > tr[data-eodmtypeid="5"] > td.selected,
.planning-odmschedule-date tbody > tr[data-eodmtypeid="5"] > td.preselected,
.planning-odmschedule-date tbody > tr[data-eodmtypeid="6"] > td.intervention,
.planning-odmschedule-date tbody > tr[data-eodmtypeid="6"] > td:hover,
.planning-odmschedule-date tbody > tr[data-eodmtypeid="6"] > td.selected,
.planning-odmschedule-date tbody > tr[data-eodmtypeid="6"] > td.preselected {
    background-color: #4ee25e;
}

    .planning-odmschedule-date tbody > tr[data-eodmtypeid="5"] > td.intervention.hover,
    .planning-odmschedule-date tbody > tr[data-eodmtypeid="6"] > td.intervention.hover {
        background-color: rgba(78,226,94,0.5);
    }

.planning-odmschedule-date tbody > tr[data-eodmtypeid="7"] > td.intervention,
.planning-odmschedule-date tbody > tr[data-eodmtypeid="7"] > td:hover,
.planning-odmschedule-date tbody > tr[data-eodmtypeid="7"] > td.selected,
.planning-odmschedule-date tbody > tr[data-eodmtypeid="7"] > td.preselected,
.planning-odmschedule-date tbody > tr[data-eodmtypeid="8"] > td.intervention,
.planning-odmschedule-date tbody > tr[data-eodmtypeid="8"] > td:hover,
.planning-odmschedule-date tbody > tr[data-eodmtypeid="8"] > td.selected,
.planning-odmschedule-date tbody > tr[data-eodmtypeid="8"] > td.preselected {
    background-color: #c64ee4;
}

    .planning-odmschedule-date tbody > tr[data-eodmtypeid="7"] > td.intervention.hover,
    .planning-odmschedule-date tbody > tr[data-eodmtypeid="8"] > td.intervention.hover {
        background-color: rgba(198,78,228,0.5);
    }

.planning-odmschedule-date tbody > tr > td.weekend {
    cursor: not-allowed;
    background-color: #EFF3F2 !important;
}
/*#endregion Odm intervention */


/*#region Emp intervention*/

.planning-empintervention {
    padding: 1%;
    display: flex;
}

    .planning-empintervention > .left {
        width: calc(99% - 600px);
        margin-right: 1%;
    }

        .planning-empintervention > .left .holder {
            overflow-x: scroll;
            height: calc(92vh - 128px - 45px - 75px); /* 92 = Marge des sections, 128px = Header, 45px = Titre de la section, 75 : Zone de commentaire */
        }

            .planning-empintervention > .left .holder .content {
                width: calc(150px + 200px * 21);
                position: relative;
            }


                .planning-empintervention > .left .holder .content .header {
                    display: flex;
                    position: sticky;
                    top: 0;
                    z-index: 999;
                }


                    .planning-empintervention > .left .holder .content .header .day {
                        position: sticky;
                        top: 0;
                    }

                    .planning-empintervention > .left .holder .content .header .emp,
                    .planning-empintervention > .left .holder .content .header .day {
                        background-color: #3d3d3d;
                        color: #fff;
                        font-size: 10px;
                        text-align: center;
                    }

                        .planning-empintervention > .left .holder .content .header .emp > div,
                        .planning-empintervention > .left .holder .content .header .day > div {
                            height: 20px;
                            line-height: 20px;
                        }


                    .planning-empintervention > .left .holder .content .header .emp {
                        position: sticky;
                        left: 0;
                        top: 0;
                        width: 149px;
                        border-right: 1px solid #bfbfc6;
                        height: 40px;
                        z-index: 50;
                    }

                    .planning-empintervention > .left .holder .content .header .day {
                        position: sticky;
                        top: 0;
                        width: 199px;
                        border-right: 1px solid #bfbfc6;
                        height: 40px;
                        z-index: 25;
                    }


                .planning-empintervention > .left .holder .content .line {
                    display: flex;
                    position: relative;
                    z-index: 90;
                }


                    .planning-empintervention > .left .holder .content .line .emp {
                        background-color: #fff;
                        color: #3d3d3d;
                        font-weight: bold;
                        font-size: 10px;
                    }


                        .planning-empintervention > .left .holder .content .line .emp > div,
                        .planning-empintervention > .left .holder .content .line .day > div {
                            height: 20px;
                            line-height: 20px;
                        }


                    .planning-empintervention > .left .holder .content .line .emp {
                        position: sticky;
                        left: 0;
                        top: 40px;
                        width: 145px;
                        border-right: 1px solid #bfbfc6;
                        border-bottom: 1px solid #ebeef2;
                        height: 35px;
                        z-index: 100;
                        padding: 0 2px;
                        overflow: hidden;
                    }

                    .planning-empintervention > .left .holder .content .line .day {
                        width: 199px;
                        border-right: 1px solid #bfbfc6;
                        border-bottom: 1px solid #ebeef2;
                        height: 39px;
                        width: 99px;
                        cursor:pointer;
                    }

                        .planning-empintervention > .left .holder .content .line .day.am {
                            border-right: 1px solid #ebeef2;
                        }

                        .planning-empintervention > .left .holder .content .line .day.grey {
                            background-color: #b1b3b5;
                        }

                        .planning-empintervention > .left .holder .content .line .day.selected {
                            background-color: #AFCC14 !important;
                        }

                        .planning-empintervention > .left .holder .content .line .day.preselected {
                            background-color: #AFCC14 !important;
                        }

                    .planning-empintervention > .left .holder .content .line .point {
                        position: absolute;
                        top: 0;
                        /*left: 150px;
                        width: 196px;*/
                        width: 96px;
                        font-size: 10px;
                        font-weight: normal;
                        line-height: 12px;
                        padding: 2px;
                        height: 36px;
                        overflow: hidden;
                        cursor: pointer;
                    }

                        .planning-empintervention > .left .holder .content .line .point.absence {
                            cursor: default;
                            background-color: #b1b3b5;
                        }

                        .planning-empintervention > .left .holder .content .line .point:hover {
                            width: auto !important;
                            height: auto !important;
                            min-height: 34px;
                            border: 1px solid #bfbfc6;
                        }

                    .planning-empintervention > .left .holder .content .line .code {
                        padding-right: 2px;
                        display: block;
                        margin-right: 20px;
                        font-weight: bold;
                    }

                    .planning-empintervention > .left .holder .content .line .type {
                        position: absolute;
                        right: 2px;
                        top: 2px;
                        font-size: 9px;
                        background-color: #ebeef2;
                        border-radius: 4px;
                        padding: 2px 4px;
                    }

                    .planning-empintervention > .left .holder .content .line .batiment {
                        display: block;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden;
                    }

                    .planning-empintervention > .left .holder .content .line .installation {
                        display: block;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden;
                    }

                    .planning-empintervention > .left .holder .content .line .nom {
                        display: block;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden;
                    }

                    .planning-empintervention > .left .holder .content .line commentaire {
                        display: block;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden;
                        font-style:italic;
                    }

    .planning-empintervention > .right {
        width: 600px;
    }

        .planning-empintervention > .right .empinterventionodm tr.planifie > td {
            background-color: #51d25f;
        }

        .planning-empintervention > .right .empinterventionodm tbody tr.planifie:hover td {
            color: #3d3d3d !important;
        }

        .planning-empintervention > .right .empinterventionodm tr > td.alert {
            position: relative;
        }

            .planning-empintervention > .right .empinterventionodm tr > td.alert > span {
                display: block;
                position: absolute;
                top: calc(50% - 9px);
                width: 18px;
                height: 18px;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: 18px;
            }

/*#endregion Emp intervention */

