/*******************************************************************************
 *  Name        : mvw.style.css
 *  Application : EDO v.2
 *  Author      : Luana Valentini
 *  Created     : 2012
 *  Arguments   :
 *  Purpose     : Website stylesheet
 *  Version     : 1.4
 *  History     : H0) 2012 created by Luana Valentini for ADO v.1
 *                L0) 2014-08-25 copied by D.Magni from ADOv2, file version 1.0
 *                L1) 2014-08-26 -> 2015-06-25 v.1.1 by D.Magni (css for EDO v.2 GeoExt MapViewer)
 *                L2) 2015-08-05, collapsible layer tree by D.Magni, v.1.2
 *                L3) 2017-11-08, classes for EMM News in toolbar
 *                L4) 2018-07-04, classes for week selection
 *                L5) 2018-08-21, classes for timescale notification in layer names
*******************************************************************************/

/* edov2.css and ec.css/ec-ie.css overwritings */
/*
.layout{min-width:1200px;max-width:1200px;,width:1200px;}
#header{min-height:40px;,height:40px;}
*/

body {
	font-family:helvetica,tahoma,verdana,sans-serif;
	font-size:13px;
	background-color:#fbf3ec !important;
}

.query_table,.query_table td,.query_table th
{
border:1px solid grey;
border-collapse:collapse;
background-color: white;
font-size:1em;
padding:5px;
text-align: center;
}

.query_table th
{
background-color: grey;
color:white;
text-align: center;
}

.checked
{
	background-color: #D6E3F2 !important;
}

.notchecked
{
	background-color: white !important;
}

.olImageLoadError {
    background-color: transparent !important;
	background-image: url(../images/mapviewer/images/noimage.png) !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	border: 0px !important;
	border-image:none !important;
}

#banner {
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/mapviewer/images/jrc-ado-banner-en.png);
	height: 145px; 
	width: 984px;
}

#home {
	margin-left:auto;
	margin-right:auto;
	background-color: white;
	padding: 20px;
	text-align:justify;
	line-height:200%;
	font-family: Arial, Helvetica, sans-serif;
	width: 944px;
	color: #737373;
}

#homebutton
{
margin-left:auto;
margin-right:auto;
width:200px;
}

#menuUp {
	margin-left:auto;
	margin-right:auto;
	width: 984px;
	background-color: #0065A2;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:solid white;
}

#menuUp li {
	display: inline;
	padding: 3px;
}

#menuUp a,
#menuUp a:visited{
	color: white;
	text-decoration: none;
}

#menuUp a:focus,
#menuUp a:hover,
#menuUp a:active{
	color: white;
	text-decoration: none;
	text-decoration:underline;
}

#menu {
	margin-left:auto;
	margin-right:auto;
	width: 984px;
	background-color: #0065A2;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

#menu li {
	display: inline;
	padding: 3px;
}

#menu a{
	text-decoration: none;
	color: white;
}

#menu a:visited{
	color: white;
	text-decoration: none;
}

#menu a:active{
	color: white;
	text-decoration: none;
}

.menuIcon{
	padding-top: 3px;
	height: 14px;
}


.foreCls{
	margin: 10px !important;
	font-size: 11px !important;
	background-color:#fbf3ec !important;
}

.tipCls{
	margin-top: 30px;
	text-align:center;
	color: #6f6f6f;
	font-style:oblique;
	font-size: 13px !important;
}

.ts_layertree_notifier{  /* L5) */
	padding: 2px;
	text-align:center;
	color: #a0a03f !important;
	cursor:help;
  border-radius: 4px;
  font-size: 10px !important;
  border: 1px solid #a0a03f;
}

#panel{
	margin-left:auto;
	width:984px;
	margin-right:auto;
	background-color:#fbf3ec;
}
#north{
	font-size: 16pt;
	font-weight: bold;
	color: #15428B;
}
p {
	margin-bottom:15px;
}
h1 {
	font-size:large;
	margin-bottom:20px;
}
h2 {
	font-size:14px;
    color:#333;
    font-weight:bold;
    margin:10px 0;
}
pre.code{
	background: #F8F8F8;
	border: 1px solid #e8e8e8;
	padding:10px;
	margin:10px;
	margin-left:0px;
	border-left:5px solid #e8e8e8;
	font-size: 12px !important;
	line-height:14px !important;
}
.msg .x-box-mc {
    font-size:14px;
}
#msg-div {
    position:absolute;
    left:35%;
    top:10px;
    width:250px;
    z-index:20000;
}

