@font-face {
    font-family: 'FoundationIconsGeneral';
    src: url('typo/foundation-icons-general/foundation-icons-general.eot');
    src: url('typo/foundation-icons-general/foundation-icons-general.eot?#iefix') format('embedded-opentype'),
         url('typo/foundation-icons-general/foundation-icons-general.woff') format('woff'),
         url('typo/foundation-icons-general/foundation-icons-general.ttf') format('truetype'),
         url('typo/foundation-icons-general/foundation-icons-general.svg#FoundationIconsGeneral') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
    font-family: 'Digital7Mono';
    src: url('typo/Digital7Mono/digital-7_mono-webfont.eot');
    src: url('typo/Digital7Mono/digital-7_mono-webfont.eot?#iefix') format('embedded-opentype'),
         url('typo/Digital7Mono/digital-7_mono-webfont.woff') format('woff'),
         url('typo/Digital7Mono/digital-7_mono-webfont.ttf') format('truetype'),
         url('typo/Digital7Mono/digital-7_mono-webfont.svg#Digital7Mono') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/* 
 * Reset CSS déjà dans app.css
 */

/*
 * Général
 */

body {
    /*background-color: #fff;*/
    background: #f5f5f5 url(img/bg_body.jpg);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0;
    overflow: hidden;
}
a {
    color: #2293d7;
    text-decoration: none;
}
a:hover {
    color: #0f73b4;
}

b {
    font-weight: bold;
}
p {

}
.clear {
    clear: both;
}
.surbrillance {
    background-color: #ff0;
}
#texteaide {
    display: none;
}

#overlay-loading {
    background: #fcfcfc;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000000;
}
    #overlay-loading img {
        display: none;
        height: 27px;
        width: 120px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -13px;
        margin-left: -60px;
    }
    
@-webkit-keyframes blink {
    0%      { opacity:1; }
    50%     { opacity:0; }
    100%    { opacity:1; }
}
@-moz-keyframes blink {
    0%      { opacity:1; }
    50%     { opacity:0; }
    100%    { opacity:1; }
}

.blink-anim {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blink;
    -webkit-animation-timing-function: ease-in-out;
    
    -moz-animation-direction: normal;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-timing-function: ease-in-out;    
}
    
#barre {
    /*background: #00416E;
    background: -moz-linear-gradient(#0f69a0, #00416E 105%);
    background: -webkit-linear-gradient(#0f69a0, #00416E 105%);
    background: linear-gradient(#0f69a0, #00416E 105%);*/
    background: #206298;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.05) inset;
    height: 37px;
    left: 0;
    /*overflow: hidden;*/
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10001;
}
.mobile #barre {
    bottom: 0;
    top: auto;
}
.embed-in-dashboard #barre {
    height: 0;
    display: none;
}
.custom-theme #barre {
    box-shadow: 0 -18px 18px rgba(0, 0, 0, 0.25) inset;
}
.custom-theme.theme-red #barre {
    background: #d62828;
}

#titre {
    left: 0;
    /*margin: 0 250px 0;*/
    position: absolute;
    /*right: 350px;*/
    right: 0;
    text-align: center;
    top: 0;
}
.mobile #titre { 
    /*float: left;
    position: static;
    text-align: left;*/
    float: none;
    margin: 0 80px;
    text-align: center;
}
.desktop #titre {
    /*margin-left: 123px;*/ /* marge pour laisser le logo Bluenod cliquable */
    /*text-indent: -123px;*/
    z-index: -1;
}

/* Logo */
#logo-app {
    float: left;
    margin-left: 20px;
    /*left: 20px;
    position: absolute;*/
}
.mobile #logo-app {
    margin-left: 10px;
}
.embed-in-dashboard #logo-app {
    display: none;
}
#logo-app i {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 19px;
    margin-right: 1px;
    margin-top: 1px;
}
.desktop #logo-app i { 
    display: none;
}
.mobile #logo-app i {
    display: none;
}
#logo-app a {
}
#logo-app a:hover {
    text-decoration: none;
}
#logo-app .ico-app {
    background: url("img/bluenod-logo-small-white.png") no-repeat;
    display: inline-block;
    height: 27px;
    width: 83px;
    position: static;
}
/*.mobile #logo-app .ico-app {
    background: url("img/bluenod-logo-bubbles-white_24px.png") no-repeat;
    height: 24px;
    vertical-align: top;
    width: 24px;
}*/
.mobile #logo-app .ico-app {
    background-size: 67px;
    background-position: left;
}
.no-header-img #logo-app { margin-top:6px }
.has-header-img #logo-app { margin-top:0 }

#main-menu {
    margin-right: 2em; /* 50px */
}
.mobile #main-menu {
    display: none;
    margin-right: 10px;
}


h1 {
    height: 38px;
    margin: 0;
    overflow: hidden;
}
.client h1 {
    display: none;
}

h1.text {
    /*border-left: 1px solid #ccc;*/
    color: #fff; /* #555 */
    display: block;
    font-size: 18px;
    font-weight: normal;
    height: 38px;
    /*left: 120px;*/
    line-height: 36px;
    margin: 0;
    overflow: hidden;
    /*padding: 0 16px;*/
    padding-left: 10px;
    /*position: absolute;*/
    /*text-shadow: -1px -1px 1px #fff;*/
    text-overflow: ellipsis;
    text-shadow: 0px 2px 1px rgba(0,0,0,0.25);
    /*top: 5px;*/
    white-space: nowrap;
}
.mobile h1.text {
    font-weight: 300;
}
.desktop h1.text {
    cursor: default; /* @todo à revoir */
}
.embed-in-dashboard h1.text {
    display: none !important;
}
h1.text .count { /* compteur de tweets */
    color: #888;
    display: none;
    font-size: 0.8em;
    padding-left: 0.5em;
}
h1.text .live-tag, h1.text .active-tag {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin-left: 6px;
    padding: 2px 4px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    vertical-align: middle;
}
h1.text .live-tag {
    background: rgb(193, 10, 10);
}   
h1.text .active-tag {
    background: #00A308;
    background: rgba(0,163,8, 0.95);
}
h1.text .powered-by {
    color: #888;
    display: none;
    font-size: 0.8em;
    padding-left: 0.5em;
}
h1.text img {
    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
    display: inline-block;
    height: 36px; /* 28 */
    margin-right: 5px;
    margin-top: 0;
    vertical-align: middle;
    width: 28px;
}

h1.image {
    color: #555;
    display: block;
    font-size: 24px;
    height: 60px;
    line-height: 64px;
    margin: 0;
    text-indent: -9999px;
    width: 535px;    
}
h1 a:hover {
    text-decoration: none;
}


#titre h2 {
    color: #000;
    float: left;
    font-size: 16px;
    display: block;
    left: 300px;
    left: -9999px;
    margin: 0;
    position: absolute;
    top: 23px;
    width: 500px;
}
h3 {
    margin: 5px 0;
}

form input {
    float: none;
}

textarea, input { outline: none; } /* Enlève le glow sur Safari / Chrome */

 
/*
 * Recherche
 */

.research {
}
#zonecentre .research {
    display: none;
    float: right;
    /*display: inline-block;*/
    vertical-align: bottom;
}
.mobile #zonecentre .research.showed {
    display: block;
}
    #recherche {
        position: relative;
    }

    .mobile #recherche {
        background: #fff;
        border-bottom: 1px solid #ddd;
        -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        height: auto;
        left: 0;
        padding: 5px;
        position: fixed;
        right: 0;
        top: 37px;
        z-index: 10002;
    }
    .mobile #recherche .close {
        color: #555;
        font-size: 14px;
        margin-top: -8px;
        opacity: 0.8;
        position: absolute;
        right: 20px;
        top: 50%;
    }
    .mobile #recherche .close:hover {
        opacity: 1;
        text-decoration: none;
    }

        #inputrecherche {
            background: rgba(255, 255, 255, 1) url(mapping/img/search.png) no-repeat 98.5% 50%;
            border: 0;
            -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
            font-size: 1em;
            opacity: 0.9;
            padding: 0.5em 0;
            text-indent: 1em;
            width: 100%;
        }
        #zonecentre #inputrecherche {
            background: #fff;
            border: 1px solid #aaa;
            -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
            height: 24px;
            margin-left: 4px;
            margin-top: -1px;
            padding: 0 0.5em;
            text-indent: 0;
            width: 10em;
        }
        .mobile #zonecentre #inputrecherche {
            border: 0;
            margin: 0;
            padding: 0;
            text-indent: 10px;
            width: 100%;
        }


        #inputrecherche:focus, #inputrecherche:active {
            opacity: 1;
            border-color: #aaa;
        }
        #inputrecherche.tip {
            color: #ccc;
        }

        

#envoirech {
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -999px;
    width: 23px;
}


/* Mini stats sous la mini-timeline */
#mini-stats {
    color: #777;
    display: none;
    float: right !important;
    font-size: 13px;
    margin: 0px 0px;
    padding: 0;
}

    #mini-stats .numbers {
        float: right;
        margin-right: 15px;
}
        #mini-stats .numbers li {
            float: left;
            height: 37px;
            line-height: 37px;
            margin-left: 4px;
        }
        #mini-stats .numbers a {
            -moz-border-radius: 2px 2px 0 0; -webkit-border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0;
        }
        #mini-stats .numbers a:hover {
            background: #fcfcfc;
        }
        #mini-stats .numbers .selected a {
            background: #fefefe;
            -moz-box-shadow: 0 3px 5px #ddd; -webkit-box-shadow: 0 3px 5px #ddd; box-shadow: 0 3px 5px #ddd;
            cursor: default;
        }
        #mini-stats.general .numbers li.users {
            /*display:none;*/
        }
            #mini-stats .numbers a {
                display: block;
                height: 32px;
                line-height: 32px;
                overflow: hidden;
                padding: 0 24px 0 6px;
                position: relative;
                top: 5px;
            }
            #mini-stats .numbers .icon {
                background: url("mapping/img/icons.png?20111210") no-repeat;
                display: block;
                height: 16px;
                position: absolute;
                right: 6px;
                top: 7px;
                width: 16px;
            }
            #mini-stats .tweets .icon { background-position: -32px 0; }
            #mini-stats .users .icon { background-position: -32px -16px; }
            #mini-stats.user .users .icon { background-position: -32px -32px; }
            
            #mini-stats .numbers .count {
                color: #a1a1a1;
                float: right;
            }

.hide {
    display:none;
}

#share {
    float: right;
    overflow: hidden;
    height: 100%;
    line-height: 36px;
}
.has-header-img #share { line-height: 60px; }
.mobile #share { display: none; }

.twitter-share-button {
    display:inline-block;
    vertical-align: middle;
}

#add_this {
    float:left;
}
#share .sns {
    float:left;
}

#embed-btn {
    background-color: #EEEEEE;
    background-image: linear-gradient(#FFFFFF, #DEDEDE);
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #333333;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    overflow: hidden;
    padding: 2px 4px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
    #embed-btn i {
    }
#embed-btn:hover {
    text-decoration: none;
}

.share-infos textarea, .share-infos input[type="text"] {
    background: #F5F5F5;
    border: 1px solid #ddd;
    color: #777;
    font-family: inherit;
    font-size: 12px;
    padding: 0.75em;
}
textarea.copy, input[type="text"].copy {
    cursor: pointer;
}
textarea.embed-code {
    height: 85px;
    resize: none;
}

