.leaflet-control-attribution {
    display: none;
}

/** INICIO IMAGES -- LOAD **/

.iframeLoad {
  background: url("../images/circle.gif") no-repeat center;
}

/** FIN IMAGES -- LOAD **/

/**-- 281.5px --**/
.fade {
    opacity: 1;
}

.nav-pills {
	margin-bottom: 0;
}

.tab-content {
	/**-- padding: 15px 20px 10px; --**/
	padding: 5px 10px 5px 10px;
	border-radius: 0;
	margin-bottom: 0;
}

.nav-pills .nav-link {
	border-radius: 0;
}

.nav-link {
	padding: .2rem .5rem;
}

.nav-pills .nav-link.active.nivel-0 {
	background-color: #ffffff;
	color: #000000;
	box-shadow: 0 0 1px 1px rgba(0,0,0,.35);
}

.nav-pills .nav-link.active.nivel-1 {
	background-color: #fbfb05;
	color: #000000;
	box-shadow: 0 0 1px 1px rgba(0,0,0,.35);
}

.nav-pills .nav-link.active.nivel-2 {
	background-color: #fb743c;
	color: #ffffff;
	box-shadow: 0 0 1px 1px rgba(0,0,0,.35);
}

.nav-pills .nav-link.active.nivel-3 {
	background-color: #fb0505;
	color: #ffffff;
	box-shadow: 0 0 1px 1px rgba(0,0,0,.35);
}

.with-background-image {
	background-position: 4px 4px;
}


.leaflet-control-boxzoom {
	width: 34px;
	height: 33px;
	border: 2px solid rgba(0, 0, 0, 0.2);
	box-shadow: unset;
	background-clip: padding-box;
}

.horas-table {
	/*background: url(../img/transparent/black-0.6.png);*/
	background: rgba(0,0,0,0);
	max-height: 200px;
	overflow: auto;
}

::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #696969;
	border-radius: 10px;
}
