@CHARSET "UTF-8";

#wvsc-header {
	position: absolute;
	top: 10px;
	width: 250px;
}

#wvsc-header .header-logo {
	display: none;
}

.wvsc-main-toolbar {
}


.wvsc-navigation-toolbar {
    position: absolute;
    right: 13px;
    top: 5px;
}

.wvsc-navigationpanel {
	position: absolute;
	right: 15px;
 top: 15px;
}

#wvsc-ep-toolbar {
	position: absolute;
	top: 0px;
	right: 660px;
}

#wvsc-nav-toolbar {
	position: absolute;
	top: 0px;
	left: 250px;
}

#wvsc-tools-toolbar {
	position: absolute;
	top: 50px;
	right: 0px;
	width: 48px;
}

#wvsc-mashup {
	position: absolute;
	top: 120px;
	right: 80px;
}

#wvsc-mashup .mashup-maptypes-sliders {
	width: 200px;
}

.mashup-maptypes-layer-label{
	overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    white-space: nowrap;
}
#wvsc-mashup .mashup-maptypes-sliders .imagis-field-label {
	width: 120px;
	white-space: nowrap;
	overflow: hidden;
}

/* reset top border & radius pour les toolbar en haut */
#wvsc-ep-toolbar,#wvsc-nav-toolbar,#wvsc-mashup .imagis-mashup-maptypes .mashup-maptypes-bar
	{
	padding: 6px;
	border-top-style: none;
	-moz-border-radius-topleft: 0px;
	-khtml-border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}

/* reset right border & radius pour la toolbar a droite */
#wvsc-tools-toolbar {
	padding: 6px;
	border-right-style: none;
	-moz-border-radius-topright: 0px;
	-khtml-border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-khtml-border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.wvsc-workstack-wrapper {
    position: absolute;
    left: 2px;
    top: 10px;
}

.wvsc-overview-wrapper {
	position: fixed;
	bottom: 50px;
	right: 0px;
}

.wvsc-streetview-wrapper {
    bottom: 25px;
    position: fixed;
    right: 0;
}

.wvsc-scalepanel {
}

.wvsc-profilespanel {
	margin-left: 15px;
}

/*pied de page*/
.wvsc-footer {
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	height: 64px;
		background-color: #b9b9b9;
	color: #FFF;
}

#logout_btn {
	margin-left: 15px;
}

#help_btn {
	margin-left: 15px;
}

.mdl-layout__content.mdl-layout__content-fix {
	z-index: auto;
}

.mdl-layout__header.noZIndex{
	z-index: auto;	
}

#wvsc-app .mdl-layout__drawer-button {
    z-index: auto;
}

#wvsc-searchbox-title {
 position: absolute;
 top: 10px;
 left: 280px;
 height: 47px;
 width: 270px;
 padding: 2px 4px;

}

#wvsc-searchbox {
 position: absolute;
 top: 32px;
 left: 285px;
 background-color: #ffffff;
-moz-opacity: 0.9;
 opacity: 0.9;
filter: alpha(opacity = 90);
}