
@media print {
    .noPrint{display:none;}
    .printOnly{display:block;}
}
@media screen {.printOnly{display:none;} }
  
body {
    background-color: #e6f2ed;
}

.page-item.active .page-link {
    background-color: #090d09 !important;
    border-color: #090d09 !important;
}

h1, h2, h3 {
    color: #090d09;
}


.texto-preto {
    color: #000000 !important; 
  }

a.texto-preto {
    text-decoration: underline;
}


/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #090d09;
    background-color: #a1bba1;
    border-color: #95b295;
}

.alert-primary hr {
    border-top-color: #87a787;
}

.alert-primary .alert-link {
    color: #000000;
}

.badge-primary {
    color: #fff;
    background-color: #3d543d;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #273627;
}

.bg-primary {
    background-color: #3d543d !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #273627 !important;
}

.border-primary {
    border-color: #3d543d !important;
}

.btn-primary {
    color: #fff;
    background-color: #3d543d;
    border-color: #3d543d;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2d3f2d;
    border-color: #273627;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(61, 84, 61, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #3d543d;
    border-color: #3d543d;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #273627;
    border-color: #212d21;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(61, 84, 61, 0.5);
}

.btn-outline-primary {
    color: #3d543d;
    background-color: transparent;
    border-color: #3d543d;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #3d543d;
    border-color: #3d543d;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(61, 84, 61, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #3d543d;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #3d543d;
    border-color: #3d543d;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(61, 84, 61, 0.5);
}

.list-group-item-primary {
    color: #090d09;
    background-color: #95b295;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #090d09;
    background-color: #87a787;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #090d09;
    border-color: #090d09;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #95b295;
}

.table-hover .table-primary:hover {
    background-color: #87a787;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #87a787;
}

.text-primary {
    color: #3d543d !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #273627 !important;
}