.textMonth{
	position:relative;
	width: 50px;
}

.textMonthLong{
	position:relative;
	width: 125px;
}

.textWeek{   /* L4) */
	position:relative;
	width: 50px;
}

.tendays-combo{
	margin-bottom: 10px !important;
}

.right-combo{
	top: -40px !important;
	right:0px !important;
	margin-bottom: 10px !important;
}

.month_slider{
	float:left;
	overflow: hidden;
}

.month_slider .x-slider-thumb {
    background-image: url(../images/mapviewer/images/slider-thumb.png);
}

.monthvalue{
    position:absolute;
	left: 75%;
	overflow: hidden;
	color: #15428b;
	font-weight:bold;
	width: 30px;
}

.weekvalue{  /* L4) */
  position: relative;
	left: 75%;
	overflow: hidden;
	color: #15428b;
	font-weight:bold;
	width: 100px;
  top: -20px;
}

.year_slider .x-slider-thumb {
    background-image: url(../images/mapviewer/images/slider-thumb.png);
}

.timescale_slider{
	margin-left: 5px !important;
}

.selforeMonth{
	margin-left: 5px !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.yearvalue{
	position:relative;
	left: 75%;
	top: -20px;
	color: #15428b;
	font-weight:bold;
	width: 30px;
}

.timescaleFore{
	position:relative;
	left: 5px;	
}

.foreMonth{
	position: relative;
	left: 100px;
	top: -20px;
}

#timescaleCombo{
	position:relative;
	left: 5px;
}

.op-slider{
	position:relative;
	left: 5px;
}

.x-form-field-wrap{
    width: 150px !important;
}

#defTime{
	width: 200px !important;
}

.x-grid3-row-body p {
    margin:5px 5px 10px 5px !important;
}

.olControlNavToolbar{
  display:block;
  width:  28px;
  height: 28px;
  top: 10px;
  left: 6px;
  position: relative;
}

#alert{
	top: 125px;
	z-index: 2;
	color: white;
	text-align:right;
	position:absolute;
	width:984px;
	font: 11px tahome, arial, helvetica !important;
}
.olControlMousePosition {
  color: red;
}

.x-tree-node-expanded .x-tree-node-icon { 
	background-image: url(../images/mapviewer/images/noicon.gif);
	width: 1px !important; 
}

.x-tree-node-collapsed .x-tree-node-icon { 
	background-image: url(../images/mapviewer/images/noicon.gif);
	width: 1px !important; 
}

.no-icon { 
	background-image: url(../images/mapviewer/images/noicon.gif) !important;
	width: 20px !important;
	height: 15px !important;
}

.layers-icon { 
	background-image: url(../images/mapviewer/images/layers.png) !important;
	width: 20px !important;
	height: 15px !important;
}

.catalogue-icon { 
	background-image: url(../mapserver/icons/raster.PNG) !important;
	width: 20px !important;
	height: 15px !important;
}

.soil-icon { 
	background-image: url(../images/mapviewer/images/soil.png) !important;
	width: 20px !important;
}

.lada-icon { 
	background-image: url(../images/mapviewer/images/lada.png) !important;
	width: 20px !important;
}

/*
.deltares-icon { 
	background-image: url(../images/mapviewer/images/Deltares_mini.jpg) !important;  
	width: 20px !important;
} */

.river-icon { 
	background-image: url(../images/mapviewer/images/rivers.png) !important;
	width: 20px !important;
} 

.veget-icon { 
	background-image: url(../images/mapviewer/images/veget.png) !important;
	width: 20px !important;
	height: 15px !important;
}

.lowflow-icon { 
	background-image: url(../images/mapviewer/images/lowflowIco.gif) !important;
	width: 20px !important;
	height: 15px !important;
}

.ecmwf-icon { 
	background-image: url(../images/mapviewer/images/ecmwf.png) !important;
	width: 20px !important;
	height: 15px !important;
}

.fao-icon { 
	background-image: url(../images/mapviewer/images/fao.png) !important;
	width: 20px !important;
}

.ec-icon { 
	background-image: url(../images/mapviewer/images/ec_logo.png) !important;
	width: 20px !important;
}

.temper-icon { 
	background-image: url(../images/mapviewer/images/heatwaves.PNG) !important;
	width: 20px !important;
	height: 15px !important;
}

.precip-icon { 
	background-image: url(../images/mapviewer/images/precip.png) !important;
	width: 20px !important;
	height: 15px !important;
}

