﻿#NotifCountDiv {
    position: absolute;
    right: 30px;
    top: 10px;
}

#Panel1, #Panel3, #Panel4{
    background-color: #fff;
    border: 1px solid #441a47;
    border-radius: 13px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    opacity: 1 !important;
    padding: 10px;
    top: 50px !important;
}
div#Panel1 {
    width: 320px;
}

div#Panel3 {    
    left: -200px !important;
    width: 260px;
}

div#Panel4 {
    width: 320px;
    z-index: 10000 !important;
    margin-left: -260px !important;
    left: 10px !important;
}

/*********** media query *********/
@media (min-width:1200px) {
    div#Panel1 {
        left: -260px !important;
        margin: 0 auto !important;
        right: 0 !important;
    }
}

@media (max-width:1199px) and (min-width:992px) {
}

@media (max-width:991px) and (min-width:768px) {
    div#Panel1 {
        left: -266px !important;
        margin: 0 auto !important;
        right: 0 !important;
    }

    div#Panel4 {
        left: -266px !important;
        margin: 0 auto !important;
        right: 0 !important;
    }

    .gb_ebN {
        left: 83.5% !important;
    }

    div#Panel3 {
        left: -210px !important;
    }
}

@media (max-width:767px) and (min-width:640px) {
    div#Panel1 {
        left: -15px !important;
        margin: 0 auto !important;
        right: 0 !important;
    }

    div#Panel4 {
        left: -18px !important;
        margin: 0 auto !important;
        width: 215px;
        right: 0 !important;
    }

    .gb_ebN {
        left: 5.5% !important;
    }

    div#Panel3 {
        left: -10px !important;
    }
}

@media (max-width: 639px) and (min-width:321px) {
    div#Panel1 {
        left: -18px !important;
        margin: 0 auto !important;
        width: 215px;
        right: 0 !important;
    }

    div#Panel4 {
        left: -18px !important;
        margin: 0 auto !important;
        width: 215px;
        right: 0 !important;
    }

    .gb_ebN {
        left: 8.5% !important;
    }

    div#Panel3 {
        left: -18px !important;
    }
}

@media (max-width: 320px) {
    div#Panel1 {
        left: -18px !important;
        margin: 0 auto !important;
        width: 215px;
        right: 0 !important;
    }

    div#Panel4 {
        left: -18px !important;
        margin: 0 auto !important;
        width: 215px;
        right: 0 !important;
    }

    .gb_ebN {
        left: 84.5% !important;
    }

    div#Panel3 {
        left: -18px !important;
    }
}

@media only screen and (max-width: 320px) {
    .header .blocNotifs div#Panel4 {
        width: 200px;
        left: -165px !important;
        top: 0;
        /* margin-top: -9px; */
    }


    .header .blocNotifs div#Panel1 {
        left: -185px !important;
        margin: 0 auto !important;
        right: 0 !important;
        width: 219px;
        /* margin-top: -8px !important; */
    }

    .header .blocNotifs div#Panel3 {
        left: -175px !important;
        margin-top: 0px !important;
        width: 219px;
    }

    /*.header .blocNotifs div#Panel4 {
            width: 262px;
            left: 54px !important;
            margin-top: -9px;
        }*/
}

/* Correction Footer */
html, body {
    height: 100%;
    margin: 0;
}

.MemoPopUp div {
    padding: 0 0 0 5px !important;
}

.dibGlobal {
    min-height: 100%;
    margin-bottom: -112px;
    padding-bottom: 6px;
}

.footer,
.push {
    height: 112px;
}
/* end correction footer */
#scrollToTop, #scrollToBottom {
    cursor: pointer;
    display: inline-block;
    height: 26px;
    width: 26px;
    color: #fff;
    font-size: 16pt;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    background-size: 26px;
    opacity: 0.5;
}

#scrollToTop {
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 999;
    background-image: url(../../../images/commun/btn_up_circle.svg);
}

#scrollToBottom {
    position: absolute;
    top: 12px;
    right: 30px;
    background-image: url(../../../images/commun/btn_down_circle.svg);
}

/* Start responsive header-footer adds */
.headerGlobal .main {
    background: linear-gradient(to right, #845998, #895a98, #8f5c98, #915c98, #995f99, #a36199, #845998, #845998);
    width: 100%;
}

.headerGlobal .bloc-logo {
    margin-left: 0;
}

.headerGlobal .informations {
    margin-left: 0;
    overflow: hidden;
}

.headerGlobal .main .row {
    margin-right: 0;
}

.headerGlobal > .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/* Sticky footer */
body:before, .dibGlobal:after {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px; /* negate effect of float*/
    display: block;
}

.dibGlobal:after, .main-contentcenter:after {
    clear: both;
    float: none;
    margin: 0;
}


html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 0 112px; /* bottom = footer height */
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

    body .footer {
        /*position: absolute;*/
        left: 0;
        bottom: 0;
        height: 112px;
        width: 100%;
    }
/*body .footer {
    bottom: 0;
    width: 100%;
    height: 112px;
    position:fixed;
}*/
.bodyMasterPage .footer .container-center-footer {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.footer .container {
    margin-top: 0;
}

.footer .adress-link {
    width: auto;
}

    .footer .adress-link .right-bloc {
        text-align: right;
    }

.footer .container {
    margin-bottom: 0;
}
/* end sticky footer */

body .main-contentcenter {
    /*margin-bottom:118px;*/
}



@media only screen and (max-width: 414px) {
    .header .blocNotifs {
        position: absolute;
        top: 85px;
        left: 195px;
    }

    #NotifCountDiv {
        right: 36px;
    }
}

@media only screen and (max-width: 480px) {
    .headerGlobal #menu_zp .navbar-collapse {
        max-height: none;
    }
}

@media only screen and (max-width: 736px) and (min-width: 568px) {
    .header .blocNotifs {
        position: absolute;
        top: 55px;
        display: none;
    }
}

@media (max-width: 1600px) and (min-width: 1369px) {
    #PopupHoverMenu {
        left: -3px !important;
    }
}

@media only screen and (max-width: 1366px) {
    /*body .dibGlobal{margin-bottom:0;}*/
}
/* end responsive header-footer adds */

/*******************Debut Css btn master page: Demande conge-note frais-messagerie-ajout event- bon sortie **************************/
.GroupeBtnMPRaccourci {
    height: 50px;
    width: 27%;
    float: left;
    line-height: 50px;
}

span#labelAlert {
    line-height: 15px;
    font-size: 11px;
}

.ConstructionPage {
    background-image: url(../../../Images/Commun/page-under.png);
    padding-top: 66.64%;
    background-size: cover;
    background-position: 35% 50%;
}

.OrganisationChart {
    background: linear-gradient(to right, #fff, #fff, #fff27f) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-bottom: 1px solid #ad7f00 !important;
}

.OrganisationHeaderChart {
    background: linear-gradient(to right, #fff, #fff, #fff27f) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

.RHChart {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #fff, #fff, #b4e0f9) repeat scroll 0 0 !important;
    border-bottom: 1px solid #009dd0 !important;
}

.RHHeaderChart {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #fff, #fff, #b4e0f9) repeat scroll 0 0 !important;
}

.GPChart {
    background: linear-gradient(to right, #fff, #b6d6ab, #00656e) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-bottom: 1px solid #64b4aa !important;
}

.GPHeaderChart {
    background: linear-gradient(to right, #fff, #b6d6ab, #00656e) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

.ComChart {
    background: linear-gradient(to right, #fff, #fff, #accd74) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-bottom: 1px solid #1d9432 !important;
}

.ComHeaderChart {
    background: linear-gradient(to right, #fff, #fff, #accd74) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

.menu-accordeon {
    padding: 0;
    margin: 15px 0 0;
    list-style: none;
    text-align: left;
    width: 180px;
}

#menu-accordeon ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

/*#menu-accordeon li ,.liFR,.liEvent{*/
.liFR, .liEvent {
    background-color: #729EBF;
    background-image: -webkit-linear-gradient(top, #e6e6e6 0%, #fff 63%);
    background-image: linear-gradient(to bottom, #e6e6e6 0%, #fff 63%);
    border-radius: 6px;
    margin-bottom: 8px;
    box-shadow: 3px 3px 3px #999;
    /*border: solid 1px #333A40;*/
    max-width: 125px;
}

.liFR {
    max-width: 155px !important;
}

.liEvent {
    max-width: 140px !important;
}

#menu-accordeon li li {
    max-height: 0;
    overflow: hidden;
    transition: all .5s;
    border-radius: 0;
    background: #444;
    box-shadow: none;
    border: none;
    margin: 0;
    color: #fff;
    padding-left: 5px;
    height: 40px !important;
}

/*#menu-accordeon a, .menuAccordionFR {*/
.menuAccordionFR {
    display: block;
    text-decoration: none;
    color: #404040;
    padding: 8px 0;
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px !important;
    height: 15px;
    vertical-align: center !important;
}

.menuAccordionFR {
    padding-top: 0px !important;
}

.imageMenuAccordionFR {
    float: right;
    margin-top: -2px;
    width: 20px;
}

#menu-accordeon ul li a, #menu-accordeon li:hover li a, #menu-accordeon1 ul li a, #menu-accordeon1 li:hover li a, #menu-accordeon2 ul li a, #menu-accordeon2 li:hover li a {
    font-size: 1em;
    color: #fff;
}

#menu-accordeon li:hover, #menu-accordeon1 li:hover, #menu-accordeon2 li:hover {
    background-image: -webkit-linear-gradient(top, #222222 0%, #696969 100%);
    background-image: linear-gradient(to bottom, #222222 0%, #696969 100%);
    color: #fff !important;
}

    #menu-accordeon li:hover a, #menu-accordeon1 li:hover a, #menu-accordeon2 li:hover a {
        color: #fff !important;
    }

#menu-accordeon li li:hover, #menu-accordeon1 li li:hover, #menu-accordeon2 li li:hover {
    color: #fff !important;
    background: #999;
}

#menu-accordeon ul li:last-child, #menu-accordeon1 ul li:last-child {
    border-radius: 0 0 6px 6px;
    border: none;
}

#menu-accordeon li:hover li, #menu-accordeon1 li:hover li, #menu-accordeon2 li:hover li {
    color: #fff !important;
    max-height: 15em;
}

.MenuDossier {
    margin-left: 14px !important;
    margin-top: 20px !important;
}

#BtnGest {
    margin-top: -100px;
}

#BtnParticipant {
    margin-top: -35px;
}

.EventIconMasterPage {
    /*width: 17px;
    margin-top: -2px;
    height: 27px;*/
}

.MemoIconMasterPage {
    /*width: 20px;
    height: 25px;*/
}

#Leftbtn {
    float: left;
    width: 20px;
    background-color: #ac8bb6;
    height: 39px;
}

#Rightbtn {
    float: right;
    width: 20px;
    background-color: #ac8bb6;
    height: 39px;
}

#menu_zp {
    /*width: 96.8%;
    float: left;*/
    width: 100%;
    background: linear-gradient(to right, #845998, #895a98, #8f5c98, #915c98, #995f99, #a36199, #845998, #845998);
    border-bottom: 4px solid #694e92;
}

#flechemenugauche {
    float: left;
}

.GrapheSuiviPointeusePanel {
    position: fixed !important;
    width: 800px;
    height: 400px;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

#MPEStandardPopup_foregroundElement {
    z-index: 100009 !important;
}

#MPEStandardPopup_backgroundElement {
    z-index: 100002 !important;
}

#MPEStandardPopup3_backgroundElement {
    z-index: 1000000 !important;
}

#MPEStandardPopup3_foregroundElement {
    z-index: 1000002 !important;

    left: 18% !important;
    position: absolute;
    right: 0 !important;
    top: 8% !important;
    z-index: 1000002 !important;
}

/******************************* 15/03/2017 ***********************************/
#MPEStandardPopup3_foregroundElement {
    left: 18% !important;
    position: absolute;
    right: 0 !important;
    top: 8% !important;
    z-index: 1000002 !important;
}

#MPEStandardPopup2_foregroundElement {
    z-index: 100000002 !important;
}

#MPEStandardPopup2_backgroundElement {
    z-index: 100000001 !important;
}

#ModalPopupExtenderALert_backgroundElement {
    z-index: 1000000000 !important;
}

#AlertDiv {
    left: 558.5px !important;
    top: 40% !important;
    z-index: 1000000009 !important;
    font-size: 11px;
}

.SpecificBloc {
    float: none;
    width: 25% !important;
}

#Panel4, #Panel3, #Panel1, #PopupHoverMenu, #PopupHoverRaccourcis {
    z-index: 1000000000009 !important;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding: 5px 10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 40%;
    background: rgba(0,0,0,0.5);
    color: #fff;
}

.nbs-flexisel-nav-left {
    left: 10px;
}

    .nbs-flexisel-nav-left:before {
        content: "<";
    }

    .nbs-flexisel-nav-left.disabled {
        opacity: 0.4;
    }

.nbs-flexisel-nav-right {
    right: 5px;
}

    .nbs-flexisel-nav-right:before {
        content: ">";
    }

    .nbs-flexisel-nav-right.disabled {
        opacity: 0.4;
    }

body {
    margin: 0px !important;
}

.MainContentAgendaPage {
    float: left !important;
    height: 573px !important;
    width: 100% !important;
    overflow: hidden !important;
}

.BtnAjoutEventRaccourci, .BtnDemandeCongesRaccourci, .BtnNoteFraisRaccouci, .BtnBonSortieRaccourci, .BtnEnvoiEmailRaccourci, .BtnUsagerRaccourci {
    float: left;
    margin-right: 4px;
}

/*************************** 28/10/2016 *******************************/
.informations {
    float: left;
    display: block;
    width: 26%;
    height: 50px;
}

@media (max-width:1919px) and (min-width:1441px) {
    .BtnAjoutEventRaccourci, .BtnDemandeCongesRaccourci, .BtnNoteFraisRaccouci, .BtnBonSortieRaccourci, .BtnEnvoiEmailRaccourci, .BtnUsagerRaccourci {
        margin-right: 2px;
    }

    #btnAjoutEvenet, #btnDemandeConges, #btnNoteFrais, #btnBonSortie, #btnEnvoieEmail, #btnFicheUsager, #btnAppelTel, #BtnCourrier {
        /*width: 21px;*/
    }
}

@media (max-width:1440px) and (min-width:1281px) {
    .BtnAjoutEventRaccourci, .BtnDemandeCongesRaccourci, .BtnNoteFraisRaccouci, .BtnBonSortieRaccourci, .BtnEnvoiEmailRaccourci, .BtnUsagerRaccourci {
        margin-right: 2px;
    }

    #btnAjoutEvenet, #btnDemandeConges, #btnNoteFrais, #btnBonSortie, #btnEnvoieEmail, #btnFicheUsager, #btnAppelTel, #BtnCourrier {
    }
}

@media (max-width:1280px) and (min-width:1025px) {
    .BtnAjoutEventRaccourci, .BtnDemandeCongesRaccourci, .BtnNoteFraisRaccouci, .BtnBonSortieRaccourci, .BtnEnvoiEmailRaccourci, .BtnUsagerRaccourci {
        margin-right: 2px;
    }

    #btnAjoutEvenet, #btnDemandeConges, #btnNoteFrais, #btnBonSortie, #btnEnvoieEmail, #btnFicheUsager, #btnAppelTel, #BtnCourrier {
    }
}

@media (max-width:1024px) and (min-width:901px) {
    .BtnAjoutEventRaccourci, .BtnDemandeCongesRaccourci, .BtnNoteFraisRaccouci, .BtnBonSortieRaccourci, .BtnEnvoiEmailRaccourci, .BtnUsagerRaccourci {
        margin-right: 2px;
        margin-top: 8px;
    }

    #btnAjoutEvenet, #btnDemandeConges, #btnNoteFrais, #btnBonSortie, #btnEnvoieEmail, #btnFicheUsager, #btnAppelTel, #BtnCourrier {
    }

    .informations {
        width: 20%;
    }
}

@media (max-width:900px) {
    .BtnAjoutEventRaccourci, .BtnDemandeCongesRaccourci, .BtnNoteFraisRaccouci, .BtnBonSortieRaccourci, .BtnEnvoiEmailRaccourci, .BtnUsagerRaccourci {
        margin-right: 2px;
        margin-top: 10px;
    }

    #btnAjoutEvenet, #btnDemandeConges, #btnNoteFrais, #btnBonSortie, #btnEnvoieEmail, #btnFicheUsager, #btnAppelTel, #BtnCourrier {
        width: 18px;
    }

    .informations {
        width: 20%;
    }
}

.checkBoxTypologie1 {
    margin-left: 15px;
}

.checkBoxTypologie2 {
    margin-left: 60px;
}

.checkBoxTypologie3 {
    margin-left: 15px;
}

.checkBoxTypologie4 {
    margin-left: 68px;
}

.checkBoxTypologie5 {
    margin-left: 15px;
}

.checkBoxTypologie6 {
    margin-left: 29px;
}

.checkBoxTypologie7 {
    margin-left: 15px;
}

.checkBoxTypologie8 {
    margin-left: 31px;
}

.btnAJouterFicheUSager {
    margin-left: 145px;
    margin-top: 10px;
}

.GrpeCheck {
    float: left;
    width: 100%;
    height: 35px;
}

.lbTypologie1 {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
}

.lbTypologie2 {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
}

.lbTypologie3 {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
}

.lbTypologie4 {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
}

.lbTypologie5 {
    margin-left: 0px;
    margin-top: 10px;
    width: 30%;
    font-size: 11px;
    font-weight: bold;
}

.lbTypologie6 {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
}

.lbTypologie7 {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
}

.lbTypologie8 {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
}

.prelierblok1 {
    float: left;
    margin-left: 0;
    margin-top: 10px;
    width: 30%;
}

.prelierblok2 {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 30%;
}

.prelierblok3 {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 30%;
}

.prelierblok4 {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 30%;
}

.prelierblok5 {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 30%;
}

.prelierblok6 {
    width: 30%;
    float: left;
    margin-left: 10px;
}

.souprelierblok {
    margin-left: 10px;
    overflow: hidden;
    width: auto;
}

.Entete {
    width: 100%;
    font-family: Tahoma;
    font-size: 11px;
    height: 22px;
    box-sizing: border-box;
}
/*******************Fin Css btn master page: Demande conge-note frais-messagerie-ajout event- bon sortie **************************/

#objparent, #objparentAppelTel, #objparentAppel, #objparentEvt {
    border: 0 none;
    height: 568px;
    width: 800px;
    border-color: transparent;
    overflow: hidden;
}

#objparent4 {
    border: 0 none;
    height: 568px;
    width: 800px;
    border-color: transparent;
    overflow: hidden;
}

#objparent5 {
    border: 0 none;
    height: 568px;
    width: 800px;
    border-color: transparent;
    overflow: hidden;
}

#objparent2 {
    border: 0 none;
    height: 568px;
    width: 800px;
    border-color: transparent;
    overflow: hidden;
}

#objparent3 {
    border: 0 none;
    height: 568px;
    width: 800px;
    border-color: transparent;
    overflow: hidden;
}

#objparent6 {
    border: 0 none;
    height: 568px;
    width: 800px;
    border-color: transparent;
    overflow: hidden;
}

#MainContent_objparent6 {
    border: 0 none;
    height: 568px;
    width: 800px;
    border-color: transparent;
    overflow: hidden;
}

#objparent7 {
    border: 0 none;
    height: 568px;
    width: 800px;
    border-color: transparent;
    overflow: hidden;
}

#objparent8 {
    border: 0 none;
    height: 568px;
    width: 800px;
    border-color: transparent;
    overflow: hidden;
}

#objparentEvet {
    border: 0 none;
    height: 568px;
    width: 800px;
    border-color: transparent;
    overflow: hidden;
}

.modalPopupChoixUsager {
    /*overflow: hidden;
    background-color: #ffffff;
    height: 600px;
    width: 100%;
    border-radius: 13px;*/
    background-color: #ffffff;
    border-radius: 13px;
    height: 220px;
    /*margin-left: 450px;
    margin-top: 160px;*/
    overflow: hidden;
    width: 30%;
}

.AddEvenementContactUsager {
    height: 640px;
    left: 465px !important;
    margin: auto;
    position: fixed !important;
    right: 0;
    top: 190px !important;
    width: 800px;
}

.sortiralertTypolgie {
    margin-left: 115px;
    margin-top: -3px;
}
/*Mise a jours 16082016*/
.AddEvenementCourrier {
    background-color: white;
    border-radius: 13px;
    left: 253px;
    overflow: hidden;
    position: absolute;
    top: 50px;
    width: 800px;
    z-index: 100001;
}

.bouMaster {
    background-color: white;
    background-image: -moz-linear-gradient(left center, #cebede 10%, #fff 100%);
    border-radius: 10px 0 0 10px;
    height: 140px;
    margin-left: -14px;
    position: absolute;
    top: 37px;
    width: 107px;
    z-index: -1;
}

#triangleFermerMaster, #triangleOuvrirMaster {
    margin-top: 60px;
}

.modalBackgroundDossier {
    background-color: black;
    filter: alpha(opacity=50);
    opacity: 0.50;
    animation: steps(1, start);
}

#objparentDemande, #objparentDemande2 {
    border: none !important;
    margin-left: 0px;
    width: 800px !important;
    height: 580px;
}

    #objparentDemande body {
        margin: 0 !important;
    }

    #objparentDemande2 body {
        margin: 0 !important;
    }
/***********************************************Popup Fiche Reunion *********************************************

.modalEvtC {
    border-radius: 13px;
    top: 0px !important;
    background-color: white;
    width: 795px;
    position: absolute !important;
    height: 650px !important;
}

.divboudanspop {
    height: !important 600px;
    width: !important 800px;
}

#divdrag > div {
    float: left;
    width: 100%;
}

/*#divdrag {
    float: left;
    height: 100px;
    width: 740px;
}*/

/*#divdrag {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, #fff, #fff, #cdbedf) repeat scroll 0 0;
    border-radius: 13px 13px 0 0;
    float: left;
    height: 91px;
    width: 100%;
}

.UploadLogoEntreprise {
    margin-top: 3px;
    float: left;
    margin-left: 27px;
}

.logoEntrepriseProjet {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #745987;
    border-radius: 13px;
    float: left;
    overflow: hidden;
    vertical-align: middle;
}

.TitreFiche {
    margin-left: 59px;
    margin-top: 9px;
    float: left;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #404040;
}

.okbutton {
    margin-left: 350px !important;
    margin-top: 18px;
    padding: 0;
}

.bou {
    background-color: white;
    background-image: -moz-linear-gradient(left center, #cebede 10%, #fff 100%);
    border-radius: 10px 0 0 10px;
    height: 165px;
    margin-left: -14px;
    position: absolute;
    top: 86px;
    width: 107px;
    z-index: -1;
}

.boutonspops {
    background: linear-gradient(to LEFT, #fff, #b6d6ab, #00656e) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #64b4aa;
    border-radius: 10px 0 0 10px;
    height: 320px;
    margin-left: -14px;
    margin-top: 102px;
    position: absolute;
    width: 107px;
    z-index: -1;
}

#fermerBou {
    height: 196px;
    position: absolute;
    width: 14px;
    cursor: pointer;
    margin-top: 86px;
}

#ouvrirBou {
    height: 196px;
    position: absolute;
    width: 14px;
    cursor: pointer;
    margin-top: 86px;
}

.imgMarge1 {
    margin-left: 13px;
    margin-top: 18px;
}

.SousMenu1 {
    margin-left: 69px;
    margin-top: -57px;
}

.b1, b2, b3, .b4, .b5, .b6 {
    margin-left: 3px;
}

.imgMarge {
    margin-left: 27px;
    margin-top: 1px;
}

.BtnAjout3 {
    margin-left: 14px;
    margin-top: -16px;
}

.BtnAjout4 {
    margin-left: 14px;
    margin-top: 0px;
}

.BtnAjout5 {
    margin-left: 14px;
    margin-top: 0px;
}

.BtnAjout6 {
    margin-left: 14px;
    margin-top: -16px;
}

.BtnAjout7 {
    margin-left: 14px;
    margin-top: 0px;
}

.BtnAjout8 {
    margin-left: 14px;
    margin-top: 0px;
}

.CcontenupopdansPop {
    border-radius: 0 0013px 13px;
    float: left;
    width: 100%;
    height: 553px !important;
    position: absolute;
    top: 44px;
    background-color: white;
}

#triangleFermer {
    margin-left: 4px;
    margin-top: 126px;
}

#triangleOuvrir {
    margin-left: 4px;
    margin-top: -12px;
}

#objparentDemande {
    border: none !important;
    margin-left: 0px;
    width: 800px !important;
    height: 580px;
}

    #objparentDemande body {
        margin: 0 !important;
    }*/
