
body {
    margin-top: 0;
}

#bandeau-iam {
    box-sizing: content-box;
    font: 14px Roboto, arial, sans-serif;
    background-color: #FFF;
    height: 70px;
    min-height: 70px;
    border-bottom: 1px solid #E4E4E4;
}

#bandeau-iam * {
    box-sizing: content-box;
}

#bandeau-iam a {
    color: #706f6f;
    text-decoration: none;
    background-color: transparent;
    font-weight: normal;
    font: 14px Roboto, arial, sans-serif;
}

#bandeau-iam a:visited {
}

#bandeau-iam a:hover {
    color: #00aff0;
    font-weight: normal;
}

#bandeau-iam ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#bandeau-content-wrapper {
    float: right;
    height: 100%;
}

#bandeau-content-wrapper > div {
    float: left;
}

#bandeau-iam .bandeau-separateur-wrapper {
    height: 70px;
    display: table-cell; /* comportement visuel de cellule */
    vertical-align: middle;
}

#bandeau-iam .bandeau-separateur-wrapper .bandeau-separateur {
    background-color: #C6C6C6;
    width: 1px;
    height: 23px;
    margin: 0 14px;
}


/*Logo pharmagest*/
#bandeau-logo-wrapper {
    padding: 10px 22px;
    float: left;
}

#bandeau-logo-wrapper div {
    width: 97px;
    height: 50px;
    display: block;
    border: 0 none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*Le Lanceur d'applications*/

#bandeau-icon-wrapper {
    display: none;
}

#bandeau-icon-wrapper.visible {
    display: block;
}

#bandeau-lanceur-wrapper {
    height: 70px;
    display: table-cell; /* comportement visuel de cellule */
    vertical-align: middle;
}

#bandeau-link-lanceur {
    width: 23px;
    height: 23px;
    background: url('../img/icon-launch-app.png') no-repeat;
}

#bandeau-link-lanceur:hover, #bandeau-link-lanceur.open {
    background-position: -23px 0;
    cursor: pointer;
}

#bandeau-link-lanceur.open + div {
    display: block;

}

#bandeau-lanceur-content-wrapper {
    position: absolute;
    margin: 14px 0 0 -49px;
    display: none;
    z-index: 9999;
}

#bandeau-lanceur-content-outer {
    overflow-y: hidden;
    padding: 0 10px 10px;
}

#bandeau-lanceur-content-border-top {
    width: 300px;
    height: 13px;
    margin-left: 10px;
    background: url('../img/border-top-launch-app.png') no-repeat;
}

#bandeau-lanceur-content-inner {
    width: 285px;
    background-color: #FFF;
    padding: 15px 0 15px 15px;
    -moz-box-shadow: 0 0 2px 2px #C0C0C0;
    -webkit-box-shadow: 0 0 2px 2px #C0C0C0;
    -o-box-shadow: 0 0 2px 2px #C0C0C0;
    box-shadow: 0 0 2px 2px #C0C0C0;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#C0C0C0, Direction=NaN, Strength=2);
}

#bandeau-lanceur-content-inner ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#bandeau-lanceur-content-inner ul li {
    margin: 0 15px 15px 0;
    text-align: center;
    float: left;
}

#bandeau-lanceur-content-inner ul li a {
    padding: 2px;
    display: block;
    width: 76px;
    height: 76px;
    line-height: 24px;
}

#bandeau-lanceur-content-inner ul li a img {
    width: 40px;
    height: 40px;
    float: left;
    margin-left: 18px;
}

#bandeau-lanceur-content-inner ul li a span {
    display: inline-block;
    font: 12px Roboto, arial, sans-serif;
    font-weight: bold;
    width: 76px;
}

#bandeau-lanceur-content-inner ul li:hover {
    box-shadow: 1px 1px 1px 1px #C0C0C0;
    cursor: pointer;
}


/*Profil*/

#bandeau-connect-wrapper,
#bandeau-profil-wrapper > div {
    height: 70px;
    display: table-cell; /* comportement visuel de cellule */
    vertical-align: middle;
}

#bandeau-connect-wrapper {
    display: none;
}

#bandeau-connect-wrapper.visible {
    display: table-cell;
}

#bandeau-link-fail-connect, #bandeau-link-connect {
    display: none;
}

#bandeau-link-fail-connect.visible, #bandeau-link-connect.visible {
    display: block;
}

#bandeau-profil-wrapper {
    display: none;
}

#bandeau-profil-wrapper.visible {
    display: block;
}

#bandeau-profil-wrapper:hover {
    cursor: pointer;
}

#bandeau-userinfo-more-wrapper {
    padding-left: 14px;
}

#bandeau-link-userinfo-more {
    background-image: url('../img/icon-userinfo-more.png');
    display: block;
    height: 7px;
    width: 11px;
}


#bandeau-profil-wrapper.open + div,
#bandeau-profil-wrapper:hover + div,
#bandeau-profil-wrapper + div:hover {
    display: block;
}

#bandeau-profil-more-content-wrapper {
    position: absolute;
    margin: -10px 0 0 45px;
    display: none;
    z-index: 9999;
}

#bandeau-profil-more-content-wrapper ul li img {
    float: left;
    height: 16px;
    padding-right: 5px;
    width: 16px;
}

#bandeau-profil-more-content-outer {
}

#bandeau-profil-more-content-inner ul:last-child {
    margin-top: 10px;
}

#bandeau-profil-more-content-inner {
    background-color: #FFF;
    padding: 15px;
    -moz-box-shadow: 3px 3px 5px 0 #656565;
    -webkit-box-shadow: 3px 3px 5px 0 #656565;
    -o-box-shadow: 3px 3px 5px 0 #656565;
    box-shadow: 3px 3px 5px 0 #656565;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=135, Strength=5);
}

/*Photo*/
#bandeau-picture-round {
    position: relative;
    background-color: #dadada;
    margin-right: 14px;
}


#bandeau-picture-round,
#bandeau-picture-round img,
#bandeau-picture-round span {
    height: 32px;
    width: 32px;
    border-radius: 50px;
}

/*Cache l'image si pas de src*/
#bandeau-picture-round img[src=""] {
    display: none;
}

/*Cache les initiales si image*/
#bandeau-picture-round img:not([src=""]) + span {
    display: none;
}

#bandeau-picture-round span {

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 16px;
    text-align: center;

}

#bandeau-picture-online {
    height: 8px;
    width: 8px;
    border-radius: 8px;
    background-color: #3aaa35;
    border: 2px solid white;

    position: absolute;
    bottom: -2px;
    right: -2px;
}

/* Desactivation des liens dans la liste des structures */
#bandeau-profil-more-content-inner li.disabled > a {
    color: graytext;
    pointer-events: none !important;
    cursor: default;
}
