/* j.escudero@kol3.com */

.none {
    display: none!important;
}

.btn-primary,
.btn-primary:hover {
    background-color: #222B57;
    border-color: #222B57;
}

.text-primary {
    color: #222B57!important;
}

[data-header-position="fixed"] .content-body {
    padding-top: 4.5rem;
}

#main-wrapper.menu-toggle .brand-logo {
    width: 80px;
    overflow: hidden;
    justify-content: flex-start;
}

[data-theme-version="dark"] .dataTables_wrapper .dataTables_length,
[data-theme-version="dark"] .dataTables_wrapper .dataTables_filter,
[data-theme-version="dark"] .dataTables_wrapper .dataTables_info,
[data-theme-version="dark"] .dataTables_wrapper .dataTables_processing,
[data-theme-version="dark"] .dataTables_wrapper .dataTables_paginate {
    color: #fff;
}

[data-theme-version="dark"] table.dataTable {
    color: #fff;
}

[data-theme-version="dark"] .dataTables_wrapper .dataTables_paginate span {
    color: #fff!important;
    background: #2c254a;
}

[data-theme-version="dark"] .dataTables_wrapper .dataTables_paginate .paginate_button,
[data-theme-version="dark"] .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #fff!important;
    background: #2c254a!important;
}

[data-theme-version="dark"] .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled,
[data-theme-version="dark"] .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
    color: #fff!important;
}

[data-theme-version="dark"] .modal-body {
    color: #fff!important;
}

.pac-container {
    z-index: 2222222;
}

.mt-20 {
    margin-top: 20px;
}

.resultado {
    color: #fff;
    font-size: 1.5rem;
}

a.brand-logo {
    overflow: hidden;
    justify-content: flex-start!important;
}

.bigicon {
    font-size: 3em;
    color: #fff;
}
.brand-logo img{
    width: 100%;
}