
    /*
    ** Tabler
    */
    
    :root {
        --tblr-card-border-color: rgba(170, 170, 170, 0.16); }


    .form-control:focus,
    .form-select:focus,
    .form-check-input:focus {
        border-color: #cccccc !important;
        box-shadow: 0 0 0 0.25rem rgba(170, 170, 170, 0.25) !important; }

    .input-group-flat:focus-within  {
        box-shadow: 0 0 0 0.25rem rgba(170, 170, 170, 0.25) !important; }
    .input-group-flat:focus-within .form-control,
    .input-group-flat:focus-within .input-group-text {
        border-color: #cccccc !important; }

    /*input:checked:focus + .form-selectgroup-label {
        box-shadow: 0 0 0 0.25rem rgba(170, 170, 170, 0.25) !important; }
    input:focus + .form-selectgroup-label,
    input:checked:enabled + .form-selectgroup-label {
        color: #000 !important;
        border-color: #aaaaaa !important;
        background-color: #f9f9f9 !important; }
    input:focus:enabled + .form-selectgroup-label {
        box-shadow: 0 0 0 0.25rem rgba(170, 170, 170, 0.25) !important; }
    input:checked:enabled + .form-selectgroup-label .form-selectgroup-check {
        background-color: #999 !important; }*/

    .form-check, .form-check * {
        cursor: pointer; }
    input:checked {
        background-color: #333 !important; }

    .form-range:focus::-webkit-slider-thumb,
    .form-range:focus::-moz-range-thumb {
        box-shadow: 0 0 0 0.25rem rgba(170, 170, 170, 0.25) !important; }

    /*input:not([type=file]):read-only {
        background-color: #efefef !important; }*/


    .navbar-expand-md .navbar-light .nav-item.active::after,
    .navbar-expand-md.navbar-light .nav-item.active::after {
        border-color: #000 !important; }


    .navbar-nav .nav-link.active {
        border-radius: 0 !important;}
    .navbar-nav .nav-item.active:after {
        border-color: #406080 !important; }
    .navbar-nav .nav-item .active {
        color: #fff !important;
        background-color: #406080 !important; }





    /*
    ** App
    */

    select:not([data]) {
        color: #aaa; }
    select option[disabled] {
        display: none; }
    select option {
        color: black; }
    select:has(> option:checked:not([value=""])) {
        color: black; }


    .btn-custom {
        text-transform: uppercase;
        text-shadow: none; }
    .btn-custom,
    .btn-custom:hover,
    .btn-custom:focus {
        border-radius: 3px; }
    .btn-custom.logout {
        letter-spacing: 1px;
        height: 30px !important;
        min-width: 120px; }

    .btn-header {
        padding-top: 7px !important;
        padding-bottom: 7px !important; }
    .bg-sarton {
        background-color: #406080; }


    .form-fake {
        color: #555;
        width: 100%;
        border: solid 1px #ddd;
        border-radius: 3px;
        padding: 9px 12px 8px 12px;
        min-height: 40px;
        height: auto; }

    .notificacao-tipo {
        margin-right: 12px; }
    .notificacao-prioridade {
        position: relative;
        top: 3px; }

    .atualizacao-prioridade {
        font-size: 10px;
        position: absolute;
        right: 5px;
        top: 5px; }

    .card-header-pills-padding-fix {
        padding: 18px !important; }
    .card-header-pills-padding-fix.with-button {
        padding: 16px 18px !important; }


    .nav-link.active { font-weight: bold; }


    .list-group-configuration * {
        border: none; }
    .list-group-configuration a {
        color: #000;
        text-decoration: none; }
    .list-group-configuration a .list-group-item {
        border-color: #e8eaf6 !important;
        border-radius: 4px; }
    .list-group-configuration a .list-group-item:hover {
        background: none; }
    .list-group-configuration a .list-group-item.active,
    .list-group-configuration a .list-group-item.active:hover {
        font-weight: bold;
        background: #e8eaf6; }


    footer {
        padding-bottom: 0 !important;
        background: #151515;
        color: #aaa; }
    footer .title {
        text-transform: uppercase;
        font-size: 0.9em !important;
        letter-spacing: 1px;
        color: #fff; }
    footer ul {
        padding: 0;
        margin: 15px 0 20px 0;
        list-style: none;
        position: relative; }
    footer ul li {
        padding: 5px 0 0 0;
        margin: 0; }
    footer .address {
        padding-top: 20px; }
    footer .address span {
        display: block; }
    footer .secure {
        display: inline-block;
        padding-top: 40px; }





    /**
    ** Responsive
    */


    /* Small devices (landscape phones, 576px and up) */
    @media (min-width: 576px) { }

    /* Medium devices (tablets, 768px and up) */
    @media (min-width: 768px)
    {
        .app-wrapper {
            min-height: 100vh; }
    }

    /* Large devices (desktops, 992px and up) */
    @media (min-width: 992px) { }

    /* Extra large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) { }


    /* Extra small devices (portrait phones, less than 576px) */
    @media (max-width: 575px) { }

    /* Small devices (landscape phones, less than 768px) */
    @media (max-width: 767px)
    {
        footer .column-head {
            margin-top: 50px; }
    }

    /* Medium devices (tablets, less than 992px) */
    @media (max-width: 991px) { }

    /* Large devices (desktops, less than 1200px) */
    @media (max-width: 1199px) { }