/* Copyright (c) 2011 Raphaël Velt
 * Licensed under the MIT License
 * */

body {
    font-family: Helvetica, Arial, sans-serif; font-size: 12px;
    /*  background-color: #e0e0e8;*/ color: #204020; margin: 0;
}

.clear {
    clear: both;
}

.gradient {
    background-color: #f0f0f8; 
    background-image: -webkit-radial-gradient(#ffffff, #DCDCE6); background-image: -moz-radial-gradient(#ffffff, #DCDCE6);

}

#tip {
    background-color:white;
    border:1px solid rgb(203,203,203);
    position:absolute;
    left:-200px;
    top:100px;
    max-width: 400px;
    max-height: 800px;
    z-index: 999;
}

#TooltipContent
{
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.nogradient
{
    background-color: #ffffff; 
}

/* EN HAUT */

#titlebar {
    background: rgb(250, 250, 252); border-bottom: 1px solid #CCC; position: fixed; margin: 0; padding: 0; left: 0; top: 0; right: 0;
    height: 60px; /*overflow: hidden;*/
}

#Logo
{
    margin-top: 8px;

}

#InfoBox_DE, #InfoBox_EN
{
    font-family: Arial;

}

#ManualBox_DE, ManualBox_EN
{
    font-family: Arial;
}

#BackButton
{
    margin-left: 5px;
    margin-top: 5px;
}

#FASLogo
{
    margin-top: 10px;
    margin-right: 10px;
}

#maintitle_right
{
    float: right;
}

#maintitle_buttons
{
    float: left;
    margin-left: 410px;
}

#maintitle
{
    position: absolute; left: 0; top: 0; 
    font-family: EB Garamond;
}


#maintitle_center
{
    font-family: EB Garamond;
    /*margin-left: 540px;*/
    margin-top: 5px;
    float: left;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    /*safari and chrome*/
    #maintitle_center
    {
        font-family: EB Garamond;
        margin-left: 440px;
        margin-top: 10px;
        float: left;
    }

    /*safari only*/
    ::i-block-chrome,#maintitle_center {
        font-family: EB Garamond;
        margin-left: 440px;
        margin-top: 8px;
        float: left;
    }

}

#maintitle_hagenbund
{
    font-size: 25px;
    float: left;
    margin-top: 15px;
        margin-left: 5px;
           font-family: EB Garamond;
}

#maintitle_rest
{
    float: left;
    font-size: 17px;
    margin-top: -3px;
    letter-spacing: -0.5px;
}

#ButtonsDiv
{
    margin-top: 28px;
    float: left;
}


#SizeButtonsDiv
{
    float: left;
    margin-top: 28px;
    margin-left: 10px;
}
#SizeButtons
{
    float: left;
    margin-top: 24px;
    margin-left: 5px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    #ButtonsDiv
    {
        margin-top: 10px;
        float: left;
    }

    /*safari only*/
    ::i-block-chrome,#ButtonsDiv {
        margin-top: 8px;
        float: left;
    }

}


#LangButtonsDiv
{
    margin-left: 10px;
    margin-top: 28px;
    float: left;

}


.TitleButton {
    color: #9f9f9f; font-weight: normal; text-decoration: none;
    font-family: Arial;
    font-size: 12px;
}

.TitleButton:hover {
    color: #5a5a5a;
    cursor: pointer;
}

#LogoRight
{
    float: right;
}

h1 {
    margin:0;
}

h1 a {
    background: url(../img/gephi.png) no-repeat;
    color: #208020;
    display: block;
    height:45px;
    margin: 0;
    text-indent: -9999px;
    width: 195px;
}

#searchinput {
    background: #fff url(../img/search.gif) no-repeat right;
    border: 1px solid #DDD;
    font-size: 14px;
   /* line-height: 14px;
    height: 14px;*/
    left: 190px;
    padding: 1px 4px; margin: 0;
    position: absolute;
    top: 21px;
    width: 200px;
}

#searchinput:focus, #searchinput:active {
    border-color:#aaa;
}