/**********************************************Fin Popup Fiche Reunion **********************************************/
/*Début CSS Master Page*/
td {
    border-collapse: collapse;
}

#MainContent_Structures_Filiales_GrdFiliale tr td + td + td + td + td + td + td {
    text-align: center;
}

#MainContent_Structures_Services_GrdService tr td + td + td + td + td + td + td + td + td {
    text-align: center;
}

a {
    font-size: 11px;
    color: #404040;
    text-decoration: none;
    font-family: Tahoma;
    letter-spacing: 0px;
}

.txtCss {
    padding-left: 4px;
    width: 116px;
}

div#C_ConfirmContent {
    padding: 10px 0 0 10px;
}
/*body {
    background-repeat: no-repeat;
    border-style: none;
    border-color: inherit;
    border-width: 0;
    font-family: Tahoma;
    letter-spacing: 1px;
    font-size: 15px;
    color: #404040;
    height: 920px;
    font: 400 77%/1.5em Tahoma;
    line-height: 100%;
    margin: 8px 0px;
    width : 100%;
}*/
.bodyMP {
    /*background-image: linear-gradient(top, #CEBEDE 10%, #FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF, #061E44);
    background-image: -moz-linear-gradient(top, #CEBEDE 10%, #FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF, #061E44);
    background-image: -webkit-linear-gradient(top, #CEBEDE 10%, #FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF, #061E44);
    background-image: -ms-linear-gradient(top, #CEBEDE 10%, #FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF, #061E44);
    background-image: -o-linear-gradient(top, #CEBEDE 10%, #FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF, #061E44);*/
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CEBEDE',endColorstr='#061E44', GradientType=0);*/
    /*background-repeat: no-repeat;*/
    border-style: none;
    border-color: inherit;
    border-width: 0;
    font-family: Tahoma;
    letter-spacing: 1px;
    font-size: 15px;
    color: #404040;
    height: auto;
    font: 400 77%/1.5em Tahoma;
    line-height: 100%;
    margin: 0px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    /*background: url(../../../Images/Commun/bg-footer.png);
  background-position-y: 709px;*/
}

.bodyMasterPage {
    height: 100%;
    margin: 0;
    padding: 0;
}

#FormZP {
    height: 100%;
    margin: 0;
    padding: 0;
}

.bodyMasterPage {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    font-family: Tahoma;
    letter-spacing: 1px;
    font-size: 15px;
    color: #404040;
    height: auto;
    font: 400 77%/1.5em Tahoma;
    line-height: 100%;
    margin: 0px;
    width: 100%;
    overflow: auto;
}

.header_gauche {
    background-image: url("../../../Images/ImgMasterPage/header_gauche.png");
    background-repeat: repeat-x;
    float: left;
    height: 142px;
    margin-top: -925px;
    position: relative;
}

.header_droite {
    background-image: url("../../../Images/ImgMasterPage/header_droite.png");
    background-repeat: repeat-x;
    float: right;
    height: 142px;
    margin-top: -925px;
    position: relative;
}

div#bandeau {
    height: 142px;
    margin-left: 0px;
}

.BarShadow {
    border-bottom: 1px solid #684288;
    width: 99.8%;
    height: 100px;
    margin-top: -895px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    -ms-box-shadow: 0 10px 6px -6px #777;
    -o-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.footer_gauche {
    background-image: url("../../../Images/ImgMasterPage/footer_gauche.png");
    background-repeat: repeat-x;
    float: left;
    height: 118px;
    margin-top: -119px;
    position: relative;
}

.footer_droite {
    background-image: url("../../../Images/ImgMasterPage/footer_droit.png");
    background-repeat: repeat-x;
    float: right;
    height: 118px;
    margin-top: -119px;
    position: relative;
}

#imageentete {
    width: 1263px;
    height: 142px;
}

.logoEntreprise {
    width: 225px;
    height: 77px;
    margin-left: 930px;
    position: absolute;
    top: 45px;
    z-index: 150;
}

#ImgLogoEntreprise {
    height: 77px;
    width: 137px;
    /* border: 1px solid #684288; */
    border-radius: 13px;
}

.logo {
    width: 119px;
    height: 116px;
    position: absolute;
    margin-left: 242px;
    margin-top: -134px;
}

#logoZP {
}

.salconnecte {
    width: 250px;
    height: 50px;
    position: absolute;
    margin-left: 430px;
    top: 80px;
    color: #404040;
    font-family: Tahoma;
    text-align: right;
    font-size: 11px;
}

.salactif {
    width: 250px;
    height: 60px;
    margin-left: 680px;
    position: absolute;
    top: 57px;
    font-family: Tahoma;
    color: #8b7ab7;
    text-align: right;
    font-size: 11px;
}

.imageHome {
    width: 21px;
    height: 56px;
    margin-left: 1155px;
    border: 0px;
    position: absolute;
    top: 70px;
    z-index: 150;
}

.imagedecon {
    width: 21px;
    height: 56px;
    margin-left: 1230px;
    border: 0px;
    position: absolute;
    top: 56px;
    z-index: 150;
}

.btnMenuHorizontal {
    width: 108px;
    height: 39px;
}

#agenda {
    position: relative;
    z-index: 150;
}

#agenda2 {
    z-index: 150;
    margin-top: -4px;
}

#evenements {
    z-index: 150;
    position: relative;
}

.menu_eveappli {
    float: left;
    margin-left: 1%;
    width: 98%;
}

#imgAddEve {
    margin-bottom: 6px;
    margin-left: 3px;
    width: 23px;
    z-index: 150;
    float: left;
    margin-top: -33px;
}

#grvEvenement td {
    border-style: none;
    border-bottom: 3px dotted #DBD7E2;
    font-size: 10px;
    font-family: 'Tahoma';
}

#memo2 {
    z-index: 150;
}

#grvMemo td {
    border-style: none;
    font-size: 10px;
    font-family: Tahoma;
}

div#piedpage { /*margin-left: 0px; width: 1280px;*/
    height: 118px;
    margin-top: 615px;
}

#imagefooter {
    width: 1263px;
    height: 118px;
}

.adresseZP { /*width: 185px;*/
    height: 30px;
    margin-left: 1060px;
    position: absolute;
    top: 879px;
    font-family: Tahoma;
    font-size: 11px;
    color: white;
    text-align: left;
    padding-left: 29px;
}

.adresseZPFOOT {
    width: 58px;
    height: 30px;
    margin-left: 1007px;
    position: absolute;
    top: 877px;
    font-family: Tahoma;
    font-size: 11px;
    color: white;
    padding-right: 10px;
    border-right: 1px solid;
    text-align: left;
}

.hotlineTel {
    width: 560px;
    height: 30px;
    margin-left: 366px;
    position: absolute;
    top: 878px;
    font-family: Tahoma;
    font-size: 12px;
    text-align: left;
    color: #FFFFFF;
}

#imgmail {
    margin-bottom: 2px;
}

.adresseZ {
    width: 270px;
    height: 30px;
    margin-left: 15px;
    position: absolute;
    top: 869px;
    font-family: Tahoma;
    font-size: 11px;
    text-align: left;
    color: #FFFFFF;
    z-index: 150;
}

.adresseZP a {
    color: white;
}

.adresseZPFOOT a {
    color: white;
}

.adresseZ a {
    color: white;
}

.adresseZP a:hover {
    color: white;
    text-decoration: underline;
}

.adresseZP a:focus {
    color: white;
    text-decoration: underline;
}

.adresseZPFOOT a:hover {
    color: white;
    text-decoration: underline;
}

.adresseZPFOOT a:focus {
    color: white;
    text-decoration: underline;
}

.adresseZ a:hover {
    color: white;
    text-decoration: underline;
}

.adresseZ a:focus {
    color: white;
    text-decoration: underline;
}
/*Fin CSS Master Page*/

/*Début CSS POP Mémo Ajout dans Master Page */

/*Fin CSS POP Mémo Ajout dans Master Page */

/*Début CSS POP Mémo Gestion */

.HeaderMemo {
    font-size: 15px;
    font-family: Tahoma;
    color: #404040;
    margin-top: 3px;
    font-style: italic;
    margin-left: 5px;
}

/*Fin CSS POP Mémo Gestion */

/*Début CSS Alert Memo*/
.UIBeeper {
    width: 190px;
    left: 7px;
    bottom: 30px;
    position: fixed;
    z-index: 99;
    display: none;
    color: #b9b9b9;
    opacity: 0.9;
}

    .UIBeeper:hover {
        opacity: 1;
    }

    .UIBeeper .UIBeeper_Full {
        background-color: #FDF9E7;
        border: 1px solid #5A563B;
        /*border-radius*/
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin: 0;
        padding: 4px;
    }

        .UIBeeper .UIBeeper_Full:hover {
            /* change background color on mouseover */
            background-image: linear-gradient(#faeba7, #e7cf81);
        }

    .UIBeeper .UIBeep_Bottom {
        border-bottom: none;
    }

    .UIBeeper .UIBeep_Selected {
        background-image: linear-gradient(#faeba7, #e7cf81);
    }

    .UIBeeper .UIBeep_Top {
        padding-top: 0;
    }

    .UIBeeper .UIBeep_Bottom {
        padding-bottom: 0;
    }

.UIBeep {
    overflow: hidden;
    padding: 3px 0;
    clear: right;
}

.UIBeep_NonIntentional a {
    color: #5A563B;
    text-decoration: none;
}

    .UIBeep_NonIntentional a:hover {
        color: #5A563B;
        text-decoration: none;
    }

.UIBeep .UIBeep_NonIntentional .UIBeep_Icon {
    float: left;
    width: 20px;
    height: 20px;
    text-align: center;
    margin: 4px 1px;
}

.UIBeep_Selected .UIBeep_Icon {
    margin-right: 2px;
}

.image2 {
    /* icon within the beeper */
    background-image: url(../../Images/ImgMasterPage/like.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.UIBeeper .UIBeep .UIBeep_NonIntentional .beeper_x {
    /* close button */
    float: right;
    height: 16px;
    width: 16px;
    margin-top: 4px;
    background: url(../../../Images/ImgMasterPage/closeAlert.png) no-repeat;
    visibility: hidden;
}

.UIBeep .beeper_x:hover {
    /* close button on mouseover */
    background: url(../../../Images/ImgMasterPage/closeAlertHover.png) no-repeat !important;
    cursor: pointer;
}

.UIBeep_Selected .beeper_x {
    display: block !important;
    visibility: visible !important;
    margin-left: 4px;
}

.UIBeep .UIBeep_NonIntentional .UIBeep_Title {
    margin: 0 20px 0 30px;
}

.UIBeep .UIBeep_Title {
    padding: 5px 0;
}
/*Fin CSS Alert Memo*/

/*Début PopUp Alert*/
.btnAlert {
    display: none;
}

#alertContent {
    background-color: #FFFFFF;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 11px;
}

.modalBackground {
    background-color: black;
    filter: alpha(opacity=50);
    opacity: 0.50;
    animation: steps(1, start);
}

.alertHeaderClass {
    border-radius: 13px 13px 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #fff, #fff, #cdbedf) repeat scroll 0 0;
    border-bottom: 2px solid #c1c1bf;
    height: 30px;
    line-height: 30px;
    letter-spacing: 0px;
    width: 100%;
    text-align: left;
}

.sortiralert {
    float: right;
    /*margin-top: 15px;
    margin-bottom: 10px;*/
}

.labelAlert {
    margin-left: 10px;
    color: #684288;
}
/*Fin PopUp Alert*/

/*Début pop up Ajout Evenement*/
.BackgroundAddEvenement {
    background-color: rgba(0, 0, 0, 0.5);
}

.AddEvenement {
    height: 640px;
    left: 0 !important;
    margin: auto;
    /*position: fixed !important;*/
    right: 0;
    /*top: 55px !important;*/
    width: 800px;
    z-index: 100001;
}

#objparentDetail {
    float: left;
    width: 100%;
    border: none;
}

.lastlist {
    width: 80%;
}

#objparent {
    border: 0 none;
    height: 568px;
    width: 800px;
    border-color: transparent;
    overflow: hidden;
}

.ImgLoading {
    margin-left: 400px;
    margin-top: 325px;
}
/*fin pop up Ajout Evenement*/

/* css ajouter par sawsen */

.main {
    margin: 0 auto 0 auto;
    /*min-width: 600px;*/
}

/* end css */

/* code ajouter par sawsen 29/11/2015 pour regler les pop up apres la modif du badreddine */
#DetailEvenement {
    left: 0 !important;
    margin: auto;
    position: fixed !important;
    right: 0;
    width: 800px;
    z-index: 100001;
}

.EvenementAdd {
    background-color: #ffffff;
    border-radius: 13px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    float: left;
    height: 586px;
    margin: auto;
    overflow: hidden;
    width: 100%;
}

.btnCloseAddEvenement {
    float: right;
    padding: 0;
    margin: 5px 8px 0 0;
    margin-top: 6px;
}

.btnCloseAddEvenement6 {
    position: absolute;
    right: 0;
    float: right;
    padding: 0;
    margin: 5px 8px 0 0;
    margin-top: 6px;
}

.PopUpAjouterEvenementNomSalarie {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0;
    float: left;
    margin-right: 40px;
}

.PopUpAjouterEvenement {
    float: left;
    font-size: 17px;
    font-weight: bold;
    margin-left: 10px;
    letter-spacing: -1px;
}

.headerAddEvenement {
    float: left;
    width: 100%;
    background: linear-gradient(to right, #fff, #fff, #cdbedf) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 2px solid #c1c1cf;
    border-radius: 13px 13px 0 0px;
    line-height: 30px;
    height: 30px;
    margin-bottom: 5px;
}

.AddEvenement1 {
    overflow: hidden;
    background-color: #ffffff;
    height: 600px;
    width: 100%;
    border-radius: 13px;
}

#objparentDetail {
    height: 550px;
    float: left;
    width: 100%;
    border: none;
}

.Tache {
    border: medium none;
    float: left;
    height: 100%;
    width: 100%;
}

#form1 {
    float: left;
    width: 100%;
    height: auto;
}

#objparentDetail1 {
    border: medium none;
    float: left;
    height: 100%;
    width: 100%;
    background: #fff;
}

#AddEvenement2 {
    float: left;
    width: 100%;
    height: 600px;
}

.ContentAddEvenement1, #contenupopDetail1 {
    float: left;
    height: 100%;
    width: 100%;
}
.modalPopupAlert2 {
    background: #ffffff none repeat scroll 0 0;
    border: thin groove #684288;
    border-radius: 13px;
    box-shadow: 3px 3px #c1c1c1;
    height: auto;
    left: 0 !important;
    margin: 0 auto;
    position: absolute !important;
    right: 0;
    top: 0 !important;
    width: 300px;
}
.modalPopupAlert {
    background: #ffffff none repeat scroll 0 0;
    border: thin groove #684288;
    border-radius: 13px;
    box-shadow: 3px 3px #c1c1c1;
    height: auto;
    left: 0 !important;
    margin: 0 auto;
    position: absolute !important;
    right: 0;
    top: 0 !important;
    width: 300px;
    z-index: 999999;
}

.modalPopupAlert1 {
    background: #ffffff none repeat scroll 0 0;
    border: thin groove #684288;
    border-radius: 13px;
    box-shadow: 3px 3px #c1c1c1;
    height: auto;
    left: 0 !important;
    margin: 0 auto;
    position: absolute !important;
    right: 0;
    top: 0 !important;
    width: 300px;
    z-index: 999999;
}

.modalBackgroundAlert {
    background-color: black;
    filter: alpha(opacity=50);
    opacity: 0.50;
    animation: steps(1, start);
}

.AddEvenement1ajout {
    background-color: #ffffff;
    border-radius: 13px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    float: left;
    height: 586px;
    margin: auto;
    overflow: hidden;
    width: 100%;
}
/******************** (Bbbbbbbbbb) **********************/
/*.sortiralert {
    margin-bottom: 10px;
}*/

#MainContent_sortiralertPerSpecME {
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
}

#MainContent_updatePerSpecME {
    font-weight: bold;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 11px;
}

.without_marge {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.calendar_azprojet_event, .scheduler_azprojet_event {
    border: 1px solid white;
    border-radius: 0 10px 10px 0 !important;
}

.clear_both {
    clear: both;
}

.HiddenField {
    display: none !important;
}

a.emoji-button {
    background-image: url(/js/jsEmoticones/images/smile.png);
    color: transparent;
    padding: 4px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    position: absolute;
}

.emoji-wysiwyg-editor {
    border-radius: 5px;
    height: 30px;
    margin-bottom: 10px;
    padding-left: 5px;
}

.emoji-menu {
    /*top: 168px !important;*/
    margin-left: 0px !important;
    width: 180px;
    height: 148px;
    z-index: 100000 !important;
}

.buttonSendEmoticones {
    background: url(/Images/Commun/02-Header_nouveau-AZP---Copie_20.png) no-repeat;
    cursor: pointer;
    border: none;
    width: 25px;
    float: right;
    background-size: 22px 19px;
    background-position-y: 2px;
}

.emoji-wysiwyg-editor {
    position: relative;
    width: 200px;
    height: 50px;
    padding: 0px;
    background: #f2f2f2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #666E6D solid 1px;
}

    .emoji-wysiwyg-editor:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 15px 15px 15px 0;
        border-color: transparent #C9FFD3;
        display: block;
        width: 0;
        z-index: 1;
        left: -15px;
        top: 45px;
    }

    .emoji-wysiwyg-editor:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 15px 15px 15px 0;
        border-color: transparent #666E6D;
        display: block;
        width: 0;
        z-index: 0;
        left: -16px;
        top: 45px;
    }

.gritter-title {
    border-bottom: 2px solid #c1c1cf;
    display: block;
    font-family: tahoma !important;
    font-size: 11px !important;
    font-weight: 700;
    padding: 0 0 7px;
}

.gritter-item p {
    font-family: tahoma;
    font-size: 11px;
    line-height: 1.8;
}

.emojis-wysiwyg {
    resize: none;
    height: 90px;
    width: 217px;
    margin-bottom: 10px;
    padding-left: 5px;
}

.gritter-image {
    border: 1px solid #684288;
    border-radius: 25px;
}

/*Media*/

/*******************Debut Css btn master page: Demande conge-note frais-messagerie-ajout event- bon sortie **************************/

.BtnAjoutEventRaccourci, .BtnDemandeCongesRaccourci, .BtnNoteFraisRaccouci, .BtnBonSortieRaccourci, .BtnEnvoiEmailRaccourci, .BtnUsagerRaccourci {
    float: left;
    margin-right: 4px;
}

.checkBoxTypologie1 {
    margin-left: 15px;
}

.checkBoxTypologie2 {
    margin-left: 60px;
}

.checkBoxTypologie3 {
    margin-left: 15px;
}

.checkBoxTypologie4 {
    margin-left: 68px;
}

.checkBoxTypologie5 {
    margin-left: 15px;
}

.checkBoxTypologie6 {
    margin-left: 29px;
}

.checkBoxTypologie7 {
    margin-left: 15px;
}

.checkBoxTypologie8 {
    margin-left: 31px;
}

.btnAJouterFicheUSager {
    margin-left: 145px;
    margin-top: 10px;
}

.GrpeCheck {
    float: left;
    width: 100%;
    height: 35px;
}

.lbTypologie1 {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
}

.lbTypologie2 {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
}

.lbTypologie3 {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
}

.lbTypologie4 {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
}

.lbTypologie5 {
    margin-left: 0px;
    margin-top: 10px;
    width: 30%;
    font-size: 11px;
    font-weight: bold;
}

.lbTypologie6 {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
}

.lbTypologie7 {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
}

.lbTypologie8 {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
}

.prelierblok1 {
    float: left;
    margin-left: 0;
    margin-top: 10px;
    width: 30%;
}

.prelierblok2 {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 30%;
}

.prelierblok3 {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 30%;
}

.prelierblok4 {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 30%;
}

.prelierblok5 {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 30%;
}

.prelierblok6 {
    width: 30%;
    float: left;
    margin-left: 10px;
}

.souprelierblok {
    margin-left: 10px;
    overflow: hidden;
    width: auto;
}

.Entete {
    width: 100%;
    font-family: Tahoma;
    font-size: 11px;
    height: 22px;
    box-sizing: border-box;
}
/*******************Fin Css btn master page: Demande conge-note frais-messagerie-ajout event- bon sortie **************************/

#objparent, #objparentAppelTel, #objparentAppel, #objparentEvt {
    border: 0 none;
    height: 568px;
    width: 800px;
    border-color: transparent;
    overflow: hidden;
}

#objparent4 {
    border: 0 none;
    height: 568px;
    width: 800px;
    border-color: transparent;
    overflow: hidden;
}

#objparent5 {
    border: 0 none;
    height: 568px;
    width: 800px;
    border-color: transparent;
    overflow: hidden;
}

#objparent2 {
    border: 0 none;
    height: 568px;
    width: 800px;
    border-color: transparent;
    overflow: hidden;
}

#objparent3 {
    border: 0 none;
    height: 568px;
    width: 800px;
    border-color: transparent;
    overflow: hidden;
}

#objparent6 {
    border: 0 none;
    height: 568px;
    width: 800px;
    border-color: transparent;
    overflow: hidden;
}

#MainContent_objparent6 {
    border: 0 none;
    height: 568px;
    width: 800px;
    border-color: transparent;
    overflow: hidden;
}

#objparent7 {
    border: 0 none;
    height: 568px;
    width: 800px;
    border-color: transparent;
    overflow: hidden;
}

#objparent8 {
    border: 0 none;
    height: 568px;
    width: 800px;
    border-color: transparent;
    overflow: hidden;
}

#objparentEvet {
    border: 0 none;
    height: 568px;
    width: 800px;
    border-color: transparent;
    overflow: hidden;
}

.modalPopupChoixUsager {
    /*overflow: hidden;
    background-color: #ffffff;
    height: 600px;
    width: 100%;
    border-radius: 13px;*/
    background-color: #ffffff;
    border-radius: 13px;
    height: 220px;
    /*margin-left: 450px;
    margin-top: 160px;*/
    overflow: hidden;
    width: 30%;
}

.AddEvenementContactUsager {
    height: 640px;
    left: 465px !important;
    margin: auto;
    position: fixed !important;
    right: 0;
    top: 190px !important;
    width: 800px;
}

.sortiralertTypolgie {
    margin-left: 115px;
    margin-top: -3px;
}
/*Mise a jours 16082016*/
.AddEvenementCourrier {
    background-color: white;
    border-radius: 13px;
    left: 253px;
    overflow: hidden;
    position: absolute;
    top: 50px;
    width: 800px;
    z-index: 100001;
}

.bouMaster {
    background-color: white;
    background-image: -moz-linear-gradient(left center, #cebede 10%, #fff 100%);
    border-radius: 10px 0 0 10px;
    height: 140px;
    margin-left: -14px;
    position: absolute;
    top: 37px;
    width: 107px;
    z-index: -1;
}

#triangleFermerMaster, #triangleOuvrirMaster {
    margin-top: 60px;
}

.ajax__calendar_container {
    width: 200px !important;
}

.BackgroundMemo {
    background-color: rgba(0, 0, 0, 0.5);
}

.CreerMemoDrag {
    background-clip: padding-box;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 13px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 0 !important;
    margin: 0 auto;
    outline: 0 none;
    position: absolute !important;
    right: 0;
    top: 56px !important;
    width: 313px;
}

#MemoModal {
    margin-left: 460px;
    margin-top: 200px;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    /*width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;*/
}

table tr td {
    font-family: Tahoma;
    font-size: 11px;
}

table tr th {
    font-family: Tahoma;
    font-size: 11px;
}

#map_canvas img, .google-maps img {
    max-width: none;
}

button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button, input {
    *overflow: visible;
    line-height: normal;
}

#menu_horizontal input {
    padding: 0 !important;
}

