﻿html, body {
    font-size: 12px;
    font-family: Calibri;
    font-weight: normal;
    cursor: default;
    background-color: White;
    color: #000000;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

select {
    font-size: 12px;
    font-family: Calibri;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 5px;
}

a, a:visited {
    color: #002E6E;
    text-decoration: none;
}

    a:hover {
        color: #002E6E;
        text-decoration: underline;
    }

img {
    border: 0;
}

p {
    margin-top: 0;
}

fieldset {
    padding: 2px;
}

/* fix blue border chrome */
a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none;
}

input:disabled, select:disabled, button:disabled {
    /*background-color: #D3D3D3 !important;*/
}

.RadMenu, .RadGrid {
    outline: 0;
}

.smallLink {
    color: #002E6E;
    font-size: 11px;
}

.text {
    color: #0F3789;
    font-size: 13px;
    font-weight: bold;
    font-family: Calibri;
}

.center {
    text-align: center;
}

.titreIntermediaire {
    color: #688CAF;
    font-size: 16px;
}

.butText {
    color: #0F3789;
    font-size: 13px;
    font-family: Calibri;
    border: none;
    background: transparent;
    margin-left: -8px;
    cursor: pointer;
}

.textBarre {
    text-decoration: line-through;
}

.btn {
    font-family: Calibri;
    font-size: Small;
    color: #0F3789;
}

.applicationMenu {
    border: 0;
    z-index: 2000;
}

.restoreFSLink {
    position: absolute;
}

.mainTable {
    width: 100%;
    border: 1px solid #3D556C;
    vertical-align: top;
    background-color: white;
}

/* permet de tester la largeur d'une barre de scroll */
.scrollbar-mesure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
}

#centpourcent {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
}

#pageHead {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 24px;
}

.logo {
    width: 100px;
}

.logoAgendis {
    width: 24px;
    height: 24px;
    vertical-align: top;
}

.titreAgendis {
    vertical-align: top;
    height: 24px;
    margin-left: 2px;
}

.PageContent {
    top: 23px !important;
}

.titre_application {
    text-align: left;
    vertical-align: middle;
    height: 48px;
    padding: 0;
    background-image: url("../../ThemeHandler.ashx?r=Images/bandeau.jpg");
    background-repeat: repeat-y;
    background-position: right;
}

.PageContent {
    position: absolute;
    vertical-align: top;
    overflow: auto;
    top: 92px;
    right: 0;
    left: 0;
    bottom: 12px;
    padding: 1px;
}

.PageContentFullScreen {
    top: 20px;
}

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 3px;
}

.footerRight {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 3px;
}

.MenuBar {
    background-color: #627F97;
    color: White;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 190px;
    z-index: 100;
}

.MenuBarRouge {
    background-color: #BA190B;
}

.MenuBarVert {
    background-color: #40AA46;
}

.MenuBarOrange {
    background-color: #E57606;
}

.MenuBarJaune {
    background-color: #FFDB77;
}

.MenuInformations {
    position: absolute;
    right: 0;
    text-align: right;
    vertical-align: top;
    z-index: 200;
    white-space: nowrap;
    display: inline-flex;
    line-height: 24px;
    color: white;
}

    .MenuInformations div {
        display: inline-flex;
        vertical-align: top;
    }

.MenuIconeInformationsUtilisateur {
    height: 21px;
    margin-top: 1px;
    margin-right: 4px;
}

.tooltipInformationsUtilisateurContenu {
    white-space: nowrap;
    font-size: 13px;
}

.MenuTexteEnvironnement {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #DE0000;
    font-size: 14px;
    background: url(/ThemeHandler.ashx?r=Images/background_half_transparent_white.png);
    line-height: 10px;
    vertical-align: top;
    margin-bottom: 2px;
}

.logoutImg {
    margin-top: 1px;
    height: 21px;
    padding-top: 0;
}

.hand {
    cursor: pointer;
}

.hidelink {
    text-decoration: none !important;
}

.warnAlert {
    background: url("../../ThemeHandler.ashx?r=Images/ico_warn.gif");
    background-repeat: no-repeat;
    margin-left: 40px;
}


/* bandeaux de messages d'informations */
.bandTableMessage {
    width: 100%;
    padding: 3px 0;
}

.bandContent {
    padding-left: 20px;
}

.bandRight {
    width: 40px;
    text-align: right;
    padding-right: 4px;
}

.bandTableOk {
    background: url("../../ThemeHandler.ashx?r=Images/Small/ico_check.png") no-repeat;
    background-color: #D3FFDE;
    background-position: 0.2em 0.2em;
}

.bandTableWarn {
    background: url("../../ThemeHandler.ashx?r=Images/Small/ico_warn.png") no-repeat;
    background-color: #FFFDCB;
    padding: 3px 0;
    background-origin: content-box, padding-box;
    background-position: 0.2em 0.2em;
}

.bandTableError {
    background: url("../../ThemeHandler.ashx?r=Images/Small/ico_error.png") no-repeat;
    background-color: #FFBEBF;
    background-position: 0.2em 0.2em;
}

.bandTableInfo {
    background: url("../../ThemeHandler.ashx?r=Images/Small/ico_info.png") no-repeat;
    background-color: white;
    background-size: 1.3em;
    background-position-x: 0.9em;
    background-position-y: 0.2em;
    color: black;
}

.movable {
    cursor: move;
}
/* chemin de navigation */
.titleDiv {
    color: #20659A;
}

    .titleDiv span {
        color: #909090;
    }

/* zone de filtre*/
.filterDiv {
    background: #e0e7ff;
    border-top: 1px solid #A9C6DF;
    width: 100%;
    font-size: 13px;
}

.labelFiltre {
    padding-right: 5px;
    text-align: right;
}

.tableNote {
    border: 1px solid #A9C6DF;
    width: 400px;
}

.agWidgetTitle {
    height: 18px;
    text-align: left;
    padding-left: 4px;
    background-color: #91AFD5;
    color: White;
}

.agWidgetContent {
    padding: 0;
    vertical-align: top;
}

/* surcharges des styles pour qtip */
.ui-tooltip, .qtip {
    max-width: 1200px !important;
    min-width: 50px !important;
}

.qtip-titlebar, .ui-tooltip-titlebar {
    text-align: center;
    font-size: 12px;
}

.qtip-front {
    z-index: 10000000 !important;
}

.qtip-light {
    font-size: 12px !important;
}

/* boutons */
.IcoBtn {
    border: 0;
    padding: 2px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: transparent;
}

    .IcoBtn:hover {
        background-color: #FFE158;
    }

.IcoBtnBords {
    border: 1px solid #A9C6DF;
}

.IcoBtnGray {
    background-color: lightgray !important;
}

.IcoBtnSansBgHover {
    border: 1px solid #A9C6DF;
    padding: 2px;
    cursor: pointer;
    background-repeat: no-repeat;
}

    .IcoBtnSansBgHover:hover {
        border-width: 2px;
    }

.IcoBtnBackGroundLight {
    background-color: #FFE158;
}

.IcoBtnSmall {
    min-height: 20px;
    min-width: 20px;
    background-repeat: no-repeat;
    background-position: 1px 1px;
    font-size: 10px;
    padding: 1px;
}

