/*
	Copyright (c) 2017 Municipalidad de Rosario, 
	Autor: Anibal Schiaves
	Version: 1.0.13
*/
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#montserratregular') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Glyphicons';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),
         url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
         url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
         url('../fonts/glyphicons-halflings-regular.svg#montserratregular') format('svg');
    font-weight: 100;
    font-style: normal;
}

.ubicaciones-input
{
	font-family: 'Montserrat',Arial,"Times New Roman",Times,serif;
}
.ubicaciones-li
{
	font-family: 'Montserrat',Arial,"Times New Roman",Times,serif;
	font-size: 14px;
}

.ubicaciones-ul
{
	border: 1px #DDDDDD solid;
	display: inline;
	list-style: none;
	padding: 0;
	border-radius: 5px;
	position: absolute;
	z-index: 100;
	background-color: white;
	margin: 1px;
	box-shadow: 0 0 2px #999999;
}
.ubicaciones-li
{
	margin: 4px;
	padding: 4px;
	font-family: sans-serif;
	font-size: 12px;
	color: #555555;
	cursor: pointer;
	border-bottom: 1px solid #DDDDDD;
	float: none !important;
}
.noselect:hover
{
	color: #555555 !important;
	background-color: white !important;
	cursor: default;
}
.noselect:focus
{
	color: #555555 !important;
	background-color: white !important;
	cursor: default;
	outline: none;
}

.ubicaciones-li:last-child
{
	border-bottom: none !important;
}

.ubicaciones-li:hover
{
	background-color: #00ACEC /*#EE8601*/;
	color: white;
}
.ubicaciones-li:focus
{
	background-color: #00ACEC /*#EE8601*/;
	color: white;
}