input {
    font-family: Tahoma;
    padding: 3px 0;
    font-size: 12px;
}

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    button, html input[type="button"], input[type="reset"], input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
    }

    label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
        cursor: pointer;
    }

    input[type="search"] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

textarea {
    overflow: auto;
    vertical-align: top;
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        /*max-width: 100% !important;*/
    }

    @page {
        margin: .5cm;
    }
}

/*body {
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
    margin:0px !important;
}*/

.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.row {
    margin-left: -20px;
    *zoom: 1;
}

    .row:before, .row:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .row:after {
        clear: both;
    }

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 940px;
}

.span12 {
    width: 940px;
}

.span11 {
    width: 860px;
}

.span10 {
    width: 780px;
}

.span9 {
    width: 700px;
}

.span8 {
    width: 620px;
}

.span7 {
    width: 540px;
}

.span6 {
    width: 460px;
}

.span5 {
    width: 380px;
}

.span4 {
    width: 300px;
}

.span3 {
    width: 220px;
}

.span2 {
    width: 140px;
}

.span1 {
    width: 60px;
}

.offset12 {
    margin-left: 980px;
}

.offset11 {
    margin-left: 900px;
}

.offset10 {
    margin-left: 820px;
}

.offset9 {
    margin-left: 740px;
}

.offset8 {
    margin-left: 660px;
}

.offset7 {
    margin-left: 580px;
}

.offset6 {
    margin-left: 500px;
}

.offset5 {
    margin-left: 420px;
}

.offset4 {
    margin-left: 340px;
}

.offset3 {
    margin-left: 260px;
}

.offset2 {
    margin-left: 180px;
}

.offset1 {
    margin-left: 100px;
}

.row-fluid {
    width: 100%;
    *zoom: 1;
}

    .row-fluid:before, .row-fluid:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 30px;
        margin-left: 2.127659574468085%;
        *margin-left: 2.074468085106383%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .row-fluid [class*="span"]:first-child {
            margin-left: 0;
        }

    .row-fluid .controls-row [class*="span"] + [class*="span"] {
        margin-left: 2.127659574468085%;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.48936170212765%;
        *width: 91.43617021276594%;
    }

    .row-fluid .span10 {
        width: 82.97872340425532%;
        *width: 82.92553191489361%;
    }

    .row-fluid .span9 {
        width: 74.46808510638297%;
        *width: 74.41489361702126%;
    }

    .row-fluid .span8 {
        width: 65.95744680851064%;
        *width: 65.90425531914893%;
    }

    .row-fluid .span7 {
        width: 57.44680851063829%;
        *width: 57.39361702127659%;
    }

    .row-fluid .span6 {
        width: 48.93617021276595%;
        *width: 48.88297872340425%;
    }

    .row-fluid .span5 {
        width: 40.42553191489362%;
        *width: 40.37234042553192%;
    }

    .row-fluid .span4 {
        width: 31.914893617021278%;
        *width: 31.861702127659576%;
    }

    .row-fluid .span3 {
        width: 23.404255319148934%;
        *width: 23.351063829787233%;
    }

    .row-fluid .span2 {
        width: 14.893617021276595%;
        *width: 14.840425531914894%;
    }

    .row-fluid .span1 {
        width: 6.382978723404255%;
        *width: 6.329787234042553%;
    }

    .row-fluid .offset12 {
        margin-left: 104.25531914893617%;
        *margin-left: 104.14893617021275%;
    }

        .row-fluid .offset12:first-child {
            margin-left: 102.12765957446808%;
            *margin-left: 102.02127659574467%;
        }

    .row-fluid .offset11 {
        margin-left: 95.74468085106382%;
        *margin-left: 95.6382978723404%;
    }

        .row-fluid .offset11:first-child {
            margin-left: 93.61702127659574%;
            *margin-left: 93.51063829787232%;
        }

    .row-fluid .offset10 {
        margin-left: 87.23404255319149%;
        *margin-left: 87.12765957446807%;
    }

        .row-fluid .offset10:first-child {
            margin-left: 85.1063829787234%;
            *margin-left: 84.99999999999999%;
        }

    .row-fluid .offset9 {
        margin-left: 78.72340425531914%;
        *margin-left: 78.61702127659572%;
    }

        .row-fluid .offset9:first-child {
            margin-left: 76.59574468085106%;
            *margin-left: 76.48936170212764%;
        }

    .row-fluid .offset8 {
        margin-left: 70.2127659574468%;
        *margin-left: 70.10638297872339%;
    }

        .row-fluid .offset8:first-child {
            margin-left: 68.08510638297872%;
            *margin-left: 67.9787234042553%;
        }

    .row-fluid .offset7 {
        margin-left: 61.70212765957446%;
        *margin-left: 61.59574468085106%;
    }

        .row-fluid .offset7:first-child {
            margin-left: 59.574468085106375%;
            *margin-left: 59.46808510638297%;
        }

    .row-fluid .offset6 {
        margin-left: 53.191489361702125%;
        *margin-left: 53.085106382978715%;
    }

        .row-fluid .offset6:first-child {
            margin-left: 51.063829787234035%;
            *margin-left: 50.95744680851063%;
        }

    .row-fluid .offset5 {
        margin-left: 44.68085106382979%;
        *margin-left: 44.57446808510638%;
    }

        .row-fluid .offset5:first-child {
            margin-left: 42.5531914893617%;
            *margin-left: 42.4468085106383%;
        }

    .row-fluid .offset4 {
        margin-left: 36.170212765957444%;
        *margin-left: 36.06382978723405%;
    }

        .row-fluid .offset4:first-child {
            margin-left: 34.04255319148936%;
            *margin-left: 33.93617021276596%;
        }

    .row-fluid .offset3 {
        margin-left: 27.659574468085104%;
        *margin-left: 27.5531914893617%;
    }

        .row-fluid .offset3:first-child {
            margin-left: 25.53191489361702%;
            *margin-left: 25.425531914893618%;
        }

    .row-fluid .offset2 {
        margin-left: 19.148936170212764%;
        *margin-left: 19.04255319148936%;
    }

        .row-fluid .offset2:first-child {
            margin-left: 17.02127659574468%;
            *margin-left: 16.914893617021278%;
        }

    .row-fluid .offset1 {
        margin-left: 10.638297872340425%;
        *margin-left: 10.53191489361702%;
    }

        .row-fluid .offset1:first-child {
            margin-left: 8.51063829787234%;
            *margin-left: 8.404255319148938%;
        }

.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}

    .container:before, .container:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .container:after {
        clear: both;
    }

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1;
}

    .container-fluid:before, .container-fluid:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .container-fluid:after {
        clear: both;
    }

.lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 200;
    line-height: 30px;
}

small {
    font-size: 85%;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

cite {
    font-style: normal;
}

.muted {
    color: #999;
}

a.muted:hover, a.muted:focus {
    color: #808080;
}

.text-warning {
    color: #c09853;
}

a.text-warning:hover, a.text-warning:focus {
    color: #a47e3c;
}

.text-error {
    color: #b94a48;
}

a.text-error:hover, a.text-error:focus {
    color: #953b39;
}

.text-info {
    color: #3a87ad;
}

a.text-info:hover, a.text-info:focus {
    color: #2d6987;
}

.text-success {
    color: #468847;
}

a.text-success:hover, a.text-success:focus {
    color: #356635;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eee;
}

.dl-horizontal {
    *zoom: 1;
}

    .dl-horizontal:before, .dl-horizontal:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .dl-horizontal:after {
        clear: both;
    }

    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}

    blockquote p {
        margin-bottom: 0;
        font-size: 17.5px;
        font-weight: 300;
        line-height: 1.25;
    }

    blockquote small {
        display: block;
        line-height: 20px;
        color: #999;
    }

        blockquote small:before {
            content: '\2014 \00A0';
        }

    blockquote.pull-right {
        float: right;
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
    }

        blockquote.pull-right p, blockquote.pull-right small {
            text-align: right;
        }

            blockquote.pull-right small:before {
                content: '';
            }

            blockquote.pull-right small:after {
                content: '\00A0 \2014';
            }

    q:before, q:after, blockquote:before, blockquote:after {
        content: "";
    }

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 20px;
}

code, pre {
    padding: 0 3px 2px;
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
    font-size: 12px;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

code {
    padding: 2px 4px;
    color: #d14;
    white-space: nowrap;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    pre.prettyprint {
        margin-bottom: 20px;
    }

    pre code {
        padding: 0;
        color: inherit;
        white-space: pre;
        white-space: pre-wrap;
        background-color: transparent;
        border: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

form {
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

    legend small {
        font-size: 15px;
        color: #999;
    }

label, input, button, select, textarea {
}

input, button, select, textarea {
}

    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-size: 11px;
        color: #404040;
    }

input, textarea, .uneditable-input {
}

textarea {
    height: auto;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}

    textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
        border-color: rgba(82,168,236,0.8);
        outline: 0;
        outline: thin dotted \9;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    }

input[type="radio"], input[type="checkbox"] {
    /*margin: 4px 0 0;
    margin-top: 1px \9;
    *margin-top: 0;
    line-height: normal;*/
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    /*width: auto;*/
}

select, input[type="file"] {
    /*height: 30px;
    *margin-top: 4px;
    line-height: 30px;*/
}

select {
    height: 22px;
    border: 1px solid #ccc;
    font-family: Tahoma;
    /*padding: 3px 0;*/
    font-size: 11px;
}

input {
    text-indent: 4px;
}

select[multiple], select[size] {
    height: auto;
}

select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
}

.uneditable-input, .uneditable-textarea {
    color: #999;
    cursor: not-allowed;
    background-color: #fcfcfc;
    border-color: #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
}

.uneditable-input {
    overflow: hidden;
    white-space: nowrap;
}

.uneditable-textarea {
    width: auto;
    height: auto;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
}

.radio, .checkbox {
    min-height: 20px;
    padding-left: 20px;
}

    .radio input[type="radio"], .checkbox input[type="checkbox"] {
        float: left;
        margin-left: -20px;
    }

.controls > .radio:first-child, .controls > .checkbox:first-child {
    padding-top: 5px;
}

.radio.inline, .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

    .radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
        margin-left: 10px;
    }

.input-mini {
    width: 60px;
}

.input-small {
    width: 90px;
}

.input-medium {
    width: 150px;
}

.input-large {
    width: 210px;
}

.input-xlarge {
    width: 270px;
}

.input-xxlarge {
    width: 530px;
}

input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0;
}

.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
    display: inline-block;
}

input, textarea, .uneditable-input {
    margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
}

input.span12, textarea.span12, .uneditable-input.span12 {
    width: 926px;
}

input.span11, textarea.span11, .uneditable-input.span11 {
    width: 846px;
}

input.span10, textarea.span10, .uneditable-input.span10 {
    width: 766px;
}

input.span9, textarea.span9, .uneditable-input.span9 {
    width: 686px;
}

input.span8, textarea.span8, .uneditable-input.span8 {
    width: 606px;
}

input.span7, textarea.span7, .uneditable-input.span7 {
    width: 526px;
}

input.span6, textarea.span6, .uneditable-input.span6 {
    width: 446px;
}

input.span5, textarea.span5, .uneditable-input.span5 {
    width: 366px;
}

input.span4, textarea.span4, .uneditable-input.span4 {
    width: 286px;
}

input.span3, textarea.span3, .uneditable-input.span3 {
    width: 206px;
}

input.span2, textarea.span2, .uneditable-input.span2 {
    width: 126px;
}

input.span1, textarea.span1, .uneditable-input.span1 {
    width: 46px;
}

.controls-row {
    *zoom: 1;
}

    .controls-row:before, .controls-row:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .controls-row:after {
        clear: both;
    }

    .controls-row [class*="span"], .row-fluid .controls-row [class*="span"] {
        float: left;
    }

    .controls-row .checkbox[class*="span"], .controls-row .radio[class*="span"] {
        padding-top: 5px;
    }

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
    background-color: transparent;
}

.control-group.warning .control-label, .control-group.warning .help-block, .control-group.warning .help-inline {
    color: #c09853;
}

.control-group.warning .checkbox, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea {
    color: #c09853;
}

.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
        border-color: #a47e3c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;
    }

.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
}

.control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline {
    color: #b94a48;
}

.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
    color: #b94a48;
}

.control-group.error input, .control-group.error select, .control-group.error textarea {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
        border-color: #953b39;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;
    }

.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

.control-group.success .control-label, .control-group.success .help-block, .control-group.success .help-inline {
    color: #468847;
}

.control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {
    color: #468847;
}

.control-group.success input, .control-group.success select, .control-group.success textarea {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
        border-color: #356635;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;
    }

.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}

.control-group.info .control-label, .control-group.info .help-block, .control-group.info .help-inline {
    color: #3a87ad;
}

.control-group.info .checkbox, .control-group.info .radio, .control-group.info input, .control-group.info select, .control-group.info textarea {
    color: #3a87ad;
}

.control-group.info input, .control-group.info select, .control-group.info textarea {
    border-color: #3a87ad;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .control-group.info input:focus, .control-group.info select:focus, .control-group.info textarea:focus {
        border-color: #2d6987;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3;
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3;
    }

.control-group.info .input-prepend .add-on, .control-group.info .input-append .add-on {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #3a87ad;
}

input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}

    input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
        border-color: #e9322d;
        -webkit-box-shadow: 0 0 6px #f8b9b7;
        -moz-box-shadow: 0 0 6px #f8b9b7;
        box-shadow: 0 0 6px #f8b9b7;
    }

.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1;
}

    .form-actions:before, .form-actions:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .form-actions:after {
        clear: both;
    }

.help-block, .help-inline {
    color: #595959;
}

.help-block {
    display: block;
    margin-bottom: 10px;
}

.help-inline {
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    *zoom: 1;
}

.input-append, .input-prepend {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}

    .input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input, .input-append .dropdown-menu, .input-prepend .dropdown-menu, .input-append .popover, .input-prepend .popover {
        font-size: 14px;
    }

    .input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
        position: relative;
        margin-bottom: 0;
        *margin-left: 0;
        vertical-align: top;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

        .input-append input:focus, .input-prepend input:focus, .input-append select:focus, .input-prepend select:focus, .input-append .uneditable-input:focus, .input-prepend .uneditable-input:focus {
            z-index: 2;
        }

    .input-append .add-on, .input-prepend .add-on {
        display: inline-block;
        width: auto;
        height: 20px;
        min-width: 16px;
        padding: 4px 5px;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        text-align: center;
        text-shadow: 0 1px 0 #fff;
        background-color: #eee;
        border: 1px solid #ccc;
    }

    .input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .btn-group > .dropdown-toggle {
        vertical-align: top;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .input-append .active, .input-prepend .active {
        background-color: #a9dba9;
        border-color: #46a546;
    }

    .input-prepend .add-on, .input-prepend .btn {
        margin-right: -1px;
    }

        .input-prepend .add-on:first-child, .input-prepend .btn:first-child {
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
        }

    .input-append input, .input-append select, .input-append .uneditable-input {
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

        .input-append input + .btn-group .btn:last-child, .input-append select + .btn-group .btn:last-child, .input-append .uneditable-input + .btn-group .btn:last-child {
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
        }

    .input-append .add-on, .input-append .btn, .input-append .btn-group {
        margin-left: -1px;
    }

        .input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
        }

    .input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .input-prepend.input-append input + .btn-group .btn, .input-prepend.input-append select + .btn-group .btn, .input-prepend.input-append .uneditable-input + .btn-group .btn {
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
        }

    .input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

    .input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
        margin-left: -1px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

    .input-prepend.input-append .btn-group:first-child {
        margin-left: 0;
    }

input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.form-search .input-append .search-query, .form-search .input-prepend .search-query {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-search .input-append .search-query {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
}

.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    vertical-align: middle;
    *zoom: 1;
}

.form-search .hide, .form-inline .hide, .form-horizontal .hide {
    display: none;
}

.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {
    margin-bottom: 0;
}

.form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

    .form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        float: left;
        margin-right: 3px;
        margin-left: 0;
    }

.control-group {
    margin-bottom: 10px;
}

legend + .control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
    margin-bottom: 20px;
    *zoom: 1;
}

    .form-horizontal .control-group:before, .form-horizontal .control-group:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .form-horizontal .control-group:after {
        clear: both;
    }

.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
}

.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0;
}

    .form-horizontal .controls:first-child {
        *padding-left: 180px;
    }

.form-horizontal .help-block {
    margin-bottom: 0;
}

.form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block, .form-horizontal .uneditable-input + .help-block, .form-horizontal .input-prepend + .help-block, .form-horizontal .input-append + .help-block {
    margin-top: 10px;
}

.form-horizontal .form-actions {
    padding-left: 180px;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../img/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

.icon-glass {
    background-position: 0 0;
}

.icon-music {
    background-position: -24px 0;
}

.icon-search {
    background-position: -48px 0;
}

.icon-envelope {
    background-position: -72px 0;
}

.icon-heart {
    background-position: -96px 0;
}

.icon-star {
    background-position: -120px 0;
}

.icon-star-empty {
    background-position: -144px 0;
}

.icon-user {
    background-position: -168px 0;
}

.icon-film {
    background-position: -192px 0;
}

.icon-th-large {
    background-position: -216px 0;
}

.icon-th {
    background-position: -240px 0;
}

.icon-th-list {
    background-position: -264px 0;
}

.icon-ok {
    background-position: -288px 0;
}

.icon-remove {
    background-position: -312px 0;
}

.icon-zoom-in {
    background-position: -336px 0;
}

.icon-zoom-out {
    background-position: -360px 0;
}

.icon-off {
    background-position: -384px 0;
}

.icon-signal {
    background-position: -408px 0;
}

.icon-cog {
    background-position: -432px 0;
}

.icon-trash {
    background-position: -456px 0;
}

.icon-home {
    background-position: 0 -24px;
}

.icon-file {
    background-position: -24px -24px;
}

.icon-time {
    background-position: -48px -24px;
}

.icon-road {
    background-position: -72px -24px;
}

.icon-download-alt {
    background-position: -96px -24px;
}

.icon-download {
    background-position: -120px -24px;
}

.icon-upload {
    background-position: -144px -24px;
}

.icon-inbox {
    background-position: -168px -24px;
}

.icon-play-circle {
    background-position: -192px -24px;
}

.icon-repeat {
    background-position: -216px -24px;
}

.icon-refresh {
    background-position: -240px -24px;
}

.icon-list-alt {
    background-position: -264px -24px;
}

.icon-lock {
    background-position: -287px -24px;
}

.icon-flag {
    background-position: -312px -24px;
}

.icon-headphones {
    background-position: -336px -24px;
}

.icon-volume-off {
    background-position: -360px -24px;
}

.icon-volume-down {
    background-position: -384px -24px;
}

.icon-volume-up {
    background-position: -408px -24px;
}

.icon-qrcode {
    background-position: -432px -24px;
}

.icon-barcode {
    background-position: -456px -24px;
}

.icon-tag {
    background-position: 0 -48px;
}

.icon-tags {
    background-position: -25px -48px;
}

.icon-book {
    background-position: -48px -48px;
}

.icon-bookmark {
    background-position: -72px -48px;
}

.icon-print {
    background-position: -96px -48px;
}

.icon-camera {
    background-position: -120px -48px;
}

.icon-font {
    background-position: -144px -48px;
}

.icon-bold {
    background-position: -167px -48px;
}

.icon-italic {
    background-position: -192px -48px;
}

.icon-text-height {
    background-position: -216px -48px;
}

.icon-text-width {
    background-position: -240px -48px;
}

.icon-align-left {
    background-position: -264px -48px;
}

.icon-align-center {
    background-position: -288px -48px;
}

.icon-align-right {
    background-position: -312px -48px;
}

.icon-align-justify {
    background-position: -336px -48px;
}

.icon-list {
    background-position: -360px -48px;
}

.icon-indent-left {
    background-position: -384px -48px;
}

.icon-indent-right {
    background-position: -408px -48px;
}

.icon-facetime-video {
    background-position: -432px -48px;
}

.icon-picture {
    background-position: -456px -48px;
}

.icon-pencil {
    background-position: 0 -72px;
}

.icon-map-marker {
    background-position: -24px -72px;
}

.icon-adjust {
    background-position: -48px -72px;
}

.icon-tint {
    background-position: -72px -72px;
}

.icon-edit {
    background-position: -96px -72px;
}

.icon-share {
    background-position: -120px -72px;
}

.icon-check {
    background-position: -144px -72px;
}

.icon-move {
    background-position: -168px -72px;
}

.icon-step-backward {
    background-position: -192px -72px;
}

.icon-fast-backward {
    background-position: -216px -72px;
}

.icon-backward {
    background-position: -240px -72px;
}

.icon-play {
    background-position: -264px -72px;
}

.icon-pause {
    background-position: -288px -72px;
}

.icon-stop {
    background-position: -312px -72px;
}

.icon-forward {
    background-position: -336px -72px;
}

.icon-fast-forward {
    background-position: -360px -72px;
}

.icon-step-forward {
    background-position: -384px -72px;
}

.icon-eject {
    background-position: -408px -72px;
}

.icon-chevron-left {
    background-position: -432px -72px;
}

.icon-chevron-right {
    background-position: -456px -72px;
}

.icon-plus-sign {
    background-position: 0 -96px;
}

.icon-minus-sign {
    background-position: -24px -96px;
}

.icon-remove-sign {
    background-position: -48px -96px;
}

.icon-ok-sign {
    background-position: -72px -96px;
}

.icon-question-sign {
    background-position: -96px -96px;
}

.icon-info-sign {
    background-position: -120px -96px;
}

.icon-screenshot {
    background-position: -144px -96px;
}

.icon-remove-circle {
    background-position: -168px -96px;
}

.icon-ok-circle {
    background-position: -192px -96px;
}

.icon-ban-circle {
    background-position: -216px -96px;
}

.icon-arrow-left {
    background-position: -240px -96px;
}

.icon-arrow-right {
    background-position: -264px -96px;
}

.icon-arrow-up {
    background-position: -289px -96px;
}

.icon-arrow-down {
    background-position: -312px -96px;
}

.icon-share-alt {
    background-position: -336px -96px;
}

.icon-resize-full {
    background-position: -360px -96px;
}

.icon-resize-small {
    background-position: -384px -96px;
}

.icon-plus {
    background-position: -408px -96px;
}

.icon-minus {
    background-position: -433px -96px;
}

.icon-asterisk {
    background-position: -456px -96px;
}

.icon-exclamation-sign {
    background-position: 0 -120px;
}

.icon-gift {
    background-position: -24px -120px;
}

.icon-leaf {
    background-position: -48px -120px;
}

.icon-fire {
    background-position: -72px -120px;
}

.icon-eye-open {
    background-position: -96px -120px;
}

.icon-eye-close {
    background-position: -120px -120px;
}

.icon-warning-sign {
    background-position: -144px -120px;
}

.icon-plane {
    background-position: -168px -120px;
}

.icon-calendar {
    background-position: -192px -120px;
}

.icon-random {
    width: 16px;
    background-position: -216px -120px;
}

.icon-comment {
    background-position: -240px -120px;
}

.icon-magnet {
    background-position: -264px -120px;
}

.icon-chevron-up {
    background-position: -288px -120px;
}

.icon-chevron-down {
    background-position: -313px -119px;
}

.icon-retweet {
    background-position: -336px -120px;
}

.icon-shopping-cart {
    background-position: -360px -120px;
}

.icon-folder-close {
    width: 16px;
    background-position: -384px -120px;
}

.icon-folder-open {
    width: 16px;
    background-position: -408px -120px;
}

.icon-resize-vertical {
    background-position: -432px -119px;
}

.icon-resize-horizontal {
    background-position: -456px -118px;
}

.icon-hdd {
    background-position: 0 -144px;
}

.icon-bullhorn {
    background-position: -24px -144px;
}

.icon-bell {
    background-position: -48px -144px;
}

.icon-certificate {
    background-position: -72px -144px;
}

.icon-thumbs-up {
    background-position: -96px -144px;
}

.icon-thumbs-down {
    background-position: -120px -144px;
}

.icon-hand-right {
    background-position: -144px -144px;
}

.icon-hand-left {
    background-position: -168px -144px;
}

.icon-hand-up {
    background-position: -192px -144px;
}

.icon-hand-down {
    background-position: -216px -144px;
}

.icon-circle-arrow-right {
    background-position: -240px -144px;
}

.icon-circle-arrow-left {
    background-position: -264px -144px;
}

.icon-circle-arrow-up {
    background-position: -288px -144px;
}

.icon-circle-arrow-down {
    background-position: -312px -144px;
}

.icon-globe {
    background-position: -336px -144px;
}

.icon-wrench {
    background-position: -360px -144px;
}

.icon-tasks {
    background-position: -384px -144px;
}

.icon-filter {
    background-position: -408px -144px;
}

.icon-briefcase {
    background-position: -432px -144px;
}

.icon-fullscreen {
    background-position: -456px -144px;
}

.dropup, .dropdown {
    position: relative;
}

.dropdown-toggle {
    *margin-bottom: -3px;
}

    .dropdown-toggle:active, .open .dropdown-toggle {
        outline: 0;
    }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        *width: 100%;
        height: 1px;
        margin: 9px 1px;
        *margin: -5px 0 5px;
        overflow: hidden;
        background-color: #e5e5e5;
        border-bottom: 1px solid #fff;
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #0081c2;
        background-repeat: repeat-x;
        outline: 0;
        background-image: linear-gradient(to bottom,#08c,#0077b3);
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #999;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: default;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }

.open {
    *z-index: 1000;
}

    .open > .dropdown-menu {
        display: block;
    }

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border-color: transparent;
    border-left-color: #ccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

.dropdown .dropdown-menu .nav-header {
    padding-right: 20px;
    padding-left: 20px;
}

.typeahead {
    z-index: 1051;
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,0.15);
    }

.well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.well-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 10;
    }

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}

    .collapse.in {
        height: auto;
    }

