textarea,
input[type="text"] {
    color: black;
}

#mapa {
    height: 100%;
    margin: 0;
    padding: 0;
}

.wrap {
    max-width: 75em;
    min-height: 40em;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

#map-canvas {
    height: 99%;
}

input[data-readonly] {
    pointer-events: none;
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
    caret-color: transparent !important;
}

.td-label {
    display: none;
}

@media only screen and (max-width: 768px) {
    table {
        display: flex;
        flex-direction: column;
        border: 0px !important;
    }
    thead {
        display: none;
    }
    tbody tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        padding: 10px;
        border: 1px solid #3c3c3c90;
        border-radius: 3px;
    }
    tbody.rowm tr {
        display: flex;
        flex-direction: row;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        padding: 10px;
        border: 1px solid #3c3c3c90;
        border-radius: 3px;
        justify-content: space-between;
    }
    tbody td {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .td-label {
        display: inline-block;
        font-weight: 600;
        margin-right: 3px;
    }
}

.quebraMobile {
    display: flex;
    gap: 3px;
}

.panel-heading-mobile {
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 3px 3px 3px 40px;
}

.panel-heading-mobile i {
    align-content: center;
    height: 100% !important;
}

@media screen and (max-width: 480px) {
    .quebraMobile {
        flex-direction: column;
    }
}

.mb-3{
    margin-bottom: 1rem !important;
}

.mb-4{
    margin-bottom: 1.5rem !important;
}


.is-valid {
    border-color: #34c759 !important;
}

.is-invalid {
    border-color: #dc3545 !important;
}


.checked-checklist {
    opacity: 0.25;
    text-decoration: line-through;
}


.gritter-title{
    font-size: 18px !important;
}
.gritter-item{
    font-size: 15px !important;
}

#gritter-notice-wrapper{
    width: 610px !important;
}
