@font-face {
    font-family: 'GothamRoundedBold';
    src: url('../fonts/gothamrnd-bold.eot');
    src: url('../fonts/gothamrnd-bold.eot') format('embedded-opentype'), url('../fonts/gothamrnd-bold.woff') format('woff'), url('../fonts/gothamrnd-bold.ttf') format('truetype'), url('../fonts/gothamrnd-bold.svg#GothamRoundedBold') format('svg');
}

@font-face {
    font-family: 'GothamRoundedBook';
    src: url('../fonts/gothamrnd-book.eot');
    src: url('../fonts/gothamrnd-book.eot') format('embedded-opentype'), url('../fonts/gothamrnd-book.woff') format('woff'), url('../fonts/gothamrnd-book.ttf') format('truetype'), url('../fonts/gothamrnd-book.svg#GothamRoundedBook') format('svg');
}

@font-face {
    font-family: 'GothamRoundedMedium';
    src: url('../fonts/gothamrnd-medium.eot');
    src: url('../fonts/gothamrnd-medium.eot') format('embedded-opentype'), url('../fonts/gothamrnd-medium.woff') format('woff'), url('../fonts/gothamrnd-medium.ttf') format('truetype'), url('../fonts/gothamrnd-medium.svg#GothamRoundedMedium') format('svg');
}

@font-face {
    font-family: 'GothamRoundedLight';
    src: url('../fonts/gothamrnd-light.eot');
    src: url('../fonts/gothamrnd-light.eot') format('embedded-opentype'), url('../fonts/gothamrnd-light.woff') format('woff'), url('../fonts/gothamrnd-light.ttf') format('truetype'), url('../fonts/gothamrnd-light.svg#GothamRoundedLight') format('svg');
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 4px;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1;
}

html {
    font-size: 16px;
}

body {
    font-family: 'GothamRoundedBook' !important;
}

#typeahead-target .typeahead__dropdown,
.typeahead__list {
    position: unset;
}

.sliderContainer {
    width: 100%;
    padding-right: 15px;
    padding-left: 10px;
}

textarea {
    margin-top: 8px !important;
}

@media screen and (max-width: 767px) {
    .navbar-fixed-side {
        margin-left: -15px;
        margin-right: -15px;
    }

    #NavMenuContainer {
        width: 100%;
    }

    #Navbar {
        height: 50%;
    }

    .opcionesCapa {
        width: 23px !important;
        height: 23px !important;
        margin-right: 5px !important;
    }

    #activeServicesList {
        width: calc(100% - 65px);
        bottom: 52px;
        max-height: 192px !important;
    }

    div#collapseDirections,
    div#collapseObras,
    div#collapseOTC,
    div#collapseTiempoReal,
    div#collapseImport,
    div#collapseProperties,
    div#collapseTemporalidad,
    div#collapseGeocode,
    div#collapseSPServices,
    div#collapseFiltro,
    div#collapseCoordinates,
    div#collapseSwipe,
    div#collapseMeasure,
    div#collapseComments,
    div#collapseBasemaps,
    div#collapseLogin,
    div#collapseAcerca,
    div#collapseProperties,
    div#collapseTemporalidad,
    div#collapseShare,
    div#collapsePrint,
    div#searchQueryPanel,
    div#commentsNoLogin {
        padding: 10px 0px 80px !important;
    }

    div#printList {
        position: relative;
        margin-top: 110px;
    }

    #userPhotoDiv {
        bottom: 25px;
        right: 12px;
    }

    #btnActiveServicesList {
        left: 12px;
        bottom: 25px;
    }

    #StreetViewButton {
        bottom: 200px;
    }

    #HomeButton {
        bottom: 130px;
    }

    #LocateButton {
        bottom: 165px;
    }

    #BaseMapButton {
        bottom: 235px;
    }

    .calcite.calcite-zoom-bottom-right .esriSimpleSlider {
        bottom: 50px;
    }

    .colAdicional {
        display: none;
    }

    .menu_open {
        top: 0px;
    }

    .menu_close {
        top: -50%;
        margin-top: 0px !important;
    }

    .menuBtn_open {
        right: 16px;
        top: 50%;
        background: #df212a;
        padding: 5px 15px 8px 15px;
        color: white;
        border-radius: 0px 0px 25px 25px;
        font-family: 'GothamRoundedBook';
        color: white;
        font-size: 18px;
        margin-top: 17px;
    }

    .menuBtn_close {
        right: 16px;
        top: 0px;
        background: #df212a;
        padding: 5px 15px 8px 15px;
        color: white;
        border-radius: 0px 0px 25px 25px;
        font-family: 'GothamRoundedMedium';
        color: white;
        font-size: 18px;
    }

    .menuBtn2_open {
        left: 17px;
        top: 50%;
        background: white;
        padding: 5px 10px;
        font-size: 12px;
        font-family: 'GothamRoundedBook';
        color: #616161;
        margin-top: 17px;
        border: solid 1px #616161;
        border-radius: 3px;
    }

    .menuBtn2_close {
        left: 17px;
        top: 0px;
        background: white;
        padding: 5px 10px;
        color: #616161;
        font-size: 12px;
        font-family: 'GothamRoundedMedium';
        border: solid 1px #616161;
        border-radius: 3px;
    }

    #panelLegendP {
        max-height: calc(25vh) !important;
        max-width: calc(50vw) !important;
        overflow: hidden;
    }

    #panelLegend {
        max-height: calc(25vh - 32px) !important;
    }

}

@media screen and (min-width: 768px),
screen and (width: 768px) {

    #NavMenuContainer {
        width: 400px;
    }

    #Navbar {
        height: calc(100% - 40px);
    }

    #activeServicesList {
        width: 420px;
        bottom: 10px;
        max-height: 248px !important;
    }

    #btnActiveServicesList {
        right: 12px;
        bottom: 30px;
    }

    div#collapseDirections,
    div#collapseObras,
    div#collapseOTC,
    div#collapseTiempoReal,
    div#collapseImport,
    div#collapseProperties,
    div#collapseTemporalidad,
    div#collapseGeocode,
    div#collapseSPServices,
    div#collapseFiltro,
    div#collapseCoordinates,
    div#collapseSwipe,
    div#collapseMeasure,
    div#collapseComments,
    div#collapseBasemaps,
    div#collapsePrint,
    div#collapseShare,
    div#collapseAcerca,
    div#collapseLogin,
    div#searchQueryPanel,
    div#commentsNoLogin {
        padding: 10px 0px 0px !important;
    }

    #userPhotoDiv {
        top: 15px;
        right: 25px;
    }

    #StreetViewButton {
        bottom: 215px;
    }

    #HomeButton {
        bottom: 145px;
    }

    #LocateButton {
        bottom: 180px;
    }

    #BaseMapButton {
        bottom: 250px;
    }

    .calcite.calcite-zoom-bottom-right .esriSimpleSlider {
        bottom: 65px;
    }

    .menu_open {
        left: 0px;
    }

    .menu_close {
        left: -420px;
    }

    .menuBtn_open {
        left: 416px;
        background: #df212a;
        padding: 8px 15px 8px 10px;
        color: white;
        border-radius: 0px 25px 25px 0px;
        font-family: 'GothamRoundedBook';
        color: white;
        font-size: 18px;
        margin-top: 32px;
    }

    .menuBtn_close {
        left: 0px;
        background: white;
        padding: 11px 20px 10px 15px;
        color: white;
        border-radius: 0px 25px 25px 0px;
        font-family: 'GothamRoundedMedium';
        color: white;
        font-size: 18px;
        margin-top: 32px;
    }

    .menuBtn2_open {
        left: 420px;
        background: white;
        padding: 5px 10px;
        font-size: 12px;
        font-family: 'GothamRoundedMedium';
        color: #616161;
        margin-top: 17px;
        bottom: 30px;
        border: solid 1px #616161;
        border-radius: 3px;
    }

    .menuBtn2_close {
        left: 5px;
        bottom: 30px;
        background: white;
        padding: 5px 10px;
        color: #616161;
        font-size: 12px;
        font-family: 'GothamRoundedMedium';
        margin-top: 17px;
        border: solid 1px #616161;
        border-radius: 3px;
    }

    #panelLegendP {
        max-height: calc(45vh) !important;
        max-width: calc(20vw) !important;
        height: calc(45vh) !important;
        width: calc(20vw) !important;
        overflow: hidden;
    }

    #panelLegend {
        max-height: calc(45vh - 32px) !important;
    }

    /* Fin responsive */

    .navbar-fixed-side {
        position: fixed;
        margin: 0 -15px;
        height: 100vh;
        width: inherit;
        overflow: auto;
        border-top-width: 0;
        border-bottom-width: 0;
        border-radius: 0;
    }

    .navbar-fixed-side .container,
    .navbar-fixed-side .container-fluid {
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-fixed-side .navbar-header {
        float: none;
    }

    .navbar-fixed-side .navbar-brand {
        height: auto;
    }

    .navbar-fixed-side>.container .navbar-brand,
    .navbar-fixed-side>.container-fluid .navbar-brand {
        margin-left: 0;
    }

    .navbar-fixed-side .navbar-collapse {
        width: 100%;
        border-top: 1px solid #e7e7e7;
    }

    .navbar-fixed-side .navbar-nav {
        float: none;
        margin: 0 -15px;
    }

    .navbar-fixed-side .navbar-nav>li {
        float: none;
    }

    .navbar-fixed-side .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e7e7e7;
    }

    .navbar-fixed-side .navbar-form {
        margin: 0;
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px 15px;
        border-bottom: 1px solid #e7e7e7;
    }

    .navbar-fixed-side .navbar-text {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-fixed-side .navbar-left,
    .navbar-fixed-side .navbar-right {
        float: none !important;
    }

    .navbar-fixed-side .navbar-nav .dropdown-menu-sbar {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
        border-bottom: 1px solid #e7e7e7;
    }

    .panel-body.panel-500 {
        overflow: hidden;
    }

    .navbar-fixed-side .navbar-nav .dropdown-menu-sbar>li>a,
    .navbar-fixed-side .navbar-nav .dropdown-menu-sbar .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-fixed-side .navbar-nav .dropdown-menu-sbar>li>a {
        line-height: 20px;
        color: #777;
    }

    .navbar-fixed-side .navbar-nav .dropdown-menu-sbar>li>a:hover,
    .navbar-fixed-side .navbar-nav .dropdown-menu-sbar>li>a:focus {
        background-image: none;
    }

    .navbar-fixed-side .navbar-nav .dropdown-menu-sbar>.active>a {
        background-color: #e7e7e7;
        color: #555;
    }

    .navbar-fixed-side .navbar-nav>li>a:hover,
    .navbar-fixed-side .navbar-nav>li>a:focus,
    .navbar-fixed-side .navbar-nav .dropdown-menu-sbar>li>a:hover,
    .navbar-fixed-side .navbar-nav .dropdown-menu-sbar>li>a:focus {
        background-color: #f0f0f0;
        color: #333;
    }

    .navbar-fixed-side .dropdown>.dropdown-toggle,
    .navbar-fixed-side .dropdown-menu-sbar>.dropdown-header {
        background-color: transparent !important;
        color: #9d9d9d !important;
        cursor: default;
        font-size: 0.8em;
        text-transform: uppercase;
        border-bottom: none;
        padding-bottom: 0;
    }

    .navbar-fixed-side .dropdown-toggle .caret {
        display: none;
    }

    .navbar-fixed-side .dropdown-menu-sbar {
        display: block;
    }

    .navbar-fixed-side.navbar-inverse .navbar-collapse,
    .navbar-fixed-side.navbar-inverse .navbar-nav>li>a,
    .navbar-fixed-side.navbar-inverse .navbar-form,
    .navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu-sbar {
        border-color: #363636;
    }

    .navbar-fixed-side.navbar-inverse .divider {
        background-color: #363636;
    }

    .navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu-sbar>li>a {
        color: #9d9d9d;
    }

    .navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu-sbar>.active>a {
        background-color: #090909;
        color: #fff;
    }

    .navbar-fixed-side.navbar-inverse .navbar-nav>li:not(.active)>a:hover,
    .navbar-fixed-side.navbar-inverse .navbar-nav>li:not(.active)>a:focus,
    .navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu-sbar>li:not(.active)>a:hover,
    .navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu-sbar>li:not(.active)>a:focus {
        background-color: #2f2f2f;
        color: #fff;
    }

    .navbar-fixed-side.navbar-inverse .dropdown>.dropdown-toggle {
        color: #777777 !important;
    }
}

