/* .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover
{
	background-color: rgba(37, 102, 181, 1);

} */

#mapdiv {
    position: relative;
}


.map-settings, .map-location, .map-reset, .map-filter{
    cursor: pointer;
    position: absolute;
    left: 10px;
}
.map-settings {
    top: 95px;
    z-index: 51;
}
.map-location{
    top: 175px;
    z-index: 49;
}

.map-filter{
    top: 135px;
    z-index: 50;
}

.map-settings i.fa, .map-location i.fa, .map-reset i.fa, .map-filter i.fa{
	/*color: #fff;*/
	color: #4C4C4C;
	padding-top: 3px;
}

.filter-active > i.fa{
	color: rgba(37, 102, 181, 1);
}

.map-reset{
    top: 215px;
    z-index: 49;
}

.esriSimpleSliderTL{
	left: 10px;
	z-index: 50 !important;
}

.map-error, .icon-box-msg{
	z-index: 75;
	position: absolute;
	display: none;
	margin: 0 auto;
	margin-left: 10px;
	background-color: #303030;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 15px;
}
.icon-box-msg{
	background-color: #2566b5;
	color: #fff;
    box-shadow: 0 0 0.75em #777777;
    -webkit-box-shadow: 0 0 0.75em #777777;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
@media only screen and (max-width : 771px) {
	.icon-box-msg{
		display: none!important;
	}
}
.map-error{
	min-width: 250px;
	max-width: 500px;
	bottom: 10px;
	right: 10px;
}
.map-error .show{
	display: block;
}
.map-error p{
	margin: 10px 20px 0 0;
}
p.map-error-msg{
	margin-top: 15px;
}
.map-error p  > a{
	color: rgba(3,169,244 ,1);
}
.map-error .fa-times{
	position: absolute;
	top: 0px;
	right: 0px;
	padding:15px;
	cursor: pointer;
}

.map.full-screen-map {
	.dropdown-menu {
		top: -200%;
		left: 125%;
	}
}

/* Cursor to pointer on map objects*/
#mapdiv_layers image:hover, #mapdiv_layers path:hover {
    cursor:pointer;
}

@media only screen and (max-width : 771px) {
	/* hide zoom buttons */
	.esriSimpleSliderTL {
		display: none;
	}

	.map-settings, .map-location, .map-filter, .map-reset{
	    left: auto; /* Use initial if browser supports it or auto if not */
	    left: initial;
	    right: 14px;
	}
	.map-settings {
	    top: 15px;
	}
	.map-filter{
		top: 55px;
	}
	.map-location{
		top: 95px;
	}
	.map-reset {
		top: 135px;
	}

	.map-settings .dropdown-menu, .map-filter .dropdown-menu{
	    left: auto;
		left: initial;
		right: 0;
		z-index: 998;
	}

}

.esriPopup .titlePane, .esriPopup .contentPane, .esriPopup .actionsPane{
	padding: 15px 20px;
}
.esriPopup .actionsPane{
	padding-top: 0;
}
.esriPopup .actionsPane .fa{
	font-size: 12px;
	margin-left: 5px;
}
.esriPopup .titlePane .fa{
	margin-right: 5px;
}


@media(max-width: 480px){
	.esriPopupVisible, .esriPopupWrapper, .esriPopup .sizer, .esriPopup{
		max-width:335px;
	}
}

@media (max-width : 768px) {

	.esriPopup .contentPane{
		padding-top: 10px;
		padding-bottom: 5px;
	}
	.esriPopup .actionsPane{
		padding-bottom: 5px;
	}

	.esriPopupVisible {
		left: 0!important;
		bottom: 10px!important;
		top: auto!important;
		top: initial!important;
		padding-right: 40px;
    max-width: 80%!important;
    box-shadow: none!important;
	}

	.esriPopupVisible, .esriPopupWrapper, .esriPopup .sizer, .esriPopup{
		width: 100%;
	}

	.full-screen-map .esriPopupVisible, .full-screen-map .esriPopupWrapper, .full-screen-map .esriPopup .sizer{
		max-width: 100%;
	}

	.esriPopupWrapper{
		left: 0!important;
		bottom: 0!important;
		top: auto!important;
	    top: initial!important;
		margin: 0 20px;
		position: relative!important;
	}
	.esriPopup .pointer, .esriPopup .outerPointer{
		display: none!important;
	}
}

