/* 
    Document   : style_vertical-velocities
    Created on : 8 dec. 2013, 15:28:50
    Author     : cpoitevi
*/

/* 
Structure du bloc 
*/

.map .olMap {
    padding: 1px;
}

.map {
    position: relative;
    border: none;
    margin: 0px;
    padding: 0px;
}

.layers {
    padding-left: 10px;
    padding-right: 10px;
    width: 120px;
}

/*
Onglets
*/

.tabs.ui-widget-content {
    border: none;
    background: none;
    padding: 10px 15px;
}


.tabs ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
    border: 2px solid #FFFFFF;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Calibri;
    font-size: 1.30em;
    margin-top: 0px;
    margin-bottom: -5px;
}

.tabs ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li.ui-state-default.ui-corner-top {
    border: none;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Calibri;
    font-size: 1.10em;
    margin-top: 5px;
    margin-bottom: -5px;
}

.tabs ul.ui-widget-header {
    background: url("./ui/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") repeat-x scroll 50% 50% #5C9CCC;
    border: 1px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    -moz-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    -moz-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
    -moz-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 5px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: default;
}

div.tabs div.inner-tabbloc-bot {
    border: 1px solid white;
    -moz-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
    -moz-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0 10px;
}

.ui-widget-content a {
    color: #000099;
}

.ui-widget-content a:hover {
    color: #2F1FFF;
}

.ui-widget-header a {
    color: #FFFFFF;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #2E6E9E;
    text-decoration: none;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #000000;
    text-decoration: none;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #CD0A0A;
}


.ui-tabs .ui-tabs-panel {
    padding: 0px;
    border: 1px solid white;
}

.ui-tabs {
    padding: 0px;
}

/*
Legende
*/

.halphCircleLeft {
  
}

.legend {
    background: url("../../squelettes/images/bg_stripe.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-left: 868px;  
    margin-top: -451px;
    border: 1px solid white;
    width: 73px;
    height: 450px;
    background-color: #A7CAE2;
    position: absolute;
    right: 0px;
    transition: width 1.5s;
    
}

.legGrow {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.legInWrapper {
	overflow:hidden;
	width:160px;
}

.legendOpener {
	position: absolute;
	top: 215px;
	left: -17px;
	text-align: center;
	background: #6EA6D1;
	margin: 0 1em 1em 0;
	height: 35px;
	width: 15px;
	border: 1px solid white;
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
	color: white;
	cursor: pointer;
	line-height: 35px;
}

.legendOpener .fa-chevron-right{
	display: none;
}

.legtitdiv {
    height: 30px;
    background: url("./ui/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") repeat-x 40% 50%;
    margin-bottom: 5px;
    /*-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";*/
}

.legtitdiv ul {
	width: 73px;
	position: absolute;
	right: 0px;	
}

li.legtit {
    color: white;
    font-family: calibri;
    font-size: 14px;
    text-align: center;
    /*-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";*/
    cursor: default;
}

li.mmyear{
    color: white;
    font-family: calibri;
    font-size: 11px;
    text-align: center;
    font-style: italic;
    cursor: default;
    position: relative;
    top: -2px;
}

.legvel {
    width:73px;
    cursor: default;
    display:table-cell;
    vertical-align: middle;
}

.legsta {
    width:73px;
    display:table-cell;
    vertical-align: middle;
}


.legval {
    width: auto;
    font-family: calibri;
    font-size: 11px;
    font-weight: bold;
    vertical-align: sub;
}



.p6img, .p4img, .p2img, .p1img, .pdemiimg, .pm0img, .mdemiimg, .m1img, .m2img, .m4img, .m6img {
    height: 37px;
    padding-left: 2px;
}

#par1img, #par2img, #par3img, #par4img {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 10px;
    margin-bottom: 5px;
}

.netleg {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.abbrsta {
    text-align: center;
    font-family: calibri;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 5px;
    width: 73px;
}

.abbrsta#abbr1 {
    margin-left: 29%;
    margin-right: 29%;
}

.abbrsta#abbr2 {
    margin-left: 43%;
    margin-right: 43%;
}

.abbrsta#abbr3 {
    margin-left: 20%;
    margin-right: 20%;
}

.abbrsta#abbr4 {
    margin-left: 5%;
    margin-right: 5%;
}

/*
Credits
*/
.credits {
    position: absolute;
    z-index: 1008;
    background-color: white;
    width: 96px;
    padding: 2px;
    padding-top: 5px;
    bottom:100px;
}

.creditsTitre {
    background: url("./ui/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") repeat-x scroll 50% 50% #5C9CCC;
    color: #FFFFFF;
    font-family: calibri;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border-left: none;
    border-top-right-radius: 5px;
    width: 100px;
    height: 20px;
    margin-left: -2px;
    margin-top: -15px;
    padding-top: 1px;
    cursor: default;
}

.credits ul {
    padding-top: 3px; 
    padding-bottom: 3px;
}

.credits ul li {
    background-color: white;
    text-align:center;
}