.drought-icon { 
	background-image: url(../images/mapviewer/images/drought.png) !important;
	width: 20px !important;
	height: 15px !important;
}  /* L1) */

.fire-icon { 
	background-image: url(../images/mapviewer/images/fire.png) !important;
	width: 20px !important;
	height: 15px !important;
}  

.max_ext { 
	background-image: url(../images/mapviewer/images/arrow_out.png) !important; /*icon_fullextent.gif*/
}

.help { 
	background-image: url(../images/mapviewer/images/help.png) !important; /*icon_fullextent.gif*/
}

.prev_ext { 
	background-image: url(../images/mapviewer/images/arrow_left.png) !important;  /*zoom_back.gif*/
}

.next_ext { 
	background-image: url(../images/mapviewer/images/arrow_right.png) !important; /*zoom_next.gif*/
}

.zoom_box { 
	background-image: url(../images/mapviewer/images/magnifier.png) !important; /*icon_zoomRect.gif*/
}

.pan { 
	background-image: url(../images/mapviewer/images/pan.png) !important; /*icon_pan.gif*/
}

.query { 
	background-image: url(../images/mapviewer/images/information.png) !important; 	/*icon_query.gif*/
}

.reload{ 
	background-image: url(../images/mapviewer/images/arrow_refresh.png) !important; 	/*icon_redraw.gif*/
}body {
	font-family:helvetica,tahoma,verdana,sans-serif;
	font-size:13px;
	background-color:#fbf3ec !important;
}

.query_table,.query_table td,.query_table th
{
border:1px solid grey;
border-collapse:collapse;
background-color: white;
font-size:1em;
padding:5px;
text-align: center;
}

.query_table th
{
background-color: grey;
color:white;
text-align: center;
}

.query_table2,.query_table2 td,.query_table2 th
{
border:1px solid grey;
border-collapse:collapse;
background-color: white;
font-size:10px;
padding:2px;
text-align: center;
}

.query_table2 th
{
background-color: grey;
color:white;
text-align: center;
}

.checked
{
	background-color: #D6E3F2 !important;
}

.notchecked
{
	background-color: white !important;
}

.olImageLoadError {
    background-color: transparent !important;
	background-image: url(../images/mapviewer/images/noimage.png) !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	border: 0px !important;
	border-image:none !important;
}

#banner {
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/mapviewer/images/jrc-ado-banner-en.png);
	height: 145px; 
	width: 984px;
}

#home {
	margin-left:auto;
	margin-right:auto;
	background-color: white;
	padding: 20px;
	text-align:justify;
	line-height:200%;
	font-family: Arial, Helvetica, sans-serif;
	width: 944px;
	/*color: #737373;*/
}

#news {
	margin-left:auto;
	margin-right:auto;
	background-color: white;
	padding: 20px;
	text-align:justify;
	line-height:200%;
	font-family: Arial, Helvetica, sans-serif;
	width: 944px;
	color: black;
}

#newsMap{
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	left: 67%;
	background-color: white;
	font-style:italic;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	width: 250px;
	color: #737373;
}

#rssOutput{
	color: #737373;
}

#homebutton
{
margin-left:auto;
margin-right:auto;
width:200px;
}

#clearSel
{
	font-size: 11px;
	position:absolute; right:10px;
}

#menuUp {
	margin-left:auto;
	margin-right:auto;
	width: 984px;
	background-color: #0065A2;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:solid white;
}

#menuUp li {
	display: inline;
	padding: 3px;
}

#menuUp a,
#menuUp a:visited{
	color: white;
	text-decoration: none;
}

#menuUp a:focus,
#menuUp a:hover,
#menuUp a:active{
	color: white;
	text-decoration: none;
	text-decoration:underline;
}

#menu {
	margin-left:auto;
	margin-right:auto;
	width: 984px;
	background-color: #0065A2;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

#menu li {
	display: inline;
	padding: 3px;
}

#menu a{
	text-decoration: none;
	color: white;
}

#menu a:visited{
	color: white;
	text-decoration: none;
}

#menu a:active{
	color: white;
	text-decoration: none;
}

.menuIcon{
	padding-top: 3px;
	height: 14px;
}


.foreCls{
	margin: 10px !important;
	font-size: 11px !important;
	background-color:#fbf3ec !important;
}

.tipCls{
	margin-top: 30px;
	text-align:center;
	color: #6f6f6f;
	font-style:oblique;
	font-size: 13px !important;
}

