
@media print {
    .noPrint{display:none;}
    .printOnly{display:block;}
}
@media screen {.printOnly{display:none;} }
  
body {
    background-color: #f2f5f8;
}

.page-item.active .page-link {
    background-color: #274f7d !important;
    border-color: #274f7d !important;
}

h1, h2, h3 {
    color: #274f7d;
}


.texto-preto {
    color: #000000 !important; 
  }

a.texto-preto {
    text-decoration: underline;
}

/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #09141f;
    background-color: #92b5dd;
    border-color: #83aad8;
}

.alert-primary hr {
    border-top-color: #6f9dd2;
}

.alert-primary .alert-link {
    color: #000000;
}

.badge-primary {
    color: #fff;
    background-color: #274f7d;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #1a3656;
}

.bg-primary {
    background-color: #274f7d !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #1a3656 !important;
}

.border-primary {
    border-color: #274f7d !important;
}

.btn-primary {
    color: #fff;
    background-color: #274f7d;
    border-color: #274f7d;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1e3d61;
    border-color: #1a3656;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(39, 79, 125, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #274f7d;
    border-color: #274f7d;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1a3656;
    border-color: #172f4a;
}

.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(39, 79, 125, 0.5);
}

.btn-outline-primary {
    color: #274f7d;
    background-color: transparent;
    border-color: #274f7d;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #274f7d;
    border-color: #274f7d;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(39, 79, 125, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #274f7d;
    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: #274f7d;
    border-color: #274f7d;
}

.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(39, 79, 125, 0.5);
}

.list-group-item-primary {
    color: #09141f;
    background-color: #83aad8;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #09141f;
    background-color: #6f9dd2;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #09141f;
    border-color: #09141f;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #83aad8;
}

.table-hover .table-primary:hover {
    background-color: #6f9dd2;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #6f9dd2;
}

.text-primary {
    color: #274f7d !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #1a3656 !important;
}



/*------------------------------------
- COLOR secondary
------------------------------------*/
.alert-secondary {
    color: #356baa;
    background-color: #fbfcfd;
    border-color: #356baa;
}

.alert-secondary hr {
    border-top-color: #fbfcfd;
}

.alert-secondary .alert-link {
    color: #295384;
}

.badge-secondary {
    color: #212529;
    background-color: #83AAD8;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #212529;
    background-color: #5c8fcb;
}

.bg-secondary {
    background-color: #83AAD8 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #5c8fcb !important;
}

.border-secondary {
    border-color: #83AAD8 !important;
}

.btn-secondary {
    color: #212529;
    background-color: #83AAD8;
    border-color: #83AAD8;
}

.btn-secondary:hover {
    color: #212529;
    background-color: #6797cf;
    border-color: #5c8fcb;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(131, 170, 216, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #83AAD8;
    border-color: #83AAD8;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #5c8fcb;
    border-color: #5087c8;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(131, 170, 216, 0.5);
}

.btn-outline-secondary {
    color: #83AAD8;
    background-color: transparent;
    border-color: #83AAD8;
}

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #83AAD8;
    border-color: #83AAD8;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(131, 170, 216, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #83AAD8;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #83AAD8;
    border-color: #83AAD8;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(131, 170, 216, 0.5);
}

.list-group-item-secondary {
    color: #356baa;
    background-color: #fbfcfd;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #356baa;
    background-color: #fbfcfd;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #212529;
    background-color: #356baa;
    border-color: #356baa;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #fbfcfd;
}

.table-hover .table-secondary:hover {
    background-color: #fbfcfd;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #fbfcfd;
}

.text-secondary {
    color: #83AAD8 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #5c8fcb !important;
}