.IcoBtnHtml {
    display: inline-block;
    padding: 2px;
    cursor: pointer;
    min-height: 18px;
    min-width: 18px;
    background-repeat: no-repeat;
    background-position: 3px 3px;
    background-size: 16px 16px;
    font-size: 13px;
    vertical-align: top;
}

    .IcoBtnHtml:hover {
        background-color: #FFE158;
    }

.IcoBtnInput {
    display: inline-block;
    padding: 2px;
    cursor: pointer;
    width: 16px;
    background-repeat: no-repeat;
    background-position: 3px 3px;
    background-size: 16px 16px;
    font-size: 13px;
    vertical-align: top;
}

    .IcoBtnInput:hover {
        background-color: #FFE158;
    }

.IcoBtnImage {
    width: 16px;
}

.IcoBtnStd {
    min-height: 22px;
    min-width: 22px;
    background-repeat: no-repeat;
    background-position: 3px 3px;
    background-size: 16px 16px;
}

.IcoBtnStdColor {
    min-height: 18px;
    min-width: 24px;
    background-repeat: no-repeat;
    background-position: 3px 3px;
    border: 1px solid red;
    padding: 2px;
    cursor: pointer;
    background-repeat: no-repeat;
}

/* fix pour appliquer le style de bouton avec image sans texte sur un input button */
.IcoBtnFixed {
    width: 16px;
}

.IcoBtn:hover {
    background-color: #FFE158;
}

.IcoBtnText {
    padding-left: 23px;
    padding-right: 3px;
}

/* elements à trier */
.tbForm {
    font-weight: bold;
}

.lbForm {
    vertical-align: top;
    border: 1px solid #dddddd;
}

.agentLabel {
    margin-left: 30px;
}

/* page gestion des gardes */
.selectedEl {
    background-color: #FFE158;
}

.bgBlanc {
    background-color: White;
}

.gardeTable {
    border: 1px solid #A9C6DF;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.garde td {
    padding: 0;
}

.btnSmall .ui-button-text {
    font-size: 1em !important;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.0;
}

.gardeAno {
    border: 1px solid #A9C6DF;
    background-color: White;
    float: right;
    padding: 2px;
    margin-right: 8px;
    cursor: pointer;
}

.GInfoColor {
    height: 14px;
    width: 14px;
    border: 1px solid #A9C6DF;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.GDivColor {
    display: inline-block;
    padding: 5px;
    border: 1px solid #A9C6DF;
    text-align: center;
    vertical-align: middle;
}

.GOk {
    background-color: #E4FFE0;
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid #A9C6DF;
    border-left: 1px solid #A9C6DF;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 4px;
    width: 20px;
}

.GMax {
    background-color: #25B5E9;
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid #A9C6DF;
    border-left: 1px solid #A9C6DF;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 4px;
    width: 20px;
}

.GInfoTitle {
    padding-top: 2px;
    font-weight: bold;
}

.gardeIndicSpv {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #A9C6DF;
    background-color: White;
    float: right;
    width: 40px;
    height: 16px;
    margin-top: 1px;
}

.gardeIndicSpvOk {
    background-color: #E4FFE0;
}

.gardeIndicSpv:hover {
    border-color: #FFE158;
}

.dayCell {
    text-align: center;
    padding: 0;
    margin: 0;
}

.tdDispo {
    text-align: center;
    height: 18px;
    background: white;
    border-left: 1px solid #A9C6DF;
}

    .tdDispo:hover {
        background: #FFE158;
        cursor: pointer;
        /*color: orangered;*/
    }

.tdDispoGray {
    text-align: center;
    height: 18px;
    background: #FBFBFB;
    border-left: 1px solid #A9C6DF;
}

.tdGarde {
    overflow: hidden;
    min-width: 17px;
    text-align: center;
    font-weight: bold;
    background-color: rgb(224, 233, 243);
    border-left: 1px solid #A9C6DF;
    border-bottom: 1px solid #A9C6DF;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    background-position: center;
    min-height: 18px;
}

    .tdGarde:hover {
        background: #FFE158;
        cursor: pointer;
    }

.tdGardeEvent {
    background-color: rgb(224, 233, 243);
}

.grdScroll {
    width: 17px;
    background: #E0E9F3;
    min-width: 17px;
}

.tdGardeRO {
    min-width: 17px;
    text-align: center;
    background-color: rgb(224, 233, 243);
    border-left: 1px solid #A9C6DF;
    border-bottom: 1px solid #A9C6DF;
}

.tdGardeGray {
    overflow: hidden;
    min-width: 17px;
    text-align: center;
    vertical-align: middle;
    background-color: #C5D1DD;
    border-left: 1px solid #A9C6DF;
    border-bottom: 1px solid #A9C6DF;
    background-position: center;
}

/*Style du tableau version photo*/
.tdGardePhoto {
    overflow: hidden;
    min-width: 17px;
    text-align: center;
    font-weight: bold;
    background-color: #fffac4;
    border-left: 1px solid #f4c91d;
    border-bottom: 1px solid #f4c91d;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    background-position: center;
    min-height: 18px;
}

.tdGardePhotoDark {
    overflow: hidden;
    min-width: 17px;
    text-align: center;
    vertical-align: middle;
    background-color: #FEF8A6;
    border-left: 1px solid #f4c91d;
    border-bottom: 1px solid #f4c91d;
    background-position: center;
}

.tdGardePhotoWeekEnd {
    background-color: #E6E2B1;
}

.PhotoCible {
    background-color: #fffac4;
    border: solid 1px #f4c91d;
}

.PhotoSource {
    background-color: #F5F5F5;
    border: solid 1px #CECECE;
}

.tdPhotoDiffHover {
    outline: 2px dotted #D50800;
}


.typeGardeLb {
    padding-right: 10px;
}

.tdGrdEditor {
    border: 1px solid #A9C6DF;
}

.tdGHDisabled {
    text-align: center;
    color: White;
    background: #aaaaaa;
    font-weight: bold;
    border-left: 1px solid #A4B8CA;
}

.tdGHDisabledFerie {
    text-align: center;
    color: White;
    background: #90A8BE;
    font-weight: bold;
    border-left: 1px solid #A9C6DF;
}

.tdGHFerie {
    text-align: center;
    color: White;
    background-color: #91AFD5;
    font-weight: bold;
    border-left: 1px solid #A9C6DF;
    cursor: pointer;
}

    .tdGHFerie.rgHeader {
        text-align: center !important;
        color: White !important;
        background: #91AFD5 !important;
        font-weight: bold !important;
        border-left: 1px solid #A9C6DF !important;
        cursor: pointer !important;
    }

        .tdGHFerie.rgHeader.tdGHNow {
            color: #00156E !important;
        }

.tdGHFerieLight {
    background: #E9E9E9;
}

.tdGHFerieLeft {
    border-left: 2px solid #91AFD5 !important;
}

.tdGHFerieRight {
    border-right: 2px solid #91AFD5 !important;
}

.tdDispoRefus {
    background-color: #92ABC2;
    text-decoration: line-through;
}

.tdGHSem {
    text-align: center;
    color: White;
    background: #A9C6DF;
    font-weight: bold;
    border-left: 1px solid #A9C6DF;
    cursor: pointer;
}

