﻿/* Import fonts */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

html, body {
    /* color: #797979;background: #f1f2f7 !important;*/
    font-family: 'Open Sans', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
    /*width: 100%;
    height: 100%;*/
    /*overflow:hidden;*/
}

ul li {
    list-style: none;
}

#wrap {
    padding: 10px;
}

#container {
    width: 100%;
    height: 100%;
    padding-top: 60px;
    min-height: 900px;
    min-width: 1280px;
    position: relative;
}

.header, .footer {
    min-height: 60px;
    padding: 0 15px;
}

.header {
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1002;
}

.clrow {
    padding-bottom: 10px;
    float: left;
    /*position: relative;*/
    width: 100%;
}

    .clrow:after {
        clear: both;
    }

.col, .col1, .col15, .col2, .col25, .col3, .col35, .col4, .col45, .col5,
.col6, .col7, .col75, .col8, .col85, .col9, .col10 {
    display: inline;
    float: left;
    /*position: relative;*/
}

.col1 {
    width: 10%;
}

.col15 {
    width: 15%;
}

.col2 {
    width: 20%;
}

.col25 {
    width: 25%;
}

.col3 {
    width: 30%;
}

.col35 {
    width: 35%;
}

.col4 {
    width: 40%;
}

.col45 {
    width: 45%;
}

.col5 {
    width: 50%;
}

.col6 {
    width: 60%;
}

.col7 {
    width: 70%;
}

.col75 {
    width: 75%;
}

.col8 {
    width: 80%;
}

.col85 {
    width: 85%;
}

.col9 {
    width: 90%;
}

.col10 {
    width: 100%;
}

.a-left {
    text-align: left !important;
}

.a-center {
    text-align: center !important;
}

.a-right {
    text-align: right !important;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.f-left {
    float: left !important;
}

.f-right {
    float: right !important;
}

.f-none {
    float: none !important;
}

.no-display {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.underline {
    text-decoration: underline !important;
}

.bold {
    font-weight: bold !important;
}

.white-bg {
    background: #fff;
    /*border-bottom: 1px solid #f1f2f7;*/
    border-bottom: 1px solid #E0E2ED;
}

.wrapper {
    display: inline-block;
    padding: 15px;
    width: 100%;
}

/* Update progress */

.overlay {
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=50);
    opacity: .50;
    -moz-opacity: .50;
}

.loader {
    z-index: 10000;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #f2f2f2;
    border: 1px solid #dedede;
    border-radius: 5px;
    box-shadow: 2px 2px 4px #999;
    padding: 10px;
}

    .loader > label {
        font-size: 11px;
        font-weight: bold;
        color: #444;
        padding-left: 5px;
    }

/*login page*/

.login-body {
    background-color: #f1f2f7;
}

.form-signin {
    max-width: 330px;
    margin: 100px auto 0;
    background: #2a3542;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .form-signin h2.form-signin-heading {
        /*margin: 0;*/
        margin: 0px 0px 20px 0px;
        /*padding:20px 15px;*/
        padding: 0px 20px 15px 20px;
        text-align: center;
        /*background: #41cac0;*/
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 300;
        font-family: 'Open Sans', sans-serif;
        border-bottom: 1px solid #E0E2ED;
    }

    .form-signin div.form-signin-version {
        text-align: center;
        color: #b6b6b6;
        font-size: 11px;
        display:flex;
        justify-content:space-around;
    }

    .form-signin label.checkbox label {
        padding-left: 5px;
        color: #E0E2ED;
    }

    .form-signin .checkbox,
    .form-signin label.checkbox label {
        font-weight: normal;
        font-weight: 300;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 14px;
    }

    .form-signin span.pull-right {
        padding-top: 3px;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"],
    .form-signin input[type="password"] {
        margin-bottom: 15px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #eaeaea;
        box-shadow: none;
        font-size: 16px;
    }

    .form-signin .btn-login {
        /*background: #f67a6e;
        background: #41cac0;*/
        background: #ec9231;
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        /*box-shadow: 0 4px #e56b60;*/
        margin-bottom: 20px;
    }



    .form-signin a {
        color: #E0E2ED;
    }

        .form-signin a:hover {
            cursor: pointer;
            color: #41cac0;
        }

.login-wrap {
    padding: 20px;
}


/*sidebar navigation*/
#sidebar {
    width: 200px;
    height: 100%;
    position: absolute;
    background: #2a3542;
}

    #sidebar ul li {
        position: relative;
    }


#main-content {
    margin-left: 200px;
}

#MenuV {
    float: none !important;
}

/*LEFT NAVIGATION ICON*/

ul.sidebar-menu,
ul.sidebar-menu li ul.sub {
    margin: -2px 0 0;
    padding: 0;
    background: #2a3542;
}

ul.sidebar-menu {
    margin-top: 30px;
    float: none !important;
}

/*ul.sidebar-menu li {
        margin-bottom: 5px;
        margin-left: 10px;
        margin-right: 10px;
    }*/