.credits ul li:first-child {
    background: url("./ui/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") repeat-x scroll 50% 50% #5C9CCC;
}


.creditsImage {
    padding: 4px 0px;
}

 /* Bloc bas */

.ui-corner-bottom {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.bloc.ui-widget-content {
    border: 1px solid #FFFFFF;
}
 
.blocSonel {
    padding: 0px;
}

.titreBlocSonel {
    margin: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

/* Fenêtre Prompt */

div.jqi {
    width: 400px;
    font-family: calibri;
    position: absolute;
    background-color: #A7CAE2;
    border: solid 2px white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 7px;
    -moz-box-shadow: 0px 0px 15px #000;
    -webkit-box-shadow: 0px 0px 15px #000;
    box-shadow: 0px 0px 15px #000;
}

div.jqi .jqicontainer {
    font-weight: bold;
}

div.jqi .jqiclose {
    position: absolute;
    top: 4px;
    right: -2px;
    width: 18px;
    cursor: default;
    color: #bbbbbb;
    font-weight: bold;
    display: none;
}

div.jqi .jqimessage {
    padding: 10px;
    line-height: 20px;
    color: #444444;
}

div.jqi .jqibuttons {
    text-align: right;
    padding: 5px 0 5px 0;
    border: solid 1px #eeeeee;
    background-color: #96C8EB;
}

div.jqi button {
    padding: 3px 10px;
    margin: 0 10px;
    background-color: #2F6073;
    border: solid 1px #f4f4f4;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}

div.jqi button:hover {
    background-color: #728A8C;
}

div.jqi button.jqidefaultbutton {
    background-color: #B47529;
}

.jqiwarning .jqi .jqibuttons {
    background-color: #B47529;
}

#prompt_table {
    width: 100%;
    margin: 5px 0px;
    padding: 5px;
    border: 2px solid white;
    border-collapse: collapse;
    font-family: calibri;
    font-size: 13px;
    text-align: center;
    color: black;
}

td.pop_start, td.pop_end {
    border: 1px dashed white;
    color: #B47529;
    font-size: 14px;
}

/* Popup openlayers */

.textpopup {
    padding-top: 5px;
    padding-bottom: 5px;
}

.tabpopup {
    border-left: 2px solid #b47529;
    border-right: 1px solid #619fcd;
}

.barrepopup {
    width: auto;
    height: 5px;
    border-top: 1px solid #619fcd;
    margin-bottom: 10px;
}

.pop_1 {
    border-top: 1px solid #619fcd;
    border-right: 1px solid #619fcd;
    border-left: 2px solid #b47529;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 2px;
    color: #b47529;
    font-family: calibri;
    font-weight: bold;
    font-size: 18px;
    width: 130px;
}

.pop_2 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-family: calibri;
    font-weight: bold;
    font-size: 15px;
    border-top: 1px solid #619fcd;
    border-bottom: 1px solid #619fcd;
}

.pop_3 {
    padding-top: 2px;
    padding-left: 10px;
    font-family: calibri;
    font-size: 14px;
}

.pop_4 {
    padding-left: 10px;
    font-family: calibri;
    font-size: 14px;
}

.pop_4 a {
    font-style: italic;
}

.pop_5 {
    padding-bottom: 2px;
    padding-left: 10px;
    font-family: calibri;
    font-size: 14px;
}

/*
    Sélecteur de stations
*/
select.listeSta, select.listeSol {
    background-color: white;
    font-family: calibri;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1px;
    text-align: center;
    width: 360px;
    position: absolute;
    right: 75px;
    margin: 0px;
    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;
}

select.listeSol {
    border-top: 2px solid #8db9db;
    border-right: 2px solid #B47529;
    border-bottom: none;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 150px;
    right: 22px;
    margin-top: -40px;
}

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

select.listeSol option {
    width: 122px;
}

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

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

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

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

.gm-style div, .gm-style span, .gm-style label, .gm-style a {
    font-family: Calibri;
    font-size: 11px;
    font-weight: normal;
}

div.ControlScaleLine {
    color: white;
    font-family: calibri;
    font-weight: bold;
    font-size: 9px;
    right: 0px;
    margin-top: -48px;
    width: 86px;
    padding: 5px 1px;
}

.mousePosition {
    background: url("./ui/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") repeat-x scroll 50% 50% #5C9CCC;
    border-top: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-family: calibri;
    font-size: 14px;
    height: 23px;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 4px;
    z-index: 2;
    cursor: default;
}

h3 {
    cursor: default;
    margin: 10px 15px 10px;
}

h4 {
    cursor: default;
}

.tabs h3 {
    margin: 10px 0px 10px;
}

.citation {
    padding: 0px 48px 1px 48px;
}

.citation p{
    font-style: italic;
    padding: 10px 10px;
    background-color: white;
    border: 1px dotted black;
}

/*
    Popup
*/
.textpopup {
    padding-top: 5px;
    padding-bottom: 5px;
}

.popli1 {
    border-top: 1px solid #619fcd;
    border-right: 1px solid #619fcd;
    border-left: 2px solid #b47529;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    color: #b47529;
    font-family: calibri;
    font-weight: bolder;
    font-size: 18px;
    text-align: center;
    width: 60px
}

.popli2 {
    color: #619fcd;
    text-align: center;
}

.popli3 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-family: calibri;
    font-weight: bold;
    font-size: 15px;
    border-top: 1px solid #619fcd;
    border-bottom: 1px solid #619fcd;
}