.tdGHSem {
    text-align: center;
    color: White;
    background: #A9C6DF;
    font-weight: bold;
    border-left: 1px solid #A9C6DF;
    cursor: pointer;
}

    .tdGHSem.rgHeader {
        text-align: center !important;
        color: White !important;
        background: #A9C6DF !important;
        font-weight: bold !important;
        border-left: 1px solid #A9C6DF !important;
        cursor: pointer !important;
    }

        .tdGHSem.rgHeader.tdGHNow {
            color: #00156E !important;
        }

.tdGHDisabledPont {
    text-align: center;
    color: White;
    background: #90A8BE;
    font-weight: bold;
    border-left: 1px solid #A9C6DF;
}

.tdGHPont {
    text-align: center;
    color: White;
    background: #91AFD5;
    font-weight: bold;
    border-left: 1px solid #A9C6DF;
    cursor: pointer;
}

.tdGHPontLight {
    background: #E9E9E9;
}

.tdGHPontLeft {
    border-left: 2px solid #91AFD5 !important;
}

.tdGHPontRight {
    border-right: 2px solid #91AFD5 !important;
}

.tdGHHeure {
    text-align: center;
    color: White;
    background: #A9C6DF;
    font-weight: bold;
    border-left: 1px solid #A9C6DF;
}

.tdGHPeriode {
    text-align: center;
    color: White;
    background: White;
    font-weight: bold;
    border-left: 1px solid #A9C6DF;
}

.tdGHVert {
    background: #E0E9F3;
    border-bottom: 1px solid #A9C6DF;
    font-weight: bold;
    text-align: center;
    height: 35px;
}

.tdGHVertPeriode {
    background: #E0E9F3;
    font-weight: bold;
    text-align: center;
    height: 10px;
}

.tdGHVertSynthese {
    background: #E0E9F3;
    border-bottom: 1px solid #A9C6DF;
    font-weight: bold;
    text-align: center;
    height: 35px;
    min-width: 120px;
}

.tdGAgentSynthese {
    width: 120px;
    height: 34px;
    background: #E0E9F3;
    border: 0;
    border-bottom: 1px solid #A9C6DF;
    min-width: 110px;
}

.tdGAgent {
    width: 120px;
    height: 34px;
    background: #E0E9F3;
    border: 0;
    border-bottom: 1px solid #A9C6DF;
    min-width: 100px;
}

.tdGrdEditBtn {
    width: 24px;
    vertical-align: middle;
}

.tdGardeHover {
    background: #FFE158;
    cursor: pointer;
}

.tdAnomalie {
    border: 2px solid transparent;
}

.tdAnomalieHover {
    border: 2px solid #D50800;
}

.tdGrdEditCell {
    border-bottom: 1px solid #A9C6DF;
    padding: 4px;
}

.tdGrdEdit {
    width: 100%;
    border-top: 1px solid #A9C6DF;
    border-right: 1px solid #A9C6DF;
    border-left: 1px solid #A9C6DF;
}

.creneauTable {
    border: 1px solid lightgray;
}

.creneauSelector {
    background-color: white;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    padding: 2px 6px 2px 6px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none !important;
    user-select: none;
}

    .creneauSelector:hover {
        background-color: #FFE158;
    }

.creneauSelected {
    background-color: #51B6F1;
}

.creneauSelectedTemp {
    background-color: #00FFFF !important;
}

.creneauUnselectable {
    background-color: #D8D8D8 !important;
}

.tdGHSVert {
    text-align: right;
    background: #91AFD5;
    font-weight: bold;
    border-bottom: 1px solid #E0E7FF;
    color: white;
    overflow: hidden;
}

.tdGHSVertT {
    text-align: right;
    margin-right: 3px;
    background: #E0E9F3;
    border-bottom: 1px solid #91AFD5;
}

.tdGHSVertE {
    text-align: right;
    background: #E0E9F3;
}

.tdGS {
    text-align: center;
    background-color: #FEFEFE;
    border-left: 1px solid #A9C6DF;
    border-bottom: 1px solid #A9C6DF;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.sepTd {
    border-bottom: 2px solid #A9C6DF;
}

.tdGSE {
    text-align: center;
    background-color: #FEFEFE;
    border-left: 1px solid #A9C6DF;
    padding: 0;
    margin: 0;
}

.tdGST {
    color: black;
    background: rgb(224, 233, 243);
    padding-left: 5px;
    padding-right: 5px;
    border: 0;
    border-top: 1px solid #A9C6DF;
}

.tdGSGray {
    background-color: #D4DDE6;
}

.tdGRed {
    background-color: #F79893;
}

.tdGOrange {
    background-color: #FFB74A;
}

.tdGSG {
    text-align: center;
    background: #D4DDE6;
}

.tdGSMin {
    background-color: #F79893;
    text-align: center;
    border-top: 1px solid #A9C6DF;
    border-left: 1px solid #A9C6DF;
}

.tdGSOk {
    background-color: #E4FFE0;
    text-align: center;
    border-top: 1px solid #A9C6DF;
    border-left: 1px solid #A9C6DF;
}

.tdGSMax {
    background-color: #25B5E9;
    text-align: center;
    border-top: 1px solid #A9C6DF;
    border-left: 1px solid #A9C6DF;
}

.tdOccpLieeCtre {
    background-color: #F79893;
    text-align: center;
    border-top: 1px solid #A9C6DF;
    border-left: 1px solid #A9C6DF;
}

.tdDispoAutreCtre {
    background-color: #F79893;
    text-align: center;
    border-top: 1px solid #A9C6DF;
    border-left: 1px solid #A9C6DF;
}

.tableCartouche {
    margin: 8px 4px;
    display: inline-block;
    vertical-align: top;
}

.tdGSInf {
    background-color: #F79893;
    text-align: center;
    border-top: 1px solid #A9C6DF;
    border-left: 1px solid #A9C6DF;
}

.tdGSInc {
    text-align: center;
    border-top: 1px solid #A9C6DF;
    border-left: 1px solid #A9C6DF;
}

.tdGSN {
    background-color: #E0E7FF;
}

.tbCart {
    border: 1px solid #A9C6DF;
}

.tbCartSple {
    border-right: 1px solid #A9C6DF;
    border-bottom: 1px solid #A9C6DF;
}

.tdGHVCart {
    text-align: center;
    border-left: 1px solid #A9C6DF;
}

.tdGHVCartInter {
    border-bottom: 1px solid #A9C6DF;
}

.tdGHLCart {
    border-top: 1px solid #A9C6DF !important;
}

.tdGFerieLeft {
    /*border-left: 2px solid #779BCB !important;*/
    text-align: center;
}

.tdGPontLeft {
    /*border-left: 2px solid #779BCB !important;*/
    text-align: center;
}

.tdLectSeule {
    text-align: center;
    border-left: 1px solid #A9C6DF;
    border-bottom: 1px solid #A9C6DF;
}

