/*
** Css for main page
*/

#main_loading {
    position: absolute;
    z-index: 999999;
    background-color: #e5eff1;
    opacity: 1;
    background-image: url(../img/main_loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 250px 250px;
    height: 100%;
    width: 100%;
}

.cc-window {
    min-width: 100%;
    bottom: 0;
}

hr.star-light {
    border-color: #2C3E50;
}

hr.star-light:after {
    background-color: transparent;
    color: #2C3E50;
}

hr.pin-light:after,
hr.pin-primary:after {
    content: "\f041";
}

.package {
    background: #2C3E50;
}

.package .package-content {
    height: 260px;
    width: 100%;
    font-size: 20px;
    text-align: center;
    top: 50%;
    color: #fff;
    z-index: 2;
    padding-top: 95px;
}

.featureContent h3 {
    font-size: 30px;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 15px;
}

#portfolio {
    background-color: white;
}

#sponsored_by {
    background-color: white;
    padding: 10px 0;
}

#sponsored_by h3 {
    color: #333;
}


/*
** Css for package page
*/

#map {
    min-height: 100%;
    position: relative;
    width: 100%;
}

#gn-menu {
    z-index: 9999;
    position: relative;
    background-color: #00a65a;
    line-height: 50px;
    height: 50px;
}

#gn-menu .gn-menu-wrapper {
    z-index: 1;
    top: 50px;
}

#gn-menu li.package-details {
    border-right: none;
    color: #ffffff;
    margin-left: 20px;
    font-size: 18px;
}

#gn-menu .package-details i {
    font-size: 24px;
    margin-right: 10px;
}

#gn-menu .gn-selected,
#gn-menu .gn-icon-menu:hover {
    background-color: #fff !important;
}

#gn-menu .gn-menu label .icheckbox_square-grey {
    margin-right: 5%;
}

#gn-menu .gn-menu label:hover {
    cursor: pointer;
}

#gn-menu .gn-menu label a {
    display: inline-block;
}

#gn-menu li.search-box {
    padding-right: 5px;
    border-left: none;
}

#gn-menu li.search-box a {
    display: inline-block;
    color: white;
    line-height: 0;
    padding: 11px;
    height: auto;
    font-size: 15px;
}

#gn-menu li.search-box a.toggled {
    border: 1px solid lightgray;
    background: rgba(0, 0, 0, 0.1);
}

#gn-menu li.search-box a#searchBtnText {
    border: none;
}

#gn-menu li.search-box input#searchTerm {
    padding-left: 5px;
    padding-right: 5px;
    height: 30px;
    width: 200px;
    max-width: 200px;
}

#gn-menu li.about {
    margin-right: 0;
    float: right;
    border-right: none;
}

#gn-menu li.about a {
    height: 50%;
    padding: 0 30px;
    position: relative;
}

#gn-menu li.about a:hover {
    background: rgba(0, 0, 0, 0.1);
}

#gn-menu li.about i {
    font-size: 17px;
    color: white;
    position: absolute;
    top: 3px;
    right: 20px;
}

#gn-menu li.search-box div.input-group span.input-group-btn {
    line-height: 0px;
}

.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    color: white;
    font-weight: 700;
}

.leaflet-popup-content .box img {
    height: 100%;
    width: 100%;
    max-height: 300px;
    cursor: pointer;
}

.leaflet-popup-content .box span.description {
    height: 100%;
}

.leaflet-popup-content a {
    color: #000;
    text-decoration: none;
}

.leaflet-popup-content a.osm-copyright {
    float: right;
    color: #0078A8;
}

.leaflet-popup-content a:hover {
    color: #000;
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: -3px;
    right: 0px;
    padding: 6px;
    text-align: center;
    color: #57585a;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    border-radius: 22px;
    width: auto;
    height: auto;
    opacity: 1;
}

.leaflet-popup-content p {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    margin: 0;
}

.leaflet-popup-content-wrapper {
    border-top: 0;
}

#sidebar {
    height: 100%;
    padding: 0;
    overflow: hidden;
    border: 1px solid #57585a;
    z-index: 400 !important;
}

#sidebar>div {
    width: 100%;
    height: 100%;
}

#control-sidebar-loading {
    display: none;
}

#control-sidebar-loading i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

.leaflet-sidebar {
    position: absolute;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    z-index: 400;
}

