﻿/************************************************************************************/
/*Encabezado*/
/************************************************************************************/
.navbar {
    min-height: unset !important;
}

#navbar-second > ul > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

#navbar-second-toggle .dropdown {
    margin-left: 1px;
    margin-right: 1px;
}

.navbar-header ul {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.logo-mincetur > a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 0px !important;
}

@media only screen and (min-width: 769px) {
    .logo-mincetur > a > img {
        height: 50px !important;
    }
}

@media only screen and (min-width: 381px) and (max-width: 768px) {
    .logo-mincetur > a > img {
        height: 40px !important;
    }

    #navbar-second-toggle .dropdown {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 429px) {
    .logo-mincetur > a > img {
        display: none !important;
    }
}

.titulo {
    font-family: 'Droid Sans', Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    color: white;
    text-align: left;
}

    .titulo p {
        margin: 0;
        line-height: 150%;
    }

@media only screen and (min-width: 1200px) {
    .titulo {
        font-size: 30px !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .titulo {
        font-size: 24px !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .titulo {
        font-size: 22px !important;
    }
}

@media only screen and (min-width: 381px) and (max-width: 768px) {
    .titulo {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 380px) {
    .titulo {
        font-size: 16px !important;
    }
}
/*.navbar-inverse .navbar-nav > .open > a {
    background-color: rgba(255, 255, 255, 0.08) !important;
}
.navbar-inverse i[class^="icon-"] {
    font-size: 16px !important;
}*/

/************************************************************************************/
/*Footer*/
/************************************************************************************/
.logotipo-el-peru-primero {
    height: 48px;
    margin-top: -12px;
    margin-bottom: -15px;
}

#footer > div > div > p {
    float: left;
}

.thumbnailCiudad {
    padding-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

    .thumbnailCiudad > p {
        text-align: center;
        margin-bottom: 4px;
        padding-top: 6px;
    }

    .thumbnailCiudad > img {
        height: 100px;
    }

.thumb-slide .caption {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

@media only screen and (max-width: 769px) {
    .thumbnailCiudad > img {
        height: 50px;
    }

    .navbar-text {
        padding: 1px 20px !important;
    }

    .logotipo-el-peru-primero {
        display: none;
    }
}

.navbar-default .navbar-nav > .open > a {
    background-color: rgba(0, 0, 0, 0.08) !important;
}


/************************************************************************************/
/*page-container*/
/************************************************************************************/
.page-container {
    /*padding: 20px 68px 0px 20px !important;*/
    padding: 20px 20px 0 70px !important
}

@media only screen and (max-width: 769px) {
    .page-container {
        padding: 0 !important;
    }
}


/************************************************************************************/
/*Paneles*/
/************************************************************************************/
.panel-heading {
    padding-top: 6px;
    padding-bottom: 4px;
}

.panel-heading,
.panel-flat {
    border-radius: 6px !important;
}


/************************************************************************************/
/*SideBar*/
/************************************************************************************/
.category-title > span {
    color: #333333;
    padding-left: 70px;
}

@media (min-width: 769px) {
    .sidebar {
        /* width: 290px !important;*/
        width: 400px !important;
    }
}

.sidebar {
    padding-left: 20px !important;
    padding-right: 0px;
}

.page-header > .fab-menu {
    padding-bottom: 572px !important;
}


/************************************************************************************/
/*Fab Buttons*/
/************************************************************************************/
.btn[class*=bg-]:hover {
    color: #607D8B;
}


/************************************************************************************/
/*Map*/
/************************************************************************************/
@media (min-width: 769px) {
    #olMap > div {
        border-radius: 6px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        height: calc(100vh - 161px);
        width: 100%;
        transition: width 0.25s ease, height 0.25s ease;
    }
}


/************************************************************************************/
/*Leyenda y Filtro*/
/************************************************************************************/
#legend-panel .panel-body {
    padding: 8px 0px 8px 0px;
}

#legend-content {
    overflow-y: hidden;
    display: grid;
}

#accordion-filter-advanced > h6 {
    margin-left: 20px;
}

