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

.svg_div { 
    background: url("../../squelettes/images/bg_stripe.png") repeat;
    padding: 5px;
    border: 1px solid #FFFFFF;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
    position: relative;
    
}


.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: 500px;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
}

.map_legende .titreLegende {
	margin-top: 10px;
	font-size:1.1em;
	color: #B47529;
	background-color: #CEE0EC;
	padding: 10px;
}

.map_legende ul {
	padding-left: 5px;
}

.map_legende ul li label {
	cursor: pointer; 
}

.map_legende hr {
	border:1px dashed darkgray;
}

#under_map {
    cursor: default;
    margin: 8px 20px;
}


#leg_bloc {
    float: left;
}

#leg_int_1, #leg_int_2 {
    padding: 4px 2px;
    width: 295px;
    background-color: white;
    margin-left: 2px;
    border: 2px solid #B47529;
    border-bottom: none;
    border-left: 1px solid white;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    vertical-align: middle;
}

#leg_int_1 {
    margin-top: 5px;
}

#leg_int_2 {
    margin-top: 6px;
}

#leg_int_1 span, #leg_int_2 span {
    font-family: calibri;
    font-size: 11px;
    margin: 2px 0px 2px 3px;
}


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

#cgps-redirect {
    width: 250px;
    height: 157px;
    margin: 105px 0px 0px 70px;
    float: left;
    cursor: pointer;
}

#selectTiga {
	text-align: center;
	
}

form.gloss label {
	float:none;
}

/*
    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, span#etat6-count {
    font-weight: bold;
    font-style: italic;
    vertical-align: middle;
}
