/* 
    Document   : style_tg
    Created on : 29 oct. 2013, 15:27:33
    Author     : cpoitevi
    Description:
        Purpose of the stylesheet follows.
*/

.map_legende { 
    background: url("../../squelettes/images/bg_stripe.png") repeat;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    margin: 20px;
    width: 420px;
    float: left;
}


.map_legende ul li label {
	cursor: pointer; 
}


#under_map {
    cursor: default;
    margin: 8px auto;
	width: 600px;
}

#filter_bloc {
    vertical-align: middle;
    border-right: 2px dashed white; 
}

#etatSta {
    background-color: #FFFFFF;
    border: 2px solid #CCCCCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 160px;
    width: 270px;
    padding: 5px;
    margin-left: 25px;
    position: absolute;
}

.bloc-filter-titre {
    background: url("../../squelettes/images/bg_stripe.png") repeat #A7CAE2;
    border: 2px solid #CCCCCC;
    border-bottom: 0px solid #000000;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 150px;
    float: left;
    text-align: center;
    -ms-transform:rotate(-90deg);
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    -o-transform:rotate(-90deg);
    color: black;
    text-shadow: -1px 0 #FFF, 0 1px #FFF, 1px 0 #FFF, 0 -1px #FFF;
    font-weight: bold;
    font-size: 14px;
    margin-top: 72px;
    padding: 5px;
    position: absolute;
}

#dis-titre.bloc-filter-titre {
    margin-left: -70px;
}

li.check-filter {
    margin: 11px 0px;
}

li.check-filter input{
    vertical-align: middle;
}

span.check-filter-tit {
    font-size: 13px;
    margin-left: 2px;  
    vertical-align: middle;
}

#valid-filter {
    vertical-align: middle;
    text-align: center;
    margin: 0px auto;
    margin-left: 300px;
    height: 174px;
}

.button-filter {
    background: none repeat scroll 0 0 #C9E2F6;
    border-color: rgba(255, 255, 255, 0.6);
    border-radius: 20px 20px 20px 20px;
    border-style: solid;
    width: 120px;
    box-shadow: 2px 2px 2px #000000;
    color: #000000;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 4px 10px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 30px 15px 5px 15px;
}

.button-filter:hover {
    background: none repeat scroll 0 0 #B47529;
    border-color: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
}

/*
    Bouton de redirection GLOSS
*/
#gloss-redirect {
    background: url("../../squelettes/images/gloss_link.png") no-repeat center center;
    margin: 38px -2px 15px 13px;
    height: 150px;
    width: 80px;
    float: right;
    cursor: pointer;
}

#gloss-redirect:hover {
    background: url("../../squelettes/images/gloss_link_h.png") no-repeat center center;
}

/*
    Sélecteur de stations
*/
#listeSta, #styled-select {
    font-family: calibri;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 3px;
    text-align: center;
    margin: 10px auto;
    width: 400px;
    position: absolute;
    right: 4px;
    margin-top: 1px;
    border-bottom: 2px solid #8db9db;
    border-left: 2px solid #8db9db;
    border-top: none;
    border-right: none;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #B47529;
    z-index: 1009;
    cursor: pointer;
}

#listeSta option {
    border: 0px solid white;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;     
    text-align: left;
    color: #000000;
    width: 372px;
}

#listeSta option:first-child {
    font-weight: bold;
    text-align: center;
    font-style: italic;
    color: #000000;
}

#listeSta option:nth-child(2) {
    font-weight: normal;
    text-align: center;
    font-style: italic;
    color: #000000;
}

#listeSta option:nth-child(3) {
    font-weight: bolder;
    text-align: center;
    font-style: italic;
    color: #000000;
}

.listeSta-optspan {
    font-size: 12px;
    font-weight: normal;
}

/*
    Filtre
*/
.filt-block, .filt-block:hover  {
    background-color: #CCCCCC;
    border-color: rgba(255, 255, 255, 0.6);
    color: #000000;
    cursor: default;
}


/*
    Remplissage des infos sur le nombre de stations
*/
span#etat1-count, span#etat2-count, span#etat3-count, span#etat4-count, span#etat5-count {
    font-weight: bold;
    font-style: italic;
    vertical-align: middle;
}