.sidebar-menuitem {
    color: #E0E2ED;
    text-decoration: none !important;
    display: block;
    padding: 15px 0 15px 15px;
    font-size: 16px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.sidebar-menu a.active,
ul.sidebar-menu a:hover,
ul.sidebar-menu a:focus {
    background: #35404d;
    color: #FF9900;
    display: block;
    /*border-radius: 4px;
    -webkit-border-radius: 4px;*/
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.sidebar-menu li a i {
    font-size: 18px;
    padding-right: 10px;
}

ul.sidebar-menu li a:hover i,
ul.sidebar-menu li a:focus i {
    color: #FF9900;
}

ul.sidebar-menu li a.active i {
    color: #FF9900;
}

/*SIDEBAR TOGGLE BOX*/

.toggle-btn {
    -webkit-border-radius: 15px 0px 0px 15px;
    -moz-border-radius: 15px 0px 0px 15px;
    border-radius: 15px 0px 0px 15px;
    cursor: pointer;
    display: block;
    float: right;
    margin-top: 12px;
    width: 23px;
    height: 25px;
    background: #f1f2f7;
}

    .toggle-btn:before {
        margin: 0px 2px 7px 8px;
        display: block;
        font-size: 18px;
        font-family: FontAwesome;
        height: auto;
        content: "\f104";
        font-weight: 300;
        text-shadow: none;
    }

    .toggle-btn .closed:before,
    .sidebar-closed .toggle-btn:before {
        margin: 0px 2px 7px 10px;
        content: "\f105";
    }

/*---------------------
    sidebar closed
-----------------------*/

.sidebar-closed .side-navigation li a span {
    position: absolute;
    padding: 15px;
    left: 52px;
    top: 0;
    min-width: 160px;
    text-align: left;
    z-index: 1000;
    display: none;
}

.sidebar-closed #sidebar {
    width: 52px;
}

.sidebar-closed #main-content {
    margin-left: 52px;
}

.sidebar-closed .side-navigation li.nav-hover a span {
    display: block;
}

.sidebar-closed .side-navigation > li.nav-hover > a,
.sidebar-closed .side-navigation > li.nav-hover.active > a,
.sidebar-closed .side-navigation li.nav-hover.active a span,
.sidebar-closed .side-navigation li a span,
.sidebar-closed .side-navigation li.nav-hover ul {
    background-color: #35404d;
}

.sidebar-closed .side-navigation .sidebar-menuitem li a {
    text-align: center;
    padding: 15px 10px;
    position: relative;
}
/* LOGO */

.logo {
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    float: left;
}

/* panel-heading */

.panel-heading .navbar {
    border: medium none;
    font-size: 16px;
    margin: -10px -15px -12px;
}

.panel-heading-small .navbar {
    border: medium none;
    font-size: 13px;
    margin-bottom: -12px;
}

    .panel-heading-small .navbar > li {
        padding: 10px 0px;
    }

        .panel-heading-small .navbar > li > a {
            color: #24618E;
            font-weight: 600;
            padding: 10px;
            text-decoration: none;
        }

            .panel-heading-small .navbar > li.active > a,
            .panel-heading-small .navbar > li > a:hover {
                color: #000;
                /*background: #2a3542;
        border-bottom:none;*/
            }

            .panel-heading-small .navbar > li > a.selected {
                color: #fff;
                background: #f77b6f;
            }



.tab-bg-light-gray {
    background: #F7F8FB;
    /*border-bottom: 1px solid #E0E2ED;*/
}

/*tab-bg-dark-navy-blue{
    background: #F7F8FB;
    border-bottom: 1px solid #E0E2ED;
}*/


.panel-heading .navbar > li > a,
.panel-heading .navbar > li.active > a,
.panel-heading .navbar > li.active > a:hover,
.panel-heading .navbar > li.active > a:focus {
    border-radius: 0;
    border: none;
    position: relative;
    display: block;
}

.panel-heading .navbarmenuitem {
    color: #24618E;
    font-weight: 600;
    /*padding-top: 13px;
    padding-bottom: 13px;*/
    padding: 13px 15px;
}

.panel-heading .navbar li > a {
    border-right: 1px solid #E0E2ED;
    border-left: 0px;
}

.panel-heading .navbar > li.active > a,
.panel-heading .navbar > li > a:hover {
    color: #fff;
    background: #2a3542;
    text-decoration: none;
}

.panel-heading .navbar > li > a.selected {
    color: #000;
    background: #fff;
}

    .panel-heading .navbar > li > a.selected:after {
        content: '';
        position: absolute;
        top: -3px;
        left: 0px;
        right: -1px;
        border: 2px #FF9900 solid;
        z-index: 1003;
    }

/*.panel-heading .navbar > li:first-child.active > a,
.panel-heading .navbar > li:first-child > a:hover {
}*/
a.dropdown-menuitem {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}




/*---------------------
    personal task
-----------------------*/

.task-option {
    float: right;
}

    .task-option select {
        height: 40px;
        border: 1px solid #eaeaea;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        padding: 8px;
    }

/*notification*/

#top_menu .nav > li, ul.top-menu > li {
    float: left;
}

.notify-row {
    /*float: left;*/
    margin-top: 15px;
    margin-left: 280px;
}

/*.notify-row .notification span.label {
        display: inline-block;
        height: 18px;
        width: 20px;
        padding: 5px;
    }*/

a.notify-row {
    border: none;
}

ul.top-menu > li > a {
    color: #666666;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #f0f0f8 !important;
    padding: 2px 6px;
}

    ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
        /*border: 1px solid #f0f0f8 !important;*/
        background-color: #fff !important;
        /*border-color: #f0f0f8 !important;*/
        text-decoration: none;
        /*border-radius: 4px;
        -webkit-border-radius: 4px;*/
        color: #2E2E2E !important;
    }

.notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
}

/*badge*/

.badge.bg-primary {
    background: #8075c4;
}

.badge.bg-success {
    background: #a9d86e;
}

.badge.bg-warning {
    background: #FCB322;
}

.badge.bg-important {
    background: #ff6c60;
}

.badge.bg-info {
    background: #41cac0;
}

.badge.bg-inverse {
    background: #2A3542;
}


/*---------------------
dropdown-menu
-----------------------*/

.dropdown-menu.extended {
    max-width: 300px !important;
    min-width: 160px !important;
    top: 42px;
    width: 235px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .dropdown-menu.extended {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
    }
}

.dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #666666;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

    .dropdown-menu.extended li p.green {
        background-color: #a9d86e;
        color: #fff;
    }

    .dropdown-menu.extended li p.red {
        background-color: #ff6c60;
        color: #fff;
    }

    .dropdown-menu.extended li p.yellow {
        background-color: #fcb322;
        color: #fff;
    }

.dropdown-menu.extended li a {
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    list-style: none;
}

.dropdown-menu.extended li a {
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
}

    .dropdown-menu.extended li a:hover {
        background-color: #F7F8F9 !important;
        color: #2E2E2E;
    }

.dropdown-menu.tasks-bar .task-info .desc {
    font-size: 13px;
    font-weight: normal;
}

.dropdown-menu.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: -4px;
}

.dropdown-menu.extended .progress {
    margin-bottom: 0 !important;
    height: 10px;
}

.dropdown-menu.inbox li a .photo img {
    border-radius: 2px 2px 2px 2px;
    float: left;
    height: 40px;
    margin-right: 4px;
    width: 40px;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

    .dropdown-menu.inbox li a .subject .from {
        font-size: 12px;
        font-weight: 600;
    }

    .dropdown-menu.inbox li a .subject .time {
        font-size: 11px;
        font-style: italic;
        font-weight: bold;
        position: absolute;
        right: 5px;
    }

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
}

.top-nav {
    margin-top: 7px;
}

    .top-nav ul.top-menu > li .dropdown-menu.logout {
        width: 268px !important;
    }

    .top-nav li.dropdown .dropdown-menu {
        float: right;
        right: 0;
        left: auto;
    }

.dropdown-menu.extended.logout > li {
    float: left;
    text-align: center;
    width: 33.3%;
}

    .dropdown-menu.extended.logout > li:last-child {
        float: left;
        text-align: center;
        width: 100%;
        background: #a9d96c;
        border-radius: 0 0 3px 3px;
    }

        .dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
            color: #fff;
            border-bottom: none !important;
            text-transform: uppercase;
        }

            .dropdown-menu.extended.logout > li:last-child > a:hover > i {
                color: #fff;
            }

    .dropdown-menu.extended.logout > li > a {
        color: #a4abbb;
        border-bottom: none !important;
    }

.full-width .dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
    color: #50c8ea !important;
}

.dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
}

    .dropdown-menu.extended.logout > li > a:hover i {
        color: #50c8ea;
    }

.dropdown-menu.extended.logout > li > a i {
    font-size: 17px;
}

.dropdown-menu.extended.logout > li > a > i {
    display: block;
}

.top-nav .username {
    font-size: 14px;
    color: #555555;
}

.top-nav ul.top-menu > li > a {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px;
    background: none;
    margin-right: 0;
}

.top-nav ul.top-menu > li {
    margin-left: 10px;
}

    .top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
        border: 1px solid #F1F2F7;
        background: #F1F2F7;
    }

.top-nav .dropdown-menu.extended.logout {
    top: 50px;
}

.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
}

.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}

