/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06-ago-2015, 12:36:55
    Author     : Pablo
*/

.location, .zonanodelimitada, .galapagos {
    fill: #cccccc;
    stroke:#ffffff;
    stroke-width: 1.2;
    stroke-opacity:1;
    stroke-dasharray: 2000;
}

.zonanodelimitada, .galapagos {
    cursor: default;
}

.location:hover {
    opacity: 0.8;
    filter: url('#dropshadow');
    filter: drop-shadow(3px 2px 2px #000);
    fill: #009cde;
}

.location-selected {
    filter: url('#dropshadow');
    filter: drop-shadow(3px 2px 2px #000);
    fill: #009cde;
}

.map-line {
    stroke-dasharray: 500;
    stroke: #337ab7
}

.map-marker{
    stroke: #ffffff;
    fill: transparent;
    stroke-width: 2;
}

.map-circle{
    fill: #ffffff;
    stroke:#009cde;
    stroke-location: inside;
    stroke-width: 1;
    stroke-dasharray: 1000;
}

#map_container{
    position: relative;
}

.catalog-content>.row>[class*=col-] {
    padding: 0;
}

/****unselectable *****/
#map_container{ 
    -moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    -o-user-select: none; 
} 

/*-------------------------------*/
/*----------TollTips-------------*/
/*-------------------------------*/
.map-tooltip{
    font-size: 1.2em;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 4px;
    pointer-events: none;
    position: absolute;
    z-index: 999;
    display: none;
}


/**************menu******************/
@media (min-width: 768px){
    .navbar .nav.navbar-nav>li>a {
        padding: 15px;
    }
}
.navbar .nav.navbar-nav>li>a {
    background: 0 0;
    padding: 15px 25px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #333;
    font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
}
.dtr-title{
    vertical-align: top;
}

.pdf-link > i{
    color: red;
    font-size: 1.5em;
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 svg {
    width: 100%;
    min-height: 400px;
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    svg{
        width: 100%;
        min-height: 400px;
    }
}