.filter-controls {
    display: flex;
    list-style-type: none;
    padding: 0px !important;
    width: 100% !important;
}

    .filter-controls > li {
        vertical-align: middle;
    }

    .filter-controls .form-control {
        height: 20px;
        padding: 14px 8px 12px 8px;
    }

    .filter-controls .help-block {
        margin: 0px 16px 0px 8px;
    }

    .filter-controls > li > a {
        vertical-align: middle;
    }

.filter-control {
    cursor: pointer !important;
}

.content-group > ul {
    margin-bottom: 4px;
}

.select2-search--dropdown {
    padding: 0px 8px 0px 30px;
}

    .select2-search--dropdown:after {
        left: 8px;
    }

.select2-results__option,
.select2-selection__choice,
.select2-selection__rendered {
    font-size: 11px;
}

.select2-results__option {
    padding: 3px 0px 4px 4px !important;
}

.select2-selection--single {
    height: 24px !important;
    padding: 0px !important;
}

.picker__box,
.picker__header {
    padding: 4px !important;
}

.picker__holder {
    width: 250px;
}

.picker__table {
    margin: 0px !important;
}

.picker__weekday {
    padding-bottom: 2px !important;
    padding-top: 4px !important;
}

.picker__day {
    padding: 2px;
}

.picker__select--month {
    width: 40%;
    border-radius: 6%;
}

.picker__footer {
    padding: 4px 14px !important;
}

.capas-sin-seleccion {
    padding-left: 16px;
}


/************************************************************************************/
/*Leyendas*/
/************************************************************************************/
.thematic-legend,
.turismo-legend,
.interop-legend {
    padding: 4px 5px 4px 8px !important;
    /*padding: 22px 10px 30px 10px !important;*/
    color: #333333;
    /*display: grid; comentado el 23/10/2020*/
}

.turismo-legend-item {
    /*display: flex;*/
    /*padding: 0px 8px 4px 0px;*/
}

.turismo-legend-item-content > div:nth-child(1) {
    display: flex;
    padding-left: 4px;
}

    .turismo-legend-item-content > div:nth-child(1) > span {
        padding-left: 8px;
    }

    .turismo-legend-item-content > div:nth-child(1) > img {
        height: 22px;
    }

.turismo-filter-btn,
.turismo-info-btn,
.interop-legend-item-info,
.thematic-legend-info {
    border-radius: 100px;
    height: 18px;
    width: 25px;
    color: #607D8B;
    border: 1px solid #607D8B;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: right;
}

    .turismo-filter-btn:hover,
    .turismo-info-btn:hover,
    .interop-legend-item-info:hover,
    .thematic-legend-info:hover {
        background-color: #B2B8BB;
    }

    .turismo-filter-btn.active,
    .turismo-info-btn.active,
    .interop-legend-item-info.active,
    .thematic-legend-info.active {
        border-width: 2px;
    }

    .turismo-filter-btn > i,
    .turismo-info-btn > i,
    .interop-legend-item-info > i,
    .thematic-legend-info > i {
        top: 0px;
        left: -2px;
        font-size: 14px;
    }

div[class*=interop-legend-item-fuente-],
div[class*=turismo-legend-item-fuente-],
div[class*=thematic-legend-fuente] {
    background: black;
    color: white;
    margin: 4px 4px;
    padding: 4px;
    border-radius: 8px;
}

.thematic-legend-title {
    font-size: 11px;
    font-weight: bold;
    text-align: justify;
}

.thematic-legend img {
    height: 100%;
}

.thematic-legend > table {
    display: block;
}

    .thematic-legend > table > th, td {
        padding-left: 16px;
        text-align: left;
        font-weight: normal;
    }

#turismo-interno-options > li > label:nth-child(1) {
    margin-top: 4px;
    margin-bottom: 2px;
}

.interop-legend-symbol {
    padding-left: 8px;
}


/************************************************************************************/
/*Estadísticas en Sidebar*/
/************************************************************************************/
.bar-envir-Charts-titulo > p,
.bar-receptivo-Charts-titulo > p,
.bar-Timeline-Charts-titulo > p {
    font-size: 11px;
    font-weight: bold;
    text-align: justify;
}

.bar-envir-Charts-titulo,
.bar-receptivo-Charts-titulo,
.bar-Timeline-Charts-titulo {
    font-size: 12px;
    margin: 0px 0px 4px 0px;
}

