        * {
            margin: 0;
            padding: 0;
            font-family: Arial, Helvetica,  "Josefin Sans", sans-serif;
        }
        
        .table {
            font-size: 14px;
        }
        
        .flex-box {
            display: flex;
            /* align-items: center;
            Centraliza horizontalmente*/
            justify-content: center;
            /*center;cetraliza verticalmente*/
        }
        
        html {
            font-size: 14px;
        }
        
        body {
            overflow-y: auto;
        }
        
        body
        html {
            width: 100%;
            min-height: 100%;
            background-repeat: no-repeat;
            /*background: rgb(186, 226, 247);*/
            /* Old browsers */
            background: -webkit-radial-gradient(center, ellipse cover, rgb(40, 185, 105) 0%, rgb(36, 192, 44) 0%, rgba(186, 211, 225, 1) 15%, rgba(186, 211, 225, 1) 38%, rgba(169, 199, 215, 1) 68%, rgb(177, 225, 250) 68%, rgb(36, 190, 88) 82%, rgb(37, 197, 109) 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: radial-gradient(ellipse at center, rgb(66, 185, 62) 0%, rgb(42, 172, 92) 0%, rgb(28, 192, 110) 15%, rgb(51, 165, 89) 38%, rgb(106, 187, 119) 68%, rgb(169, 215, 193) 68%, rgb(40, 175, 52) 82%, rgb(89, 219, 121) 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#add6ed', endColorstr='#add6ed', GradientType=1);
            /* IE6-9 fallback on horizontal gradient */
        }
        /* header {
            position: fixed;
            width: 100%;
            top: 0;
            font-size: 1.0em;
            font-weight: bold;
            text-align: right;
            height: 3.125rem;
            margin: 0, 0, 0, 0;
            z-index: 1;
        }*/
        
        .cardx {
            position: relative;
            display: flex;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
            background-color: #e7e9eb;
            background-clip: border-box;
            border: 0 solid transparent;
            border-radius: .25rem;
            margin-bottom: 1.5rem;
            box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
        }
        
        div.ui-datepicker {
            font-size: 105.5%;
        }
        
        .pagination {
            float: right;
            margin: 0 0 5px;
        }
        
        .pagination li a {
            border: none;
            font-size: 13px;
            min-width: 30px;
            min-height: 30px;
            padding: 0 10px;
            color: red;
            margin: 0 2px;
            line-height: 30px;
            border-radius: 30px !important;
            text-align: center;
        }
        
        .pagination li a:hover {
            color: #000;
        }
        
        .pagination li.active a {
            background: #03A9F4;
        }
        
        .pagination li.active a:hover {
            background: #0397d6;
        }
        
        .pagination li.disabled i {
            color: #ccc;
        }
        
        .pagination li i {
            font-size: 16px;
            padding-top: 6px
        }
        
        .hint-text {
            float: left;
            margin-top: 10px;
            font-size: 13px;
        }
        
        .xdiv {
            width: 100%;
            height: 175px;
            max-height: 175px;
            overflow-y: scroll;
            overflow-x: hidden;
        }
        
        .xdiv1 {
            width: 100%;
            height: 95px;
            max-height: 95px;
            overflow-y: scroll;
            overflow-x: hidden;
        }
        /*  header {
            background: -webkit-gradient(linear, left top, right top, from(#7accf1), to(#ffffff));
            /* webkit browsers */
        /*}
        
        header {
            background: -moz-linear-gradient(left, #38ade4, #ffffff);
            /* firefox3.6+ */
        /* }
        
        header {
            filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#38ade4', EndColorStr='#ffffff');
            /* IE */
        /*}*/
        
        footer {
            position: fixed;
            width: 100%;
            display: none;
            bottom: 0;
            font-size: 1.0em;
            font-weight: bold;
            text-align: center;
            height: 25px;
        }
        
        footer {
            background: -webkit-gradient(linear, left top, right top, from(#70d2ff), to(#ffffff));
            /* webkit browsers */
        }
        
        footer {
            background: -moz-linear-gradient(left, #38ade4, #ffffff);
            /* firefox3.6+ */
        }
        
        footer {
            filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#38ade4', EndColorStr='#ffffff');
            /* IE */
        }
        
        .indicator {
            background: #e9091c;
            box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .05);
            border-radius: 50%;
            height: 20px;
            width: 20px;
            padding: 0px;
            position: absolute;
            top: 6;
            text-align: center;
            transition: top .1s ease-out;
            font-size: .775rem;
            color: #fff
        }
        
        .navbar-dark .navbar-nav .nav-link,
        .navbar-dark .navbar-text {
            color: rgba(207, 189, 189, 0.75);
        }
        
        .navbar-dark .navbar-nav .nav-link:focus,
        .navbar-dark .navbar-nav .nav-link:hover {
            color: rgb(177, 167, 167);
        }
        
        .navbar-dark .sidebar-bs-toggle {
            color: rgb(235, 232, 232);
        }
        
        .navbar-light .navbar-nav .nav-link,
        .navbar-light .navbar-text {
            color: rgba(209, 197, 197, 0.75);
        }
        
        .navbar-light .navbar-nav .nav-link:focus,
        .navbar-light .navbar-nav .nav-link:hover {
            color: rgb(240, 132, 132);
        }
        
        .navbar-light .sidebar-bs-toggle {
            color: rgba(0, 0, 0, 1);
        }
        
        section {
            display: flex;
        }
        
        .brand {
            text-align: left !important;
            font-size: 22px;
            line-height: 50px !important;
        }
        
        .sidebar {
            /* o valor dever ser o height do header divido por 2 */
            margin-top: 50px;
            min-width: 280px;
            max-width: 300px;
            min-height: calc(100vh - 80px);
            transition: all 0.3s;
        }
        
        .sidebar ul li a {
            display: block;
            padding: .75rem 1rem;
            text-decoration: none;
        }
        
        .sidebar ul ul a {
            padding-left: 2.5rem;
        }
        
        .sidebar [data-bs-toggle="collapse"] {
            position: relative;
        }
        
        .sidebar [data-bs-toggle="collapse"]:before {
            content: "\f0d7";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            right: 1rem;
        }
        
        .sidebar [aria-expanded="true"]:before {
            content: "\f0d8";
        }
        
        .sidebar.toggled {
            margin-left: -280px;
        }
        
        .sidebar-dark ul li a {
            color: rgba(250, 241, 241, 0.75);
        }
        
        .sidebar-dark ul ul a {
            background: rgba(0, 0, 0, .15);
        }
        
        .sidebar-dark ul li a:hover,
        .sidebar-dark ul .active a {
            color: rgb(243, 237, 237);
            background: rgba(219, 121, 121, 0.15);
        }
        
        .sidebar-dark [aria-expanded="true"] {
            background: rgba(241, 240, 240, 0.15);
        }
        
        .sidebar-light ul li a {
            color: rgba(0, 0, 0, .75);
        }
        
        .sidebar-light ul ul a {
            background: rgba(0, 0, 0, .05);
        }
        
        .sidebar-light ul li a:hover,
        .sidebar-light ul .active a {
            color: rgb(238, 97, 97);
            background: rgba(230, 146, 146, 0.05)
        }
        
        .sidebar-light [aria-expanded="true"] {
            background: rgba(0, 0, 0, .05)
        }
        
        .btn-square {
            border-radius: 0
        }
        
        .btn-pill {
            border-radius: 1.5rem
        }
        
        .btn-icon {
            padding: .375rem .5rem
        }
        
        .btn-icon.btn-sm {
            padding: .25rem .375rem
        }
        
        .btn-icon.btn-lg {
            padding: .5rem .675rem
        }
        
        .accordion .card-header {
            padding: 0
        }
        
        .accordion .card-header a {
            padding: .75rem 1.25rem;
            display: block;
            color: inherit;
            text-decoration: none;
        }
        
        .accordion .card-header .collapse-icon:before {
            content: "\f068";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
        }
        
        .accordion .card-header .collapsed .collapse-icon:before {
            content: "\f067";
        }
        
        .content {
            width: 100%;
        }
        
        .dataTables_wrapper {
            padding: 0
        }
        
        .dataTables_wrapper table {
            overflow: hidden;
        }
        
        .dataTables_wrapper th,
        .dataTables_wrapper td {
            vertical-align: middle;
        }
        
        .dataTables_wrapper th {
            white-space: nowrap;
        }
        
        .dataTables_wrapper .actions {
            white-space: nowrap;
            text-align: right;
        }
        
        @media (max-width:576px) {
            .sidebar {
                margin-left: -280px;
            }
            .sidebar.toggled {
                margin-left: 0;
            }
        }
        
        #wrapper {
            width: 95%;
            margin: 0 auto;
        }
        
        #header {
            width: 100%;
        }
        
        #content {
            width: 100%;
        }
        
        #sidebar {
            width: 100%;
        }
        
        #footer {
            width: 100%;
        }
        /* Small devices (landscape phones, 576px and up)*/
        
        @media (min-width: 576px) {
            /* Medium devices (tablets, 768px and up)*/
            @media (min-width: 768px) {
                #wrapper {
                    width: 90%;
                    margin: 0 auto;
                }
                #content {
                    width: 70%;
                    float: left;
                }
                #sidebar {
                    width: 30%;
                    float: right;
                }
                /* Large devices (desktops, 992px and up)*/
                @media (min-width: 992px) {}
            }
            /* Extra large devices (large desktops, 1200px and up)*/
            @media (min-width: 1200px) {
                #wrapper {
                    width: 90%;
                    margin: 0 auto;
                }
            }
        }
        
        .msg-topo {
            width: 140px;
            height: 88px;
            overflow: visible;
            position: absolute;
            top: 10px;
            left: 25px;
            z-index: 1;
        }
        
        .msg-topo-conf {
            text-align: center;
            -webkit-transform: rotate(333deg);
            -moz-transform: rotate(333deg);
            -ms-transform: rotate(333deg);
            -o-transform: rotate(333deg);
            position: relative;
            padding: 1px 0;
            left: -10px;
            top: 15px;
            width: 150px;
            background-color: red;
            color: #fff;
        }