[class*="sidebar-dark-"] {
    background-color: #00488a;
}

.img-responsive {
    margin-left: 73px;
}

.bg-info {
    background-color: #00488a !important;
}

[type="submit"] {
    cursor: pointer;
    background-color: #00488a !important;
    border-color: #00488a !important;
}

[type="submit"]:hover {
    color: #fff;
    background-color: #00488a !important;
    border-color: #00488a !important;
    box-shadow: none;
}

.side-icon {
    font-weight: 900;
    color: #fff !important;
}

.f_login {
    font-weight: 900;
    color: #00488a !important;
}

.pull-right {
    float: right;
}

.login-page,
.register-page {
    background-color: #00488a !important;
}

.login-logo b,
.register-logo b {
    color: #fff !important;
}

.login-box-msg,
.register-box-msg {
    color: #00488a !important;
}

.p_login:hover {
    color: #00488a !important;
    text-decoration: none;
}

.p_login {
    color: #00488a !important;
    text-decoration: none;
    background-color: transparent;
}

.nav-link {
    color: #fff !important;
}

.nav-link:hover {
    color: #fff !important;
    text-decoration: none;
}

.user_menu {
    color: #666 !important;
}

.user_menu:hover {
    color: #666 !important;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #00488a !important;
    border-color: #00488a !important;
    box-shadow: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #00488a !important;
    border-color: #00488a !important;
    box-shadow: none;
}

.admin-icon {
    color: #00488a !important;
}

.breadcrumb-item a,
.breadcrumb-item {
    color: #666 !important;
}

.custom-file-input:lang(es) {
    content: Eliger;
}

.custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.copyButton,
.excelButton,
.pdfButton,
.datatableButton {
    background-color: #00488a !important;
    border-color: #fff !important;
    box-shadow: none;
}
.select2 {
width: 100%!important; /* overrides computed width, 100px in your demo */
}
.report-item {
    display: flex;
 }
 .report-item i {
  
    margin-right: .25rem;
    margin-top: .5rem;
 }
 .report-item p {
    white-space: initial !important;
    width:100% !important;;
 }