.log-arrow-up {
    width: 20px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: -10px;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.CollapseButton {
    float: left;
    margin-right: 5px;
}

/* ICONS */
@font-face {
    font-family: 'camplogistiks';
    src: url('fonts/camplogistiks.eot?bsw25r');
    src: url('fonts/camplogistiks.eot?bsw25r#iefix') format('embedded-opentype'), url('fonts/camplogistiks.ttf?bsw25r') format('truetype'), url('fonts/camplogistiks.woff?bsw25r') format('woff'), url('fonts/camplogistiks.svg?bsw25r#camplogistiks') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="cl-"], [class*=" cl-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'camplogistiks' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}

.cl-employes:before {
    content: "\e908";
}

.cl-reservations:before {
    content: "\e907";
}

.cl-voyages:before {
    content: "\e90d";
}

.cl-menages:before {
    content: "\e904";
}

.cl-bris1:before {
    content: "\e905";
}

.cl-bris2:before {
    content: "\e901";
}

.cl-formation:before {
    content: "\e902";
}

.cl-consigne:before {
    content: "\e903";
}

.cl-rapports:before {
    content: "\e900";
}

.cl-extranet:before {
    content: "\e90e";
}

.cl-config1:before {
    content: "\e909";
}

.cl-config2:before {
    content: "\e906";
}
/* Skin CSS  =============================================================================== */

input[type="checkbox"], input[type="radio"] {
    margin-right: 5px;
}

.nonavigate {
}

.textbox, .asplabel {
    border: 1px solid #c0c0c0;
    padding: 6px 3px 6px 3px;
    color: #000;
    border-radius: 3px 3px 3px 3px;
    min-height: 30px;
    float: left;
}

    .textbox:focus {
        outline: 0;
        border-color: rgb(40,96,144);
        /*-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(82,168,236,0.6);
        -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(82,168,236,0.6);
        box-shadow: inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(82,168,236,0.6);*/
    }

    .textbox + img {
        float: left;
        cursor: pointer;
        padding-left: 4px;
        padding-top: 3px;
    }

    .textbox.disable, .asplabel.disable {
        background-color: #f8f8f8;
        color: #3b3b3b;
        cursor: not-allowed;
        margin: 0;
    }

    .asplabel.highlighted {
        background: #fbfd89;
        font-weight: bold;
        cursor: not-allowed;
    }

.dropdownlist {
    border: 1px solid #c0c0c0;
    padding: 6px 3px 6px 3px;
    color: #000;
    border-radius: 3px 3px 3px 3px;
}

.clickable {
    padding-right: 4px;
    cursor: pointer;
    overflow: hidden;
}

.soustitre {
    color: #777;
    font-size: 10px;
    margin: 0;
    padding: 0;
}

.ContentButtons {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0 20px 0;
}

/* Gridview  =============================================================================== */
.clickableColumn a {
    color: #24618E;
    font-weight: 600;
}

.gridview {
    width: 100%;
}

.gridviewHeaderStyle th {
    cursor: pointer;
    background-color: #F7F8FB;
    border: 1px solid #ddd;
    padding: 6px 0px 6px 6px;
    text-align: center;
}

    .gridviewHeaderStyle th a {
        color: #24618E !important;
    }

        .gridviewHeaderStyle th a:hover {
            color: #333 !important;
        }

.gridviewRowStyle td,
.gridviewAlternatingRow td,
.gridviewPagerStyle td,
.gridviewSelctingRow td,
.gridviewErrorRow td,
.gridviewSelectedRowStyle td {
    border: 1px solid #D3D3D3;
    padding: 3px 5px 3px 5px;
}

.gridviewRowStyle:hover, .gridviewAlternatingRow:hover {
    background-color: #d4f3f1;
}

/*.gridviewAlternatingRow         {background-color: red; color: #000066;}*/

.gridviewSelctingRow,
.gridviewSelectedRowStyle {
    background-color: #DBF0F9;
    padding: 3px 5px 3px 5px;
}

.gridviewErrorRow {
    background-color: #FFB2B2 !important;
}

/*.gridviewRowStyle               {background-color: White;}}*/

.gridviewBeginSearchStyle {
    border: 1px solid #D3D3D3;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.gridviewEmptyDataRowStyle td {
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.table-header {
    background: url("../Resources/grilles/header_gradient.png") repeat-x scroll 0 center #0066A4;
    clear: both;
    height: 35px;
    width: 100%;
}

.table-tools {
    float: left;
    margin: -40px 10px 0;
    padding: 12px 0 3px 3px;
}

    .table-tools ul li {
        float: left;
        padding: 0 15px;
        border-right: 1px solid #94B2DB;
    }

        .table-tools ul li:last-child {
            border: none;
        }

        .table-tools ul li:first-child {
            padding-left: 0;
        }

        .table-tools ul li a {
            color: #EEEEEE;
            float: left;
            font-weight: bold;
            padding-left: 4px;
            padding-top: 1px;
        }

    .table-tools .selectAll {
        background: url(../Resources/grilles/checkAll.png) 0 0 no-repeat;
        float: left;
        height: 20px;
        width: 20px;
    }

    .table-tools .deselectAll {
        background: url(../Resources/grilles/uncheckAll.png) 0 0 no-repeat;
        float: left;
        height: 20px;
        width: 20px;
    }

/* Pager  =============================================================================== */

.pagercontainer {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-top: 0;
    padding: 2px;
}

.clpager {
    font-size: 12px;
    font-weight: normal;
    margin: 0px !important;
}

.pagerbutton, .pagerbutton-selected {
    float: left;
    text-align: center;
    margin-left: 3px;
    text-decoration: none;
    padding: 4px;
    background-color: #f0f1f2;
    color: #000;
}

.pagertext {
    color: #24618e;
    float: left;
    background-color: #F7F8FB;
    padding: 4px;
    font-size: 13px;
    font-weight: bold;
    margin: 0 !important;
}

.pagerbutton a {
    text-decoration: none;
}

.pagerbutton:hover {
    color: black;
    background-color: lightgray;
}

.pagerbutton-selected {
    border-width: 0;
    background-color: #b1c7da;
    cursor: default;
    font-weight: bold;
    margin: 0 !important;
}

.pagerbutton-last, .pagerbutton-last:visited, .pagerbutton-prev, .pagerbutton-prev:visited {
    margin-left: 15px;
}

.PageSizeSelect {
    height: 24px;
    margin-top: 0;
    margin-left: 2px;
}

.pagerGoToLabel {
    color: #24618e;
    cursor: pointer;
    font-size: 11px;
    margin-left: 15px;
    font-weight: bold;
    float: left;
    padding-top: 6px;
}

.pagerGoToSelect {
    font-size: 80%;
    margin-top: 5px;
    height: 20px;
}

.pagerGoToArrow {
    cursor: pointer;
    float: left;
    padding-top: 5px;
    padding-left: 5px;
}

.pagerGoToSelectedOption {
    color: #000;
    background-color: #b1c7da;
}

.modalPopup {
    background-color: #fff;
    border-width: 3px;
    border-style: solid;
    border-color: #006896;
    padding: 3px;
    width: 250px;
}

.PopupTitle {
    padding: .25em;
    display: block;
}

/* TOOLTIP CSS =============================================================================== */

.phototooltip {
    outline: none;
}

    .phototooltip strong {
        line-height: 30px;
    }

    .phototooltip:hover {
        text-decoration: none;
    }

        .phototooltip:hover div {
            display: inline;
            position: absolute;
            color: #111;
            border: 1px solid #DCA;
            background: #FFFFFF;
        }

    .phototooltip div {
        margin-top: -30px;
        margin-left: 5px;
        width: 240px;
        line-height: 16px;
        padding: 5px 10px;
        z-index: 10;
        display: none;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-box-shadow: 5px 5px 8px #CCC;
        -webkit-box-shadow: 5px 5px 8px #CCC;
        box-shadow: 5px 5px 8px #CCC;
        font-weight: normal;
        overflow: visible;
    }

.isolateLeft {
    margin-left: 60px;
}

.isolateRight {
    margin-right: 60px;
}

.required:after {
    content: " *";
    font-weight: bold;
    color: Red;
    font-size: 14px;
}
/*  Les images ds les grilles */
.imageGrd {
    float: left;
    cursor: pointer;
    border: none;
    background-color: Transparent;
    background-repeat: no-repeat;
    padding: 1px 1px 1px 1px;
    height: 16px;
    width: 16px;
    margin: 0 3px;
}

    .imageGrd.imprimer {
        background-image: url(../Resources/Grilles/Enable/Imprimer_16.png);
    }

        .imageGrd.imprimer.disabled, .imageGrd.imprimer[disabled="disabled"], .aspNetDisabled {
            cursor: not-allowed;
        }

    .imageGrd.note {
        background-image: url(../Resources/Grilles/Enable/Note_Sticky_icon.png);
    }

        .imageGrd.note.disabled, .imageGrd.note[disabled="disabled"], .aspNetDisabled {
            cursor: default;
            background-image: url(../Resources/Grilles/Disable/Note_Sticky_icon_disabled.png);
        }

    .imageGrd.zoom {
        background-image: url(../Resources/Grilles/Enable/zoom_16.png);
    }

    .imageGrd.checkBoxYes {
        background-image: url(../Resources/Grilles/Enable/checkbox_yes.png);
    }

    .imageGrd.checkBoxNo {
        background-image: url(../Resources/Grilles/Enable/checkbox_no.png);
    }

    .imageGrd.detailEmploye {
        padding: 1px 1px 1px 1px;
        background-image: url(../Resources/Grilles/Enable/user.png);
    }

    .imageGrd.ajouter {
        background-image: url(../Resources/Grilles/Enable/add.png);
    }

    .imageGrd.modifier {
        background-image: url(../Resources/Grilles/Enable/pencil.svg);
    }

        .imageGrd.modifier.disabled, .imageGrd.modifier[disabled="disabled"], .aspNetDisabled {
            cursor: not-allowed;
        }

    .imageGrd.modifierstatut {
        background-image: url(../Resources/Grilles/Enable/editStatut.png);
    }

        .imageGrd.modifierstatut.disabled, .imageGrd.modifierstatut[disabled="disabled"], .aspNetDisabled {
            cursor: default;
            background-image: url(../Resources/Grilles/Disable/editStatut_disabled.png);
        }

    .imageGrd.sauvegarder {
        background-image: url(../Resources/Grilles/Enable/Save_16.png);
    }

        .imageGrd.sauvegarder.disabled, .imageGrd.sauvegarder[disabled="disabled"], .aspNetDisabled {
            cursor: default;
            background-image: url(../Resources/Grilles/Disable/Save_16_Disabled.png);
        }

    .imageGrd.annuler {
        background-image: url(../Resources/Grilles/Enable/Annuler_16.png);
    }

        .imageGrd.annuler.disabled {
            cursor: not-allowed;
        }

    .imageGrd.supprimer {
        background-image: url(../Resources/Grilles/Enable/delete.png);
    }

        .imageGrd.supprimer.disabled, .imageGrd.supprimer[disabled="disabled"], .aspNetDisabled {
            cursor: not-allowed;
        }

    .imageGrd.selectionner {
        padding: 1px 1px 1px 1px;
        background-image: url(../Resources/Grilles/Enable/Selectionner_16.png);
    }

        .imageGrd.selectionner.disabled {
            cursor: default;
            padding: 1px 1px 1px 1px;
            background-image: url(../Resources/Grilles/Disable/Selectionner_16_Disabled.png);
        }

    .imageGrd.VoirDetails {
        background-image: url(../Resources/Grilles/Enable/binoculars.png);
    }

        .imageGrd.VoirDetails.disabled {
            cursor: not-allowed;
        }

    .imageGrd.assignerManuellement {
        background-image: url(../Resources/Grilles/Enable/Assigner_Chambre_16.png);
    }

        .imageGrd.assignerManuellement.disabled {
            cursor: default;
            background-image: url(../Resources/Grilles/Disable/Assigner_Chambre_16_Disabled.png);
        }

    .imageGrd.voyage {
        width: 20px;
        height: 20px;
        background-image: url(../Resources/Grilles/Enable/airplane.png);
    }

    .imageGrd.voyageVide {
        width: 20px;
        height: 20px;
        background-image: url(../Resources/Grilles/Enable/airplane_empty.png);
    }

    .imageGrd.warning {
        background-image: url(../Resources/Grilles/Enable/warning_16.png);
    }

        .imageGrd.warning.disabled, .imageGrd.warning[disabled="disabled"], .aspNetDisabled {
            cursor: default;
            background-image: url(../Resources/Grilles/Disable/warning_16_Disabled.png);
        }

    .imageGrd.approve {
        background-image: url(../Resources/Grilles/Enable/like.png);
    }

        .imageGrd.approve.disabled, .imageGrd.approve[disabled="disabled"], .aspNetDisabled {
            cursor: not-allowed;
        }

    .imageGrd.reject {
        background-image: url(../Resources/Grilles/Enable/dislike.png);
    }

        .imageGrd.reject.disabled, .imageGrd.reject[disabled="disabled"], .aspNetDisabled {
            cursor: not-allowed;
        }

    .imageGrd.traitermessage {
        width: 20px;
        height: 20px;
        background-image: url(../Resources/Grilles/Enable/traiter.png);
    }

        .imageGrd.traitermessage.disabled, .imageGrd.traitermessage[disabled="disabled"], .aspNetDisabled {
            cursor: default;
            background-image: url(../Resources/Grilles/Disable/traiter.png);
        }

    .imageGrd.nonlu {
        /*width: 20px;
        height: 20px;*/
        background-image: url(../Resources/Grilles/Enable/envelope.png);
    }

        .imageGrd.nonlu.disabled, .imageGrd.nonlu[disabled="disabled"], .aspNetDisabled {
            cursor: not-allowed;
            /*background-image: url(../Resources/Grilles/Disable/inbox_16.png);*/
        }

    .imageGrd.recupBagages {
        width: 20px;
        cursor: pointer;
        background-image: url(../Resources/Grilles/Enable/take_baggage_16.png);
    }

        .imageGrd.recupBagages.disabled {
            cursor: default;
            cursor: default;
            background-image: url(../Resources/Grilles/Disable/take_baggage_disabled_16.png);
        }

    .imageGrd.recupererBagages {
        width: 20px;
        cursor: pointer;
        background-image: url(../Resources/Grilles/Enable/Bagage_16.png);
    }

    .imageGrd.remettreBagages {
        width: 20px;
        cursor: pointer;
        background-image: url(../Resources/Grilles/Enable/baggage_back_16.png);
    }

        .imageGrd.remettreBagages.disabled {
            cursor: default;
            cursor: default;
            background-image: url(../Resources/Grilles/Disable/baggage_back_disabled_16.png);
        }

    .imageGrd.bris {
        /*padding: 1px 1px 1px 1px;*/
        background-image: url(../Resources/Grilles/Enable/bris.png);
    }

        .imageGrd.bris.disabled, .imageGrd.bris[disabled="disabled"], .aspNetDisabled {
            cursor: not-allowed;
            /*padding: 1px 1px 1px 1px;
            background-image: url(../Resources/Grilles/Disable/bris.png);*/
        }

    .imageGrd.exclure {
        padding: 1px 1px 1px 1px;
        background-image: url(../Resources/Grilles/Enable/exclure.png);
    }

        .imageGrd.exclure.disabled, .imageGrd.exclure[disabled="disabled"], .aspNetDisabled {
            cursor: not-allowed;
            /*padding: 1px 1px 1px 1px;
            background-image: url(../Resources/Grilles/Disable/exclure_Disabled.png);*/
        }

    .imageGrd.completer {
        background-image: url(../Resources/Grilles/Enable/checked.png);
    }

        .imageGrd.completer.disabled, .imageGrd.completer[disabled="disabled"], .aspNetDisabled {
            cursor: not-allowed;
        }

    .imageGrd.executer {
        background-image: url(../Resources/Grilles/Enable/Completer.png);
    }

        .imageGrd.executer.disabled, .imageGrd.executer[disabled="disabled"], .aspNetDisabled {
            cursor: not-allowed;
        }

    .imageGrd.assigner {
        /*padding: 1px 1px 1px 1px;*/
        background-image: url(../Resources/Grilles/Enable/maid16.png);
    }

        .imageGrd.assigner.disabled, .imageGrd.assigner[disabled="disabled"], .aspNetDisabled {
            cursor: not-allowed;
            /*padding: 1px 1px 1px 1px;
            background-image: url(../Resources/Grilles/Disable/maid16.png);*/
        }

    .imageGrd.up {
        padding: 1px 1px 1px 1px;
        background-image: url(../Resources/Grilles/Enable/move_up.png);
    }

        .imageGrd.up.disabled, .imageGrd.up[disabled="disabled"], .aspNetDisabled {
            cursor: default;
            padding: 1px 1px 1px 1px;
            background-image: url(../Resources/Grilles/Disable/move_up_Disabled.png);
        }

    .imageGrd.down {
        padding: 1px 1px 1px 1px;
        background-image: url(../Resources/Grilles/Enable/move_down.png);
    }

        .imageGrd.down.disabled, .imageGrd.down[disabled="disabled"], .aspNetDisabled {
            cursor: default;
            padding: 1px 1px 1px 1px;
            background-image: url(../Resources/Grilles/Disable/move_down_Disabled.png);
        }

    .imageGrd.completerFormation {
        padding: 1px 1px 1px 1px;
        background-image: url(../Resources/Grilles/Enable/Completer_Formation.png);
    }

    .imageGrd.AssignerFormationGrid {
        padding: 1px 1px 1px 1px;
        background-image: url(../Resources/Grilles/Enable/AssignerFormationGrid.png);
    }

    .imageGrd.transferer {
        cursor: pointer;
        background-image: url(../Resources/Grilles/Enable/transferer.png);
    }

        .imageGrd.transferer.disabled, .imageGrd.transferer[disabled="disabled"], .aspNetDisabled {
            cursor: not-allowed;
        }

    .imageGrd.reservationHebergement {
        cursor: pointer;
        background-image: url(../Resources/Grilles/Enable/bed.svg);
    }

        .imageGrd.reservationHebergement.disabled, .imageGrd.reservationHebergement[disabled="disabled"], .aspNetDisabled {
            cursor: not-allowed;
        }

    .imageGrd.carteEmbarquement {
        cursor: pointer;
        background-image: url(../Resources/Grilles/Enable/boardingcard.png);
    }

        .imageGrd.carteEmbarquement.disabled, .imageGrd.carteEmbarquement[disabled="disabled"], .aspNetDisabled {
            cursor: not-allowed;
        }

    .imageGrd.changerheure {
        width: 20px;
        cursor: pointer;
        background-image: url(../Resources/Grilles/Enable/player_time.png);
    }

        .imageGrd.changerheure.disabled, .imageGrd.changerheure[disabled="disabled"], .aspNetDisabled {
            cursor: default;
            cursor: default;
            background-image: url(../Resources/Grilles/Disable/player_time_disabled.png);
        }

    .imageGrd.planifier {
        width: 20px;
        cursor: pointer;
        background-image: url(../Resources/Grilles/Enable/Planning.png);
    }

        .imageGrd.planifier.disabled, .imageGrd.planifier[disabled="disabled"], .aspNetDisabled {
            cursor: default;
            cursor: default;
            background-image: url(../Resources/Grilles/Disable/Planning_disabled.png);
        }

    .imageGrd.split {
        width: 24px;
        height: 24px;
        cursor: pointer;
        background-image: url(../Resources/Grilles/Enable/split.png);
    }

        .imageGrd.split.disabled, .imageGrd.split[disabled="disabled"], .aspNetDisabled {
            cursor: default;
            cursor: default;
            background-image: url(../Resources/Grilles/Disable/split_disabled.png);
        }


    .imageGrd .notif {
        width: 24px;
        height: 24px;
        background-image: url("../Resources/Grilles/Enable/inbox_20.png");
    }
    .imageGrd.broom {
        background-image: url(../Resources/Grilles/Enable/broom.png);
    }
    .imageGrd.cacher {
        background-image: url(../Resources/Grilles/Enable/dn.png);
    }

    .imageGrd.afficher {
        background-image: url(../Resources/Grilles/Enable/up.png);
    }
/* Shortcuts menu =============================================================================== */

.ShortcutsMenu {
    float: left;
    padding: 0;
    margin: 0;
}

    .ShortcutsMenu tr td, .ShortcutsMenuItem tr td {
        border: none !important;
        padding: 0;
        margin: 0;
    }

.ShortcutsMenuItem a {
    float: left;
    font-weight: bold;
}

    .ShortcutsMenuItem a[disabled] {
        color: #aaaaaa;
        background-image: none;
        text-decoration: none;
    }

    .ShortcutsMenuItem a:hover {
    }

.ShortcutsMenu .level2 .aspNetDisabled {
    color: #aaaaaa;
    background-image: none;
    text-decoration: none;
}

.ShortcutsMenuItemIcons img {
    width: 16px;
    height: 16px;
}

.ShortcutsMenuItemIcons a:hover {
    text-decoration: none;
    cursor: pointer;
}

/* Message de notification  =============================================================================== */
#showMessage {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    width: 100%;
}

    #showMessage * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #showMessage > div {
        position: relative;
        overflow: hidden;
        /*margin: 0 0 6px;*/
        padding: 15px 15px 15px 50px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999999;
        -webkit-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        color: #ffffff;
        opacity: 0.8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80);
        width: 300px;
        margin: auto;
        width: 300px;
        top: 10px;
        /*right: 12px;*/
    }

    #showMessage > :hover {
        -moz-box-shadow: 0 0 12px #000000;
        -webkit-box-shadow: 0 0 12px #000000;
        box-shadow: 0 0 12px #000000;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100);
        cursor: pointer;
    }

    #showMessage > div, #showMessage > :hover {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }


.notifinfo {
    /*color: #0066a4;
    background-color: #e0f3f9;
    background-image: url("../Resources/Notification/info.png");*/
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
    background-color: #2f96b4;
}

.notifsuccess {
    /*color: #277f0a;
    background-color: #e8fde6;
    background-image: url("../Resources/Notification/success.png");*/
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
    background-color: #51a351;
}

.notifwarning {
    /*color: #d1820c;
    background-color: #fbf0df;
    background-image: url("../Resources/Notification/warning.png");*/
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
    background-color: #f89406;
}

.notiferror {
    /*color: #c21924;
    background-color: #fed;
    background-image: url("../Resources/Notification/error.png");*/
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
    background-color: #bd362f;
}

a.msge-cross {
    position: absolute;
    top: 0;
    width: 16px;
    height: 16px;
    background: transparent url("../Resources/Notification/close16.png") no-repeat top left;
    cursor: pointer;
}

    a.msge-cross:hover {
        background-image: url("../Resources/Notification/close16.png");
    }
/*  Les boutons */
.imageButton {
    border: none;
    background-color: Transparent;
    background-repeat: no-repeat;
    background-position: center;
    height: 32px;
    width: 80px;
    cursor: pointer;
    display: inline-block;
}

    .imageButton.sendMsg {
        background-image: url(../Resources/Boutons/Enable/send_32.png);
    }

        .imageButton.sendMsg.disabled, .imageButton.sendMsg[disabled="disabled"], .aspNetDisabled {
            cursor: default;
            cursor: default;
            background-image: url(../Resources/Boutons/Disable/send_32_Disabled.png);
        }

