/*******************************************************************************
 *  Name        : mvw.wpe.harmonize.css
 *  Application : EDO v.2
 *  Author      : Diego Magni
 *  Created     : 2014-08-21
 *  Arguments   :
 *  Purpose     : Harmonize layout of MapViewer changing some default classes of ado.css and mvw.style.css
 *  Version     : 1.2
 *  History     : L0) 2014-08-22 created by D.Magni
 *              : M0) 2014-08-25 copied by D.Magni from ADO v.2, file version 1.0, and adaped for EDO v.2
 *              : M1) 2015-01-27 v.1.1 by D.Magni (enlarged layout)
 *              : M2) 2018-03-09, Copernicus/EMS layout by D.Magni, v.1.2
*******************************************************************************/

/* Body and global styles */
body {
	font-family:helvetica,tahoma,verdana,sans-serif;
	font-size:10px;
	background-color:#fbf3ec !important;
}   

/* M1) */
.layout {
    max-width: 1200px;
    min-width: 1200px;
}

/* M1) */
.layout-footer {
    background: none repeat scroll 0 0 #f39c30; /* M2) Was: background: none repeat scroll 0 0 #0065a2; */
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* M1) */
#bottom {
    background: none repeat scroll 0 0 #fbf3ec;
    clear: both;
    color: #878787;
    font-size: 90%;
    height: 60px;
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-top: 10px;
    width: 100%;
}

/* #path { background:none; font-size:12px; }  */
.layout-body ul{
  margin:5px 0 0 0;
  padding:0 0 0 0;
}

#nav-nav {
	width: 1186px; /* M1) Was: 970px; */
	background: #ebece6;
	clear: both;
	height: 19px;
	/*border-bottom: 1px solid #000;*/
	padding: 4px;
	padding-left: 10px;
}

/* Links */
/* a:link, a:active, a:visited { color: #000; }
a:hover { color: 	#000; }  */

/* Tables */
td {
	border-bottom: solid 0px #efefef;
	padding: 0px;
	text-align: left;
}

/* MapViewer Panel */
#panel {
    background-color: #fbf3ec;
    margin-left: auto;
    margin-right: auto;
    width: 1200px; /* M1) Was: 984px;  */
    left: -10px;
    top: -10px;  /* M0) */
    position:relative;
}

/* MapViewer LayerTree */
.x-tree-node-cb{
  margin:0px !important;
}

label {
    display: inline;
    float: none;
    margin-bottom: 0px;
    padding: 0px;
    text-align: left;
    width: 250px;    
}

.div-popup-tab{
  text-align: left;
  font-size: 100%;
}
