﻿/*Général*/
html {
}

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #000;
}

/*Form*/

input[type='text'].composant-autocomplete-input {
    background-image: url("../images/charte/autocomplete_16.png");
    background-repeat: no-repeat;
    background-position: right 5px center;
    padding-right: 25px;
    width: 219px;
}


input[type="text"],
input[type="password"],
textarea,
select {
    margin: 0;
    padding: 3px;
    width: 230px;
    border: solid 1px #999;
    outline: none;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    textarea:focus,
    select:focus {
        border: solid 1px #555;
    }

    input[type="text"]:active,
    input[type="password"]:active,
    textarea:active,
    select:active {
        border: solid 1px #555;
    }

input[type="checkbox"] + label {
    padding-left: 10px;
}

input[type="radio"] + label {
    padding-left: 10px;
    padding-right: 20px;
    line-height: 20px;
}

/* Autocomplete */
.composant-autocomplete {
    background-color: #fff;
    color: #515151;
    background-repeat: repeat-x;
    border: solid 1px #ccc;
    outline: none;
    padding: 0px;
    list-style: none;
    margin-top: -1px;
    visibility: hidden;
}

.composant-autocomplete-item {
    list-style: none;
    cursor: pointer;
    padding: 5px;
}

    .composant-autocomplete-item:nth-child(odd) {
        background-color: #eef2f6;
    }

    .composant-autocomplete-item:nth-child(even) {
        background-color: #fff;
    }

.composant-autocomplete-item-hover {
    background-color: #c2d9f1;
    color: #515151;
    list-style: none;
    padding: 5px;
    cursor: pointer;
}

/*Mise en page*/
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.center {
    margin: auto;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

.txt-justify {
    text-align: justify;
}

.txt-top {
    vertical-align: top;
}

.txt-bottom {
    vertical-align: bottom;
}

.txt-middle {
    vertical-align: middle;
}

#loading-bg {
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}

/*TITRE*/
.h1-01 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #484848;
    font-weight: normal;
    font-family: 'Asap', sans-serif;
}

/*LOGO*/
.icoModifier {
    background-image: url('../images/charte/stylo.png');
}

.icoCalendrier {
    background-image: url('../images/charte/calendrier.png');
}

.icoFleche-gauche {
    background-image: url('../images/charte/fleche-gauche.png');
}

.icoFleche-droite {
    background-image: url('../images/charte/fleche-droite.png');
}

.icoTemps {
    background-image: url('../images/charte/temps.png');
}

.icoPlus-noir {
    background-image: url('../images/charte/plus-noir.png');
}

.icoCroix {
    background-image: url('../images/charte/croix.png');
}

.icoCroix-rouge {
    background-image: url('../images/charte/croix-rouge.png');
}

.icoRechercher {
    background-image: url('../images/charte/rechercher.png');
}

.icoPlus-blanc {
    background-image: url('../images/charte/plus-blanc.png');
}

.icoPlus-blanc-mini {
    background-image: url('../images/charte/plus-blanc-mini.png');
}

.icoImprimer {
    background-image: url('../images/charte/imprimer.png');
}

.icoMessage_0 {
    background-image: url('../images/charte/error_16.png');
}

.icoMessage_1 {
    background-image: url('../images/charte/info_16.png');
}

.icoMessage_2 {
    background-image: url('../images/charte/valider_16.png');
}

.icoMessage_3 {
    background-image: url('../images/charte/warning_16.png');
}

.icoValider {
    background-image: url('../images/charte/valider_16.png');
}

.icoNonValider {
    background-image: url('../images/charte/non_valider_16.png');
}

.icoPdf {
    background-image: url('../images/charte/pdf.png');
}

.icoTelecharger {
    background-image: url('../images/charte/telecharger.png');
}
/*COULEUR*/
#top-menu a:hover,
body[data-menu="0"] #header-menu a[data-menu="0"],
body[data-menu="1"] #header-menu a[data-menu="1"],
body[data-menu="2"] #header-menu a[data-menu="2"],
body[data-menu="3"] #header-menu a[data-menu="3"],
body[data-menu="4"] #header-menu a[data-menu="4"],
body[data-menu="5"] #header-menu a[data-menu="5"] {
    color: #172227;
    background-position: left bottom;
}