#Navbar,
#NavMenu,
#NavbarLeyenda {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

#Navbar {
    margin: 15px;
    background: #F3F3F3 !important;
    border-radius: 5px;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 4px;
}

.map .logo-med {
    display: none;
}

.map .logo-sm {
    display: none;
}

.tab-pane {
    margin-top: 0px;
}

#menuItems .media-heading,
#printList>a>div>span {
    color: #003A5B;
    font-family: 'GothamRoundedMedium';
    font-size: 14px !important;
    padding-bottom: 5px;
}

h5.media-heading {
    color: #003A5B !important;
    font-size: 15px;
    font-family: 'GothamRoundedMedium';
    cursor: pointer;
}

.media-heading {
    margin-bottom: 0px;
    color: #003A5B !important;
    font-family: 'GothamRoundedMedium' !important;
}

.media-heading strong {
    margin-bottom: 0px;
    color: #003A5B !important;
    font-family: 'GothamRoundedMedium' !important;
}

.calcite-panels .panel-body {
    width: 100%;
    min-height: unset;
    max-height: unset;
    overflow: hidden;
}

.calcite-panels .panel-label {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 15px;
    font-family: "GothamRoundedMedium";
}

.calcite-dropdown .dropdown-menu.calcite-menu-drawer {
    left: -350px;
}

.popover {
    z-index: 99999999;
}

#logo {
    max-width: 37%;
    margin-bottom: 20px;
}

.text-intro {
    max-width: 70% !important;
    line-height: 22px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.typeahead__filter {
    display: none;
}


.img_nav {
    width: 44px;
    height: 44px;
    padding: 4px;
}

.img_nav_icon {
    display: block;
}

.media:hover>div>.img_nav_icon {
    display: none;
}

.img_nav_icon_h {
    display: none;
}

.media:hover>div>.img_nav_icon_h {
    display: block;
    transition: height .5s ease-out 0s;
}

@media only screen and (max-width: 1024px) {
    #logo {
        max-width: 60%;
    }
}

@media only screen and (max-width: 900px) {
    #logo {
        max-width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    #ayudaBtn {
        display: none;
    }

    #logo {
        max-width: 35%;
    }
}

@media screen and (max-width: 500px) {
    .panel-500 {
        min-width: unset;
    }

    .logo-500 {
        display: none;
    }

    #coordinatesDiv {
        display: none;
    }

    #logo {
        max-width: 60%;
    }
}

.titleButton {
    color: #003a5b !important;
    text-shadow: none;
    opacity: 1.0;
}

.clearTextBtn {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.clearTextBtn3 {
    position: absolute;
    right: 22px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.rating-clear {
    display: none !important;
}

.rating-input {
    color: #003A5B;
    font-size: x-large;
    text-align: center;
}

.dropdown-menu {
    min-width: unset;
}

.calcite-margin-all .calcite-navbar {
    margin: 5px;
}

.calcite .HomeButton .home {
    height: 29px;
    width: 29px;
    line-height: 2.5;
}

.calcite .HomeButton .home::before {
    content: "" !important;
}

.calcite .LocateButton .zoomLocateButton {
    height: 29px;
    width: 29px;
    line-height: 2.5;
}

.calcite .LocateButton .zoomLocateButton::before {
    content: "" !important;
}

.calcite-dropdown.calcite-bg-light .dropdown-menu {
    background-color: white;
}

.calcite-dropdown .dropdown-menu>li>a {
    padding: 5px 9px;
    color: #004268 !important;
}

.calcite .esriPopup .actionList a {
    color: #004268;
    padding-bottom: 5px;
    padding-top: 0px;
}

.calcite .esriPopup .actionsPane .zoomTo::before {
    content: none !important;
}

.calcite .esriPopup .pointer,
.calcite .esriPopup .outerPointer {
    border-color: #003A5B;
}

.calcite .esriPopup .titlePane {
    background-color: #003A5B;
    color: white;
    border-radius: 15px 15px 0px 0px;
}

.calcite .esriPopup .esriPopupWrapper {
    border-radius: 15px;
}

.calcite .esriScalebar {
    display: inline-table;
    float: right;
    position: unset;
    margin-right: 20px;
}

.panel-heading-new {
    background-color: #003a5b;
    color: white;
    padding: 10px;
    position: absolute;
    width: 100%;
    z-index: 100000;
    margin-top: -53px;
}

div#drawMenu2 {
    margin-top: 10px;
    margin-bottom: 20px;
    float: left !important;
}

ul#proyectosPanelHeader a {
    color: #003a5b !important;
    padding: 5px 10px;
}

div#proyectosPanelTitle {
    margin-top: 15px;
}

div#proyectosMenu {
    background-color: #f9f9f9;
    position: absolute;
}

textarea#proyectosDescription {
    height: 26px !important;
    overflow: hidden;
    min-height: 3px !important;
}

#Navbar .calcite-panels {
    border-radius: 10px;
    position: unset;
}

.calcite-panels-right {
    right: 75px;
}

.calcite-panels .panel-body .form-control {
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    box-shadow: none;
    border-bottom: 1px lightgray solid;
    padding: 0px;
}

input#serviceListFilter,
input#SPServiceListFilter {
    font-size: 12px;
}

#serviceListFilter {
    color: #000 !important;
}

input#geocodefile {
    border-bottom: none !important;
}


div#servicesListEmpty {
    padding-left: 18px;
    padding-bottom: 30px;
    margin-top: 10px;
}

.calcite-panels .panel-title {
    font-size: 15px;
    text-align: center;
    color: white;
}

.list-group-item.activec:hover {
    background-color: #f3f3f3
}

.calcite-dropdown .dropdown-toggle {
    padding: 17px 16px 16px 16px;
}

.calcite .esriMeasurement .distanceIcon,
.calcite .esriMeasurement .areaIcon,
.calcite .esriMeasurement .locationIcon {
    width: 32px;
    height: 32px;
}

.dijitMenuPopup {
    z-index: 100000000 !important;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    text-transform: none !important;
}

.calcite .arcgisSearch .searchBtn.searchSubmit {
    background-color: unset;
    border: none;
    color: white;
}

.calcite .arcgisSearch .searchGroup .searchInput {
    background-color: unset;
    color: white;
}

.calcite .arcgisSearch {
    box-shadow: unset;
}

.calcite .esriPopup {
    z-index: 100000000 !important;
}

.calcite.calcite-zoom-bottom-right .esriSimpleSlider {
    top: auto;
    right: 0;
    left: auto;
}

