﻿body {
    overflow-x: hidden;
    overflow-y: hidden;
}

/*menu*/
#header {
    position: fixed;
    height: 64px;
    width: 100%;
    top: 0;
    left: 0;
}

.highlight {
    background-color: #323232;
    color: white;
}

#toolbar {
    width: 100%;
    height: 100%;
    /*padding: .2em .2em 0;*/
    background: #161617;
    cursor: default;
    display: flex;
    flex-direction: row;
    align-items: center;
    left: 0;
    justify-content: space-between;
    /*opacity: 0.9;*/
    /*border: 1px solid white;*/
}

#left-toolbar {
    height: 100%;
    width: auto;
    align-items: center;
    display: flex;
    flex-direction: row;
}

    #left-toolbar .menu-item {
        display: block;
        float: left;
    }

    #left-toolbar img {
        height: 48px;
        margin-left: 20px;
        margin-top: -5px;
    }

#center-toolbar {
    height: 100%;
    width: 34%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#center-toolbar > input {
    height: 40px !important;
}

#progressBarCadastroAbateContainer {
    height: 100%;
    width: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#progressBarCadastroAbate {
    width: 200px;
}

    #progressBarCadastroAbate .ui-progressbar {
        position: relative;
    }

    #progressBarCadastroAbate .ui-progressbar-value {
        margin-top: -20px;
        background: #94befd;
    }

    #progressBarCadastroAbate span.caption {
        display: block;
        position: static;
        text-align: center;
    }

#right-toolbar {
    height: 34px;
    width: auto;
    display: block;
}

    #right-toolbar .menu-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        float: right;
        background: #ffffff;
        width: 34px;
        height: 34px;
    }

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group-text {
    background-color: #fff;
    border-radius: 4px !important;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    z-index: 10;
    height: auto;
}

.input-group > .map-search {
    position: relative;
    flex: 1 1 auto;
}

.input-group-append {
    margin-left: -4px;
    display: flex;
}

.bKmSsS {
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin: 0px 2rem;
    transition: transform 0.2s ease 0s;
}

    .bKmSsS:hover {
        transform: scale(1.3);
    }

.dQYPJF {
    width: 5.4rem;
    height: 5.4rem;
    background-color: rgb(0, 0, 0);
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 100%;
}

.kPocRSA {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0.5rem;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 100%;
    transition: transform 0.2s ease 0s;
}

/*.dQYPJF:hover {
        transform: scale(1.3);
    }*/

.kPocRS {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0.2rem;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 100%;
    transition: transform 0.2s ease 0s;
}

    .kPocRS:hover {
        transform: scale(1.1);
    }

.div-modal-container {
    display: flex;
}

    .div-modal-container > .div-circle-container:not(:last-child) {
        margin-right: 2em;
    }

.div-circle-container:hover {
    transform: scale(1.1);
}

.div-close-container:hover {
    transform: scale(1.1);
}

.div-close-container {
    position: absolute;
    top: 10px;
    right: 10px;
}

.div-modal-widgets {
    position: absolute;
    top: 60px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgba(51, 51, 51, 0.565);
    z-index: 1000;
    display: none;
    flex-direction: row;
}

.div-circle-container {
    max-width: 71px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.label-circle-content {
    text-align: center;
    word-break: inherit;
    text-overflow: ellipsis;
    overflow-x: hidden;
    color: white;
    font-size: 11px;
    margin-top: 0.5em;
}

.div-circle-content {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0.5rem;
    border-width: 3px;
    /*border-style: solid;*/
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 100%;
    transition: transform 0.2s ease 0s;
}

.div-circle-img-content {
    width: 5.4rem;
    height: 5.4rem;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 100%;
}

    .div-circle-img-content:hover {
        transform: scale(1.1, 1.1);
    }

.menu-item {
    background: #323232;
    border-radius: 100%;
    width: 60px;
    height: 100%;
    margin: 0px 5px;
    cursor: pointer;
    position: relative;
    top: 0;
    z-index: 1;
    border: 0 solid rgb(255,255,255);
}

    .menu-item img {
        width: 40px;
        height: 40px;
    }

#right-toolbar .menu-item img {
    margin: 0 auto;
    width: 16px;
    height: 16px;
    filter: invert(1);
}