.tipCls2{
	padding: 5px;
	text-align:left;
	color: #6f6f6f;
	font-style:oblique;
	font-size: 11px;
}

#panel{
	margin-left:auto;
	width:984px;
	margin-right:auto;
	background-color:#fbf3ec;
}
#north{
	font-size: 16pt;
	font-weight: bold;
	color: #15428B;
}
p {
	margin-bottom:15px;
}
h1 {
	font-size:large;
	margin-bottom:20px;
}
h2 {
	font-size:14px;
    color:#333;
    font-weight:bold;
    margin:10px 0;
}
pre.code{
	background: #F8F8F8;
	border: 1px solid #e8e8e8;
	padding:10px;
	margin:10px;
	margin-left:0px;
	border-left:5px solid #e8e8e8;
	font-size: 12px !important;
	line-height:14px !important;
}
.msg .x-box-mc {
    font-size:14px;
}
#msg-div {
    position:absolute;
    left:35%;
    top:10px;
    width:250px;
    z-index:20000;
}

.textWeek{   /* L4) */
	position:relative;
	width: 50px;
}

.textMonth{
	position:relative;
	width: 50px;
}

.tendays-combo{
	margin-bottom: 10px !important;
}

.right-combo{
	top: -40px !important;
	right:0px !important;
	margin-bottom: 10px !important;
}

.month_slider{
	float:left;
	overflow: hidden;
}

.month_slider .x-slider-thumb {
    background-image: url(../images/mapviewer/images/slider-thumb.png);
}

.weekvalue{  /* L4) */
  position:relative;
	left: 75%;
	overflow: hidden;
	color: #15428b;
	font-weight:bold;
	width: 100px;
  top: -20px;
}

.monthvalue{
    position:absolute;
	left: 75%;
	overflow: hidden;
	color: #15428b;
	font-weight:bold;
	width: 30px;
}

.year_slider .x-slider-thumb {
    background-image: url(../images/mapviewer/images/slider-thumb.png);
}

.timescale_slider{
	margin-left: 5px !important;
}

.selforeMonth{
	margin-left: 5px !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.yearvalue{
	position:relative;
	left: 75%;
	top: -20px;
	color: #15428b;
	font-weight:bold;
	width: 30px;
}

.yearvalue_oneavailable{  /* L1) */
	position:relative;
	left: 0px;
	top: -20px;
	color: #15428b;
	font-weight:bold;
	width: 30px;
}

.timescaleFore{
	position:relative;
	left: 5px;	
}

.foreMonth{
	position: relative;
	left: 100px;
	top: -20px;
}

#timescaleCombo{
	position:relative;
	left: 5px;
}

.op-slider{
	position:relative;
	left: 5px;
}

.x-form-field-wrap{
    width: 150px !important;
}

#defTime{
	width: 200px !important;
}

.x-grid3-row-body p {
    margin:5px 5px 10px 5px !important;
}

.olControlNavToolbar{
  display:block;
  width:  28px;
  height: 28px;
  top: 10px;
  left: 6px;
  position: relative;
}

#alert{
	top: 125px;
	z-index: 2;
	color: white;
	text-align:right;
	position:absolute;
	width:984px;
	font: 11px tahome, arial, helvetica !important;
}
.olControlMousePosition {
  color: red;
}

.x-tree-node-expanded .x-tree-node-icon { 
	background-image: url(../images/mapviewer/images/noicon.gif);
	width: 1px !important; 
}

.x-tree-node-collapsed .x-tree-node-icon { 
	background-image: url(../images/mapviewer/images/noicon.gif);
	width: 1px !important; 
}

.no-icon { 
	background-image: url(../images/mapviewer/images/noicon.gif) !important;
	width: 20px !important;
	height: 15px !important;
}

.layers-icon { 
	background-image: url(../images/mapviewer/images/layers.png) !important;
	width: 20px !important;
	height: 15px !important;
}

.catalogue-icon { 
	background-image: url(../mapserver/icons/raster.PNG) !important;
	width: 20px !important;
	height: 15px !important;
}

.soil-icon { 
	background-image: url(../images/mapviewer/images/soil.png) !important;
	width: 20px !important;
}

.lada-icon { 
	background-image: url(../images/mapviewer/images/lada.png) !important;
	width: 20px !important;
}

.deltares-icon { 
	background-image: url(../images/mapviewer/images/Deltares_mini.jpg) !important;  /* logo-deltares.gif */
	width: 20px !important;
}