#noti_Container {
    position: relative !important;
    /*width: 16px !important;
    height: 16px !important;*/
    float: left !important;
    color: #2E2E2E !important;
}

/*#noti_Container .img {
        border: none !important;
        margin-left:2px; 
        vertical-align:auto;
    }*/

.noti_text {
    position: absolute !important;
    right: -15px;
    /*width: 10px !important;*/
    top: -7px;
    text-align: center !important;
    /*font-family: Calibri !important;*/
    font-weight: bold !important;
    color: #fff !important;
    font-size: 10px !important;
}
/* Error Page  ========================================================================== */

.PageError {
    background-color: #FBF0DF;
    border: 1px solid #F6B314;
    border-radius: 5px;
    box-shadow: 0 0 5px #888888;
    height: 200px;
    margin: 50px auto;
    width: 780px;
    padding: 20px;
}

    .PageError p {
        float: left;
        line-height: 64px;
        color: #D1820C;
        font-weight: bolder;
        font-size: 16px;
    }

/*===============================Scrollable gridview======================================== */
.GridviewScrollHeader TH, .GridviewScrollHeader TD {
    padding: 5px;
    font-weight: bold;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    background-color: #F7F8FB;
}

.GridviewScrollItem TD {
    padding: 5px;
    border: 1px solid #D3D3D3;
    box-sizing: content-box;
}

