/* Datepicker - Base */
.datepicker {
    padding: 10px;
    margin: 0 auto;
    line-height: 1.1em;
}

    .datepicker.datepicker-inline {
        line-height: 1.7em;
        width: 100%;
    }

    .datepicker table {
        width: 100%;
    }

        .datepicker table tr td {
            border-radius: 0;
        }

        .datepicker table thead tr th {
            cursor: pointer;
            font-size: 12.8px;
            font-size: 0.8rem;
            text-align: center;
            font-weight: normal;
        }

            .datepicker table thead tr th.prev {
                content: '\f0d9';
                font-family: 'Font Awesome 6 Pro';
                font-weight: 900;
            }

            .datepicker table thead tr th.next {
                content: '\f0da';
                font-family: 'Font Awesome 6 Pro';
                font-weight: 900;
            }

            .datepicker table thead tr th:hover {
                color: #FFF;
            }

        .datepicker table thead tr:last-child th {
            font-weight: 600;
        }

            .datepicker table thead tr:last-child th:hover {
                color: #CCC;
            }

        .datepicker table td {
            text-align: center;
            font-size: 12px;
            font-size: 0.75rem;
        }

            .datepicker table td.day {
                transition: background-color .1s ease-in .1s, color .1s ease-in .1s;
                cursor: pointer;
            }

        /* Datepicker - Skin Default */
        .datepicker thead tr:first-child th:hover,
        .datepicker tfoot tr th:hover,
        .datepicker table tr td span:hover {
            background: #CCC;
            color: #FFF;
        }

        .datepicker table tbody tr td span.old,
        .datepicker table tbody tr td span.new {
            color: #CCC;
        }

            .datepicker table tbody tr td span.old:hover,
            .datepicker table tbody tr td span.new:hover {
                color: #FFF;
            }

        .datepicker table tbody tr td.day:hover {
            background: #CCC;
            color: #FFF;
        }

        .datepicker table tbody tr td.day.active {
            background: #b3b2b2;
            color: #FFF;
        }

        .datepicker table tbody tr td.day.new {
            color: #777;
        }

            .datepicker table tbody tr td.day.new:hover {
                color: #FFF;
            }

/* Datepicker - Skin Dark */
html:not(.sidebar-light) .datepicker.datepicker-dark {
    background: transparent;
}

    html:not(.sidebar-light) .datepicker.datepicker-dark table thead tr th.datepicker-switch {
        color: #FFF;
    }

    html:not(.sidebar-light) .datepicker.datepicker-dark table thead tr th.dow {
        color: #777;
    }

    html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.old,
    html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.new {
        color: #444;
    }

        html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.old:hover,
        html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.new:hover {
            color: #FFF;
        }

    html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day {
        color: #FFF;
    }

        html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day:hover {
            background: #CCC;
            color: #FFF;
        }

        html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day.active {
            background: #b3b2b2;
            color: #FFF;
        }

        html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day.new {
            color: #777;
        }

            html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day.new:hover {
                color: #FFF;
            }

/* Datepicker - Skin Primary */
.datepicker.datepicker-primary {
    min-width: 255px;
}

    .datepicker.datepicker-primary.datepicker-inline {
        background: #fff;
        border: 1px solid #eee;
    }

    .datepicker.datepicker-primary table thead tr:first-child {
        background-color: #CCC;
        color: #FFF;
    }

        .datepicker.datepicker-primary table thead tr:first-child th:hover {
            background-color: #b3b2b2;
        }

        .datepicker.datepicker-primary table thead tr:first-child th:first-child {
            border-radius: 4px 0 0 0;
        }

        .datepicker.datepicker-primary table thead tr:first-child th:last-child {
            border-radius: 0 4px 0 0;
        }

    .datepicker.datepicker-primary table thead tr:last-child {
        background-color: #d9d9d9;
        color: #FFF;
    }

        .datepicker.datepicker-primary table thead tr:last-child th:hover {
            background-color: #CCC;
        }

    .datepicker.datepicker-primary table thead tr th {
        border-radius: 0;
    }

html.dark .input-daterange .input-group-addon {
    text-shadow: none;
}

html.dark .datepicker-dropdown {
    color: #EEE;
    background-color: #282d36;
}

    html.dark .datepicker-dropdown:after {
        border-bottom-color: #282d36;
    }

    html.dark .datepicker-dropdown.datepicker-orient-bottom:before {
        border-top-color: rgba(0, 0, 0, 0.2);
    }

    html.dark .datepicker-dropdown.datepicker-orient-bottom:after {
        border-top-color: #282d36;
    }

html.dark .datepicker.datepicker-primary {
    border-color: #282d36;
    background: #282d36;
}

/*Datepicker Novo*/
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td span:hover {
    background: #0088CC;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover {
    background: #0088CC;
}

.datepicker table thead tr:last-child th:hover {
    color: #0088CC;
}

.datepicker table tbody tr td.day:hover {
    background: #0088CC;
}

.datepicker table tbody tr td.day.active {
    background: #006699;
}

html:not(.sidebar-light) .datepicker.datepicker-dark {
    background: transparent;
}

    html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day:hover {
        background: #0088CC;
    }

    html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day.active {
        background: #006699;
    }

.datepicker.datepicker-primary table thead tr:first-child {
    background-color: #0088CC;
}

    .datepicker.datepicker-primary table thead tr:first-child th:hover {
        background-color: #006699;
    }

.datepicker.datepicker-primary table thead tr:last-child {
    background-color: #0099e6;
}

    .datepicker.datepicker-primary table thead tr:last-child th:hover {
        background-color: #0088CC;
        color: #FFF;
    }

/*Z-index levels*/
.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

html #header.header-transparent {
    position: relative;
}

@media screen and (max-width: 992px) {
    .header-acessibilidade {
        display: none;
    }

    #buscar-normas-form button{
        width: 100%;
    }

    .btn-norma-detalhe{
        width: 100%;
        padding: 0.5rem !important;
    }

    .informacoes-norma {
        flex-direction: column !important;
    }

        .informacoes-norma p {
            width: 100% !important;
        }

    .acoes-norma{
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 0.75rem !important;
        width: 100%;
    }

    .acoes-norma a{
        padding: 0.5rem !important;
    }

    .btn-texto-original{
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .informacoes-busca{
        display: flex;
        justify-content: center;
        flex-direction: column !important;
    }

    .btn-nova-busca {
        width: 100%;
    }

    .acoes-norma {
        margin-top: 0.5rem !important;
        width: 100% !important;
        display: flex;
        flex-direction: column;
    }

        .acoes-norma a {
            padding: 0.5rem !important;
            width: 100%;
            margin-top: 0.5rem !important;
        }
}