.leaflet-sidebar>.leaflet-control {
    height: 100%;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 24px;
    font-size: 1.1em;
    background: white;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.leaflet-touch .leaflet-sidebar>.leaflet-control {
    box-shadow: none;
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

.leaflet-sidebar .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 27px;
    height: 27px;
    color: #333;
    font-size: 25pt;
    line-height: 1em;
    text-align: center;
    background: white;
    -webkit-border-radius: 16px;
    border-radius: 100%;
    cursor: pointer;
    z-index: 8;
    z-index: 401;
    opacity: 1;
    font: 20px Tahoma, Verdana, sans-serif;
}

hr.star-dark:after {
    background-color: #18BC9C;
    color: #2C3E50;
    content: "\f041";
}

.leaflet-iconapps-layer{
    background-color:rgba(76, 19, 209, 0.7);
    background-repeat: no-repeat !important;
    background-size: 30px !important;
    background-position: center !important;
}

.leaflet-iconapps-layerCell_active .leaflet-iconapps-layer
{
    border: 1px solid white;
}

.leaflet-iconapps-layersRow div div:hover {
    background-color: #2c3e50 !important;
}

.gn-scroller {
    overflow-x: hidden;
    width: 100%;
}

.gn-scroller::-webkit-scrollbar {
    display: none;
}

.presentation_text {
    font-size: 20px;
}

#presentation {
    color: #fff;
    background: #18bc9c;
}

#search-section {
    box-shadow: 0 1px 7px rgba(0, 0, 0, .65);
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    opacity: .95;
    display: none;
    font-size: 12px;
    font-weight: normal;
    background-color: #fff;
    padding: 5px;
    z-index: 10000;
}

#search-section .search-panel {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.leaflet-control-container>div:not(.leaflet-sidebar) {
    z-index: 1000;
}

#search-section .close-search-btn {
    position: relative;
    float: right;
    margin: 3px;
    background: whitesmoke;
}

#search-section .header {
    font-size: 2.5vh;
    display: inline-block;
    line-height: 43px;
}

#search-section dd.layer-elements-list {
    height: 20px;
}

#search-section dd.layer-elements-list:nth-child(odd) {
    background-color: #e0e0e0;
}

#search-section .element-row {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

#search-section .highlight {
    font-weight: bold;
}

#search-section .element-row td:not(:first-child):not(:last-child) {
    vertical-align: middle;
}

#search-section .theme_header {
    font-weight: 900;
    background-color: grey;
    color: white;
    font-size: 16px !important;
    text-align: left;
    width: 100%;
    display: block;
    padding: 5px;
}

#search-section td,
#search-section th {
    border-right: 1px solid #ddd;
    padding: 7px !important;
    border-bottom: none;
}

#search-section td {
    line-height: 30px;
    font-size: 16px;
}

#search-section .photo_td {
    text-align: center;
    width: 50px;
}

#search-section tbody tr:hover {
    background-color: grey;
    color: white;
    cursor: pointer;
}

#search-section .theme_header:hover {
    background-color: #2c3e50;
    color: white;
    cursor: pointer;
}

#search-content .theme_div .element-row .layer-loading {
    font-size: 14px;
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
}

#search-content .theme_div .element-selected {
    background-color: #d8d8d8;
}

.search-description {
    display: none;
}

.toggle-icon.toggled .search-description {
    display: inline-block;
}

.searchBtn {
    font-size: 18px;
}


/* NAV TABS */

.nav-tabs-custom {
    margin-bottom: 0px;
    background: #fff;
    border-radius: 3px;
}

.nav-tabs-custom>.nav-tabs {
    margin: 0;
    border-bottom-color: #f4f4f4;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin-right: 50px;
    margin-top: -42px;
}

.nav-tabs-custom>.nav-tabs>li {
    border-top: 3px solid transparent;
    margin-bottom: -2px;
    margin-right: 5px;
}

.nav-tabs-custom>.nav-tabs>li>a {
    color: #444;
    border-radius: 0;
    font-size: 16px;
}

.nav-tabs-custom>.nav-tabs>li>a.text-muted {
    color: #999;
}

.nav-tabs-custom>.nav-tabs>li>a,
.nav-tabs-custom>.nav-tabs>li>a:hover {
    background: transparent;
    margin: 0;
}

.nav-tabs-custom>.nav-tabs>li>a:hover {
    color: #999;
}