.prevweb-icon {
	background-image: url(../images/mapviewer/images/preventionweb_logo.gif) !important;
	width: 20px !important;
}

.river-icon { 
	background-image: url(../images/mapviewer/images/rivers.png) !important;
	width: 20px !important;
}

.lowflow-icon { 
	background-image: url(../images/mapviewer/images/lowflowIco.gif) !important;
	width: 20px !important;
	height: 15px !important;
}

.veget-icon { 
	background-image: url(../images/mapviewer/images/veget.png) !important;
	width: 20px !important;
	height: 15px !important;
}

.ecmwf-icon { 
	background-image: url(../images/mapviewer/images/ecmwf.png) !important;
	width: 20px !important;
	height: 15px !important;
}

.fao-icon { 
	background-image: url(../images/mapviewer/images/fao.png) !important;
	width: 20px !important;
}

.ec-icon { 
	background-image: url(../images/mapviewer/images/ec_logo.png) !important;
	width: 20px !important;
}

.temper-icon { 
	background-image: url(../images/mapviewer/images/heatwaves.PNG) !important;
	width: 20px !important;
	height: 15px !important;
}

.precip-icon { 
	background-image: url(../images/mapviewer/images/precip.png) !important;
	width: 20px !important;
	height: 15px !important;
}

.max_ext { 
	background-image: url(../images/mapviewer/images/arrow_out.png) !important; /*icon_fullextent.gif*/
}

.prev_ext { 
	background-image: url(../images/mapviewer/images/arrow_left.png) !important;  /*zoom_back.gif*/
}

.next_ext { 
	background-image: url(../images/mapviewer/images/arrow_right.png) !important; /*zoom_next.gif*/
}

.zoom_box { 
	background-image: url(../images/mapviewer/images/magnifier.png) !important; /*icon_zoomRect.gif*/
}

.pan { 
	background-image: url(../images/mapviewer/images/pan.png) !important; /*icon_pan.gif*/
}

.query { 
	background-image: url(../images/mapviewer/images/information.png) !important; 	/*icon_query.gif*/
}

.reload{ 
	background-image: url(../images/mapviewer/images/arrow_refresh.png) !important; 	/*icon_redraw.gif*/
}

.graticule-btn { 
	background-image: url(../images/mapviewer/images/icon_graticule_violet.png) !important;    
}

.mvw2sbsm { 
	background-image: url(../mapserver/icons/icon_compare.gif) !important;    
}

.chgmapprj { 
	background-image: url(../mapserver/icons/icon_changeMapProjection.png) !important;    
}

.chgmapprj_H {   
	background-image: url(../mapserver/icons/icon_changeMapProjection_H.png) !important;    
}

.legend-popup{
	width: 300px;
	text-align: center;
}

.opacity-popup{
	width: 250px;
}

.x-form-element{
	padding: 10px !important;
}

.layout-footer {  /* DM */
	background: #0065a2; /*#064a8b; */
	color: #fff;
	margin-left:auto;
	margin-right:auto;
	width: 984px;
}
.layout-footer a {  /* DM */
	color: #fff;
}

#minmaxval{
	width: 250px;
	padding: 5px;
}

#minmaxval{
	width: 150px;
	position: relative;
	float: left;
	padding: 5px;
}

#bottom {  /* DM */
	width: 984px;
	height: 60px;
	padding-top: 10px;
	margin-top: 10px;
	clear: both;
	color: #878787;
	line-height: normal;
	background: #fbf3ec;
	font-size: 90%;
	margin-left:auto;
	margin-right:auto;
}
#bottom-left { /* DM */
	width: 35%;
	float: left;
}
#bottom-left-icons img { /* DM */
	padding-top: 5px;
	padding-right: 5px;
}
#bottom-right { /* DM */
	width: 35%;
	float: right;
	text-align: right;
}
#bottom-center { /* DM */
	width: 155px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#id_lat {
	position: relative;
	float: left;
	text-align: left;
	display: block;
	padding-left: 15px;
	font-weight:bold;
	color: #15428B;
}
#id_lon {
	position: relative;
	float: left;
	font-weight:bold;
	text-align: left;
	display: block;
	padding-left: 15px;
	color: #15428B;
}

.chart{
	width: 100%;
	height: 80%;
}
.labelx{
	font-size: 12px;
	font-family: Verdana, Arial;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}
