.pagination > li > a {
    background-color: white !important;
    color: darkgreen !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #5a5a5a;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a {
    color: white;
    background-color: #2fa55e !important;
    border: solid 1px #2fa55e !important;
}

.pagination > .active > a:hover {
    color: white;
    background-color: #279127 !important;
    border: solid 1px #279127;
}

.bg-dark-gray {
    background-color: #5a5a5a !important;
    color: #ddd !important;
}

.disable-link {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6;
}

.links {
    text-decoration: none;
    cursor: pointer;
    color: #5a5a5a;
}

.image-card {
    width: 75px;
    height: 75px;
}

.bg-azul-dash1 {
    background-color: #5499c7 !important;
    color: white !important;
}

.bg-verde-dash2 {
    background-color: #d5f5e3 !important;
    color: #5a5a5a !important;
}

.text-sinova {
    color: #af902f !important;
}

.text-desparazitar {
    color: #288d88 !important;
}

.text-srp {
    color: #2b499c !important;
}

.text-sinova-menores {
    color: #58d68d !important;
}

.text-consulta {
    color: #797d7f !important;
}

.scroll {
    overflow-y: scroll;
    height: 160px;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.bg-gray-paciente {
    background-color: #e5e8e8;
}

.center-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    padding: 10px;
    font-size: small;
}

.footer2 {
    border-top: solid 1px;
    background: rgba(150, 150, 150, 0.5);
    width: 100%;
    height: 30px;
    padding-top: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}

.error {
    border: 1px solid red;
}

/*
  Css para imprimir
*/
@page {
   
}

@media print {
    @page {
        size: landscape;        
        @top-left {
            content: "Test";
        }
    }
}

@media print {
    div {
        font-size: small;
    }

    img {
        width: 80px;
        height: 50px;
    }

    button {
        display: none;
    }
}

#pagreport {
    counter-increment: page;
}

footer {
    position: fixed;
    bottom: 0;
    margin-top: 2px;
    padding: -12px;
    page-break-after: always;
    content: "Page: " counter(page);
}

footer:after {
    left: 0;
    top: 100%;
    white-space: nowrap;
    z-index: 20;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);   
}