.bar-envir-Charts-height,
.bar-receptivo-Charts-height {
    height: 250px;
    padding-left: 8px;
}

.bar-Timeline-Charts-height {
    height: 350px;
    padding-left: 8px;
}

#bar-Timeline-Charts-expanded {
    width: 566px;
}

.statistics-panel-expanded-title,
.statistics-panel-expanded-content,
.statistics-panel-expanded-info {
    padding: 8px 16px;
}

.bar-envir-Charts-fuente,
.bar-receptivo-Charts-fuente,
.bar-Timeline-Charts-fuente {
    padding-top: 8px;
    padding-left: 8px;
}

    .bar-envir-Charts-fuente > p,
    .bar-receptivo-Charts-fuente > p,
    .bar-Timeline-Charts-fuente > p {
        font-size: 10px;
        margin: 0px 0px 4px 0px;
    }


/************************************************************************************/
/*Tabla de Resultados*/
/************************************************************************************/
.data-table-results {
    margin-top: 20px;
}

#result-table-reload:active {
    background: rgb(0,188,212,0.4);
    box-shadow: 0px 0px 15px 0px rgb(0,188,212);
}

.highlight > td {
    background-color: #efefef;
}

.table > tbody > tr > td.highlight {
    background-color: #eaeaea;
}

#result-table-header_wrapper .dt-buttons > a > span {
    text-transform: none;
}

#result-table-panel .panel-heading {
    padding-top: 8px !important;
    padding-bottom: 2px !important;
}

#result-table-header_wrapper .dataTables_filter {
    margin: 0 0 6px 20px;
}

#result-table-header_wrapper .dataTables_paginate {
    padding: 0px 10px 0px 10px;
}

    #result-table-header_wrapper .dataTables_paginate .paginate_button {
        padding: 0px;
    }

#result-table-header_wrapper .datatable-footer {
    padding: 0px 20px 0 20px;
}

#result-table-header_wrapper .dataTables_info,
#result-table-header_wrapper .dataTables_paginate {
    padding: 6px;
}

#result-table-header_wrapper .dataTables_info,
#result-table-header_wrapper .dt-buttons,
#result-table-header_wrapper .dataTables_paginate {
    margin-bottom: 0px;
}

    #result-table-header_wrapper .dt-buttons > a {
        padding: 6px 10px;
        margin: 3px 0px;
    }

#result-table-header_wrapper .dataTables_length {
    margin: 6px 0 6px 20px;
}

    #result-table-header_wrapper .dataTables_length > label > span:first-child {
        margin: 0px 10px;
    }

#result-table-header > thead > tr > th {
    padding: 6px 20px;
}

@media only screen and (max-width: 769px) {
    #result-table-panel {
        border-radius: 0px !important;
    }

        #result-table-panel .panel-title {
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            margin: 0;
        }

    #result-table-header_wrapper .datatable-header {
        display: flex;
    }

    #result-table-panel .panel-heading {
        padding: 0;
    }

    #result-table-header_wrapper .dt-buttons {
        display: none;
    }
}


/************************************************************************************/
/*Base Maps*/
/************************************************************************************/
#list-basemaps-content > div > div {
    display: inline;
    padding-left: 44px;
    text-transform: capitalize;
    text-align: right !important;
}

#list-basemaps-content > li > a {
    align-items: center;
    text-align: left;
}

    #list-basemaps-content > li > a > img {
        height: 50px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

@media only screen and (max-width: 769px) {
    #list-basemaps-content > li > a > img {
        height: 50px;
        margin-top: 0px;
    }
}


/************************************************************************************/
/*Destinos Turísticos*/
/************************************************************************************/
.layers-destino > ul,
.layers-destino2 > ul {
    width: max-content !important;
}

@media (max-width: 768px) {
    .layers-destino > ul {
        background-color: rgba(255, 255, 255, 0.15) !important;
    }

    .sub-layers-destino > a {
        padding-left: 28px !important;
    }
}

/************************************************************************************/
/*Indicadores Turismo*/
/************************************************************************************/
#list-indicadores-turismo-content > li > label {
    margin-left: 8px !important;
}