#right-toolbar .menu-item-nested {
    width: 34px;
    height: 34px;
}

#map-planet img {
    width: auto;
    filter: grayscale(1);
}

.menu-item-nested {
    position: absolute;
    /*background: #323232;*/
    background-color: #FFF;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    /*top: -10px;*/
    z-index: -1;
    cursor: pointer;
    /*border: 0.5px solid rgb(255,255,255);*/
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .menu-item-nested img {
        /*margin-top: 10px;*/
        /*margin-left: 10px;*/
        width: 35px;
        /*height: 40px;*/
        filter: invert(100%);
    }

/*menu*/
/*map page*/
#map {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: -2;
}

#mapNone {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: -200;
}

    #mapNone canvas {
        display: none;
    }


#customMapNone {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: fixed;
        z-index: -200;
}
    
#customMapNone canvas {
    display: none;
}

#controls {
    position: absolute;
    top: 85%;
    left: 97%;
    z-index: 2;
}

#myposition {
    position: fixed;
    font-size: 15px;
    width: auto;
    height: auto;
    top: auto;
    left: 1em;
    bottom: 3px;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
}

#basemap-provider {
    user-select: none;
    position: fixed;
    font-size: 15px;
    width: auto;
    height: auto;
    top: auto;
    right: 1em;
    bottom: 3px;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
}

.ol-zoom {
    top: 87%;
    left: 1%;
    font-size: 45px;
    padding: 2px;
}

.ol-rotate {
    display: none;
}

.ol-attribution {
    display: none;
}

.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    min-width: 350px;
}

/*.ol-popup:after, .ol-popup:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        transform: rotate(180deg);
    }

    .ol-popup:after {
        border-top-color: white;
        border-width: 10px;
        left: 360px;
        top: -20px;
        margin-left: -10px;
    }

    .ol-popup:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 48px;
        left: 360px;
        top: -22px;
        margin-left: -11px;
    }*/

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

    .ol-popup-closer:after {
        content: "✖";
    }

/*map page*/

#logo_agt {
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-evenly;
    padding: 0.5rem;
}

    #logo_agt img {
        width: 39px;
        height: 39px;
        margin: auto;
        display: block;
    }

#shortcut_bottom_left {
    cursor: pointer;
    position: absolute;
    bottom: 30px;
    left: 10px;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-evenly;
    padding: 0.5rem;
    opacity: 0.5;
}

    #shortcut_bottom_left:hover {
        transform: scale(1.1);
    }

    #shortcut_bottom_left img {
        cursor: pointer;
        width: 32px;
        height: 32px;
        margin: auto;
        display: block;
    }


#menu_shortcut_geoid {
    position: absolute;
    bottom: 30px;
    right: 10px;
}

    #shortcut_bottom_right {
        padding: 0.5rem;
        opacity: 0.5;
        display: none;
    }

    #shortcut_bottom_right img {
        cursor: pointer;
        width: 32px;
        height: 32px;
        margin: auto;
        display: block;
    }

/*Register Query in map page*/
.mapp-caco-content {
    width: 300px;
}

.mapp-caco-item {
    display: inline-block;
    width: 100%;
}

    .mapp-caco-item > label:nth-child(1) {
        width: 30%;
        overflow-wrap: break-word;
        text-align: center;
    }

    .mapp-caco-item > label:nth-child(2) {
        text-align: center;
        width: 20%;
    }

    .mapp-caco-item * {
        width: 49%;
    }

.mapp-caco-title {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.mapp-caco-search {
    display: inline-block;
    width: 100%;
}

    .mapp-caco-search > button {
        float: right;
    }

.ol-dragbox {
    background-color: rgba(255,255,255,0.4);
    border-color: #323232;
}

.info-picture {
    width: 50px;
}

/*Fim Register Query in map page*/

/* Perfil */
#popup-data-content > input {
    padding-left: 10px;
    height: 28px !important;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    font-size: 13px !important;
    font-family: Montserrat;
    outline: none;
}