.closeMP {
    float: right;
}

button.closeMP {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.btn {
    display: inline-block;
    *border-left: 0 none #e6e6e6;
    border-right: 0 none #e6e6e6;
    border-top: 0 none #e6e6e6;
    border-bottom: 0 none #b3b3b3;
    display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-repeat: repeat-x;
    *-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
}

    .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
        color: #333;
        background-color: #e6e6e6;
        *background-color: #d9d9d9;
    }

    .btn:active, .btn.active {
        background-color: #ccc; \9
    }

    .btn:first-child {
        *margin-left: 0;
    }

    .btn:hover, .btn:focus {
        color: #333;
        text-decoration: none;
        background-position: 0 -15px;
        -webkit-transition: background-position .1s linear;
        -moz-transition: background-position .1s linear;
        -o-transition: background-position .1s linear;
        transition: background-position .1s linear;
    }

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn.active, .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
        box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    }

    .btn.disabled, .btn[disabled] {
        cursor: default;
        background-image: none;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
        margin-top: 4px;
    }

.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
        margin-top: 0;
    }

.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
    margin-top: -1px;
}

.btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
    color: rgba(255,255,255,0.75);
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #006dcc;
    *background-color: #04c;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#08c,#04c);
    border-left-color: #04c;
    border-right-color: #04c;
    border-top-color: #04c;
    border-bottom-color: #002a80;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
        color: #fff;
        background-color: #04c;
        *background-color: #003bb3;
    }

    .btn-primary:active, .btn-primary.active {
        background-color: #039; \9
    }

.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #faa732;
    *background-color: #f89406;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#fbb450,#f89406);
    border-left-color: #f89406;
    border-right-color: #f89406;
    border-top-color: #f89406;
    border-bottom-color: #ad6704;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
        color: #fff;
        background-color: #f89406;
        *background-color: #df8505;
    }

    .btn-warning:active, .btn-warning.active {
        background-color: #c67605; \9
    }

.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #da4f49;
    *background-color: #bd362f;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
    border-left-color: #bd362f;
    border-right-color: #bd362f;
    border-top-color: #bd362f;
    border-bottom-color: #802420;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
        color: #fff;
        background-color: #bd362f;
        *background-color: #a9302a;
    }

    .btn-danger:active, .btn-danger.active {
        background-color: #942a25; \9
    }

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#62c462,#51a351);
    border-left-color: #51a351;
    border-right-color: #51a351;
    border-top-color: #51a351;
    border-bottom-color: #387038;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
        color: #fff;
        background-color: #51a351;
        *background-color: #499249;
    }

    .btn-success:active, .btn-success.active {
        background-color: #408140; \9
    }

.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #49afcd;
    *background-color: #2f96b4;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
    border-left-color: #2f96b4;
    border-right-color: #2f96b4;
    border-top-color: #2f96b4;
    border-bottom-color: #1f6377;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
        color: #fff;
        background-color: #2f96b4;
        *background-color: #2a85a0;
    }

    .btn-info:active, .btn-info.active {
        background-color: #24748c; \9
    }

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #363636;
    *background-color: #222;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#444,#222);
    border-left-color: #222;
    border-right-color: #222;
    border-top-color: #222;
    border-bottom-color: #000;
}

    .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
        color: #fff;
        background-color: #222;
        *background-color: #151515;
    }

    .btn-inverse:active, .btn-inverse.active {
        background-color: #080808; \9
    }

button.btn, input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

    button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    button.btn.btn-large, input[type="submit"].btn.btn-large {
        *padding-top: 7px;
        *padding-bottom: 7px;
    }

    button.btn.btn-small, input[type="submit"].btn.btn-small {
        *padding-top: 3px;
        *padding-bottom: 3px;
    }

    button.btn.btn-mini, input[type="submit"].btn.btn-mini {
        *padding-top: 1px;
        *padding-bottom: 1px;
    }

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-link {
    color: #08c;
    cursor: pointer;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .btn-link:hover, .btn-link:focus {
        color: #005580;
        text-decoration: underline;
        background-color: transparent;
    }

    .btn-link[disabled]:hover, .btn-link[disabled]:focus {
        color: #333;
        text-decoration: none;
    }

.btn-group {
    position: relative;
    display: inline-block;
    *display: inline;
    *margin-left: .3em;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    *zoom: 1;
}

    .btn-group:first-child {
        *margin-left: 0;
    }

    .btn-group + .btn-group {
        margin-left: 5px;
    }

.btn-toolbar {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0;
}

    .btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group {
        margin-left: 5px;
    }

.btn-group > .btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .btn-group > .btn + .btn {
        margin-left: -1px;
    }

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 14px;
}

.btn-group > .btn-mini {
    font-size: 10.5px;
}

.btn-group > .btn-small {
    font-size: 11.9px;
}

.btn-group > .btn-large {
    font-size: 17.5px;
}

.btn-group > .btn:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
    z-index: 2;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    *padding-top: 5px;
    padding-right: 8px;
    *padding-bottom: 5px;
    padding-left: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
    *padding-top: 2px;
    padding-right: 5px;
    *padding-bottom: 2px;
    padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
    *padding-top: 7px;
    padding-right: 12px;
    *padding-bottom: 7px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
}

.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #04c;
}

.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222;
}

.btn .caret {
    margin-top: 8px;
    margin-left: 0;
}

.btn-large .caret {
    margin-top: 6px;
}

.btn-large .caret {
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px;
}

.btn-mini .caret, .btn-small .caret {
    margin-top: 8px;
}

.dropup .btn-large .caret {
    border-bottom-width: 5px;
}

.btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.btn-group-vertical {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    .btn-group-vertical > .btn {
        display: block;
        float: none;
        max-width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .btn-group-vertical > .btn + .btn {
            margin-top: -1px;
            margin-left: 0;
        }

        .btn-group-vertical > .btn:first-child {
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
        }

        .btn-group-vertical > .btn:last-child {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

    .btn-group-vertical > .btn-large:first-child {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    .btn-group-vertical > .btn-large:last-child {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .alert, .alert h4 {
        color: #c09853;
    }

        .alert h4 {
            margin: 0;
        }

        .alert .closeMP {
            position: relative;
            top: -2px;
            right: -21px;
            line-height: 20px;
        }

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success h4 {
        color: #468847;
    }

.alert-danger, .alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

    .alert-danger h4, .alert-error h4 {
        color: #b94a48;
    }

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info h4 {
        color: #3a87ad;
    }

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

    .alert-block > p, .alert-block > ul {
        margin-bottom: 0;
    }

    .alert-block p + p {
        margin-top: 5px;
    }

.nav {
    margin-bottom: 20px;
    margin-left: 0;
    list-style: none;
}

    .nav > .pull-right {
        float: right;
    }

.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    text-transform: uppercase;
}

.nav-list {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
}

    .nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
        background-color: #08c;
    }

    .nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
        margin-right: 2px;
    }

    .nav-list .divider {
        *width: 100%;
        height: 1px;
        margin: 9px 1px;
        *margin: -5px 0 5px;
        overflow: hidden;
        background-color: #e5e5e5;
        border-bottom: 1px solid #fff;
    }

.nav-tabs, .nav-pills {
    *zoom: 1;
}

    .nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .nav-tabs:after, .nav-pills:after {
        clear: both;
    }

    .nav-tabs > li, .nav-pills > li {
        float: left;
    }

        .nav-tabs > li > a, .nav-pills > li > a {
            padding-right: 12px;
            padding-left: 12px;
            margin-right: 2px;
            line-height: 14px;
        }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    color: #fff;
    background-color: #08c;
}

.nav-tabs.nav-stacked {
    border-bottom: 0;
}

.nav-tabs .dropdown-menu {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.nav .dropdown-toggle .caret {
    margin-top: 6px;
    border-top-color: #08c;
    border-bottom-color: #08c;
}

.nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret {
    border-top-color: #005580;
    border-bottom-color: #005580;
}

.nav-tabs .dropdown-toggle .caret {
    margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}

.nav > .dropdown.active > a:hover, .nav > .dropdown.active > a:focus {
    cursor: pointer;
}

.tabs-stacked .open > a:hover, .tabs-stacked .open > a:focus {
    border-color: #999;
}

.tabbable {
    *zoom: 1;
}

    .tabbable:before, .tabbable:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .tabbable:after {
        clear: both;
    }

.tab-content {
    overflow: auto;
}

.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: none;
}

.tab-content > .active, .pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

    .tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover, .tabs-below > .nav-tabs > .active > a:focus {
        border-color: transparent #ddd #ddd #ddd;
    }

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

    .tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
        border-color: #ddd transparent #ddd #ddd;
        *border-right-color: #fff;
    }

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

    .tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus {
        border-color: #ddd #ddd #ddd transparent;
        *border-left-color: #fff;
    }

.nav > .disabled > a {
    color: #999;
}

    .nav > .disabled > a:hover, .nav > .disabled > a:focus {
        text-decoration: none;
        cursor: default;
        background-color: transparent;
    }

.navbar {
    *position: relative;
    *z-index: 2;
    margin-bottom: 20px;
    overflow: visible;
}

.navbar-inner {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    background-image: linear-gradient(to bottom,#fff,#f2f2f2);
}

    .navbar-inner:before, .navbar-inner:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .navbar-inner:after {
        clear: both;
    }

.navbar .container {
    width: auto;
}

.nav-collapse.collapse {
    height: auto;
    overflow: visible;
}

.navbar .brand {
    display: block;
    float: left;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777;
    text-shadow: 0 1px 0 #fff;
}

    .navbar .brand:hover, .navbar .brand:focus {
        text-decoration: none;
    }

.navbar-text {
    margin-bottom: 0;
    line-height: 40px;
    color: #777;
}

.navbar-link {
    color: #777;
}

    .navbar-link:hover, .navbar-link:focus {
        color: #333;
    }

.navbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-right: 1px solid #fff;
    border-left: 1px solid #f2f2f2;
}

.navbar .btn, .navbar .btn-group {
    margin-top: 5px;
}

    .navbar .btn-group .btn, .navbar .input-prepend .btn, .navbar .input-append .btn, .navbar .input-prepend .btn-group, .navbar .input-append .btn-group {
        margin-top: 0;
    }

.navbar-form {
    margin-bottom: 0;
    *zoom: 1;
}

    .navbar-form:before, .navbar-form:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .navbar-form:after {
        clear: both;
    }

    .navbar-form input, .navbar-form select, .navbar-form .radio, .navbar-form .checkbox {
        margin-top: 5px;
    }

    .navbar-form input, .navbar-form select, .navbar-form .btn {
        display: inline-block;
        margin-bottom: 0;
    }

        .navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
            margin-top: 3px;
        }

    .navbar-form .input-append, .navbar-form .input-prepend {
        margin-top: 5px;
        white-space: nowrap;
    }

        .navbar-form .input-append input, .navbar-form .input-prepend input {
            margin-top: 0;
        }

.navbar-search {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
}

    .navbar-search .search-query {
        padding: 4px 14px;
        margin-bottom: 0;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 13px;
        font-weight: normal;
        line-height: 1;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

.navbar-static-top {
    position: static;
    margin-bottom: 0;
}

    .navbar-static-top .navbar-inner {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
}

    .navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
        border-width: 0 0 1px;
    }

    .navbar-fixed-bottom .navbar-inner {
        border-width: 1px 0 0;
    }

    .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
        padding-right: 0;
        padding-left: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 940px;
    }

.navbar-fixed-top {
    top: 0;
}

    .navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
        -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
        box-shadow: 0 1px 10px rgba(0,0,0,0.1);
    }

.navbar-fixed-bottom {
    bottom: 0;
}

    .navbar-fixed-bottom .navbar-inner {
        -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 -1px 10px rgba(0,0,0,0.1);
        box-shadow: 0 -1px 10px rgba(0,0,0,0.1);
    }

.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

    .navbar .nav.pull-right {
        float: right;
        margin-right: 0;
    }

    .navbar .nav .dropdown-toggle .caret {
        margin-top: 8px;
    }

    .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
        color: #555;
        text-decoration: none;
        background-color: #e5e5e5;
        -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
        -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
        box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
    }

.navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-right: 5px;
    margin-left: 5px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #ededed;
    *background-color: #e5e5e5;
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    background-image: linear-gradient(to bottom,#f2f2f2,#e5e5e5);
    border-left-color: #e5e5e5;
    border-right-color: #e5e5e5;
    border-top-color: #e5e5e5;
    border-bottom-color: #bfbfbf;
}

    .navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
        color: #fff;
        background-color: #e5e5e5;
        *background-color: #d9d9d9;
    }

    .navbar .btn-navbar:active, .navbar .btn-navbar.active {
        background-color: #ccc; \9
    }

    .navbar .btn-navbar .icon-bar {
        display: block;
        width: 18px;
        height: 2px;
        background-color: #f5f5f5;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
        -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
        box-shadow: 0 1px 0 rgba(0,0,0,0.25);
    }

.btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
}

.navbar-inverse .navbar-inner {
    background-color: #1b1b1b;
    background-repeat: repeat-x;
    border-color: #252525;
    background-image: linear-gradient(to bottom,#222,#111);
}

.navbar-inverse .brand {
    color: #999;
}

.navbar-inverse .navbar-text {
    color: #999;
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
    color: #fff;
    background-color: #111;
}

.navbar-inverse .navbar-link {
    color: #999;
}

    .navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
        color: #fff;
    }

.navbar-inverse .divider-vertical {
    border-right-color: #222;
    border-left-color: #111;
}

.navbar-inverse .navbar-search .search-query {
    color: #fff;
    background-color: #515151;
    border-color: #111;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .navbar-inverse .navbar-search .search-query:-moz-placeholder {
        color: #ccc;
    }

    .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
        color: #ccc;
    }

    .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
        color: #ccc;
    }

    .navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
        padding: 5px 15px;
        color: #333;
        text-shadow: 0 1px 0 #fff;
        background-color: #fff;
        border: 0;
        outline: 0;
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
        -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
        box-shadow: 0 0 3px rgba(0,0,0,0.15);
    }

.navbar-inverse .btn-navbar {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #0e0e0e;
    *background-color: #040404;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#151515,#040404);
    border-left-color: #040404;
    border-right-color: #040404;
    border-top-color: #040404;
    border-bottom-color: #000;
}

    .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
        color: #fff;
        background-color: #040404;
        *background-color: #000;
    }

    .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
        background-color: #000; \9
    }

.breadcrumb {
    padding: 8px 15px;
    margin: 0 0 20px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .breadcrumb > .active {
        color: #999;
    }

.pagination {
    margin: 20px 0;
}

    .pagination ul {
        display: inline-block;
        *display: inline;
        margin-bottom: 0;
        margin-left: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        *zoom: 1;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
        box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    }

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pager {
    margin: 20px 0;
    text-align: center;
    list-style: none;
    *zoom: 1;
}

    .pager:before, .pager:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .pager:after {
        clear: both;
    }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #999;
        cursor: default;
        background-color: #fff;
    }

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

        .modal-backdrop, .modal-backdrop.fade.in {
            opacity: .8;
            filter: alpha(opacity=80);
        }

.modal.fade {
    top: -10%;
    -webkit-transition: opacity .3s linear,top .3s ease-out;
    -moz-transition: opacity .3s linear,top .3s ease-out;
    -o-transition: opacity .3s linear,top .3s ease-out;
    transition: opacity .3s linear,top .3s ease-out;
}

    .modal.fade.in {
        top: 15%;
    }

.modal-header {
    border-radius: 13px 13px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #fff, #fff, #cdbedf) repeat scroll 0 0;
    border-bottom: 2px solid #c1c1bf;
}

    .modal-header .closeMP {
    }

    .modal-header h3 {
        margin: 0;
        line-height: 30px;
    }

#CreerMemoDrag .modal-body {
    position: relative;
    height: 382px;
    padding: 0 10px;
    background-color: white;
    font-size: 12px;
    color: #404040;
    font-family: 'Tahoma';
    border-radius: 0 0 13px 13px;
}

.modal-form {
    margin-bottom: 0;
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}

    .modal-footer:before, .modal-footer:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

    .tooltip.in {
        opacity: .8;
        filter: alpha(opacity=80);
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

    .popover-title:empty {
        display: none;
    }

.popover-content {
    padding: 9px 14px;
}

.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

    .popover .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,0.25);
    border-bottom-width: 0;
}

    .popover.top .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,0.25);
    border-left-width: 0;
}

    .popover.right .arrow:after {
        bottom: -10px;
        left: 1px;
        border-right-color: #fff;
        border-left-width: 0;
    }

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,0.25);
    border-top-width: 0;
}

    .popover.bottom .arrow:after {
        top: 1px;
        margin-left: -10px;
        border-bottom-color: #fff;
        border-top-width: 0;
    }

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,0.25);
    border-right-width: 0;
}

    .popover.left .arrow:after {
        right: 1px;
        bottom: -10px;
        border-left-color: #fff;
        border-right-width: 0;
    }

.thumbnails {
    margin-left: -20px;
    list-style: none;
    *zoom: 1;
}

    .thumbnails:before, .thumbnails:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .thumbnails:after {
        clear: both;
    }

.row-fluid .thumbnails {
    margin-left: 0;
}

.thumbnails > li {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
    box-shadow: 0 1px 3px rgba(0,0,0,0.055);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.thumbnail:hover, a.thumbnail:focus {
    border-color: #08c;
    -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
    -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
    box-shadow: 0 1px 4px rgba(0,105,214,0.25);
}

.thumbnail > img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #555;
}

.media, .media-body {
    overflow: hidden;
    *overflow: visible;
    zoom: 1;
}

    .media, .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    margin-left: 0;
    list-style: none;
}

.badge {
    padding-right: 9px;
    padding-left: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

    .label:empty, .badge:empty {
        display: none;
    }

a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-important, .badge-important {
    background-color: #b94a48;
}

    .label-important[href], .badge-important[href] {
        background-color: #953b39;
    }

.label-warning, .badge-warning {
    background-color: #f89406;
}

    .label-warning[href], .badge-warning[href] {
        background-color: #c67605;
    }

.label-success, .badge-success {
    background-color: #468847;
}

    .label-success[href], .badge-success[href] {
        background-color: #356635;
    }

.label-info, .badge-info {
    background-color: #3a87ad;
}

    .label-info[href], .badge-info[href] {
        background-color: #2d6987;
    }

.label-inverse, .badge-inverse {
    background-color: #333;
}

    .label-inverse[href], .badge-inverse[href] {
        background-color: #1a1a1a;
    }

.btn-mini .label, .btn-mini .badge {
    top: 0;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f7f7f7;
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(to bottom,#f5f5f5,#f9f9f9);
}

    .progress .bar {
        float: left;
        width: 0;
        height: 100%;
        font-size: 12px;
        color: #fff;
        text-align: center;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
        background-color: #0e90d2;
        background-repeat: repeat-x;
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: width .6s ease;
        -moz-transition: width .6s ease;
        -o-transition: width .6s ease;
        transition: width .6s ease;
        background-image: linear-gradient(to bottom,#149bdf,#0480be);
    }

        .progress .bar + .bar {
            -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);
            -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);
            box-shadow: inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);
        }

.progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar, .progress .bar-danger {
    background-color: #dd514c;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#ee5f5b,#c43c35);
}

.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.progress-success .bar, .progress .bar-success {
    background-color: #5eb95e;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#62c462,#57a957);
}

.progress-success.progress-striped .bar, .progress-striped .bar-success {
    background-color: #62c462;
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.progress-info .bar, .progress .bar-info {
    background-color: #4bb1cf;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#5bc0de,#339bb9);
}

.progress-info.progress-striped .bar, .progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.progress-warning .bar, .progress .bar-warning {
    background-color: #faa732;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#fbb450,#f89406);
}

.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
    background-color: #fbb450;
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.accordion {
    margin-bottom: 20px;
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion-heading {
    border-bottom: 0;
}

    .accordion-heading .accordion-toggle {
        display: block;
        padding: 8px 15px;
    }

.accordion-toggle {
    cursor: pointer;
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

.carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -moz-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            display: block;
            line-height: 1;
        }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0;
    }

    .carousel-inner > .next, .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100%;
    }

        .carousel-inner > .next.left, .carousel-inner > .prev.right {
            left: 0;
        }

    .carousel-inner > .active.left {
        left: -100%;
    }

    .carousel-inner > .active.right {
        left: 100%;
    }

.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #222;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: .5;
    filter: alpha(opacity=50);
}

    .carousel-control.right {
        right: 15px;
        left: auto;
    }

    .carousel-control:hover, .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90);
    }

.carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none;
}

    .carousel-indicators .active {
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: #333;
    background: rgba(0,0,0,0.75);
}

    .carousel-caption h4, .carousel-caption p {
        line-height: 20px;
        color: #fff;
    }

    .carousel-caption h4 {
        margin: 0 0 5px;
    }

    .carousel-caption p {
        margin-bottom: 0;
    }

.hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
    background-color: #eee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .hero-unit h1 {
        margin-bottom: 0;
        font-size: 60px;
        line-height: 1;
        letter-spacing: -1px;
        color: inherit;
    }

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.affix {
    position: fixed;
}

#CloseMemo > #CreerMemoDrag {
    margin-left: 448px;
    position: absolute;
    width: 313px;
}

/*.col-lg-11 {
    width: 91.66666666666666%;
}

.col-lg-10 {
    width: 83.33333333333334%;
}

.col-lg-9 {
    width: 75%;
}

.col-lg-8 {
    width: 75.66666666666666%;
}

.col-lg-7 {
    width: 58.333333333333336%;
}

.col-lg-5 {
    width: 41.66666666666667%;
}

.col-lg-4 {
    width: 33.33333333333333%;
}

.col-lg-3 {
    width: 25%;
}

.col-lg-2 {
    width: 16.666666666666664%;
}

.col-lg-1 {
    width: 8.333333333333332%;
}*/

.header-top {
    width: 100%;
    height: 50px;
    background: linear-gradient(to right, #845998, #895a98, #8f5c98, #915c98, #995f99, #a36199, #845998, #845998);
    /*border-bottom: 1px solid #694e92;*/
    /*margin-bottom: 5px;*/
}

.container-center {
    width: 100%;
    height: 54px;
}

.bloc-logo {
    float: left;
    margin-top: 5px;
    margin-left: 35px;
}

#ImgMenu {
    float: left;
    margin-top: 10px;
}

.ImgRaccourciClass {
    float: left;
    margin-top: 10px;
    /*width: 30px;*/
    cursor: pointer;
}

#btnImgRaccourcis {
    width: 24px;
}

div#menubasg {
    float: left;
    width: 100%;
}

