.corpo_mapa {
    height: 200px;
}

.mapaOcorrencia {
    margin: 0;
    padding: 0;
    height: 200px;
    max-width: none;
}

.mapaOcorrencia img {
    max-width: none !important;
}

.mapa_aberto_modal {
    margin: 0;
    padding: 0;
    height: 500px;
    max-width: none;
}

.mapa_aberto_modal img {
    max-width: none !important;
}

.imagemProblema {
    width: 110px;
    height: 110px;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 3px;
    object-fit: cover;
    cursor: pointer;
    cursor: hand;
}

.imagemProblema:hover {
    opacity: 0.7;
}


/* Modal Content (image) */


/* Add Animation */

.oc_zoom {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
    width: 100%;
    min-height: 150px;
    max-height: 450px;
    background-color: black;
    object-fit: cover;
}

#idDownload:hover {
    text-decoration: underline;
}

#send.adisabled {
    cursor: not-allowed;
    opacity: .65;
}

#send.adisabled:hover {
    text-decoration: none;
}

#send.adisabled:focus {
    text-decoration: none;
}

#send.adisabled:active {
    text-decoration: none;
}

textarea::-moz-focus-inner,
textarea::-moz-focus-inner,
textarea::-moz-focus-inner {
    border: 0px;
}


/*for IE8 */

textarea:focus,
textarea:focus {
    outline: none;
}

#send2.adisabled {
    cursor: not-allowed;
    opacity: .65;
}

#send2.adisabled:hover {
    text-decoration: none;
}

#send2.adisabled:focus {
    text-decoration: none;
}

#send2.adisabled:active {
    text-decoration: none;
}

#carregaMore:hover {
    text-decoration: underline;
}