﻿.panel {
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: #fff;
    border: 1px solid transparent;
    font-size: 12px;
}

.panel-default {
    border-color: #ddd;
    margin-left: 15px;
    margin-right: 15px;
}

.panel-heading {
    font-size: 12px !important;
    font-weight: bold !important;
    padding: 5px;
    border-bottom: 1px solid transparent;
}

.panel-body {
    padding: 5px;
}



.informacao {
    border-bottom: 0px !important;
    text-align: justify !important;
    background-color: transparent !important;
    white-space: pre-line;
}

fieldset {
    border: 1px solid #ddd !important;
    background-color: #f5f5f5;
    margin-top: 2rem;
    padding: 0.1rem 1rem 0.1rem 1rem;
    position: relative;
}

legend {
    font-size: 12px;
    font-weight: bold;
    padding: 0.5rem 1rem;
    background-color: #ffffff;
    border: 1px solid #ddd;
    position: relative;
    transform: translateY(-1.2rem);
    margin-bottom: -1rem;
    width: 35%;
    box-sizing: border-box;
    display: block;
}

.titleDivOpen {
    background: #777 url("/images/net24/menos.gif") no-repeat scroll 10px 5px;
    padding-left: 30px;
    cursor: pointer;
}

.titleDivClose {
    background: #777 url("/images/net24/mais.gif") no-repeat scroll 10px 5px;
    padding-left: 30px;
    cursor: pointer;
}

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #eee;
        border-color: #ddd;
    }

.panel-body .radiobtn-inline, .panel-body .checkbox-inline {
    width: 100% !important;
    margin-top: 1px;
    margin-bottom: 2px;
}


.radiobtn-inline tr td label {
    /* float: left; */
    margin: 0px 20px 0 0;
    padding-top: 0px !important;
}

.radiobtn-inline tr td input[type="radio"] {
    float: left;
    position: absolute;
    margin: 2px 5px 0 0;
}

.radiobtn-inline tr, .checkbox-inline tr {
    width: 100% !important;
}

    .radiobtn-inline tr td, .checkbox-inline tr td {
        width: 25% !important;
        vertical-align: top;
        padding-right: 30px;
    }

        .radiobtn-inline tr td label, .checkbox-inline tr td label {
            text-align: left !important;
            margin-bottom: 5px !important;
        }

.panel-body .radiobtn-inline, .panel-body .checkbox-inline {
    width: 100% !important;
    margin-top: 1px;
    margin-bottom: 2px;
}

.checkbox-inline tr td label {
    padding-top: 1px !important;
    padding-left: 0px !important;
}

.radiobtn-inline tr td label, .checkbox-inline tr td label, .radiobtn-inline label, .checkbox-inline label {
    padding-left: 20px !important;
}

/* Update the checkbox styles */
.checkbox-inline td {
    position: relative;
    vertical-align: top !important;
    padding-bottom: 10px;
}

.checkbox-inline td input[type="checkbox"] {
    position: absolute;
    top: 4px;
    left: 0;
    margin: 0;
}

.checkbox-inline td label {
    display: block;
    padding-left: 20px !important;
    margin: 0;
    min-height: 20px;
}




/*Estilos para as tooltips */
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 0.75;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    opacity: 0;
}

    .tooltip.in {
        opacity: 0.9;
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

.tooltip-inner {
    max-width: 400px;
    padding: 8px 12px;
    color: black;
    text-align: justify;
    background-color: #FFF;
    border-radius: 4px;
    white-space: pre-line;
}

    .tooltip-inner b {
        font-weight: bold;
    }

.custom-tooltip {
    --bs-tooltip-bg: white !important;
    --bs-tooltip-color: black !important;
    --bs-tooltip-opacity: 1;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 0px;
}

    .custom-tooltip .tooltip-arrow {
        display: none;
    }

    .custom-tooltip .tooltip-inner {
        max-width: 400px;
        padding: 8px 12px;
        color: black;
        text-align: justify;
        background-color: white;
        border-radius: 5px;
        line-height: 1;
    }

        .custom-tooltip .tooltip-inner br {
            content: '';
            display: block;
            margin: 0 0;
        }

        .custom-tooltip .tooltip-inner b {
            font-weight: bold;
            display: inline-block;
            margin-top: 2px;
        }