.map-settings > .esriSimpleSliderDecrementButton, .map-location > .esriSimpleSliderDecrementButton, .map-reset > .esriSimpleSliderDecrementButton, .map-filter > .esriSimpleSliderDecrementButton {
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.map-settings .dropdown-header, .map-filter .dropdown-header{
    padding: 3px 10px;
}

.map-settings .dropdown-menu, .map-filter .dropdown-menu{
	box-shadow: 0 0 0.75em #777777;
	-webkit-box-shadow: 0 0 0.75em #777777;
}

.menuSelected, .map-settings .dropdown-menu>li>a:focus, .map-settings .dropdown-menu>li>a:hover {
    background-color: rgba(37, 102, 181, 1);
    color: #fff!important;
}



/*mapping popup*/

.esriPopup {
	font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	z-index:49!important;
}

.esriPopup .titleButton.maximize, .esriPopup .titleButton.restore {
	display: none;
}

.esriPopup .titleButton.close, .esriPopup .titleButton.prev, .esriPopup .titleButton.next{
	top: 16px;
}
.esriPopup .titleButton.close {
    right: 12px;
    color: #FFFFFF;
    /* override bootstrap styles on .close conflict class */
    line-height: 20px;
    padding-left: 6px;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    float: none;
	text-shadow: none;
	opacity: 1;
}

.esriPopup .titleButton.next {
    right: 34px;
}

.esriPopup .titleButton.prev
{
 	right: 55px;
}


.esriPopup .titlePane {
    background-color: rgba(37, 102, 181, 1);
    font-size: 15px;
}

.esriPopup .titlePane .title {
	font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	margin-right: 50px;
}

.esriPopup .contentPane{
	font-size: 14px;
}

.esriPopup p{
	margin-bottom: 0;
	font-size: 15px;
}

.esriPopup .actionsPane.action {
    margin-right: 2px;
}

.esriPopup .actionsPane{
	text-align: center;
}


.esriPopup .btn, .modal .btn{
	background-color: rgba(32, 84, 147, 1);
   	color: white;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}

.esriPopup .btn:hover, .esriPopup .btn:focus, .modal .btn:hover, .modal .btn:focus{
	background-color: rgba(37, 102, 181, 1);
}

.esriPopup .pointer.top, .esriPopup .pointer.topLeft, .esriPopup .pointer.topRight {
	background: rgba(37, 102, 181, 1);
}

.combobox-container .dropdown-menu{
	position: fixed;
	max-width: 150px;
}
.combobox-container .form-control{
	font-size: 16px;
	/*font-size: inherit;*/
}

.combobox-container .dropdown-menu{
	max-height: 300px;
}
@media (max-width: 480px)
{
  .combobox-container .dropdown-menu{
    max-height: 200px;
  }
}
span.contact-name{
	font-weight: 600;
}

/* Terminology page */
.tabbertab > h3{
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

/*
	Clear fix for bootstrap columns of different heights in a singe parent row.
	How to use: Add class "auto-clear" to surrounding row
				Columns must have ALL sizes declared.
*/
@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}

@media print {
	.incident-social-icons, #btnContacts, .ibox-tools, .incident-articles-cooperators, .incident-articles, .footer-logos{
		display: none!important;
	}

  	.incident-info a[href]:after, .feed-element a[href]:after, .footer-logos {
    	content: none !important;
  	}

	.esriPopup, #mapdiv_zoom_slider, .esriSimpleSlider{
		display: none!important;
	}

	/* always show map legend */
	.legend-anchor > ul.dropdown-menu{
		display: block;
	}
	.legend-anchor > span {
		display: none;
	}


}

.legend-anchor {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    left: 5px;
    bottom: 5px;
    z-index: 30;
    color: #666666;
    line-height: 15px;
    padding: 0 4px;
    white-space: nowrap;
    background: rgba(255,255,255,0.7);
}

.dropup-social{
	display: inline;
}
.dropup-social .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu{
	margin-bottom: 0px;
    margin-left: -60px;
}
.dropdown-social{
	text-align: center;
    min-width: 160px;
	padding: 5px 15px;
}
.dropdown-social i.fa{
	margin: 0;
}
.dropdown-menu.dropdown-social >li{
    display: inline-block;
}
.dropdown-menu.dropdown-social >li > a{
    display: inline-block;
    padding: 3px 5px;
}

.dropdown-menu .input-group{
	width:99%;
	/*padding-top: 1px;*/
}
.dropdown-menu .form-control{
	/*margin-left: 2px;*/
}

.dropdown-menu label{
	font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

span.input-group-addon{
	border:none;
	background: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 12px;
}

.input-group-addon input[type='checkbox']{
	width:20px;
	height: 20px;
}

.dropdown-menu .input-group label.form-control {
	height: auto;
	border: none;
    box-shadow: none;
    /*margin-top: 3px;*/
    /*margin-left: -12px;*/
    /*font-size: 12px;*/

    display: block;
    /*padding: 3px 20px;*/
    /*clear: both;*/
    font-weight: normal;
    /*line-height: 1.42857143;*/
    color: #333;
    white-space: nowrap;
    padding-left:0;

}

.input-group-addon{
	padding: 3px 12px;
}

.mb0{
	margin-bottom:0;
}
.p0{
	padding: 0;
}
.no-shadow{
	box-shadow: none!important;
}
.no-pad{
	padding:0;
}
.no-margin{
	margin:0;
}
.sronly{
	text-indent: 10px;
    overflow: hidden;
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: -1;
}

#mapdiv {
    position: relative;
}

.esriPopup a[href] {
	color: white;
}