#minmax{
	font-size: 10px;
	font-family: Verdana, Arial;
	text-align: left;
	padding: 5px;
	width: 50%;
}
#minmax_singleMonth{  /* L1) */
	font-size: 10px;
	font-family: Verdana, Arial;
	text-align: left;
	padding: 5px;
	width: 75%;
}
#info{
	position: relative;
	float: right;
	top: -23px;
	font-family: Verdana, Arial;
	text-align: right;
	width: 40%;
	/*padding: 5px;*/
}
.div-popup{
	padding:10px;
	/*text-align:justify;*/
}
.div-popup-tab{
	padding:10px;
}
.div-popup-sin{
	padding:10px;
	width: 150px;
	float: left;
	/*text-align:justify;*/
}
.div-popup-dx{
	padding:10px;
	width: 150px;
	float: left;
	position: relative;
	/*text-align:justify;*/
}

.tab_query, .tab_query td, .tab_query tr, .tab_query th {
	background-color:white;
	border:1px solid gray;
	border-collapse:collapse;
	padding: 5px;
	text-align: center;
}

.tab_query th {
	font-weight:bold;
	background-color:LightGray;
}

.legend-popup{
	width: 300px;
	text-align: center;
}

.opacity-popup{
	width: 250px;
}

.x-form-element{
	padding: 10px !important;
}

.layout-footer {  /* DM */
	background: #0065a2; /*#064a8b; */
	color: #fff;
	margin-left:auto;
	margin-right:auto;
	width: 984px;
}
.layout-footer a {  /* DM */
	color: #fff;
}

#minmaxval{
	width: 250px;
	padding: 5px;
}

#minmaxval{
	width: 150px;
	position: relative;
	float: left;
	padding: 5px;
}

#bottom {  /* DM */
	width: 984px;
	height: 60px;
	padding-top: 10px;
	margin-top: 10px;
	clear: both;
	color: #878787;
	line-height: normal;
	background: #fbf3ec;
	font-size: 90%;
	margin-left:auto;
	margin-right:auto;
}
#bottom-left { /* DM */
	width: 35%;
	float: left;
}
#bottom-left-icons img { /* DM */
	padding-top: 5px;
	padding-right: 5px;
}
#bottom-right { /* DM */
	width: 35%;
	float: right;
	text-align: right;
}
#bottom-center { /* DM */
	width: 155px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#id_lat {
	position: relative;
	float: left;
	text-align: left;
	display: block;
	padding-left: 15px;
	font-weight:bold;
	color: #15428B;
}
#id_lon {
	position: relative;
	float: left;
	font-weight:bold;
	text-align: left;
	display: block;
	padding-left: 15px;
	color: #15428B;
}
.div-popup{
	padding:10px;
	/*text-align:justify;*/
}
.div-popup-tab{
	padding:10px;
}
.div-popup-sin{
	padding:10px;
	width: 150px;
	float: left;
	/*text-align:justify;*/
}
.div-popup-dx{
	padding:10px;
	width: 150px;
	float: left;
	position: relative;
	/*text-align:justify;*/
}

.tab_query, .tab_query td, .tab_query tr, .tab_query th {
	background-color:white;
	border:1px solid gray;
	border-collapse:collapse;
	padding: 5px;
	text-align: center;
}

.tab_query th {
	font-weight:bold;
	background-color:LightGray;
}

.brgm-icon { 
	background-image: url(../images/mapviewer/images/logoADES.png) !important;
	width: 20px !important;
	height: 15px !important;
}  

.ge-layer-icon { 
	width: 15px !important;
	height: 15px !important;
}

.layertree-wcs-icon
{
	width: 20px !important;
	height: 8px !important;
  padding-top: 4px !important;
}  

.layertree-wfs-icon
{
	width: 20px !important;
	height: 8px !important;
  padding-top: 4px !important;
}

.layertree-chk-data-avail-icon
{
	width: 20px !important;
	/*height: 8px !important;
  padding-top: 4px !important; */
}

.layertree-label-icon  /* L1) */
{
	/*	width: 16px !important;
	height: 16px !important;   
  padding-top: 4px !important;  
  background-image: url(../mapserver/icons/icon_labels_16x16.PNG) !important;
	background-repeat:no-repeat !important;
  background-position:center center !important; */
  background-color: transparent;
}

.layertree-label-icon-H  /* L1) */
{
	/*width: 16px !important;
	height: 16px !important;
  padding-top: 4px !important; 
  background-image: url(../mapserver/icons/icon_labels_16x16_H.PNG) !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;    */
  background-color: #ccffff; /*#c3dcef;*/
}