textarea.full-width, input.full-width {
    /* cf http://css-tricks.com/box-sizing/ */
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    
    width: 100%;
}

#request-invite {
    float: right;
    height: 100%;
    margin-right: 20px;
    line-height: 33px;
}
    #request-invite a {
        font-size: 12px;
        vertical-align: middle;
    }

#zonecentre {
    background: #fcfcfc;
    border: 0px solid #fff;
    bottom: 0;
    left: 390px;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 60px;
    z-index: 100;
}
.no-header-img #zonecentre { top: 37px; }

canvas#canvas {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05) inset;
    
    /* Supprime effet de sélection sur le canvas lors d'une tap */
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;  
}
#canvas.retina-display {
    /*-moz-transform: scale3d(2, 2, 0) translate3d(0, 0, 0);
    -webkit-transform: scale3d(2, 2, 0) translate3d(0, 0, 0);
    transform: scale3d(2, 2, 0) translate3d(0, 0, 0);
    */-moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#canvas-screen, #welcome-screen {
    background: #fff;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

    #canvas-screen .loader {
        display: block;
        height: 200px;
        margin: 0 auto;
        width: 200px;
    }
    #canvas-screen .bg_graph {
        display: block;
        height: 256px;
        margin: 20px auto;
        width: 256px;
    }
    #canvas-screen .main-msg { 
        margin: auto;
        max-width: 440px;
    }
    #canvas-screen.error .main-msg, #canvas-screen.hashtag .main-msg { 
        max-width: 570px;
    }
    #canvas-screen.hashtag .main-msg {
        text-align: center;
    }
        #canvas-screen .main-msg .avatar {
            background: #fff;
            -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;
            -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.12);
            -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 7px rgba(0, 0, 0, 0.12);
            float: left;
            height: 128px;
            width: 128px;
        }
        #canvas-screen .main-msg .text {
            font-size: 28px;
            font-weight: 100;
            line-height: 35px;
            margin-left: 148px;
            padding-top: 12px;
        }
        #canvas-screen.hashtag .main-msg .text {
                margin-left: 0;
        }
        #canvas-screen .main-msg .text strong {
            color: #2293d7;
            font-weight: 200;
        }

    #canvas-screen .secondary-msg {
        clear: both;
        color: #aaa;
        font-size: 18px;
        font-weight: 200;
        margin: 60px auto 0;
        text-align: center;
    }

#welcome-screen {
    font-size: 18px;
    padding: 180px 0 0 110px;
    z-index: 1001; /* au-dessus du #canvas-screen */
}
    #welcome-screen .bg {
        background: rgba(255,255,255, 0.1);
        bottom:0;
        left:0;
        position: fixed;
        right: 0;
        top: 0;
    }

    #welcome-screen h2 {
        border: 0 none;
        font-size: 48px;
    }
    
.bg-overlay-header {
    display: block;
    height: 36px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10007;    
}

    
/*
 * Navigation temporelle
 */
 
#datepicker {
    color: #aaa;
    display: inline-block;
    font-size: 14px;
    height: 19px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}
#datepicker:hover, #datepicker.selected { 
    color: #2293d7;
}

#calendar {
    background: #F7F7F7;
    border: 1px solid #ddd;
    border-top: 0;
    -moz-box-shadow: 0 5px 7px #f5f5F5; -webkit-box-shadow: 0 5px 7px #f5f5F5; box-shadow: 0 5px 7px #f5f5F5; 
    display: none;
    padding: 10px;
    position: absolute;
    top: 30px;
}
        

#time-nav {
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
    height: 29px;
    left: 390px;
    line-height: 29px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 37px;
    z-index: 101;
}
    #time-nav-selector {
        color: #777;
        display: inline-block;
        font-size: 12px;
        font-weight: normal;
        height: 29px;
        line-height: 32px;
        margin: 0 10px;
        padding: 0 10px;
        position: relative;
    }
        #time-nav-selector .glyph { 
            color: #aaa;
            font-size: 14px;
            display: inline-block;
        }
        #time-nav .title { 
            color: #999;
            display: inline-block;
            font-size: 11px;
            font-weight: bold;
            margin-right: 20px;
            padding: 0 7px;
            text-shadow: -1px -1px 1px #fff;
        }
        #time-nav-selector .arrow { 
            border-top: 6px solid #ccc;
            border-right: 4px solid transparent;
            border-bottom: 0px none #ccc;
            border-left: 4px solid transparent;
            
            border-color: #ccc transparent;
            border-style: solid solid none;
            border-width: 6px 4px 0;
            display: inline-block;
        }
        
#time-prev-next {
    display: inline-block;
}
    #time-prev-next span {
        display: inline-block;
        vertical-align: middle;
    }
    #time-prev-next .prev span {
        border-top: 6px solid transparent;
        border-right: 6px solid #aaa;
        border-bottom: 6px solid transparent;
        border-left: 0px none #ccc;
        margin-top: 0px;
    }
    #time-nav .next span {
        border-top: 6px solid transparent;
        border-right: 0px none #ccc;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #aaa;
    }
    #time-prev-next a:hover span { border-color: transparent #2293d7; }
    #time-prev-next a.deactivated span { border-color: transparent #ccc; }
    #time-prev-next a.deactivated:hover { background: none !important; cursor: default; }
    
#time-interval {
    display: inline-block;
    margin: 3px;
}

    
    #time-prev-next li, #time-interval li {
        display: inline-block;
    }
        #time-prev-next a, #time-interval a {
            -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
            color: #777;
            display: inline-block;
            font-size: 12px;
            font-weight: normal;
            height: 24px;
            line-height: 24px;
            margin-right: 2px;
            padding: 0 8px;
        }
        #time-prev-next a:hover, #time-interval a:hover, #time-interval a.selected {
            background: #e3e3e3;
            background: #eaeaea;
            color: #555;
            color: #2293d7;
            text-decoration: none;
        }
        #time-interval a.live:hover, #time-interval a.live.selected { color:#dc0000 }
    
    

    #list-days {
        border: 1px solid #ddd;
        -moz-box-shadow: 0 5px 7px #f5f5F5; -webkit-box-shadow: 0 5px 7px #f5f5F5; box-shadow: 0 5px 7px #f5f5F5;    
        display: none;
        left: 10px;
        position: absolute;
        top: 29px;
        width: 240px;
    }
        #list-days a {
            background: #FAFAFA;
            color: #777;
            display: block;
            font-size: 12px;
            font-weight: normal;
            padding: 5px 10px;
        }
        #list-days a:hover, 
        #time-nav-selector:hover, #time-nav-selector.selected {
            background: #eaeaea;
            text-decoration: none;
        }
        #list-days a.selected {
            background: #aaa;
            color: #fff;
            text-decoration: none;
        }

/* Choix Live / Custom period */
.time-modes {
    margin-top: 2px;
}
.client-mode .time-modes {
    display: none !important;
}
    .time-modes ul li {
        
    }
    .time-modes .live.active {
        color: #8e1b1b;
    }
    .time-modes .custom-period.active {
        color: #00416E;
    }
    
    


.record-tweets {
    margin-top: 2px;
}
.not-client-mode .record-tweets {
    display: none !important;
}
    .record-tweets .ico {
        background: #F42746;
        border: 1px solid #fff;
        border-radius: 5px;
        display: inline-block;
        height: 8px;
        margin-right: 5px;
        width: 8px;
    }
    
.primary-map-actions {
    /*float: right !important;*/
}
.primary-map-actions a {
    margin: 0 2px;
    /*line-height: 36px;*/
    margin-top: 5px;
}

.client-mode.user-premium .primary-map-actions .export-data {
    display: none;
}
    
/* Calendriers Custom Period */
#custom-period {
    background: #F7F7F7;
    border: 1px solid #ddd;
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.08); -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.08); box-shadow: 0 2px 3px rgba(0,0,0,0.08); 
    display: none;
    padding: 10px;
    position: absolute;
    top: 30px;
    z-index: 105;
}
    



#carte {
    left: 0px;
    position: absolute;
}
#ulgranul {
    display: none;
    bottom: 13px;
    left: 50px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
}
#ulgranul li {
    background: #aaa;
    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
    float: left;
    margin: 3px;
    padding: 2px 6px;
}
#ulgranul li:hover, #ulgranul li.actif {
    background: #38D5FF;
}
#ulgranul a {
    color: #ffffff;
}


#ctlzoom {
    left: 15px;
    list-style: none;
    padding: 0;
    position: absolute;
    top: 16px; /* 16px */
}
.mobile #ctlzoom {
    bottom: 15px;
    top: auto;
}
.display #ctlzoom {
    display: none;
}
    #ctlzoom > li {
        margin: 0;
        padding: 0;
        /*text-align: center;*/
        /*width: 36px;*/
    }
        #ctlzoom > li > a {
            background-color: #fff;
            border: 1px solid #ddd;
            -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
            box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
            color: #555555;
            display: inline-block;
            font-size: 24px;
            font-weight: bold;
            height: 24px;
            line-height: 20px;
            margin: -1px 0 0;
            opacity: 0.66;
            padding: 0;
            text-align: center;
            width: 24px;
        }
        #ctlzoom > li > a:hover {
            opacity: 1;
        }
        #ctlzoom .zoom {
        }
        #ctlzoom .zoom:hover {
            text-decoration: none;
        }
        #ctlzoom .home {
            background: #fff url("mapping/img/icons2.png?20130605_1") no-repeat -196px -4px;
            text-indent: -9999px;
        }
        #ctlzoom .find-user {
            background: #fff url("mapping/img/icons2.png?20130605_1") no-repeat -228px -4px;
            text-indent: -9999px;
        }
        #ctlzoom .find-user.selected {
            background-color: rgba(26, 186, 255, 0.5);
            border-color: #1ABAFF;
            opacity: 1;
        }
        #ctlzoom .zoom.in { 
            -moz-border-bottom-left-radius: 0; -moz-border-bottom-right-radius: 0;
            -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0;
            border-bottom-left-radius: 0; border-bottom-right-radius: 0;
            margin-top: 12px;            
        }
        #ctlzoom .zoom.out {
            -moz-border-top-left-radius: 0; -moz-border-top-right-radius: 0;
            -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0;
            border-top-left-radius: 0; border-top-right-radius: 0;
            margin-bottom: 12px;
        }
        .mobile #ctlzoom .zoom.out {
            margin-bottom: 0;
        }
        
        .mobile #ctlzoom a.home,
        .mobile #ctlzoom a.find-user { 
            display: none; 
        }
        
    #zoneslider {
        display: none;
        height: 120px;
    }

#btnloupe {
    background: url(mapping/img/loupe-edges.png);
    background-position: -72px 0;
    display: block;
    height: 36px;
    margin: 0 auto;
    width: 36px;
}
#btnloupe:hover {
    background-position: -36px 0;
}
#btnloupe.off {
    background-position: 0 0;
}
#btnloupe.off:hover {
    background-position: -108px 0;
}
#btnedges {
    background: url("mapping/img/icons.png?20111210") no-repeat;
    background-position: -2px -98px;
    display: none;
    height: 28px;
    margin: 0 auto;
    position: absolute;
    right: 20px;
    top: 120px;
    width: 28px;
    -moz-box-shadow: 0px 2px 2px #ddd; -webkit-box-shadow: 0px 2px 2px #ddd; box-shadow: 0px 2px 2px #ddd;    
}
#btnedges:hover {
    background-position: -2px -66px;
}
#btnedges.off {
    background-position: -2px -34px;
}
#btnedges.off:hover {
    background-position: -2px -130px;
}

