/* APP CSSS PORTAL BOBBYTES */

/* Login */
.auth-logo {
    display: flex;
    flex-direction: column;
}

.auth-logo img {
    max-height: 84px;
}

.auth-logo .bob-color-bar-login {
    max-width: 130px;
    height: 8px !important;
    margin: 16px auto 0;
}

/* DataTables */
table.dataTable.no-footer {
    border-bottom-color: #DEDEDE !important;
    padding-top: 24px !important;
    margin-bottom: 24px !important;
}

html[data-bs-theme="dark"] table.dataTable.no-footer {
    border-bottom-color: #333 !important;
    padding-top: 24px !important;
    margin-bottom: 24px !important;
}

html[data-bs-theme="dark"] #show-contract-status {
    font-size: 0.70em !important;
}

html[data-bs-theme="dark"] #show-contract-renewed {
    font-size: 0.70em !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #FFF !important;
    border: 1px solid transparent;
    border-radius: 2px;
    background: #33ff99 !important;
}

.dataTables_wrapper .dataTables_filter input {
    color: #363636 !important;
}

html[data-bs-theme="dark"] .dataTables_wrapper .dataTables_filter input {
    color: #d3d3d3 !important;
}

.dataTables_wrapper .dataTables_filter input:focus-visible {
    outline: transparent !important;
}

.dataTables_wrapper .dataTables_length select {
    color: #363636 !important;
}

html[data-bs-theme="dark"] .dataTables_wrapper .dataTables_length select {
    color: #d3d3d3 !important;
}

.dataTables_wrapper .dataTables_length select:focus-visible {
    outline: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #33ff99 !important;
    border: 1px solid transparent !important;
    background-color: #33ff99 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #FFF !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #CCC !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    background-color: transparent !important;
    color: #CCC !important;
}

/* Accordion */
.accordion-button {
    color: #363636 !important;
    background-color: #F9F9F9 !important;
}

.accordion-button:not(.collapsed) {
    color: #363636 !important;
    background-color: #f3f3f3 !important;
}

.accordion-button:focus {
    border-color: #f3f3f3 !important;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3) !important;
}

/* Client Portal Elements */
.bob-color-bar {
    max-width: 224px;
    height: 8px !important;
    margin-top: -18px;
}

.sidebar-menu {
    margin-top: -24px;
}

.card-list-details {
    /*border: 1px solid #d3d3d3;
    border-radius: 6px;*/
    margin: 4px 0 12px 0;
    padding: 6px 4px 4px 8px;
}

.bobobytes-group-item {
    background-color: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    color: #363636;
    border-bottom: 3px solid #d3d3d3 !important;
    font-weight: 600;
}

.bobobytes-group-item.active {
    border-bottom: 3px solid #33FF99 !important;
    color: #33FF99 !important;
}

.bordered,
.bordered-radius {
    border: 1px solid #cecece;
    padding: 8px;
}

.bordered-radius {
    border-radius: 8px;
}

/* Fonts */
.font-70 {
    font-size: 0.7em;
}

.font-75 {
    font-size: 0.75em;
}

.font-80 {
    font-size: 0.8em;
}

.font-875 {
    font-size: 0.875em;
}

/* Others */
.bobobytes_fade {
    opacity: 1;
    transition: opacity 0.5s;
}

.bobobytes_hide {
    display: none;
    opacity: 0;
}

.payee-label-info {
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    padding: 0 12px;
    margin-bottom: 24px;
}

.payee-label-info .label-info {
    width: fit-content;
    margin-top: -12px;
    margin-bottom: 4px;
    background-color: #FFF;
    padding: 0 12px 0 6px;
    font-size: 0.9em;
    font-weight: 600;
    color: #666;
}

.payee-label-info .payee-info {
    padding-left: 6px;
    margin: 8px 0 12px;
    color: #333;
    font-size: 0.8em;
    font-weight: 600;
    text-transform: uppercase;
}

.link-bob {
    color: #66A6A6;
    text-decoration: none;
    transition: 0.3s;
}

.link-bob:hover {
    color: #408989;
}

.link-primary-bob {
    color: #9966FF;
    text-decoration: none;
    transition: 0.3s;
}

.link-secondary-bob {
    color: #435EBE;
    text-decoration: none;
    transition: 0.3s;
}

.link-secondary-bob:hover {
    color: #314692;
}

/* Link New Payee and Link Payee Update*/
.navbar-alternative {
    min-height: 148px !important;
    margin-bottom: -24px !important;
}

.link_payee_logo {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 32px;
    margin-left: 32px;
}

.link_payee_logo .logo_black img,
.link_payee_logo .logo_white img {
    max-height: 72px;
}

.link_payee_logo .bob-color-bar {
    margin-top: 12px;
    margin-bottom: 32px;
}

.link_payee_logo .logo_white {
    display: none;
}

/* Contracts and Billing Accounts */
.card-contracts {
    border: 1px solid #e3e3e3;
}

.card-body-contracts {
    border: 1px solid #e3e3e3;
    padding: 12px 12px;
    border-radius: 4px;
    margin-top: 8px;
}

.modal-contract {
    display: none;
    padding: 24px 48px;
    left: 50%;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #fefefe;
    box-shadow: -8px 0 14px rgba(0, 0, 0, 0.3);
}

.close {
    color: #aaa;
    margin-top: -72px !important;
    margin-bottom: 24px !important;
    font-size: 2em;
    font-weight: 800;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #99CCCC;
    text-decoration: none;
    cursor: pointer;
}

/* Footer */
.footer-bob-info {
    font-size: 0.8em;
    color: #333;
}

.footer-bob-info .bob-version {
    font-size: 1.05em;
    font-weight: 600;
    color: #111;
}

.input-info {
    font-size: 0.75em;
    font-weight: 400;
    color: #1d68bd;
    margin-bottom: 0;
    padding-bottom: 0;
}