#turismo-interno-options > li {
    display: grid;
}

    #turismo-interno-options > li > label {
        margin-left: 0px;
    }

#turismo-receptivo-options {
    list-style: none;
}

    #turismo-receptivo-options > li > label {
        margin: 0px;
        padding-right: 15px;
    }

.thematic-menu.turismo-interno,
.thematic-menu.turismo-receptivo {
    padding: 0px !important;
    list-style: none;
}

    .thematic-menu.turismo-interno > li,
    .thematic-menu.turismo-receptivo > li {
        margin-bottom: 1px;
    }

        .thematic-menu.turismo-interno > li > a,
        .thematic-menu.turismo-receptivo > li > a {
            padding: 2px 24px;
            display: block;
            clear: both;
            font-weight: normal;
            line-height: 1.5384616;
            color: #333333;
            white-space: nowrap;
        }

        .thematic-menu.turismo-interno > li.active > a,
        .thematic-menu.turismo-receptivo > li.active > a {
            color: #fff;
            background-color: #26A69A;
        }

        .thematic-menu.turismo-interno > li > a:focus,
        .thematic-menu.turismo-receptivo > li > a:focus {
            background-color: #f5f5f5;
        }

@media (max-width: 768px) {
    li.indicadores-turismo-interno.turismo-interno-variable > a {
        color: rgba(255, 255, 255, 0.9);
    }
}


/************************************************************************************/
/*Layers Turismo / Interoperabilidad*/
/************************************************************************************/
#list-turismo-content > p,
#list-indicadores-turismo-content > p,
#list-interop-content > p {
    padding: 4px 8px 0px 8px !important;
    margin: 0px !important;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}

#list-turismo-content > div {
    text-align: center;
}

.layers-turismo > ul {
    min-width: unset !important;
    width: max-content !important;
}

.layers-turismo > a > img {
    height: 22px;
    margin: 1px 8px 0px 0px !important;
}

.layers-turismo > a > p {
    margin: 2px 0px 0px 0px !important;
}

#navbar-second-toggle > ul > li > ul > li > ul > li > a {
    direction: ltr;
    text-align: left;
}

#navbar-second-toggle > ul > li > ul > li > div {
    display: inline;
    padding-top: 8px;
    padding-left: 16px;
    text-transform: capitalize;
}

.chkPopname-li {
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

.dropdown-header {
    padding: 4px 0px 0px 18px !important;
    margin: 0px;
}

.dropdown-menu > li > a {
    margin: 0px !important;
    padding: 1px 0px 1px 16px !important;
}

.icon-radio-unchecked,
.icon-checkmark-circle,
.icon-radio-checked {
    font-size: 14px !important;
    margin-top: 4px !important;
}

@media only screen and (min-width: 769px) {
    .icon-radio-unchecked {
        color: #A6A6A6 !important;
    }
}

#list-interop-content {
    padding: 4px 20px 0px 20px !important;
}

    #list-interop-content > div {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

        #list-interop-content > div > span {
            padding-bottom: 4px !important;
        }

.layers-interop > a {
    display: flex !important;
    padding: 0px 8px !important;
}

    .layers-interop > a > p {
        display: flex;
        align-items: center;
        margin-bottom: 4px !important;
    }

    .layers-interop > a > i {
        display: grid;
        align-items: center;
    }

.rotate {
    animation: rotation 3s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

/************************************************************************************/
/*Reporte Turismo Interno*/
/************************************************************************************/
table.display thead tr td,
.fondoEncabezado {
    background: #E78011 !important;
    color: #fff !important;
}

.reporte-turismo-inteno-num {
    text-align: right;
    mso-number-format: "#,##0.00";
}

#reporte-turismo-inteno-panel > div > div {
    width: 140%;
}

#reporte-turismo-inteno-panel .modal-header {
    padding: 15px 20px;
    background-color: #FE6206;
    border-color: #FE6206;
    color: #fff;
}

    #reporte-turismo-inteno-panel .modal-header .close {
        color: #fff;
        top: 32%;
    }

#reporte-turismo-inteno-title > p {
    text-align: center;
    color: #9A5D1B;
    font-size: 14px;
}

    #reporte-turismo-inteno-title > p:nth-child(1) {
        font-weight: bold;
    }

    #reporte-turismo-inteno-title > p:nth-child(2) {
        padding-bottom: 8px;
    }