.layerNode-themeName
{
  color:#92ab09 !important; 
  font-style:italic;
  font-weight:bold;
}  /* L1) */

/* *** MS-MVW INHERITED TOOL ICONS *** */

.zt_cty_filter { 
	text-align: left !important; 
  padding-left:2px !important;
  width: 300px !important;
}

.zt_cty_ico { 
	background-image: url(../mapserver/icons/icon_zoomcountry.gif) !important;  
}

.zt_hgl_off_ico { 
	background-image: url(../mapserver/icons/icon_highlight_off.gif) !important; 
}

.zt_hgl_on_ico { 
	background-image: url(../mapserver/icons/icon_highlight_on.gif) !important; 
}

.zt_isl_ico { 
	background-image: url(../images/mapviewer/treeicons/iconIslands.png) !important; 
  background-repeat:no-repeat !important; 
}

.zt_lak_ico { 
	background-image: url(../images/mapviewer/treeicons/iconLakes.png) !important; 
  background-repeat:no-repeat !important; 
}

.zt_oth_ico { 
	background-image: url(../mapserver/icons/icon_otherzooms.gif) !important; 
}

.zt_RBDis_ico { 
	background-image: url(../images/mapviewer/treeicons/iconRivbasDistricts.png) !important; 
  background-repeat:no-repeat !important;
}

.zt_reg_ico { 
	background-image: url(../images/mapviewer/treeicons/iconRegions.png) !important; 
  background-repeat:no-repeat !important; 
}

.zt_riv_ico { 
	background-image: url(../images/mapviewer/treeicons/iconRivers.png) !important; 
  background-repeat:no-repeat !important;
}

.zt_rivBas_ico { 
	background-image: url(../images/mapviewer/treeicons/iconRiverbasins.png) !important; 
  background-repeat:no-repeat !important;
}

.zt_tow_ico { 
	background-image: url(../images/mapviewer/treeicons/iconTownsMedium.png) !important; 
  background-repeat:no-repeat !important;
}

.zt_wSt_ico { 
	background-image: url(../images/mapviewer/treeicons/iconWeatherstations.png) !important;
  background-repeat:no-repeat !important;
} 


/* *** LAYER TREE ICONS *** */