.ubicaciones-li-auxiliar
{
	font-size: 10px;
}
.ubicaciones-control-typedraw {
    top: 65px;
    left: .5em;
}
.ubicaciones-control-typedraw label{
	font-size: 9px;
	color: #555555;
}
.ubicaciones-control-layers {
    top: 65px;
    left: .5em;
}
.ubicaciones-control-layers label{
	font-size: 9px;
	color: #555555;
}
.ubicaciones-control-layers label:before {
	content: "\e030";
	top: 0px;
	position: relative;
	line-height: 25px;
}
.ubicaciones-control-import-file {
    top: 65px;
    left: .5em;
}
.ubicaciones-import-file-button {
	padding-top: 5px !important;
}
.ubicaciones-import-file-button:before {
	font-family: "Glyphicons" !important;
	content: "\e169";
	cursor: pointer;
}
.ubicaciones-loading {
	display:none;
	margin-left: 32px;
	position: absolute;
}
.ubicaciones-boton-search {
	display: inline-block;
	width: 20px;
	padding-right: 6px;
	padding-left: 6px;
	height: 25px;
	background-color: #00ACEC;
	border: 1px solid #00ACEC;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
	position: absolute;
	border: 0 !important;
  	/*top: -3px;
	position: relative;
	top: 2px;*/
	font-family: "Glyphicons" !important;
	color: #fff;
    /*padding: 0.3em 0.4em;
    margin: 0.1em 0.2em;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #f90;*/
}
.ubicaciones-boton-search:hover {
	background-color: #0087b9;
	border: 1px solid #0087b9;
}
.ubicaciones-boton-search:before {
	content: "\e003";
	top: 0px;
	position: relative;
	line-height: 25px;
}
.ubicaciones-boton-search:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.ubicaciones-input {
	border: 1px solid #ccc;
	padding: 0px 5px;
	height: 25px;
}
.ubicaciones-resaltado {
	font-weight: bold;
}
.ubicaciones-li-info {
	margin: 8px;
	padding: 8px;
	font-family: Montserrat,Arial,"Times New Roman",Times,serif !important;
	/*font-size: 0.9em !important;*/
	color: #555555;
	cursor: pointer;
	float: none !important;
	text-align: center;
}
.ubicaciones-leftpanel {
	font-family: 'Roboto',Arial,"Times New Roman",Times,serif;
	font-size: 14px;
	position: absolute;
	z-index: 100;
	background-color: white;
	-moz-box-shadow: 2px 0 2px rgba(0,0,0,0.3);
	box-shadow: 2px 0 2px rgba(0,0,0,0.3);
	overflow-y: hidden;
	font-size: 1em;
}
.ubicaciones-leftpanel-title {
    background-color: #00ACEC;
    padding: 8px;
	color: white;
}
.ubicaciones-leftpanel-title-back:after {
	font-family: "Glyphicons" !important;
	content: "\e091";
	padding-right: 10px;
	cursor: pointer;
}
.ubicaciones-leftpanel-title-text {
	display: inline;
}
.ubicaciones-leftpanel-content {
	overflow-y: auto;
	padding: 10px;
}
.ubicaciones-leftpanellayers {
	font-family: 'Roboto',Arial,"Times New Roman",Times,serif;
	position: absolute;
	z-index: 99;
	background-color: white;
	-moz-box-shadow: 2px 0 2px rgba(0,0,0,0.3);
	box-shadow: 2px 0 2px rgba(0,0,0,0.3);
	overflow-y: hidden;
	font-size: 1em;
}
.ubicaciones-leftpanellayers-title {
    background-color: #00ACEC;
    padding: 8px;
	color: white;
}
.ubicaciones-leftpanellayers-title-back:after {
	font-family: "Glyphicons" !important;
	content: "\e091";
	padding-right: 10px;
	cursor: pointer;
}
.ubicaciones-leftpanellayers-title-text {
	display: inline;
}
.ubicaciones-leftpanellayers-content {
	overflow-y: auto;
	padding: 10px;
}
.ubicaciones-leftpanellayers-description {
	font-size: 0.8em;
	margin-bottom: 0px;
}
.ubicaciones-leftpanellayers-description a:last-child:after {
	font-family: "Glyphicons" !important;
	content: "\e114";
	padding-right: 10px;
	cursor: pointer;
}
.ubicaciones-leftpanellayers-description-mas {
	font-size: 0.8em;
	display: none;
	margin-bottom: 0px;
}
.ubicaciones-leftpanellayers-description-mas a:last-child:after {
	font-family: "Glyphicons" !important;
	content: "\e113";
	padding-right: 10px;
	cursor: pointer;
}
.ubicaciones-leftpanellayers-content ul {
	padding: 0;
}
.ubicaciones-leftpanellayers-content ul li{
	cursor: pointer;
	list-style: none;
}
.ubicaciones-leftpanellayers-content-element {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 5px;
}
.ubicaciones-leftpanellayers-content-point {
	background-image: url('../img/boton-pin-mini.png');
	background-size: 20px 20px;
}
.ubicaciones-leftpanellayers-content-line {
	background-image: url('../img/linea-mini.png');
	background-size: 20px 20px;
}
.ubicaciones-leftpanellayers-content-polygon {
	background-image: url('../img/polygon-mini.png');
	background-size: 20px 20px;
}
.ubicaciones-leftpanellayers-button {
	padding-top: 5px !important;
}
.ubicaciones-leftpanellayers-button:before {
	font-family: "Glyphicons" !important;
	content: "\e056";
	cursor: pointer;
}
.ubicaciones-object-label{
	font-weight: bold;
	margin-right: 10px;
}
.ubicaciones-object-img{
	width: 100%;
}
.ubicaciones-object-link {
	word-wrap: break-word;
}
span.ubicaciones-clearicon {
	position: relative;
	display: inline-block;
	display: -moz-inline-box;
}
span.ubicaciones-clearicon span {
	position: absolute;
	display: block;
	top: 2px;
	right: 3px;
	width: 15px;
	height: 15px;
	background: url('../img/clear.png');
	cursor: pointer;
}
.ubicaciones-navbar {
	font-family: 'Roboto',Arial,"Times New Roman",Times,serif;
	font-size: 14px;
	min-height: 35px;
	width: 100%;
	background-color: #00ACEC;
	color: white;
	font-size: 1em;
}
.ubicaciones-navbar h3 {
	padding: 8px 8px 7px 8px;
	margin: 0;
	display: inline-block;
}
.ubicaciones-navbar-fullscreen-back {
    float: right;
    padding: 8px 8px 7px 8px;
	color: white;
}
.ubicaciones-navbar-fullscreen-back:after {
	font-family: "Glyphicons" !important;
	content: "\e140";
	padding-right: 10px;
	cursor: pointer;
	display: inline-block;
}
.ubicaciones-navbar-share {
    float: right;
    padding: 8px 8px 7px 8px;
    margin-top: 7px;
}
.ubicaciones-attributions {
	text-decoration: none;
}
.ubicaciones-attributions:visited,.ubicaciones-attributions:link {
	text-decoration: none;
	color:inherit;
}
share-button {
  	/*position: absolute;
  	top: 50%;
  	left: 50%;
  	z-index: 2;*/
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	background: none !important;
  	color: white !important;
  	font-family: none !important;
  	padding: 5px 0px 5px 1.75em !important;
}
share-button::before {
	/*line-height: normal !important;
	background: none !important;
	font-family: "Glyphicons" !important;
	content: "\e066" !important;
	cursor: pointer;
	display: inline-block;*/
	content: " " !important;
	background-image: url(../img/internet.ico) !important;
    background-position: 0px !important;
    background-repeat: no-repeat !important;
    height: 25px !important;
    width: 25px !important;
    display: inline-block;
    background-size: 18px !important;
	margin-top: -2px;
}
share-button .sb-social.sb-left.active.sb-middle {
	margin-top: 15px;
}
share-button .sb-social li[class*="facebook"] {
	border-radius: 0px 0 4px 0 !important;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
share-button .sb-social li[class*="facebook"]::before {
	background-image: url('../img/fb-icon.png') !important;
	background-size: 23px;
}
share-button .sb-social li[class*="twitter"] {
	border-radius: 0px 0 0 4px !important;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
share-button .sb-social li[class*="twitter"]::before {
	background-image: url('../img/tw-icon.png') !important;
	background-size: 23px;
}
/*share-button .sb-social li[class*="googlePlus"] {background: #ee7600;}*/
share-button .sb-social li[class*="googlePlus"]::before {
	background-image: url('../img/google+_.png') !important;
	background-size: 23px;
}
share-button .sb-social li[class*="linkedin"]::before {
	background-image: url('../img/linkedin_.png') !important;
	background-size: 23px;
}
share-button .sb-social li[class*="email"]::before {
	background-image: url('../img/mail_.png') !important;
	background-size: 23px;
}
share-button .sb-social ul li:hover:before{opacity:1 !important}
share-button .sb-social ul li:hover:after{opacity:0 !important}
share-button .sb-social ul li.enabled {
    background: #eaeaec !important;
}
/*OpenLayers*/
.ol-attribution button {
    display: none !important;
}
.ol-attribution ul {
    display: inline-block !important;
}