.SPWNavTools {
    width: auto;
}

@keyframes movestroke { to {stroke-dashoffset: 1000;} } 
path[stroke="rgb(13, 66, 105)"] {
   stroke-dasharray: 15;
   animation: movestroke 45s linear infinite;
}

.sizer
{
    min-width: 300px;
}

.esriPopupWrapper .title {
    cursor: move;
}
.esriPopup .hidden {
    display: none !important;
}
.esriPopup .contentPane {
    background-color: white !important;
    margin:0;
    padding:0 !important;
    width: 100%;
}
.esriPopup .titlePane
 {
     background-color: #0d4269  !important;
        color: white  !important;
    font-size: 12px;
 }

.esriPopup .actionsPane
{
    display: none;
}
.ravelUl
{
    overflow-y: auto;
    margin:0;
    padding:0;
    cursor: pointer;
    width: 100%;
}

.ravelUl:hover > li > .ravelIti, .ravelUl:hover > li, .ravelUl:hover > li > .ravelEtap
{
    background-color: #0d4269  !important;
    color:white !important;
}

.titleButton.maximize
{
    display:block !important;
    margin-top:2px;
}

.titleButton.restore
{
    display:block !important;
    margin-top:2px;
}

.titleButton.close{
    background: none;
}

.titleButton.close:after{
    content: 'x';
}


.esriPopup a{
    text-decoration: none;
    color:black;
}

.esriPopup a:hover{
    color:#0d4269;
    font-weight: bold;
}

.ravelIti
{
    margin-left: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 700;
    margin-bottom: -2px;
    color:black;
    font-size: 12px;
}



.ravelEtap
{
    margin-left: 5px;
    margin-top: 0;
    margin-bottom: 0;
    padding:0;
    over:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color:black;
    font-size: 12px;
}

.ravelAvert
{
    margin-left: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    padding:0;
    over:hidden;
    text-overflow:ellipsis;
    white-space: normal;
    font-size: 10px;
    color:black;
}

.ravelEtapDetail
{
    margin-left: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    padding:0;
    over:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color:black;
    font-size: 12px;
}

.ravelZoom
{
    cursor: pointer;
}
.ravelZoomImg
{
    width:15px;
    height:15px;
    cursor: pointer;
}

.SpwQuickAddressSearchV3 .title {
	text-align: left;
}

.SpwAdvancedToolBar .dijitToggleButton.printMenuButton {
	margin-left: 7px;
    background-color: #0d4269;
}

.SpwAdvancedToolBar .ShareLinkMenuButton .dijitDropDownButton {
    background-color: #0d4269;
}

.SpwQuickAddressSearchV3 {
	margin-left: 7px;
}

#mainLeft .dijitContentPane.dijitBorderContainerNoGutter-child.dijitBorderContainerNoGutter-dijitContentPane.dijitBorderContainerNoGutterPane.dijitAlignCenter {
	top:0px !important;
	left:0px !important;
	width: 100%!important;
}

.tocTitle {
	position: absolute; 
    top: 1px;
    right: 0;
    left: 0;
    padding: 7px;
/*     border-bottom: 1px solid blue; */
    background-color: #0d4269;
    color: white;
    text-transform: uppercase;
    font-size: 1.1em;
    display: none;
}

.spwTocContainer {
	padding-top: 10px;
}

.SpwBaseMapGalleryV3 {
	width: auto!important;
}

path[stroke-width="2"] {
   /*stroke: transparent;*/
}

.spwNavigationV3 {
    padding: 5px;
    background-color: rgba(255,255,255,0.6);
    border-radius: 14px;
}

.spwNavigationV3 .verticalSliderDiv table {
	height: auto!important;
    border-collapse: separate;
    border-spacing: 0px 2px;
}

.spwNavigationV3 .verticalSliderDiv table tbody tr {
	display: none;
}

.spwNavigationV3 .verticalSliderDiv table tbody tr:FIRST-CHILD {
	display: inherit;
}
.spwNavigationV3 .verticalSliderDiv table tbody tr:LAST-CHILD {
	display: inherit;
}

.spwNavigationV3 span.dijit.dijitReset.dijitInline.dijitToggleButton {
	display: none;
}

.spwScaleBarV3 {
    padding: 5px 5px 5px 5px;
}
.spwScaleBarV3 .spwScaleBarContainer {
	display: none;
}
.customTocIcon {
	background-image: url(//geoservices.wallonie.be/geoviewer/4.0/spw/widgets/images/toolbar/contexts-white-0d4269.png);
}
.baseMapIcon {
	background-image: url(//geoservices.wallonie.be/geoviewer/4.0/spw/widgets/images/toolbar/otherMaps-white-0d4269.png);
}

#dijit__WidgetsInTemplateMixin_0 {
    height: 170px!important;
    
}

.dijitTooltip.dijitTooltipRight, .spwNavigationV3.tooltipNavigation {
	display: none;
}

 
.SpwMobileMenu .SpwQuickAddressSearchV3 .localizeInput {
	display: flex;
} 

 
.SpwMobileMenu .SpwQuickAddressSearchV3 .localizeInput .goToMyPosition {
	display: block;
	width: 30px;
	margin-left: 5px;
}