.title_raccourci {
    border-bottom: 1px solid #684288;
    height: 20px;
    text-align: center;
}

    .title_raccourci h3 {
        color: #404040;
        text-transform: capitalize;
        font-size: 17px;
    }

.menu_raccourappli {
    float: left;
    height: 148px;
}

#menubasg #scrollbar2 {
    margin-left: 0;
}

#DalListe_Raccourcis {
    margin-top: 8px;
}

.RaccourciBtn {
    Width: 39px;
    Height: 38px;
    margin-bottom: 5px;
    padding: 0;
}

#PopupHoverRaccourcis {
    left: 35px !important;
}

#menubasg {
    background-color: #fff;
    border: 1px solid #441a47;
    border-radius: 13px;
    left: -33px !important;
    opacity: 0.9 !important;
    padding: 10px;
    position: relative;
    top: 35px !important;
    width: 45% !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.gb_eb {
    animation: 0.2s ease 0s normal none 1 running gb__a;
    border-color: transparent transparent #fff;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    height: 0;
    left: 33.5px;
    position: absolute;
    top: -8px;
    width: 0;
    z-index: 1;
}

.header_top_logo {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
}

#informationsSalarie {
    float: left;
    margin-right: 5px;
    margin-top: 20px;
}

.informations p {
    float: left;
    width: 80%;
    font-family: "Tahoma";
    font-size: 11px;
    text-align: left;
    margin-bottom: 3px;
    margin-top: 0;
}

.informations > p > span {
    color: #fff;
    float: left;
    font-size: 11px;
    font-weight: bold;
}

.content_BlocCentrale_NomPrenom {
    width: 49.8% !important;
    margin-top: 20px !important;
}

#PopupHoverMenu {
    background-color: #fff;
    border: 1px solid #441a47;
    border-radius: 13px;
    padding: 10px;
    left: 237px !important;
    top: 50px !important;
    width: 400px;
    opacity: 0.9 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.gb_eb2 {
    animation: 0.2s ease 0s normal none 1 running gb__a;
    border-color: transparent transparent #fff;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    height: 0;
    left: 17.5px;
    position: absolute;
    top: -8px;
    width: 0;
    z-index: 1;
}

.informations p span strong {
    text-align: left;
    width: 29.5%;
}

.identifier {
    float: left;
}

.GroupeBtnMPRaccourci {
    height: 50px;
    width: 28%;
    float: left;
    line-height: 50px;
}

.bloc-deconnexion {
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    margin-right: 4px;
}

.avatar {
    float: left;
    margin-top: 10px;
    /*margin-right: 5px;*/
}

.avatar2 {
    float: right;
    height: 40px;
    top: -61px;
    width: 99px;
    position: relative;
}

#ImgPhotosalarie {
    height: 28px;
    border-radius: 18px;
}

.Notifications, .Evenements, .Memo {
    margin-top: 8px;
    margin-left: 5px;
    float: left;
    position: relative;
}

.badgeV2 {
    border-radius: 4px;
    width: 21px;
    margin-left: 10px;
}

.badge-importantV2 {
    background-color: #ee222b;
    color: white;
    font-size: 11px;
    padding: 0 3px;
}

.menuEventMemo {
    float: right;
}

#imgMenuDroite {
    margin-top: 15px;
}


.Memo {
    position: relative;
}


#Panel4 .AddAdresseDiv1 {
    width: 100% !important;
}

#btnCloseAddAdresse4 {
    margin-top: 4px;
}

.gb_ebN {
    animation: 0.2s ease 0s normal none 1 running gb__a;
    border-color: transparent transparent #fff;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    height: 0;
    left: 80%;
    position: absolute;
    top: -8px;
    width: 0;
    z-index: 1;
}

.dropdown-header {
    border-bottom: 2px solid #684288;
    color: #684288;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 8px;
    padding-top: 8px;
}

.NotifGridView td {
    border-bottom: 1px solid #B471A0;
}

.separateurInformation {
    width: 100%;
    height: 5px;
    border-bottom: 1px solid #441a47;
}

/*End header*/
/*Content*/
.main-contentcenter {
    margin: auto;
    width: 98%;
}

div#menu_horizontal {
    margin: 0 auto;
    width: 100%;
    height: 40px;
    position: relative;
}

#flechemenugauche {
    margin-right: 0.4%;
    width: 1%;
}

#flechemenudroite {
    margin-left: 0.4%;
    width: 1%;
}

#flechemenugauche, #flechemenudroite {
    background: #684288;
    color: #fff;
    line-height: 37px;
    text-align: center;
    margin-top: 1px;
    padding: 0 0.2% !important;
}

#DlMenuHorizontal {
    width: 96.4%;
}

div#menu {
    float: left;
    width: 15%;
    height: 614px;
    margin-right: 0px;
    margin-top: 5px;
}

div#menuhautg {
    margin-bottom: 14px;
}

#menuhautg {
    height: 614px;
}

#menuhautg, #contenu, #menuhautd {
    border: 1px solid #684288;
}

#menuhautg, #menuhautd {
    border-radius: 13px;
}

.agenda_menu {
    height: 614px;
}

.menu_agappli {
    float: left;
    height: 570px;
    width: 99%;
    overflow: hidden;
}

    .menu_agappli a:hover {
        color: #4B0082;
        text-decoration: underline;
    }

    .menu_agappli a:focus {
        color: #4B0082;
        text-decoration: underline;
    }

div#contenu {
    float: left;
    width: 100%;
    height: 614px;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

.agenda_menu2 {
    width: 100%;
    float: left;
    height: 614px;
}

.contentcentermain {
    border-bottom: 1px solid #684288;
    /*float: left;*/
    height: 40px;
    width: 100%;
    background: linear-gradient(to right, #fff, #fff, #cdbedf) repeat scroll 0 0 rgba(0, 0, 0, 0);
    line-height: 40px;
}

div#menu2 {
    float: left;
    width: 15%;
    height: 614px;
    z-index: 100;
    margin-top: 5px;
}

div#menuhautd {
    margin-top: 0px;
    height: 399px;
}

#menuhautd {
    margin-bottom: 14px;
}

.title_menu {
    background: linear-gradient(to right, #fff, #fff, #cdbedf);
    height: auto;
    line-height: 19px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #684288;
    min-height: 40px;
}

    .title_menu h3 {
        color: #404040;
        font-size: 17px;
    }

.title_event {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #fff, #fff, #cdbedf) repeat scroll 0 0;
    border-bottom: 1px solid #684288;
    font-weight: bold;
    height: auto;
    line-height: 40px;
    text-align: center;
    height: 40px;
    font-size: 15px;
    text-transform: capitalize;
}

#menubasd {
    border: 1px solid #69563e;
    border-radius: 13px;
}

.title_memo {
    background: #fdefae none repeat scroll 0 0;
    border-bottom: 1px solid #a99d76;
    font-family: "Segoe Print";
    font-size: 23px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.menu_memoappli {
    background-color: #faefaf;
    background-image: url(../../../../Images/Commun/bg_memo.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 200px;
    padding-left: 6px;
    padding-top: 10px;
    border-radius: 13px;
}

#ImgBtnAddMemo {
    width: 23px;
    /* margin: 0 auto !important; */
    float: right;
    margin-right: 30px;
}

.MemoPopUp {
    left: 40%;
    position: fixed;
    top: 10%;
    width: 310px;
}

.clear_both {
    clear: both;
}

.modal-header > div#UpdatePanel4 {
    float: left;
}

.headeCssMemo {
    margin-left: 10px;
    font-size: 17px;
    font-family: Tahoma;
    color: #404040;
    margin-top: 0px;
    font-weight: bold;
}

#btn_close {
    float: right;
    margin: 4px 6px 0 0;
    padding: 0;
}

.first-b {
    float: left;
    width: 100%;
    /*margin-top: 9px;*/
}

    .first-b span {
        font-weight: bold;
        float: left;
        /*margin-top: -3px;*/
        font-family: tahoma;
        font-size: 11px;
    }

.second-b {
    float: right;
    width: 67%;
    margin-top: 7px;
}

.bouttonPopUpMemo1 {
    text-align: right;
    width: 100%;
    margin-top: 300px;
    float: right;
}

#ImgBtnSupprimerMemo1 {
    margin-right: 5px;
}

.btnMemo {
    padding: 0;
}

.drpMemo3 {
    float: right;
    width: 46%;
    margin-right: 10px;
}

.ImageCalendrierPopupMemo {
    padding: 0;
}

.drpMemo {
    float: right;
    margin-top: 7px;
    width: 63%;
    margin-right: 10px;
}

.drpMemo1 {
    float: left;
    width: 46%;
}

.txtCss1 {
    float: right;
    width: 139px;
    padding-left: 4px;
}

.drpMemo2 {
    float: right;
    width: 64%;
    margin-top: 7px;
    margin-right: 10px;
}

.txtAreaMemo {
    height: 60px;
    resize: none;
    width: 285px;
    margin-right: 10px;
}

.bouttonPopUpMemo {
    text-align: right;
    width: 100%;
    margin-top: 300px;
    float: right;
}

#ImgBtnAnnulerMemo {
    padding: 0;
    margin-right: 5px;
}

#btnAjoutEvenet, #btnDemandeConges, #btnNoteFrais, #btnBonSortie, #btnEnvoieEmail, #btnFicheUsager, #btnAppelTel, #BtnCourrier, #btnGererBase {
    /*// width: 30px !important;*/
}
/*End content*/
/*Footer*/
.footer {
    /*background-image: url("../../../Images/Commun/bg-footer.png") ;
    background-repeat:no-repeat;
     background-position: center;*/
    background: url("../../../Images/Commun/bg-footer.png") no-repeat top right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 112px;
    background-size: cover;
    bottom: 5px;
    left: 0;
    /*position: fixed;*/
    /*right: 0;
    top: 713px;*/
    /*border-top: 4px solid #694e92;*/
}

.container-center-footer {
    width: 568px;
    margin: 0 auto;
    position: center;
}

.englob-blokc-footer {
}

.service-num {
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 10px;
    background-color: #96557c;
    width: 273px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    margin-right: 10px;
}

    .service-num span {
        font-size: 11px;
        font-weight: bold;
        color: #fff;
    }

    .service-num .service-tech {
        font-family: "Tahoma";
        padding: 1px 6px;
        background: #441a47;
        border-radius: 10px;
        float: left;
        color: #fff;
        height: 18px;
    }

        .service-num .service-tech img {
            margin-right: 4px;
        }

.service-tech > img {
    margin-top: -3px;
}

.service-link a {
    font-size: 11px;
    font-weight: bold;
}

    .service-link a:hover {
        color: #441A47;
        text-decoration: underline;
        display: block;
    }

.service-link > img {
    padding: 0px 0 2px 6px;
    float: left;
}

.service-link a {
    text-decoration: none;
    color: #fff;
}

.service-link {
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 10px;
    background-color: #96557c;
    width: 273px;
    height: 20px;
    line-height: 19px;
    text-align: center;
}

.adress-link {
    color: #441A47;
    margin-left: 150px;
    color: #441a47;
    height: 10px;
    width: 280px;
}

.right-bloc {
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 23px;
    vertical-align: middle;
    width: 65px;
}

    .right-bloc > img {
        margin-right: 4px;
    }

.adress-link .left-bloc {
    float: left;
    font-family: "Tahoma";
    font-size: 11px;
    text-align: left;
    line-height: 22px;
    font-weight: bold;
}

    .adress-link .left-bloc p {
        margin-bottom: 0;
        color: #441A47;
    }

.adress-link p {
    color: #441A47;
}

.left-bloc p {
    margin-top: 0;
}

.left-bloc a {
    color: #441A47;
    text-decoration: none;
}

    .left-bloc a:hover {
        text-decoration: underline;
    }

/*End footer*/

/*-----Media-----*/

@media (max-width:1920px) and (min-width:1441px) {
    .BtnAjoutEventRaccourci, .BtnDemandeCongesRaccourci, .BtnNoteFraisRaccouci, .BtnBonSortieRaccourci, .BtnEnvoiEmailRaccourci, .BtnUsagerRaccourci {
        margin-right: 2px;
        margin-top: 10px;
    }

    #btnAjoutEvenet, #btnDemandeConges, #btnNoteFrais, #btnBonSortie, #btnEnvoieEmail, #btnFicheUsager, #btnAppelTel, #BtnCourrier, #btnGererBase {
        /*width: 21px !important;*/
    }

    .informations p {
        width: 80% !important;
    }

    .contentPanelSecondaireSalarie p {
        width: 97% !important;
    }

    #PopupHoverMenu {
        left: -3px !important;
    }

    div#Panel1 {
        left: -267px !important;
    }

    div#Panel3 {
        right: 226px !important;
    }

    div#Panel4 {
        left: 2px !important;
    }

    #Panel1 {
        left: inherit !important;
        position: fixed !important;
        right: 140px !important;
    }

    .gb_ebN {
        left: 83.5% !important;
    }
}

@media (max-width:1368px) and (min-width:1281px) {
    .BtnAjoutEventRaccourci, .BtnDemandeCongesRaccourci, .BtnNoteFraisRaccouci, .BtnBonSortieRaccourci, .BtnEnvoiEmailRaccourci, .BtnUsagerRaccourci {
        margin-right: 2px;
        margin-top: 10px;
    }

    #btnAjoutEvenet, #btnDemandeConges, #btnNoteFrais, #btnBonSortie, #btnEnvoieEmail, #btnFicheUsager, #btnAppelTel, #BtnCourrier, #btnGererBase {
        /*width: 23px !important;*/
        /*// height: 25px !important;*/
    }

    .informations p {
        width: 80% !important;
    }

    .contentPanelSecondaireSalarie p {
        width: 97% !important;
    }


    #PopupHoverMenu {
        left: -3px !important;
    }



    div#Panel3 {
        left: -210px !important;
    }

    .gb_ebN {
        left: 83.5% !important;
    }
}

@media (max-width:1280px) and (min-width:1025px) {

    .BtnAjoutEventRaccourci, .BtnDemandeCongesRaccourci, .BtnNoteFraisRaccouci, .BtnBonSortieRaccourci, .BtnEnvoiEmailRaccourci, .BtnUsagerRaccourci {
        margin-right: 2px;
        margin-top: 10px;
    }

    #btnAjoutEvenet, #btnDemandeConges, #btnNoteFrais, #btnBonSortie, #btnEnvoieEmail, #btnFicheUsager, #btnAppelTel, #BtnCourrier, #btnGererBase {
        /*width: 30px !important;*/
    }

    .informations p {
        width: 80% !important;
    }

    .contentPanelSecondaireSalarie p {
        width: 97% !important;
    }

    #PopupHoverMenu {
        left: -3px !important;
    }

    div#Panel1 {
        left: -266px !important;
        margin: 0 auto !important;
        right: 0 !important;
    }

    div#Panel3 {
        left: -210px !important;
    }

    div#Panel4 {
        left: 0px !important;
    }

    .gb_ebN {
        left: 83.5% !important;
    }
}

@media (max-width:1024px) and (min-width:901px) {
    .BtnAjoutEventRaccourci, .BtnDemandeCongesRaccourci, .BtnNoteFraisRaccouci, .BtnBonSortieRaccourci, .BtnEnvoiEmailRaccourci, .BtnUsagerRaccourci {
        margin-right: 2px;
        margin-top: 10px;
    }

    #btnAjoutEvenet, #btnDemandeConges, #btnNoteFrais, #btnBonSortie, #btnEnvoieEmail, #btnFicheUsager, #btnAppelTel, #BtnCourrier, #btnGererBase {
        width: 21px !important;
    }

    .informations p {
        width: 24% !important;
    }

    .contentPanelSecondaireSalarie p {
        width: 97% !important;
    }

    #PopupHoverMenu {
        left: -3px !important;
    }

    div#Panel1 {
        left: -265px !important;
        margin: 0 auto !important;
        right: 0 !important;
    }

    div#Panel3 {
        left: -210px !important;
    }

    div#Panel4 {
        left: -257px !important;
        margin: 0 auto !important;
        right: 0 !important;
    }

    .gb_ebN {
        left: 83.5% !important;
    }
}

@media (max-width:900px) {
    .BtnAjoutEventRaccourci, .BtnDemandeCongesRaccourci, .BtnNoteFraisRaccouci, .BtnBonSortieRaccourci, .BtnEnvoiEmailRaccourci, .BtnUsagerRaccourci {
        margin-right: 2px;
        margin-top: 10px;
    }

    #btnAjoutEvenet, #btnDemandeConges, #btnNoteFrais, #btnBonSortie, #btnEnvoieEmail, #btnFicheUsager, #btnAppelTel, #BtnCourrier, #btnGererBase {
        width: 21px;
    }

    .informations p {
        width: 80% !important;
    }

    .contentPanelSecondaireSalarie p {
        width: 97% !important;
    }

    #PopupHoverMenu {
        left: -3px !important;
    }

    /*div#Panel1 {
        left: -266px !important;
        margin: 0 auto !important;
        right: 0 !important;
    }*/

    /*div#Panel3 {
        left: -210px !important;
    }*/

    /*.gb_ebN {
        left: 83.5% !important;
    }*/
}

.container-full-agenda {
    color: #eee;
}

.container-full-agenda {
    margin: 0 auto;
    width: 100%;
    min-height: 100%;
    color: #eee;
    overflow: hidden;
}

#form {
    padding-left: 0;
    padding-right: 0;
}

.avatar-perso2 img {
    border: 1px solid #684288;
    border-radius: 50px;
    width: 96px;
}

.avatar-logo {
    border: 1px solid #745987;
    border-radius: 13px;
    vertical-align: middle;
    width: 133px;
    height: 76px;
    float: left;
    background: #fff;
}

.informations-personnel {
    float: left;
}

.btn-deconnect {
    font-size: 11px;
    font-family: "Tahoma";
    color: rgb( 255, 255, 255 );
    font-weight: bold;
    background-color: rgb( 68, 26, 71 );
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 81, 21, 65 );
    color: #fff;
    text-decoration: underline;
}

.info-deconnexion {
    border-left: 1px solid #511541;
    color: #511541;
    margin-bottom: 10px;
    margin-left: 8px;
    margin-top: 10px;
    padding-left: 8px;
    text-align: left;
}

    .info-deconnexion p {
        margin-bottom: 0;
        margin-top: 0;
    }

.footer .adress {
    margin-right: 121px;
    padding-left: 4px;
    color: #511541;
    font-family: "Tahoma";
    font-size: 11px;
    float: left;
    width: 210px;
    text-align: left;
}

    .footer .adress a {
        color: #511541;
    }

    .footer .adress span {
        float: left;
    }

.info-deconnexion p {
    font-size: 11px;
    font-family: "Tahoma";
}

.raccourci_icon span {
    color: #404040;
}

.container-agenda .row {
    margin-left: 0;
}

#group-icon {
    display: none;
}

#divicone {
    background-color: #1a82f7;
    background: url(../../CssCommun/images/linear_bg_2.png);
    background-repeat: repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#CEC0DF));
    background: -webkit-linear-gradient(top, #fff, #CEC0DF);
    background: -moz-linear-gradient(top, #fff, #CEC0DF);
    background: -ms-linear-gradient(top, #fff, #CEC0DF);
    background: -o-linear-gradient(top, #fff, #CEC0DF);
}

#MainContent_entete {
    width: 80%;
    float: left;
}

#MainContent_btn {
    width: 19%;
    float: left;
}

#MainContent_drpStructure, #MainContent_drpFiliales, #MainContent_drpFicheMetier {
    margin-left: 1%;
}

#MainContent_accordion {
    overflow: hidden !important;
}

#MainContent_Upd {
    padding-top: 5px;
}

#MainContent_grvActivite {
    width: 100%;
}
/* end */
/* code pour le contenue masterpage */

#PopUpAjouterEvenement {
    text-transform: none;
}

#ImageRaccourci {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 23px;
}

/*Media*/

