/*******************************************************************************
 *  Name        : crossdomain.patch.css
 *  Application : EDO v.2
 *  Author      : Diego Magni
 *  Created     : 2014-08-21
 *  Arguments   :
 *  Purpose     : Patch CSS to fix bugs due to cross-domain issues between the application and the used JavaScript frameworks (e.g. GeoExt)
 *  Version     : 1.1
 *  History     : L0) 2014-08-21 created by D.Magni for ADO v.2
 *              : M0) 2014-08-25 copied by D.Magni from ADO v.2, file version 1.0
 *              : M1) 2018-03-19 v.1.1 by D.Magni: use MapViewer icons similar to EFFIS
*******************************************************************************/

/* Classes to avoid not found images in icon classes of ExtJs 3.4.0 ext-all.css */

/* Classes to avoid not found images in icon classes of ado.mvw.style.css */

.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;
}

.month_slider .x-slider-thumb {
    background-image: url(../images/mapviewer/images/slider-thumb.png);
}

.year_slider .x-slider-thumb {
    background-image: url(../images/mapviewer/images/slider-thumb.png);
}

.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;
}

.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;
}

.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;
}

.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;
}

.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*/
}

.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; 
}

.zoom_box_effis {  /* M1) */
	background-image: url(../images/mapviewer/images/ems_zoombox.gif) !important; 
}

.zoom_box_h { /* M1) */
	background-image: url(../images/mapviewer/images/magnifier.png) !important; 
}

.zoom_box_h_effis { /* M1) */
	background-image: url(../images/mapviewer/images/ems_zoombox_H.gif) !important; 
}

.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; 	
}

.reload_effis{  /* M1) */
	background-image: url(../images/mapviewer/images/ems_reset.gif) !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;
}

.month_slider .x-slider-thumb {
    background-image: url(../images/mapviewer/images/slider-thumb.png);
}

.year_slider .x-slider-thumb {
    background-image: url(../images/mapviewer/images/slider-thumb.png);
}

.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;
}

.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;
}

.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;
}

.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; 
}

.zoom_box_effis {  /* M1) */
	background-image: url(../images/mapviewer/images/ems_zoombox.gif) !important; 
}

.zoom_box_h { /* M1) */
	background-image: url(../images/mapviewer/images/magnifier.png) !important; 
}

.zoom_box_h_effis { /* M1) */
	background-image: url(../images/mapviewer/images/ems_zoombox_H.gif) !important; 
}


.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; 	
}

.reload_effis{  /* M1) */
	background-image: url(../images/mapviewer/images/ems_reset.gif) !important; 	
}