#new-graph-available {
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
    #new-graph-available a {
        background: #fff;
        border-bottom: 1px solid #ddd;
        -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
        color: #00A308;
        cursor: pointer;
        display: block;
        font-size: 12px;
        font-weight: bold;
        opacity: 0.85;
        padding: 0.66em 0;
        text-align: center;
        width: 100%;
    }
    #new-graph-available a:hover {
        -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        opacity: 0.97;
        text-decoration: none;
    }
    .embed-in-dashboard #new-graph-available {
        display: none !important;
    }

#map-big-buttons {
    position: absolute;
    right: 10px;
    top: 10px;
}
.display #map-big-buttons {
    display: none;
}
.embed-in-dashboard #map-big-buttons {
    display: none;
}
    .client-mode.user-premium #map-big-buttons .dashboard {
        visibility: hidden;
    }
    #map-big-buttons > li > a {
        background: #777;
        background: rgba(0,0,0, 0.5);
        border-radius: 4px;
        color: #fff;
        display: block;
        font-size: 11px;
        margin-bottom: 5px;
        padding: 8px 3px;
        text-align: center;
    }
    #map-big-buttons > li > a:hover {
        background: #555;
        background: rgba(0,0,0, 0.6);
        text-decoration: none;
    }
        #map-big-buttons > li > a span {
            display: block;
            font-size: 10px;
        }
        #map-big-buttons > li > a i {
            font-size: 22px;
        }

ul.share-social-media {

}
    ul.share-social-media li {
        display: inline-block;
        margin-right: 10px;
    }
        ul.share-social-media li a {
            background: #555;
            border-radius: 2px;
            display: inline-block;
            font-size: 21px;
            height: 36px;
            position: relative;
            text-align: center;
            width: 36px;
        }
        ul.share-social-media li a:hover {
            opacity: 0.8;
            text-decoration: none;
        }
            ul.share-social-media li i {
                color: #fff;
                left: 0;
                margin-top: -10px;
                position: absolute;
                top: 50%;
                width: 100%;
            }
            ul.share-social-media .twitter { background: #00aced; }
            ul.share-social-media .facebook { background: #3b5998; }
            ul.share-social-media .linkedin { background: #007bb6; }
            ul.share-social-media .google-plus { background: #dd4b39; }

#fullscreen {
    float: right;
    font-size: 16px;
    margin: 10px;
}
    #fullscreen a {
        color: #fff;
        opacity: 0.8;
    }
    #fullscreen a:hover {
        opacity: 1;
        text-decoration: none;
    }

#qrcode {
    background: #fff;
    /*border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;*/
    border-top-left-radius: 4px;
    padding: 10px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 128px;
}
    #qrcode .text {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px;
        text-align: center;
    }
    #qrcode .qr {
    }

/* 
 * Options au dessus et en dessous du graphe
 */
#graph-header, #graph-bottom {
    /*background: #f7f7f7;*/
    background: #f5f5f5 url("img/bg_body.jpg");
    left: 390px;
    padding: 0 20px;
    position: absolute;
    right: 0; 
    z-index: 110;
}
#graph-header {
    border-bottom: 1px solid #ccc;
    height: 36px;
    line-height: 29px;
    padding-left: 0;
    top: 37px;
}
    #graph-header > ul {
        height: 100%;
    }
        #graph-header > ul > li {
            float: left;
            display: block;
            height: 100%;
        }
#graph-bottom {
    border-top: 1px solid #ccc;
    bottom: 0;
    height: 37px;
    line-height: 34px;
}
    /* Compteurs */
    .count-nodes {
        float: left;
    }
        .count-nodes li {
            color: #888; 
           display: inline-block;
            font-weight: bold;
            margin-right: 1em;
        }
        .count-nodes li.following {
            color: #289c24;
            display: none;
        }
        .count-nodes li.not-following {
            color: #2293d7;
            display: none;
        }
            .count-nodes .count {
                margin-right: 0.25em;
            }
            
            #graph-bottom .count-nodes li {
                color: inherit;
            }
            #graph-bottom .count-nodes li.following .count, #graph-bottom .count-nodes li.not-following .count {
                background: #2293d7;
                border-radius: 8px;
                display: inline-block;
                height: 14px;
                text-indent: -9999px;
                vertical-align: middle;
                width: 14px;
            }
            #graph-bottom .count-nodes li.following .count {
                background: #289c24;
            }
            #graph-bottom .count-nodes li.total {

            }
     
    #graph-bottom .count-nodes li.total .img {
        background: url("mapping/img/legend_nodes.png?20130629") no-repeat;
        display: inline-block;
        height: 24px;
        margin-left: 20px;
        vertical-align: middle;
        width: 113px;
    }
    
#graph-bottom > ul > li {
    float: left;
}
.mobile #graph-bottom > ul > li {
    float: left;
    text-align: center;
    width: 50%;
}
    .mobile #graph-bottom > ul > li > a {
        color: #555;
        /*display: block;*/
        font-size: 18px;
    }
    .mobile #graph-bottom > ul > li > a:hover {
        text-decoration: none;
    }

    .mobile .layers .dropdown-menu {
        margin-right: 48%;
        text-align: left;
        /*left: 50%;
        margin-left: -10em;
        margin-top: -50px;
        position: fixed;
        right: 20px;
        top: 50%;
        width: 20em;*/
    }

#graph-bottom .tour,
#graph-bottom .feedback {
    float: right;
    margin-left: 1.5em;
}



/* Lien Uservoice */
#uvTab {
    display: none !important;
}


    /* Options de visualisation de la carte */
    #options-map {
        float: right;
        font-size: 16px;
        list-style: none;
    }
    .tw-unconnected #options-map {
        display: none;
    }
        #options-map a.glyph {
            color: #aaa;
            display: block;
            margin-bottom: 10px; 
            opacity: 0.7;
        }
        #options-map a:hover {
            opacity: 1;
        }
        /*#following-mode:hover, #options-map #following-mode.activated {
            color: rgb(0,199,103);
        }
        #following-mode.activated:hover {
            color: #2293d7;
        }*/

        #following-mode {
            /*background: #fff url("mapping/img/icons.png?20120905") no-repeat;
            background-position: -50px -29px;
            border: 1px solid #ccc;
            -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
            display: block;
            height: 40px;
            opacity: 1;
            width: 40px;*/
            -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
            border-style: solid;
            border-width: 1px;
            box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
            /*display: none;*/
            font-size: 12px;
            font-weight: bold;
            opacity: 0.75;
            padding: 3px 12px;
            position: relative;
        }
        #following-mode:hover, #options-map #following-mode.activated {
            /*background-position: -98px -29px;*/
            opacity: 1;
            text-decoration: none;
        }
        /*#following-mode:hover, #options-map #following-mode.activated {
            color: rgb(0,199,103);
        }*/
        #options-map #following-mode.activated:hover {
            /*background-position: -50px -29px;*/

        }
        #following-mode .glyph {
            color: #fff;
            left: 8px;
            line-height: 29px;
            opacity: 0.5;
            position: absolute;
        }
        #following-mode:hover .glyph {
            opacity: 1;
        }
        #following-mode.activated .glyph {
            opacity: 1;
        }
        #following-mode .text {
            padding-left: 14px;
        }


    /* Actions sur les projets */
    #toggle-actions-project {
        display: none;
    }
    #select-actions-project {
        display: none;
        float: right;
        margin-left: 10px;
        opacity: 0.6;
    }
    #select-actions-project:hover {
        opacity: 1;
        text-decoration: none;
    }
        #select-actions-project .text {
            display: none;
        }
    
    #actions-project {
        background: #fff;
        border: 1px solid #ddd;
        box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
        display: none;
        font-size: 16px;
        list-style: none;
        position: absolute;
        right: 20px;
    }
        #actions-project a {
            color: #aaa;
            display: block;
            font-size: 11px;
            line-height: 1em;
            margin: 0;
            padding: 5px 10px;
        }
        #actions-project #refreshTweets {
            display: none;
            /*right: auto;
            left: 10px;
            top: 2px;*/
        }
        #actions-project a.glyph, #options-map a.glyph {
            height: 27px;
        }
        #actions-project a:hover {
            opacity: 1;
        }
        
.actions-project {
    float: right !important;
}

.actions-project > a {
    margin-left: 10px;
}

#graph-header .dropdown-toggle, .layers .dropdown-toggle {
    color: #555;
    font-size: 18px;
    line-height: 36px;
}
#graph-header .dropdown-toggle:hover, .layers .dropdown-toggle:hover {
    text-decoration: none;
}

/* Layers */

.layers {
    float: right !important;
}
    .layers .dropdown-toggle {

    }
    .layers .dropdown-menu {
        
    }
        .layers .dropdown-menu > li > a {
            padding-left: 10px;
            position: relative;
        }
            .layers .dropdown-menu .icon-ok {
                visibility: hidden;
            }
            .layers .dropdown-menu li a:hover > .icon-ok {
                opacity: 0.5;
                visibility: visible;
            }
            .layers .dropdown-menu li.selected > a > .icon-ok {
                opacity: 1;
                visibility: visible;
            }
            .layers .dropdown-menu .color-preview {
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                border-radius: 4px;
                display: inline-block;
                height: 8px;
                margin-top: -4px;
                position: absolute;
                right: 10px;
                top: 50%;
                width: 8px;
            }
            .layers .dropdown-menu li a:hover > .color-preview {
                border: 1px solid #fff;
                width: 7px;
                height: 7px;
            }
        
    .layers .dropdown-submenu.dropup > .dropdown-menu {
        bottom: auto;
        margin-top: -100%;
        top: auto;
    }
    .dropdown-submenu.pull-left > a:after {
        border-color: transparent #cccccc transparent transparent;
        border-width: 5px 5px 5px 0;
        float: left;
    }

/* Listes */

