.pointer {
    cursor: pointer;
}

/***********************/


/* POP-UP DES FILTRES */


/*********************/
body { 
    overflow-x: hidden;
    height:100% ;
}

#full {
    height: 100%;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0px;
    transition: all 2s linear;
}

.titre {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #ED5252;
}

.titrebtretour {
    float: left;
}

.titrelb {
    width: inherit;
    line-height: 44px;
    margin: auto;
    color: white;
    font-size: 1.1em;
    font-family: Latobold;
    text-align: center;
    cursor: default;
}

.corps2 {
    height: 320px;
    overflow: auto;
}

.chkInt {
    margin-top: 7px;
    cursor: pointer;
    margin-left: 10px;
}

.select {
    height: 45px;
    width: 100%;
    list-style-type: none;
}

.divligne {
    border-bottom: 1px solid #DCDCDC;
    float: left;
    width: 100%;
    height: 45px;
}

.cocorps {
    height: 50%;
    background: #f8f8f8;
    margin-bottom: 5px;
}


/* Checkbox */

.lcheckbox {
    padding-top: 12px;
    margin-left: 5px;
    float: left;
}

.cocorps div {
    height: 37px;
}

.cocorps label {
    margin-left: 25px;
    margin-right: 10px;
}

.texteChk {
    padding-top: 9px;
}

.check {
    margin-top: 12px;
    margin-left: 15px;
}

.dateDeb {
    height: 37px;
    margin-top: 10px;
    padding-left: 25px;
}

.dateFin {
    height: 37px;
    padding-left: 25px;
}


/* Bas de page */

.btclose {
    width: 80px;
    height: 100%;
}


/**************************/


/* POP-UP DES PARAMETRES */


/************************/

#fermer {
    color: blue;
    margin-top: 120px;
    margin-left: 325px;
    cursor: pointer;
    width: 45px;
}

#tableoptgauche a {
    cursor: pointer;
}


/*******************************/


/* POP-UP D'AJOUT D'UNE TACHE */


/*****************************/

.titrelux {
    width: 50%;
    line-height: 47px;
    margin: auto;
    color: white;
    font-size: 1.1em;
    font-family: Lato;
    text-align: center;
    cursor: default;
}

#corps {
    height: 500px;
    display: block;
    top: 0px;
    left: 0px;
    width: 782px;
    margin: 0px;
    background: #FFFFFF;
    transition: all 2s linear;
    background: #f8f8f8 !important;
}

#tache {
    height: 40px;
    margin-top: 5px;
}

#tache div {
    float: left;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 40px;
}

#tacheLib {
    float: right;
    width: 74%;
    margin-top: -2px;
    margin-right: 11px;
}

#menu div {
    border: 0px solid black;
    background-color: rgb(191, 191, 191);
    border-radius: 8px 8px 0px 0px;
    width: 15%;
    float: left;
    height: 20px;
    margin-left: 5px;
    text-indent: 10px;
    padding-top: 5px;
    cursor: pointer;
    color: white !important;
}

#menuDiffusion {
    background: #f8f8f8;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 25px;
    height:590px;
}

#menuCalendrier {
    background: #f8f8f8;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    padding-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 25px;
}

#menuInfos {
    background: #f8f8f8;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    height: 365px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 25px;
}

#menuInterv {
    background-color: white;
    border: 0px solid black;
    height: 370px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 25px;
    overflow: auto;
}
#menuRessources {
    background-color: white;
    border: 0px solid black;
    height: 370px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 25px;
    overflow: auto;
    overflow-x: hidden; 
}
#menuLiaisons {
    background-color: white;
    border: 0px solid black;
    height: 370px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 25px;
    overflow: auto;
}
#menuCommentaires {
    background-color: white;
    border: 0px solid black;
    height: 370px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 25px;
    overflow: auto;
}
#menuFractionner {
    background-color: white;
    border: 0px solid black;
    height: 370px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 25px;
    overflow: auto;
}

/* Attribut couleurs */

.couleur {
    margin-top: 8px;
    float: left;
    width: 100px;
    height: 30px;
    font-size: 0pt;
    cursor: pointer;
}

.infos {
    height: 40px;
    margin-top: 0px;
}


/* Période et coût */

.mini {
    width: 60px !important;
    margin-left: 10px;
    /* margin-top: 30px; */
    /* display: inline; */
}

.calcul {
    cursor: pointer;
}


/* Barre de progression */


/* Firefox */

input[type=range] {
    -webkit-appearance: none;
    /*fix for FF unable to apply focus style bug */
    border: none;
    /*required for proper track sizing in FF*/
    width: 510px;
}

input[type=range]:focus {
    outline: none;
}


input[type=range]::-moz-range-track {
    width: 490px;
    height: 5px;
    background: #BFBFBF;
    border: none;
    border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
    border: 1px solid grey;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background: white;
}


/*hide the outline behind the border*/

input[type=range]:-moz-focusring {
    outline: none;
    outline-offset: -1px;
}

input[type=range]::-ms-track {
    width: 510px;
    height: 5px;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    -webkit-appearance: none;
    /*remove default tick marks*/
    color: #green;
}

input[type=range]::-ms-thumb {
    border: none;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background: white;
}

input[type="range"]::-moz-range-progress {
    background: #0074FF;
    height: 5px;
    border-radius: 12px;
}


/* Chrome */

input[type=range]::-webkit-slider-runnable-track {
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid grey;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background: white;
    margin-top: -10px;
    
}

input[type=range]::-webkit-slider-runnable-track {
    width: 510px;
    height: 5px;
    background: #BFBFBF;
    border: none;
    border-radius: 3px;
}


/* SPINBOX */

.spinboxchoix2on {
    float: left;
    height: 26px;
    width: 45px;
    line-height: 26px;
    vertical-align: middle;
    font-family: LatoBold;
    color: white;
    background-color: #5F788E;
}

.spinboxchoixonStat {
    float: left;
    height: 26px;
    width: 45px;
    line-height: 26px;
    vertical-align: middle;
    font-family: LatoBold;
    color: white;
    background-color: #8bb99d;
}

.spinboxchoix2 {
    float: left;
    height: 26px;
    width: 45px;
    line-height: 26px;
    vertical-align: middle;
    font-family: Lato;
    color: #666666;
    background-color: transparent;
}
#select-choix
{
    width:100%;
    height:100% !important;
    overflow-y:auto;
    line-height: 30px;
}

#select-choix option 
{
    padding: 5px;
    text-align: center;
    font-size: 14pt;
    border-bottom: 1px solid #eeeeee;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
select[multiple]:focus option:checked
{
    background: #55CC55 linear-gradient(0deg, green 0%, green 100%);
}