@media(max-width:320px) {
    div#contenu > img {
        width: 100%;
    }

    .header {
        height: 69px;
    }

    /*.col-lg-6 {
        width: 46%;
    }*/

    .raccourci_lien {
        top: 21px !important;
        left: 0px !important;
        margin: auto;
        right: 0;
    }

    .raccourci {
        position: relative;
    }

        .raccourci .divLabel span {
            color: #404040;
        }

    .raccourci_icon span {
        color: #404040;
        font-size: 9px;
    }

    .raccourci_icon {
        float: left;
        width: 55px;
        margin-left: 6px;
        text-align: center;
        font-size: xx-small;
        height: 72px;
    }

        .raccourci_icon img {
            width: 35px;
        }

    #divFermer {
        width: 100%;
        top: 221px;
    }

    #divGestionpage {
        top: 1px;
    }

    .imaage-deconnct {
        background: url(../../../Images/Commun/deconnexion-icone32.png);
        background-repeat: no-repeat;
        float: right;
        width: 18px;
        height: 52px;
        right: 2px;
        top: 12px;
        position: fixed;
    }

        .imaage-deconnct:hover .bloc-deconnexion {
            display: block;
            width: 138px;
        }

    #divicone {
        height: auto;
        top: 75px;
    }

    /*.main .col-lg-9 {
        width: 91%;
    }

    .header .col-lg-2 {
        width: 23.666667%;
    }

    .header .col-lg-4 {
        width: 65.33333333333333%;
    }*/

    .header .avatar {
        display: none;
    }

    .container-centermain {
        width: 267px;
    }

    /*.col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 75.66666666666666%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 26.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/
}

@media(min-width:321px) and (max-width:380px) {
    #agenda2 {
        width: 100%;
    }

    .header {
        height: 67px;
    }

    /*.col-lg-6 {
        width: 47%;
    }*/

    .raccourci .divLabel span {
        color: #404040;
    }

    .raccourci {
        position: relative;
    }

    .raccourci_lien {
        top: 21px !important;
        left: 0px !important;
        margin: auto;
        right: 0;
    }

    .raccourci_icon span {
        color: #404040;
        font-size: 8.45px;
    }

    .raccourci_icon img {
        width: 35px;
    }

    .raccourci_icon {
        float: left;
        width: 54px;
        margin-left: 6px;
        text-align: center;
        font-size: xx-small;
        height: 72px;
    }

    #divFermer {
        width: 100%;
        top: 221px;
    }

    #divGestionpage {
        top: 1px;
    }

    .imaage-deconnct {
        background: url(../../../Images/Commun/deconnexion-icone32.png);
        background-repeat: no-repeat;
        float: right;
        width: 18px;
        height: 52px;
        right: 2px;
        top: 12px;
        position: fixed;
    }

        .imaage-deconnct:hover .bloc-deconnexion {
            display: block;
            width: 138px;
        }

    /*.main .col-lg-9 {
        width: 94%;
    }*/

    #divicone {
        height: auto;
        top: 75px;
    }

    /*.header .col-lg-2 {
        width: 23.666667%;
    }

    .header .col-lg-4 {
        width: 65.33333333333333%;
    }*/

    .header .avatar {
        display: none;
    }

    .container-centermain {
        width: 310px;
    }

    /*.col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 75.66666666666666%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/
}

@media(min-width:381px) and (max-width:420px) {
    #agenda2 {
        width: 100%;
    }

    .header {
        height: 79px;
    }

    /*.col-lg-6 {
        width: 30%;
    }

    .col-lg-8 {
        width: 87.66666666666666%;
    }*/

    .raccourci .divLabel span {
        color: #404040;
    }

    .raccourci {
        width: 97px;
        position: relative;
    }

    .raccourci_lien {
        top: 21px !important;
        left: 10px !important;
    }

    .raccourci_icon span {
        color: #404040;
        font-size: 8.4px;
    }

    .raccourci_icon img {
        width: 35px;
    }

    .raccourci_icon {
        float: left;
        width: 55px;
        margin-left: 6px;
        text-align: center;
        font-size: xx-small;
        height: 72px;
    }

    #divFermer {
        width: 100%;
        top: 221px;
    }

    #divGestionpage {
        top: 1px;
    }

    .imaage-deconnct {
        background: url(../../../Images/Commun/deconnexion-icone32.png);
        background-repeat: no-repeat;
        float: right;
        width: 18px;
        height: 52px;
        right: 2px;
        top: 13px;
        position: fixed;
    }

        .imaage-deconnct:hover .bloc-deconnexion {
            display: block;
            width: 138px;
        }

    /*.main .col-lg-9 {
        width: 91%;
    }*/

    #divicone {
        height: auto;
        top: 85px;
    }

    /*.header .col-lg-2 {
        width: 23.666667%;
    }

    .header .col-lg-4 {
        width: 65.33333333333333%;
    }*/

    .header .avatar {
        display: none;
    }

    .container-centermain {
        width: 310px;
    }

    /*.col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/
}

@media(min-width:421px) and (max-width:500px) {
    #agenda2 {
        width: 100%;
    }

    .header {
        height: 79px;
    }

    /*.col-lg-6 {
        width: 30%;
    }

    .col-lg-8 {
        width: 86.66666666666666%;
    }*/

    .raccourci .divLabel span {
        color: #404040;
    }

    .raccourci {
        width: 97px;
        position: relative;
    }

    .raccourci_lien {
        top: 21px !important;
        left: 10px !important;
    }

    .raccourci_icon span {
        color: #404040;
        font-size: 9px;
    }

    .raccourci_icon img {
        width: 35px;
    }

    .raccourci_icon {
        float: left;
        width: 55px;
        margin-left: 6px;
        text-align: center;
        font-size: xx-small;
        height: 72px;
    }

    #divFermer {
        width: 100%;
        top: 160px;
    }

    #divGestionpage {
        top: 1px;
    }

    .imaage-deconnct {
        background: url(../../../Images/Commun/deconnexion-icone32.png);
        background-repeat: no-repeat;
        float: right;
        width: 18px;
        height: 52px;
        right: 2px;
        top: 12px;
        position: fixed;
    }

        .imaage-deconnct:hover .bloc-deconnexion {
            display: block;
            width: 138px;
        }

    /*.main .col-lg-9 {
        width: 91%;
    }*/

    #divicone {
        height: auto;
        top: 84px;
    }

    /*.header .col-lg-2 {
        width: 23.666667%;
    }

    .header .col-lg-4 {
        width: 65.33333333333333%;
    }*/

    .header .avatar {
        display: none;
    }

    /*.col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/
}

@media(min-width:501px) and (max-width:568px) {
    #agenda2 {
        width: 100%;
    }

    #divicone {
        height: auto;
        top: 85px;
    }

    #divGestionpage {
        top: 1px;
    }

    .header {
        height: 79px;
    }

    /*.col-lg-6 {
        width: 30%;
    }

    .col-lg-8 {
        width: 90.66666666666666%;
    }*/

    .raccourci .divLabel span {
        color: #404040;
    }

    .raccourci {
        width: 97px;
        position: relative;
    }

    .raccourci_lien {
        top: 21px !important;
        left: 10px !important;
    }

    .raccourci_icon span {
        color: #404040;
        font-size: 9px;
    }

    .raccourci_icon img {
        width: 35px;
    }

    .raccourci_icon {
        float: left;
        width: 55px;
        margin-left: 6px;
        text-align: center;
        font-size: xx-small;
        height: 72px;
    }

    #divFermer {
        width: 100%;
        top: 160px;
    }

    .imaage-deconnct {
        background: url(../../../Images/Commun/deconnexion-icone32.png);
        background-repeat: no-repeat;
        float: right;
        width: 18px;
        height: 52px;
        right: 2px;
        top: 12px;
        position: fixed;
    }

        .imaage-deconnct:hover .bloc-deconnexion {
            display: block;
            width: 138px;
        }

    /*.main .col-lg-9 {
        width: 91%;
    }

    .header .col-lg-2 {
        width: 23.666667%;
    }

    .header .col-lg-4 {
        width: 65.33333333333333%;
    }*/

    .header .avatar {
        display: none;
    }

    .container-centermain {
        width: 310px;
    }

    /*.col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/
}

@media(min-width:569px) and (max-width:600px) {
    #agenda2 {
        width: 100%;
    }

    .header {
        height: 79px;
    }

    /*.col-lg-6 {
        width: 30%;
    }

    .col-lg-8 {
        width: 90.66666666666666%;
    }*/

    .raccourci .divLabel span {
        color: #404040;
    }

    .raccourci {
        width: 97px;
        position: relative;
    }

    .raccourci_lien {
        top: 27px !important;
        left: 10px !important;
    }

    .raccourci_icon span {
        color: #404040;
        font-size: 9px;
    }

    .raccourci_icon img {
        width: 35px;
    }

    .raccourci_icon {
        float: left;
        width: 55px;
        margin-left: 6px;
        text-align: center;
        font-size: xx-small;
        height: 72px;
    }

    #divFermer {
        width: 100%;
        top: 155px;
    }

    #divGestionpage {
        top: 1px;
    }

    .imaage-deconnct {
        background: url(../../../Images/Commun/deconnexion-icone32.png);
        background-repeat: no-repeat;
        float: right;
        width: 18px;
        height: 52px;
        right: 2px;
        top: 12px;
        position: fixed;
    }

        .imaage-deconnct:hover .bloc-deconnexion {
            display: block;
            width: 138px;
        }

    /*.main .col-lg-9 {
        width: 91%;
    }*/

    #divicone {
        height: auto;
        top: 85px;
    }

    /*.header .col-lg-2 {
        width: 23.666667%;
    }

    .header .col-lg-4 {
        width: 65.33333333333333%;
    }*/

    .header .avatar {
        display: none;
    }

    /*.col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/

    .container-centermain {
        width: 310px;
    }
}

@media(min-width:601px) and (max-width:667px) {
    .header {
        height: 100px;
    }

    /*.col-lg-6 {
        width: 30%;
    }

    .col-lg-8 {
        width: 97.66666666666666%;
    }*/

    .raccourci .divLabel span {
        color: #404040;
    }

    .raccourci {
        width: 97px;
        position: relative;
    }

    .raccourci_lien {
        top: 27px !important;
        left: 10px !important;
    }

    .raccourci_icon span {
        color: #404040;
        font-size: 9px;
    }

    .raccourci_icon img {
        width: 35px;
    }

    .raccourci_icon {
        float: left;
        width: 55px;
        margin-left: 6px;
        text-align: center;
        font-size: xx-small;
        height: 72px;
    }

    #divFermer {
        width: 100%;
        top: 155px;
    }

    #divGestionpage {
        top: 1px;
    }
    /*.imaage-deconnct { background:url(../../Images/Commun/deconnexion-icone32.png);background-repeat:no-repeat;float: right;width: 18px;height:52px;right: 2px;top:12px;position: fixed;}
.imaage-deconnct:hover .bloc-deconnexion {display:block;width:138px}
.bloc-deconnexion {display:none;}*/
    /*.main .col-lg-9 {
        width: 91%;
    }*/

    #divicone {
        height: auto;
        top: 105px;
    }

    /*.header .col-lg-2 {
        width: 16.666667%;
    }

    .header .col-lg-4 {
        width: 40.33333333333333%;
    }*/

    .header .avatar {
        display: none;
    }

    /*.col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/

    .container-centermain {
        width: 310px;
    }
}

@media(min-width:668px) and (max-width:740px) {
    .header {
        height: 79px;
    }

    /*.col-lg-6 {
        width: 30%;
    }

    .col-lg-8 {
        width: 87.66666666666666%;
    }*/

    .raccourci .divLabel span {
        color: #404040;
    }

    .raccourci {
        width: 97px;
        position: relative;
    }

    .raccourci_lien {
        top: 27px !important;
        left: 10px !important;
    }

    .raccourci_icon span {
        color: #404040;
        font-size: 9px;
    }

    .raccourci_icon img {
        width: 35px;
    }

    .raccourci_icon {
        float: left;
        width: 55px;
        margin-left: 6px;
        text-align: center;
        font-size: xx-small;
        height: 72px;
    }

    #divFermer {
        width: 100%;
        top: 170px;
    }

    #divGestionpage {
        top: 1px;
    }
    /*.imaage-deconnct { background:url(../../Images/Commun/deconnexion-icone32.png);background-repeat:no-repeat;float: right;width: 18px;height:52px;right: 2px;top: 0;position: fixed;}
.imaage-deconnct:hover .bloc-deconnexion {display:block;width:138px}
.bloc-deconnexion {display:none;}*/
    /*.main .col-lg-9 {
        width: 91%;
    }*/

    #divicone {
        height: auto;
        top: 85px;
    }

    /*.header .col-lg-2 {
        width: 14.666667%;
    }

    .header .col-lg-4 {
        width: 43.33333333333333%;
    }*/

    .header .avatar {
        display: none;
    }

    /*.col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/

    .container-centermain {
        width: 310px;
    }
}

@media(min-width:741px) and (max-width:760px) {
    #divFermer {
        width: 100%;
        top: 160px;
    }
}

@media(min-width:761px) and (max-width:800px) {
    #divFermer {
        width: 100%;
        top: 100px;
    }
}

@media(min-width:741px) and (max-width:800px) {
    .header {
        height: 79px;
    }

    /*.col-lg-6 {
        width: 30%;
    }

    .col-lg-8 {
        width: 86.66666666666666%;
    }*/

    .raccourci .divLabel span {
        color: #404040;
    }

    .raccourci {
        width: 97px;
        position: relative;
    }

    .raccourci_lien {
        top: 27px !important;
        left: 10px !important;
    }

    .raccourci_icon span {
        color: #404040;
        font-size: 9px;
    }

    .raccourci_icon img {
        width: 35px;
    }

    .raccourci_icon {
        float: left;
        width: 55px;
        margin-left: 6px;
        text-align: center;
        font-size: xx-small;
        height: 72px;
    }

    #divGestionpage {
        top: 1px;
    }
    /*.imaage-deconnct { background:url(../../Images/Commun/deconnexion-icone32.png);background-repeat:no-repeat;float: right;width: 18px;height:52px;right: 2px;top: 0;position: fixed;}
.imaage-deconnct:hover .bloc-deconnexion {display:block;width:138px}
.bloc-deconnexion {display:none;}*/
    /*.main .col-lg-9 {
        width: 91%;
    }*/

    #divicone {
        height: auto;
        top: 85px;
    }

    /*.header .col-lg-2 {
        width: 13.666667%;
    }

    .header .col-lg-4 {
        width: 43.33333333333333%;
    }*/

    .header .avatar {
        display: none;
    }

    /*.col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/

    .container-centermain {
        width: 740px;
    }
}

@media(min-width:801px) and (max-width:899px) {
    .header {
        height: 118px;
    }

    #divFermer {
        width: 100%;
        top: 83px;
    }

    /*.col-lg-6 {
        width: 30%;
    }

    .col-lg-8 {
        width: 90.66666666666666%;
    }*/

    .raccourci .divLabel span {
        color: #404040;
    }

    .raccourci {
        width: 97px;
        position: relative;
    }

    .raccourci_lien {
        top: 27px !important;
        left: 10px !important;
    }

    .raccourci_icon span {
        color: #404040;
        font-size: 9px;
    }

    .raccourci_icon img {
        width: 35px;
    }

    .raccourci_icon {
        float: left;
        width: 55px;
        margin-left: 6px;
        text-align: center;
        font-size: xx-small;
        height: 72px;
    }

    #divGestionpage {
        top: 1px;
    }
    /*.imaage-deconnct { background:url(../../Images/Commun/deconnexion-icone32.png);background-repeat:no-repeat;float: right;width: 18px;height:52px;right: 2px;top: 0;position: fixed;}
.imaage-deconnct:hover .bloc-deconnexion {display:block;width:138px}
.bloc-deconnexion {display:none;}*/
    /*.main .col-lg-9 {
        width: 91%;
    }*/

    #divicone {
        height: auto;
        top: 124px;
    }

    /*.header .col-lg-2 {
        width: 18.666667%;
    }

    .header .col-lg-4 {
        width: 40.33333333333333%;
    }*/

    .header .avatar {
        display: none;
    }

    /*.col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/

    .container-centermain {
        width: 800px;
    }
}

@media(min-width:900px) and (max-width:1023px) {
    .header {
        height: 118px;
    }

    #divFermer {
        width: 100%;
        top: 83px;
    }

    /*.header .col-lg-2 {
        width: 19.666667%;
    }*/

    #PopupHoverRaccourcis {
        left: 40px;
        top: 10px;
        z-index: 1;
    }

    .div#Panel1 {
        /*left: 609px;*/
    }

    .div#Panel3 {
        left: 609px;
    }
}

@media(min-width:1024px) and (max-width:1199px) {
    .header {
        height: 118px;
    }

    #divFermer {
        width: 100%;
        top: 83px;
    }

    /*.header .col-lg-2 {
        width: 19.666667%;
    }*/

    #PopupHoverRaccourcis {
        left: 40px;
        top: 10px;
        z-index: 1;
    }

    .informations p {
        width: 80% !important;
    }

    .div#Panel1 {
        /*left: 609px;*/
    }

    .div#Panel3 {
        left: 609px;
    }
}

@media(min-width:1200px) and (max-width:1300px) {
    .main {
        width: 100%;
    }

    #divFermer {
        width: 100%;
        top: 100px;
    }

    /*.col-lg-6 {
        width: 30%;
    }

    .col-lg-8 {
        width: 90.66666666666666%;
    }*/

    .raccourci .divLabel span {
        color: #404040;
    }

    .raccourci {
        background-color: #e8e8e8;
        border: 1px solid #cbcbcb;
        border-radius: 10px;
        cursor: pointer;
        display: table-cell;
        float: left;
        font-size: xx-small;
        height: 122px;
        margin-bottom: 3%;
        margin-right: 3%;
        text-align: center;
        vertical-align: middle;
        width: 189px;
        position: relative;
    }

    .raccourci_lien {
        top: 27px !important;
        left: 0px !important;
        margin: auto;
        right: 0;
    }

    .raccourci_icon span {
        color: #404040;
        font-size: 9px;
    }

    .raccourci_icon img {
        width: 57px;
    }

    .raccourci_icon {
        float: left;
        width: 63px;
        margin-left: 18px;
        text-align: center;
        font-size: xx-small;
        height: 90px;
    }

    #divGestionpage {
        top: 1px;
    }

    /*.main .col-lg-9 {
        width: 91%;
    }*/

    #divicone {
        height: auto;
        top: 123px;
        width: 900px;
    }

    /*.col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 430px;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/

    div#menu {
        width: 15%;
    }
}
/*.headerGlobal{
     background: rgba(0, 0, 0, 0) url("../../../Images/Commun/bg-header.png") repeat scroll right; 
      border-top: 4px solid #694e92;
}*/
@media(min-width:1300px) {
    .main {
        width: 100%;
    }

    #divFermer {
        width: 100%;
        top: 100px;
    }

    /*.col-lg-6 {
        width: 30%;
    }

    .col-lg-8 {
        width: 90.66666666666666%;
    }*/

    .raccourci .divLabel span {
        color: #404040;
    }

    .raccourci {
        background-color: #e8e8e8;
        border: 1px solid #cbcbcb;
        border-radius: 10px;
        cursor: pointer;
        display: table-cell;
        float: left;
        font-size: xx-small;
        height: 122px;
        margin-bottom: 3%;
        margin-right: 3%;
        text-align: center;
        vertical-align: middle;
        width: 189px;
        position: relative;
    }

    .raccourci_lien {
        top: 27px !important;
        left: 0px !important;
        margin: auto;
        right: 0;
    }

    .raccourci_icon span {
        color: #404040;
        font-size: 9px;
    }

    .raccourci_icon img {
        width: 57px;
    }

    .raccourci_icon {
        float: left;
        width: 63px;
        margin-left: 18px;
        text-align: center;
        font-size: xx-small;
        height: 90px;
    }

    #divGestionpage {
        top: 1px;
    }

    /*.main .col-lg-9 {
        width: 91%;
    }*/

    #divicone {
        height: auto;
        top: 123px;
        width: 900px;
    }

    .container-centermain {
        width: 1188px;
    }
}
/* code ajouter par sawsen */
.container-full-agenda {
    color: #eee;
}

img {
    vertical-align: middle;
}

.title_menu {
    text-align: center;
}

.informations-personnel {
    margin-top: 20px;
    border-left: 1px solid #45184a;
    width: 45%;
}

.deconnection {
    color: #fff;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
}

table td a {
    font-weight: normal;
}

.container-full-agenda {
    margin: 0 auto;
    width: 100%;
    min-height: 100%;
    color: #eee;
    overflow: hidden;
}

.header-top_Communication {
    width: 100%;
    height: 50px;
    background: linear-gradient(to right, #005a25, #25c842, #18a138, #19bc36, #005a25);
    border-bottom: 1px solid #005a25;
    /*margin-bottom: 5px;*/
}

.header-top_GestionProjet {
    width: 100%;
    height: 50px;
    background: linear-gradient(to right, #04464c, #19916b, #127660, #19916b, #19916b, #127660, #04464c);
    border-bottom: 1px solid #04464c;
    /*margin-bottom: 5px;*/
}

.header-top_RH {
    width: 100%;
    height: 50px;
    background: linear-gradient(to right, #00425e, #0087b4, #009dd0, #0087b4, #0087b4, #0087b4, #00425e, #00425e);
    border-bottom: 1px solid #00425e;
    /*margin-bottom: 5px;*/
}

.header-top_Organisation {
    width: 100%;
    height: 50px;
    background: linear-gradient(to right, #715018, #c99524, #c39022, #c99524, #c39022, #c39022, #715018);
    border-bottom: 1px solid #715018;
    /*margin-bottom: 5px;*/
}

.header-top_Commerciale {
    width: 100%;
    height: 50px;
    background: linear-gradient(to right, #3d2323, #c8566c,#a03b4f,#a03b4f, #c8566c,#c8566c, #3d2323);
    border-bottom: 1px solid #3d2323;
    /*margin-bottom: 5px;*/
}

/*.header-top {width:100%;height:50px; background: linear-gradient(to right, #845998, #895a98, #8f5c98, #915c98, #995f99, #a36199, #7d5594, #705193, #694e92); border-bottom:4px solid #694e92; margin-bottom:5px;}*/

#form {
    padding-left: 0;
    padding-right: 0;
}
/*.header {margin-bottom:4px;position: relative;z-index: 2;background:url(../../Images/Commun/bg-header.png); background-repeat:no-repeat; width:100%;background-position: top right;float:left;border-bottom:1px solid #45184a;}*/
.informations > p > span {
    color: #fff;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
}
/*.identite-donnes {float: left;width: 50%;}*/
.identifier {
    float: left;
}

.informations p {
    float: left;
    width: 80%;
    color: #511541;
    font-family: "Tahoma";
    font-size: 11px;
    text-align: left;
    margin-bottom: 3px;
    margin-top: 0;
}

    .informations p span strong {
        text-align: left;
        width: 29.5%;
    }

.avatar-logo {
    overflow: hidden;
    border: 1px solid #745987;
    border-radius: 13px;
    vertical-align: middle;
    width: 133px;
    height: 76px;
    float: left;
    background: #fff;
}

.informations-personnel {
    float: left;
}

.btn-deconnect {
    font-size: 11px;
    font-family: "Tahoma";
    color: rgb( 255, 255, 255 );
    font-weight: bold;
    background-color: rgb( 68, 26, 71 );
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 81, 21, 65 );
    color: #fff;
    text-decoration: underline;
}

.info-deconnexion {
    margin-right: 8px;
    border-left: 1px solid #511541;
    color: #511541;
    margin-bottom: 10px;
    margin-left: 8px;
    margin-top: 10px;
    padding-left: 8px;
    text-align: left;
}

    .info-deconnexion p {
        margin-bottom: 0;
        margin-top: 0;
    }

.left-bloc a {
    color: #fff;
    text-decoration: none;
}

.avatar img {
    border-radius: 13px;
}

.info-deconnexion p {
    font-size: 11px;
    font-family: "Tahoma";
}

.raccourci_icon span {
    color: #404040;
}

/*.col-lg-12 {
    width: 100%;
}*/

#group-icon {
    display: none;
}

.service-link a {
    font-size: 11px;
    font-weight: bold;
}

.service-tech > img {
    margin-top: -3px;
}

.left-bloc p {
    margin-top: 0;
}

.right-bloc > img {
    margin-right: 4px;
}

#divicone {
    background-color: #1a82f7;
    background: url(images../../CssCommun/images/linear_bg_2.pngbackground-repeat: repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#CEC0DF));
    background: -webkit-linear-gradient(top, #fff, #CEC0DF);
    background: -moz-linear-gradient(top, #fff, #CEC0DF);
    background: -ms-linear-gradient(top, #fff, #CEC0DF);
    background: -o-linear-gradient(top, #fff, #CEC0DF);
}

#flechemenugauche, #flechemenudroite {
    background: #684288;
    height: 37px;
    color: #fff;
    line-height: 37px;
    text-align: center;
    margin-top: 1px;
    padding: 0 0.2% !important;
    cursor: pointer;
}

#flechemenugauche_Communication, #flechemenudroite_Communication {
    background: #005a25;
    height: 37px;
    color: #fff;
    line-height: 37px;
    text-align: center;
    margin-top: 1px;
    padding: 0 0.2% !important;
    cursor: pointer;
}

#flechemenugauche_GP, #flechemenudroite_GP {
    background: #04464c;
    height: 37px;
    color: #fff;
    line-height: 37px;
    text-align: center;
    margin-top: 1px;
    padding: 0 0.2% !important;
    cursor: pointer;
}

#flechemenugauche_RH, #flechemenudroite_RH {
    background: #00425e;
    height: 37px;
    color: #fff;
    line-height: 37px;
    text-align: center;
    margin-top: 1px;
    padding: 0 0.2% !important;
    cursor: pointer;
}

#flechemenugauche_Organisation, #flechemenudroite_Organisation {
    background: #715018;
    height: 37px;
    color: #fff;
    line-height: 37px;
    text-align: center;
    margin-top: 1px;
    padding: 0 0.2% !important;
    cursor: pointer;
}

#flechemenugauche_Commerciale, #flechemenudroite_Commerciale {
    background: #3d2323;
    height: 37px;
    color: #fff;
    line-height: 37px;
    text-align: center;
    margin-top: 1px;
    padding: 0 0.2% !important;
    cursor: pointer;
}

div#menu_horizontal {
    margin: 0 auto;
}

.container-center {
    width: 100%;
    height: 54px;
}