.panel.lists {
}
    .panel .first-action a {
        background: rgba(0, 0, 0, 0.2);
        -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
        color: #fff;
        display: block;
        font-size: 12px;
        margin-bottom: 0.85em;
        padding: 0.7em 0.85em;
        position: relative;
    }
    .panel .first-action a:hover {
        background: rgba(0, 0, 0, 0.4);
        text-decoration: none;
    }
    
    .list-read-only #add-people {
        display: none;
    }
    .logged-out #create-new-list,
    .mobile #create-new-list,
    body.other-service #create-new-list {
        display: none;
    }
    
    #lists {
        background: #fff;
        -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
        /*box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);*/
        box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
        list-style: none;
        margin-bottom: 37px; /* évite bug du scroll en bas */
        overflow: hidden;
    }
        #lists > li.layer {
            border-bottom: 1px solid #E8E8E8;
        }
        #lists > li.layer:last-child {
            border-bottom: 0;
        }
        #lists > li.divider {
        }
        #lists > li.nav-header {
            background: #f5f5f5;
            border-bottom: 1px solid #E8E8E8;
            cursor: pointer;
        }
            #lists > li.nav-header i {
                font-size: 13px;
                margin-left: -12px;
                margin-right: 4px;
                opacity: 0.8;
            }            
            #lists > li.nav-header:hover i {
                opacity: 1;
            }
            #lists > li.nav-header.showing-items i.hiding-items,
            #lists > li.nav-header.hiding-items i.showing-items { display: none }
        
            #lists > li.layer > a {
                color: #777;
                display: block;
                font-size: 13px;
                padding: 0.85em 28px;
                position: relative;
            }
            #lists > li.layer > a:hover {
                background-color: #eee;
                text-decoration: none;
            } 
            #lists > li.layer.selected > a {
                background-color: #1A84C7;
                /*background-image: -moz-linear-gradient(top, #2293d7, #0f73b4);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2293d7), to(#0f73b4));
                background-image: -webkit-linear-gradient(top, #2293d7, #0f73b4);
                background-image: -o-linear-gradient(top, #2293d7, #0f73b4);
                background-image: linear-gradient(#2293d7, #0f73b4);*/
                background-repeat: repeat-x;
                box-shadow: -4px 0 8px rgba(0, 0, 0, 0.15) inset;
                color:#fff;
            }
                #lists .icon-ok {
                    position: absolute;
                    right: 10px;
                }
                #lists .icon-ok {
                    display: none;
                    visibility: hidden;
                }
                #lists .view-list {
                    color: #555;
                    display: inline-block;
                    height: 100%;
                    line-height: 2.6em;
                    margin-top: -0.85em;
                    opacity: 0.75;
                    padding: 0 1.25em;
                    position: absolute;
                    right: 0;
                }
                .mobile #lists .view-list {
                    display: none;
                }
                #lists > li.layer > a:hover .view-list {
                    border-left: 1px solid rgba(0, 0, 0, 0.1);
                }
                #lists > li.layer.selected > a:hover .view-list {
                    border-left: 1px solid rgba(255, 255, 255, 0.33);
                }
                #lists .view-list:hover {
                    background: rgba(0, 0, 0, 0.1);
                    cursor: pointer;
                    opacity: 1;
                }
                #lists > li.layer.selected .view-list {
                    color: #fff;
                }
                /*#lists li a:hover > .icon-ok {
                    opacity: 0.8;
                    visibility: visible;
                }*/
                #lists li.selected > a > .icon-ok {
                    opacity: 1;
                    visibility: visible;
                }
                #lists li .count {
                    background: #eee;
                    -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
                    color: #777;
                    display: inline-block;
                    float: right;
                    font-size: 0.9em;
                    font-weight: bold;
                    margin-top: -0.25em;
                    padding: 0.33em;
                }
                #lists li a:hover > .count { background: #ddd; }
                #lists li.selected a > .count { background: #fff; }
                
                #lists .color-preview, .list-pres .color-preview {
                    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
                    display: inline-block;
                    height: 9px;
                    margin-top: -4px;
                    position: absolute;
                    left: 10px;
                    top: 50%;
                    width: 9px;
                }
                #lists li.selected a > .color-preview {
                    border: 1px solid #fff;
                    width: 8px;
                    height: 8px;
                }
        

    
/* Notifications */
.notices {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 300px;
}
.notice {
    background: #f9f9f9;
    border-left:4px solid #eee;
    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
    clear: both;
    font-size:12px;
    margin: 12px 0 20px;
    padding: 10px 15px;
    text-align:left;
}

#graph-notif {
    background: #fff;
    background: rgba(255,255,255,0.8);
    border: 1px solid #ddd;
    -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
    bottom: 15px;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    color: #777;
    left: 15px;
    padding: 0.5em;
    position: absolute;
    z-index: 1001;
}
    #graph-notif .spin {
        display: inline-block;
        margin: 0;
        position: relative;
        width: 22px;
    }
    
    
#notifications {
    list-style: none;
    position: absolute;
    left: 15px;
    bottom: 10px;
}
#notifications li {
    /*background: rgba(255,255,255,0.5);*/
    border-left: 2px solid #aaa;
    color: #555;
    display: block;
    font-size: 12px;
    margin-top: 5px;
    padding: 5px 10px;
    text-align: left;
}
#notifications li.ok { border-color: #4eb305; }
#notifications li.info { border-color: #35abef; }
#notifications li.warning { border-color: orange; }
#notifications li.fail { border-color: red; }

#notifications li:hover {
    opacity: 1;
}

#map-notification {
    color: #888;
    font-size: 20px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 102;
}

/* Icones / Glyphs */
.glyph { 
    color: #555;
    font-weight: normal;
    line-height: 1; 
}
.glyph.general { font-family: "FoundationIconsGeneral"; }
.glyph:hover { text-decoration: none; }

.glyph.ok { color: #4eb305 }


.glyph.delete:hover { color: #8e1b1b }


/* Curseur +/- de zoom */
#slider {
    background: #fff;
    border: 1px solid #aaa;
    -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
    -moz-box-shadow: 0 2px 2px #ddd; -webkit-box-shadow: 0 2px 2px #ddd; box-shadow: 0 2px 2px #ddd;
    cursor: pointer;
    height: 120px;
    margin: 0 auto;
    width: 2px;
}
#slider a {
    background: #aaa;
    border: 1px solid #888;
    -moz-box-shadow: 0 2px 2px #ddd; -webkit-box-shadow: 0 2px 2px #ddd; box-shadow: 0 2px 2px #ddd;
    cursor: move;
    height: 6px;
    left: -8px;
    margin-bottom: -2px;
    width: 16px;
}
#slider a:hover {
    background: #555;
    border-color: #555;
}

/*
 * jQuery UI CSS Framework 1.8.12 (http://docs.jquery.com/UI/Theming/API)
 */

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; border-top-left-radius: 10px; }
.ui-corner-tr { -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; }
.ui-corner-br { -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; }
.ui-corner-top { -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; border-top-left-radius: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; }
.ui-corner-right {  -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; }
.ui-corner-left { -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; border-top-left-radius: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; }
/*.ui-corner-all { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }*/
 
/*
 * jQuery UI Slider 1.8.12 (http://docs.jquery.com/UI/Slider#theming)
 */
.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; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.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; }


/* Curseur Time Machine */
#slider-tm {
    background: #fff;
    border: 1px solid #aaa;
    cursor: pointer;
    width: 120px;
    margin: 0 auto;
    height: 2px;
    -moz-box-shadow: 0px 2px 2px #ddd; -webkit-box-shadow: 0px 2px 2px #ddd; box-shadow: 0px 2px 2px #ddd;
}
#slider-tm a {
    background: #aaa;
    border: 1px solid #888;
    cursor: move;
    height: 6px;
    left: -8px;
    margin-bottom: -2px;
    -moz-box-shadow: 0px 2px 2px #ddd; -webkit-box-shadow: 0px 2px 2px #ddd; box-shadow: 0px 2px 2px #ddd;
}
#slider-tm a:hover {
    background: #555;
    border-color: #555;
}



#zonemini {
    border: 1px solid #ccc;
    bottom: 30px;
    display: none;
    position: fixed;
    right: 20px;    
    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
    -moz-box-shadow: 3px 3px 6px #EAEAEA; -webkit-box-shadow: 3px 3px 6px #EAEAEA; box-shadow: 3px 3px 6px #EAEAEA;
}


.count-tweets-alltime {
    color: #555;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 36px;
    margin: 0 10px 0 0;
}
    .client-mode .count-tweets-alltime .limit-client {
        color: #cd0a0a;
        font-weight: normal;
        margin-left: 5px;
    }
    .not-client-mode .count-tweets-alltime .limit-client {
        display: none;
    }

/*
 * Time Machine
 */
 
#timemachine-zone {
    display: none;
    /*height: 74px;*/
    /*margin: auto;*/
    padding-top: 6px;
}
.has-TM-on #timemachine-zone {
    display: block;
}

    #time-machine {
        /*background: #fff;
        border: 1px solid #ccc;
        -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;*/
        /*cursor: pointer;*/
        float: left;
        margin: auto;
        /*margin-left: 15px;*/
        position: relative;
    }
    .global-map #time-machine {
        cursor: auto;
    }

    .tm-side {
        float: left;
        font-size: 11px;
        height: 100%;
        line-height: 13px;
        width: 70px;
    }   
    .tm-side.left {
        text-align: right;
    }
    .tm-side.right {
        text-align: left;
    }
        .tm-side .date {
        }
        .tm-side.left .date {
            /*border-right: 1px solid #ddd;*/
            padding-right: 3px;
        }
        .tm-side.right .date {
            /*border-left: 1px solid #ddd;*/
            padding-left: 3px;
        }
            .tm-side .date span {
                display: block;
            }
            .tm-side .date .day {
                color: #777;
                display: block;
                text-transform: uppercase;
            }
            .tm-side .date .hour {
                color: #999;
            }

    
#time-machine-tip {
    color: #aaa;
    display: none;
    float: left;
    /*font-family: Digital7Mono, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 11px;
    font-weight: bold;
    margin: 7px 0 2px 15px;
    padding-left: 5px;
    text-align: left;
    text-shadow: -1px -1px 1px #fff;
}
#time-machine-tip.past:hover {
    color: #dc0000;
    cursor: pointer;
    text-decoration: underline;
}
#time-machine-date {
    color: #DC0000;
    float: right;

    margin: 7px 15px 2px 0;
    padding-right: 5px;
    text-align: right;
    text-shadow: -1px -1px 1px #fff;    
    width: 150px;       
}
#time-machine-date {
    /*font-family: Digital7Mono, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 11px;
    font-weight: bold;
    height: 13px;
}

#time-machine-date.timetravel {
    color:#ff640f;
}

/* Titre TM */
#tm-title {
    display: block;
    /*height: 100%; pose problème pour le "refresh map" */
    line-height: 1em;
    margin: 0;
    position: absolute;
    top: 30px;
    width: 100%;
}
    #tm-title li {
        background: #fff;
        border: 1px solid #ccc;
        /*box-shadow: 0px 1px 3px rgba(0,0,0,0.05);*/
        color: #777;
        display: block;
        font-size: 11px;
        font-weight: bold;
        padding: 3px;
        position: absolute;
    }
    #tm-title .interval {
        color: #ccc;
        display: none;
        display: none !important;
        z-index: 5;
    }
    #tm-title .interval.min {
        left: 0;
    }
    #tm-title .interval.max {
        right: 0;
    }
    #tm-title .graph {
        color: #DC0000;
        display: none;
        display: none !important;
        z-index: 10;
    }
    #tm-title .graph.min {
        
    }
    #tm-title .graph.max {
        
    }
    #tm-title .timetravel {
        display: none;
        color: #0072a3;
        z-index: 15;
    }
    #tm-title .graph, #tm-title .timetravel {
    }




#panels-wrapper {
    background: #fff;
    /*border-right: 1px solid #ccc;*/
    bottom: 0;
    display: none;
    /*-moz-box-shadow: 0px 0 15px #ddd; -webkit-box-shadow: 0px 0 15px #ddd; box-shadow: 0px 0 15px #ddd;*/
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 60px;
    width: 390px;
    z-index: 102;
}
.no-header-img #panels-wrapper {
    top: 36px;
}
.mobile #panels-wrapper {
    display: none;
    width: 100%;
}

#panels {
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    overflow: hidden;
    position: relative;
    /*width: 10000px;*/
}
/*.mobile #panels {
    background: none;
}*/

.panel {
    bottom: 0;
    display: none;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    /*overflow-y: hidden;*/
    position: absolute;
    top: 0;
    width: 100%; /* 390px; */
}
    .panel > .wrap {
        padding: 15px;
    }
    /*.mobile .panel > .wrap {
        padding: 0;
    }*/

.panel .sidebar-tabs-content {
    /*background: #fafafa;*/
}

