#_rightmenu {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 400;
    background: rgba(0, 0, 0, 0.72);
    padding: 20px;
    width: 230px;
    height: 100%;
    box-sizing: border-box;
}

#divlogin {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
}

#divlogin > #registar {
    float: left;
    text-align: left;
}

#logoCamara {
    text-align: center;
}

#imgLogin {
    width: 130px;
    margin-bottom: 20px;
}

#imgCompany {
    width: 190px;
    margin-bottom: 35px;
}

#_menuLateral_bottom #imgCompany {
    width: 190px;
    margin-bottom: 0px;
}

#_menuLateral {
    padding: 0px;
    list-style: none;
}

#_menuLateral_bottom {
    position: absolute;
    width: 100%;
    padding: 20px 20px 8px;
    margin-bottom: 0px;
    bottom: 0;
    right: 0;
}

#_menuLateral_bottom > li {
    float: left;
    width: calc(100% - 50%);
    text-align: center;
    font-size: 3em;
    list-style: none;
}

#_menuLateral_bottom > li a {
    color: #FFF;
}

#_menuLateral_bottom > li a:hover {
    color: #008c12;
}

#titleBrand {
    color: #FFF;
    font-family: openL;
    padding: 15px;
    text-align: center;
    width: 100%;
    border: 1px solid #FFF;
    margin-bottom: 30px;
}

/*MAPA*/
.leaflet-popup-content {
    margin: 0 !important;
    line-height: 1.4 !important;
}

.leaflet-popup-tip {
    display: none !important;
}

.leaflet-popup-content-wrapper {
    padding: 0px !important;
    text-align: left !important;
    border-radius: 0px !important;
    background: white;
    color: #333 !important;
    box-shadow: 0 15px 14px -12px rgba(0, 0, 0, 0.66) !important;
    border: 1px solid #d0d0d0 !important;

}

.leaflet-container a.leaflet-popup-close-button {
    display: none !important;
}

.idfoto {
    width: 100%;
    max-width: 266px;
    margin-bottom: 10px;
}

.tituloOcorrecia, .catocorrencia, .subcatocorrencia, .estadoocorrencia {
    padding: 3px 11px;
}

.labels > span {
    font-weight: 400;
}

#_btnandroid {
    background: transparent;
    border: 0px;
    color: #FFF;
}

#_btnapple {
    border: 0px;
    color: #737373;
    background-color: transparent;
}

#_txtInfo {
    width: calc(100% - 36%);
    position: relative;
    float: left;
}

#_txtInfo > h4 {
    font-size: 1vw;
    padding: 12px 0px;
}

#_qrcode {
    float: left;
}

.nvl1 {
    width: 100%;
    position: relative;
}

.modal-dialog {
    counter-reset: item;
    width: 800px;
    margin: 30px auto;
}

.nvl2 {
    position: relative;
    width: 100%;
}

#_txtInfo2 {
    padding: 10px 10px;
}

#_listInfo > li {
    padding: 8px;
    list-style: none;
    text-align: left;
}

#_listInfo > li:before {

    counter-increment: item;
    content: counter(item) " ";
    color: #FFF;
    font-weight: bold;
    font-family: openR;
    padding: 7px 9px 7px 12px;
    vertical-align: middle;
    background-color: #008c12;
    border-radius: 50%;
}

.nvl3 {
    position: relative;
    width: 100%;
    background-color: #008c12;
    height: 365px;
    padding: 15px;
    text-align: center;
}

.nvl4 {
    position: relative;
    width: 100%;
    background-color: #008c12;
    min-height: 100%;
    height: 336px;
    padding: 15px;
    text-align: center;
}

/*Mobile*/
@media screen and (max-width: 767px) {
    .modal-dialog {
        width: auto;
        margin: 30px 40px;
    }

    #_txtInfo > h4 {
        font-size: 1em;
    }
}