﻿


body {
}

.menubar {
    background: #204d74;
    margin-bottom: 30px;
}

    .menubar:after {
        clear: both;
        display: table;
        content: " ";
    }

    .menubar a {
        display: inline-block;
        margin-right: 2px;
        padding: 10px 20px;
        background: #204d74;
        color: #fff;
        text-decoration: none;
    }

        .menubar a:hover {
            text-decoration: none;
            background: #337ab7;
        }

.hideloading {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.05s linear;
}

.entreprise-item {
    display: block;
    padding: 10px 20px;
    background: #e9f1f6;
    margin-bottom: 20px;
    position: relative;
    border-radius: 3px;
}

    .entreprise-item .entreprise-icon {
        font-size: 20px;
        position: absolute;
        border-radius: 3px;
        left: 0;
        bottom: 0;
        top: 0;
        background: #337ab7;
        color: #fff;
        padding: 10px;
    }

    .entreprise-item:hover {
        display: block;
        background: #b9dcf2;
        text-decoration: none;
    }

    .entreprise-item span.entreprise-name {
        font-weight: bold;
        font-size: 16px;
        display: block;
    }

    .entreprise-item span.entreprise-sites {
        font-weight: normal;
        font-size: 14px;
        display: block;
        padding-left: 25px;
    }

.personnel-item {
    display: block;
    padding: 10px 20px;
    background: #e9f1f6;
    margin-bottom: 10px;
    border-radius: 3px;
}

    .personnel-item:hover {
        text-decoration: none;
    }

    .personnel-item span {
        font-weight: bold;
        font-size: 16px;
    }

.chiffrage-item {
    display: block;
    padding: 10px 20px;
    background: #e9f1f6;
    margin-bottom: 10px;
    border-radius: 3px;
}

    .chiffrage-item:hover {
        text-decoration: none;
    }

    .chiffrage-item span {
        font-weight: bold;
        font-size: 16px;
    }

.produit-item {
    display: block;
    padding: 10px 20px;
    background: #e9f1f6;
    margin-bottom: 10px;
    position: relative;
    border-radius: 3px;
}

    .produit-item:hover {
        text-decoration: none;
    }

    .produit-item span {
    }

