<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-shadow: none !important;
}
.col-sm-1 {
    width: 8.33333%;
    float: left;
}
.col-sm-2 {
    width: 16.66667%;
    float: left;
}
.col-sm-3 {
    width: 25%;
    float: left;
}
.col-sm-4 {
    width: 33.33333%;
    float: left;
}
.col-sm-5 {
    width: 41.66667%;
    float: left;
}
.col-sm-6 {
    width: 50%;
    float: left;
}
.col-sm-7 {
    width: 58.33333%;
    float: left;
}
.col-sm-8 {
    width: 66.66667%;
    float: left;
}
.col-sm-9 {
    width: 75%;
    float: left;
}
.col-sm-10 {
    width: 83.33333%;
    float: left;
}
.col-sm-11 {
    width: 91.66667%;
    float: left;
}
.col-sm-12 {
    width: 100%;
    float: left;
}
.navbar-nav {
    float: left;
}
.navbar-nav &gt; li {
    float: left;
}
.principal .btn-group {
    display: none;
}
.btn {
    display: none;
}
footer {
    display: none;
}
[role="main"] .container:first-child .row:first-child .col-xs-3:first-child {
    display: none;
}
[role="main"] .container:first-child .row:first-child .col-xs-3:first-child + .col-xs-9 {
    width: 100%;
}
table td, table th, .ui-jqgrid .ui-jqgrid-bdiv tr td {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #ededed !important;
}
.ui-jqgrid .ui-jqgrid-pager tr td {
    border-width: 0 !important;
}
header {
    display: block;
    clear: both;
    height: 50px;
    background: #fff;
}
header .navbar-default {
    display: block;
}
.container .navbar-header {
    float: none;
    clear: both;
    display: block;
}
.container .navbar-header .navbar-brand {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
}
.container .navbar-header .navbar-brand img {
    display: none;
}
.container .navbar-header .navbar-brand img.print {
    display: block;
    position: static;
    margin-top: 45px;
}
.menu-second-level {
    display: none;
}
.action-list {
    display: none;
}
.change-policy {
    border-bottom: 1px solid #efefef;
}
.solweb-content .row.principal {
    border-bottom: none;
}
.tabset .nav-tabs .tab {
    display: none;
}
.tabset .nav-tabs .tab.active {
    display: block
}
.checkbox input[type="checkbox"]:checked + label:before {
    border-color: #757575;
    margin-top: 5px;
    background-color: #fff;
    color: #757575;
    border-top-width: 2px;
    border-top-style: solid;
}
.radio input[type="radio"]:checked + label:before {
    font-family: 'Glyphicons Halflings';
    content: "\e165";
    background: none;
    border: 0px solid;
    border-radius: 0;
    box-shadow: none;
    font-size: 1.35em;
    color: #5b5b5f;
}
.radio input[type="radio"] + label:before {
    -webkit-box-shadow: 0 0 0 2px #5b5b5f;
    box-shadow: 0 0 0 2px #5b5b5f;
}
body.modal-open header {
    display: none;
}
body.modal-open main {
    display: none;
}
body.modal-open footer {
    display: none;
}
header .navbar-nav.navbar-left {
    display: none;
}
header .navbar-nav.navbar-right {
    display: none;
}
</pre></body></html>