body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
    transition: margin-left 0.3s ease-in-out;
    margin-left: 0;
}
.myatlas-logo {
    height: 60px;
}
.main-title > .myatlas-logo {
    height: 50px;
}
.client-logo {
    height: auto;
}


td.link-col {
    position: relative;
}
td.link-col a {
    text-decoration: underline;
    color: #770123 !important;
    font-size: 1rem;
}
td.link-col a i {
    margin-left: .3em;
}
td.link-col a:hover {
    text-decoration: none;
}
.content-header h1 {
    font-size: 1.875rem;
    margin: 0;
}
.card-title {
    float: left;
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0;
}

.nav-link.back {
    font-weight: 600;
}

.main-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.main-title img {
    margin: 0 7px;
}

/* Search Field */
#transactions_filter {
    display: none;
}
.input-group-append-left {
    margin: 0 -1px 0 0;
}
.input-group-append-right {
    margin: 0 0 0 -1px;
}
#wrapCleanSearch {
    position: absolute;
    right: -2px;
    z-index: 10;
}
#SearchNew > .row > * {
    display: flex;
    flex-direction: row;
}
#inputSearchField {
    padding-right: 1.65em
}

    /* Table Pagination */
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #770123;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #770123;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #770123;
    border-color: #770123;
}