.calcite .esriMeasurement .distanceIcon {
    background-image: url(../images/panel_medicion/distancia.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.calcite .esriMeasurement .locationIcon {
    background-image: url(../images/panel_medicion/ubicacion.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.calcite .esriMeasurement .areaIcon {
    background-image: url(../images/panel_medicion/area.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.calcite.calcite-maps .esriSimpleSlider div {
    border-radius: 4px;
}

#HomeButton {
    position: absolute;
    right: 15px;
    z-index: 50;
}

.HomeButton .homeContainer .home {
    background-image: url(../images/iconos/icono_inicio.svg);
    background-size: contain;
    content: "";
    border-radius: 4px;
}

.zoomLocateButton {
    background-image: url(../images/iconos/icono_geo.svg);
    background-size: contain;
    content: "";
}

.esriSimpleSliderIncrementButton {
    background-image: url(../images/iconos/icono_acercar.svg);
    background-size: contain;
    content: "";
    height: 29px;
    width: 29px;
}

.esriSimpleSliderDecrementButton {
    background-image: url(../images/iconos/icono_alejar.svg);
    background-size: contain;
    content: "";
    height: 29px;
    width: 29px;
}

.nav-tabs>li>a {
    border: 0px solid transparent !important;
}

.calcite-panels .panel-body .nav-tabs>li.active>a {
    background-color: #003a5b00 !important;
    border: none;
    border-bottom-width: 3px;
}

.calcite-panels.calcite-bg-light .nav-tabs>li>a {
    border-bottom: #ccc 4px solid !important;
    font-weight: 600;
}


.calcite-panels.calcite-bg-light .nav-tabs>li.active>a {
    border-bottom: #df212a 3px solid !important;
    color: #003a5b !important;
    font-weight: 100;
    font-size: 14px;
    font-family: 'GothamRoundedMedium' !important;
}

.calcite-panels.calcite-bg-light .nav-tabs>li>a:focus,
.calcite-panels.calcite-bg-light .nav-tabs>li>a:hover {
    border-bottom-width: 3px;

}

.calcite-panels .panel-body .nav-tabs>li>a {
    padding: 5px 12px 10px
}

.calcite-panels .panel-body .nav-tabs>li>a:focus,
.calcite-panels .panel-body .nav-tabs>li>a:hover {
    background-color: transparent;
    border: none;
}

.calcite-panels .panel-body .nav-tabs {
    border-bottom: none;
}

#LocateButton {
    position: absolute;
    right: 15px;
    z-index: 50;
}

#buttonBar {
    position: absolute;
    top: 43px;
    right: 16px;
    z-index: 50;
}

#buttonBar .btn {
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
}

.modal-backdrop {
    z-index: 99999998;
}

.btn-group.pull-right.col-xs-6.col-xs-offset-6 {
    margin-left: 0 !important;
    padding-left: 0 !important;
    float: left !important;
}

#btnActiveServicesList {
    position: absolute;
    border-radius: 50%;
    background-color: #333E4E;
    width: 35px;
    height: 35px;
}

#btnActiveServicesList img {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#countActiveServicesList {
    width: 10px;
    height: 10px;
    color: white;
    position: relative;
    top: -70%;
    right: -50%;
    border-radius: 50%;
}

#activeServicesList {
    right: 50px;
    position: absolute;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.panel-toggle-title {
    color: white !important;
    flex: 100 !important;
    font-size: medium !important;
    padding: 4px !important;
    padding-left: 0px !important;
}

.basemap-title {
    color: #003A5B;
    width: 100%;
    height: 40px;
    font-weight: bold;
    font-size: larger;
    padding: 20px;
    margin-bottom: 20px;
}

.min-header {
    background: transparent url(../images/iconos/icono_volver_blanco.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.calcite .esriMeasurement .esriButton {
    width: 50%;
}

.format-label {
    display: inline-block;
    vertical-align: text-bottom;
    position: relative;
    top: 2px;
    height: 42px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: 16px 16px;
    text-indent: -900em;
    background: url("../images/formats/otro.svg") no-repeat 0 0;
}

.format-label[data-format=csv],
.format-label[data-format*=csv] {
    background: url("/images/formats/csv.svg") no-repeat 0 0;
}

.format-label[data-format=dbf],
.format-label[data-format*=dbf] {
    background: url("/images/formats/dbf.svg") no-repeat 0 0;
}

.format-label[data-format=sbx],
.format-label[data-format*=sbx] {
    background: url("/images/formats/sbx.svg") no-repeat 0 0;
}

.format-label[data-format=dxf],
.format-label[data-format*=dxf] {
    background: url("/images/formats/dxf.svg") no-repeat 0 0;
}

.format-label[data-format=dwg],
.format-label[data-format*=dwg] {
    background: url("/images/formats/dwg.svg") no-repeat 0 0;
}

.format-label[data-format=rdf],
.format-label[data-format*=rdf] {
    background: url("/images/formats/rdf.svg") no-repeat 0 0;
}

.format-label[data-format=gdb],
.format-label[data-format*=gdb] {
    background: url("/images/formats/gdb.svg") no-repeat 0 0;
}

.format-label[data-format=gpkg],
.format-label[data-format*=gpkg] {
    background: url("/images/formats/geopackage.svg") no-repeat 0 0;
}

.format-label[data-format=kml],
.format-label[data-format*=kml] {
    background: url("/images/formats/kml.svg") no-repeat 0 0;
}

.format-label[data-format=kmz],
.format-label[data-format*=kmz] {
    background: url("/images/formats/kmz.svg") no-repeat 0 0;
}

.format-label[data-format=postgresql],
.format-label[data-format*=postgresql] {
    background: url("/images/formats/postgresql.svg") no-repeat 0 0;
}

.format-label[data-format='esri rest'],
.format-label[data-format*='esri rest'] {
    background: url("/images/formats/rest.svg") no-repeat 0 0;
}

.format-label[data-format=pdf],
.format-label[data-format*=pdf] {
    background: url("/images/formats/pdf.svg") no-repeat 0 0;
}

.format-label[data-format=shp],
.format-label[data-format*=shp] {
    background: url("/images/formats/shp.svg") no-repeat 0 0;
}

.format-label[data-format=api],
.format-label[data-format*=api] {
    background: url("/images/formats/api.svg") no-repeat 0 0;
}

.format-label[data-format=zip],
.format-label[data-format*=zip] {
    background: url("/images/formats/zip.svg") no-repeat 0 0;
}

.format-label[data-format=xls],
.format-label[data-format*=xls] {
    background: url("/images/formats/xls.svg") no-repeat 0 0;
}

.format-label[data-format=xlsx],
.format-label[data-format*=xlsx] {
    background: url("/images/formats/xlsx.svg") no-repeat 0 0;
}

.format-label[data-format=txt],
.format-label[data-format*=txt] {
    background: url("/images/formats/txt.svg") no-repeat 0 0;
}

.format-label[data-format=xml],
.format-label[data-format*=xml] {
    background: url("/images/formats/xml.svg") no-repeat 0 0;
}

.format-label[data-format=json],
.format-label[data-format*=json] {
    background: url("/images/formats/json.svg") no-repeat 0 0;
}

.format-label[data-format=html],
.format-label[data-format*=html] {
    background: url("/images/formats/html.svg") no-repeat 0 0;
}

.format-label[data-format=gml],
.format-label[data-format*=gml] {
    background: url("/images/formats/gml.svg") no-repeat 0 0;
}

.format-label[data-format=geojson],
.format-label[data-format*=geojson] {
    background: url("/images/formats/geojson.svg") no-repeat 0 0;
}

.format-label[data-format=vectortile],
.format-label[data-format*=vectortile] {
    background: url("/images/formats/vectortile.svg") no-repeat 0 0;
}

.format-label[data-format=wcs],
.format-label[data-format*=wcs] {
    background: url("/images/formats/wcs.svg") no-repeat 0 0;
}

.format-label[data-format=wfs],
.format-label[data-format*=wfs] {
    background: url("/images/formats/wfs.svg") no-repeat 0 0;
}

.format-label[data-format=wms],
.format-label[data-format*=wms] {
    background: url("/images/formats/wms.svg") no-repeat 0 0;
}

.format-label[data-format=wmts],
.format-label[data-format*=wmts] {
    background: url("/images/formats/wmts.svg") no-repeat 0 0;
}

.format-label[data-format=cpg],
.format-label[data-format*=cpg] {
    background: url("/images/formats/cpg.svg") no-repeat 0 0;
}

.format-label[data-format=doc],
.format-label[data-format*=doc] {
    background: url("/images/formats/doc.svg") no-repeat 0 0;
}

.format-label[data-format=gpx],
.format-label[data-format*=gpx] {
    background: url("/images/formats/gpx.svg") no-repeat 0 0;
}

.format-label[data-format=ods],
.format-label[data-format*=ods] {
    background: url("/images/formats/ods.svg") no-repeat 0 0;
}

.format-label[data-format=prj],
.format-label[data-format*=prj] {
    background: url("/images/formats/prj.svg") no-repeat 0 0;
}

.format-label[data-format=sbn],
.format-label[data-format*=sbn] {
    background: url("/images/formats/sbn.svg") no-repeat 0 0;
}

.format-label[data-format=shx],
.format-label[data-format*=shx] {
    background: url("/images/formats/shx.svg") no-repeat 0 0;
}

.format-label[data-format=url],
.format-label[data-format*=url] {
    background: url("/images/formats/url.svg") no-repeat 0 0;
}

.format-label[data-format=url],
.format-label[data-format*=url] {
    background: url("/images/formats/url.svg") no-repeat 0 0;
}

.format-label[data-format=zip],
.format-label[data-format*=zip] {
    background: url("/images/formats/zip.svg") no-repeat 0 0;
}

#panelTableP,
#panelRelationsP,
#panelObrasTableP {
    top: 60%;
    right: 50px;
    bottom: 30px;
    left: 15px;
    width: unset;
}

.panelTablePSM {
    top: 60px !important;
}

.normalDataTable {
    max-height: calc(40vh - 162.8px) !important;
}

.maxDataTable {
    max-height: calc(100vh - 262px) !important;
}

.tabRelationHeader {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
}

.tabRelationTable {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: auto;
}

#SPServiceListFilter::-webkit-input-placeholder,
#serviceListFilter::-webkit-input-placeholder {
    font-size: 11px !important;
}