#popup-data-content > div input {
    padding-left: 10px;
    height: 28px !important;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    font-size: 13px !important;
    font-family: Montserrat;
    outline: none;
}

.navbar-toggle {
    margin: 8px 0;
}

.navbar-header.navbar-header-mobile {
    display: flex;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

    .navbar-header.navbar-header-mobile div:nth-child(1) {
        margin: 10px 0;
        width: 88%;
        height: 100%;
    }

    .navbar-header.navbar-header-mobile div:nth-child(2) {
        width: 12%;
    }

.search-address {
    display: block;
    width: 90%;
    height: 30px !important;
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    border-right-color: #fff !important;
}

.search-address::placeholder {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border-radius: .25rem;
}

    .input-group-text img {
        display: none;
    }

#progress-map {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: rgba(0, 60, 136, 0.4);
    width: 0;
    transition: width 250ms;
}

.quick-search-icon {
    width: 20px;
    position: absolute;
    cursor: pointer;
    margin-left: 24.5%;
    display: none;
}

.div-quick-search {
    width: 840px;
    height: 410px !important;
}

.search-filters {
    display: inline-flex;
}

    .search-filters div {
        width: 20%;
        margin-right: 5px;
    }

        .search-filters div label, .search-filters div select, .search-filters div input {
            width: 100%;
        }

        .search-filters div select {
            height: 28px;
        }

    .search-filters img {
        height: 28px;
        cursor: pointer;
        margin-top: 18px;
    }

.search-results {
    height: 75% !important;
}

/*Notificações*/
.message {
    /*background: url("/images/mappage/message.png") no-repeat;*/
    background-position: center;
    background-size: 100px 100px;
    /*opacity: 0.5;*/
    cursor: pointer;
}

#alertMessage {
    display: none;
    border-radius: 50%;
    background: #ea7d12 !important; /*#6ce069 !important;*/
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    border: 1px solid #fff;
    font-family: MontSerrat;
    font-size: 11px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: -2px;
}

#divListMessages {
    color: rgb(0, 0, 0);
    visibility: visible;
    overflow-y: scroll;
    width: 300px;
    max-height: 250px;
}

    #divListMessages img {
        width: 18px;
        margin-left: 15px;
        /*height: 24px;*/
    }

#inputSearch {
    width: 100%;
}

#showNotificationPopUp {
    width: 660px;
}

    #showNotificationPopUp #divRight {
        font-size: 13px;
        font-weight: 700;
    }

#divContentMessage {
    border: 1px solid #c3c1c1;
    border-radius: 5px;
    padding: 10px;
    margin-left: 5%;
    /*margin-top: 5%;*/
    background-color: white;
    width: 320px;
    height: 330px;
}


::-webkit-scrollbar {
    box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: rgba(50,50,50,0.3);
    box-shadow: inset 0 0 6px rgba(50,50,50,0.4);
    width: 8px;
}


.divMessagesButtons img {
    cursor: pointer;
}
/*Fim Notificações*/


/*mobile portrait*/
@media only screen and (max-width: 767px) {
    .search-address {
        width: 95%;
        margin: 0;
    }

    #logo_agt {
        bottom: 50px;
    }

    .quick-search-icon {
        margin-left: 70% !important;
        margin-top: 0.7%;
    }
}

@media only screen and (max-width: 1366px) {
    .quick-search-icon {
        margin-left: 24%;
    }
}

.bodyRightClickMenu {
    display: block;
    width: 150px;
    height: 100px;
    background-color: white;
}

.selected {
    background-color: #aaa;
}

#icon-Identificar img, #icon-Mover img, #icon-Aproximar img, #icon-Afastar img {
    width: 30px;
    height: 30px;
}

.map-icon-disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* Headway */
.HW_badge_cont {
    width: 0px !important;
    height: 0px !important;
    position: initial !important;
}

.HW_badge{
    top: 1px !important;
    left: 2px !important;
}