/*.GridviewScrollItem .Freeze {
    background-color: #EFEFEF;
}

.GridviewScrollHeader TH, .GridviewScrollHeader TD
{
    padding: 5px;
    font-weight: bold;
    
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    background-color: #EFEFEF;
    vertical-align: bottom;
    text-align: left;
}
.GridviewScrollItem TD
{
    padding: 5px;
    box-sizing:content-box;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    background-color: #FFFFFF;
}*/

/* Express IN-OUT =============================================================================== */
#pnlValidation {
    float: left;
    font-size: 20px;
    line-height: 100px;
    text-align: center;
    width: 100%;
}

    #pnlValidation .Refused, #pnlValidation .Accepted {
        margin: 50px 20px 40px 20px;
        color: #f9f4d4;
        min-height: 100px;
    }

    #pnlValidation .Refused {
        background-color: #8b0000;
    }

    #pnlValidation .Accepted {
        background-color: Green;
    }

        #pnlValidation .Refused[disabled="disabled"], #pnlValidation .Accepted[disabled="disabled"] {
            background-color: #f9f4d4;
            border: dashed 1px;
            color: #000;
        }

.RefusedException {
    background-image: url("../Resources/Images/error48.png");
    min-height: 50px;
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid #cd0101;
    line-height: 20px;
    padding: 5px 5px 5px 60px;
    margin-left: 20px;
    margin-right: 20px;
    float: left;
    background-color: #ffebe8;
    border: 1px solid #dd3c10;
    font-size: 13px;
}

    .RefusedException span {
        float: left;
        color: #333;
        text-align: left;
        font-weight: bold;
        font-size: 13px;
    }