#SPServiceListFilter::-moz-placeholder,
#serviceListFilter::-moz-placeholder {
    font-size: 12px !important;
}

#SPServiceListFilter:-moz-placeholder,
#serviceListFilter:-moz-placeholder {
    font-size: 11px !important;
}

#SPServiceListFilter:-ms-input-placeholder,
#serviceListFilter:-ms-input-placeholder {
    font-size: 11px !important;
}

#splashDiv {
    background: linear-gradient(270deg, rgb(255 183 46 / 0.7) 0%, rgb(0 58 91 / 0.6) 40%, rgb(0 58 91 / 0.9) 100%);
    width: 100%;
    height: 100%;
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: box;
    box-pack: center;
    box-align: center;
    z-index: 10000000000 !important;
}

#drawLineBtn {
    background-image: url(../images/panel_dibujo/linea.png);
    height: 36px;
    width: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#drawPointBtn {
    background-image: url(../images/panel_dibujo/punto.png);
    height: 36px;
    width: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#drawPolylineBtn {
    background-image: url(../images/panel_dibujo/multilinea.png);
    height: 36px;
    width: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#drawFreehandPolylineBtn {
    background-image: url(../images/panel_dibujo/linea2.png);
    height: 36px;
    width: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#drawTriangleBtn,
#filterTriangleBtn {
    background-image: url(../images/panel_dibujo/triangulo.png);
    height: 36px;
    width: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#drawCircleBtn,
#filterCircleBtn {
    background-image: url(../images/panel_dibujo/circulo.png);
    height: 36px;
    width: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#drawEllipseBtn,
#filterEllipseBtn {
    background-image: url(../images/panel_dibujo/elipse.png);
    height: 36px;
    width: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#drawPolygonBtn,
#filterPolygonBtn {
    background-image: url(../images/panel_dibujo/poligono.png);
    height: 36px;
    width: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#drawFreehandPolygonBtn,
#filterFreehandPolygonBtn {
    background-image: url(../images/panel_dibujo/poligono2.png);
    height: 36px;
    width: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#drawTextBtn {
    background-image: url(../images/panel_dibujo/texto.png);
    height: 36px;
    width: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#filterTriangleBtn,
#filterCircleBtn,
#filterEllipseBtn,
#filterPolygonBtn,
#filterFreehandPolygonBtn,
#filterGeoJSONBtn,
#filterKMLBtn,
#filterSHPBtn {
    margin-right: 5px;
    background-color: #F3F3F3;
}

#BaseMapButton {
    position: absolute;
    right: 16px;
    z-index: 50;
    background-size: contain;
    content: "";
    height: 29px;
    width: 29px;
    line-height: 2.5;
}

.jx-knightlab {
    display: none !important;
}

.text_selectDato1 {
    position: absolute;
    width: 100%;
    z-index: 999;
    margin: 0;
}

.text_selectDato1_Vertical {
    bottom: 40%;
    left: 0;
}

.text_selectDato1_Horizontal {
    top: 0;
    left: 50%;
}

.text_selectDato2 {
    position: absolute;
    width: 100%;
    z-index: 999;
    margin: 0;
}

.text_selectDato2_Vertical {
    bottom: 40%;
    right: 0;
    text-align: right;
}

.text_selectDato2_Horizontal {
    bottom: 0;
    left: 50%;
}

#text_selectDato1_Lupa {
    margin-top: -10px;
    margin-left: 100px;
    z-index: 999;
}

.text_selectDato1 span,
.text_selectDato2 span,
#text_selectDato1_Lupa {
    color: white;
    font: 12px/20px Helvetica, Sans-Serif;
    letter-spacing: 1px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
}

.dropdown-menu,
.dropdown-toggle {
    cursor: default;
}

.row {
    display: flex;
    justify-content: space-between;
}

.calcite .esriPopup .titleButton.close {
    right: 0px;
}

.calcite .esriPopup .titleButton.moreOptions {
    right: 20px;
    text-align: right;
}

.calcite .esriPopup .titleButton.maximizar {
    right: 60px;
}

.moreOptions-content {
    display: none;
    position: relative;
    text-align: right;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.moreOptions-content a {
    color: #004268 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px !important;
    padding: 12px 16px !important;
    text-decoration: none !important;
    display: block !important;
}

.show {
    display: block;
}

div .sizer {
    max-width: 800px !important;
    max-height: 800px !important;
}

div .esriPopupMaximized {
    left: 30% !important;
    top: 50px !important;
}

div .juxtapose-normal {
    max-height: 225px !important;
    min-height: 200px !important;
    width: 300px !important;
}

div .juxtapose-maximized {
    max-height: 575px !important;
    min-height: 500px !important;
    width: 750px !important;
}

@media only screen and (max-width: 768px) {
    div .juxtapose-maximized {
        max-height: 70% !important;
        min-height: 60% !important;
        width: 90% !important;
    }
}

div.jx-credit-max {
    line-height: 2rem;
    font-size: 2rem;
    padding-top: 1rem;
    padding-left: 0px;
}

div.jx-credit2-max {
    line-height: 2rem;
    font-size: 1.3rem;
    padding-top: 1rem;
}

/* Directions */

.directionsSelector {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}

.directionsSelector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none !important;
}

.directions_image {
    width: 40px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.directionsSelector input:active+.modeDirections {
    opacity: .9;
}

.directionsSelector input:checked+.modeDirections {
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    filter: none;
}

div#calculateRoutingPanel .div-wrapper {
    justify-content: start;
}

.modeDirections {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 42px;
    height: 42px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: grayscale(1) opacity(.4);
    -moz-filter: grayscale(1) opacity(.4);
    -o-filter: grayscale(1) opacity(.4);
    filter: grayscale(1) opacity(.4);
}

.modeDirections:hover {
    -webkit-filter: grayscale(.5) opacity(.9);
    -moz-filter: grayscale(.5) opacity(.9);
    -o-filter: grayscale(.5) opacity(.9);
    filter: grayscale(.5) opacity(.9);
}


.driving {
    background-image: url(../images/ruteo/icono_carro.png);
    margin-left: 15px;
    width: 45px;
    height: 45px;
}

.bicycling {
    background-image: url(../images/ruteo/icono_bicicleta.png);
    margin-left: 15px;
    width: 45px;
    height: 45px;
}

.walking {
    background-image: url(../images/ruteo/icono_caminando.png);
}

.transit {
    background-image: url(../images/ruteo/icono_bus.png);
    margin-left: 15px;
}

.div-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.div-wrapper .align-left {
    margin-right: auto;
}

#panelLegendP {
    position: fixed;
    background: white;
}

.panelDirections500 {
    height: 100%;
    overflow: auto;
    max-height: unset;
    padding-top: 0px !important;
}

.panelDirections500>.nav {
    margin-top: 10px;
}

#calculateRoutingPanel {
    margin-top: 0px;
}

#resultRoutingPanel {
    margin-top: 0px;
}

#origenDireccion,
#destinoDireccion,
#origenNearMe {
    height: 30px;
    border-radius: 0px !important;
    font-size: 1rem;
    font-size: 12px;
    padding-left: 5px;
}

#msgUbicacionPuntos {
    text-align: center;
    padding-left: 1em;
    padding-right: 2em;
    font-size: 1em;
    color: #616161;
    line-height: 1.2em;
}

#listRuta>div>li,
#listRuta>li {
    border: none;
    padding-bottom: 20px !important;
    padding-top: 15px !important;
}

.indicacionesWrapper {
    font-size: 0.9em;
}

.indicaciones {
    position: relative;
    min-width: 15%;
    height: 100%;
    border-radius: 5px 0px 0px 5px;
    padding: 5px;
    background-color: #199bd80f;
    min-height: 65px;
}

.indicacionesText {
    border: 1px solid ece9e9;
    border-radius: 0px 5px 5px 0px;
    padding: 5px;
}

.maximizarRutas {
    display: inline;
}

@media only screen and (max-height: 667px) {
    .modeDirections {
        width: 32px;
        height: 32px;
    }

    .driving,
    .bicycling {
        width: 36px;
        height: 36px;
    }

    #msgUbicacionPuntos {
        font-size: 0.75em;
        display: none;
    }

    .indicaciones {
        min-width: 15%;
    }

    .maximizarRutas {
        display: inline !important;
    }
}

@media only screen and (max-height: 568px) {
    .modeDirections {
        width: 32px;
        height: 32px;
    }

    .driving,
    .bicycling {
        width: 36px;
        height: 36px;
    }

    #msgUbicacionPuntos {
        font-size: 0.75em;
        display: none;
    }

    .indicaciones {
        min-width: 15%;
    }

    .maximizarRutas {
        display: inline !important;
    }
}

@media only screen and (max-height: 480px) {
    .modeDirections {
        width: 32px;
        height: 32px;
    }

    .driving,
    .bicycling {
        width: 36px;
        height: 36px;
    }

    #msgUbicacionPuntos {
        font-size: 0.75em;
        display: none;
    }

    .indicaciones {
        min-width: 15%;
    }

    .maximizarRutas {
        display: inline !important;
    }
}