.degrade-gris {
    border: solid 1px #c0c0c0;
    border-radius: 5px;
    background: #f1f1f1; /* Old browsers */
    background: -moz-linear-gradient(top, #f1f1f1 0%, #dddddd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f1f1f1 0%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f1f1f1 0%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}

    .degrade-gris a:hover {
    }

    .degrade-gris > a,
    .degrade-gris > div {
        border-left: solid 1px #c0c0c0;
    }

        .degrade-gris > a:first-child,
        .degrade-gris > div:first-child {
            border-left: none;
        }

.degrade-bleu {
    background: #6db3cc; /* Old browsers */
    background: -moz-linear-gradient(top, #6eb4cd 0%, #273a43 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #6eb4cd 0%,#273a43 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #6eb4cd 0%,#273a43 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3cc', endColorstr='#293d46',GradientType=0 ); /* IE6-9 */
}

    .degrade-bleu:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3fccff+0,40666d+100 */
        background: rgb(63,204,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(63,204,255,1) 0%, rgba(64,102,109,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(63,204,255,1) 0%,rgba(64,102,109,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(63,204,255,1) 0%,rgba(64,102,109,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fccff', endColorstr='#40666d',GradientType=0 ); /* IE6-9 */
    }

.color-gris {
    color: #c0c0c0;
}

/*BOUTON*/
.bouton-valider {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-size: 12px;
    font-family: 'Asap', sans-serif;
    border-radius: 5px;
    border: solid 1px #c0c0c0;
    text-decoration: none;
}

.bouton-supprimer {
    display: inline-block;
    padding: 10px 15px;
    color: #000;
    font-size: 12px;
    font-family: 'Asap', sans-serif;
    border-radius: 5px;
    background-color: #f7f7f7;
    border: solid 1px #c0c0c0;
    text-decoration: none;
}

    .bouton-supprimer:hover {
        background-color: #fff;
    }

.bouton-noir {
    display: inline-block;
    padding: 8px 13px;
    background-color: #324a55;
    color: #fff;
    font-size: 12px;
    font-family: 'Asap', sans-serif;
    border-radius: 5px;
    border: solid 1px #000;
    text-decoration: none;
}

.bouton-beige {
    padding: 3px 5px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background-color: #f7f7f7;
    text-decoration: none;
    color: #172227;
    font-size: 12px;
    font-family: 'Asap', sans-serif;
}

.bouton-ajouter {
    display: inline-block;
    padding: 0 20px 0 10px;
    border-radius: 5px;
    border: solid 1px #c0c0c0;
}

    .bouton-ajouter a {
        display: block;
        padding-left: 30px;
        padding-top: 8px;
        padding-bottom: 8px;
        color: #fff;
        font-size: 12px;
        font-family: 'Asap', sans-serif;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: left center;
        background-image: url('../images/charte/plus-blanc-mini.png');
    }

.bouton-text {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 28px;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-family: 'Asap', sans-serif;
}

.bouton-image {
    float: left;
    height: 28px;
    width: 28px;
    background-position: center center;
    background-repeat: no-repeat;
}

.bouton-image-tab {
    float: left;
    margin-right: 2px;
    margin-left: 2px;
    width: 16px;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none;
}

.bouton-text-image {
    float: left;
    padding: 0 10px 0 30px;
    line-height: 28px;
    text-decoration: none;
    background-position: 8px center;
    background-repeat: no-repeat;
    color: #000;
    font-size: 12px;
    font-family: 'Asap', sans-serif;
}

/*FORMULAIRE*/
.form-01 {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}

    .form-01 input[type="text"],
    .form-01 input[type="password"] {
        width: 100%;
        padding: 15px 10px 15px 60px;
        background-position: left center;
        font-size: 16px;
        color: #172227;
        font-family: 'Asap', sans-serif;
        border: solid 1px #d4d8d9;
    }

    .form-01 .login {
        background-image: url(../images/charte/login.png);
    }

    .form-01 .password {
        background-image: url(../images/charte/password.png);
    }

    .form-01 .image {
        position: absolute;
        top: 13px;
        left: 20px;
        width: 15px;
        height: 23px;
        background-repeat: no-repeat;
        z-index: 999;
    }

    .form-01 .bouton {
        display: block;
        width: 280px;
        margin-top: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-family: 'Asap', sans-serif;
        border-radius: 2px;
        text-decoration: none;
    }

    .form-01 .mdp-oublie {
        text-align: right;
        margin-top: 10px;
        font-size: 10px;
        font-family: 'Asap', sans-serif;
    }

        .form-01 .mdp-oublie a {
            color: #484848;
            text-decoration: none;
        }

            .form-01 .mdp-oublie a:hover {
                color: #6eb4cd;
            }

.form-02 {
}

    .form-02 input[type="text"],
    .form-02 input[type="password"],
    .form-02 textarea,
    .form-02 select {
        width: 100%;
        padding: 8px;
        border-radius: 6px;
        border: solid 1px #747a7d;
        font-size: 12px;
        color: #172227;
        font-family: 'Asap', sans-serif;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .form-02 .label {
        padding-bottom: 5px;
        color: #172227;
        font-size: 14px;
        font-family: 'Asap', sans-serif;
    }

/*MENU*/
/*Menu principal*/


#header-menu a.calendrier {
    background-image: url('../images/charte/planning.png');
}

#header-menu a.client {
    background-image: url('../images/charte/client.png');
}

#header-menu a.document {
    background-image: url('../images/charte/document.png');
}

#header-menu a.configuration {
    background-image: url('../images/charte/configuration.png');
}


#header-menu a.aide {
    background-image: url('../images/charte/etoile.png');
}

#header-menu a:hover {
    color: #293d46;
    background-position: left bottom;
}

/*Sous-menu*/
.ss-menu {
    background-color: #273a43;
    height: 43px;
}

    .ss-menu a.hover-triangle {
        display: inline-block;
        margin-left: 50px;
        padding-top: 15px;
        padding-bottom: 15px;
        text-decoration: none;
        font-family: 'Asap', sans-serif;
        font-size: 12px;
        color: #fff;
    }

        .ss-menu a.hover-triangle:hover,
        .ss-menu a.actif {
            background-image: url(../images/charte/triangle-blanc.png);
            background-repeat: no-repeat;
            background-position: center bottom;
        }

    .ss-menu a.bouton-noir {
        margin-top: 5px;
        margin-right: 10px;
    }

    .ss-menu .rechercher {
        float: right;
        margin-right: 70px;
        margin-top: 7px;
    }

        .ss-menu .rechercher input[type="text"] {
            width: 260px;
            background-repeat: no-repeat;
            padding-left: 30px;
            background-position: 12px center;
        }


    .ss-menu .nouveau-projet {
        margin-top: 5px;
        margin-right: 25px;
        margin-left: 60px;
    }


/*TABLEAU COMMUN*/
.listing-01 .listing-item {
    margin-bottom: 10px;
}

    .listing-01 .listing-item .degrade-gris div {
        border: none;
    }

    .listing-01 .listing-item:last-child {
        border-bottom: solid 1px #c0c0c0;
    }

    .listing-01 .listing-item > .header {
        display: table;
        width: 100%;
        padding: 15px 20px 15px 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        font-size: 12px;
        font-family: 'Asap', sans-serif;
        color: #172227;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .listing-01 .listing-item > .ligne-item {
        display: table;
        width: 100%;
        padding: 15px 20px 15px 10px;
        border-bottom: solid 1px #c0c0c0;
        font-size: 12px;
        font-family: 'Asap', sans-serif;
        color: #000;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .listing-01 .listing-item > .ligne-item:last-child {
            border-bottom: none;
        }

        .listing-01 .listing-item > .ligne-item > .centrer {
            font-size: 14px;
            line-height: 30px;
        }


    .listing-01 .listing-item .colonne {
        display: table-cell;
        padding-right: 5px;
        padding-left: 5px;
        vertical-align: top;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }


.listing-02 {
}

    .listing-02 .border-top {
        border-top: solid 1px #273a43;
    }

    .listing-02 .colonne {
        display: table-cell;
        padding: 10px;
        vertical-align: middle;
        font-family: 'Asap', sans-serif;
        color: #172227;
        font-size: 16px;
    }

        .listing-02 .colonne a {
            text-decoration: none;
            color: #172227;
            font-size: 12px;
        }

            .listing-02 .colonne a:hover {
                text-decoration: underline;
            }

    .listing-02 > .header > .colonne.droite {
        font-size: 12px;
        text-align: center;
    }

    .listing-02 > .header {
        display: table;
        width: 100%;
        background-color: #d2dde2;
    }


    .listing-02 > .item {
        display: table;
        width: 100%;
    }

        .listing-02 > .item:hover {
            background-color: rgba(110, 180, 205, 0.5);
            cursor: pointer;
        }

        .listing-02 > .item a.croix {
            display: block;
            width: 22px;
            height: 22px;
            background-image: url('../images/charte/croix.png');
            background-position: center center;
            background-repeat: no-repeat;
        }

        .listing-02 > .item .photo {
            float: left;
            width: 30px;
            height: 30px;
            border-radius: 3px;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .listing-02 > .item input[type="checkbox"] {
            float: right;
            margin-top: 8px;
        }

    .listing-02 .ajouter-tache {
        margin-top: 10px;
        margin-bottom: 20px;
        width: 230px;
    }

    .listing-02 > .bouton-ajouter {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .listing-02 .checkbox-centrer {
        width: 13px;
        margin-right: auto;
        margin-left: auto;
    }



/*Dépense*/
.listing-03 > .degrade-gris > a,
.listing-03 > .degrade-gris > div,
.listing-03 > .degrade-gris > a,
.listing-03 > .degrade-gris > div {
    border-left: none;
}

.listing-03 > .header-top {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
}

    .listing-03 > .header-top .control {
        float: right;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .listing-03 > .header-top .control > .projet-actif {
            margin-top: 3px;
            padding-right: 20px;
        }

        .listing-03 > .header-top .control a,
        .listing-03 > .header-top .control > .projet-actif,
        .listing-03 > .header-top .control > .export {
            float: right;
            margin-right: 10px;
        }

            .listing-03 > .header-top .control > .projet-actif input[type="checkbox"] + label {
                font-family: 'Asap', sans-serif;
                font-size: 12px;
                color: #172227;
            }

        .listing-03 > .header-top .control > .imprimer {
            margin-right: 5px;
            margin-left: 10px;
            width: 18px;
            height: 15px;
            background-position: center center;
            background-repeat: no-repeat;
        }

.listing-03 > .header-bottom {
    display: table;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 10px 12px 15px;
    background-color: #f7f7f7;
    border-right: solid 1px #c0c0c0;
    border-left: solid 1px #c0c0c0;
    border-bottom: solid 1px #c0c0c0;
}

    .listing-03 > .header-bottom > .colonne {
        display: table-cell;
    }

.listing-03 > .item {
    display: table;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 10px 12px 15px;
    border-bottom: solid 1px #c0c0c0;
    border-right: solid 1px #c0c0c0;
    border-left: solid 1px #c0c0c0;
}

    .listing-03 > .item > .colonne {
        vertical-align: top;
        display: table-cell;
        font-family: 'Asap', sans-serif;
        color: #172227;
    }

    .listing-03 > .item:last-child {
        border-bottom: none;
    }


.listing-03 .affichage-type {
    float: left;
    padding-top: 10px;
    padding-left: 10px;
}

.listing-03 > .header-bottom.degrade-gris {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*AUTRE*/
.relative {
    position: relative;
}

.bordure-grise {
    background-image: url('../images/charte/bordure-grise.jpg');
    background-repeat: repeat-x;
    background-position: center center;
}

.cadena {
    width: 75px;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    background-image: url('../images/charte/cadenas.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
}

.page-msg {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    background-color: #ededed;
    color: #172227;
    font-size: 16px;
    font-family: 'Asap', sans-serif;
    background-repeat: no-repeat;
    background-position: 5px center;
}

#facturation .header-bottom {
    border: solid 1px #c0c0c0;
}

#facturation .listing-03 > .item {
    border-right: solid 1px #c0c0c0;
    border-left: solid 1px #c0c0c0;
    border-bottom: solid 1px #c0c0c0;
}



.page-listing .filtre > .filtre-ligne > .filtre-element.full {
    width: 78%;
}