.popli3_0 {
    padding-top: 3px;
    padding-left: 10px;
    padding-bottom: 2px;
    font-family: calibri;
    font-size: 14px;
    color: #b47529;
    font-style: italic;
    font-weight: bold;
}

.popli3_1 {
    padding-top: 2px;
    padding-left: 10px;
    font-family: calibri;
    font-size: 14px;
}

.popli3_1_0 {
    padding-left: 10px;
    font-family: calibri;
    font-size: 14px;
    font-style: italic;
}

div.popupCorps ul li.popli3_1_1 {
    margin-top: -4px;
    padding-left: 10px;
    list-style-type: disc;
    margin-left: 25px;
}

.popli3_1_1 a {
    font-family: calibri;
    font-size: 13px;
    padding-bottom: 2px; 
}

.popli3_2 {
    padding-top: 5px;
    padding-left: 10px;
    font-family: calibri;
    font-size: 14px;
}

.popli3_3 {
    padding-top: 2px;
    padding-left: 10px;
    font-family: calibri;
    font-size: 14px;
}

.popli3_4 {
    padding-top: 2px;
    padding-left: 10px;
    font-family: calibri;
    font-size: 14px;
}

.popli4 {
    padding-left: 10px; 
    padding-top: 2px;
    padding-bottom: 2px;
}

.popli4 a {
    font-style: italic;
    font-family: calibri;
    font-size: 14px;
}

.poplitit{
    font-weight: bold;
    font-size: 15px;
}

.barrepopup {
    width: auto;
    height: 5px;
    border-top: 1px solid #619fcd;
    margin-bottom: 10px;
}

.tabpopup {
    border-left: 2px solid #b47529;
    border-right: 1px solid #619fcd;
}

.pastinfo {
    position: absolute;
    right: 52px;
    margin-top: -34px;
    cursor: pointer;
    z-index: 1010;
}


div.switch_centre {
    margin: 40px auto 0px auto; 
}

span.switch_span {
    padding-top: 5px;
    height: 35px;
    width: 100px;
    cursor: pointer;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border: 2px solid white;
    border-bottom: none;
    background: url("../../squelettes/images/bg_stripe.png") repeat #CCCCCC;
    font-family: calibri;
    font-weight: bold;
    font-size: 20px;
    color: #808080;
}

span.switch_span:first-child {
    -webkit-border-top-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    border-top-left-radius: 50px;
}

span.switch_span:last-child {
    -webkit-border-top-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    border-top-right-radius: 50px;
}

span.switch_span.selected {
    border: 2px solid #4CB04F;
    border-bottom: none;
    background: url("../../squelettes/images/blocopa80.png") repeat scroll 0 0 #4CB04F;
    color: black;
    /*-webkit-box-shadow: 0px 0px 5px #808080 inset;
    -moz-box-shadow:    0px 0px 5px #808080  inset;
    box-shadow:         0px 0px 5px #808080  inset;*/
}


#switchdiv {
    background: none repeat scroll 0 0 #000000;
    border: 2px solid #FFFFFF;
    border-radius: 0 0 50px 50px;
    box-shadow: 0 0 5px #000000;
    margin: -30px 0px;
    position: absolute;
    width: 30px;
    height: 40px;
}

.transition {
   transition: all 0.3s ease-in 0s; 
}

#switchimg {
    margin-bottom: -15px;
    width: 100%;
    cursor: url("../../squelettes/images/switch_cursor.png"), auto;
}

/** Switch des produits  **/
#switch_produit {
	border: 3px solid white;
	white-space: nowrap;
	overflow: hidden;
	height: 140px;
	background-color: black;	
	margin: 30px 0px;
}

#switch_produit div.swProdBlock {
	width:50%;
	height:140px;
	color:white;
	font-size: 3em;
	line-height:140px;;
	text-align:center;
	vertical-align: middle;
	transition: all 2s;
	display:inline-block;
	overflow: hidden;
	position: relative;
}

#switch_produit div.swProdBlock div {
	position:absolute;
	transition: all 2s;
	overflow: hidden;
	width: 100%
}

#switch_produit div#swGpsProd .background {
	background-image: url("../images/switch_gps.jpg");
	color:black;
	height: 140px;
}

#switch_produit div#swAltiProd .background {
	background-image: url("../images/switch_altimetrie.jpg");
	height: 140px;
}

#switch_produit div#swAltiProd div:hover{
	opacity: 0.8;
}