@media only screen and (max-height: 414px) {
    .modeDirections {
        width: 32px;
        height: 32px;
    }

    .driving,
    .bicycling {
        width: 36px;
        height: 36px;
    }

    #msgUbicacionPuntos {
        font-size: 0.75em;
        display: none;
    }

    .indicaciones {
        min-width: 15%;
    }

    .maximizarRutas {
        display: inline !important;
    }
}

@media only screen and (max-height: 320px) {
    .modeDirections {
        width: 32px;
        height: 32px;
    }

    .driving,
    .bicycling {
        width: 36px;
        height: 36px;
    }

    #msgUbicacionPuntos {
        font-size: 0.75em;
        display: none;
    }

    .indicaciones {
        min-width: 15%;
    }

    .maximizarRutas {
        display: inline !important;
    }
}

.typeahead__cancel-button {
    visibility: hidden !important;
}

.typeahead__filter-button {
    height: 30px !important;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.6;
}

#rowFiltroDominios>span>span>span>div.btn-group,
#rowFiltroDominios>span>span>span>div>button.multiselect,
#rowFiltroDominios>span>span>span>div {
    max-width: 280px !important;
    padding-left: 5px;
}

#crearFiltro li,
#filtrarPropiedades li {
    margin-left: 10px !important;
}

#crearFiltro .multiselect-group,
#filtrarPropiedades .multiselect-group {
    margin-left: 0px !important;
}

#crearFiltro .dropdown-menu,
#filtrarPropiedades .dropdown-menu {
    position: unset !important;
}

#crearFiltro li>a,
#filtrarPropiedades li>a {
    background-color: transparent !important;
    color: black !important;
    padding: unset !important;
}

#crearFiltro li>a>label,
#filtrarPropiedades li>a>label {
    top: unset !important;
    font-family: unset !important;
    font-style: unset !important;
    font-weight: unset !important;
    font-size: unset !important;
    line-height: unset !important;
    color: #003A5B;
    margin-bottom: unset !important;
}


.alignleft {
    float: left;
}

.alignright {
    float: right;
}

/* Agendate con Bogota */
#EventsButton {
    position: absolute;
    right: -29px;
    top: 0px;
    background-size: contain;
    content: "";
    height: 30px;
    width: 30px;
    line-height: 2.5;
}

.fa-bell {
    color: #224573;
    -webkit-text-stroke-color: #224573;
}

#EventsMapBtn {
    padding: 0px;
    width: 30px;
    height: 30px;
}

#EventsMapBtn>span:hover {
    color: #00A2DF;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

#EventsMapBtn>span .count1 {
    position: absolute;
    top: -5px;
    width: 25px;
    font-size: 12px;
    height: 20px;
    padding-top: 2px;
    left: 20px;
}

.dd {
    position: absolute;
    top: -9999px;
}

.dropdown-transition {
    width: 300px;
    position: absolute;
    color: #2336AB;
    right: -10px;
    top: 25px;
    -webkit-transform: translateY(18px);
    -moz-transform: translateY(18px);
    -o-transform: translateY(18px);
    transform: translateY(18px);
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
}

.notification-dropdown {
    background: #fff;
    min-height: 200px;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-y !important;
}

.notification-dropdown:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 2px;
    background: #009DE7;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.notification-dropdown .header {
    background: #009DE7;
    width: 100%;
    height: 34px;
    border-bottom: 1px solid #D5DFE4;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}

.notification-dropdown .header .container {
    width: 100%;
    margin: 0px auto;
    padding-top: 8px;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-y !important;
}

div.text.fl {
    position: absolute;
    top: 6px;
    width: 300px;
    height: 30px;
    padding-top: 1px;
    left: 40px;
}

.notification-dropdown .items,
#collapseAgendate .items {
    background: #fff;
    padding: 12px 0px;
    text-align: center;
    font-size: 13px;
    font-family: 'GothamRoundedBook';
    min-height: 75vh;
}

.notification-dropdown .items .list-item,
#collapseAgendate .items .list-item {
    width: 100%;
    padding: 0px;
    font-size: 13px;
    line-height: 18px;
    padding-top: 5px;
    border-bottom: 1px lightgray solid;
    cursor: default;
    white-space: normal;
}

.notification-dropdown .items .list-item:hover,
#collapseAgendate .items .list-item:hover {
    background: #199bd80f;
}

.new-item {
    background: #fff;
}

.notification-dropdown .items .list-item:last-child,
#collapseAgendate .items .list-item:last-child {
    border-bottom: 0px;
}

.notification-dropdown .items .list-item .text,
#collapseAgendate .items .list-item .text {
    color: #212324;
    width: 100%;
    position: relative;
    top: -1px;
    padding: 15px;
    left: 10px;
}

.notification-dropdown .items .list-item .text b,
#collapseAgendate .items .list-item .text b {
    margin-right: 4px;
    color: #003A5B;
    margin-bottom: -10px !important;
    display: block;
}

.notification-dropdown .items .list-item>div>a,
#collapseAgendate .items .list-item>div>a {
    position: relative;
    left: 80px;
}

#collapseAgendate ul li.active a {
    background: rgba(0, 0, 0, 0);
}


/* StreetView */
.mapGoogle {
    display: none;
    z-index: 999999999999;
}

#StreetViewButton {
    position: absolute;
    right: 16px;
    z-index: 50;
    background-size: contain;
    content: "";
    height: 29px;
    width: 29px;
    line-height: 2.5;
}

#mapStreetView,
#panoStreetView {
    float: left;
    height: 100%;
    width: 50%;
}

#panoStreetView>div>button {
    top: 40px !important;
}

/* Ruteo Google */
.gm-style-mtc {
    left: 50px !important;
}

#mapDirections {
    float: left;
    height: 100%;
    width: 70%;
}

#divCloseDashboard,
#divCloseDashboardSP,
#divCloseDirections,
#divCloseStreetView {
    float: right;
    position: absolute;
    z-index: 999999999999;
    top: 15px;
    right: 25px;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    background-image: url(../images/iconos/icono_cerrarWindow.svg);
    display: block;
}

#panel-instructions {
    font-family: 'Roboto', 'sans-serif';
    line-height: 30px;
    padding-left: 10px;
}

#panel-instructions select,
#panel-instructions input {
    font-size: 15px;
}

#panel-instructions select {
    width: 100%;
}

#panel-instructions i {
    font-size: 12px;
}

#panel-instructions {
    height: 100%;
    float: right;
    width: 30%;
    overflow: auto;
}

@media only screen and (max-width : 768px) {

    #mapDirections,
    #panel-instructions,
    #mapStreetView,
    #panoStreetView {
        height: 50%;
        width: 100%;
    }

    .gm-fullscreen-control {
        top: 40px !important;
    }

    #panoStreetView>div>button {
        top: 0px !important;
    }

    #divCloseDirections {
        top: 5px;
    }
}

#mapDashboard {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

div#panelSearchBtn2 {
    padding: 15px;
    background: #003a5b;
}

.col {
    padding: 0px;
    margin-bottom: 25px;
}

.col a {
    color: #616161 !important;
    font-size: 12px !important;
    margin-top: 30px !important;
    font-weight: 100 !important;
}

.col img {
    margin-bottom: 10px;
}

.media {
    padding: 14px 15px;
    margin-top: 0px !important;
    background-color: white;
    border-left: 3px solid #f3f3f3;
    border-bottom: solid 1px #e1e1e1;

}

.media1 {
    padding: 15px 12px;
    background-color: white;
}

.media:hover {
    padding: 14px 15px;
    margin-top: 1px;
    background-color: #f3f3f3 !important;
    border-left: solid 3px #df212a;
}

.media-body {
    vertical-align: middle;
    color: #616161 !important;
    font-size: 13px;
    font-family: 'GothamRoundedBook';
    line-height: 1.3;
}

.media-body a {
    vertical-align: middle;
    color: #616161 !important;
    font-size: 14px;
    font-weight: 100;
    font-family: 'GothamRoundedMedium';
    color: #003A5B !important;
    line-height: 1.3;
    font-weight: 100 !important;
}

#ayuda1 {
    margin: 15px;
}

div#menuItems {
    margin-bottom: 40px;
}

.typeahead__field {
    font-family: 'GothamRoundedMedium';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #CCCCCC;
}

.typeahead__field input {
    border-radius: 5px !important;
    border: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    height: 50px;
}

a#loginContainer {
    color: #003A5B;
}

.list-group-item {
    border-top: 1px solid #ddd !important;
    padding: 15px 15px;
    border: none;
}

.list-group-item:first-child {
    border: none;
}

li.list-group-item.activec {
    border: none;
}

.calcite-panels {
    width: 100%;
}

.calcite-nav-top .calcite-panels {
    top: 80px;
}

.calcite-panels .panel-body select.form-control {
    padding: 0px 25px 0px 0px;
}

div#drawBar {
    padding: 10px 0px 2px !important;
}

label {
    top: 23px;
    font-family: 'GothamRoundedMedium';
    font-style: normal;
    font-weight: 100 !important;
    font-size: 14px;
    line-height: 17px;
    color: #003A5B;
    margin-bottom: 5px !important;
    margin-top: 5px;
}

hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 5px solid lightgray;
}

input#urlShare {
    background-color: #d3d3d31f;
}

input[type="radio"] {
    margin: 0;
}

.checkbox label,
.radio label {
    margin-bottom: 0px !important;
}

select#otherServicesType {
    color: #000000;
    border-radius: 5px;
}