.btn, .form-control {
    border-radius: 5px;
}

    .btn.btn-primary {
        border-top-color: #488bc6;
        border-left-color: #488bc6;
        border-right-color: #204d74;
        border-bottom-color: #204d74;
        webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        background: #218fcf;
    }
        .btn.btn-primary:hover {
            background: #004871;
        }

    .btn.btn-default {
        background: #f9f9f9;
        border-top-color: #f2f2f2;
        border-left-color: #f2f2f2;
        border-right-color: #e9e9e9;
        border-bottom-color: #e9e9e9;
        webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

        .btn.btn-default:hover {
            background: #efefef;
        }
.label-info {
    background-color: #004871;
}
.form-control {
    border-top-color: #e0e0e0;
    border-left-color: #e0e0e0;
    border-right-color: #efefef;
    border-bottom-color: #efefef;
    background: #fbfbfb;
    webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.produit-item i.big {
    font-weight: bold;
    font-size: 30px;
    float: left;
    margin-right: 20px;
}

.produit-selectable {
    cursor: pointer;
}

    .produit-selectable.produit-checked i.fa-square {
        display: none;
    }

    .produit-selectable.produit-unchecked i.fa-check-square {
        display: none;
    }

    .produit-selectable.produit-checked {
        background: #b9dcf2;
        color: #000000;
    }

    .produit-selectable.produit-unchecked {
        background: #e9f1f6;
        color: #466276;
    }

.field-validation-error {
    font-weight: normal;
    font-size: 14px;
    display: block;
    color: #d41111;
    margin-bottom: 5px;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.form-control::-moz-placeholder {
    color: #cacaca;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #cacaca;
}

.form-control::-webkit-input-placeholder {
    color: #cacaca;
}

.validation-summary-errors {
}

    .validation-summary-errors ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .validation-summary-errors ul li {
            padding: 3px 5px;
            background: #d41111;
            color: #ffffff;
            font-weight: bold;
            font-size: 14px;
            text-align: center;
            margin-bottom: 5px;
        }

.validation-summary-valid {
    display: none;
}


label {
    line-height: 34px;
}


.btn .nombre {
    background: #88bdea;
}

.btn:hover .nombre {
    background: #337ab7;
}

.btn-formation {
    background: #fe7165;
}

    .btn-formation:hover {
        background: #F24537;
    }

.btn-conseil {
    background: #f5a146;
}

    .btn-conseil:hover {
        background: #EF891B;
    }

.file-upload-control {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background-color: #fbfbfb;
    border: 1px solid #ccc;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    border-radius: 3px;
}

    .file-upload-control:hover {
        background-color: #f0f0f0;
    }
/* -----------------------------------------
   Checkboxes and radios
----------------------------------------- */
.radio, .checkbox {
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-inline,
.checkbox-inline {
    padding-left: 0;
    padding-right: 20px;
}

div.toggle-custom {
    position: relative;
    margin: 6px 0 10px;
}

    div.toggle-custom label.toggle {
        width: 50px;
        position: relative;
        display: inline-block;
        padding: 0;
        height: 22px;
        vertical-align: top;
        min-height: 22px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

        div.toggle-custom label.toggle:before {
            content: attr(data-on);
            left: 1px;
        }

        div.toggle-custom label.toggle:after {
            content: attr(data-off);
            right: 1px;
        }

        div.toggle-custom label.toggle:after,
        div.toggle-custom label.toggle:before {
            top: 1px;
            width: 25px;
            font-size: 10px;
            color: #333333;
            position: absolute;
            line-height: 22px;
            text-align: center;
            z-index: 1;
        }

        div.toggle-custom label.toggle input[type="checkbox"],
        div.toggle-custom label.toggle input[type="radio"] {
            margin: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

            div.toggle-custom label.toggle input[type="checkbox"]:checked + .button-checkbox,
            div.toggle-custom label.toggle input[type="radio"]:checked + .button-checkbox,
            div.toggle-custom label.toggle input[type="checkbox"]:checked + .button-radio,
            div.toggle-custom label.toggle input[type="radio"]:checked + .button-radio {
                border-color: #337ab7;
            }

                div.toggle-custom label.toggle input[type="checkbox"]:checked + .button-checkbox:after,
                div.toggle-custom label.toggle input[type="radio"]:checked + .button-checkbox:after,
                div.toggle-custom label.toggle input[type="checkbox"]:checked + .button-radio:after,
                div.toggle-custom label.toggle input[type="radio"]:checked + .button-radio:after {
                    left: 24px;
                    background: #337ab7;
                }

            div.toggle-custom label.toggle input[type="checkbox"] + .button-checkbox:after,
            div.toggle-custom label.toggle input[type="radio"] + .button-checkbox:after,
            div.toggle-custom label.toggle input[type="checkbox"] + .button-radio:after,
            div.toggle-custom label.toggle input[type="radio"] + .button-radio:after {
                content: '';
                position: absolute;
                z-index: 2;
                display: block;
                top: 1px;
                bottom: 1px;
                left: 1px;
                width: 23px;
                background: #e3e3e3;
                transition: all;
                transition-duration: 0.1s;
            }

        div.toggle-custom label.toggle .button-checkbox,
        div.toggle-custom label.toggle .button-radio {
            background: #ffffff;
            border: 1px solid #e3e3e3;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            border-radius: 3px;
        }

        div.toggle-custom label.toggle .button-radio {
            border-radius: 20px;
        }

            div.toggle-custom label.toggle .button-radio:after {
                border-radius: 20px;
            }

        div.toggle-custom label.toggle + label {
            font-weight: normal;
            cursor: pointer;
            min-height: 22px;
            padding-left: 5px;
            padding-right: 10px;
            padding-top: 1px;
            margin-bottom: 0;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

    div.toggle-custom.toggle-inline {
        float: left;
        margin-right: 10px;
    }

/**/
div.checkbox-custom {
    position: relative;
    margin: 6px 0 10px;
}

    div.checkbox-custom label.toggle {
        width: 50px;
        position: relative;
        display: inline-block;
        padding: 0;
        height: 22px;
        vertical-align: top;
        min-height: 22px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

        div.checkbox-custom label.toggle:before {
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            content: "\f00c";
            left: 1px;
        }

        div.checkbox-custom label.toggle:after {
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            content: "\f00d";
            right: 1px;
        }

        div.checkbox-custom label.toggle:after,
        div.checkbox-custom label.toggle:before {
            top: 1px;
            width: 25px;
            font-size: 10px;
            color: #333333;
            position: absolute;
            line-height: 22px;
            text-align: center;
            z-index: 1;
        }

        div.checkbox-custom label.toggle input[type="checkbox"],
        div.checkbox-custom label.toggle input[type="radio"] {
            margin: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

            div.checkbox-custom label.toggle input[type="checkbox"]:checked ~ .button-checkbox,
            div.checkbox-custom label.toggle input[type="radio"]:checked ~ .button-checkbox,
            div.checkbox-custom label.toggle input[type="checkbox"]:checked ~ .button-radio,
            div.checkbox-custom label.toggle input[type="radio"]:checked ~ .button-radio {
                border-color: #337ab7;
            }

                div.checkbox-custom label.toggle input[type="checkbox"]:checked ~ .button-checkbox:after,
                div.checkbox-custom label.toggle input[type="radio"]:checked ~ .button-checkbox:after,
                div.checkbox-custom label.toggle input[type="checkbox"]:checked ~ .button-radio:after,
                div.checkbox-custom label.toggle input[type="radio"]:checked ~ .button-radio:after {
                    left: 24px;
                    background: #337ab7;
                }

            div.checkbox-custom label.toggle input[type="checkbox"] ~ .button-checkbox:after,
            div.checkbox-custom label.toggle input[type="radio"] ~ .button-checkbox:after,
            div.checkbox-custom label.toggle input[type="checkbox"] ~ .button-radio:after,
            div.checkbox-custom label.toggle input[type="radio"] ~ .button-radio:after {
                content: '';
                position: absolute;
                z-index: 2;
                display: block;
                top: 1px;
                bottom: 1px;
                left: 1px;
                width: 23px;
                background: #e3e3e3;
                transition: all;
                transition-duration: 0.1s;
            }

        div.checkbox-custom label.toggle .button-checkbox,
        div.checkbox-custom label.toggle .button-radio {
            background: #ffffff;
            border: 1px solid #e3e3e3;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            border-radius: 3px;
        }

        div.checkbox-custom label.toggle .button-radio {
            border-radius: 20px;
        }

            div.checkbox-custom label.toggle .button-radio:after {
                border-radius: 20px;
            }

        div.checkbox-custom label.toggle ~ label {
            font-weight: normal;
            cursor: pointer;
            min-height: 22px;
            padding-left: 5px;
            padding-right: 10px;
            padding-top: 1px;
            margin-bottom: 0;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

    div.checkbox-custom.toggle-inline {
        float: left;
        margin-right: 10px;
    }
/**/
.help-block {
    margin: 20px 0;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    color: #a7a7a7;
    background: #f2f2f2;
}

/* Custom skin */
div.checkbox-custom {
    position: relative;
    margin-top: 8px;
}

    div.checkbox-custom label {
        cursor: pointer;
        margin-bottom: 0;
        text-align: left;
        line-height: 1.2;
        font-weight: normal;
        padding-left: 30px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    div.checkbox-custom input[type=checkbox],
    div.checkbox-custom input[type=radio] {
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 3px;
        margin: -6px 0 0 0;
        z-index: 2;
        cursor: pointer;
    }

        div.checkbox-custom input[type=checkbox]:checked,
        div.checkbox-custom input[type=radio]:checked,
        div.checkbox-custom input[type=checkbox]:focus,
        div.checkbox-custom input[type=radio]:focus {
            outline: none !important;
        }

        div.checkbox-custom input[type=checkbox] + label:before,
        div.checkbox-custom input[type=radio] + label:before {
            cursor: pointer;
            transition: all;
            transition-duration: 0.4s;
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -10px;
            width: 19px;
            height: 18px;
            display: inline-block;
            background-color: #ffffff;
            border: 1px solid #cacaca;
            border-radius: 3px;
            color: #333333;
        }

        div.checkbox-custom input[type=checkbox]:checked + label:after,
        div.checkbox-custom input[type=radio]:checked + label:after {
            font-family: fontAwesome;
            display: inline-block;
            content: '\f00c';
            position: absolute;
            top: 50%;
            left: 4px;
            margin-top: -6px;
            font-size: 11px;
            line-height: 1;
            width: 16px;
            height: 16px;
            color: #333333;
        }

        div.checkbox-custom input[type=checkbox]:hover + label:before,
        div.checkbox-custom input[type=radio]:hover + label:before {
            border-color: #b0b0b0;
        }

        div.checkbox-custom input[type=checkbox]:disabled + label:before,
        div.checkbox-custom input[type=radio]:disabled + label:before {
            background-color: #eeeeee !important;
            border-color: #e2e2e2 !important;
            box-shadow: none !important;
            color: #c8c8c8;
        }

    div.checkbox-custom.checkbox-inline {
        padding-top: 0;
        margin-top: 8px;
    }

.radio-custom {
    position: relative;
    padding: 0 0 0 25px;
    margin-top: 8px;
}

    .radio-custom label {
        cursor: pointer;
        margin-bottom: 0;
        text-align: left;
        line-height: 1.2;
        font-weight: normal;
    }

    .radio-custom input[type="radio"] {
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 3px;
        margin: -6px 0 0 0;
        z-index: 2;
        cursor: pointer;
    }

        .radio-custom input[type="radio"] + label:before {
            transition: all;
            transition-duration: 0.4s;
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -10px;
            width: 18px;
            height: 18px;
            display: inline-block;
            border-radius: 50px;
            background-color: #ffffff;
            border: 1px solid #cacaca;
            color: #333333;
        }

        .radio-custom input[type="radio"]:hover + label:before {
            border-color: #b0b0b0;
        }

        .radio-custom input[type="radio"]:checked,
        .radio-custom input[type="radio"]:focus {
            outline: none !important;
        }

            .radio-custom input[type="radio"]:checked + label:after {
                content: '';
                position: absolute;
                top: 50%;
                left: 5px;
                margin-top: -5px;
                display: inline-block;
                font-size: 11px;
                line-height: 1;
                width: 8px;
                height: 8px;
                background-color: #333333;
                border-radius: 50px;
                /* -webkit-box-shadow: 0px 0px 1px #444;
                box-shadow: 0px 0px 1px #444; */
            }

    .radio-custom.radio-inline {
        padding-top: 0;
        margin-top: 8px;
    }

.table-calendar th {
    text-align: center;
    background: #204d74;
    color: #fff;
}

.table-calendar td {
    text-align: center;
    padding: 10px !important;
    border-radius: 3px !important;
}

.other-month {
    background: #f8f8f8;
    color: #c7c7c7;
}

.current-month {
    background: #fff;
    color: #000;
}

    .current-month.cliquable-day {
        background: #f5f5f5;
        cursor: pointer;
    }

        .current-month.cliquable-day:hover {
            background: #e8e8e8;
        }

    .current-month.active-day {
        background: #d4fcd1;
    }

        .current-month.active-day:hover {
            background: #cbf7c8;
        }

.table-calendar td.today-day {
    border: solid #337ab7 2px !important;
    border-radius: 3px !important;
}

.month-name {
    padding: 5px 10px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
}

.previous-month {
    line-height: 20px;
    background: #204d74;
    width: 50px;
}

.next-month {
    line-height: 20px;
    background: #204d74;
    width: 50px;
}

.month-nav {
    background: #337ab7;
}

.site-block {
    border-radius: 3px;
    position: relative;
    display: block;
    padding: 10px 20px;
    background: #e9f1f6;
    margin-bottom: 10px;
}

    .site-block:hover {
        text-decoration: none;
    }

    .site-block span.site-name {
        font-weight: bold;
        font-size: 16px;
        display: block;
    }

    .site-block span.site-adresse {
        font-weight: normal;
        font-size: 14px;
        display: block;
    }

    .site-block span.site-state {
        margin-top: 5px;
        font-weight: normal;
        font-size: 14px;
        display: block;
    }

.panelmenu {
    border-left: 3px solid #2581bd;
    border-right: 3px solid #2581bd;
    border-top: 1px solid #2581bd45;
    border-bottom: 1px solid #2581bd45;
    border-radius: 5px;
    height: 230px;
    background: #fbfbfb;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #2581bd;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}


    .panelmenu:hover {
        background: #eaeaea;
        -webkit-transition: background-color 100ms linear;
        -ms-transition: background-color 100ms linear;
        transition: background-color 100ms linear;
    }

.selectable {
    cursor: pointer;
}

    .selectable:hover {
        background: #ffcc86;
    }

.tr-odd {
    background: #ebf5fb;
}

table.table-hoverable  tr > td {
}

table.table-hoverable tr:not(.no-highlight):hover > td:not(.noclick) {
    background: #fef3c9;
}

tr.table-ligne-cliquable > td {
    cursor: pointer;
}

.saisie-temps.error-numeric {
    background: #ffc9c9;
}

.saisie-temps.wait-update {
    background: #fef3c9;
}

.table th {
    background: #218fcf;
    color: #ffffff;
    font-weight: normal;
    border-color: #fff !important;
}

.table td {
    border-color: #fff !important;
}

.table {
    border-color: #fff;
}

.background-gerant {
    background-color: #16456d;
    color: #fff;
}

.color-gerant {
    color: #16456d;
}

.background-commerce {
    background-color: #0079bf;
    color: #fff;
}

.color-commerce {
    color: #0079bf;
}

.background-exploitation {
    background-color: #ffab4a;
    color: #fff;
}

.color-exploitation {
    color: #ffab4a;
}

.background-administratif {
    background-color: #61bd4f;
    color: #fff;
}

.color-administratif {
    color: #61bd4f;
}

.show-hidden-onover .hidden-onover {
    display: none;
}

.show-hidden-onover:hover .hidden-onover {
    display: block;
}

.block-task .task {
    background: #f1f1f1;
    border-radius: 3px;
}

    .block-task .task.active {
        background: #347fb2;
        border-radius: 3px;
        color: #fff;
    }

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
    box-shadow: none;
    border: 1px solid #e2e2e2;
    border-top-color: #e0e0e0;
    border-left-color: #e0e0e0;
    border-right-color: #efefef;
    border-bottom-color: #efefef;
}

.SumoSelect > .CaptionCont {
    position: relative;
    border: 1px solid #e2e2e2;
    border-top-color: #e0e0e0;
    border-left-color: #e0e0e0;
    border-right-color: #efefef;
    border-bottom-color: #efefef;
    min-height: 14px;
    background-color: #fbfbfb;
    border-radius: 3px;
    margin: 0px;
}

.SlectBox {
    width: 100%;
    padding: 6px 12px;
}

.SumoSelect > .optWrapper.open {
    top: 34px;
    background: #e9f1f6;
    border: 1px solid #b9dcf2;
}

.SumoSelect > .optWrapper > .options > li {
    padding: 6px 12px !important;
}

    .SumoSelect > .optWrapper > .options > li:hover {
        background-color: #b9dcf2;
    }

.SumoSelect > .optWrapper > .options > li {
    border-bottom: 1px solid #fff;
}

.popmenu {
    display: none;
    padding: 5px;
    background: #fafafa;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0,0,0,.4);
    position: absolute;
    top: -30px;
    width: 280px;
    overflow: auto;
    z-index: 60;
}

.popmenuleft {
    left: 0;
    margin-left: 15px;
}

.popmenuright {
    right: 0;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .mobile-full-width {
        width: 100%;
    }

    .popmenuleft {
        left: 0;
        margin-left: 0px;
    }

    .popmenuright {
        right: 0;
        margin-right: 0px;
    }
}

.popmenu .scroller {
}

.popmenu a {
    border: 0;
    background: #e9f1f6;
    padding: 10px 15px;
    color: #000;
    display: block;
    border-radius: 3px;
    margin-bottom: 5px;
    font-weight: normal;
}

    .popmenu a.admin {
        border: 0;
        background: #cc4242;
        padding: 10px 15px;
        color: #fff;
        display: block;
        border-radius: 3px;
        margin-bottom: 5px;
        font-weight: normal;
    }

.popmenuleft a {
    /*border-left: 25px solid #337ab7;*/
    text-align: left;
}

.popmenuright a {
    /*border-right: 25px solid #337ab7;
        text-align: right;*/
    /*border-left: 25px solid #337ab7;*/
    text-align: left;
}

.popmenu a:last-child {
    margin-bottom: 0;
}

.popmenu a:hover {
    background: #d5e6f1;
    text-decoration: underline
}

.popmenu a.admin:hover {
    background: #a93030;
    text-decoration: underline
}

.popmenu h4 {
    color: #adadad;
    font-size: 14px;
    font-weight: bold;
    margin-left: 7px;
    margin-top: 20px;
}

.btn-user {
    padding: 5px 5px !important;
    border-radius: 20px !important;
    background: #2581bd !important;
}

    .btn-user:hover, .btn-user.active {
        padding: 5px 5px !important;
        border-radius: 20px !important;
        background: #439fdb !important;
    }

.bloc-cq {
    padding: 10px 10px 10px 20px;
    background: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    border-left: 80px #fff solid;
    border-right: 3px #fff solid;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    cursor: pointer;
}

    .bloc-cq:hover {
        background: #ededed;
    }

.btn-overhighlight:hover {
    background: #337ab7 !important;
    color: #ffffff !important;
}

.disable-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by any browser but < IE9 */
}

.div-cliquable {
    cursor: pointer;
    padding: 5px 10px;
    background: #ebf5fb;
}

    .div-cliquable:hover {
        background: #fef3c9;
    }
    .div-cliquable.div-selected {
        background: #218fcf;
        color: #ffffff;
    }
        .div-cliquable.div-selected:hover {
            background: #218fcf;
            color: #ffffff;
        }
    /*
.div-cliquable {
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    background: #fbfbfb;
    border-left: 3px solid #2581bd;
    border-right: 3px solid #2581bd;
    border-top: 1px solid #2581bd45;
    border-bottom: 1px solid #2581bd45;
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}*/

.white {
    background: #ffffff;
    padding: 10px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.15);
}

.arianne {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 14px;
    background: #ffffff;
    padding: 10px;
    border-bottom: 1px solid #e6e6e6;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.15);
}

    .arianne .container {
        width: auto;
        padding: 0;
    }

tr.materiel-disponible td {
    background-color: #e9f1f6;
}

tr.materiel-sur-site td {
    background-color: #fbf2d0;
}

tr.materiel-detruit td {
    background-color: #fbddd0;
}

.background-strip {
    background: repeating-linear-gradient( 45deg, #f7f7f7, #f7f7f7 10px, #ffffff 10px, #ffffff 20px );
}

.btn-primary {
    background-color: #2581bd;
}

.btn-danger {
    color: #fff;
    background-color: #d41111;
    border-color: #ea3838;
}

.btn-success {
    color: #fff;
    background-color: #10981f;
    border-color: #4fa959;
}


.alert {
    padding: 5px 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
}

.label-danger {
    background-color: #de1302;
}

.label-success {
    background-color: #239e23;
}

.label-warning {
    background-color: #f38446;
}

.label-default {
    background-color: #c1c1c1;
}

.color-danger {
    color: #de1302;
}

.background-color-danger {
    background-color: #ea0700;
}

.color-success {
    color: #239e23;
}

.background-color-success {
    background-color: #239e23;
}

.color-warning {
    color: #f38446;
}

.background-color-warning {
    background-color: #f38446;
}

.color-default {
    color: #c1c1c1;
}

.background-color-default {
    background-color: #c1c1c1;
}

.div-cliquable-background {
    border: 1px solid transparent;
    background: #f2f2f2;
    padding: 5px;
    margin-bottom: 10px;
}

    .div-cliquable-background:hover {
        cursor: pointer;
        background: #e9f1f6;
        border: 1px solid #b9dcf2;
    }

        .div-cliquable-background:hover * {
            /*background: transparent !important;*/
        }

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.ui-menu-item .ui-state-active,
.ui-menu-item .ui-widget-content .ui-state-active,
.ui-menu-item .ui-widget-header .ui-state-active,
.ui-menu-item .ui-button:active,
.ui-menu-item .ui-button.ui-state-active:hover,
.ui-menu-item:active, .ui-menu-item:hover {
    background: #e9f1f6 !important;
    border-color: transparent !important;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #e9f1f6 !important;
    border-color: transparent !important;
}

.form-checkbox {
    display: block !important;
    font-size: 18px;
    border: 1px solid #e9f1f6;
    margin: 6px;
}

    .form-checkbox:checked {
        background: #337ab7;
    }

.drag-adresse {
    color: #000000;
    white-space: nowrap;
    padding: 5px;
    border: 1px dashed #d4e8f5;
    background: #e9f1f6;
    z-index: 2000;
}

.drop-adresse-active {
    background: #fffbe1;
    border-color: #f1e38c;
    border-style: dashed;
}

.drop-adresse-hover {
    background: #fff7c5;
    border-color: #f1e38c;
    border-style: dashed;
}

/* Bouton save */
.btn-enregistrer {
    color: #ffffff;
    background-color: #b879d4;
    border-color: rgba(0, 0, 0, 0.2);
}

    .btn-enregistrer:focus,
    .btn-enregistrer.focus {
        color: #ffffff;
        background-color: #500a6f;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-enregistrer:hover {
        color: #ffffff;
        background-color: #500a6f;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-enregistrer:active,
    .btn-enregistrer.active,
    .open > .dropdown-toggle.btn-enregistrer {
        color: #ffffff;
        background-color: #500a6f;
        border-color: rgba(0, 0, 0, 0.2);
    }

        .btn-enregistrer:active:hover,
        .btn-enregistrer.active:hover,
        .open > .dropdown-toggle.btn-enregistrer:hover,
        .btn-enregistrer:active:focus,
        .btn-enregistrer.active:focus,
        .open > .dropdown-toggle.btn-enregistrer:focus,
        .btn-enregistrer:active.focus,
        .btn-enregistrer.active.focus,
        .open > .dropdown-toggle.btn-enregistrer.focus {
            color: #ffffff;
            background-color: #39074e;
            border-color: rgba(0, 0, 0, 0.2);
        }

    .btn-enregistrer:active,
    .btn-enregistrer.active,
    .open > .dropdown-toggle.btn-enregistrer {
        background-image: none;
    }

    .btn-enregistrer.disabled,
    .btn-enregistrer[disabled],
    fieldset[disabled] .btn-enregistrer,
    .btn-enregistrer.disabled:hover,
    .btn-enregistrer[disabled]:hover,
    fieldset[disabled] .btn-enregistrer:hover,
    .btn-enregistrer.disabled:focus,
    .btn-enregistrer[disabled]:focus,
    fieldset[disabled] .btn-enregistrer:focus,
    .btn-enregistrer.disabled.focus,
    .btn-enregistrer[disabled].focus,
    fieldset[disabled] .btn-enregistrer.focus,
    .btn-enregistrer.disabled:active,
    .btn-enregistrer[disabled]:active,
    fieldset[disabled] .btn-enregistrer:active,
    .btn-enregistrer.disabled.active,
    .btn-enregistrer[disabled].active,
    fieldset[disabled] .btn-enregistrer.active {
        background-color: #720e9e;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-enregistrer .badge {
        color: #720e9e;
        background-color: #ffffff;
    }
/* / Bouton save */
.mCSB_inside > .mCSB_container {
    margin-right: 20px;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 0px;
}

#zone_recherche {
    border-color: #218fcf;
    border-width: 3px;
}

.drop-circuit-trajet{
    height:30px;
}

input.edit-horaire {
    display: inline-block;
    width: 50px;
    padding: 0 5px;
    height: auto;
    text-align: center;
    font-size: 13px;
}
input.edit-horaire-rendezvous {
    display: inline-block;
    width: 50px;
    padding: 0 5px;
    height: auto;
    text-align: center;
    font-size: 13px;
}

.table-recap tr td.border{
    border:1px solid #000000 !important;
}

.sous-menu {
    position: absolute;
    background: #ffffff;
    padding: 5px;
    border: 2px solid #218fcf;
    border-width: 0 2px 2px 2px;
    white-space: nowrap;
    margin-left: -2px;
    margin-top: -2px;
}
.navbar-nav li .sous-menu{
    display:none;
}
.navbar-nav li:hover .sous-menu {
    display: block;
}

.btn-change-horaire, .btn-change-horaire-rendezvous {
    font-weight: normal;
    color: #000000;
}

.horaire-contrainte{
    font-weight:bold;
}

.tr-est-aller td {
    /*background: #e8f4fb;*/
    /*background: #ffcece !important;*/
    /*color: #ffffff !important;*/
    border-right: 1px solid #e9f1f6 !important;
    border-left: 1px solid #e9f1f6 !important;
}
.tr-est-retour td {
    /*background: #e8f4fb;*/
    /* background: #ebf5fb !important;*/
    /*color: #ffffff !important;*/
    border-right: 1px solid #e9f1f6 !important;
    border-left: 1px solid #e9f1f6 !important;
}

.tr-est-aller .allerretour {
    /*background: #ffcece !important;*/
    /*color: #ffffff !important;*/
    font-weight:bold;
}
.tr-est-retour .allerretour {
    /*background: #ebf5fb !important;*/
    /*color: #ffffff !important;*/
}

tr.line-selected td {
    background: #fff2be !important;
    color:#000 !important;
}

tr.tr-aujourdhui {
    background: #fbf9eb !important;
}
    tr.tr-aujourdhui td {
        border: 2px solid #ff8a00 !important;
    }

.postit {
    margin-bottom:10px;
    line-height: 1;
    text-align: left;
    padding: 10px;
    position: relative;
    border: 1px solid #E8E8E8;
    border-top: 1px solid #fdfd86 !important;
    font-size: 14px;
    border-bottom-right-radius: 60px 5px;
    display: block;
    background: #ffff88;
    background: -moz-linear-gradient(-45deg, #ffff88 81%, #ffff88 82%, #ffff88 82%, #ffffc6 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(81%,#ffff88), color-stop(82%,#ffff88), color-stop(82%,#ffff88), color-stop(100%,#ffffc6));
    background: -webkit-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%);
    background: -o-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%);
    background: -ms-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%);
    background: linear-gradient(135deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff88', endColorstr='#ffffc6',GradientType=1 );
}

    .postit.urgent {
        border-top:1px solid #f7b8b8 !important;
        background: #ffcfcf;
        background: -moz-linear-gradient(-45deg, #ffcfcf 81%, #ffcfcf 82%, #ffcfcf 82%, #ffe2e2 100%);
        background: -webkit-gradient(linear, left top, right bottom, color-stop(81%,#ffcfcf), color-stop(82%,#ffcfcf), color-stop(82%,#ffcfcf), color-stop(100%,#ffe2e2));
        background: -webkit-linear-gradient(-45deg, #ffcfcf 81%,#ffcfcf 82%,#ffcfcf 82%,#ffe2e2 100%);
        background: -o-linear-gradient(-45deg, #ffcfcf 81%,#ffcfcf 82%,#ffcfcf 82%,#ffe2e2 100%);
        background: -ms-linear-gradient(-45deg, #ffcfcf 81%,#ffcfcf 82%,#ffcfcf 82%,#ffe2e2 100%);
        background: linear-gradient(135deg, #ffcfcf 81%,#ffcfcf 82%,#ffcfcf 82%,#ffe2e2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcfcf', endColorstr='#ffe2e2',GradientType=1 );
    }