#reporte-turismo-inteno-tabs {
    padding: 4px 20px 4px 20px !important;
}

    #reporte-turismo-inteno-tabs .nav-tabs {
        margin-bottom: unset;
    }

        #reporte-turismo-inteno-tabs .nav-tabs > li > a {
            text-transform: none;
            border-bottom: 2px solid #E78011;
        }

        #reporte-turismo-inteno-tabs .nav-tabs > li.active > a,
        #reporte-turismo-inteno-tabs .nav-tabs > li.active > a:hover,
        #reporte-turismo-inteno-tabs .nav-tabs > li.active > a:focus {
            color: #fff;
            background-color: #E78011;
            border: 2px solid #E78011;
            border-bottom-color: transparent;
            cursor: default;
        }

        #reporte-turismo-inteno-tabs .nav-tabs > li:nth-child(1) > a {
            border-top: 1px dashed #E78011;
            border-left: 1px dashed #E78011;
        }

        #reporte-turismo-inteno-tabs .nav-tabs > li:nth-child(2) > a {
            border-top: 1px dashed #E78011;
            border-right: 1px dashed #E78011;
        }

    #reporte-turismo-inteno-tabs > p {
        margin: 0px !important;
    }

#reporte-turismo-inteno-content {
    border: 2px solid #E78011;
    border-top-width: inherit;
}

    #reporte-turismo-inteno-content > p {
        padding: 8px 16px;
    }

#reporte-turismo-inteno-panel .modal-footer > button {
    background-color: #FE6206;
}

.modal-footer > button {
    text-transform: capitalize;
}

/************************************************************************************/
/*Measure*/
/************************************************************************************/
.tooltip {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    color: white;
    padding: 4px 8px;
    opacity: 0.7;
    white-space: nowrap;
}

.tooltip-measure {
    opacity: 1;
    font-weight: bold;
}

.tooltip-hiden {
    opacity: 0;
    font-weight: bold;
}

.tooltip-static {
    background-color: #ffcc33;
    color: black;
    border: 1px solid white;
}

    .tooltip-measure:before,
    .tooltip-static:before {
        border-top: 6px solid rgba(0, 0, 0, 0.5);
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        content: "";
        position: absolute;
        bottom: -6px;
        margin-left: -7px;
        left: 50%;
    }

    .tooltip-static:before {
        border-top-color: #ffcc33;
    }


/************************************************************************************/
/*Popfilter*/
/************************************************************************************/
.popfilter {
    display: none;
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 0px;
    border: 1px solid #cccccc;
    top: -1000px;
    /*left: 350px;*/
    right: calc(270px + 41px + 40px);
    width: 260px;
    border-radius: 4px;
    font-size: 11px;
}

    .popfilter:after, .popfilter:before {
        top: 18px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .popfilter:after {
        border-left-color: white;
        border-width: 10px;
        right: -10px;
        margin-right: -10px;
    }


    .popfilter .panel-body {
        padding: 0px 8px 0px 12px;
    }

.turismo-filter-content {
    /* min-width: 260px;
    max-width: 3000px;*/
}

    .turismo-filter-content .content-group {
        margin-bottom: 1px !important;
        display: flex;
    }

        .turismo-filter-content .content-group > p {
            min-width: 60px;
        }


/************************************************************************************/
/*Popup*/
/************************************************************************************/
.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 0px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 220px;
    border-radius: 10px;
    font-size: 11px;
}

    .ol-popup:after, .ol-popup:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .ol-popup:after {
        border-top-color: white;
        border-width: 10px;
        left: 48px;
        margin-left: -10px;
    }

    .ol-popup:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 48px;
        margin-left: -11px;
    }

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

    .ol-popup-closer:after {
        content: "✖";
        color: Black;
    }

#popup-content > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.popover-title {
    padding: 2px 8px !important;
    line-height: 1.5;
}

#popup-content-name > span:nth-child(1) > h4 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

#popup-content-data > table {
    font-family: arial, sans-serif;
    margin: auto;
    width: auto;
    padding: 0;
}

    #popup-content-data > table > th, td {
        padding: 1px 8px !important;
        font-size: 11px !important;
    }