a.btn.btn-default {
    background: #F3F3F3;
    border-radius: 5px;
    border: none;
    color: #616161;
    font-size: 14px;
    padding: 8px 10px;
    font-family: 'GothamRoundedbook';
}

.btn.btn-xs.btn-default:hover {
    background-color: #f3f3f3 !important;
}

#hide-cat-62419-Btn {
    background-color: #f000;
}

.calcite .dijitDialog {
    border-radius: 5px !important;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
    background-color: #ffffff00 !important;
}

.badge {
    background-color: #E5505A;
    font-family: 'GothamRoundedMedium';
    font-size: 12px;
    padding: 4px 7px;
    right: -5px;
    top: -2px;
}

b,
optgroup,
strong {
    font-weight: 100 !important;
    font-family: 'GothamRoundedMedium';
}

div#panelImportP {
    height: 100% !important;
}


.btn-default {
    border: none !important;
    border-radius: 4px;
}

.calcite .LocateButton .zoomLocateButton {
    border: none !important;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#LocateButton {
    border: none !important;
    border-radius: 4px;
}

div#HomeButton {
    border: none !important;
    border-radius: 4px;
}

.footer_menu {
    color: #df212a !important;
    padding-left: 20px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 16px;
}

.footer_menu_last {
    color: #df212a !important;
    padding-left: 20px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 30px;
}

.footer_logo {
    margin: 0px;
    border-top: solid 1px #CCCCCC;
    padding: 10px 0px 15px;
}

#SPServiceListFilter,
#serviceListFilter {
    padding: 20px 15px;
    background-color: #F2F2F2;
    color: #000;
    font-size: 13px;
    font-family: 'GothamRoundedBook';
    background-color: #F2F2F2;
}

.typeahead__container.div-wrapper {
    margin-bottom: 18px;
}

#origenDireccion_typeahead>div.typeahead__result,
#destinoDireccion_typeahead>div.typeahead__result {
    position: relative;
    top: 0px;
}

.mshare--expanded .mshare-item {
    border-radius: 5px;
}

.mshare--expanded .mshare-item {
    margin: 0 5px !important;
    padding: 0 8px !important;
}

.contenedor_footer {
    color: #df212a;
    margin-top: 20px;
}

.categoria {
    margin-bottom: 30px;
}

a {
    color: #616161 !important;
}

#logoutBtn:hover {
    background-color: #c9302c;
    color: white;
}

p {
    font-size: 13px;
    font-family: 'GothamRoundedBook';
    padding-left: 0px !important;
}

a.media-heading {
    display: block;
    color: #27313D !important;
}

span.footer-texto {
    padding: 20px;
    color: #616161;
    margin-top: 30px;
    margin-right: 65px;
    font-size: 11px;
}

div#NavMenu {
    background-color: #003a5b;
}

ul.typeahead__list.empty {
    border: none;
}

li.list-group-item.activec:first-child {
    border: none !important;
}

div#collapseServices {
    padding-right: 0px !important;
}

#ServicesPanelHeader li a {
    color: #003a5b !important;
    font-weight: 100;
    font-size: 14px;
    font-family: 'GothamRoundedMedium' !important;
    margin-top: 6px;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #fff;
    color: #777;
    cursor: not-allowed;
}

li.list-group-item-SP.activec:first-child,
.list-group-item-SP {
    padding: 20px 0px 0px;
    background-color: white;
    margin-bottom: 4px !important;
    list-style-type: none;
    border-top: solid 1px #acacac !important;
}

li.list-group-item-SP li.list-group-item-SP {
    border-top: 1px solid #ddd !important;
    padding: 5px 15px;
    border-radius: 0px !important;
    list-style-type: none;
    border-bottom: 1px #ddd !important;
    border-left: none !important;
    border-right: none !important;
    margin-bottom: 0px !important;
}

.list-group-item-SP:first-child {
    border: none;
}

li.list-group-item-SP.activec {
    border: none;
}

li.list-group-item-SP p {
    font-size: 13px;
    padding: 10px 0px !important;
    margin-bottom: 0px !important;
    text-align: left !important;
    font-family: 'GothamRoundedBook' !important;
}

.description-item-SP {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

label.form-check-label {
    font-family: 'GothamRoundedBook';
    font-size: 12px;
}

input#origenDireccion {
    font-size: 12px;
    padding-left: 0px;
    color: #000000;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 0px 2px rgba(0, 0, 0, 1);
    box-shadow: inset 0 0px 2px rgba(0, 0, 0, 1);
}

.input-group-addon {
    border: none !important;
    border-radius: 4px !important;
}

input#destinoDireccion {
    font-size: 12px;
    padding-left: 0px;
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
    background-color: white;
}

.extra-data {
    margin-top: 10px;
    padding-top: 8px;
    margin-bottom: 25px;
}

.extra-data a {
    color: #df212a;
}

.typeahead__result {
    display: inline-block;
    z-index: 999999999999;
    position: absolute;
    width: 100%;
}

.firebaseui-idp-button {
    max-width: 100% !important;
}

.firebaseui-card-content {
    padding: 0 5px !important;
}

.mdl-button--raised {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
}

.typeahead__dropdown,
.typeahead__list {
    border: none;
}

.typeahead__empty {
    text-align: center;
}

.calcite .esriPopup .titlePane {
    background-color: #e7e8e8;
    padding: 20px 15 !important;
    color: #27313D !important;
}

.slider.slider-horizontal .slider-track {
    height: 5px !important;
}

.calcite .esriPopup .actionsPane {
    padding: 20px 10px 10px !important;
}


.calcite .esriPopup .contentPane {
    padding: 5px 15px 0px !important;
}

.logo_conteiner {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

.slider-handle {
    background-color: #003A5B !important;
    background-image: linear-gradient(to bottom, #003A5B 0, #003A5B 100%) !important;
}

#hourVentanaSlider,
#yearTimeSlider {
    font-family: 'GothamRoundedMedium';
    font-size: large;
    font-weight: 100 !important;
    color: #003A5B;
    text-align: center;
}

a#printBtn {
    margin: 0px 0px 15px 0px;
    float: left !important;
}

textarea#htmlShare {
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #F3F3F3;
}

.dropdown-header,
.dropdown-menu>li>a {
    padding: 5px 14px 6px 2px !important;
    font-size: 13px !important;
}

ul.dropdown-menu.dropdown-menu-right {
    border: none;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.imprimir_formato {
    margin-top: 30px;
}

.tamano {
    margin-top: 24px;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    text-align: center;
    font-size: 14px;
    font-family: 'GothamRoundedBook';
}

.jconfirm.jconfirm-white .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #F3F3F3 !important;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: block !important;
    margin: 0 auto !important;
    color: #003A5B !important;
    min-width: 100px !important;
    margin-bottom: 10px !important;
    background: #ecf0f1 !important;
    font-size: 14px !important;
    padding: 10px 25px !important;
}

.jconfirm-buttons {
    float: none !important;
}

.jconfirm {
    z-index: 99999999999 !important;
}

.firebaseui-subtitle,
.firebaseui-title {
    font-family: 'GothamRoundedBook';
    font-weight: 100 !important;
    color: #003A5B !important;
    direction: ltr;
    font-size: 20px;
    font-size: 14px !important;
    line-height: 17px !important;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-align: left;
}

.firebaseui-title {
    padding-bottom: 20px;
}

.firebaseui-textfield.mdl-textfield .firebaseui-label::after {

    background: none !important;

}

.firebaseui-textfield.mdl-textfield.mdl-js-textfield.mdl-textfield--floating-label.is-upgraded.is-invalid.is-dirty {
    text-decoration: none !important;
    font-size: 14px !important;
    line-height: 17px !important;
    color: #003A5B !important;
}

.firebaseui-card-header {
    padding: 10px 5px !important;
    font-weight: bold;
}

.mdl-button--primary.mdl-button--primary {
    color: #003A5B !important;
    background-color: #f3f3f3 !important;
    font-family: 'GothamRoundedBook';
    font-weight: 100 !important;
    color: #616161 !important;
}

.mdl-button--raised.mdl-button--colored {
    background-color: #27313D !important;
}

.mdl-button--raised.mdl-button--colored:hover {
    background-color: #27313D !important;
}

.mdl-shadow--2dp {
    box-shadow: none !important;
}

.firebaseui-card-actions {
    box-sizing: border-box;
    display: block !important;
    font-size: 12px !important;
    padding: 0 !important;
    text-align: left !important;
    width: 100%;
}

.firebaseui-title {
    color: #27313D !important;
    font-weight: 600 !important;
}

.calcite-panels .panel-body button {
    font-size: 12px;
    font-family: 'GothamRoundedBook';
}

#dataTableObras tr:hover,
#dataTableContratos tr:hover {
    background-color: #9aebff98;
}

#movilidad {
    color: rgb(0, 62, 101);
    font-weight: bold;
    font-size: 0.85em;
    width: 75%;
    margin-left: 10px;
}

#downloadContainer .row {
    background-color: white;
    border-bottom: solid 1px #f3f3f3;
}

#downloadContainer .row:first-child {
    border-top: solid 1px #f3f3f3;
}

#downloadContainer .row .col-md-4 {
    width: 33.3333333333%;
    display: flex;
    align-items: center;
}

panelSearch {
    color: #1a1a1a;
}

input#panelSearch {
    color: #1a1a1a;
}

div#collapseBasemaps {
    padding: 0px 0px 50px !important;
}

.esriBasemapGallery>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}

.esriBasemapGalleryActive {
    background-color: #aadbfa;
}

