<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* bootstrap s */
input[type="radio"].form-control, input[type="checkbox"].form-control {
    height: 14px;
    width: 14px;
    border-top: 0;
    box-shadow: none;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-top: 2px;
}

.btn {
    font-size: 12px;
    line-height: 21px;
    padding: 5px 12px;
    border-radius: 0;
}

    .btn:focus, .btn:active:focus, .btn.active:focus,
    .btn.focus, .btn:active.focus, .btn.active.focus {
        outline: none;
    }

.btn-primary {
    background-color: #275f8a;
    border-color: #275f8a;
}

.btn-stp {
    color: #fff;
    background-color: #01a6b9;
    border-color: #01a6b9;
}

    .btn-stp:focus {
        color: #fff;
    }

    .btn-stp:hover {
        color: #fff !important;
        background-color: #048594;
        border-color: #048594;
    }

.btn-gray {
    background-color: #eee;
    border-color: #ccc;
}

    .btn-gray:hover {
        background-color: #e9e9e9;
        border-color: #ccc;
    }

.btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}
.category-btn {font-size: 17px; font-weight: bold; }

table {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.table &gt; thead &gt; tr &gt; th {
    border-bottom-width: 1px;
}

.table {
    margin-bottom: 0;
}

.table thead &gt; tr &gt; th, .table tbody &gt; tr &gt; th, .table tfoot &gt; tr &gt; th, .table thead &gt; tr &gt; td, .table tbody &gt; tr &gt; td, .table tfoot &gt; tr &gt; td {
        vertical-align: middle;
        padding: 10px 10px;
    }

.modal-footer {
    width: 100%;
}

    .modal-footer .btn + .btn {
        margin-left: 0;
        border-left: 0;
    }
/* bootstrap e */

/* datepicker s */
#ui-datepicker-div {
    z-index: 9999 !important;
}
/* datepicker e */
</pre></body></html>