#searchsubmit {
    position: absolute;
    left: 380px; 
    top: 23px;
    width: 20px; 
    height: 20px; 
    /*margin-top: 2px; */
    padding: 0; height: 16px; border: none; background: none; text-indent: -999px; cursor: pointer; cursor: hand;
}

#filterinput {
    background: #fff url(../img/search.gif) no-repeat right;
    border: 1px solid #DDD;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    left: 410px;
    padding: 1px 4px; margin: 0;
    position: absolute;
    top: 21px;
    width: 200px;
}

#filterinput:focus, #filterinput:active {
    border-color:#aaa;
}

#filtersubmit {
    position: absolute;
    left: 600px; 
    top: 23px;
    width: 20px; 
    height: 20px; 
    /*margin-top: 2px; */
    padding: 0; height: 16px; border: none; background: none; text-indent: -999px; cursor: pointer; cursor: hand;
}



.grey {
    color: #cccccc; font-style: italic;
}

/* AU CENTRE */

#zonecentre {
    position: fixed; top: 45px; bottom: 0; left: 0; right: 0; overflow: hidden;
}


#carte {
    position: absolute; left: 0px;
}

/* ZOOM IN OUT */

#ctlzoom {
    position: absolute; left: 5px; bottom: 5px; list-style: none; padding: 0; margin: 0;
}

#ctlzoom li {
    padding: 0; margin: 10px 0; width: 36px; text-align: center;
}

#zoomSliderzone {
    height: 120px;
}

#zoomMinusButton, #zoomPlusButton {
    display: block; width: 24px; height: 24px; background:url(../img/plusmoins.png);  margin: 0 auto;
}

#zoomMinusButton {
    background-position: 0 -24px;
}

#zoomMinusButton:hover {
    background-position: -24px -24px;
}

#zoomPlusButton {
    background-position: 0 0;
}

#zoomPlusButton:hover {
    background-position: -24px 0;
}

#lensButton, #edgesButton {
    display: block; width: 36px; height: 36px; background:url(../img/loupe-edges.png); margin: 0 auto;
}

#lensButton {
    background-position: -72px 0;
}

#lensButton:hover {
    background-position: -36px 0;
}

#lensButton.off {
    background-position: 0 0;
}

#lensButton.off:hover {
    background-position: -108px 0;
}

#edgesButton {
    background-position: -72px -36px;
}

#edgesButton:hover {
    background-position: -36px -36px;
}

#edgesButton.off {
    background-position: 0 -36px;
}

#edgesButton.off:hover {
    background-position: -108px -36px;
}

#zoomSlider {
    background:#fff;
    border:1px solid #aaa;
    height: 120px; margin: 0 auto;
}

/* EN BAS A GAUCHE */

#overviewzone {
    position: fixed; right: 0; bottom: 0;
    border-style: solid none none solid; border-width: 1px; border-color: #cccccc;
}

/* COLONNE DE GAUCHE */

#leftcolumn {
    position: absolute; top: 45px; bottom: 0px; left: -300px; width: 300px; background-color: rgb(250, 250, 252); 
    /*box-shadow: 2px 0 2px #808090; */
    padding: 0;
}

.left_disclist
{

    list-style-type: disc;
}


/* GESTION DE LA BARRE DE GAUCHE */

#unfold {
    position: absolute; top: 16px; right: -14px; width: 12px; height: 12px; background: rgb(250, 250, 252); padding: 2px 2px 2px 0; border-top-right-radius: 5px; border-bottom-right-radius: 5px; box-shadow: 1px 1px 2px #808090;
}

#aUnfold {
    float: left; width: 12px; height: 12px; background-image: url(../img/fleches-horiz.png);
}

.leftarrow {
    background-position: -12px 0;
}

.rightarrow {
    background-position: 0 0;
}

.leftarrow:hover {
    background-position: -12px -12px;
}

.rightarrow:hover {
    background-position: 0 -12px;
}


/* ZONE GAUCHE */