.outofscale-icon { 
	background-image: url(../mapserver/icons/bulb_off.png) !important;    
	width: 20px !important;
	height: 15px !important;
  padding-right:2px;
}
.outofscale-cls { font-size:10px; color:#fff !important; font-style:italic;  }

.coastlines-icon { 
	background-image: url(../images/mapviewer/treeicons/iconCoastlines.png) !important;
	width: 20px !important;
	height: 15px !important;
  padding-right:2px;
}

.countries-icon { 
	background-image: url(../images/mapviewer/treeicons/iconCountries.png) !important;
	width: 20px !important;
	height: 15px !important;
  padding-right:2px;
}

.dams-icon {  
	background-image: url(../mapserver/icons/dams.gif) !important;
	height: 17px !important;
  width: 17px !important;
}

.lakes-icon { 
	background-image: url(../images/mapviewer/treeicons/iconLakes.png) !important;
	width: 20px !important;
	height: 15px !important;
  padding-right:2px;
}

.regions-icon { 
	background-image: url(../images/mapviewer/treeicons/iconRegions.png) !important;
	width: 20px !important;
	height: 15px !important;
  padding-right:2px;
}

.rivbas_districts-icon { 
	background-image: url(../images/mapviewer/treeicons/iconRivbasDistricts.png) !important;
	width: 20px !important;
	height: 15px !important;
  padding-right:2px;
}

.rivers-icon { 
	background-image: url(../images/mapviewer/treeicons/iconRivers.png) !important;
	width: 20px !important;
	height: 15px !important;
  padding-right:2px;
}

.lowflow-network-icon { 
	background-image: url(../images/mapviewer/treeicons/iconLowflowNetwork.png) !important;
	width: 20px !important;
	height: 15px !important;
  padding-right:2px;
}

.riverbasins-icon { 
	background-image: url(../images/mapviewer/treeicons/iconRiverbasins.png) !important;
	width: 20px !important;
	height: 15px !important;
  padding-right:2px;
}

.urbareas-icon { 
	background-image: url(../images/mapviewer/treeicons/iconUrbareas.png) !important;
	width: 20px !important;
	height: 15px !important;
  padding-right:2px;
} 

.weatherstations-icon { 
	background-image: url(../images/mapviewer/treeicons/iconWeatherstations.png) !important;
	width: 20px !important;
	height: 15px !important;
  padding-right:2px;
} 

.segura_alerta { 
	background-color: rgb(255,204,0);
	color: rgb(255,204,0);
}

.segura_emergencia { 
	background-color: rgb(255,0,0);
	color: rgb(255,0,0);
}

.segura_prealerta { 
	background-color: rgb(255,255,0);
	color: rgb(255,255,0);
}

.segura_normalidad { 
	background-color: rgb(153,204,0);
	color: rgb(153,204,0);
}


/* *** IDENTIFY CSS *** */

img.inline{
  display: inline;
}

img.none{
  display: none;
}

td.identify_desc{
	background-color:#ebece6;
	text-align: left;
	font-size: 11px;
	padding:2px;
}

td.identify_desc_border{
	border:#ebece6 1px solid;
	text-align: center;
	font-size: 11px;
	padding:2px;
}

td.identify_header{
	background-color:#9f4646;
	text-align: left;
	font-size: 10px;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px;
}

td.identify_header_border{
	border:#9f4646 1px solid;
	text-align: center;
	padding:2px;
}

td.identify_mainfield{
	color:#9f4646;
	background-color:#ebece6;
	font-size: 11px;
	font-weight:bold;
	padding:2px;
}

td.identify_noResults{
	background-color:#FFFF99;
	text-align: left;
	font-size: 12px;
	color:#FF0000;
	font-weight:bold;
}

td.identify_numberResults{
	background-color:#ebece6;
	text-align: right;
	font-size: 12px;
	color:#9f4646;
	/*font-weight:bold;*/
}

td.identify_numberResults_left{
	background-color:#ebece6;
	text-align: left;
	font-size: 11px;
	color:#9f4646;
	font-style:italic;
}

td.ge_layerinfo{
	border-bottom:1px solid #cc9;
  padding-left:2px;
}

img.flag_img{
	/*width:15px;*/
	height:10px;
}

table.gfitab {
    font-size: 12px;
    text-align: left;
}
th.gfihdr {
    background-color: #2964a5;
    color: #fff;
}
td.gficol {
    background-color: #bcd3ff;
}

.goOverMainMenu
{
	z-index: 19999;
}

/* Write X axis labels with rotation */ 
.flot-x-axis div.flot-tick-label 
{ 
    /* Rotate Axis Labels */
    transform: translateX(50%) rotate(20deg); /* CSS3 */
    transform-origin: 0 0;
    
    -ms-transform: translateX(50%) rotate(20deg); /* IE */
    -ms-transform-origin: 0 0;

    -moz-transform: translateX(50%) rotate(20deg); /* Firefox */
    -moz-transform-origin: 0 0;

    -webkit-transform: translateX(50%) rotate(20deg); /* Safari and Chrome */
    -webkit-transform-origin: 0 0;

    -o-transform: translateX(50%) rotate(20deg); /* Opera */
    -o-transform-origin: 0 0; 
}

.ltnode-collapse {
	font-weight:normal;
  /*font-style:italic;
  background-color:#f00 !important; */
}

.ltnode-expand {
	font-weight:bold;
  background-color:#d0e0ff !important;
  /*font-style:italic;*/
}

.ltnode-date-off {
  color: #bbb !important;
}

.ltnode-date-off-und {
	/*font-style:italic;*/
  /*Set in function setDisplayLayerDate() of ol_geMapViewer.js*/
  color: #bbb !important;
  text-decoration: underline !important;
}

.ltnode-date-on {
	font-weight:bold;
}

.ltnode-date-on-und {
  /*Set in function setDisplayLayerDate() of ol_geMapViewer.js*/
	font-weight:bold;
  text-decoration: underline !important;
}

.x-layout-collapsed {  /* L2) */
    background-image: url(../images/mapviewer/images/layertree_collapsed.png) !important;
    background-repeat:no-repeat !important;
    width:20px !important;
}

.save_map { 
  width: 16px !important;
  height: 16px !important;
  background-image:url(../mapserver/icons/icon_savemap_transp.gif) !important;
} 

.news_off {  /* L3) */
  width: 16px !important;
  height: 16px !important;
  background-image:url(../images/icons/rss16x16.png) !important;
}  

.news_on {  /* L3) */
  width: 16px !important;
  height: 16px !important;
  background-image:url(../images/icons/rss16x16_H.png) !important;
}