#popup-content-contact {
    text-align: center;
}

#popup-content-data {
    text-align: center;
}

.logo-evento-artesania {
    height: 80px;
    padding: 4px;
    background: none;
    cursor: default;
}

/************************************************************************************/
/*PopName v 1.0*/
/************************************************************************************/
.ol-popname_v1 {
    position: absolute;
    /* background-color: #53ab37;*/
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 0px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    /* min-width: 220px;*/
    border-radius: 10px;
    font-size: 12px;
    text-align: center;
}

#popname-content_v1 {
    color: white;
    display: inline-block;
    margin: auto;
    width: max-content;
    min-width: 60px;
    text-align: center;
}
/************************************************************************************/
/*PopName*/
/************************************************************************************/
.ol-popname {
    position: absolute;
    background-color: rgb(25,158,255,0.8);
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    bottom: 12px;
    left: -50px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: bold;
}

    .ol-popname:after, .ol-poname:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .ol-popname:after {
        border-top-color: rgb(25,158,255,0.8);
        border-width: 10px;
        left: 48px;
        margin-left: -10px;
    }

    .ol-popname:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 48px;
        margin-left: -11px;
    }

#popname-content {
    color: rgb(255,255,0);
    display: inline-block;
    margin: auto;
    width: max-content;
    min-width: 60px;
    text-align: center;
}


/************************************************************************************/
/*Menú contextual mapa (clic derecho)*/
/************************************************************************************/
.ol-ctx-menu-container hr {
    margin: 0px
}

.ol-ctx-menu-icon.bold {
    font-weight: 700;
}

.ol-ctx-menu-icon {
    display: flex;
}

    .ol-ctx-menu-icon i {
        text-indent: 0px;
        font-size: 18px;
    }

    .ol-ctx-menu-icon span {
        text-indent: 10px;
    }

.ol-ctx-menu-zoom-in.ol-ctx-menu-icon span,
.ol-ctx-menu-zoom-out.ol-ctx-menu-icon span {
    text-indent: 28px;
}

.copiado {
    position: absolute;
    top: calc(50vh - 40px);
    right: calc(50vw - 60px);
    padding: 8px;
    color: #eee;
    text-align: center;
    height: 40px;
    width: 120px;
    font-weight: bold;
    background: #0BCB49;
    border-radius: 10px;
    border-color: transparent;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
}


/************************************************************************************/
/*Search Nominatim*/
/************************************************************************************/
.ol-search ul {
    color: #333;
    font-size: 0.85em;
    max-width: 21em;
}

    .ol-search ul i {
        display: block;
        color: #333;
        font-size: 0.85em;
    }

.info {
    display: inline-block;
    width: 100%;
}

    .info a img {
        height: 100px;
        margin-right: .5em;
        float: left;
    }

.ol-search input {
    width: 300px
}

.ol-search .autocomplete {
    max-width: 328px
}

.navbar-menu > li > a {
    /*text-transform: uppercase;*/
    font-size: 12px;
    position: relative;
    font-weight: 500;
}

.textMenu > li {
    text-decoration: underline;
    background-color: red;
    font: bold;
    border: 2px solid red;
    border-radius: 20px 20px 0px 0px;
}

    .textMenu > li > a {
        font: small-caps bold 12px/30px;
        font-family: Droid Sans,Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    }

.badge {
    border-radius: 5px !important;
    /*    width: 119px !important;*/
}

.formularioModal {
    font-size: 11px;
}
/*.ModalBusqueda {
    overflow: auto;
}*/
#wrapper {
    position: relative;
}

.ModalBusqueda {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99998;
    display: none;
    top: 0;
    left: 0;
}

.ui-widget-header {
    background: #5b5b5b !important;
    border: 1px solid #fff !important;
}

.componente-buscar {
    position: absolute;
    /*left: 68px;*/
    bottom: -20px;
    padding: 0 0 0 70px;
    z-index: 1;
    width: 100%
}

.texto-visor {
    font-size: 10px;
}

.ui-dialog-title {
    font-size: 10px !important;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modalDinamico {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../../resources/img/ajax-loader.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}