#leftcontent {
    position: absolute; left: 0; top: 0; bottom: 0; right: 0; overflow: auto; list-style: none; margin: 0; padding: 0; border-top: 1px solid #cccccc; border-right: 1px solid #cccccc;
}

div.largepill {
    float: left; width: 16px; height: 16px; border-radius: 8px; margin: 0 5px 0 0;
}

div.largepill_square {
    float: left; width: 16px; height: 16px; border-radius: 0px; margin: 0 5px 0 0;
}

div.smallpill {
    float: left; width: 12px; height: 12px; border-radius: 6px; margin: 0 5px 0 0;
}

div.smallpill_square{
    float: left; width: 12px; height: 12px; border-radius: 0px; margin: 0 5px 0 0;
}

#leftcontent h3 {
    font-size: 17px;
}

#leftcontent h4 {
    font-size: 14px;
}

#leftcontent h3, #leftcontent h4{
    margin: 5px;
    font-family: Times;
    font-weight: normal;
}

#FunctionH4
{
    font-size: 15px;
    margin-left: 25px;
    font-family: Times;
    font-weight: normal;
}

#FunctionH4popup
{
    font-size: 15px;
    margin-left: 22px;
    font-family: Times;
    font-weight: normal;
}

#leftcontent p 
{
    margin: 5px;
}
.left_ul
{
    list-style: none; padding: 0;
    margin: 5px;
}

#leftcontent li {
    margin: 2px 0; padding: 0; font-size: 12px;
}

a {
    color: #000000; font-weight: normal; text-decoration: none;
    /*font-family: EB Garmond;
    font-size: 12px;*/
}

a:hover {
    color: #5a5a5a;
    cursor: pointer;
}

/* AUTOCOMPLETE */

#autocomplete  {
    position: absolute; display: none; padding: 0; margin: 0;
    border-style: solid; border-color: #ccc; border-width: 1px;
    z-index: 999;
}

#autocomplete div {
    /*border-bottom: 1px solid #ccc;*/ padding: 0; margin: 0; float: left; clear: both; background: #fff;
}

#autocomplete h4 {
    float: left; width: 80px; margin: 5px; font-size: 12px;
}

#autocomplete ul {
    float: left; width: 400px; list-style: none; padding: 0; margin: 0;
}

#autocomplete li {
    margin: 0; width: 400px; height: 28px; line-height: 28px; font-size: 12px; clear: both; overflow: hidden;
}

#autocomplete li a {
    display: block; width: 400px; height: 28px; background: #fff; color: #5a5a5a;
}

#autocomplete li.hover a {
    color: #fff; background: #5a5a5a;
}

#autocomplete span {
    /*float: left; margin: 0; padding: 6px 2px 0;*/
}

#autocomplete img {
    float: left; border: 0; width: 24px; height: 24px; margin: 2px 6px;
}


#autocomplete_organisations  {
    position: absolute; display: none; padding: 0; margin: 0;
    border-style: solid; border-color: #ccc; border-width: 1px;
    z-index: 999;
}

#autocomplete_organisations div {
    /*border-bottom: 1px solid #ccc;*/ padding: 0; margin: 0; float: left; clear: both; background: #fff;
}

#autocomplete_organisations h4 {
    float: left; width: 80px; margin: 5px; font-size: 12px;
}

#autocomplete_organisations ul {
    float: left; width: 400px; list-style: none; padding: 0; margin: 0;
}

#autocomplete_organisations li {
    margin: 0; width: 400px; height: 28px; line-height: 28px; font-size: 12px; clear: both; overflow: hidden;
}

#autocomplete_organisations li a {
    display: block; width: 400px; height: 28px; background: #fff; color: #5a5a5a;
}

#autocomplete_organisations li.hover a {
    color: #fff; background: #5a5a5a;
}

#autocomplete_organisations span {
    /*float: left; margin: 0; padding: 6px 2px 0;*/
}

#autocomplete_organisations img {
    float: left; border: 0; width: 24px; height: 24px; margin: 2px 6px;
}