.label-Custom {
    word-wrap: normal !important;
}

/*- - - - old - - - - */

.gray {
    color: #202020;
}

.gray h5 {
    color: #202020;
}

.white {
    color: #fff;
}

.white h5 {
    color: #fff;
}

.txt-end {
    display: flex;
    align-items: center;
    justify-content: center;
}

.txt-end span {
    background: #0d588e;
    padding: 5px;
    border-radius: 4px;
    color: #fff;
}

.txt-end span:hover {
    cursor: pointer;
    color: #FFF;
    background-color: #158ee6;
}

.lblTotais {
    font-size: 13px !important;
    font-weight: bold !important;
}

.lblVrTotais {
    font-weight: bold !important;
}

.rc-rotate-180 {
    transform: rotate(180deg);
}

.rc-info-alert {
    padding: 15px;
    text-align: justify;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

label:not(.form-check-label):not(.custom-file-label) {
    white-space: normal !important
}

.rc-info-alert-content div p {
    font-size: 17px;
    margin-bottom: 0px;
}

.rodape {
    margin-top: -15px;
}

.rodape img {
    margin: 0 76px;
}

.ButtonOutlineThemeCrud:focus,
.ButtonOutlineThemeCrud:hover .CLS-LABEL {
    color: #fff !important;
}

.lbl-filtro.ButtonOutlineThemeCrud:focus,
.lbl-filtro.ButtonOutlineThemeCrud:hover {
    background: #00539ed4 !important;
    text-decoration: none;
    border: 2px solid #00539e;
    color: #fff;
}

.centro {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.centro-v {
    position: relative !important;
    top: 50% !important;
    transform: translateY(-50%);
}

.bdAfter::after {
    width: 100%;
    background-color: #eaeaea;
    height: 4px;
    content: "";
    position: absolute;
    bottom: 0px;
    border-radius: 30px;
}

@media screen and (max-width: 1600px) {
    .rc-info-alert-content div p {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .rodape img {
        margin: 0 37px;
    }
}

@media screen and (max-width: 780px) {
    .rc-info-alert-content div p {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .rodape img {
        margin: 0 76px;
    }
}

@media screen and (max-width: 480px) {
    .rc-info-alert-content div p {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .rodape {
        margin-top: -15px;
    }

    .rodape img {
        margin: 8px 1px;
        width: 59px;
    }
}

.plex-label-checkbox .x-form-cb-label {
    margin-top: 7px;
}

.lbl-filter-safe {
    padding-top: 6px;
    padding-left: 5px;
}

.lbl-filter-close-safe {
    margin-top: -3px;
    padding-right: 1px;
}