@media(max-width:320px) {
    div#menu2 {
        float: left;
        width: 99%;
        height: 618px;
        z-index: 100;
        margin-top: 5px;
    }

    div#menu {
        float: left;
        width: 99%;
        height: 614px;
        margin-right: 0px; /*margin-left: 7px;min-width:161px;*/
        margin-top: 5px;
    }

    .informations-personnel {
        border-left: 1px solid #45184a;
        width: 100%;
    }

    div#contenu > img {
        width: 100%;
    }

    .header {
        height: 69px;
        /*border-top: 4px solid #694e92;*/
    }

    .service-num .service-tech {
        padding: 0px 6px;
    }

    /*.col-lg-6 {
        width: 46%;
    }*/

    .raccourci_lien {
        top: 21px !important;
        left: 0px !important;
        margin: auto;
        right: 0;
    }

    .raccourci {
        position: relative;
    }

        .raccourci .divLabel span {
            color: #404040;
        }

    .raccourci_icon span {
        color: #404040;
        font-size: 9px;
    }

    .raccourci_icon {
        float: left;
        width: 55px;
        margin-left: 6px;
        text-align: center;
        font-size: xx-small;
        height: 72px;
    }

        .raccourci_icon img {
            width: 35px;
        }

    #divFermer {
        width: 100%;
        top: 221px;
    }

    #divGestionpage {
        top: 1px;
    }

    .imaage-deconnct {
        background: url(../../../../../Images/Commun/deconnexion-icone32.pngground-repeat:no-repeat;float: right;
        width: 18px;
        height: 52px;
        right: 2px;
        top: 12px;
        position: fixed;
    }

        .imaage-deconnct:hover .bloc-deconnexion {
            display: block;
            width: 138px;
        }

    #divicone {
        height: auto;
        top: 75px;
    }

    /*.main .col-lg-9 {
        width: 91%;
    }*/

    .service-link {
        margin-left: 8px;
    }

    .footer .adress {
        width: 250px;
    }

    .footer {
        padding-top: 16px;
        height: auto;
    }

    /*.header .col-lg-2 {
        width: 23.666667%;
    }

    .header .col-lg-4 {
        width: 65.33333333333333%;
    }*/

    .header .avatar {
        display: none;
    }

    .container-centermain {
        width: 267px;
    }

    /*.col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 75.66666666666666%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 26.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/

    #DlMenuHorizontal {
        width: 96.4%;
    }
}

@media(min-width:321px) and (max-width:380px) {
    div#menu2 {
        float: left;
        width: 99%;
        height: 618px;
        z-index: 100;
        margin-top: 5px;
    }

    div#menu {
        float: left;
        width: 99%;
        height: 614px;
        margin-right: 0px; /*margin-left: 7px;min-width:161px;*/
        margin-top: 5px;
    }

    .informations-personnel {
        border-left: 1px solid #45184a;
        width: 100%;
    }

    #agenda2 {
        width: 100%;
    }

    .header {
        height: 67px;
    }

    .service-num .service-tech {
        padding: 02px 6px;
        height: 18px;
    }

    /*.col-lg-6 {
        width: 47%;
    }*/

    .raccourci .divLabel span {
        color: #404040;
    }

    .raccourci {
        position: relative;
    }

    .raccourci_lien {
        top: 21px !important;
        left: 0px !important;
        margin: auto;
        right: 0;
    }

    .raccourci_icon span {
        color: #404040;
        font-size: 8.45px;
    }

    .raccourci_icon img {
        width: 35px;
    }

    .raccourci_icon {
        float: left;
        width: 54px;
        margin-left: 6px;
        text-align: center;
        font-size: xx-small;
        height: 72px;
    }

    #divFermer {
        width: 100%;
        top: 221px;
    }

    #divGestionpage {
        top: 1px;
    }

    .imaage-deconnct {
        background: url(../../../../../Images/Commun/deconnexion-icone32.pngground-repeat:no-repeat;float: right;
        width: 18px;
        height: 52px;
        right: 2px;
        top: 12px;
        position: fixed;
    }

        .imaage-deconnct:hover .bloc-deconnexion {
            display: block;
            width: 138px;
        }

    /*.main .col-lg-9 {
        width: 94%;
    }*/

    #divicone {
        height: auto;
        top: 75px;
    }

    .service-link {
        margin-left: 8px;
    }

    .footer .adress {
        width: 250px;
    }

    .footer {
        padding-top: 16px;
        height: auto;
    }

    /*.header .col-lg-2 {
        width: 23.666667%;
    }

    .header .col-lg-4 {
        width: 65.33333333333333%;
    }*/

    .header .avatar {
        display: none;
    }

    .container-centermain {
        width: 310px;
    }

    /*.col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 75.66666666666666%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/

    > > > > > > > .r11815 div#menu {
        float: left;
        width: 99%;
        height: 614px;
        margin-right: 0px; /*margin-left: 7px;min-width:161px;*/
        margin-top: 5px;
    }

    .informations-personnel {
        border-left: 1px solid #45184a;
        width: 100%;
    }

    #agenda2 {
        width: 100%;
    }

    .header {
        height: 67px;
    }

    .service-num .service-tech {
        padding: 02px 6px;
        height: 18px;
    }

    /*.col-lg-6 {
        width: 47%;
    }*/

    .raccourci .divLabel span {
        color: #404040;
    }

    .raccourci {
        position: relative;
    }

    .raccourci_lien {
        top: 21px !important;
        left: 0px !important;
        margin: auto;
        right: 0;
    }

    .raccourci_icon span {
        color: #404040;
        font-size: 8.45px;
    }

    .raccourci_icon img {
        width: 35px;
    }

    .raccourci_icon {
        float: left;
        width: 54px;
        margin-left: 6px;
        text-align: center;
        font-size: xx-small;
        height: 72px;
    }

    #divFermer {
        width: 100%;
        top: 221px;
    }

    #divGestionpage {
        top: 1px;
    }

    .imaage-deconnct {
        background: url(../../../../../Images/Commun/deconnexion-icone32.pngground-repeat:no-repeat;float: right;
        width: 18px;
        height: 52px;
        right: 2px;
        top: 12px;
        position: fixed;
    }

        .imaage-deconnct:hover .bloc-deconnexion {
            display: block;
            width: 138px;
        }

    /*.main .col-lg-9 {
        width: 94%;
    }*/

    #divicone {
        height: auto;
        top: 75px;
    }

    .service-link {
        margin-left: 8px;
    }

    .footer .adress {
        width: 250px;
    }

    .footer {
        padding-top: 16px;
        height: auto;
    }

    /*.header .col-lg-2 {
        width: 23.666667%;
    }

    .header .col-lg-4 {
        width: 65.33333333333333%;
    }*/

    .header .avatar {
        display: none;
    }

    .container-centermain {
        width: 310px;
    }

    /*.col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 75.66666666666666%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/
}

@media(min-width:381px) and (max-width:420px) {
    div#menu2 {
        float: left;
        width: 99%;
        height: 618px;
        z-index: 100;
        margin-top: 5px;
    }

    .informations-personnel {
        border-left: 1px solid #45184a;
        width: 100%;
    }

    #agenda2 {
        width: 100%;
    }

    .service-num .service-tech {
        padding: 2px 6px;
    }

    .header {
        height: 79px;
    }

    /*.col-lg-6 {
        width: 30%;
    }

    .col-lg-8 {
        width: 87.66666666666666%;
    }*/

    .raccourci .divLabel span {
        color: #404040;
    }

    .raccourci {
        width: 97px;
        position: relative;
    }

    .raccourci_lien {
        top: 21px !important;
        left: 10px !important;
    }

    .raccourci_icon span {
        color: #404040;
        font-size: 8.4px;
    }

    .raccourci_icon img {
        width: 35px;
    }

    .raccourci_icon {
        float: left;
        width: 55px;
        margin-left: 6px;
        text-align: center;
        font-size: xx-small;
        height: 72px;
    }

    #divFermer {
        width: 100%;
        top: 221px;
    }

    #divGestionpage {
        top: 1px;
    }

    .imaage-deconnct {
        background: url(../../../../../Images/Commun/deconnexion-icone32.pngground-repeat:no-repeat;float: right;
        width: 18px;
        height: 52px;
        right: 2px;
        top: 13px;
        position: fixed;
    }

        .imaage-deconnct:hover .bloc-deconnexion {
            display: block;
            width: 138px;
        }

    /*.main .col-lg-9 {
        width: 91%;
    }*/

    #divicone {
        height: auto;
        top: 85px;
    }

    .service-link {
        margin-left: 8px;
    }

    .footer .adress {
        width: 250px;
    }

    .footer {
        padding-top: 16px;
        height: auto;
    }

    /*.header .col-lg-2 {
        width: 23.666667%;
    }

    .header .col-lg-4 {
        width: 65.33333333333333%;
    }*/

    .header .avatar {
        display: none;
    }

    .container-centermain {
        width: 310px;
    }

    /*.col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/

    > > > > > > > .r11815
}

@media(min-width:421px) and (max-width:500px) {
    div#menu2 {
        float: left;
        width: 99%;
        height: 619px;
        z-index: 100;
        margin-top: 5px;
    }

    div#menu {
        float: left;
        width: 99%;
        height: 614px;
        margin-right: 0px;
        margin-top: 5px;
    }

    .informations-personnel {
        border-left: 1px solid #45184a;
        width: 100%;
    }

    #agenda2 {
        width: 100%;
    }

    .header {
        height: 79px;
    }

    /*.col-lg-6 {
        width: 30%;
    }

    .col-lg-8 {
        width: 86.66666666666666%;
    }*/

    .raccourci .divLabel span {
        color: #404040;
    }

    .raccourci {
        width: 97px;
        position: relative;
    }

    .raccourci_lien {
        top: 21px !important;
        left: 10px !important;
    }

    .raccourci_icon span {
        color: #404040;
        font-size: 9px;
    }

    .raccourci_icon img {
        width: 35px;
    }

    .raccourci_icon {
        float: left;
        width: 55px;
        margin-left: 6px;
        text-align: center;
        font-size: xx-small;
        height: 72px;
    }

    #divFermer {
        width: 100%;
        top: 160px;
    }

    #divGestionpage {
        top: 1px;
    }

    .imaage-deconnct {
        background: url(../../../../../Images/Commun/deconnexion-icone32.pngground-repeat:no-repeat;float: right;
        width: 18px;
        height: 52px;
        right: 2px;
        top: 12px;
        position: fixed;
    }

        .imaage-deconnct:hover .bloc-deconnexion {
            display: block;
            width: 138px;
        }

    /*.main .col-lg-9 {
        width: 91%;
    }*/

    #divicone {
        height: auto;
        top: 84px;
    }

    .service-link {
        margin-left: 8px;
    }

    .footer .adress {
        width: 250px;
    }

    .footer {
        padding-top: 16px;
        height: auto;
    }

    /*.header .col-lg-2 {
        width: 23.666667%;
    }

    .header .col-lg-4 {
        width: 65.33333333333333%;
    }*/

    .header .avatar {
        display: none;
    }

    /*.col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/

    .agenda_menu2 {
        width: 100%;
    }

    > > > > > > > .r11815
}

@media(min-width:501px) and (max-width:568px) {
    div#menuhautd {
        margin-top: 0px;
        float: left;
        width: 49%;
    }

    div#menubasd {
        float: right;
        width: 49%;
    }

    div#menubasg {
        float: right;
        width: 49%;
        height: 410px;
    }

    div#menuhautg {
        margin-bottom: 14px;
        float: left;
        width: 49%;
    }

    div#menu {
        float: left;
        width: 100%;
        height: 413px;
        margin-right: 0px;
        margin-top: 5px;
    }

    div#menu2 {
        float: left;
        width: 99%;
        height: 420px;
        z-index: 100;
        margin-top: 5px;
    }

    .informations-personnel {
        border-left: 1px solid #45184a;
        width: 100%;
    }

    #DlMenuHorizontal {
        width: 90.8%;
    }

    #agenda2 {
        width: 100%;
    }

    #divicone {
        height: auto;
        top: 85px;
    }

    #divGestionpage {
        top: 1px;
    }

    .header {
        height: 79px;
    }

    /*.col-lg-6 {
        width: 30%;
    }

    .col-lg-8 {
        width: 90.66666666666666%;
    }*/

    .raccourci .divLabel span {
        color: #404040;
    }

    .raccourci {
        width: 97px;
        position: relative;
    }

    .raccourci_lien {
        top: 21px !important;
        left: 10px !important;
    }

    .raccourci_icon span {
        color: #404040;
        font-size: 9px;
    }

    .raccourci_icon img {
        width: 35px;
    }

    .raccourci_icon {
        float: left;
        width: 55px;
        margin-left: 6px;
        text-align: center;
        font-size: xx-small;
        height: 72px;
    }

    #divFermer {
        width: 100%;
        top: 160px;
    }

    .imaage-deconnct {
        background: url(../../../../../Images/Commun/deconnexion-icone32.pngground-repeat:no-repeat;float: right;
        width: 18px;
        height: 52px;
        right: 2px;
        top: 12px;
        position: fixed;
    }

        .imaage-deconnct:hover .bloc-deconnexion {
            display: block;
            width: 138px;
        }

    /*.main .col-lg-9 {
        width: 91%;
    }*/

    .service-link {
        margin-left: 8px;
    }

    .footer .adress {
        width: 250px;
    }

    .footer {
        padding-top: 16px;
        height: auto;
    }

    /*.header .col-lg-2 {
        width: 23.666667%;
    }

    .header .col-lg-4 {
        width: 65.33333333333333%;
    }*/

    .header .avatar {
        display: none;
    }

    .container-centermain {
        width: 310px;
    }

    /*.col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/

    .agenda_menu2 {
        width: 100%;
    }

    .menu_memoappli {
        height: 359px;
    }

    div#menuhautd {
        margin-top: 0px;
        float: left;
        width: 49%;
    }

    div#menubasd {
        float: right;
        width: 49%;
    }

    div#menubasg {
        float: right;
        width: 49%;
        height: 410px;
    }

    div#menuhautg {
        margin-bottom: 14px;
        float: left;
        width: 49%;
    }

    div#menu {
        float: left;
        width: 100%;
        height: 413px;
        margin-right: 0px;
        margin-top: 5px;
    }

    div#menu2 {
        float: left;
        width: 99%;
        height: 420px;
        z-index: 100;
        margin-top: 5px;
    }

    .informations-personnel {
        border-left: 1px solid #45184a;
        width: 100%;
    }

    #DlMenuHorizontal {
        width: 90.8%;
    }

    #agenda2 {
        width: 100%;
    }

    #divicone {
        height: auto;
        top: 85px;
    }

    #divGestionpage {
        top: 1px;
    }

    .header {
        height: 79px;
    }

    /*.col-lg-6 {
        width: 30%;
    }

    .col-lg-8 {
        width: 90.66666666666666%;
    }*/

    .raccourci .divLabel span {
        color: #404040;
    }

    .raccourci {
        width: 97px;
        position: relative;
    }

    .raccourci_lien {
        top: 21px !important;
        left: 10px !important;
    }

    .raccourci_icon span {
        color: #404040;
        font-size: 9px;
    }

    .raccourci_icon img {
        width: 35px;
    }

    .raccourci_icon {
        float: left;
        width: 55px;
        margin-left: 6px;
        text-align: center;
        font-size: xx-small;
        height: 72px;
    }

    #divFermer {
        width: 100%;
        top: 160px;
    }

    .imaage-deconnct {
        background: url(../../../../../Images/Commun/deconnexion-icone32.pngground-repeat:no-repeat;float: right;
        width: 18px;
        height: 52px;
        right: 2px;
        top: 12px;
        position: fixed;
    }

        .imaage-deconnct:hover .bloc-deconnexion {
            display: block;
            width: 138px;
        }

    /*.main .col-lg-9 {
        width: 91%;
    }*/

    .service-link {
        margin-left: 8px;
    }

    .footer .adress {
        width: 250px;
    }

    .footer {
        padding-top: 16px;
        height: auto;
    }

    /*.header .col-lg-2 {
        width: 23.666667%;
    }

    .header .col-lg-4 {
        width: 65.33333333333333%;
    }*/

    .header .avatar {
        display: none;
    }

    .container-centermain {
        width: 310px;
    }

    /*.col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/

    .agenda_menu2 {
        width: 100%;
    }
}

@media(min-width:569px) and (max-width:600px) {
    .menu_memoappli {
        height: 359px;
    }

    div#menuhautd {
        margin-top: 0px;
        float: left;
        width: 49%;
    }

    div#menubasd {
        float: right;
        width: 49%;
        height: 410px;
    }

    div#menubasg {
        float: right;
        width: 49%;
        height: 410px;
    }

    div#menuhautg {
        margin-bottom: 14px;
        float: left;
        width: 49%;
    }

    div#menu {
        float: left;
        width: 99%;
        height: 414px;
        margin-right: 0px;
        margin-top: 5px;
    }

    div#menu2 {
        float: left;
        width: 99%;
        height: 414px;
        z-index: 100;
        margin-top: 5px;
    }

    .informations-personnel {
        border-left: 1px solid #45184a;
        width: 100%;
    }

    #agenda2 {
        width: 100%;
    }

    .header {
        height: 79px;
    }

    /*.col-lg-6 {
        width: 30%;
    }

    .col-lg-8 {
        width: 90.66666666666666%;
    }*/

    .raccourci .divLabel span {
        color: #404040;
    }

    .raccourci {
        width: 97px;
        position: relative;
    }

    .raccourci_lien {
        top: 27px !important;
        left: 10px !important;
    }

    .raccourci_icon span {
        color: #404040;
        font-size: 9px;
    }

    .raccourci_icon img {
        width: 35px;
    }

    .raccourci_icon {
        float: left;
        width: 55px;
        margin-left: 6px;
        text-align: center;
        font-size: xx-small;
        height: 72px;
    }

    #divFermer {
        width: 100%;
        top: 155px;
    }

    #divGestionpage {
        top: 1px;
    }

    .imaage-deconnct {
        background: url(../../../../../Images/Commun/deconnexion-icone32.pngground-repeat:no-repeat;float: right;
        width: 18px;
        height: 52px;
        right: 2px;
        top: 12px;
        position: fixed;
    }

        .imaage-deconnct:hover .bloc-deconnexion {
            display: block;
            width: 138px;
        }

    /*.main .col-lg-9 {
        width: 91%;
    }*/

    #divicone {
        height: auto;
        top: 85px;
    }

    .service-link {
        margin-left: 8px;
    }

    .footer .adress {
        width: 250px;
    }

    .footer {
        padding-top: 16px;
        height: auto;
    }

    /*.header .col-lg-2 {
        width: 23.666667%;
    }

    .header .col-lg-4 {
        width: 65.33333333333333%;
    }*/

    .header .avatar {
        display: none;
    }

    /*.col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/

    .container-centermain {
        width: 310px;
    }

    .agenda_menu2 {
        width: 100%;
    }

    #DlMenuHorizontal {
        width: 90.8%;
    }

    > > > > > > > .r11815
}

@media(min-width:601px) and (max-width:667px) {
    .menu_memoappli {
        height: 358px;
    }

    .informations-personnel {
        border-left: 1px solid #45184a;
        width: 100%;
    }

    div#menuhautd {
        margin-top: 0px;
        float: left;
        width: 49%;
    }

    div#menubasd {
        float: right;
        width: 49%;
    }

    div#menubasg {
        float: right;
        width: 49%;
        height: 410px;
    }

    div#menuhautg {
        margin-bottom: 14px;
        float: left;
        width: 49%;
    }

    div#menu {
        float: left;
        width: 99%;
        height: 414px;
        margin-right: 0px;
        margin-top: 5px;
    }

    div#menu2 {
        float: left;
        width: 99%;
        height: 414px;
        z-index: 100;
        margin-top: 5px;
    }

    #DlMenuHorizontal {
        width: 90.8%;
    }

    .header {
        height: 100px;
    }

    /*.col-lg-6 {
        width: 30%;
    }

    .col-lg-8 {
        width: 97.66666666666666%;
    }*/

    .raccourci .divLabel span {
        color: #404040;
    }

    .raccourci {
        width: 97px;
        position: relative;
    }

    .raccourci_lien {
        top: 27px !important;
        left: 10px !important;
    }

    .raccourci_icon span {
        color: #404040;
        font-size: 9px;
    }

    .raccourci_icon img {
        width: 35px;
    }

    .raccourci_icon {
        float: left;
        width: 55px;
        margin-left: 6px;
        text-align: center;
        font-size: xx-small;
        height: 72px;
    }

    #divFermer {
        width: 100%;
        top: 155px;
    }

    #divGestionpage {
        top: 1px;
    }
    /*.imaage-deconnct { background:url(../../Images/Commun/deconnexion-icone32.png);background-repeat:no-repeat;float: right;width: 18px;height:52px;right: 2px;top:12px;position: fixed;}
=======
    .menu_memoappli { height: 358px;}
    .informations-personnel {border-left:1px solid #45184a;width:100%}
div#menuhautd {  margin-top: 0px;float:left; width:49%;}
    div#menubasd {float:right; width: 49%;}
    div#menubasg {float:right; width:49%; height:410px}
    div#menuhautg { margin-bottom: 14px;float:left; width:49%;}
     div#menu { float: left; width: 99%;height: 414px; margin-right: 0px;  margin-top: 5px; }
     div#menu2 {float: left;width: 99%;height: 414px;z-index: 100; margin-top: 5px;}
#DlMenuHorizontal {width:90.8%;}
.header { height:100px;}
.col-lg-6{width:30%}
.col-lg-8{width:97.66666666666666%}
.raccourci .divLabel span { color:#404040;    }
.raccourci { width: 97px; position:relative; }
.raccourci_lien { top:27px !important;left: 10px !important;}
.raccourci_icon span {color: #404040;font-size: 9px;}
.raccourci_icon img {width: 35px;}
.raccourci_icon {float: left;width: 55px;margin-left: 6px;text-align: center;font-size: xx-small;height: 72px;}
#divFermer { width: 100%; top: 155px;}
#divGestionpage { top: 1px;}
/*.imaage-deconnct { background:url(../../Images/Commun/deconnexion-icone32.png);background-repeat:no-repeat;float: right;width: 18px;height:52px;right: 2px;top:12px;position: fixed;}
>>>>>>> .r11815
.imaage-deconnct:hover .bloc-deconnexion {display:block;width:138px}
.bloc-deconnexion {display:none;}*/
    /*.main .col-lg-9 {
        width: 91%;
    }*/

    #divicone {
        height: auto;
        top: 105px;
    }

    .service-link {
        margin-left: 8px;
    }

    .footer .adress {
        width: 250px;
    }

    .footer {
        padding-top: 16px;
        height: auto;
    }

    /*.header .col-lg-2 {
        width: 16.666667%;
    }

    .header .col-lg-4 {
        width: 40.33333333333333%;
    }*/

    .header .avatar {
        display: none;
    }

    /*.col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/

    .container-centermain {
        width: 310px;
    }

    .agenda_menu2 {
    }
}

@media(min-width:668px) and (max-width:740px) {
    .menu_memoappli {
        height: 359px;
    }

    .informations-personnel {
        border-left: 1px solid #45184a;
        width: 100%;
    }

    #DlMenuHorizontal {
        width: 90.8%;
    }

    div#menuhautd {
        margin-top: 0px;
        float: left;
        width: 49%;
    }

    div#menubasd {
        float: right;
        width: 49%;
    }

    div#menubasg {
        float: right;
        width: 49%;
        height: 410px;
    }

    div#menuhautg {
        margin-bottom: 14px;
        float: left;
        width: 49%;
    }

    div#menu {
        float: left;
        width: 99%;
        height: 414px;
        margin-right: 0px;
        margin-top: 5px;
    }

    div#menu2 {
        float: left;
        width: 99%;
        height: 414px;
        z-index: 100;
        margin-top: 5px;
    }

    .header {
        height: 79px;
    }

    /*.col-lg-6 {
        width: 30%;
    }

    .col-lg-8 {
        width: 87.66666666666666%;
    }*/

    .raccourci .divLabel span {
        color: #404040;
    }

    .raccourci {
        width: 97px;
        position: relative;
    }

    .raccourci_lien {
        top: 27px !important;
        left: 10px !important;
    }

    .raccourci_icon span {
        color: #404040;
        font-size: 9px;
    }

    .raccourci_icon img {
        width: 35px;
    }

    .raccourci_icon {
        float: left;
        width: 55px;
        margin-left: 6px;
        text-align: center;
        font-size: xx-small;
        height: 72px;
    }

    #divFermer {
        width: 100%;
        top: 170px;
    }

    #divGestionpage {
        top: 1px;
    }
    /*.imaage-deconnct { background:url(../../Images/Commun/deconnexion-icone32.png);background-repeat:no-repeat;float: right;width: 18px;height:52px;right: 2px;top: 0;position: fixed;}
=======
.menu_memoappli { height: 359px;}
.informations-personnel {border-left:1px solid #45184a;width:100%}
#DlMenuHorizontal {width:90.8%;}
div#menuhautd {  margin-top: 0px;float:left; width:49%;}
    div#menubasd {float:right; width: 49%;}
    div#menubasg {float:right; width:49%; height:410px}
    div#menuhautg { margin-bottom: 14px;float:left; width:49%;}
     div#menu { float: left; width: 99%;height: 414px; margin-right: 0px;  margin-top: 5px; }
     div#menu2 {float: left;width: 99%;height: 414px;z-index: 100; margin-top: 5px;}
.header { height:79px;}
.col-lg-6{width:30%}
.col-lg-8{width:87.66666666666666%}
.raccourci .divLabel span { color:#404040;    }
.raccourci { width: 97px; position:relative; }
.raccourci_lien { top:27px !important;left: 10px !important;}
.raccourci_icon span {color: #404040;font-size: 9px;}
.raccourci_icon img {width: 35px;}
.raccourci_icon {float: left;width: 55px;margin-left: 6px;text-align: center;font-size: xx-small;height: 72px;}
#divFermer { width: 100%; top: 170px;}
#divGestionpage { top: 1px;}
/*.imaage-deconnct { background:url(../../Images/Commun/deconnexion-icone32.png);background-repeat:no-repeat;float: right;width: 18px;height:52px;right: 2px;top: 0;position: fixed;}
>>>>>>> .r11815
.imaage-deconnct:hover .bloc-deconnexion {display:block;width:138px}
.bloc-deconnexion {display:none;}*/
    /*.main .col-lg-9 {
        width: 91%;
    }*/

    #divicone {
        height: auto;
        top: 85px;
    }

    .service-link {
        margin-left: 8px;
    }

    .footer .adress {
        width: 250px;
    }

    .footer {
        padding-top: 16px;
        height: auto;
        margin-top: 1%;
    }

    /*.header .col-lg-2 {
        width: 14.666667%;
    }

    .header .col-lg-4 {
        width: 43.33333333333333%;
    }*/

    .header .avatar {
        display: none;
    }

    /*.col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/

    .container-centermain {
        width: 310px;
    }

    .agenda_menu2 {
    }
}

@media(min-width:741px) and (max-width:760px) {
    div#menu2 {
        float: left;
        width: 100%;
        height: 614px;
        z-index: 100;
        margin-top: 5px;
    }

    div#menu {
        float: left;
        width: 100%;
        height: 614px;
        margin-right: 0px;
        margin-top: 5px;
    }

    .informations-personnel {
        border-left: 1px solid #45184a;
        width: 100%;
    }

    #divFermer {
        width: 100%;
        top: 160px;
    }
}

@media(min-width:761px) and (max-width:800px) {
    div#menu2 {
        float: left;
        width: 100%;
        height: 614px;
        z-index: 100;
        margin-top: 5px;
    }

    div#menu {
        float: left;
        width: 100%;
        height: 614px;
        margin-right: 0px;
        margin-top: 5px;
    }

    .informations-personnel {
        border-left: 1px solid #45184a;
        width: 100%;
    }

    #divFermer {
        width: 100%;
        top: 100px;
    }
}

@media(min-width:741px) and (max-width:800px) {
    div#menu2 {
        float: left;
        width: 15%;
        height: 614px;
        z-index: 100;
        margin-top: 5px;
    }

    div#menu {
        float: left;
        width: 15%;
        height: 614px;
        margin-right: 0px;
        margin-top: 5px;
    }

    .header {
        height: 79px;
    }

    /*.col-lg-6 {
        width: 30%;
    }

    .col-lg-8 {
        width: 86.66666666666666%;
    }*/

    .raccourci .divLabel span {
        color: #404040;
    }

    .raccourci {
        width: 97px;
        position: relative;
    }

    .raccourci_lien {
        top: 27px !important;
        left: 10px !important;
    }

    .raccourci_icon span {
        color: #404040;
        font-size: 9px;
    }

    .raccourci_icon img {
        width: 35px;
    }

    .raccourci_icon {
        float: left;
        width: 55px;
        margin-left: 6px;
        text-align: center;
        font-size: xx-small;
        height: 72px;
    }

    #divGestionpage {
        top: 1px;
    }
    /*.imaage-deconnct { background:url(../../Images/Commun/deconnexion-icone32.png);background-repeat:no-repeat;float: right;width: 18px;height:52px;right: 2px;top: 0;position: fixed;}
.imaage-deconnct:hover .bloc-deconnexion {display:block;width:138px}
.bloc-deconnexion {display:none;}*/
    /*.main .col-lg-9 {
        width: 91%;
    }*/

    #divicone {
        height: auto;
        top: 85px;
    }

    .service-link {
        margin-left: 8px;
    }

    .footer .adress {
        width: 250px;
    }

    .footer {
        padding-top: 16px;
        height: auto;
        margin-top: 0%;
    }

    /*.header .col-lg-2 {
        width: 13.666667%;
    }

    .header .col-lg-4 {
        width: 43.33333333333333%;
    }*/

    .header .avatar {
        display: none;
    }

    /*.col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/

    .container-centermain {
        width: 740px;
    }

    #DlMenuHorizontal {
        width: 90.8%;
    }

    .agenda_menu2 {
    }
}

@media(min-width:801px) and (max-width:899px) {
    div#menu2 {
        float: left;
        width: 15%;
        height: 614px;
        z-index: 100;
        margin-top: 5px;
    }

    div#menu {
        float: left;
        width: 15%;
        height: 614px;
        margin-right: 0px;
        margin-top: 5px;
    }

    .informations-personnel {
        border-left: 1px solid #45184a;
        width: 100%;
    }

    #DlMenuHorizontal {
        width: 90.8%;
    }

    .header {
        height: 118px;
    }

    #divFermer {
        width: 100%;
        top: 83px;
    }

    /*.col-lg-6 {
        width: 30%;
    }

    .col-lg-8 {
        width: 90.66666666666666%;
    }*/

    .raccourci .divLabel span {
        color: #404040;
    }

    .raccourci {
        width: 97px;
        position: relative;
    }

    .raccourci_lien {
        top: 27px !important;
        left: 10px !important;
    }

    .raccourci_icon span {
        color: #404040;
        font-size: 9px;
    }

    .raccourci_icon img {
        width: 35px;
    }

    .raccourci_icon {
        float: left;
        width: 55px;
        margin-left: 6px;
        text-align: center;
        font-size: xx-small;
        height: 72px;
    }

    #divGestionpage {
        top: 1px;
    }
    /*.imaage-deconnct { background:url(../../Images/Commun/deconnexion-icone32.png);background-repeat:no-repeat;float: right;width: 18px;height:52px;right: 2px;top: 0;position: fixed;}
=======
div#menu2 {float: left;width: 15%;height: 614px;z-index: 100; margin-top: 5px;}
 div#menu { float: left; width: 15%;height: 614px; margin-right: 0px;  margin-top: 5px; }
    .informations-personnel {border-left:1px solid #45184a;width:100%}
#DlMenuHorizontal {width:90.8%;}
.header { height:118px;}
#divFermer { width: 100%; top: 83px;}
.col-lg-6{width:30%}
.col-lg-8{width:90.66666666666666%}
.raccourci .divLabel span { color:#404040;    }
.raccourci { width: 97px; position:relative; }
.raccourci_lien { top:27px !important;left: 10px !important;}
.raccourci_icon span {color: #404040;font-size: 9px;}
.raccourci_icon img {width: 35px;}
.raccourci_icon {float: left;width: 55px;margin-left: 6px;text-align: center;font-size: xx-small;height: 72px;}
#divGestionpage { top: 1px;}
/*.imaage-deconnct { background:url(../../Images/Commun/deconnexion-icone32.png);background-repeat:no-repeat;float: right;width: 18px;height:52px;right: 2px;top: 0;position: fixed;}
>>>>>>> .r11815
.imaage-deconnct:hover .bloc-deconnexion {display:block;width:138px}
.bloc-deconnexion {display:none;}*/
    /*.main .col-lg-9 {
        width: 91%;
    }*/

    #divicone {
        height: auto;
        top: 124px;
    }

    .service-link {
        margin-left: 8px;
    }

    .footer .adress {
        width: 250px;
        margin-right: 30px;
    }

    .footer {
        padding-top: 16px;
        height: auto;
        padding-bottom: 10px;
    }

    /*.header .col-lg-2 {
        width: 18.666667%;
    }

    .header .col-lg-4 {
        width: 40.33333333333333%;
    }*/

    .header .avatar {
        display: none;
    }

    /*.col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/

    .container-centermain {
        width: 800px;
    }

    .agenda_menu2 {
    }
}

@media(min-width:900px) and (max-width:1024px) {
    .LbTitre {
        font-size: 15px !important;
    }

    .title_raccourci h3 {
        font-size: 15px !important;
    }

    div#menu {
        float: left;
        width: 15%;
        height: 614px;
        margin-right: 0px;
        margin-top: 5px;
    }

    div#menu2 {
        float: left;
        width: 15%;
        height: 614px;
        margin-right: 0px;
        margin-top: 5px;
    }

    .informations-personnel {
        border-left: 1px solid #45184a;
        width: 45%;
    }

    #DlMenuHorizontal {
        width: 90.8%;
    }

    .header {
        height: 118px;
    }

    #divFermer {
        width: 100%;
        top: 83px;
    }

    /*.col-lg-6 {
        width: 30%;
    }

    .col-lg-8 {
        width: 90.66666666666666%;
    }*/

    .raccourci .divLabel span {
        color: #404040;
    }

    .raccourci {
        width: 97px;
        position: relative;
    }

    .raccourci_lien {
        top: 27px !important;
        left: 10px !important;
    }

    .raccourci_icon span {
        color: #404040;
        font-size: 9px;
    }

    .raccourci_icon img {
        width: 35px;
    }

    .raccourci_icon {
        float: left;
        width: 55px;
        margin-left: 6px;
        text-align: center;
        font-size: xx-small;
        height: 72px;
    }

    #divGestionpage {
        top: 1px;
    }
    /*.imaage-deconnct { background:url(../../Images/Commun/deconnexion-icone32.png);background-repeat:no-repeat;float: right;width: 18px;height:52px;right: 2px;top: 0;position: fixed;}
.imaage-deconnct:hover .bloc-deconnexion {display:block;width:138px}
.bloc-deconnexion {display:none;}*/
    /*.main .col-lg-9 {
        width: 91%;
    }*/

    #divicone {
        height: auto;
        top: 124px;
    }

    /*.header .col-lg-2 {
        width: 16.666667%;
    }

    .header .col-lg-4 {
        width: 49.33333333333333%;
    }*/

    .header .avatar {
    }

    /*.col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-5 {
        width: 49.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/

    .container-centermain {
        width: 800px;
    }

    .agenda_menu2 {
    }
}

@media(min-width:1025px) and (max-width:1199px) {
    .title_raccourci h3 {
        font-size: 16px !important;
        margin-left: 28px !important;
        text-align: left;
    }

    #DlMenuHorizontal {
        width: 90.8%;
    }

    div#menu {
        float: left;
        width: 15%;
        height: 614px;
        margin-right: 0px;
        margin-top: 5px;
    }

    div#menu2 {
        float: left;
        width: 15%;
        height: 614px;
        margin-right: 0px;
        margin-top: 5px;
    }

    .header {
        height: 118px;
    }

    #divFermer {
        width: 100%;
        top: 83px;
    }

    /*.col-lg-6 {
        width: 30%;
    }

    .col-lg-8 {
        width: 90.66666666666666%;
    }*/

    .raccourci .divLabel span {
        color: #404040;
    }

    .raccourci {
        width: 97px;
        position: relative;
    }

    .raccourci_lien {
        top: 27px !important;
        left: 10px !important;
    }

    .raccourci_icon span {
        color: #404040;
        font-size: 9px;
    }

    .raccourci_icon img {
        width: 35px;
    }

    .raccourci_icon {
        float: left;
        width: 55px;
        margin-left: 6px;
        text-align: center;
        font-size: xx-small;
        height: 72px;
    }

    #divGestionpage {
        top: 1px;
    }

    /*.main .col-lg-9 {
        width: 91%;
    }*/

    #divicone {
        height: auto;
        top: 124px;
    }

    /*.header .col-lg-2 {
        width: 16.666667%;
    }

    .header .col-lg-4 {
        width: 49.33333333333333%;
    }*/

    .header .avatar {
    }

    /*.col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-5 {
        width: 49.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/

    .container-centermain {
        width: 810px;
    }

    .agenda_menu2 {
    }
}

@media(min-width:1200px) and (max-width:1300px) {
    div#menu {
        float: left;
        width: 15%;
        height: 614px;
        margin-right: 0px;
        margin-top: 5px;
    }

    div#menu {
        float: left;
        width: 15%;
        height: 614px;
        margin-right: 0px;
        margin-top: 5px;
    }

    .main {
        width: 100%;
    }

    #divFermer {
        width: 100%;
        top: 100px;
    }

    #CreerMemoDrag #UpdatePanel1 {
        height: 340px;
    }

    /*.col-lg-6 {
        width: 30%;
    }

    .col-lg-8 {
        width: 90.66666666666666%;
    }*/

    .raccourci .divLabel span {
        color: #404040;
    }

    .raccourci {
        background-color: #e8e8e8;
        border: 1px solid #cbcbcb;
        border-radius: 10px;
        cursor: pointer;
        display: table-cell;
        float: left;
        font-size: xx-small;
        height: 122px;
        margin-bottom: 3%;
        margin-right: 3%;
        text-align: center;
        vertical-align: middle;
        width: 189px;
        position: relative;
    }

    .raccourci_lien {
        top: 27px !important;
        left: 0px !important;
        margin: auto;
        right: 0;
    }

    .raccourci_icon span {
        color: #404040;
        font-size: 9px;
    }

    .raccourci_icon img {
        width: 57px;
    }

    .raccourci_icon {
        float: left;
        width: 63px;
        margin-left: 18px;
        text-align: center;
        font-size: xx-small;
        height: 90px;
    }

    #divGestionpage {
        top: 1px;
    }

    /*.main .col-lg-9 {
        width: 91%;
    }*/

    #divicone {
        height: auto;
        top: 123px;
        width: 900px;
    }

    /*.col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 412px;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/

    .agenda_menu2 {
        width: 100%;
    }

    div#menu {
        width: 15%;
    }

    div#menu2 {
        width: 15%;
        float: left;
        margin-top: 5px;
    }

    .main-contentcenter {
        margin: auto;
        width: 94%;
    }

    #DlMenuHorizontal {
        width: 90.8%;
    }
}

@media(min-width:1300px) {
    div#menu {
        float: left;
        width: 15%;
        height: 614px;
        margin-right: 0px;
        margin-top: 5px;
    }

    /*.col-lg-6 {
        width: 30%;
    }

    .col-lg-8 {
        width: 90.66666666666666%;
    }*/

    .raccourci .divLabel span {
        color: #404040;
    }

    .raccourci {
        background-color: #e8e8e8;
        border: 1px solid #cbcbcb;
        border-radius: 10px;
        cursor: pointer;
        display: table-cell;
        float: left;
        font-size: xx-small;
        height: 122px;
        margin-bottom: 3%;
        margin-right: 3%;
        text-align: center;
        vertical-align: middle;
        width: 189px;
        position: relative;
    }

    .raccourci_lien {
        top: 27px !important;
        left: 0px !important;
        margin: auto;
        right: 0;
    }

    .raccourci_icon span {
        color: #404040;
        font-size: 9px;
    }

    .raccourci_icon img {
        width: 57px;
    }

    .raccourci_icon {
        float: left;
        width: 63px;
        margin-left: 18px;
        text-align: center;
        font-size: xx-small;
        height: 90px;
    }

    #divGestionpage {
        top: 1px;
    }

    /*.main .col-lg-9 {
        width: 91%;
    }*/

    #divicone {
        height: auto;
        top: 123px;
        width: 900px;
    }

    /*.col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 480px;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/

    .container-centermain {
        width: 1188px;
    }

    .agenda_menu2 {
        width: 100%;
    }

    div#menu {
        width: 15%;
    }

    .main-contentcenter {
        margin: auto;
        width: 94%;
    }

    #DlMenuHorizontal {
        width: 90.8%;
    }

    > > > > > > > .r11815 .main {
        width: 100%;
    }

    #divFermer {
        width: 100%;
        top: 100px;
    }

    /*.col-lg-6 {
        width: 30%;
    }

    .col-lg-8 {
        width: 90.66666666666666%;
    }*/

    .raccourci .divLabel span {
        color: #404040;
    }

    .raccourci {
        background-color: #e8e8e8;
        border: 1px solid #cbcbcb;
        border-radius: 10px;
        cursor: pointer;
        display: table-cell;
        float: left;
        font-size: xx-small;
        height: 122px;
        margin-bottom: 3%;
        margin-right: 3%;
        text-align: center;
        vertical-align: middle;
        width: 189px;
        position: relative;
    }

    .raccourci_lien {
        top: 27px !important;
        left: 0px !important;
        margin: auto;
        right: 0;
    }

    .raccourci_icon span {
        color: #404040;
        font-size: 9px;
    }

    .raccourci_icon img {
        width: 57px;
    }

    .raccourci_icon {
        float: left;
        width: 63px;
        margin-left: 18px;
        text-align: center;
        font-size: xx-small;
        height: 90px;
    }

    #divGestionpage {
        top: 1px;
    }

    /*.main .col-lg-9 {
        width: 91%;
    }*/

    #divicone {
        height: auto;
        top: 123px;
        width: 900px;
    }

    /*.col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 480px;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/

    .container-centermain {
        width: 1188px;
    }

    .agenda_menu2 {
        width: 100%;
    }

    div#menu {
        width: 15%;
    }

    .main-contentcenter {
        margin: auto;
        width: 94%;
    }

    #DlMenuHorizontal {
        width: 90.8%;
    }
}
/*.contentcentermain{border-bottom: 1px solid;float: left; height: 40px;width: 100%; background:linear-gradient(to right, #fff, #fff, #cdbedf) repeat scroll 0 0 rgba(0, 0, 0, 0);line-height:40px;}*/
#MainContent_entete {
    width: 80%;
    float: left;
}