#iframe-twitter {
    height: 500px;
    top: 60px;
    width: 300px;
}

#before-tweets {
    /*height: 137px;*/
    display: none;
    overflow: hidden;   
    position: relative;
}

.bthome a {
    /*background: url('img/bthome.png') no-repeat;*/
    color: #aaa;
    display:inline;
    float: left;
    font-size: 15px;
    height: 15px;
    line-height: 26px;
    opacity: 0.6;
    text-align: center;
    top: 5px;
    width: 50px;
    z-index: 1000;
}
.bthome a:hover {
    color: #999;
    opacity: 1.0;
}
.toggle {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-right: 10px solid #ddd;
    border-left:0;
    display:none !important;
    height: 0;
    position:absolute;
    right: 0;
    top: 28px;
    width: 0;
    z-index: 1000;
}
.toggle:hover {
    border-right-color: #aaa;
    text-decoration: none;
}
.toggle.show-panel {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-left:10px solid #ddd;
    border-right:0;
    right: -20px;
}
.toggle.show-panel:hover {
    border-left-color: #aaa;
}


/*
 * Liste d'utilisateus
 */
 .user-list {
    border-top: 0px solid #ccc;
    list-style: none;
    margin: 0;
    margin-bottom: 25px;
    overflow: hidden;
    /*width: 100%;*/
}
    .user-list .rank-user.no-data {
        color: #444;
        margin: 15px 0;
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .user-list .rank-user {
        display: block;
        float: left;
        margin: 0 14px 14px 0;
    }
    .user-list .rank-user:nth-child(4n) {
        margin-right: 0;
    }
        .user-list .rank-user .profile-pic {
            background: #fff;
            -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
            /*box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);*/
            box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
            display: block;
            padding: 3px;
        }
        .user-list .rank-user .profile-pic:hover, 
        .user-list .rank-user.selected .profile-pic {
            background: #2293d7;
        }
            .user-list .rank-user .profile-pic img {
                background: #fff;
                -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
                display: block;
                height: 73px;
                width: 73px;
            } 
            
    /* Liste */
    .panel.listed-people .user-list {
        background: #fff;
        -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
        /*box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);*/
        box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    }
    .user-list .listed-user {
        border-bottom: 1px solid #e8e8e8;
        display: block;
        font-size: 14px;
        margin: 14px 0;
    }
    .user-list .listed-user:last-child {
        border-bottom: 0;
    }
    .user-list .listed-user.no-data {
        color: #444;
        margin: 15px 0;
        padding: 0;
        text-align: center;
        width: 100%;
    }
        .user-list .listed-user .content { 
            margin-left: 68px;
            margin-right: 10px;
            min-height: 62px; /* 48 + 14 */
        }
            .user-list .listed-user .content a:hover {
                text-decoration: none;
            }
            .user-list .listed-user .profile-pic {
                -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
                -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
                float: left;
                height: 48px;
                margin-left: -58px;
                width: 48px;
            }
            .user-list .listed-user .fullname {
                color: #333;
                font-weight: bold;
            }
            .user-list .listed-user .username {
                color: #999;
                font-size: 0.929em;
            }
            .other-service .user-list .listed-user .username {
                display: none;
            }
            .user-list .listed-user .bio {
                color: #333;
                font-size: 0.857em;
                margin: 0.25em 1em 1em 0;
            }
            

/* Liste (présentation) */

.list-pres {
    background: rgba(255, 255, 255, 0.25);
    background: #fff;
    border-radius: 5px;
    color: #666;
    font-size: 1.25em;
    margin-bottom: 15px;
    padding: 0.7em 0.85em;
    position: relative;
}
    .list-pres .actions {
        float: right;
    }
    .list-pres.list-read-only .actions {
        display: none;
    }
    .list-pres.list-editable .actions {
        display: block;
    }
        .list-pres .actions > li {
            display: inline-block;
            margin-left: 12px;
            vertical-align: top;
        }
        .list-pres .actions > li:last-child {
        }
        .list-pres .actions > li.secondary {
            opacity: 0.5;
        }
        .list-pres.type-layer .actions > li {
            display: none;
        }
        .list-pres.type-layer .actions > li.add-layer-to-list {
            display: inline-block;
        }
        .list-pres.type-list .actions > li.add-layer-to-list {
            display: none;
        }
        body.test-export-list .list-pres.type-list .actions > li.add-layer-to-list {
            display: inline-block;
        }
            .list-pres .actions > li a {
                opacity: 0.8;
            }
                .list-pres .actions > li a .text {
                    font-size: 0.8em;
                }
            .list-pres .actions > li.secondary a {
                color: #777;
            }
            .list-pres .actions > li a:hover {
                opacity: 1;
                text-decoration: none;
            }
            .list-pres .actions .icon-stack {
                font-size: 0.5em; /* correction */
            }
                .list-pres .actions .icon-stack.user-plus .icon-plus {
                    margin-left: -0.9em;
                    margin-top: -0.3em;
                }
                
    .list-pres .name {
        margin-left: 13px;
    }
    .list-pres .name .text {
    }
    .list-pres .name .edit-name {
        background: #fff;
        border: 0;
        border-radius: 3px;
        font-family: inherit;
        font-size: inherit;
        margin: 0;
        padding: 0;
        width: 80%;
    }

    
/* Listes Twitter */

ul.twitter-lists {
    
}
    ul.twitter-lists > li {
        border-bottom: 1px solid #E8E8E8;
        padding: 1em;
    }
    ul.twitter-lists > li .count-members {
        color: #999;
    }
    

/*
 * Bouton Follow via l'API
 */
/* .follow-button-api*/
.button-gray {
    background: #dedede;
    /* Dégradé gris */
    background: -moz-linear-gradient(top, #ffffff 0%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dedede));
    background: -webkit-linear-gradient(top, #ffffff 0%,#dedede 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#dedede 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#dedede 100%);
    background: linear-gradient(top, #ffffff 0%,#dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 );    
    
    border: 1px solid #ccc;
    -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    overflow: hidden;
    padding: 4px 10px 3px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
 }
.button-gray.hover, .button-gray:hover {
    color: #222;
    text-decoration: none;
}
.follow-button-api.unfollowed:hover {
    background: #d8d8d8;
    /* Dégradé gris plus foncé */
    background: -moz-linear-gradient(top, #f8f8f8 0%, #d8d8d8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#d8d8d8));
    background: -webkit-linear-gradient(top, #f8f8f8 0%,#d8d8d8 100%);
    background: -o-linear-gradient(top, #f8f8f8 0%,#d8d8d8 100%);
    background: -ms-linear-gradient(top, #f8f8f8 0%,#d8d8d8 100%);
    background: linear-gradient(top, #f8f8f8 0%,#d8d8d8 100%);
    
    border-radius: #888;
}
.profile-info .follow-button-api {
    margin: 3px 0 0;
}
.follow-button-api.followed, #following-mode {

    background: #00a308;
    /* Dégradé vert */
    background: -moz-linear-gradient(top, #5fe500 0%, #00a308 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fe500), color-stop(100%,#00a308));
    background: -webkit-linear-gradient(top, #5fe500 0%,#00a308 100%);
    background: -o-linear-gradient(top, #5fe500 0%,#00a308 100%);
    background: -ms-linear-gradient(top, #5fe500 0%,#00a308 100%);
    background: linear-gradient(top, #5fe500 0%,#00a308 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fe500', endColorstr='#00a308',GradientType=0 );    
    
    border-color: #007408;
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}
.follow-button-api.followed.hover {
    background: #c43c35;
    /* Dégradé rouge */
    background: -moz-linear-gradient(top, #ee5f5b 0%, #c43c35 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee5f5b), color-stop(100%,#c43c35));
    background: -webkit-linear-gradient(top, #ee5f5b 0%,#c43c35 100%);
    background: -o-linear-gradient(top, #ee5f5b 0%,#c43c35 100%);
    background: -ms-linear-gradient(top, #ee5f5b 0%,#c43c35 100%);
    background: linear-gradient(top, #ee5f5b 0%,#c43c35 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5f5b', endColorstr='#c43c35',GradientType=0 );
    
    border-color: #9D3C35;
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}

/*
 * Liste des tweets
 */

.tweets-list {
    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
    /*box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);*/
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    display: none;
    list-style: none;
    overflow: hidden;
}

.tweets-list { 
    /*overflow-x: hidden;
    overflow-y: auto;*/
    /*overflow-y: hidden;*/
}

.panel.tweets .tweets-list {
    margin-bottom: 37px;
}

.tweets-list.loading { background: url("mapping/img/loader.gif") no-repeat center; }

 
.tweets-list li.new-tweets {
    background: #eee;
    background: -moz-linear-gradient(#eee, #eaeaea);
    background: -webkit-linear-gradient(#eee, #eaeaea);
    background: linear-gradient(#eee, #eaeaea);
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    text-align: center;
}
    .tweets-list li.new-tweets a {
        color: #777;
        display: block;
        padding: 10px;
        text-decoration: none;
    }
    .tweets-list li.new-tweets a:hover {
        background: #e6e6e6;
        background: -moz-linear-gradient(#e6e6e6, #e2e2e2);
        background: -webkit-linear-gradient(#e6e6e6, #e2e2e2);
        background: linear-gradient(#e6e6e6, #e2e2e2);
        color: #444;
    }

.tweets-list li.no-data {
    color: #888;
    padding: 30px;
    text-align: center;
}
    
 
.tweets-list .tweet {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    clear: both;
    padding: 10px 10px 10px 0;
    position: relative;
}
.tweets-list .tweet:first-child {
}
.tweets-list .tweet:last-child {
    border-bottom: 0;
}    
    .tweets-list .tweet a {
        font-weight: bold;
    }
    .tweets-list .tweet .profile-pic {
        float: left;
        margin: 0 0 0 10px;
        position: absolute;
    }
        .tweets-list .tweet .profile-pic img {
            -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
            height: 36px;
            margin: 0;
            width: 36px;
        }
    .tweets-list .tweet .tweet-content {
        margin-left: 56px;
        overflow: hidden;
    }
    .tweet-text a.mention span {
        opacity: 0.5;
    }
    
        p.twitpic {
            text-align: center;
        }
            .twitpic img {
                background: #FFF;
                border: 1px solid #EEE;
                margin: 0;
                max-height: 180px;
                max-width: 180px;
                padding: 1px;
            }
        .embed {
            border-top: 1px solid #eee;
            margin: 5px 0 2px 56px;
            overflow: hidden;
            padding-top: 8px;            
        }
            .embed .thumb {
                display: block;
                position: relative;
            }
                .embed .thumb img {
                    float:left;
                    max-height: 85px;
                    max-width: 85px;
                }
            .embed.has-html .thumb {
                float: left;
            }
                .embed .thumb .play { 
                    display:none;
                }
                .embed.has-html .thumb .play {
                    background: url("mapping/img/play.png") no-repeat;
                    bottom: 50%;
                    display: block;
                    cursor: pointer;
                    height: 27px;
                    left: 50%;
                    margin: 0 0 -13px -12px;
                    position: absolute;
                    width: 28px;
                }

            .embed .infos {
                font-size: 11px;
                margin-left: 93px;
                padding-top: 2px;
            }
            .embed.no-thumb .infos {
                border-left: 2px solid #ccc;
                margin-left: 0;
                padding-left: 8px;
            }
                .embed .infos .title {
                }
                .embed .infos .source {
                    color:#777;
                    font-weight: normal;
                }
                .embed .infos .source:hover {
                    text-decoration: underline;
                }
                .embed .infos .description {
                    color: #bbb;
                    font-size: 10px;
                    margin-top: 4px;
                    text-align: justify;
                }

        .tweets-list p {
            clear: left;
            line-height: 1.3em;
            margin: 0;
            padding: 0;
            word-wrap: break-word;
        }
        
    .tweets-list .time {
        float: left;
        padding:0;
        text-align: left;
    }
        .tweets-list .time a {
            color: #999;
            font-size: 11px;
            font-weight: normal;
        }
        .tweets-list .time a:hover {
            color: #555;
            text-decoration: underline !important;
        }
        
    .tweets-list h4 {
        font-size: 12px;
        margin: 0 0 3px;
    }
        .tweets-list h4 a {
            color: #555;
        }
        .tweets-list h4 a:hover {
            text-decoration: underline;
        }
    .tweets-list h4 span {
        color: #999;
        font-size: 11px;
        font-weight: normal;
        margin-left: 5px;
    }
    
    .tweet .actions {
        visibility: hidden;
        font-size: 11px;
        float: right;
        margin-top: 2px;
        overflow: hidden;
    }
    .mobile .tweet .actions {
        display: none;
    }
    .tweet:hover .actions {
        visibility: visible;
    }
        .tweet .actions li {
            display:inline;
        }
            .tweet .actions li a {
                color: #aaa;
                display: block;
                float: left;
                font-weight: normal;
                height: 16px;
                line-height: 20px;
                margin-left: 5px;
                position: relative;
                text-indent: 17px;
            }
            
            .tweet .actions li a:hover { 
                color: #555;
                text-decoration: underline;
            }
            .tweet .actions a span {
                background: url("mapping/img/tweet_actions.png") no-repeat;
                display: block;
                height: 16px;
                position: absolute;
                width: 16px;
            }
                a.reply span { background-position : 0 0 }
                a.reply:hover span, a.favorite:active span, a.favorite:focus span { background-position : -16px 0 }
                
                a.favorite span { background-position : -32px 0 }
                a.favorite:hover span { background-position : -48px 0 }
                a.favorite:active span, a.favorite:focus span { background-position : -64px 0 }
                
                a.retweet span { background-position : -80px 0 }
                a.retweet:hover span { background-position : -96px 0 }
                a.retweet:active span, a.retweet:focus span { background-position : -112px 0 }
    
.profile-info .tweets-list {
    box-shadow: none;
    display: block;
}
    .profile-info .tweets-list .tweet {
        padding-left: 0;
        padding-right: 0;
    }
    /*.profile-info .tweets-list .tweet:first-child {
        border-top: 1px solid #E8E8E8;
    }*/
    .profile-info .tweets-list .tweet .profile-pic {
        margin-left: 0;
    }
    .profile-info .tweets-list .tweet .tweet-content {
        margin-left: 46px; /* 56 - 10, cf valeur par défaut */
    }
    
    
.about-tweets {
    color: #555;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

/*
 * Autocomplete
 */
 
#autocomplete {
    background: #fff;
    border: 1px solid #aaa;
    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
    /*box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);*/
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    display: none;
    margin: 2px 0 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10010;
    width:400px;
}
    #autocomplete div {
        clear: both;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #autocomplete h4 {
        display: none;
        font-size: 12px;
        margin: 5px;
        position: absolute;
        width: 80px;
    }
    #autocomplete ul {
        list-style: none;
        margin: 0;
        padding: 0 0 0 0px;
    }
        #autocomplete li {
            clear: both;
            font-size: 12px;
            height: 28px;
            margin: 0;
        }
            #autocomplete li a {
                color: #999;
                display: block;
                height: 100%;
            }
            #autocomplete li.hover a, #autocomplete li:hover a {
                background: #2293d7;
                background: -moz-linear-gradient(#2293d7, #0f73b4);
                background: -webkit-linear-gradient(#2293d7, #0f73b4);
                background: linear-gradient(#2293d7, #0f73b4);
                color: #fff;
            }
                #autocomplete span {
                    float: left;
                    margin: 0;
                    padding: 6px 2px 0;
                }
                #autocomplete img {
                    border: 0;
                    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
                    float: left;
                    height: 24px;
                    margin: 2px 2px;
                    width: 24px;
                }

/*
 * Lightbox
 */

#lightbox {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 10010;
}
#lightbox .bg {
    background: #fff;
    bottom: 0;
    cursor: pointer;
    display: none;
    filter: alpha(opacity=50);
    left: 0;
    opacity: .5;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10006;
}
#lightbox .box {
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    font-size: 14px;
    padding: 2px;
    position: absolute;
    z-index: 10008;
    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
    -moz-box-shadow: 2px 2px 2px #eee; -webkit-box-shadow: 2px 2px 2px #eee; box-shadow: 2px 2px 2px #eee;
}
#lightbox .box.oldBrowser {

}
    #lightbox .content {
        line-height: 30px;
        overflow: hidden;
    }
#lightbox .close {
    display: none;
    color: #888;
    font-size: 14px;
    position: absolute;
    right: -15px;
    top: -20px;
}

/*
 * popupWindow
 */

#popupWindow {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 10010;
}
#popupWindow .bg {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10006;
}
#popupWindow.closeOverlay .bg {
    cursor: pointer;
}
#popupWindow .box {
    background: #fff;
    display: none;
    font-size: 14px;
    max-width: 95%;
    /*overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;*/
    position: absolute;
    text-align: left;
    z-index: 10010;
    /*z-index: 10008;*/
}
/*.desktop*/ #popupWindow .box {
    -moz-border-radius: 7px 7px 6px 6px; -webkit-border-radius: 7px 7px 6px 6px; border-radius: 7px 7px 6px 6px;
    -moz-box-shadow: 0 8px 24px rgba(0,0,0,0.4); -webkit-box-shadow: 0 8px 24px rgba(0,0,0,0.4); box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}
.mobile #popupWindow .box {
    /*left: 1%;
    top:5px;
    bottom:5px;
    right: 1%;
    position: absolute !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    max-width: none !important;
    width: 98% !important;*/
    margin-top: 30px !important;
    max-width: 95% !important;
}
    #popupWindow .close {
        color: #888;
        font-size: 14px;
        padding: 7px 8px 12px 8px;
        position: absolute;
        right: 0;
        top: 0px;
    }
    #popupWindow .title {
        background: #f5f5f5 url("img/bg_body.jpg");
        border-bottom: 1px solid #ccc;
        padding: 8px 24px;
    }
    #popupWindow .title {
        -moz-border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0;
    }
        #popupWindow .title h3 {
            color: #555;
            text-align: center;
            font-weight: bold;
            font-size: 14px;
            line-height: 18px;
            margin: 0;
            text-shadow: 0 1px 0 #fff;
        }
    
    #popupWindow .content {
        line-height: 1.5em;
        padding: 20px;
    }
        #popupWindow .content h2 {
            font-size: 16px;
            margin: 0 0 10px;
        }
        #popupWindow .content img {
            max-width: 100%;
        }
        #popupWindow .content .wrap > h3 {
            border-bottom: 1px solid #eee;
            color: #999;
            font-size: 12px;
            padding-bottom: 4px;
            margin-top: 20px;
            text-transform: uppercase;
        }
            #popupWindow .content p:first-child {
                margin-top: 0;
            }
            #popupWindow .content p:last-child {
                margin-bottom: 0;
            }
            #popupWindow form.request-invite {
                display: inline-block;
            }
            #popupWindow .content a.cancel {
                color: #aaa;
                display: inline-block;
                line-height: 1.25em;
                padding: 0.4em 1em;
            }
        #popupWindow .content form {
            font-size: 1.2em;
        }
        #popupWindow .content strong {
            font-weight: bold;
        }