.btnGrdEditVal {
    margin-top: 0;
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

.tdCartVal {
    border-left: 1px solid #A9C6DF;
    border-top: 1px solid #A9C6DF;
    text-align: center;
}

.BesoinsEffectifs {
    background-color: #F79893;
}

/* page des synthèses */
.gardeTableSynthese {
    width: 100%;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

    .gardeTableSynthese tr:hover {
        opacity: 0.8;
    }

.gardeSynthese {
    table-layout: auto;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-right: 1px solid #A9C6DF;
    border-top: 1px solid #A9C6DF;
}

.gardeCaptionSynthese {
    font-weight: bold;
    background-color: #A9C6DF;
}

.gardeThSynthese {
    background: #E0E9F3;
    padding-top: 5px;
    margin-top: 5px;
}

.gardeTdSynthese {
    text-align: left;
    padding-left: 3px;
    border-left: 1px solid #A9C6DF;
    border-bottom: 1px solid #A9C6DF;
    min-width: 40px;
}

.gardeTdSyntheseValeur {
    text-align: right;
    padding-right: 3px;
    border-left: 1px solid #A9C6DF;
    border-bottom: 1px solid #A9C6DF;
    min-width: 30px;
}

.tdHeureSize {
    min-width: 40px;
    cursor: default;
}

/* page du résumé de la garde */
.tablePiquets {
    border-spacing: 5px;
    width: 900px;
    margin: 0 auto;
}

.tablePiquet, .tablePiquetPaysage {
    border-bottom: 1px solid #688CAF;
    border-right: 1px solid #688CAF;
    border-spacing: 0;
    width: 100%;
}

.tableCateg, .tableCategPaysage {
    border-bottom: 1px solid #688CAF;
    border-right: 1px solid #688CAF;
    width: 900px;
    border-spacing: 0;
    border-collapse: collapse;
}

.tableConsignes {
    border-spacing: 5px;
    width: 900px;
}

.tableConsigne, .tableConsignePaysage {
    border-bottom: 1px solid #688CAF;
    border-right: 1px solid #688CAF;
    border-spacing: 0;
    width: 100%;
}

.tableFicheIndividuelle {
    border: 1px solid #688CAF;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

    .tableFicheIndividuelle th td {
        padding: 10px;
    }

.tableHeuresGardes, .tableHeuresGardesPaysage {
    border-bottom: 1px solid #688CAF;
    border-right: 1px solid #688CAF;
    width: 900px;
    border-spacing: 0;
    border-collapse: collapse;
}

.tableCategPaysage, .tableHeuresGardesPaysage, .tableConsignesPaysage, .tablePiquetsPaysage, .tableConsignesPaysage, .tableAgentGardeNonOpPaysage {
    width: 1200px;
}

.tableAgentGardeNonOpHeader {
    background: #D4E2F4;
    color: #0F3789;
    width: 140px;
    min-width: 150px;
    text-align: center;
    padding: 0;
    border-top: 1px solid #688CAF;
    border-left: 1px solid #688CAF;
}

.tdCateg {
    background: #91AFD5;
    font-weight: bold;
    padding: 2px;
    border-top: 1px solid #688CAF;
    border-left: 1px solid #688CAF;
}

.tdCategNom {
    background: #D4E2F4;
    color: #0F3789;
    width: 140px;
    min-width: 150px;
    text-align: center;
    padding: 0;
    border-top: 1px solid #688CAF;
    border-left: 1px solid #688CAF;
}

.tdCategNom2, .tdCategNom3 {
    background: #D4E2F4;
    color: #0F3789;
    width: 100px;
    text-align: center;
    border-top: 1px solid #688CAF;
    border-left: 1px solid #688CAF;
}

.tdCategNom3 {
    border-left: 2px solid #688CAF !important;
    width: 30px !important;
}

.tdNom {
    font-size: 12px;
    width: 200px;
    min-width: 150px;
    border-top: 1px solid #688CAF;
    border-left: 1px solid #688CAF;
    padding-left: 2px;
}

.tdNom2 {
    font-size: 12px;
    width: 30px;
    text-align: center;
    border-top: 1px solid #688CAF;
    border-left: 1px solid #688CAF;
    padding-left: 2px;
}

.tdNom3 {
    background: #B7B7B7;
    font-size: 12px;
    width: 30px;
    text-align: center;
    border-top: 1px solid #688CAF;
    border-left: 1px solid #688CAF;
    padding-left: 2px;
}

.tdCategInfo, .tdCategInfo2 {
    min-width: 15px;
    text-align: center;
    padding: 1px;
    border-top: 1px solid #688CAF;
    border-left: 1px solid #688CAF;
}

.tdCategInfoValide, .tdCategInfoValide2 {
    background: #B7B7B7;
    min-width: 15px;
    text-align: center;
    padding: 1px;
    border-top: 1px solid #688CAF;
    border-left: 1px solid #688CAF;
}

.tdCategInfo2, .tdCategInfoValide2 {
    border-left: 2px solid #688CAF;
}

.tdPiquet, .tdPiquetEtat {
    background-color: #D4E2F4;
    color: #0F3789;
    border-top: 1px solid #688CAF;
    border-left: 1px solid #688CAF;
    text-align: center;
    width: 40%;
}

.tdPiquetGroupe {
    background: #91AFD5;
    font-weight: bold;
    padding: 2px;
    border-top: 1px solid #688CAF;
    border-left: 1px solid #688CAF;
    margin-top: 5px;
    margin-bottom: 2px;
}

.tdPiquetEtat {
    width: 100px !important;
}

.tdPiquetLbl, .tdPiquetLblEtat {
    border-top: 1px solid #688CAF;
    border-left: 1px solid #688CAF;
    padding-left: 2px;
}

.tdPiquetLblEtat {
    text-align: center;
}

.tdConsignesLbl {
    border-left: 1px solid #688CAF;
    padding-left: 2px;
    width: 440px;
}

.tdEff {
    background: #D4E2F4;
    color: #0F3789;
    border-top: 1px solid #688CAF;
    border-left: 1px solid #688CAF;
    text-align: center;
    height: 25px;
    width: 140px;
}

.tdY {
    background: #D4E2F4;
    font-weight: bold;
    color: #0F3789;
    border-top: none;
    border-bottom: 1px solid #688CAF;
    border-right: 1px solid #688CAF;
    border-left: none;
    text-align: center;
    height: 25px;
    width: 160px;
}

.tdX {
    background: #D4E2F4;
    font-weight: bold;
    color: #0F3789;
    border-top: 1px solid #688CAF;
    border-left: 1px solid #688CAF;
    text-align: center;
    height: 25px;
    width: 200px;
}

.tdCategLbl {
    background: white;
    font-size: 12px;
    border-width: 2px;
    height: 30px;
    border-top: 1px solid #688CAF;
    border-left: 1px solid #688CAF;
    text-align: center;
    padding: 0;
}

.tdHeure {
    background-color: #E0E9F3;
    font-size: 12px; /*color: #0F3789;*/
    height: 20px;
    border-top: 1px solid #688CAF;
    border-left: 1px solid #688CAF;
    text-align: center;
    padding: 0;
}

.tdHeureGarde {
    background-color: white;
    font-size: 12px;
    color: #0F3789;
    border-width: 2px;
    height: 20px;
    border-right: 1px solid #688CAF;
    border-bottom: 1px solid #688CAF;
    border-left: none;
    text-align: center;
    padding: 0;
}

.tdBornValInf {
    font-size: 12px;
    background: #F79893;
    border-top: 1px solid #0F3789;
    border-left: 1px solid #0F3789;
    color: white;
    height: 15px;
    text-align: center;
}

.tdBornValOK {
    font-size: 13px;
    background: white;
    border-top: 1px solid #0F3789;
    border-left: 1px solid #0F3789;
    color: #0F3789;
    border-width: 2px;
    border-color: #0F3789;
    height: 20px;
    text-align: center;
}

.tdGardeVol {
    border-top: 4px solid black !important;
}

.tdGardeIts {
    border-bottom: 4px solid black !important;
}

.tdTeletravail {
    border: 2px solid purple !important;
}

.tdGardeAst {
    border-left: 3px solid black !important;
}

.tdGardeMut {
    border-right: 3px solid black !important;
}

.tdAstreinte {
    width: 25px;
    height: 0;
    border-style: solid;
    border-width: 0 4px 4px 0;
    border-color: transparent red transparent transparent;
}

.lblConsignes {
    text-align: center;
    width: 900px;
    color: #0F3789;
    font-size: 13px;
    font-family: Calibri;
}

.tbConsignes {
    height: 50px;
    width: 900px;
    border: 1px solid #627F97;
}

.tablePeriode {
    border-bottom: 1px solid #688CAF;
    border-right: 1px solid #688CAF;
    border-spacing: 0;
    border-collapse: collapse;
    width: 900px;
}

.tablePeriodeHeader, .tablePeriodeHeader0 {
    background: #91AFD5;
    font-weight: bold;
    text-align: center;
    padding: 2px;
    border-top: 1px solid #688CAF;
    border-left: 1px solid #688CAF;
}

.tdPeriode, .tdPeriode0 {
    border-top: 1px solid #688CAF;
    border-left: 1px solid #688CAF;
    padding-left: 2px;
}

.tdPeriodeDate {
    border-top: 1px solid #688CAF;
    border-left: 1px solid #688CAF;
    text-align: center;
    padding-left: 2px;
}
/* fin page styles gardes */

/* GESTION PLANNING - RECHERCHE */
.agFieldWrapper_ResearchPanel {
    float: left;
    width: auto;
}

    .agFieldWrapper_ResearchPanel .validator {
        font-size: 15px;
        padding-left: 3px;
        vertical-align: middle;
    }

    .agFieldWrapper_ResearchPanel ul {
        display: inline;
        list-style-type: none;
        margin: 0;
        padding: 0 0 8px;
    }

    .agFieldWrapper_ResearchPanel li {
        height: auto;
        width: auto;
        margin-bottom: 4px;
    }

    .agFieldWrapper_ResearchPanel label {
        font: 12px 'Segoe UI', Arial, sans-serif;
        color: #fff;
        display: inline-block;
        width: 80px;
        vertical-align: middle;
        text-align: left;
    }

    .agFieldWrapper_ResearchPanel .button {
        display: block;
        float: right;
        margin-right: 10px;
        padding: 0 10px;
    }

    .agFieldWrapper_ResearchPanel input {
        padding: 2px 0 1px 2px;
        height: 20px;
        line-height: 19px;
    }


/* GESTION PLANNING - AGENT */
.Nature_Contrainte,
span.Contrainte,
.Contrainte,
label.Contrainte {
    background-color: #FFB75E;
    border: solid 1px #E9E9E9;
}

span.Dispo,
.Dispo,
label.Dispo {
    background-color: #C5E59F;
    border: solid 1px #94CE4D;
}

span.DispoDept,
.DispoDept,
label.DispoDept {
    color: white;
    background-color: #678A67;
    border: solid 1px #053705;
}

span.Garde,
.Garde,
label.Garde {
    background-color: #B5DBFC;
    border: solid 1px #63B3F8;
}

span.Event,
.Event,
label.Event {
    background-color: #FAF095;
    border: solid 1px #F6E02A;
}

span.Absence,
.Absence,
label.Absence {
    background-color: #F7C4EE;
    border: solid 1px #F4AAE7;
}

span.Conge,
.Conge,
label.Conge {
    background-color: #FCB4B4;
    border: solid 1px #BE9898;
}

span.WorkflowITS,
.WorkflowITS,
label.WorkflowITS {
    background-color: #FB9898;
    border: solid 1px #797C80;
}

span.WorkflowRRHS,
.WorkflowRRHS,
label.WorkflowRRHS {
    background-color: #F0F0F0;
    border: solid 1px #797C80;
}

span.Ajustement,
.Ajustement,
label.Ajustement {
    color: white;
    background-color: #C26376;
    border: solid 1px #BF5A6E;
}

span.AjustementTempsPresence,
.AjustementTempsPresence,
label.AjustementTempsPresence {
    color: white;
    background-color: #7D3971;
    border: solid 1px #000F4F;
}

.Nature_Greve,
span.Greve,
.Greve,
label.Greve {
    color: white;
    background-color: #884E7B;
    border: solid 1px #684E7B;
}

span.Permutation,
.Permutation,
label.Permutation {
    background-color: #D3D3D3;
    border: solid 1px #E9E9E9;
}

span.Contrainte,
span.Dispo,
span.Garde,
span.Event,
span.Ajustement,
span.AjustementTempsPresence,
span.WorkflowITS,
span.Absence {
    margin: 5px;
}

.agTimePick {
    line-height: 23px;
    float: left;
    width: 100px;
}

    .agTimePick input {
        vertical-align: middle;
    }

.agPlanningfilterDiv {
    background: #e0e7ff;
    border: 1px solid #A9C6DF;
    width: auto;
    font-size: 13px;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-bottom: 4px;
    color: #00156e;
}


/* Impression Appointments */
.agPrint_Title {
    font: bold 20px/34px Arial, sans-serif;
    color: #000;
    text-align: center;
}

.agPrint_Month {
    font: normal 18px/32px Arial, sans-serif;
    color: #365f91;
}

.agPrint_MonthPanel {
    padding-top: 20px;
}


/* Tableaux d'administration */
.MessageErreur {
    color: Red;
}

.MessageSucces {
    color: Green;
}

.boutonRecherche {
    height: 20px;
    width: 20px;
}

.imageAide {
    height: 50px;
    width: 50px;
}

.texteGestionEvenement {
    margin-left: 10px;
    background-color: White;
    height: 15px;
    vertical-align: top;
}

.agTitle {
    font: normal 18px/32px Arial, sans-serif;
    color: #000;
    text-align: center;
}

.agSelectImageButton {
    background-image: url("../../ThemeHandler.ashx?r=Images/PhotoProfile_Icon.gif");
}



/* Configurator Panel */

.qsfConfig {
    padding: 0 0 5px;
}

.cfgVertical {
    min-width: 260px;
    float: right;
}

.cfgHead {
    display: inline-block;
    background: 0 center repeat-x url("../../ThemeHandler.ashx?r=Images/Fieldset/blueDots.gif");
    color: #0c94a3;
    font-size: 14px;
    line-height: 22px;
    outline: none;
    text-decoration: none;
}

.qsfDark .cfgHead {
    background-image: url("../../ThemeHandler.ashx?r=Images/Fieldset/blueDotsDark.gif");
}

.cfgTitle {
    float: left;
    padding: 0 8px 0 1px;
    background: #fff;
}

.cfgTools {
    float: left;
    padding: 0 8px 0 1px;
    width: 16px;
    height: 16px;
    background: #fff no-repeat url("../../ThemeHandler.ashx?r=Images/ico_roue_gris.png");
}

.qsfDark .cfgTitle {
    background: #2e2e2e;
}

.cfgButton {
    float: right;
    width: 18px;
    height: 18px;
    padding: 0 0 0 6px;
    background: #fff no-repeat url("../../ThemeHandler.ashx?r=Images/Fieldset/sprite09.gif");
}

.qsfDark .cfgButton {
    background-color: #2e2e2e;
}

.cfgUp {
    background-position: -594px -550px;
}

.cfgDown {
    background-position: -594px -600px;
}

.qsfDark .cfgUp {
    background-position: -894px -550px;
}

.qsfDark .cfgDown {
    background-position: -894px -600px;
}

.cfgContent {
    margin: 0 22px 0 0;
    padding: 5px 22px;
}

.qsfDark .cfgContent {
    background-image: url("../../ThemeHandler.ashx?r=Images/blueDotsDark.gif");
}

/*floats*/

.qsfClear {
    display: inline-block;
}

.qsfClear {
    display: block;
}

    .qsfClear:after {
        content: "";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }

.qsfClearFloat {
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
    margin-bottom: -1px;
}

/*RadGrid Ne pas effacer!!!!*/

/* Style des titres de radgrid, se base sur agWidgetTitle */
.rgCaption {
    height: 18px;
    text-align: left;
    padding-left: 4px;
    background-color: #91AFD5;
    color: White;
}

.radgrid td {
    background-color: white;
    padding: 0 !important;
}

.textboxRadGrid {
    font-size: 10px;
    width: 140px;
    height: 10px;
    border-color: White;
}

/* radmenu */
.RadMenu .rmLink {
    padding-left: 5px;
}

.RadMenu .rmHorizontal .rmText {
    padding-right: 5px;
}

.RadMenu .rmGroup .rmText {
    padding-right: 54px;
}

/* Home Page */
.rcDayGardeEntiere {
    background: 0 0 no-repeat url(../../ThemeHandler.ashx?r=Images/bg_cal_blue.gif);
}

.rcDayGardeDiurne {
    background: 0 0 no-repeat url(../../ThemeHandler.ashx?r=Images/bg_cal_yellow.gif);
}

.rcDayGardeNocturne {
    background: 0 0 no-repeat url(../../ThemeHandler.ashx?r=Images/bg_cal_grey.gif);
}

.rcDayGardeCreneau {
    background: 0 0 no-repeat url(../../ThemeHandler.ashx?r=Images/bg_cal_green.gif);
}


.PanelOnglet {
    position: absolute;
    top: 200px;
    left: 500px;
    height: 45px;
    width: 45px;
}

.PanelFiche {
    position: absolute;
    top: 150px;
    left: 150px;
    height: 45px;
    width: 45px;
}

/*Taile d'écran PopupAgentEdition*/
.PnlTabs {
    height: 925px !important;
}

.telerikTabDiv {
    border-left: 1px solid #8DB2E3;
    border-right: 1px solid #8DB2E3;
    border-bottom: 1px solid #8DB2E3;
}

.MasterTable_Default caption {
    background-color: #627F97;
    color: White;
    text-align: left;
}

.lblError, .lblFormError {
    background: #CC0000;
    border: 1px solid darkred;
    color: white;
    font: bold 16px "Segoe UI", Arial, sans-serif;
    vertical-align: middle;
    display: none;
    height: 30px;
    line-height: 28px;
    position: absolute;
    padding-left: 5px;
    width: 100%;
    z-index: 1001;
    cursor: pointer;
    -moz-opacity: 0.9;
    opacity: 0.9;
    filter: alpha(opacity=90);
    text-align: center;
}


/* Catégories */

.CategoriefilterDiv {
    background: #e0e7ff;
    border: 1px solid #A9C6DF;
    width: auto;
    font-size: 13px;
    padding-top: 4px;
    padding-left: 6px;
    margin-bottom: 4px;
    text-align: left;
}


/* GLOBAL */
.agTitleBar {
    background: #fff url(../../ThemeHandler.ashx?r=Images/TitleBar/TitleBar.png) repeat-x;
    color: #00156e;
    line-height: 26px;
    width: auto;
    font-size: 13px;
    padding-left: 10px; /*    margin-bottom: 4px;*/
    text-align: left;
    vertical-align: middle;
    border-left: #9eb6ce 1px solid;
    border-right: #9eb6ce 1px solid;
    border-bottom: #9eb6ce 1px solid;
}


/* GestionAgents */

.blocProfil {
    width: 100%;
    height: auto;
    margin-left: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 2px;
    border: 1px ridge #627F97;
}

.ImageBtn {
    margin-left: 5px;
    margin-right: 10px;
    width: 10px;
}

.ProfilText {
    margin-top: 5px;
    margin-top: 0;
    margin-top: 5px;
    color: #0F3789;
    font-size: 13px;
    font-weight: bold;
    font-family: Calibri;
}

.PlhDroitsProfilCentre {
    height: 20px;
    margin-left: 400px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 100px;
}

.perim {
    margin-left: 400px;
    margin-top: -25px;
    margin-bottom: -5px;
    margin-right: 0;
    height: auto;
    border-left: 1px ridge #627F97;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tableFicheAgent {
    margin-top: 20px;
    border-left: 1px solid #8DB2E3;
    border-right: 1px solid #8DB2E3;
    border-bottom: 1px solid #8DB2E3;
    border-top: 1px solid #8DB2E3;
}


.tbXLFicheAgent {
    width: 490px;
}

.ddlFicheAgent {
    width: 160px;
}

.tbFicheAgent {
    width: 150px;
}

.butSave {
    margin-bottom: -3px;
}

.butS {
    margin-bottom: -55px;
}

.table {
    margin-left: -50px;
}


/* Garde Journaliere */
.editItem {
    text-align: center;
}

.PanelButton {
    background: 0 0 no-repeat url(../../ThemeHandler.ashx?r=Images/HD/ico_edit.png);
}


/* Statistiques */
.statCell {
    width: 70px;
    text-align: center;
    background: #BFD7F2;
    font-weight: bold;
    border-left: 1px solid #A9C6DF;
    border-bottom: 1px solid #A9C6DF;
    min-width: 40px;
}

.statCellPresence {
    width: 70px;
    text-align: center;
    background: #E0E7FF;
    font-weight: bold;
    border-left: 1px solid #A9C6DF;
    border-bottom: 1px solid #A9C6DF;
    min-width: 40px;
}

.statCellPresenceAnnuelle {
    width: 70px;
    text-align: center;
    background: #ABD7F2;
    font-weight: bold;
    border-left: 1px solid #A9C6DF;
    border-bottom: 1px solid #A9C6DF;
    min-width: 40px;
}

.statCellAstreinte {
    width: 70px;
    text-align: center;
    background: #CCE7FF;
    font-weight: bold;
    border-left: 1px solid #A9C6DF;
    border-bottom: 1px solid #A9C6DF;
    min-width: 40px;
}

.tdStat {
    width: 70px;
    text-align: center;
    background: #BFD7F2;
    border-left: 1px solid #A9C6DF;
    border-bottom: 1px solid #A9C6DF;
    min-width: 40px;
}

.tdStatPresence {
    width: 70px;
    text-align: center;
    background: #E0E7FF;
    border-left: 1px solid #A9C6DF;
    border-bottom: 1px solid #A9C6DF;
    min-width: 40px;
}

.tdStatPresenceAnnuelle {
    width: 70px;
    text-align: center;
    background: #ABD7F2;
    border-left: 1px solid #A9C6DF;
    border-bottom: 1px solid #A9C6DF;
    min-width: 40px;
}

.tdStatAstreinte {
    width: 70px;
    text-align: center;
    background: #CCE7FF;
    border-left: 1px solid #A9C6DF;
    border-bottom: 1px solid #A9C6DF;
    min-width: 40px;
}

.statCellNote {
    width: 10px;
    text-align: center;
    background: #BFD7F2;
    font-weight: bold;
    border-left: 1px solid #A9C6DF;
    min-width: 5px;
}

.tdStatNote {
    height: 14px;
    width: 10px;
    text-align: center;
    color: White;
    border-left: 1px solid #A9C6DF;
    border-bottom: 1px solid #A9C6DF;
    min-width: 5px;
}

.tdStatNoteBack0 {
    background: #ffffff;
}

.tdStatNoteBack1 {
    background: #FF4C44;
}

.tdStatNoteBack2 {
    background: #FFC669;
}

.tdStatNoteBack3 {
    background: #A8DBA8;
}

.tdStatNoteBack4 {
    background: #7DC5F8;
}

.tdStatNoteBack5 {
    background: #939CE1;
}

.titreCumul {
    width: 80px;
    text-align: center;
    color: Black;
    background: White;
    font-weight: bold;
    border-left: 1px solid #A9C6DF;
    border-bottom: 1px solid #A9C6DF;
    min-width: 46px;
}

.cumul {
    width: 40px;
    text-align: center;
    color: Black;
    font-weight: bold;
    border-left: 1px solid #A9C6DF;
    border-bottom: 1px solid #A9C6DF;
    min-width: 23px;
}

.tdCumul {
    width: 40px;
    text-align: center;
    border-left: 1px solid #A9C6DF;
    border-bottom: 1px solid #A9C6DF;
    min-width: 23px;
}

.couleurCumulGarde {
    background: White;
}

.couleurCumulAbsence {
    background: #E2E2E2;
}

.couleurCumulPiquet {
    background: #D3D3D3;
}

/* Aide & ReleaseNote */
.iconlist {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li.doc {
    margin-left: -16px;
    background-image: url("../../ThemeHandler.ashx?r=Images/Extensions/ico_word.gif");
    background-repeat: no-repeat;
    background-position: 0 10%;
    padding: 0 0 3px 20px;
}

li.pdf {
    margin-left: -16px;
    background-image: url("../../ThemeHandler.ashx?r=Images/Extensions/ico_pdf.gif");
    background-repeat: no-repeat;
    background-position: 0 10%;
    padding: 0 0 3px 20px;
}

li.txt {
    margin-left: -16px;
    background-image: url("../../ThemeHandler.ashx?r=Images/Extensions/ico_file.gif");
    background-repeat: no-repeat;
    background-position: 0 10%;
    padding: 0 0 3px 20px;
}

li.ppt {
    margin-left: -16px;
    background-image: url("../../ThemeHandler.ashx?r=Images/Extensions/ico_ppt.gif");
    background-repeat: no-repeat;
    background-position: 0 10%;
    padding: 0 0 3px 20px;
}

li.zip {
    margin-left: -16px;
    background-image: url("../../ThemeHandler.ashx?r=Images/Extensions/ico_zip.gif");
    background-repeat: no-repeat;
    background-position: 0 10%;
    padding: 0 0 3px 20px;
}

li.xls {
    margin-left: -16px;
    background-image: url("../../ThemeHandler.ashx?r=Images/Extensions/ico_xls.gif");
    background-repeat: no-repeat;
    background-position: 0 10%;
    padding: 0 0 3px 20px;
}

li.web {
    margin-left: -16px;
    background-image: url("../../ThemeHandler.ashx?r=Images/ico_web.gif");
    background-repeat: no-repeat;
    background-position: 0 10%;
    padding: 0 0 3px 20px;
}

.ulAide {
    color: #0F3789;
    font-size: 13px;
    font-family: Calibri;
    text-align: left;
    margin-left: 4px;
}

.ulLeft {
    text-align: left;
    list-style-type: none;
    margin-top: 5px;
    color: #0F3789;
    font-size: 13px;
    font-family: Calibri;
}

.tdAide {
    font-size: 13px;
    font-family: Calibri;
    text-align: left;
}

.tdFileName {
    color: #0F3789;
    font-size: 15px;
    font-family: Calibri;
    text-align: left;
    font-weight: bold;
    text-decoration: underline;
}

.cmdCursor {
    cursor: auto;
}

.RadGridTool {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.rbValider {
    margin-left: -12px;
    margin-bottom: -4px;
    height: 60px;
}

.rbVersion {
    margin-bottom: 2px;
}

.rbUpl {
    margin-bottom: -2px;
}

.checkRtl.rbToggleButton {
    padding-left: 0;
    padding-right: 23px;
}

.checkRtl .rbPrimaryIcon {
    right: 4px;
    left: auto;
}


/* VACATIONS  ------------------------------------------------------------------------------------------*/
.agdTitleBar {
    width: auto;
    font-size: 13px;
    font-weight: bold;
    color: #00156e;
    background: #e7ebf2;
    border-top: 1px solid #d0d7e5;
    border-bottom: 1px solid #d0d7e5;
    padding: 4px 0 4px 10px;
    margin: 0 0 10px 0;
}

.agdPositionsPanel {
    width: auto;
    border: 1px solid #688caf;
}

.agdPositions {
    list-style: none outside none;
    display: inline-block;
    margin: 5px 0;
    cursor: default;
    text-align: left;
    padding: 0;
}

    .agdPositions ul {
        padding-left: 0;
        margin-left: 0;
    }

.agdPosition {
    height: auto;
    margin: 0 1px;
    min-height: 13px;
    padding: 2px 6px;
    white-space: nowrap;
    width: auto;
}

    .agdPosition label {
        width: 45px;
    }

.haErrorMsg {
    font-size: 12px;
    font-weight: bold;
    color: #000;
}


/* SURCHAGES TELERIK  ----------------------------------------------------------------------------------*/
div.RadToolBar .rtbUL {
    width: 100%;
}

div.RadToolBar, div.RadToolBar .rtbUL, div.RadToolBar .rtbItem, div.RadToolBar .rtbTemplate, div.RadToolBar .rtbWrap, div.RadToolBar .rtbOut, div.RadToolBar .rtbMid, div.RadToolBar .rtbIn {
    white-space: normal;
}

    /*Affiche le bouton d'une barre d'outils à droite*/
    div.RadToolBar .rightItem {
        float: right !important;
    }

.RadWindow .rwWindowContent .radalert {
    margin-top: 5px !important;
}

/* pour permettre les icones HD dans les commandes */
.rtbIcon {
    width: 18px;
}

/* boutons dans les calendar selector */
.RadCalendarMonthView [type="button"] {
    padding: 0 1px;
    margin: 0 1px;
}

/* surcharges grid telerik*/
/* bouton refresh et ajout dans les commandes de grid */
.RadGrid_Office2007 .rgRefresh {
    background-image: url("../../ThemeHandler.ashx?r=Images/HD/ico_reload.png") !important;
    background-size: 18px !important;
    background-position: 0 0, center !important;
    vertical-align: middle !important;
}

.RadGrid_Office2007 .rgAdd {
    background-image: url("../../ThemeHandler.ashx?r=Images/HD/ico_add.png") !important;
    background-size: 18px !important;
    background-position: 0 0, center !important;
    vertical-align: middle !important;
}
/* style pour le bouton editer */
.GridEditColumn input {
    display: inline-block;
    padding: 2px;
    cursor: pointer;
    width: 16px;
    background-repeat: no-repeat;
    background-position: 3px 3px;
    background-size: 16px 16px;
    font-size: 13px;
    vertical-align: top;
}

    .GridEditColumn input:hover {
        background-color: #FFE158;
    }

/* classe pour les RadGrid */
.RadGridExClass .rgDataDiv {
    height: auto !important;
}

.rgHoveredRow {
    background: #ECF4FF !important;
    cursor: pointer;
}

.radGridEditing {
    background-color: #F9FAFC;
    padding: 5px;
    border-spacing: 5px;
}

/* classes pour les RadTreeList */
.rtlA:hover {
    background: #ECF4FF !important;
    cursor: pointer;
}

.rtlR:hover {
    background: #ECF4FF !important;
    cursor: pointer;
}

.rgFooter, .rgFooter td {
    background-color: #D8E6F9;
}


.RadScheduler .rsDateHeader {
    height: 1.2em !important;
}

/* surcharges panelbar telerik */
.RadPanelBar_Office2007 .rpGroup a.rpLink.rpSelected {
    background-image: unset !important;
    background-color: #FFE158 !important;
}

    .RadPanelBar_Office2007 .rpGroup a.rpLink.rpSelected .rpOut {
        background-image: unset !important;
    }

.RadPanelBar_Office2007 .rpGroup a.rpLink.rpHovered {
    background-image: unset !important;
    background-color: #ECF4FF !important;
}

    .RadPanelBar_Office2007 .rpGroup a.rpLink.rpHovered .rpOut {
        background-image: unset !important;
    }

/* datepicker telerik */
.rcTable .rcCalPopup {
    background-image: url("../../ThemeHandler.ashx?r=Images/HD/ico_calendar.png") !important;
    background-position: 3px 3px !important;
    background-size: 16px 16px !important;
}

    .rcTable .rcCalPopup:hover {
        background-color: #FFE158;
    }

/* timepicker telerik */
.rcTable .rcTimePopup {
    background-image: url("../../ThemeHandler.ashx?r=Images/HD/ico_clock.png") !important;
    background-position: 3px 3px !important;
    background-size: 16px 16px !important;
}

    .rcTable .rcTimePopup:hover {
        background-color: #FFE158;
    }

/*Affiche correctement la NumerictextBox avec son Label*/
.radInput .riLabel {
    display: inline !important;
    padding-right: 5px !important;
}

.rtsIn img {
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-left: 10px;
}

.rtsIn .textWrapper {
    display: inline;
}

.rmRootGroup {
    border-right: none !important;
}

/***fin surcharges telerik***/

.plafondMax {
    background-color: #F79893;
    border-top: 1px solid #A9C6DF;
    border-left: 1px solid #A9C6DF;
}

.plafondOk {
    background-color: #E4FFE0;
    border-top: 1px solid #A9C6DF;
    border-left: 1px solid #A9C6DF;
}

.plafondMin {
    background-color: #25B5E9;
    border-top: 1px solid #A9C6DF;
    border-left: 1px solid #A9C6DF;
}

/* batch manager js */
.batchBtn {
    margin: 2px 2px 0 0;
    padding: 2px 5px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 1px solid #A9C6DF;
}

.batchListTbl {
    width: 100%;
    border-top: 1px solid #A9C6DF;
    border-right: 1px solid #A9C6DF;
    border-left: 1px solid #A9C6DF;
    margin-top: 5px;
}

.batchListRow {
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #A9C6DF;
}

/* Style des cellules dans un PivotGrid*/
.rpgDataCell {
    text-align: right !important;
}

/* Style table radscheduler*/
.tableRadScheduler {
    border: 1px solid #A9C6DF;
}

/* checkbox */
.checkbox-checked {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("../../ThemeHandler.ashx?r=Images/ico_checkbox.png");
    background-position: 0 0;
}

.checkbox-empty {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("../../ThemeHandler.ashx?r=Images/ico_checkbox.png");
    background-position: 0 -15px;
}

.checkbox-checkedPartial {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("../../ThemeHandler.ashx?r=Images/ico_checkbox.png");
    background-position: 0 -30px;
}

.checkbox-emptyDisabled {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("../../ThemeHandler.ashx?r=Images/ico_checkbox.png");
    background-position: 0 -45px;
}

.checkbox-checkedDisabled {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("../../ThemeHandler.ashx?r=Images/ico_checkbox.png");
    background-position: 0 -60px;
}


/* styles par defaut pour le composant Planning.js */
.planningColumnHeader {
    background: #E0E9F3;
    border-bottom: 1px solid #A9C6DF;
    border-right: 1px solid #A9C6DF;
    font-weight: bold;
    text-align: center;
    height: 25px;
}

.planningRowHeader {
    height: 26px;
    background: #E0E9F3;
    border: 0;
    border-bottom: 1px solid #A9C6DF;
    border-right: 1px solid #A9C6DF;
}

.planningFooterRowHeader {
    height: 26px;
    background: #91AFD5;
    color: white;
    border: 0;
    border-bottom: 1px solid #A9C6DF;
    border-right: 1px solid #A9C6DF;
}

.planningDataCell {
    text-align: center;
    border-bottom: 1px solid #A9C6DF;
    border-right: 1px solid #A9C6DF;
}

.planningFooterDataCell {
    text-align: center;
    border-bottom: 1px solid #A9C6DF;
    border-right: 1px solid #A9C6DF;
    background-color: #E0E7FF;
}

.planningTable {
    border: 1px solid #A9C6DF;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}


/* classes génériques pour l'application des bornes */
.borneEnDessous {
    background-color: #F79893;
}

.borneOk {
    background-color: #E4FFE0;
}

.borneAuDessus {
    background-color: #25B5E9;
}

.borneNonApplicable {
    background-color: transparent;
}

.invisible {
    display: none !important;
}

/* css pour les raddropdowntree */
.rddtFakeInput ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 0;
    margin-bottom: 0;
}

    .rddtFakeInput ul li:before {
        content: "\02D \020";
    }

.dropDownTreeHautEtLarge {
    width: 300px;
}

    .dropDownTreeHautEtLarge .rddtInner {
        overflow: auto !important;
        width: 290px !important;
        height: 100px !important;
    }

    .dropDownTreeHautEtLarge .rddtFakeInput {
        width: 290px !important;
        height: 100px !important;
        min-height: 16px;
        display: inline !important;
    }

/* fix menu qui passe au dessous de l'agenda */
.rsHeader {
    z-index: 50 !important;
}

.VerticalAlign {
    vertical-align: middle;
}