.thumbnailmap:hover {
    background-color: #e2f1fb;
    text-decoration: none !important;
}

span.borderthumb {
    display: block;
}

.imgThumbnail,
.calcite .esriBasemapGalleryNode .esriBasemapGalleryThumbnail {
    border-radius: 5px;
}

.calcite .esriBasemapGalleryLabelContainer {
    display: contents;
    width: unset;
    padding: 25px 15px 5px 14px;
    position: absolute;
}

.calcite .esriBasemapGalleryNode {
    float: unset;
    width: 33%;
    text-align: center;
    position: relative;
    padding: 15px;
    margin: 0px;
}

.calcite .esriBasemapGalleryNode .esriBasemapGalleryThumbnail {
    height: 80px !important;
    width: 80px !important;
}

.calcite .esriBasemapGalleryNode a {
    display: inline-block;
}

.esriBasemapGalleryLabelContainer span {
    color: #003a5b;
    font-family: 'GothamRoundedMedium';
    padding-top: 10px;
    display: block !important;
}

.glyphicon.glyphicon-eye-open {
    background-image: url(../images/iconos/icono_descargar_blank.svg);
    background-size: contain;
    content: "";
    border-radius: 4px;
    color: #f000;
    font-size: 26px;
}

.glyphicon.glyphicon-eye-open:hover {
    background-image: url(../images/iconos/icono_descargar_blank_hover.svg);
    background-size: contain;
    content: "";
    border-radius: 4px;
    color: #f000;
    font-size: 26px;
}


.glyphicon.glyphicon-download-alt {
    background-image: url(../images/iconos/icono_descargar.svg);
    background-size: contain;
    content: "";
    border-radius: 4px;
    color: #f000;
    font-size: 26px;
}

.glyphicon.glyphicon-download-alt:hover {
    background-image: url(../images/iconos/icono_descargar_hover.svg);
    background-size: contain;
    content: "";
    border-radius: 4px;
    color: #f000;
    font-size: 26px;
}

.btn.btn-default:active {
    box-shadow: none;
    border: none !important;
}

#downloadContainer {
    padding-top: 0px !important;
}


#downloadContainer .btn.btn-default {
    background: #F3F3F300;
}

#downloadContainer .btn.btn-default:visited {
    background: #F3F3F300;
    border: none;
}

.eye-close {
    background-image: url(../images/panel_agregar/ocultar.svg);
}

.hideLayerBtn {
    display: none;
}

.opcionesCapa {
    width: 23px;
    height: 23px;
    margin-right: 20px;
}

#symbolsPointCategorySimple,
#symbolsPointCategoryUnique {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#tipoColaborativa ul,
#tipoColaborativaSP ul,
#symbolsPointCategorySimple ul,
#symbolsPointCategoryUnique ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#stylePointUniqueList ul,
#styleLineUniqueList ul,
#stylePolyUniqueList ul {
    margin: 0;
    padding: 0;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

#tipoColaborativa li,
#tipoColaborativaSP li {
    box-sizing: border-box;
    list-style: none;
    width: 100%;
    padding: 5px;
    position: relative;
    background: #fff;
    border: none;
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    cursor: pointer;
}

#symbolsPointCategorySimple li,
#symbolsPointCategoryUnique li {
    box-sizing: border-box;
    list-style: none;
    width: 20%;
    padding: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    background: #fff;
    border: none;
}

#stylePointUniqueList li,
#styleLineUniqueList li,
#stylePolyUniqueList li {
    box-sizing: border-box;
    list-style: none;
    padding: 10px;
    position: relative;
    display: flex;
    background: #fff;
    border: none;
}

.hoverSelect,
#tipoColaborativa li:hover,
#symbolsPointCategorySimple li:hover,
#symbolsPointCategoryUnique li:hover,
#stylePointUniqueList li:hover,
#styleLineUniqueList li:hover,
#stylePolyUniqueList li:hover,
#styleLineTipeSimple li:hover,
#styleLineTipeUnique li:hover,
#stylePolyTipe1Simple li:hover,
#stylePolyTipe1Unique li:hover,
#stylePolyTipe2Simple li:hover,
#stylePolyTipe2Unique li:hover {
    background: #F3F3F3;
    cursor: pointer;
}

.symbolMarker {
    width: 24px;
    height: auto;
    cursor: pointer;
}

.symbolMarker:hover {
    background: #bbb;
}

.symbolColaborativa {
    width: 32px;
    height: auto;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}

#styleLineTipeSimple,
#styleLineTipeUnique,
#stylePolyTipe1Simple,
#stylePolyTipe1Unique,
#stylePolyTipe2Simple,
#stylePolyTipe2Unique {
    list-style: none;
    padding: 0px;
    max-height: 120px;
    overflow-x: none;
    overflow-y: scroll;
}

#obrasAvanceSliderContainer>div>div.tooltip.tooltip-min.bottom.in>div.tooltip-arrow,
#obrasAvanceSliderContainer>div>div.tooltip.tooltip-max.bottom.in>div.tooltip-arrow,
#obrasValorSliderContainer>div>div.tooltip.tooltip-min.bottom.in>div.tooltip-arrow,
#obrasValorSliderContainer>div>div.tooltip.tooltip-max.bottom.in>div.tooltip-arrow,
#obrasAvanceSliderContainer>div>div.tooltip.tooltip-min.top.in>div.tooltip-arrow,
#obrasAvanceSliderContainer>div>div.tooltip.tooltip-max.top.in>div.tooltip-arrow,
#obrasValorSliderContainer>div>div.tooltip.tooltip-min.top.in>div.tooltip-arrow,
#obrasValorSliderContainer>div>div.tooltip.tooltip-max.top.in>div.tooltip-arrow {
    display: none;
}

#obrasAvanceSliderContainer>div>div.tooltip.tooltip-min.bottom.in,
#obrasAvanceSliderContainer>div>div.tooltip.tooltip-max.bottom.in,
#obrasValorSliderContainer>div>div.tooltip.tooltip-min.bottom.in,
#obrasValorSliderContainer>div>div.tooltip.tooltip-max.bottom.in {
    padding-top: -15px;
}

#obrasAvanceSliderContainer>div>div.tooltip.tooltip-min.top.in,
#obrasAvanceSliderContainer>div>div.tooltip.tooltip-max.top.in,
#obrasValorSliderContainer>div>div.tooltip.tooltip-min.top.in,
#obrasValorSliderContainer>div>div.tooltip.tooltip-max.top.in {
    padding-top: 15px;
}

#obrasAvanceSliderContainer>div>div.tooltip.tooltip-min.bottom.in>div.tooltip-inner,
#obrasAvanceSliderContainer>div>div.tooltip.tooltip-max.bottom.in>div.tooltip-inner,
#obrasValorSliderContainer>div>div.tooltip.tooltip-min.bottom.in>div.tooltip-inner,
#obrasValorSliderContainer>div>div.tooltip.tooltip-max.bottom.in>div.tooltip-inner,
#obrasAvanceSliderContainer>div>div.tooltip.tooltip-min.top.in>div.tooltip-inner,
#obrasAvanceSliderContainer>div>div.tooltip.tooltip-max.top.in>div.tooltip-inner,
#obrasValorSliderContainer>div>div.tooltip.tooltip-min.top.in>div.tooltip-inner,
#obrasValorSliderContainer>div>div.tooltip.tooltip-max.top.in>div.tooltip-inner {
    background-color: #ffffff;
    color: #003a5b;
    font-size: 13px;
    font-weight: bold;
    padding: 0px;
}

#obrasValorSliderContainer>div>div.tooltip.tooltip-min.top.in,
#obrasValorSliderContainer>div>div.tooltip.tooltip-min.bottom.in {
    margin-left: -10px !important;
}

#obrasValorSliderContainer>div>div.tooltip.tooltip-max.top.in,
#obrasValorSliderContainer>div>div.tooltip.tooltip-max.bottom.in {
    margin-left: -60px !important;
}

/* Censo inmobiliario */
#otcLocalidadContent,
#otcSectorCatastralContent {
    padding-top: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#otcFiltroEspacialContainer,
#printList {
    border: 1px solid #ccc;
    margin-left: 0px;
    margin-top: 20px;
}

#otcFiltroEspacialContainer h1 {
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    top: 23px;
    font-family: 'GothamRoundedMedium';
    font-style: normal;
    font-weight: 100 !important;
    font-size: 14px;
    color: #003A5B;
    margin-bottom: 3px !important;
}

#printList h1 {
    margin-top: 10px;
    height: 30px;
    line-height: 20px;
    top: 23px;
    font-family: 'GothamRoundedMedium';
    font-style: normal;
    font-weight: 100 !important;
    font-size: 14px;
    color: #003A5B;
    margin-bottom: 3px !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
}

#otcFiltroEspacialContainer h1 span,
#printList h1 span {
    background-color: white;
}

#printList {
    position: absolute;
    bottom: 0px;
    width: 90%;
    background-color: white;
    padding-left: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: auto;
    max-height: 20vh;
}

#otrosBaseMap {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

#thumbnailmap {
    color: #003a5b;
    font-family: 'GothamRoundedMedium';
    padding-top: 8px;
    display: block !important;
    max-width: 80px;
}

.otrosMapas {
    display: block;
    position: relative;
    text-align: center;
    padding: 10px;
}

.spanOtrosMapas {
    color: #003a5b;
    font-family: 'GothamRoundedMedium';
    padding-top: 8px;
    display: block !important;
    max-width: 80px;
}

@media (max-width: 767px) {
    .otrosMapas {
        padding: 15px;
    }
}

.barra-accesibilidad-letra {
    width: 100%;
    align-items: center;
    text-align: center;
}

