<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.chip {
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #f1f1f1;
}

    .chip img {
        float: left;
        margin: 0 10px 0 -25px;
        height: 50px;
        width: 50px;
        border-radius: 50%;
    }

.closebtn {
    padding-left: 10px;
    color: #888;
    font-weight: bold;
    float: right;
    font-size: 20px;
    cursor: pointer;
}

    .closebtn:hover {
        color: #000;
    }

.menu-color {
    background-color: #fff !important;
    box-shadow: 0 1px 4px rgba(228, 228, 228, 0.95) !important;
    border-color: transparent !important;
}

.navbar-collapse ul li a:hover, .navbar-collapse ul li a:active {
    color: #e6400c !important;
}

.navbar-collapse ul li a:visited {
    color: RGB(120,120,120);
}

.navbar-collapse ul li a {
    font: 400 18px "PT Sans Narrow", Arial, sans-serif !important;
    text-transform: uppercase !important;
}

.navbar-nav {
    text-align: center !important;
    vertical-align: middle !important;
}

.menu-divider {
    font-size: 150%;
    margin-top: 7.5%;
    color: #9d9d9d;
}

::selection {
    color: #fff;
    background: #808080;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    color: #5f6f7e;
    direction: ltr;
    font: 300 14px/1.4 "Open Sans", Arial, sans-serif;
    background: #fff;
    margin-top: 3%;
}

table thead tr th {
    background-color: #e5400a;
    color: white;
}

table tbody tr td a:hover {
    color: #e6400c !important;
}

table tbody tr td a:visited {
    color: RGB(120,120,120);
}

table tbody tr td a:link {
    color: #9d9d9d;
}

.navbar-header a:hover {
    color: #e6400c !important;
}

.navbar-header a:visited {
    color: RGB(120,120,120);
}

a:link {
    color: #9d9d9d;
}

a:visited, a:target {
    color: RGB(120,120,120) !important;
}

a:hover {
    color: #e6400c !important;
}

a.btn {
    color: #fff;
}

a.btn-default {
    color: RGB(120,120,120);
}

.divDel {
    width: 100%;
    text-align: right;
}

.seta {
    cursor: pointer;
}

.tab-pane {
    padding: 10px;
}

.btn-denuncia:hover {
    background-color: rgba(229, 64, 10, 0.7) !important;
    color: white !important;
}

.btn-denuncia:active, .btn-denuncia:target, .btn-denuncia:visited {
    background-color: rgba(229, 64, 10, 0.7) !important;
    color: white !important;
}

.btn-denuncia {
    background-color: rgba(229, 64, 10, 1) !important;
    color: white !important;
}

table thead tr th, table thead tr th a {
    color: white !important;
}

    table thead tr th a:hover {
        color: rgba(255,255,255,0.5) !important;
    }

    table thead tr th a:visited, table thead tr th a:target {
        color: white !important;
    }

ul.pagination li a {
    color:black !important;
}

ul.pagination li.active a {
    background-color: #e5400a !important;
    color: white !important;
    border: none !important;
}

    ul.pagination li.active a:hover {
        background-color: rgba(229, 64, 10, 0.7) !important;
        color: white !important;
        border: none !important;
    }



.bootstrap-switch-handle-on {
    background-color: rgba(229, 64, 10, 0.9) !important;
}

.denuncia-badge {
    background: rgba(229, 64, 10, 0.8) !important;
}

::-moz-selection { /* Code for Firefox */
    color: white;
    background: #e5400a;
}

::selection {
    color: white;
    background: #e5400a;
}</pre></body></html>