<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a, 
a:active, 
a:visited {
    color: #453135; /*#007bff;*/
    text-decoration: none;
    /*background-color: transparent;*/
    -webkit-text-decoration-skip: objects;
}
a.app-global-link:hover,
a.app-global-link:focus {
    color: #992600 !important;
}
a.app-global-link:visited{
    color: #453135;
}
a:hover,
a:visited,
a:focus {
    color: #453135;
}
a.nav-link {
    border: 1px solid #fff;
}
a.nav-link.active,
a.nav-link:hover,
a.nav-link:visited,
a.nav-link:focus {
    border: 1px solid #453135;
}

.btn,
.dropdown-menu{
    font-size: 0.9em;
}

.btn-group-sm &gt; .btn{
    font-size:0.9em;
}
.btn-primary:focus, .btn-primary.focus {
    /*color: #fff;*/
    background-color: transparent;
    border-color: transparent;
    /*box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);*/
}
.table-primary,
.table-primary &gt; th,
.table-primary &gt; td {
    background-color: #eae1e3; /*#b8daff;*/
}
.table-sm th, .table-sm td {
    padding: 0.15rem;
}
.table-hover .table-primary:hover {
    background-color: #d5c3c7; /*#9fcdff;*/
}

.table-hover .table-primary:hover &gt; td,
.table-hover .table-primary:hover &gt; th {
    background-color: #d5c3c7; /*#9fcdff;*/
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f2f2f2; /*rgba(0, 0, 0, 0.05);*/
}

.btn i{
    display:inline-block;
    margin-right: 8px;
}

.btn-primary {
    color: #ffbc11 !important;
    background-color: #453135; /*#007bff;*/
    border-color: #453135; /*#007bff;*/
}

.btn-primary i
{
    color: #ffbc11 !important;
}

.btn-primary:focus i,
/*.btn-primary:visited i,*/
.btn-primary:hover i
{
    color: #453135 !important;
}

.btn-primary:focus,
/*.btn-primary:visited,*/
.btn-primary:hover {
    color: #453135 !important;
    background-color: #ffbc11 !important; /*#ff8000;*/ /*#865f67;*/ /*#0069d9;*/
    border-color: #77555c; /*#0062cc;*/
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(149, 106, 114, 0.5); /*rgba(0, 123, 255, 0.5);*/
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #453135;  /*#007bff;*/
    border-color: #453135;  /*#007bff;*/
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show &gt; .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #77555b; /*#0062cc;*/
    border-color: #684a50; /*#005cbf;*/
}

.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(149, 106, 114, 0.5); /*rgba(0, 123, 255, 0.5);*/
}

.btn-outline-primary {
    color: #453135;  /*#007bff;*/
    background-color: transparent;
    background-image: none;
    border-color: #453135;  /*#007bff;*/
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #453135;  /*#007bff;*/
    border-color: #453135;  /*#007bff;*/
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(149, 106, 114, 0.5); /*rgba(0, 123, 255, 0.5);*/
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #453135;  /*#007bff;*/
    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: #fff;
    background-color: #453135;  /*#007bff;*/
    border-color: #453135;  /*#007bff;*/
}

.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(149, 106, 114, 0.5); /*rgba(0, 123, 255, 0.5);*/
}

.badge-primary {
    color: #fff;
    background-color: #453135;  /*#007bff;*/
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #77555b; /*#0062cc;*/
}

.alert-primary {
    color: #4b3539; /*#004085;*/
    background-color: #eae1e3; /*#cce5ff;*/
    border-color: #eae1e3; /*#b8daff;*/
}

.alert-primary hr {
    border-top-color: #d5c3c7; /*#9fcdff;*/
}

.alert-primary .alert-link {
    color: #2d2022; /*#002752;*/
}

.list-group-item-primary {
    color: #4b3539; /*#004085;*/
    background-color: #eae1e3; /*#b8daff;*/
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #4b3539; /*#004085;*/
    background-color: #d5c3c7; /*#9fcdff;*/
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #4b3539; /*#004085;*/
    border-color: #4b3539; /*#004085;*/
}

.bg-primary {
    background-color: #4b3539 !important; /*#956a72 #007bff*/
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #77555b !important; /*#0062cc*/
}

.border-primary {
    border-color: #956a72 !important; /*#007bff*/
}

.text-primary {
    color: #4b3539 !important; /*#007bff #956a72*/
}

a.text-primary:hover, a.text-primary:focus {
    color: #77555b !important; /*#0062cc*/
}

.table .thead-dark th {
    color: #fff;
    background-color: #453135; /*#007bff;*/
    border-color: #453135;
    font-weight:normal;
    padding-left:1em;
}

.nav-pills .nav-link.active, .nav-pills .show &gt; .nav-link {
    color: #fff;
    background-color: #4b3539; /*#007bff;*/
}

.tooltip-inner {
    background-color: #732673;
}
.tooltip {
    pointer-events: none;
}
.form-group {
     margin-bottom: 0; 
}

.form-check-input:focus,
.form-control:focus {
    border-color: #77555b !important;
    outline-color: #77555b !important;
    box-shadow: 0 0 0 0.2rem rgba(149, 106, 114, 0.25);
}

.page-link {
    color: #4b3539;
}

.page-link:hover {
    color: #684a50;
    background-color: #fff2cc;
    border-color: #dfd2d5;
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(149, 106, 114, 0.25);
}

.page-item.active .page-link {
    background-color: #77555b; /*#007bff;*/
    border-color: #77555b; /*#007bff;*/
}

.card-header{
    padding-top:0.2em;
    padding-bottom:0.2em;
}

.nav-pills .nav-link {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.app-nav-links-vertical{
    border-right: solid 2px #453135;
    padding-right:0;
}

.app-nav-links-vertical .nav-pills .nav-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0.25rem;
    /*border-bottom-right-radius: 0.25rem;*/
}

.modal-content {
    padding-bottom: 0.5em;
}

.valid-feedback {
    color: #008000;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #008000;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #008000;
}
.btn-success {
    background-color: #008000;
    border-color: #008000;
}

.btn-success:hover {
    background-color: #006600;
    border-color: #135322;
}
    
.btn-success.disabled, .btn-success:disabled {
    background-color: #008000;
    border-color: #008000;
}

.btn-outline-success {
    color: #008000;
    border-color: #008000;
}

.btn-outline-success:hover {
    background-color: #008000;
    border-color: #008000;
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #008000;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-success.dropdown-toggle {
    background-color: #008000;
    border-color: #008000;
}
.badge-success {
    background-color: #008000;
}
.bg-success {
    background-color: #008000 !important;
}
.border-success {
    border-color: #008000 !important;
}
.text-success {
    color: #008000 !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #5a3f45 !important;
    border-color: #77555b !important;
}

.custom-checkbox .custom-control-input:checked:focus ~ .custom-control-label::before {
    /*box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(69, 49, 53, 0.25)*/
    border-color: #77555b !important;
    outline-color: #77555b !important;
    box-shadow: 0 0 0 0.2rem rgba(149, 106, 114, 0.25);
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
    border-color: #77555b !important;
}

.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
    background-color: #c0a5ab;
    border-color: #77555b !important;
}</pre></body></html>