.nav-tabs-custom>.nav-tabs>li:not(.active)>a:hover,
.nav-tabs-custom>.nav-tabs>li:not(.active)>a:focus,
.nav-tabs-custom>.nav-tabs>li:not(.active)>a:active {
    border-color: transparent;
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: grey;
}

.nav-tabs-custom>.nav-tabs>li.active>a,
.nav-tabs-custom>.nav-tabs>li.active:hover>a {
    background-color: #fff;
    color: #444;
}

.nav-tabs-custom>.nav-tabs>li.active>a {
    border-top-color: transparent;
    border-left-color: #f4f4f4;
    border-right-color: #f4f4f4;
}

.nav-tabs-custom>.nav-tabs>li:first-of-type {
    margin-left: 0;
}

.nav-tabs-custom>.nav-tabs>li:first-of-type.active>a {
    border-left-color: transparent;
}

.nav-tabs-custom>.nav-tabs.pull-right {
    float: none !important;
}

.nav-tabs-custom>.nav-tabs.pull-right>li {
    float: right;
}

.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type {
    margin-right: 0;
}

.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type>a {
    border-left-width: 1px;
}

.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type.active>a {
    border-left-color: #f4f4f4;
    border-right-color: #f4f4f4;
    font-size: 16px;
}

.nav-tabs-custom>.nav-tabs>li.header {
    line-height: 35px;
    padding: 0 10px;
    font-size: 20px;
    color: #444;
}

.nav-tabs-custom>.nav-tabs>li.header>.fa,
.nav-tabs-custom>.nav-tabs>li.header>.glyphicon,
.nav-tabs-custom>.nav-tabs>li.header>.ion {
    margin-right: 5px;
}

.nav-tabs-custom>.tab-content {
    background: #fff;
    padding: 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.nav-tabs-custom .dropdown.open>a:active,
.nav-tabs-custom .dropdown.open>a:focus {
    background: transparent;
    color: #999;
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: grey;
    font-weight: bold;
}

.tab-pane {
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

.no_results {
    padding: 22px;
    font-size: 15px;
    text-align: center;
}


/*
 * Component: Products List
 * ------------------------
 */

.products-list {
    list-style: none;
    margin: 0;
    padding: 0px;
    border: 1px solid #f4f4f4;
}

.products-list>.item {
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    background: #fff;
    border: 1px solid #fff;
    padding: 7px;
}

#search-section .item:hover {
    background: #f4f4f4;
    -webkit-box-shadow: 0 1px 1px white;
    box-shadow: 0 1px 1px white;
}

.products-list>.item:before,
.products-list>.item:after {
    content: " ";
    display: table;
}

.products-list>.item:after {
    clear: both;
}

.products-list .product-img {
    float: left;
}

.products-list .product-img img {
    width: 45px;
    height: 45px;
}

.photo_road_container {
    width: 30px;
    height: 30px;
    text-align: center;
}

.photo_road {
    width: auto !important;
    height: auto !important;
    max-width: 30px;
    max-height: 30px;
}

.products-list .product-info {
    width: 75%;
    display: inline-block;
    margin-left: 2%;
}

.products-list .product-title {
    font-weight: 600;
    font-size: 15px;
    color: grey;
}

.products-list .product-description {
    display: block;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    text-overflow: ellipsis;
}

.product-list-in-box>.item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #f4f4f4;
}

.product-list-in-box>.item:last-of-type {
    border-bottom-width: 0;
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: grey;
    width: 28px;
    height: 28px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 19px;
    -o-border-radius: 19px;
    -ms-border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
}

#fountainG_1 {
    left: 0;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#fountainG_2 {
    left: 29px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#fountainG_3 {
    left: 58px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#fountainG_4 {
    left: 88px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#fountainG_5 {
    left: 117px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#fountainG_6 {
    left: 146px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#fountainG_7 {
    left: 175px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

#fountainG_8 {
    left: 205px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s;
}

#fountainG {
    position: relative;
    width: 250px;
    height: 28px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 15px;
}

@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: grey;
    }
    100% {
        transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: grey;
    }
    100% {
        -o-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: grey;
    }
    100% {
        -ms-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: grey;
    }
    100% {
        -webkit-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: grey;
    }
    100% {
        -moz-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

.search-loader {
    text-align: center;
}

.search-loading-message p {
    margin: 0 0 20px;
}

#preview {
    position: absolute;
    border: 2px solid rgb(15, 115, 187);
    display: none;
    color: #fff;
    z-index: 1000000;
}