#MainContent_btn {
    width: 19%;
    float: left;
}

#MainContent_drpStructure, #MainContent_drpFiliales, #MainContent_drpFicheMetier {
    margin-left: 1%;
}

.title_raccourci {
    text-align: center;
}

    .title_raccourci h3 {
        color: #404040;
        text-transform: capitalize;
    }

.title_menu h3 {
    color: #404040;
    font-size: 17px;
}

.title_raccourci h3 {
    color: #404040;
    font-size: 17px;
}

#MainContent_accordion {
    overflow: hidden !important;
}

#MainContent_grvActivite {
    width: 100%;
}

.title_memo h3 {
    color: #404040;
    font-size: 17px;
}

#menuhautd {
    margin-bottom: 14px;
}
/* end

      #MainContent_Upd {padding-top:5px;}

      */
/* code pour le contenue masterpage */
/* css pour les page en cours de construction */
.content-erreur span.title-erreur {
    color: #404040;
    float: left;
    font-size: 46px;
    font-weight: bold;
    line-height: 77px;
    margin-left: 16px;
    margin-top: 22px;
}
/*Page erreur 500*/

#General_divicone {
    width: 100%;
    float: left;
}

.right-blok-erreur {
    float: right;
    margin-top: 10%;
    width: 50%;
}

.bg-erreur {
    background: rgba(0, 0, 0, 0) url("../..../../../Images/ImgDefaultModules/bg-erreur.pngepeat scroll right top / cover ; float: left; width: 100%;
}

.content-center {
    float: left;
    height: 100%;
    line-height: 614px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
/* end */
@media(min-width:320px) and (max-width:1280px) {
    .btnGestionTypeInterne, .btnGestionType {
        width: 22%;
    }
}

.accordionHeaderSelected .titleaccordion {
    background-image: url("../..../../../Images/ImgMasterPage/RH_moins.png  background-position: right center; background-repeat: no-repeat;
}

.accordionHeader .titleaccordion {
    background-image: url("../..../../../Images/ImgMasterPage/RH_plus.png  background-position: right center; background-repeat: no-repeat;
}

.ajax__tab_xp .ajax__tab_body {
    font-family: Tahoma !important;
}

input {
    font-family: Tahoma !important;
}

#DlMenuHorizontal {
    width: 96.4%;
}
/*Mise a jours 22062016*/
.header_top_logo {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
}
/*! jQuery UI - v1.11.2 - 2014-10-16
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0; /* support: IE7 */
    font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

    .ui-accordion .ui-accordion-icons .ui-accordion-icons {
        padding-left: 2.2em;
    }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible; /* removes extra width in IE */
}

    .ui-button,
    .ui-button:link,
    .ui-button:visited,
    .ui-button:hover,
    .ui-button:active {
        text-decoration: none;
    }
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

/* button sets */
.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
    }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 45%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span,
        .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    /* with multiple calendars */
    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
            .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-se {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

    .ui-menu .ui-menu {
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        position: relative;
        margin: 0;
        padding: 3px 1em 3px .4em;
        cursor: pointer;
        min-height: 0; /* support: IE7 */
        /* support: IE10, see #8844 */
        list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    }

    .ui-menu .ui-menu-divider {
        margin: 5px 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-state-focus,
    .ui-menu .ui-state-active {
        margin: -1px;
    }

/* icon support */
.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item {
        padding-left: 2em;
    }

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
        height: 100%;
        filter: alpha(opacity=25); /* support: IE8 */
        opacity: 0.25;
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

    .ui-selectmenu-menu .ui-menu {
        overflow: auto;
        /* Support: IE7 */
        overflow-x: hidden;
        padding-bottom: 1px;
    }

        .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
            font-size: 1em;
            font-weight: bold;
            line-height: 1.5;
            padding: 2px 0.4em;
            margin: 0.5em 0 0 0;
            height: auto;
            border: 0;
        }

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

    .ui-selectmenu-button span.ui-icon {
        right: 0.5em;
        left: auto;
        margin-top: -8px;
        position: absolute;
        top: 50%;
    }

    .ui-selectmenu-button span.ui-selectmenu-text {
        text-align: left;
        padding: 0.4em 2.1em 0.4em 1em;
        display: block;
        line-height: 1.4;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    /* support: IE8 - See #6727 */
    .ui-slider.ui-state-disabled .ui-slider-handle,
    .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap;
        }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: .5em 1em;
            text-decoration: none;
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            margin-bottom: -1px;
            padding-bottom: 1px;
        }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
            .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
            .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
                cursor: text;
            }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url(../../../js/jsMasterPage/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
}

    .ui-widget-content a {
        color: #222222;
    }

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url(../../../js/jsMasterPage/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #222222;
    }

    /* Interaction states
----------------------------------*/
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        border: 1px solid #d3d3d3;
        background: #e6e6e6 url(../../../js/jsMasterPage/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #555555;
    }

        .ui-state-default a,
        .ui-state-default a:link,
        .ui-state-default a:visited {
            color: #555555;
            text-decoration: none;
        }

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
        border: 1px solid #999999;
        background: #dadada url(../../../js/jsMasterPage/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }

        .ui-state-hover a,
        .ui-state-hover a:hover,
        .ui-state-hover a:link,
        .ui-state-hover a:visited,
        .ui-state-focus a,
        .ui-state-focus a:hover,
        .ui-state-focus a:link,
        .ui-state-focus a:visited {
            color: #212121;
            text-decoration: none;
        }

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
        border: 1px solid #aaaaaa;
        background: #ffffff url(../../../js/jsMasterPage/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }

        .ui-state-active a,
        .ui-state-active a:link,
        .ui-state-active a:visited {
            color: #212121;
            text-decoration: none;
        }

    /* Interaction Cues
----------------------------------*/
    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight {
        border: 1px solid #fcefa1;
        background: #fbf9ee url(../../../js/jsMasterPage/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
        color: #363636;
    }

        .ui-state-highlight a,
        .ui-widget-content .ui-state-highlight a,
        .ui-widget-header .ui-state-highlight a {
            color: #363636;
        }

    .ui-state-error,
    .ui-widget-content .ui-state-error,
    .ui-widget-header .ui-state-error {
        border: 1px solid #cd0a0a;
        background: #fef1ec url(../../../js/jsMasterPage/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
        color: #cd0a0a;
    }

        .ui-state-error a,
        .ui-widget-content .ui-state-error a,
        .ui-widget-header .ui-state-error a {
            color: #cd0a0a;
        }

    .ui-state-error-text,
    .ui-widget-content .ui-state-error-text,
    .ui-widget-header .ui-state-error-text {
        color: #cd0a0a;
    }

    .ui-priority-primary,
    .ui-widget-content .ui-priority-primary,
    .ui-widget-header .ui-priority-primary {
        font-weight: bold;
    }

    .ui-priority-secondary,
    .ui-widget-content .ui-priority-secondary,
    .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70); /* support: IE8 */
        font-weight: normal;
    }

    .ui-state-disabled,
    .ui-widget-content .ui-state-disabled,
    .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35); /* support: IE8 */
        background-image: none;
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
        }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(../../../js/jsMasterPage/images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(../../../js/jsMasterPage/images/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(../../../js/jsMasterPage/images/ui-icons_888888_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(../../../js/jsMasterPage/images/ui-icons_454545_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(../../../js/jsMasterPage/images/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(../../../js/jsMasterPage/images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(../../../js/jsMasterPage/images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa url(../../../js/jsMasterPage/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url(../../../js/jsMasterPage/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
    border-radius: 8px;
}

/*************************** 28/10/2016 *******************************/
.informations {
    float: left;
    display: block;
    width: 26%;
    height: 50px;
}

.content_BlocCentrale_NomPrenom {
    width: 100%;
    height: 20px;
    line-height: 20px;
}
/*************************** 29/10/2016 *******************************/
.drpTypeUsager {
    margin-left: 420px;
    margin-top: -2px;
}




