.content-wrapper {
    /** background: url("./../img/ivoo_logo_principal.jpg") fixed; **/
    background-color: white;
    color: #575757!important;
}
.dark-mode .content-wrapper{
    background:none;
}
.card-primary.card-outline {
    border-top: 3px solid #91B000!important;
}
.btn-primary {
    color: #fff;
    background-color: #91B000;
    border-color: #91B000;
    box-shadow: none;
    transition:0.15s;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .btn-primary:hover,
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #819c00!important;
    border-color: #91B000!important;;
}
.login-page{
    background-color: #2c384a;
}
.card-primary:not(.card-outline) > .card-header {
    background: #91b000!important; /* Old browsers */
    background: -moz-linear-gradient(top,  #91b000 0%, #819c00 100%)!important;; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #91b000 0%,#819c00 100%)!important;; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #91b000 0%,#819c00 100%)!important;; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91b000', endColorstr='#819c00',GradientType=0 )!important;; /* IE6-9 */

}
.bg-primary {
    background-color: #91B000 !important;
}
.bg-primary-dark {
    background-color: #819c00 !important;
}
.table-info-dashboard > *{
    font-size: 0.85em;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #91B000;
    border-color: #819c00;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #91B000;
    border-color: #819c00;
}
.bg-gradient-primary{
    background: #91b000!important; /* Old browsers */
    background: -moz-linear-gradient(top,  #91b000 0%, #819c00 100%)!important;; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #91b000 0%,#819c00 100%)!important;; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #91b000 0%,#819c00 100%)!important;; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91b000', endColorstr='#819c00',GradientType=0 )!important;; /* IE6-9 */
}

.page-link {
    color: #819c00;
}
.swal2-styled.swal2-confirm{
    background-color: #2c384a;
}
.swal2-styled.swal2-confirm:hover{
    background-color: #1c2739;
}
table a{
    color: #0c5460;
    font-weight: bold;
    font-size: .95em;
}