#carousel-tour  {
    background: #222;
    margin: 0;
    max-width: 100%;
}
    #carousel-tour .carousel-control {
        display: none;
        top: 48%;
    }
    #carousel-tour .carousel-indicators {
        bottom: 11px;
        display: none;
        left: 4px;
        right: auto;
        top: auto;
    }
    #carousel-tour .carousel-inner img {
        height: 550px;
        width: 965px;
        /*max-width: 100%;*/
    }
    #carousel-tour .focus-block {
        position: absolute;
    }
    #carousel-tour .focus-overlay {
        background: rgba(0,0,0, 0.6);
        position: absolute;
    }
    #carousel-tour .popover h3 {
        background: #F5F5F5 url("img/bg_body.jpg");
        color: #555;
        font-weight: bold;
    }
    #carousel-tour .popover .popover-content {
        line-height: 1.5em;
    }
    #carousel-tour .popover .btn {
        margin: 1em 0;
    }
    #carousel-tour .popover .btn.finish,
    #carousel-tour .popover .btn.next {
        float: right;
    }
    #carousel-tour .popover .btn.prev {
        float: left;
    }

/* Tour V2 */
#carousel-tour-v2  {
    max-width: 100%;
    padding: 10px;
}
    #carousel-tour-v2 .carousel-control {
        top: 48%;
    }
    #carousel-tour-v2 .carousel-indicators {
        bottom: -20px;
        left: 50%;
        margin-left: -30px;
        right: auto;
        top: auto;
    }
        #carousel-tour-v2 .carousel-indicators li {
            background: rgba(0,0,0, 0.25);
            cursor: pointer;
        }
        #carousel-tour-v2 .carousel-indicators li.active {
            background: rgba(0,0,0, 0.5);
        }
    #carousel-tour-v2 .carousel-inner img {
        border: 1px solid #ddd;
        box-sizing: border-box;
        float: right;
        width: 60%;
    }
    #carousel-tour-v2 .carousel-inner .caption {
        box-sizing: border-box;
        float: left;
        padding-right: 30px;
        padding-top: 40px;
        width: 40%;
    }
        #carousel-tour-v2 .carousel-inner .caption h4 {
            font-size: 18px;
        }

    #carousel-tour-v2 .btn {
        margin: 1em 1em 1em 0;
    }
    #carousel-tour-v2 .btn.finish,
    #carousel-tour-v2 .btn.next {

    }
    #carousel-tour-v2 .btn.prev {

    }

    
    
#popupWindow .premium-features {
    line-height: 1.75em;
    margin-bottom: 1.5em;
}
#popupWindow .premium-features i {
    color:#32aff5;
    opacity: 0.75;
}
    
/* 
 * Mappings Facebook 
 */

.fb-check-response {
    padding: 1em 0;
}
    .fb-preview-object {
        background: #eee;
        -moz-border-radius: 0.3em; -webkit-border-radius: 0.3em; border-radius: 0.3em;
        font-size: 13px;
        padding: 1.5em;
    }
        .fb-preview-object img {
            vertical-align: middle;
        }
        .fb-preview-object .name {
            font-weight: bold;

        }
        .fb-preview-object .description {
            color: #999;
            font-size: 0.9em;
            margin-top: 0.5em;
        }

    
/*
 * Champ de recherche (client)
 */

input.new-search {
    background: #fcfcfc url(mapping/img/search.png) no-repeat 4px 50%;
    border: 1px solid #fff;
    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
    /*-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35) inset; -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35) inset; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35) inset;
    border-left: 0;
    border-top: 0;*/
    /*float: right;*/
    font-size: 13px;
    height: 24px;
    left: 50%;
    line-height: 14px;
    margin: 6px 0 0 -150px;
    padding: 0 4px;
    position: absolute;
    text-indent: 17px;
    width: 300px;
}
input.new-search:focus, input.new-search:active {
    background-color: #fff;
    /*-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;*/
    
}
.mobile input.new-search {
    display: none;
}