.HeaderFiledSet {
    color: #24618e;
    font-weight: bold;
    text-align: left;
    width: 100%;
    float: left;
}

/*=============================================================================== */
.empty {
    font-weight: bold;
    padding: 10px 0 10px 0;
    text-align: center;
    border: 1px solid #D3D3D3;
}

.autocomplete {
    height: 200px;
    overflow: auto;
    z-index: 1;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
}

.autocompleteListItem {
    background-color: white;
    padding: 1px;
}

.autocompleteHighlightedListItem {
    background-color: #dbeaff;
    padding: 1px;
}

.line, .lineGray {
    height: 1px;
    color: #24618e;
    background-color: #0066a4;
    width: 100%;
    border: 0;
    float: left;
    margin: 0px;
}

.lineGray {
    background-color: #F2F2F2;
}

.lineTitle {
    color: #24618e !important;
    font-weight: bold;
    float: left;
    bottom: 15px;
}

.defaultCursor {
    cursor: default !important;
}

.clearer {
    clear: both;
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
    line-height: 0;
}

.form span {
    margin-top: 5px;
}

.gridDock {
    overflow-x: auto;
    overflow-y: hidden;
    width: 1040px;
    border-right: 1px solid #d3d3d3;
}

.ValidatorError, input.ValidatorError, select.ValidatorError {
    background: #fed;
    border: 1px solid #cd0101;
}

.title {
    color: #24618E;
    margin-top: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.PnlDesign {
    border: 2px solid #C0C0C0;
    height: auto;
    width: auto;
    background-color: #ffffff;
    /*font-size: 15px;
            font-family: Arial;*/
    padding-left: 3px;
    padding-top: 2px;
    z-index: 1;
}

.txtBoxBg {
    background-image: url("../Resources/Images/arrowDown24.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 16px;
}

.chk label {
    padding-right: 40px;
    font-weight: normal;
}

.Center {
    margin: 0 auto;
}
/*===================== Liste d'exceptions dans popup========================================================== */
.Bullet {
    list-style-type: none;
    list-style-image: url("../Resources/Images/ttd_sa_menu_puce.gif");
    background-image: url("../Resources/Images/error48.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 10px 0 10px 90px;
}

    .Bullet li {
        padding: 5px 0 5px 0;
        color: #24618e;
    }

/*===============Page de statistique================================================================ */

.CollapseControl {
    color: #0066a4;
    cursor: pointer !important;
    border-bottom: 1px solid #0066a4;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
    float: left;
    width: 100%;
}

.CollapseContent {
    float: left;
    width: 100%;
    overflow-y: visible !important;
}

.CollapseControl span {
    margin: 0px;
}

/*===============Page de voyages / assignation ================================================================ */
.cadre {
    border-width: 1px;
    border-style: solid;
    border-color: #24618e;
    padding: 10px 5px 10px 5px;
    float: left;
    position: relative;
    white-space: normal !important;
    border-radius: 5px;
}

    .cadre:after {
        clear: both;
    }

.gridSelectedRow .clickableColumn a {
    color: #fff;
}
/*===============Photo employé ================================================================ */
.imageBorder {
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-bottom: 5px solid #2a3542 !important;
    border-top: 5px solid #2a3542 !important;
    border-radius: 7px;
}
/*===============Scheduler ================================================================ */
.my-legend {
    text-align: left;
    margin-top: 10px;
    font-weight: bold;
    font-size: 90%;
    text-align:center;
}

  /*  .my-legend .legend-scale ul {
        margin: 0;
        margin-bottom: 5px;
        padding: 0;
        float: left;
        list-style: none;
    }

        .my-legend .legend-scale ul li {
            font-size: 80%;
            list-style: none;
            margin-left: 0;
            line-height: 18px;
            float: left;
            font-size: unset;
        }

    .my-legend ul.legend-labels li span {
        display: block;
        float: left;
        height: 16px;
        width: 30px;
        margin-right: 5px;
        margin-left: 0;
        border: 1px solid #999;
        border-radius: 50%;
    }

    .my-legend .legend-source {
        font-size: 70%;
        color: #999;
        clear: both;
    }

    .my-legend a {
        color: #777;
    }*/

    .my-legend span img {
        width: 30px;
        height: 20px;
    }

i.fa.fa-male.day {
    color: orange;
}

i.fa.fa-male.night {
    color: darkblue;
}

i.fa.fa-female.day {
    color: orange;
}

i.fa.fa-female.night {
    color: darkblue;
}