.barra-accesibilidad-letra .titulo-barra-accesibilidad {
    color: #000;
    font-family: Montserrat-SemiBold, sans-serif;
    font-size: 20px;
    margin: 0;
}

.barra-accesibilidad-letra .descripcion-barra-accesibilidad {
    color: #4B4B4B;
    font-family: WorkSans-Regular, sans-serif;
    font-size: 16px;
    margin: 0;
}

.barra-accesibilidad-govco {
    height: 180px;
    width: 48px;
    position: fixed;
    right: 0;
    top: 35%;
    background-color: #004884;
    border-radius: 10px 0 0 10px;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px;
    padding-bottom: 20px;
    align-items: center;
    z-index: 1000;
}

.barra-accesibilidad-govco button {
    line-height: inherit;
}

.barra-accesibilidad-govco button:focus-visible {
    border: solid 1px #d1d1d1;
}

.barra-accesibilidad-govco a {
    line-height: inherit;
    display: block;
}

.barra-accesibilidad-govco a:focus-visible {
    border: solid 1px #d1d1d1;
}

.barra-accesibilidad-govco .icon {
    background-color: #004884;
    width: 48px;
    height: 40px;
    border: none;
    outline: none;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 12px 9px;
}

.barra-accesibilidad-govco .icon span {
    text-align: left;
    position: absolute;
    background: #3366CC;
    color: #fff;
    line-height: normal !important;
    font-family: WorkSans-Medium, sans-serif;
    font-size: 14px;
    margin-top: -20px;
    opacity: 0;
    width: 150px;
    height: 40px;
    border-radius: 10px 0 0 10px;
    padding: 10px 10px 12px;
}

.barra-accesibilidad-govco .icon:hover {
    background-color: #3366CC;
}

.barra-accesibilidad-govco .icon-contraste {
    background-image: url(/images/accesibilidad/contraste.svg);
}

.barra-accesibilidad-govco .icon-contraste:hover {
    background-image: url(/images/accesibilidad/contraste_d.svg);
}

.barra-accesibilidad-govco .icon-relevo {
    background-image: url(/images/accesibilidad/cr.svg);
}

.barra-accesibilidad-govco .icon-relevo span {
    margin-top: 0 !important;
}

.barra-accesibilidad-govco .icon-relevo:hover {
    background-image: url(/images/accesibilidad/cr_d.svg);
}

.barra-accesibilidad-govco .icon-reducir {
    background-image: url(/images/accesibilidad/font_less.svg);
}

.barra-accesibilidad-govco .icon-reducir:hover {
    background-image: url(/images/accesibilidad/font_less_d.svg);
}

.barra-accesibilidad-govco .icon-aumentar {
    background-image: url(/images/accesibilidad/font_plus.svg);
}

.barra-accesibilidad-govco .icon-aumentar:hover {
    background-image: url(/images/accesibilidad/font_plus_d.svg);
}

.barra-accesibilidad-govco button:hover #titlecontraste {
    opacity: 1;
    visibility: visible;
    margin-left: -174px;
}

.barra-accesibilidad-govco a:hover #titlerelevo {
    opacity: 1;
    visibility: visible;
    margin-left: -150px;
}

.barra-accesibilidad-govco button:hover #titledisminuir {
    opacity: 1;
    visibility: visible;
    margin-left: -174px;
}

.barra-accesibilidad-govco button:hover #titleaumentar {
    opacity: 1;
    visibility: visible;
    margin-left: -174px;
}

.hight-contrast {
    -webkit-filter: invert(1);
    filter: invert(1);
    background-color: #fff;
}

.f0 {
    font-size: 0.5rem !important;
}

.f1 {
    font-size: 0.6rem !important;
}

.f2 {
    font-size: 0.7rem !important;
}

.f3 {
    font-size: 0.8rem !important;
}

.f4 {
    font-size: 0.9rem !important;
}

.f5 {
    font-size: 1rem !important;
}

.f6 {
    font-size: 1.1rem !important;
}

.f7 {
    font-size: 1.2rem !important;
}

.f8 {
    font-size: 1.3rem !important;
}

.f9 {
    font-size: 1.4rem !important;
}

.f10 {
    font-size: 1.5rem !important;
}

.chartSP {
    margin-bottom: 20px;
    width: 300px !important;
    height: auto !important;
}

.chartGraphicWAZE {
    margin-bottom: 20px;
    width: 300px !important;
    height: auto !important;
    position: relative;
}

.divSP {
    padding: 10px 20px;
    background-color: white;
    border-bottom: solid 1px #D5D5D5;
}

.divSP:hover {
    background-color: #f3f3f3 !important;
}

.divSPList {
    display: none;
    padding-top: 40px !important;
    margin-bottom: 0px !important;
    min-height: 80vh !important;
}

.img_Nav_SP {
    height: 40px;
    width: 40px;
    margin-right: 10px;
}

.divSP a {
    font-family: 'GothamRoundedMedium';
    font-size: 14px !important;
    padding-bottom: 5px;
    color: #003A5B !important;
}

#collapseSPServices {
    background-color: #F5F5F5;
    padding: 0px 0px !important;
}

#mainSP p {
    background-color: whitesmoke;
    padding: 15px 20px 20px 20px !important;
    margin-bottom: 0px;
    border-bottom: 1px #828282 solid;
}

.divSP.gris {
    background-color: #F3F3F3;
}

.description-item-SP {
    text-align: left !important;
}

#RedesServicesList p {
    padding: 15px 20px !important;
    text-align: left !important;
}

.btn-group.pull-right.col-xs-6.col-xs-offset-6 {
    margin-top: 8px;
}

.description-item-SP {
    padding: 20px 20px !important;
}

#colaborativaSPNewTab {
    width: 50%;
    text-align: center;
}

#colaborativaSPListTab {
    width: 50%;
    text-align: center;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 50%;
    text-align: center;
}

.list-group-item-SP {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: white;
}

#proyectosPanelHeader {
    padding-top: 5px;
}

.media-left,
.media>.pull-left {
    padding-right: 11px;
}

#buscarSelectSPContainer>span>span>div>ul>li>a {
    background-color: unset;
}

#colaborativaSPNewPanel p {
    padding: 15px !important;
    margin-bottom: 0px !important;
}

#buscarSelectSPContainer>span>span>div>ul>li>a>label {
    font-size: 14px;
    padding-left: 10px !important;
}

#colaborativaSPEditForm p {
    padding: 10px 20px !important;
}

.buttonsSP {
    background-color: red;
}

li.list-group-item-SP li.list-group-item-SP a.media-heading {
    color: #003a5b !important;
    text-decoration: underline;
    font-family: 'GothamRoundedBook' !important;
}

#SP_icono_eliminar {
    content: url("/images/924/icono_eliminar.svg");
}

#SP_icono_eliminar:hover {
    content: url("/images/924/icono_eliminar_hover.svg");
    transition: height .5s ease-out 0s;
}

#SP_icono_editar {
    content: url("/images/924/icono_editar.svg");
}

#SP_icono_editar:hover {
    content: url("/images/924/icono_editar_hover.svg");
    transition: height .5s ease-out 0s;
}

#SP_icono_enviar {
    content: url("/images/924/icono_enviar.svg");
}

#SP_icono_enviar:hover {
    content: url("/images/924/icono_enviar_hover.svg");
    transition: height .5s ease-out 0s;
}

/* Multiselect */

li.grupoCategoria {
    padding-left: 0px !important;
    margin: 0px !important;
}

li.grupoSubcategoria {
    padding-left: 40px !important;
    margin: 0px !important;
}

li.grupoSubcategoria>a>label {
    top: 0px !important;
    padding-left: 0px;
}

ul.multiselect-container.dropdown-menu {
    min-width: 290px;
    background-color: #f0f0f0;
    right: 0px !important;
}

div#buscarSelectSPContainer div.btn-group.open ul.multiselect-container.dropdown-menu,
div#filtrarPropiedades div.btn-group.open ul.multiselect-container.dropdown-menu {
    min-width: 350px;
}

.multiselect.dropdown-toggle.btn.btn-default {
    padding-left: 10px !important;
    border: solid 1px #cacaca !important;
}

#divButtonsSearchSP {
    display: block;
    margin: 10px;
    padding: 10px 0px;
    float: right;
}

.bottomDiv {
    position: absolute;
    right: 10px;
    bottom: -10px;
}

.nav-tabs > li.tab-33 {
    width: 33% !important;
    text-align: center;
    float: left;
}

.tab-50 {
    width: 50%;
    text-align: center;
}

.pd-0 {
    padding: 0px !important;
}

.pd-15 {
    padding: 15px !important;
}

.pd-t-15 {
    padding-top: 15px !important;
}

.container-acuaturno {
    display: flex;
    border: 2px solid #919191;
    margin-bottom: 5px;
    flex-wrap: wrap;
}

.icon-acuaturno,
.text-acuaturno {
    padding: 5px;
}

.icon-acuaturno {
    flex: 0 0 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ul-acuaturno {
    list-style-type: none;
    padding-left: 10px;
    padding-top: 10px;
}

.text-acuaturno {
    flex: 0 0 70%;
    font-size: 14px !important;
}

.color-azul {
    color: #003A5B;
}

.color-gris {
    color: #616161;
    text-decoration: underline;
}

/* WFS Spinner Animation */
.glyphicon-refresh-animate {
    animation: spin 1s infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Popover - mejor manejo de URLs largas */
.popover {
    max-width: 350px !important;
}

.popover-content {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
}

.popover-content p {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    margin-bottom: 0;
}