/* Autocomplete recherches (client) */

#new-search-ac {
    background: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
    -moz-box-shadow: 2px 5px 7px rgba(127, 127, 127, 0.1); -webkit-box-shadow: 2px 5px 7px rgba(127, 127, 127, 0.1); box-shadow: 2px 5px 7px rgba(127, 127, 127, 0.1);
    position: absolute;
    /*right: 90px;*/
    left: 50%;
    margin-left: -150px;
    top: 31px;
    width: 307px;
    z-index: 10010;
}

.list-projects-wrapper {
    margin: 0;
    max-height: 230px;
    overflow: auto;
}
    .list-projects-wrapper .glyph { 
        background: rgba(255, 255, 255, 1);
        display: none;
        height: 100%;
        line-height: 20px;
        padding: 0 4px;
        position: absolute;
        z-index: 10;
    }
    .list-projects-wrapper p.no-data { 
        color: #aaa;
        font-size: 14px;
        padding: 75px 0;
        text-align: center;
    } 
    .list-projects {
        display:block;
        list-style: none;
        height: 100%;
        overflow: auto;
        position: relative;
        z-index: 5;
    }
        .list-projects li {
            display: block;
            margin: 0;
            overflow: hidden;
            position: relative;
        }
            .list-projects a {
                color: #222;
                display: block;
                font-size: 12px;
                font-weight: normal;
                line-height: 23px;
                padding: 0 10px;
                text-align: left;
            }
            .list-projects a.item:hover, .list-projects li.selected a.item {
                background: #2293d7;
                background: -moz-linear-gradient(#2293d7, #0f73b4);
                background: -webkit-linear-gradient(#2293d7, #0f73b4);
                background: linear-gradient(#2293d7, #0f73b4);
                color: #fff;
                text-decoration: none;
            }
                .list-projects a.item img {
                    background: #eee;
                    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
                    display: inline-block;
                    height: 24px;
                    margin: 2px;
                    vertical-align: middle;
                    width: 24px;
                }
            .list-projects .delete {
                display: block;
                color: #fff;
                position: absolute;
                font-size: 11px;
                margin-top: 2px;
                padding: 0px 6px;
                right: 4px;
                top: 0px;
                visibility: hidden;
            }
            .list-projects li:hover .delete {
                visibility: visible;
            }
            .list-projects .delete:hover {
                background: #c43c35;
                /* Dégradé rouge */
                background: -moz-linear-gradient(top, #ee5f5b 0%, #c43c35 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee5f5b), color-stop(100%,#c43c35));
                background: -webkit-linear-gradient(top, #ee5f5b 0%,#c43c35 100%);
                background: -o-linear-gradient(top, #ee5f5b 0%,#c43c35 100%);
                background: -ms-linear-gradient(top, #ee5f5b 0%,#c43c35 100%);
                background: linear-gradient(top, #ee5f5b 0%,#c43c35 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5f5b', endColorstr='#c43c35',GradientType=0 );

                border-color: #9D3C35;
                -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
                color: #fff;
                text-decoration: none;
                text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
            }

/*
 * Gallerie des mappings
 */
#gallery {
    background: #f5f5f5 url(img/bg_body.jpg);
    bottom: 0;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 37px;
    z-index: 10000; /* les scrolls de la sidebar (plugin niceScroll) ont un z-index de 9000+ */
}
    #gallery > .wrap {
    }
        #gallery .close {
            color: #888;
            font-size: 14px;
            position: absolute;
            right: 11px;
            top: 5px;
        }
        #gallery h2 {
            margin: 1em;
            text-align: center;
        }
        #gallery p.info-msg {
            color: #777;
            font-size: 20px; 
            font-weight: 300;
            margin: 1em; 
            text-align: center;
        }
            #gallery p.info-msg .hand-arrow-up {
                margin-top: -0.5em;
                /*opacity: 0.25;
                width: 60px;*/
            }

        ul.maps {
            font-size: 16px;
            margin: 0 auto;
            max-width: 720px;
            overflow: hidden;
        }
            ul.maps > li {
                float: left;
                margin: 0 2% 20px 0;
                height: 160px;
                overflow: hidden;
                text-align: center;
                width: 23.5%;
            }
            ul.maps > li:nth-child(4n) {
                margin-right: 0;
            }
                ul.maps > li .item {
                    display: block;
                    padding-top: 5px;
                }
                ul.maps > li .item:hover {
                    text-decoration: none;
                }
                ul.maps > li img {
                    background: #fff;
                    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
                    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
                    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
                    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                    display: inline-block;
                    height: 96px;
                    width: 96px;
                }
                ul.maps > li .title {
                    color: #555;
                    display: block;
                    font-weight: bold;
                    margin: 0.5em;
                }

                ul.maps > li .delete {
                    color: #aaa;
                    display: block;
                    font-size: 0.7em;
                }

                
                
/*
 * Composition d'un tweet
 */

.compose {

}
    .composer {
        color: #888;
        font-size: 12px;
    }
    .compose-input {
        border: 1px solid #ccc;
        -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
        box-sizing: border-box;
        color: #222;
        font-size: 16px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        height: 5em;
        line-height: 1.25em;
        margin: 5px 0 0;
        outline: medium none;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 6px 8px 5px;
        resize: none;
        white-space: pre-wrap;
        /*width: 96.5%;*/
        width: 100%;
        word-wrap: break-word;
    }
    .compose-input.inactive {
        /*color: #aaa;*/
        opacity: 0.33;
    }
    .compose-input:focus {
        border-color: #32aff5;
        border-color: rgba(50,175,245,0.7);
    }
    .compose .bottom {
        margin-top: 10px;
        overflow: hidden;
    }
        .compose .bottom .info {
            color: #aaa;
            float: left;
            font-size: 12px;
            margin: 0;
            min-height: 2em;
            padding: 1px 5px;
            text-align: left;
            width: 360px;
        }
        .compose .bottom .info.error, .compose .bottom .count.error {
            color: #d40d12;
        }
        .compose .bottom .info.ok {
            color: #007408;
        }
        .compose .bottom .count {
            color: #777;
            display: block;
            float: right;
            font-size: 13px;
            height: 26px;
            line-height: 26px;
            padding: 0 20px;
        }
        .compose .bottom .btn-primary {
            float: right;
        }

    .compose .pic {
        /*background: #f1f1f1;
        border: 1px solid #ddd;
        border-radius: 4px;*/
        box-sizing: border-box;
        clear: both;
        margin-top: 10px;
        min-height: 100px;
        overflow: hidden;
        /*padding: 12px;*/
        position: relative;
        text-align: center;
        width: 100%;
    }
        .compose .pic .remove {
            color: #222;
            display: none;
            position: absolute;
            right: 9px;
            top: 5px;
        }
        .compose .pic .remove:hover {
            text-decoration: none;
        }
        .compose .pic .msg {
            color: #666;
            left: 0;
            margin-top: -1em;
            position: absolute;
            right: 0;
            top: 50%;
        }
        .compose .pic .img-preview {
            background-color: #f1f1f1;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100%;
            
            border: 1px solid #ccc;
            border-radius: 4px;
            box-sizing: border-box;
            
            cursor: -webkit-zoom-in;
            cursor: zoom-in;
            
            display: none;
            width: 100%;
            height: 262px;
        }
        
        .compose .pic.with-image .remove {
            display: block;
        }
        .compose .pic.with-image .msg {
            display: none;
        }
        .compose .pic.with-image .img-preview {
            display: inline-block;
        }

    


/* Infobulle */

.user-card {
    background: #fff;
    background: rgba(255,255,255,0.97);
    border: 2px solid #ddd;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: 2px 6px 8px #F5F5F5; -webkit-box-shadow: 2px 6px 8px #F5F5F5; box-shadow: 2px 6px 8px #F5F5F5;
    min-height: 64px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    position: absolute;
    width: 240px; /* prend en compte le max de 20 caractères pour un nom entier */
    z-index: 10000;
}

.user-card.expanded {
    height: auto;
}
.user-card.loading {

}    
    .user-card .location {
        color: #aaa;
        display: none;
        font-size: 11px;
        margin-top: 3px;
    }
    .user-card.expanded .location {
        display: block;
    }
    .user-card .more-infos {
        display: none;
    }
    .user-card.expanded .more-infos {
        clear: both;
        display: block;
    }
        .user-card .more-infos .bio {
            color:#888;
            font-family: Geogia, "Times New Roman", Times, serif;
            font-style: italic;
            font-size: 14px;
            margin-bottom: 5px;
        }

        .user-card .bt-more {
            background: #F5F5F5;
            bottom: 0;
            color: #999;
            display: block;
            font-size: 10px;
            font-weight: bold;
            left: 0;
            padding: 5px 0 1px;
            position: absolute;
            right: 0;
            text-align: center;
        }
        .user-card .bt-more:hover { 
            background: #2293d7;
            color: #fff;
            text-decoration: none;
        }
        .user-card.expanded .bt-more, .user-card.loading .bt-more {
            display: none;
        }

    .user-card iframe.twitter-follow-button {
        height: 20px;
        margin-left: 0px;
        margin-top: 4px;
        width: 69px;
    }
    .logged-out .user-card .visualize-map {
        display: none;
    }    
    .user-card .visualize-map {
        
    }
    .user-card .close {
        color: #ccc;
        font-size: 12px;
        position: absolute;
        right: 6px;
        top: 1px;
    }

/* Profil d'un utilisateur */

.panel.profile .go-back {
    color: #222;
    display: block;
    font-size: 32px;
    left: 10px;
    opacity: 0.66;
    position: absolute;
    top: 5px;
}
.panel.profile .go-back:hover {
    opacity: 1;
    text-decoration: none;
}
.desktop .panel.profile .go-back {
    display: none;
}
.mobile .panel.users, .mobile .panel.tweets {
    display: none !important;
}

.twitter-panel {
    clear: both;
    font-size: 12px;
}
    .tw-status {
        color: #444;
        font-size: 1.1em;
        margin: 15px;
        text-align: center;
    }
    .tw-status .detail {
        display: block;
        font-size: 0.85em;
        margin-top: 0.85em;
    }

    #miniProfile {
        /*background: #f5f5f5 url("img/bg_body.jpg");*/
        background: #fff;
        border-top: 1px solid #ccc;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        bottom: 0;
        left: 0;
        opacity: 0.95;
        position: absolute;
        right: 0;
    }
    
    /*.profile-info {
        background: #fff;
        -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
        display: none;
        padding: 15px;
        margin-bottom: 37px; /* hauteur de #sidebar-menu /
        word-wrap: break-word;
    }
    .mobile .profile-info {
        -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
        box-shadow: none;
        margin-bottom: 0;
    }*/

    .mini-profile-info {
        cursor: pointer;
        overflow: hidden;
        padding: 10px;
    }
    
    .mobile .profile-info .btn-primary.visualize-map {
        display: none;
    }


    .profile-image-container {
        float: left;
        margin: 0 10px 0 0;
    }
    .mobile .profile-info .profile-image-container {
        float: none;
        margin: 0;
        text-align: center;
    }
        .profile-picture img {
            -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
            height: 73px;
            width: 73px;
        }
        .mini-profile-info .profile-picture img {
            height: 48px;
            width: 48px;
        }

    .profile-info .profile-image-aside {
        margin-left: 88px; /* 73 + 15 */
    }
    .mobile .profile-info .profile-image-aside {
        margin: 1em 0 0 0;
        text-align: center;
    }
        .profile-image-aside .fullname {
            color: #333;
            font-size: 1.5em;
            font-weight: bold;
        }
        .profile-image-aside .name:hover {
            text-decoration: none;
        }
        .profile-image-aside .screen-name {
            color: #999;
            display: block;
            font-size: 1.1em;
            margin-top: 0.1em;
        }
        .mini-profile-info .profile-image-aside .screen-name {
            font-size: 1.25em;
            margin-top: 0.5em;
        }
        .profile-image-aside .fullname:hover {
            text-decoration: underline;
        }
        .profile-info .bio {
            color: #777;
            font-family: Georgia, "Times New Roman", Times, serif;
            font-size: 1.1em;
            font-style: italic;
            line-height: 1.25em;
            margin: 0.5em 0;
        }
        .profile-info .divider {
            display: none;
            font-weight: bold;
            opacity: 0.5;
            padding: 0 0.5em;
        }
        .profile-info .url {
        }

        .profile-info .full-name span {
            vertical-align: text-bottom;
        }
        
    .profile-info .full-profile {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .profile-info .extra-data {
        clear: both;
        margin: 1.5em 0 0;
        padding: 0;
    }
    .global-map .profile-info .extra-data {
        display: none;
    }
    .profile-info .extra-data.connections {
        border-bottom: 1px solid #eee;
        text-align: center;
    }
        .profile-info .extra-data > h3 {
            color: #888;
            font-weight: bold;
            margin: 1.5em 0 0.5em;
            text-align: left;;
        }
        
    .profile-info .user-list {
        margin-bottom: 0;
    }
        .profile-info .user-list .rank-user, 
        .profile-info .user-list .rank-user:nth-child(4n) {
            margin: 0 8px 10px 0;
        }
        .desktop .profile-info .user-list .rank-user:nth-child(7n) {
            margin-right: 0;
        }
            .profile-info .user-list .rank-user .profile-pic {
                border: 2px solid #fff;
                box-shadow: none; /*0px 2px 3px rgba(0, 0, 0, 0.15);*/
                padding: 0;
            }
            .profile-info .user-list .rank-user .profile-pic:hover, 
            .profile-info .user-list .rank-user.selected .profile-pic {
                border-color: #2293d7;
            }
                .profile-info .user-list .rank-user .profile-pic img {
                    height: 36px;
                    width: 36px;
                } 


.user-stats {
    margin: 1em 0;
    overflow: hidden;
}
.user-card.expanded .user-stats {
    display: block;
}
    .user-stats li {
        display: inline-block;
        list-style: none;
    }
        .user-stats a {
            border-right: 1px solid #eee;
            display: block;
            padding: 0 0.75em;
        }
        .user-stats li:first-child a { 
            padding-left: 0;
        }
        .user-stats li:last-child a { 
            padding-right: 0;
            border-right: 0;
        }
        .user-stats a:hover {
            text-decoration: none;
        }
            .user-stats .count { 
                color: #555;
                display: block;
                font-size: 1em;
                font-weight: bold;
            }
            .user-stats .label { 
                color: #aaa;
                font-size: 0.8em;
                text-transform: uppercase;
            }
        
.user-actions {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    /*-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;*/
    margin: 1.5em 0;
    overflow: hidden;
    padding: 0.25em 0;
    text-align: center;
}
    .user-actions li {
        display: inline-block;
        list-style: none;
        /*width: 33.3%;*/
    }
    /*.user-actions li.visualize {
        display: none;
    }*/
    .mobile .user-actions li.visualize {
        display: inline-block;
    }
        .user-actions a {
            display: block;
            margin-right: 1.5em;
            padding: 0;
        }
        .user-actions li:last-child a { 
            border:0;
            margin-right: 4px;
        }
        .user-actions a:hover {
            text-decoration: none;
        }
            .user-actions .ico { 
                background: url("mapping/img/icons2.png?20130605_1") no-repeat;
                display: inline-block;
                height: 32px;
                vertical-align: middle;
                width: 32px;
            }
            .user-actions .follow .ico { background-position: -96px 0; }
            .user-actions .follow a:hover .ico, 
            .user-actions .follow a.followed .ico { background-position: -96px -32px; }
            
            .user-actions .follow a.followed > i, 
            .user-actions .follow a.unfollowed > .icon-stack { 
                display: none;
            }
            .user-actions .follow a.unfollowed > i, 
            .user-actions .follow a.followed > .icon-stack { 
                display: inline-block;
            }
            
            .user-actions .visualize .ico { background-position: -128px 0; }
            .user-actions .visualize a:hover .ico { background-position: -128px -32px; }
            
            .user-actions .mention .ico { background-position: -160px 0; }
            .user-actions .mention a:hover .ico { background-position: -160px -32px; }
            
            .user-actions i {
                font-size: 1.5em;
                margin-right: 0.25em;
                vertical-align: middle;
            }
            .user-actions .favorite.favorited, 
            .user-actions .favorite.favorited a {
                color: #FF9B00;
            }
            
            
            .user-actions .text {
            }
            .user-actions a:hover .text { 
                color: #222;
            }
    
.prev-user {
    background: #fefefe;
    color: #aaa;
    display: block;
    font-weight: bold;
    padding: 5px 10px;
    top: 0;
}
.prev-user:hover {
    background: #f5f5f5;
    color: #555;
}

iframe.twitter-follow-button {
    display: block;
    height: 20px;
    margin: 10px 0 0 60px;
    width: 150px;
}

#hover-node-target {
    left: -2000px;
    height: 1px;
    position: absolute;
    top: -500px;
    width: 1px;
}
#zonecentre .tooltip {
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    opacity: 0.8;
}
    #zonecentre .tooltip-inner {
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25); box-shadow: 0 1px 2px rgba(0,0,0,0.25);
        padding: 4px 8px;
    }