#mapid .img-responsive {
    width: 200px;
}

#preview img {
    height: 200px;
}

.gn-menu .group_item label:hover {
    background-color: #2c3e50 !important;
    color: white;
    cursor: pointer;
}

.gn-menu .group_item .layer_item:hover {
    cursor: pointer;
}

input.gn-search {
    width: 270px;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: searchfield;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}


/**
    Modal style
 */

.projecto_titulo {
    text-transform: uppercase;
    border-bottom: 1px solid #18BC9C;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.projecto_texto {
    margin-bottom: 20px;
}

.modal-dialog .modal-header {
    background-color: #18BC9C;
    color: white;
}

.projecto_texto p {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

#about-modal-Label {
    text-transform: capitalize;
}

#about-modal-Label .app {
    text-transform: uppercase;
}

#control-sidebar-box-content .feature_detail_group dd pre {
    white-space: pre-wrap !important;
}

pre {
    display: block;
    padding: 0;
    margin: 0 0 10px;
    font-size: 13px !important;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: none;
    border-radius: 0;
}

pre p {
    font-size: 13px !important;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    overflow: auto;
}

.modal {
    z-index: 10050;
}

.ui-dialog {
    z-index: 9999 !important;
}

#search-section .box-footer {
    display: none;
}

@media(min-width:768px) {
    #search-section {
        width: 500px;
        top: 50px;
        right: 60px;
        max-height: 70%;
    }
    .in_bound_search {
        display: none;
    }
    #search-section .box-body {
        padding-bottom: 25px;
    }
    #search-section .box-footer {
        display: block;
    }
    #gn-menu li.search-box-mobile {
        display: none;
    }
    .package-details {
        max-width: 20%;
    }
}

@media(min-width:960px) {
    .package-details {
        max-width: 35%;
    }
}

@media(min-width:1025px) {
    .package-details {
        max-width: 50%;
    }
}

@media(max-width:767px) {
    #gn-menu li.search-box {
        display: none;
    }
    #gn-menu li.search-box-mobile {
        float: right;
        border-left: 1px solid #c6d0da;
    }
    #gn-menu li.search-box-mobile a {
        color: white;
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #gn-menu li.search-box-mobile a.active {
        background: white;
        color: black;
    }
    #gn-menu li.search-box-mobile input {
        width: 100%;
        position: absolute;
        left: 0;
        line-height: 43px;
        font-size: 17px;
        color: #5f6f81;
        font-weight: 300;
        font-family: 'Lato', Arial, sans-serif;
        display: none;
        border: 0;
        border-bottom: 1px solid #c6d0da;
        padding: 0;
        text-indent: 12px;
    }
    .leaflet-sidebar .close {
        top: 6px !important;
    }
    .package-details span {
        font-size: 2.5vw !important;
    }
    .package-details {
        max-width: 35%;
    }
}

@media(max-height:560px) {
    header .container {
        padding-top: 95px;
    }
    #mapid .img-responsive {
        width: 90px;
    }
}

.package-details {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left !important;
}

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}

.toggleSearchBtn {
    position: relative;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    color: #3b94cc;
    vertical-align: text-bottom;
}

.toggleSearchBtn .badge {
    background-color: transparent;
    font-size: 9px;
}

.cc-bottom {
    z-index: 99999;
}

.layerFriendlyName {
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    width: 88%;
    white-space: nowrap;
    overflow: hidden;
    margin-left: -5px;
    height: 38px;
    line-height: 35px;
    font-size: 15px;
}

.sublayerFriendlyName {
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    font-weight: 400;
    margin-left: 5px;
    margin-top: -5px;
}

.sublayeroptionsbtn {
    float: right;
    display: none;
    overflow: hidden;
    height: 28px !important;
    text-decoration: none;
    cursor: pointer;
    padding: 7px;
    color: gray !important;
    font-size: 14px;
    width: 28px !important;
    background: #e5e5e5;
    text-align: center;
    margin-top: 7px;
    margin-right: 0px;
}

.sublayeroptionsbtn:hover {
    color: whitesmoke !important;
    background: #73716e !important;
}

.sublayeroptionsbtn .fa {
    display: block;
}

.layer_item {
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (-ms-high-contrast:active), screen and (-ms-high-contrast:none){
    #searchTerm{
        vertical-align: middle !important;
        margin-bottom: 5px !important;
        line-height:2px;
      
    }
    
    .gn-search{
        height:30px;
    }
    
}

