<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Secondary (nav background) - #6B7A8F
    Primary (for buttons and table headers) - #F7882F
    Info - #F7C331
    Light (for buttons and table headers) #DCC7AA

*/



a {
    color: #F7882F;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}


/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    /*color: #a54d06;*/
    background-color: #fef8f3;
    border-color: #fdeddf;
}

    .alert-primary hr {
        border-top-color: #fcdfc7;
    }

    /*.alert-primary .alert-link {
        color: #743604;
    }*/

.badge-primary {
    /*color: #212529;*/
    background-color: #F7882F;
}

    .badge-primary[href]:hover, .badge-primary[href]:focus {
        /*color: #212529;*/
        background-color: #ea6d08;
    }

.bg-warning-light {
    background-color: #fcf1d8;
}
.bg-primary {
    background-color: #F7882F !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #ea6d08 !important;
}

.border-primary {
    border-color: #F7882F !important;
}

.btn-primary {
    /*color: #212529;*/
    background-color: #F7882F;
    border-color: #F7882F;
}

    .btn-primary:hover {
        /*color: #212529;*/
        background-color: #f5740c;
        border-color: #ea6d08;
    }

    /*.btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(247, 136, 47, 0.5);
    }*/

    .btn-primary.disabled, .btn-primary:disabled {
        /*color: #212529;*/
        background-color: #F7882F;
        border-color: #F7882F;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show &gt; .btn-primary.dropdown-toggle {
        /*color: #212529;*/
        background-color: #ea6d08;
        border-color: #db6608;
    }

        /*.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(247, 136, 47, 0.5);
        }*/

.btn-outline-primary {
    color: #F7882F;
    background-color: transparent;
    border-color: #F7882F;
}

    .btn-outline-primary:hover {
        /*color: #212529;*/
        background-color: #F7882F;
        border-color: #F7882F;
    }

    /*.btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(247, 136, 47, 0.5);
    }*/

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #F7882F;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-primary.dropdown-toggle {
        /*color: #212529;*/
        background-color: #F7882F;
        border-color: #F7882F;
    }

       /* .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(247, 136, 47, 0.5);
        }*/

.list-group-item-primary {
    /*color: #a54d06;*/
    background-color: #fdeddf;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        /*color: #a54d06;*/
        background-color: #fcdfc7;
    }

    .list-group-item-primary.list-group-item-action.active {
        /*color: #212529;*/
        background-color: #a54d06;
        border-color: #a54d06;
    }

.table-primary,
.table-primary &gt; th {
    background-color: #F7882F;
    color: white;
}

.table-primary &gt; td {
    background-color: #fdeddf;
}

.table-hover .table-primary:hover {
    background-color: #fcdfc7;
}

    .table-hover .table-primary:hover &gt; td,
    .table-hover .table-primary:hover &gt; th {
        background-color: #fcdfc7;
    }

.text-primary {
    color: #F7882F !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #ea6d08 !important;
}


/*------------------------------------
- COLOR secondary
------------------------------------*/
.alert-secondary {
    /*color: #363e48;*/
    background-color: #dee2e7;
    border-color: #d3d7de;
}

    .alert-secondary hr {
        border-top-color: #c4cad3;
    }

    /*.alert-secondary .alert-link {
        color: #20252b;
    }*/

.badge-secondary {
    /*color: #fff;*/
    background-color: #6B7A8F;
}

    .badge-secondary[href]:hover, .badge-secondary[href]:focus {
        /*color: #fff;*/
        background-color: #556171;
    }

.bg-secondary {
    background-color: #6B7A8F !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #556171 !important;
}

.border-secondary {
    border-color: #6B7A8F !important;
}

.btn-secondary {
    /*color: #fff;*/
    background-color: #6B7A8F;
    border-color: #6B7A8F;
}

    .btn-secondary:hover {
        /*color: #fff;*/
        background-color: #5b687a;
        border-color: #556171;
    }

    /*.btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(107, 122, 143, 0.5);
    }*/

    .btn-secondary.disabled, .btn-secondary:disabled {
        /*color: #fff;*/
        background-color: #6B7A8F;
        border-color: #6B7A8F;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show &gt; .btn-secondary.dropdown-toggle {
        /*color: #fff;*/
        background-color: #556171;
        border-color: #4e5969;
    }

        /*.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(107, 122, 143, 0.5);
        }*/

.btn-outline-secondary {
    color: #6B7A8F;
    background-color: transparent;
    border-color: #6B7A8F;
}

    .btn-outline-secondary:hover {
        /*color: #fff;*/
        background-color: #6B7A8F;
        border-color: #6B7A8F;
    }

    /*.btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(107, 122, 143, 0.5);
    }*/

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6B7A8F;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-secondary.dropdown-toggle {
        /*color: #fff;*/
        background-color: #6B7A8F;
        border-color: #6B7A8F;
    }

        /*.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(107, 122, 143, 0.5);
        }*/

.list-group-item-secondary {
    /*color: #363e48;*/
    background-color: #d3d7de;
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        /*color: #363e48;*/
        background-color: #c4cad3;
    }

    .list-group-item-secondary.list-group-item-action.active {
        /*color: #fff;*/
        background-color: #363e48;
        border-color: #363e48;
    }

.table-secondary,
.table-secondary &gt; th,
.table-secondary &gt; td {
    background-color: #d3d7de;
}

.table-hover .table-secondary:hover {
    background-color: #c4cad3;
}

    .table-hover .table-secondary:hover &gt; td,
    .table-hover .table-secondary:hover &gt; th {
        background-color: #c4cad3;
    }