.please-connect-msg {
    background: #fff;
    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
    /*box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);*/
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 14px;
    padding: 15px;
    margin-top: 15px;
    word-wrap: break-word;
}
.mobile .please-connect-msg {
    box-shadow: none;
    text-align: center;
}
    .please-connect-msg p:first-child {
        margin-top: 0;
    }
    .please-connect-msg p:last-child {
        margin-bottom: 0;
    }

    

.panel .container {
    background: #fff;
    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
    /*box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);*/
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 14px;
    margin-bottom: 37px;
    padding: 15px;
    position: relative;
    word-wrap: break-word;
}
.mobile .panel .container {
    box-shadow: none;
}
    .panel .container p:first-child {
        margin-top: 0;
    }
    .panel .container p:last-child {
        margin-bottom: 0;
    }
    .panel .container h3 {
        border-bottom: 1px solid #ddd;
        font-weight: bold;
        padding-bottom: 0.5em;
    }
    .panel .container textarea {
        resize: vertical;
        width: 95%;
    }
    .mobile .panel .container .nav-back {
        /*display: none;*/
    } 
    
/* Fin Panneau Twitter */



/* Compte */

#account {
    background: #fff;
    border: 1px solid #ddd;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0, 0.07); -webkit-box-shadow: 1px 1px 2px rgba(0,0,0, 0.07); box-shadow: 1px 1px 2px rgba(0,0,0, 0.07);
    display: none;
    position: absolute;
    right: 50px;
    top: 31px;
    z-index: 10002;
}
    #account li {
        display: block;
    }
        #account li a {
            border-top: 1px solid #eee;
            color: #555;
            display: block;
            padding: 7px 15px;
            text-align: right;
            /*width: 140px;*/
        }
        #account li:first-child a {
            border-top: 0;
        }
        #account li a:hover {
            background: #2293d7;
            background: -moz-linear-gradient(#2293d7, #0f73b4);
            background: -webkit-linear-gradient(#2293d7, #0f73b4);
            background: linear-gradient(#2293d7, #0f73b4);
            color: #fff;
            text-decoration: none;
        }





/* 
 * Onglets sidebar
 */

#sidebar-menu {
    /*border-bottom: 1px solid #555;*/
    border-bottom: 1px solid #5a5a5a;
    border-top: 1px solid #888;
    /*box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);*/
    overflow: hidden;
}
    .global-map #sidebar-menu {
        display: none;
    }
    .mobile #sidebar-menu {
        display: none;
    }

#tabs-menu {
    background: #707070;
    /*background: -moz-linear-gradient(#666, #555);
    background: -webkit-linear-gradient(#666, #555);
    background: linear-gradient(#666, #555);*/
    overflow: hidden;
    height: 35px;
}
    #tabs-menu li {
        float: left;
        text-align: center;
        height: 100%;
        width: 50%; /* 33.3% */
    }
    
        #tabs-menu a {
            border-left: 1px solid rgba(0, 0, 0, 0.5);
            box-shadow: 1px 0 0 rgba(255, 255, 255, 0.25) inset;
            color: #fff; /* #888 */
            display: inline-block;
            font-size: 12px;
            font-weight: bold;
            line-height: 36px;
            height: 100%;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
            width: 100%;
        }
        #tabs-menu li:first-child a {
            border-left: 0;
            box-shadow: none;
        }
        #tabs-menu li:last-child a {
            border-right: 0;
        }
        #tabs-menu a:hover {
            text-decoration: none;
        }
        #tabs-menu .selected a {
            background: #5a5a5a;
            /*background: linear-gradient(#555,#444);*/
            /*color: #222;*/
        }
            #tabs-menu a .ico {
                background: url("mapping/img/icons2.png?20130605_1") no-repeat;
                display: inline-block;
                height: 32px;
                margin-left: -12px;
                vertical-align: middle;
                width: 32px;
            }
            #tabs-menu a span {
                opacity: 0.85;
            }
            #tabs-menu a:hover span {
                opacity: 1;
            }
            #tabs-menu .selected span {
                opacity: 1;
            }
            #tabs-menu .profile .ico {
            }
            #tabs-menu .users .ico {
                /*background-position: 0 0;*/
                background-position: -32px 0;
            }
            #tabs-menu .tweets .ico {
                background-position: -64px 0;
            }
            #tabs-menu .profile.selected .ico {
            }
            #tabs-menu .users.selected .ico {
                /*background-position: 0 -32px;*/
                background-position: -32px -32px;
            }
            #tabs-menu .tweets.selected .ico {
                background-position: -64px -32px;
            }
            #tabs-menu .lists .ico {
                background-position: 0 -64px;
            }
            #tabs-menu .lists.selected .ico {
                background-position: 0 -96px;
            }



/*
 * Tooltips
 */
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

/* Rounded corners */
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

/* Rules to colour arrows */
.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }

.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }



/*
 * Media Queries
 */

/* iPad / tablette : orientation paysage "forcée" */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
    
    /*body {
        transform:rotate(90deg);
        -ms-transform:rotate(90deg);
        -moz-transform:rotate(90deg);
        -webkit-transform:rotate(90deg);
        -o-transform:rotate(90deg);
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }*/
    
}
 
@media (max-width : 439px) {

    #canvas-screen .loader {
        height: 120px;
    }

    #canvas-screen .main-msg {
        text-align: center;
    }
        #canvas-screen .main-msg .avatar {
            float: none;
            height: 73px;
            width: 73px;
        }
        #canvas-screen .main-msg .text {
            margin-left: 0;
        }
}