<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
    font-family: Helvetica, Arial, sans-serif;
}

label {
    font-weight: normal;
    vertical-align: middle;
    font-size: 12px;
}

.form-control {
    font-size: 12px;
    height: 28px;
}

table.dataTable tbody tr.selected {
    background-color: #b0bed9;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#header {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    color: rgba(49, 53, 52, 0.6);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1005;
}

#content {
    left: 0;
    padding-top: 64px;
    position: relative;
    width: 100%;
}


.panel-pavinorte {
    border-color: #535858;
}
.panel-pavinorte &gt; .panel-heading {
    color: #fff;
    background-color: #535858;
    border-color: #535858;
}
.panel-pavinorte &gt; .panel-heading + .panel-collapse &gt; .panel-body {
    border-top-color: #535858;
}
.panel-pavinorte &gt; .panel-heading .badge {
    color: #535858;
    background-color: #fff;
}
.panel-pavinorte &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #535858;
}


body {
    background: #e5e6e6 none repeat scroll 0 0 / 100% 100%;
    color: #313534;
}

@media screen and (max-width: 930px) {
    .button-text {
        display: none;
    }
}
</pre></body></html>