.text-secondary {
    color: #6B7A8F !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #556171 !important;
}


/*------------------------------------
- COLOR info
------------------------------------*/
.alert-info {
    /*color: #a77c06;*/
    background-color: #fefcf5;
    border-color: #fdf6e1;
}

    .alert-info hr {
        border-top-color: #fcefc9;
    }

    /*.alert-info .alert-link {
        color: #765804;
    }*/

.badge-info {
    /*color: #212529;*/
    background-color: #F7C331;
}

    .badge-info[href]:hover, .badge-info[href]:focus {
        /*color: #212529;*/
        background-color: #ebb009;
    }

.bg-info {
    background-color: #F7C331 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #ebb009 !important;
}

.border-info {
    border-color: #F7C331 !important;
}

.btn-info {
    /*color: #212529;*/
    background-color: #F7C331;
    border-color: #F7C331;
}

    .btn-info:hover {
        /*color: #212529;*/
        background-color: #f5b80e;
        border-color: #ebb009;
    }

    /*.btn-info:focus, .btn-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(247, 195, 49, 0.5);
    }*/

    .btn-info.disabled, .btn-info:disabled {
        /*color: #212529;*/
        background-color: #F7C331;
        border-color: #F7C331;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show &gt; .btn-info.dropdown-toggle {
        /*color: #212529;*/
        background-color: #ebb009;
        border-color: #dda508;
    }

        /*.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(247, 195, 49, 0.5);
        }*/

.btn-outline-info {
    color: #F7C331;
    background-color: transparent;
    border-color: #F7C331;
}

    .btn-outline-info:hover {
        /*color: #212529;*/
        background-color: #F7C331;
        border-color: #F7C331;
    }

    /*.btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(247, 195, 49, 0.5);
    }*/

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #F7C331;
        background-color: transparent;
    }

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-info.dropdown-toggle {
        /*color: #212529;*/
        background-color: #F7C331;
        border-color: #F7C331;
    }

        /*.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(247, 195, 49, 0.5);
        }*/

.list-group-item-info {
    /*color: #a77c06;*/
    background-color: #fdf6e1;
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
       /* color: #a77c06;*/
        background-color: #fcefc9;
    }

    .list-group-item-info.list-group-item-action.active {
        /*color: #212529;*/
        background-color: #a77c06;
        border-color: #a77c06;
    }

.table-info,
.table-info &gt; th,
.table-info &gt; td {
    background-color: #fdf6e1;
}

.table-hover .table-info:hover {
    background-color: #fcefc9;
}

    .table-hover .table-info:hover &gt; td,
    .table-hover .table-info:hover &gt; th {
        background-color: #fcefc9;
    }

.text-info {
    color: #F7C331 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #ebb009 !important;
}


/*------------------------------------
- COLOR light
------------------------------------*/
.alert-light {
    /*color: #b88d53;*/
    background-color: #ede3d4;
    border-color: #eaddcc;
}

    .alert-light hr {
        border-top-color: #e6d7c3;
    }

    /*.alert-light .alert-link {
        color: #99733f;
    }*/

.badge-light {
    /*color: #212529;*/
    background-color: #dcc7aa;
}

    .badge-light[href]:hover, .badge-light[href]:focus {
        /*color: #212529;*/
        background-color: #cdaf85;
    }

.bg-light {
    background-color: #dcc7aa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #cdaf85 !important;
}

.border-light {
    border-color: #dcc7aa !important;
}

.btn-light {
    /*color: #212529;*/
    background-color: #dcc7aa;
    border-color: #dcc7aa;
}

    .btn-light:hover {
        /*color: #212529;*/
        background-color: #d1b690;
        border-color: #cdaf85;
    }

    /*.btn-light:focus, .btn-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 199, 170, 0.5);
    }*/

    .btn-light.disabled, .btn-light:disabled {
        /*color: #212529;*/
        background-color: #dcc7aa;
        border-color: #dcc7aa;
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show &gt; .btn-light.dropdown-toggle {
        /*color: #212529;*/
        background-color: #cdaf85;
        border-color: #c8a87b;
    }

        /*.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 199, 170, 0.5);
        }*/

.btn-outline-light {
    color: #dcc7aa;
    background-color: transparent;
    border-color: #dcc7aa;
}

    .btn-outline-light:hover {
        /*color: #212529;*/
        background-color: #dcc7aa;
        border-color: #dcc7aa;
    }

    /*.btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 199, 170, 0.5);
    }*/

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #dcc7aa;
        background-color: transparent;
    }

    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-light.dropdown-toggle {
        /*color: #212529;*/
        background-color: #dcc7aa;
        border-color: #dcc7aa;
    }

        /*.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 199, 170, 0.5);
        }*/

.list-group-item-light {
    /*color: #b88d53;*/
    background-color: #eaddcc;
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        /*color: #b88d53;*/
        background-color: #ede3d4;
    }

    .list-group-item-light.list-group-item-action.active {
        /*color: #212529;*/
        background-color: #b88d53;
        border-color: #b88d53;
    }

.table-light,
.table-light &gt; th,
.table-light &gt; td {
    background-color: #eaddcc;
}

.table-hover .table-light:hover {
    background-color: #ede3d4;
}

    .table-hover .table-light:hover &gt; td,
    .table-hover .table-light:hover &gt; th {
        background-color: #ede3d4;
    }

.text-light {
    color: #dcc7aa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #cdaf85 !important;
}


.bg-light-gray {
    background-color: #eeeff2 !important;
}</pre></body></html>