﻿body, html {
    margin: 0;
    height: 100vh;
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
}

body {
    margin: 0;
    display: grid;
    grid-template-columns: 100%; /*repeat(12, 1fr);*/
    grid-template-rows: 72px 48px auto 48px;
    grid-template-areas: "header" "mainmenu" "homemain" "footer";
}

header {
    grid-area: header;
    align-items: center;
    /*background: radial-gradient(circle, var(--ao-blue1) 1%, var(--ao-blue2) 100%); */
    background-color: var(--ao-blue11);
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    z-index: 9999;
    display: block;
    margin: 0;
    width: 100%;
    height: 72px;
    padding-top: 12px;
    padding-bottom: 8px;
}

mainmenu {
    grid-area: mainmenu;
    background-color: var(--ao-gray4);
    align-items: center;
    -webkit-box-shadow: 0px 3px 6px 0px var(--ao-boxshadow1);
    -moz-box-shadow: 0px 3px 6px 0px var(--ao-boxshadow1);
    box-shadow: 0px 3px 6px 0px var(--ao-boxshadow1);
    position: fixed;
    right: 0;
    top: 72px;
    left: 0;
    z-index: 9998;
    display: inline-table;
    margin: 0;
    width: 100%;
    height: 54px;
    opacity: 1;
}

homemain {
    grid-area: homemain;
    display: flex;
    margin-bottom: 8px;
    padding-bottom: 8px;
    height: 114vh;
}

xlibfooter {
    grid-area: footer;
    display: flex;
    bottom: 0;
    -webkit-box-shadow: 0px -3px 6px var(--ao-boxshadow2);
    -moz-box-shadow: 0px -3px 6px var(--ao-boxshadow2);
    box-shadow: 0px -3px 6px var(--ao-boxshadow2);
    opacity: 1;
    text-align: center;
}

.footer-content {
    display: flex;
    justify-content: space-between;
}

smartsearch {
    grid-area: footer;
}

/*is media is not IE*/
@supports not (-ms-high-contrast: none) {
    footer {
        position: inherit !important;
        z-index: unset !important;
    }
}
/* If media is IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    header {
        background: radial-gradient(circle, #1E79C2 0%, #005181 100%) !important;
    }

    .header-logo {
        background-image: url("../assets/logo-allregs-white.svg") !important;
        max-width: 90px;
    }

    .header-search-icon {
        background-image: url("../assets/SEARCH.svg"), none;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        padding-left: 24px !important;
    }

    .header-blue-dot {
        background: url("../assets/shape-blue-dot.svg") 100% no-repeat !important;
    }

    .header-print-icon {
        background: url("../assets/icon-printer.svg") 100% no-repeat !important;
        background-size: cover !important;
    }

    .header-help-icon {
        background: url("../assets/icon-help.svg") 100% no-repeat !important;
        background-size: 18px 18px !important;
    }

    .header-chevron-down {
        background: url("../assets/icon-arrow-down-white.svg") 100% no-repeat !important;
        transform: rotate(270deg) !important;
        background-size: 20px 12px !important;
    }

    li.dropdown {
        padding-top: 5px;
    }

    .header-main-navbar > ul > li > a.nav-link:hover > span:first-child {
        color: var(--ao-black1);
    }

    .header-main-navbar > ul > li > a.nav-link:hover > span:nth-child(2) {
        color: var(--ao-black1);
    }


    .header-notification-true {
        color: var(--ao-white1) !important;
    }

    .header-notification-true {
        color: var(--ao-white1) !important;
    }

    mainmenu {
        background-color: var(--ao-gray4) !important;
        box-shadow: 0px 3px 5px 0px rgba(153, 153, 163, 0.6) !important;
    }

    .main-menu-label {
        color: var(--ao-black1) !important;
        display: inline-flex !important;
        flex: none !important;
        width: auto !important;
    }

    .main-menu-active {
        background-color: var(--ao-white1) !important;
        color: var(--ao-blue1) !important;
        background: var(--ao-white1) 0% 0% no-repeat padding-box !important;
        box-shadow: -2px 3px 6px rgba(0, 0, 41, 0.1) !important;
    }

    .main-menu-label:hover {
        color: var(--ao-blue1) !important;
    }

    footer {
        box-shadow: 0px -3px 6px rgba(0, 0, 41, 0.1) !important;
        position: unset !important;
        z-index: 0 !important;
    }

    .home-inline-search div {
        background-color: var(--ao-white1) !important;
    }

    .home-inline-search {
        margin: 64px 25% !important;
        margin-top: 164px !important;
    }


    .icon-folder-plus-active {
        background: url("../assets/icon-folder-plus-active.svg") 0% 0% no-repeat padding-box;
        background-size: 31px auto;
        width: 32px;
        height: 32px;
    }

    .folder-arrow-open {
        background-image: url(../assets/icon-arrow-down-small-solid.svg);
        background-repeat: no-repeat;
        float: left;
        padding: 12px 12px 12px 12px;
        margin-top: 4px;
    }

    .folder-arrow-closed {
        background-image: url(../assets/icon-arrow-right-small-solid.svg);
        background-repeat: no-repeat;
        float: left;
        padding: 12px 12px 12px 12px;
        margin-top: 4px;
    }

    .folder-icon-open {
        background-image: url("../assets/icon-folder-hover.svg");
        background-repeat: no-repeat;
        float: left;
        height: 10px;
        width: 12px;
        padding: 20px 12px 20px 12px;
    }

    .folder-icon-closed {
        background-image: url("../assets/icon-folder-inactive.svg");
        background-repeat: no-repeat;
        float: left;
        height: 10px;
        width: 12px;
        padding: 20px 12px 20px 12px;
    }

    .folder-title-open {
        color: var(--ao-gray3);
        opacity: 1;
        padding-left: 10px;
    }

    .folder-title-closed {
        color: var(--ao-gray19);
        opacity: 1;
        padding-left: 10px;
    }

    .ao-fav-last-added {
        letter-spacing: 0;
        color: var(--ao-gray19);
        opacity: 1;
    }

    .ao-fav-folder-edit {
        background-image: url("../assets/icon-pencil.svg");
        background-repeat: no-repeat;
        float: right;
        padding: 20px 12px 20px 12px;
    }

    .ao-fav-folder-trash {
        background-image: url("../assets/icon-trash.svg");
        background-repeat: no-repeat;
        float: right;
        height: 15px;
        width: auto;
        padding: 20px 12px 20px 12px;
    }

    .modal-title.ao-fav-modal-title {
        font-weight: bold;
        align-content: center;
        text-align: center;
        /* border-bottom: 8px solid #1E79C2 !important;*/
    }

    .modal-footer.ao-fav-modal-footer {
        height: 40px;
        border-top: none;
        background-color: var(--ao-gray20);
    }

    span.has-error,
    .has-error > span {
        color: var(--ao-red2);
    }

    .row-toc-container {
        position: relative;
        top: 120px;
    }

    /*START: Notes Private - public switch*/
    .switch-labels {
        color: var(--ao-gray2);
    }

    .switch {
        background: var(--ao-gray20) 0% 0% no-repeat padding-box;
    }


    .slider:before {
        color: var(--ao-blue2);
        box-shadow: 0px 3px 6px rgba(0, 0, 41, 0.1);
        background: var(--ao-white1) 0% 0% no-repeat padding-box;
    }


    input[type=checkbox] ~ .slider {
        box-shadow: 0 0 1px var(--ao-gray20);
    }
    /*END: Notes Private - public switch*/
}

/*1632, 1200, 768*/
/*@media (max-width: 768px) {
    .container {
        width: 798px;
    }*/

/* .home-content {
        max-width: 778px;
        width: 778px;
    }*/

/*body {
        margin: 0;
        display: grid;
        grid-template-columns: 100%;*/ /*repeat(12, 1fr);*/
/*grid-template-rows: 72px 48px auto 48px;
        grid-template-areas: "header" "mainmenu" "homemain" "footer";
    }

    .main-menu-row {
        height: auto;
    }

    .header-main-navbar {
        background-color: var(--ao-blue2);
        border-radius: 4px;
    }

    .home-content {
        max-width: 750px !important;
        width: 750px !important;
    }

    .home-content-view {
        max-width: 750px !important;
        width: 750px !important;
    }

    .home-top-menu-row {
        width: 750px !important;
    }

    .home-top-menu-item {
        width: 150px !important;
    }

    .menu-item-content {
        flex-direction: column !important;
    }

    .menu-icon {
        margin-right: unset !important;
    }
}*/

@media (min-width: 768px) {

    .container {
        width: 798px;
    }

    body {
        margin: 0;
        display: grid;
        grid-template-columns: 100%; /*repeat(12, 1fr);*/
        grid-template-rows: 72px 48px auto 48px;
        grid-template-areas: "header" "mainmenu" "homemain" "footer";
    }

    .main-menu-row {
        height: auto;
    }

    .library-submenu-nav {
        font-size: 14px;
    }

    .home-content {
        max-width: 720px !important;
        width: 720px !important;
    }

    .home-top-menu-item {
        width: 144px !important;
    }

    .menu-item-content {
        flex-direction: column !important;
    }

    .menu-icon {
        margin-right: unset !important;
    }

    .ao-card-body .right-pane {
        flex-direction: row !important;
        margin-top: 8px !important;
    }

    .ao-card-body .date-time {
        line-height: inherit !important;
    }

    .body-width {
        width: 560px;
        height: 456px;
    }

    .btn-width-egg {
        width: 70px;
    }

    .dm-search-btn-col {
        padding-left: unset;
        margin-top: 4px;
    }

    .dm-column-label1 {
        font-size: 10px;
        padding-left: 0;
    }

    .dm-export-hide {
        display: none;
    }

    .pf-export-hide {
        display: none;
    }

    .pf-column-label1 {
        font-size: 10px;
        padding: 10px 2px 10px 5px;
    }

    .pf-column-filter {
        width: 10%;
        max-width: 10%;
        text-align: center;
    }

    .pf-column-filter-all {
        width: 90%;
        max-width: 90%;
    }

    .dm-header-button-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: unset;
        width: 100%
    }

    .dm-print-matrix {
        margin-left: unset;
        margin-top: 8px;
    }

    .state-dm-item-label1 {
        margin-right: 4px;
    }

    .state-dm-custom-col {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .state-pf-custom-col {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .state-pf-custom-col-right {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .state-pf-custom-col-left {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .recent-update-sub-menu {
        width: 112px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        width: 1200px;
    }

    body {
        margin: 0;
        display: grid;
        grid-template-columns: 100%; /*repeat(12, 1fr);*/
        grid-template-rows: 72px 48px auto 48px;
        grid-template-areas: "header" "mainmenu" "homemain" "footer";
    }

    .main-menu-row {
        height: 56px;
    }

    .library-submenu-nav {
        font-size: 16px !important;
    }

    .home-content {
        max-width: 1200px !important;
        width: 1200px !important;
    }

    .home-top-menu-item {
        width: 240px !important;
    }

    .menu-item-content {
        flex-direction: row !important;
    }

    .menu-icon {
        margin-right: 16px !important;
    }

    .ao-card-body .right-pane {
        display: flex;
        flex-direction: row-reverse !important;
        margin-top: unset !important;
    }

    .ao-card-body .date-time {
        line-height: 1em !important;
    }

    .body-width {
        width: 760px;
        height: 456px;
    }

    .btn-width-egg {
        width: 100px;
    }

    .dm-search-btn-col {
        padding-left: inherit;
        margin-top: unset;
    }

    .dm-column-label1 {
        font-size: 14px;
        padding: 16px;
    }

    .pf-column-label1 {
        font-size: 14px;
        padding: 10px 2px 10px 2px;
    }

    .dm-header-button-group {
        flex-direction: row;
        margin-left: auto;
        width: unset;
    }

    .dm-print-matrix {
        margin-top: unset;
        margin-left: 8px;
    }

    .state-dm-item-label1 {
        margin-right: unset;
    }

    .state-dm-custom-col {
        display: unset;
        align-items: unset;
        justify-content: unset;
    }

    .recent-update-sub-menu {
        width: 151px;
    }
}

@media (min-width: 1632px) {
    .container {
        max-width: 1632px;
        width: 1632px;
    }
    /*
    .col:not(.no-gutters) {
        padding-right: 8px;
        padding-left: 8px;
    }*/

    body {
        margin: 0;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 72px 48px auto 48px;
        grid-template-areas: "header" "mainmenu" "homemain" "footer";
        background-color: var(--ao-gray4);
    }

    .main-menu-row {
        height: 56px; /* base on specs */
    }

    .state-dm-item-label1 {
        margin-right: 4px;
    }

    .state-dm-custom-col {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .recent-update-sub-menu {
        width: 151px;
    }
}

/* override default Bootstrap modal properties */
.ao-modal-header {
    border-bottom: none;
}

.ao-modal-footer {
    border-top: none;
    justify-content: center;
}

    .ao-modal-footer > button.btn {
        width: 50% !important;
    }

/*override BS modal backdrop*/
.modal.show {
    z-index: 100000 !important;
}

.modal-backdrop {
    background-color: var(--ao-gray3) !important;
    opacity: 0.75;
}

.header-no-gutter {
    padding-left: 0 !important;
}

.header-logo-column {
    padding-top: 8px;
}

.header-logo {
    background: var(--logo-allregs) no-repeat;
    display: block;
    height: 54px;
}

.header-logo-text {
    background: var(--logo-text-allregs) no-repeat;
    display: block;
    height: 54px;
    margin-left: 40px;
    position: relative;
    top: 3px;
}

ul.navbar-nav li a.nav-link {
    color: var(--ao-white1) !important; /* override navbar-dark */
    text-decoration-line: unset !important;
}

.header-blue-dot {
    background: var(--shape-blue-dot) 100% no-repeat;
    font-size: 18px;
    padding-left: 12px;
    margin-right: 6px;
}

.header-recent-icon {
    background-color: var(--ao-white1);
    mask: var(--icon-heart-red) no-repeat;
    -webkit-mask: var(--icon-clock) no-repeat;
    mask-size: 15px;
    -webkit-mask-size: 15px;
    padding: 8px 8px 6px 8px;
}

.header-favorite-icon {
    background-color: var(--ao-red1);
    mask: var(--icon-heart-red) no-repeat;
    -webkit-mask: var(--icon-heart-red) no-repeat;
    mask-size: 16px;
    -webkit-mask-size: 16px;
    padding: 8px 8px 6px 8px;
}
.header-notification-container {
    padding-top: 16px;
    margin-left: 8px
}
    .header-notification-container > :first-child {
        margin-right: 4px;
    }
    .header-notification-count {
        color: var(--ao-white1);
        font-size: 12px !important;
    }

.header-chevron-down {
    padding: 0 8px 0px 18px;
    -webkit-mask: var(--icon-chevron) no-repeat;
    mask: var(--icon-chevron) no-repeat;
    background-color: var(--ao-white1);
    transform: rotate(45deg);
}

.header-dropdown {
    padding-top: 4px;
    padding-left: 40px !important; /* base on specs */
}

.header-help-icon {
    -webkit-mask: var(--icon-help) no-repeat;
    mask: var(--icon-help) no-repeat;
    padding-left: 23px;
    position: relative;
    background-color: var(--ao-white1);
}

.panel-help-icon {
    -webkit-mask: var(--icon-help) no-repeat;
    mask: var(--icon-help) no-repeat;
    padding-left: 23px;
    position: relative;
    background-color: var(--ao-gray13);
    margin-left: 10px;
}

.header-print-icon {
    -webkit-mask: var(--icon-printer) no-repeat;
    mask: var(--icon-printer) no-repeat;
    padding-left: 19px;
    margin-right: 5px;
    position: relative;
    background-color: var(--ao-white1);
}

.header-search-icon {
    -webkit-mask: var(--icon-search) no-repeat;
    mask: var(--icon-search) no-repeat;
    padding-left: 18px;
    position: relative;
    background-color: var(--ao-white1);
}

.header-main-navbar > ul > li > a.nav-link:hover > span:first-child {
    background-color: var(--ao-blue4);
}

.header-main-navbar > ul > li > a.nav-link:hover > span:nth-child(2) {
    color: var(--ao-blue4);
}

.header-menu-username {
    font-size: 18px;
    padding-left: 8px;
}

.header-menu-text {
    font-size: 16px;
    font-weight: bold;
    padding-left: 4px;
}

/* override default navbar position */
.header-navbar {
    float: right;
    padding: 0;
}

.header-notification-true {
    color: var(--ao-white1);
}

    .header-notification-true > span {
        text-align: center;
        font-family: var(--ao-fontfamily);
        padding-top: 33px !important;
        position: inherit;
        bottom: 0;
        display: block;
        padding-right: 7px;
        font-size: 12px;
    }

.header-recent-count {
    padding-right: 0 !important;
}

header .dropdown-menu {
    z-index: 1 !important;
    margin-left: 40px;
    top: 0;
}

.main-menu-label {
    color: var(--ao-black1);
    align-self: center;
    justify-items: center;
    align-items: center;
    text-align: center;
    max-width: max-content;
    cursor: pointer;
    text-transform: uppercase;
    opacity: 1;
    font-size: 16px;
}
    /* override our gutter base on specs, home button has it's own specs */
    .main-menu-label .col:not(:first-child) {
        padding-left: 24px !important;
    }

    .main-menu-label:hover {
        color: var(--ao-blue1);
        text-decoration: none;
    }

.main-menu-active {
    background-color: var(--ao-white1);
    color: var(--ao-blue1);
    background: var(--ao-white1) 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 3px 6px var(--ao-boxshadow2);
    -moz-box-shadow: 0px 3px 6px var(--ao-boxshadow2);
    box-shadow: 0px 3px 6px var(--ao-boxshadow2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    opacity: 1;
    font-weight: bold;
}

.menu-home-icon {
    padding-left: 14px;
}

.menu-home-label {
    padding: 0px 14px 0px 14px;
    font-family: var(--ao-fontfamily);
}

.home-inline-search {
    max-width: 887px;
    height: 190px;
    margin: 0 auto;
    margin-top: 64px;
    margin-bottom: 64px;
    color: var(--ao-white1);
    padding-top: 29px;
    padding-left: 21px;
    /*background: radial-gradient(circle, var(--ao-blue1) 0%, var(--ao-blue2) 100%);*/
    background-color: var(--ao-blue11);
    -webkit-box-shadow: 0px 3px 6px var(--ao-boxshadow2);
    -moz-box-shadow: 0px 3px 6px var(--ao-boxshadow2);
    box-shadow: 0px 3px 6px var(--ao-boxshadow2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    opacity: 1;
    padding: unset;
}

.home-inline-search-expand {
    z-index: 1;
}

.home-inline-search .header-menu-text {
    padding: 4px 16px 0 8px;
    font-size: 28px;
    align-self: center;
}

.home-inline-search .header-power-text {
    align-self: center;
    position: relative;
    left: 10px;
    font-size: 20px;
}

.home-inline-search .header-bullet-text {
    align-self: center;
}

/* .home-inline-search span:nth-child(1) {
        display: inline !important;
        font-size: 54px;
        width: 54px;
        height: 54px;
        padding-left: 32px;
        padding-right: 19px;
    }

    .home-inline-search span:nth-child(3) {
        color: var(--ao-blue2);
        font-size: 28px;
    }

    .home-inline-search div {
        height: 64px;
        background-color: var(--ao-white1);
        width: 100%;
        padding: 5px;
    }*/
/* .home-inline-search span:nth-child(1) {
        display: inline !important;
        font-size: 54px;nth-child
        width: 54px;
        height: 54px;
        padding-left: 32px;
        padding-right: 19px;
    }*/
/*.home-inline-search .header-power-text {
        color: var(--ao-blue2);
        font-size: 28px;
    }*/
/*.home-inline-search div {*/
/* height: 64px;
        background-color: var(--ao-white1);*/
/*width: 100%;
        padding: 5px;
    }*/
/*
.home-content {
    border: 1px solid #8e8b8b52;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

    .home-content ul {
        color: black;
        font-size: 16px;
        font-weight: bold;
    }*/
footer .row {
    height: 48px;
    padding-top: 16px;
}

footer {
    align-self: center;
    justify-items: center;
    align-items: center;
    /* Set these properties in @supports not (-ms-high-contrast: none)  at line no. 74*/
    /*position: inherit !important;*/ /* override Bootstrap default */
    /*z-index: unset !important;*/ /* override Bootstrap default */
}

    footer .ao-app-version {
        text-align: center;
    }

    footer .ao-app-policy, .ao-app-privacy {
        cursor: pointer;
    }

.compliance-row-breaker {
    width: 98%;
}

.tab-content {
    margin-left: 10px;
    margin-top: 10px;
}

    .tab-content tab-container {
        margin-left: 60px;
    }

.ao-fluid-container {
    padding-top: 8px;
    padding-left: 15px;
}

.show-container {
    display: flex !important;
}

/* START: TOC */
.toc-fixed-width {
    flex: 0 0 350px;
    -ms-flex: 0 0 280px;
    background: var(--ao-gray6) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px var(--ao-boxshadow2);
    opacity: 1;
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 100%; /* need this heights for accordion */
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
    width: 430px;
    margin-bottom: -8px;
    height: 100%;
}

.row-toc-container {
    height: 0; /* need this height for accordion */
}

.toc-main-accordion {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.card-toclib-header {
    background-color: var(--ao-blue11) !important;
    opacity: 1;
    box-shadow: 0px 3px 5px 0px var(--ao-boxshadow1);
    position: inherit;
    height: 55px;
    /*
    background-color: var(--ao-blue1);
    background: transparent linear-gradient(270deg, var(--ao-blue1) 0%, var(--ao-blue2) 100%) 0% 0% no-repeat padding-box;
    */
}

    .card-toclib-header > button:first-child {
        color: var(--ao-white1);
        text-decoration: none;
        font-weight: bold;
    }

.icon-up-arrow {
    background-image: var(--icon-down-arrow);
    display: inline-block;
    height: 10px;
    width: 25px;
    float: right;
    padding-top: 15px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

span.icon-arrow-black {
    background-image: var(--icon-arrow-up-black);
    display: none;
    width: 19px;
    float: right;
    padding-top: 15px;
    background-repeat: no-repeat;
    color: var(--ao-gray1);
    margin-top: 4px;
    background-size: 18px;
    position: relative;
    margin-right: 2px;
}


button.card-button-collection[aria-expanded="true"] > span.icon-arrow-black {
    display: inline-block;
}

button.card-button-node[aria-expanded="true"] > span.icon-arrow-black {
    display: inline-block;
}


button.card-button-collection span:first-of-type {
    display: inline-block;
    width: 90%;
}

button.card-button-node span:first-of-type {
    display: inline-block;
    width: 90%;
}

.ao-toc-title {
    font-size: 18px;
    font-weight: bold;
    color: var(--ao-gray8);
    letter-spacing: 0;
}

    .ao-toc-title:hover {
        color: var(--ao-blue1);
    }

.btn-toc-ace-myreport {
    font-weight: bold;
    text-align: center;
    width: 150px;
    padding: 5px 5px 5px 5px;
}

.ace-doc-icon {
    position: absolute;
    -webkit-mask: var(--icon-doc) no-repeat;
    mask: var(--icon-doc) no-repeat;
    background-color: white;
    height: 16px;
    width: 16px;
    cursor: pointer;
    margin-left: -20px;
}

.-myreport-button-label {
    margin-left: 5px;
}


.toc-ace-report-header {
    height: fit-content;
    color: var(--ao-blue3);
    font-weight: bold;
    background-color: var(--ao-gray4);
    padding: 5px 0px 5px 5px;
    margin-bottom: 0;
    text-align: center;
}

.ol-email-sub-header {
    background-color: var(--ao-white1) !important;
    opacity: 1;
    box-shadow: 0px 0px 0px 0px var(--ao-boxshadow1);
    position: inherit;
    height: 55px;
}

.olSubscriptions {
    background-color: var(--ao-white1) !important;
    height: calc(100vh - 42px);
}

.ol-my-sub-title {
    margin-left: -15px;
}


.card-div-header {
    height: fit-content;
    padding-top: 20px;
    color: var(--ao-blue3);
    background-color: var(--ao-gray4);
    margin-bottom: 8px;
}

    .card-div-header > span:first-child {
        margin-right: 24px;
        padding-bottom: 4px;
    }

    .card-div-header > span:nth-child(2) {
        margin-left: 24px;
        padding-bottom: 4px;
    }

    .card-div-header span.active {
        border-bottom: 6px solid;
        font-weight: bold;
    }

.collapsible-toc {
    overflow-x: hidden;
    overflow-y: auto;
    height: 99vh;
    position: absolute;
    width: 100%;
}

.ace-collapsible-toc {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 62px);
    position: absolute;
    width: 100%;
}

.ao-toc-accordion {
    width: 428px;
}

.ao-toc-card:hover {
    cursor: pointer;
}

    .ao-toc-card:hover .ao-toc-title {
        color: var(--ao-blue1);
    }

.ao-toc-card-header {
    border-bottom: 0;
}

    .ao-toc-card-header .header-chevron-down:before {
        float: right;
        transition: all 0.5s;
    }

    .ao-toc-card-header.active .header-chevron-down:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .ao-toc-card-header > a {
        text-decoration: none;
    }

.ao-toc-card-parent {
    background-color: var(--ao-blue1);
}

    .ao-toc-card-parent .ao-toc-title {
        color: var(--ao-white1);
    }

.header-caret-right {
    background-image: var(--icon-arrow-right-small-solid);
    background-repeat: no-repeat;
    font-size: 18px;
    float: left;
    display: inline-block;
    height: 10px;
    width: 12px;
    padding-top: 12px;
    margin-top: 4px;
}

button.card-button-node[aria-expanded="true"] > div > i.header-caret-right {
    background-image: var(--icon-arrow-down-small-solid);
}

span.node-header-title {
    display: block;
    float: left;
    width: 92%;
    padding-left: 8px;
}

/* Override BS card, will use our own class than cascading it */
.card-toc {
    border: 0;
    border-radius: 0;
    background-color: var(--ao-gray4);
    height: inherit; /* inherit from .accordion */
}

    .card-toc > div.card-header {
        padding: 0;
        /*box-shadow: 0px 3px 6px var(--ao-white2);
        border-radius: 2px;
        margin-bottom: 1px;*/
        opacity: 1;
        box-shadow: none;
        /*border-bottom: none;*/
        margin-bottom: 0;
    }

    .card-toc > div.card-header-children {
        background-color: var(--ao-gray4);
        border-bottom: 1px solid var(--ao-gray5) !important;
        border: none;
    }

    .card-toc > div.card-nodes {
        padding-left: 12px;
    }

.card-header-collection {
    background-color: var(--ao-white1);
    border: -2px solid var(--ao-gray4);
}

.card-toc-collection {
    border-top: 1px solid var(--ao-gray4);
    border-bottom: 1px solid var(--ao-gray4);
    border-right: 1px solid var(--ao-gray4);
}

.card-body-toc {
    padding: 0 !important;
    /*
    padding-left: 10px;
    padding-right: 26px;
    */
}

.ao-disable-button {
    cursor: default;
    pointer-events: none !important;
}

.card-button-toc {
    text-align: left;
    width: 100%;
    box-shadow: none !important;
    color: var(--ao-black1);
    font-weight: bold;
    font-size: 16px;
    padding-right: 0 !important;
}

    .card-button-toc:hover {
        color: var(--ao-blue1);
        text-decoration: none;
    }

.card-button-toc-children {
    /* border-bottom: 1px solid var(--ao-gray7);*/
    display: block;
    padding-left: 0;
    margin-left: 10px;
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.selected-doc {
    font-weight: bold !important;
    border-bottom: none;
}

.card-button-doc {
    font-weight: normal;
    font-size: 14px;
    color: var(--ao-black1);
    text-decoration: underline;
    border-top: 1px solid var(--ao-gray4);
    border-bottom: 1px solid var(--ao-gray4);
}

.card-button-node {
    font-weight: bold;
    font-size: 14px;
    padding-right: 0 !important;
}

.collection-first-node > div:nth-child(2) > div:first-child > div.card-toc > div:first-child {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
    border-bottom: 0;
    border: 0;
}

.collection-first-node > div.card-header-collection > button:before {
    content: none;
}

.card-node-line {
    border-bottom: 1px solid var(--ao-gray7);
    display: block;
    margin-left: 12px;
    margin-right: 26px;
}

/*
span.icon-arrow-right {
    -webkit-mask: var(--icon-chevron-right) no-repeat;
    mask: var(--icon-chevron-right) no-repeat;
    padding-left: 18px;
    position: relative;
    background-color: var(--ao-gray13);
    display: initial !important;
    vertical-align: top;
    margin-left: -5px;    
}
    
button.card-button-node[aria-expanded="true"] > span.icon-arrow-right {
    background-image: var(--icon-arrow-down-small-solid);
    display: inline-block;
    width: 18px;
    float: left;
    padding-top: 15px;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}*/

button.card-button-node:before {
    color: var(--ao-gray13);
    display: inline-block;
    font-size: 80%;
    content: ' \25B6';
    vertical-align: top;
}

button.card-button-node[aria-expanded="true"]:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 10px;
}

button.card-button-node[aria-expanded="true"] > span:first-child {
    padding-left: 16px;
}

span.card-node-children-title {
    display: inherit;
    width: 89%;
    /*border-bottom: 1px solid var(--ao-gray5);*/
    padding-bottom: 8px;
}

span.card-toc-selected-bar {
    height: -webkit-fill-available;
    width: 365px;
    position: absolute;
    display: none;
    border-top: 1px solid var(--ao-gray5);
    border-bottom: 1px solid var(--ao-gray5);
    border-left: 4px solid var(--ao-green);
    height: 100%;
    /*display: inline-block;*/
    /*left: -11px;*/
}

/* END: TOC */
/* START: Custom Scrollbar ala OS X */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background: var(--ao-gray11);
    border-radius: 8px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: var(--ao-gray1);
    }

::-webkit-scrollbar-track {
    background: var(--ao-gray12);
    border-radius: 8px;
    box-shadow: inset 16px 30px 26px var(--ao-white2);
}
/* END: Custom Scrollbar ala OS X */


/* START: What's New */
.main-recentupdates {
    height: 100%;
    margin: 0;
}

.col-recentupdates {
    overflow-y: scroll;
    overflow-x: hidden;
    height: inherit;
}

.no-margin-padding {
    margin: 0;
    padding: 0;
}

.label-whats-new {
    font-size: 22px;
    font-weight: bold;
    padding: 56px 0 35px 32px;
    color: var(--ao-black1);
}

.icon-heart-whatsnew {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 12px;
    background: var(--toolbar-heart-inactive) no-repeat;
    position: relative;
    float: right;
    margin-right: 0;
    padding-right: 48px;
}

.card-whatsnew {
    height: fit-content;
    min-height: 136px;
    margin-bottom: 4px;
    border-radius: 8px;
    border: 1px solid var(--ao-gray5);
    box-shadow: 0px 3px 2px var(--ao-gray5);
}

.card-body-whatsnew {
    padding-left: 32px;
}

.card-title-whatsnew {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 8px;
}

    .card-title-whatsnew > .row:first-child {
        border-bottom: 0.5px solid var(--ao-gray5);
    }

.card-whatsnew-datetime {
    margin-top: 8px;
}

    .card-whatsnew-datetime > .row {
        justify-content: center;
    }

.card-description-whatsnew {
    font-size: 16px;
    font-weight: normal;
    margin-top: 8px;
}

    .card-description-whatsnew > div:first-child {
        margin-top: 12px;
    }

.card-whatsnew-span {
    color: var(--ao-gray2);
}

.label-no-recentupdates {
    font-size: 32px;
    color: var(--ao-gray1);
}

.label-no-recent-docs {
    font-size: 16px;
    color: var(--ao-gray1);
}

.whats-new-loader {
    margin-left: 0;
}

.whats-new-mortgagementor {
    font-size: 16pt;
    font-weight: bold;
    padding-top: 15px;
    padding-left: 15px;
}

    .whats-new-mortgagementor > div {
        padding-left: 15px;
    }


.label-no-updates-highlighted {
    font-size: 14px;
    color: var(--ao-black1);
    font-weight: bold;
    padding: 0px 0 5px 20px;
}

.label-library-title {
    font-size: 17px;
    font-weight: bold;
    padding: 0px 0 5px 0px;
    margin-top: 10px;
    color: var(--ao-black1);
}
/* END: What's New */
/* START: View Document */
.content-submenu {
    position: relative;
    z-index: 0;
    background-color: var(--ao-white1);
    min-height: 38px; /* specs */
    box-shadow: 0px 3px 6px var(--ao-gray5);
}

    .content-submenu .col {
        padding-top: 8px;
    }

.library-submenu-nav {
    font-size: 14px;
    text-align: center;
    margin-left: 32px !important; /* override active bar margin */
    color: var(--ao-black1) !important;
    text-decoration-line: unset !important;
}

    .library-submenu-nav:first-child {
        padding-left: 0;
    }

    .library-submenu-nav:hover {
        cursor: pointer;
        color: var(--ao-blue1);
        text-decoration: none;
        content: "";
        display: inline-block;
        margin: 0 auto;
        font-weight: bold;
        width: fit-content;
        border-bottom: 6px solid var(--ao-blue1);
    }

    .library-submenu-nav span {
        display: inline-block;
        margin-top: 16px;
    }

.library-submenu-nav-active {
    content: "";
    display: inline-block;
    margin: 0 auto;
    font-weight: bold;
    width: fit-content;
    border-bottom: 6px solid var(--ao-gray17);
}

.main-content-area {
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
    margin-bottom: -8px;
    box-shadow: 0px 3px 6px var(--ao-boxshadow2);
    height: 100%;
}

.main-content-row {
    height: 100% !important;
}

.main-content-col {
    height: inherit;
    overflow: hidden;
    padding: 0;
}

.main-document-row {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 0;
    background-color: var(--ao-white1);
}

.alphaTopics-document-row {
    height: calc(100vh - 130px);
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 0;
    background-color: var(--ao-white1);
}

.span-pdf-link {
    color: var(--ao-black1);
    cursor: pointer;
}

.span-pdf-title {
    font-weight: bold;
    font-size: larger;
}

/*search doc view required its own height calc since there additonal components*/
.main-search-document-row {
    height: calc(125vh - 500px);
    overflow-y: auto;
    overflow-x: hidden;
    background-color: var(--ao-white1);
    margin-right: -15px !important;
}

.document-toolbar-notes {
    height: calc(35vh);
    overflow-y: auto;
    margin-right: 0;
    background-color: var(--ao-white1);
    margin-bottom: 4px;
}

.document-toolbar-revisions {
    max-height: calc(30vh);
    overflow-y: auto;
    margin-right: 0;
    background-color: var(--ao-white1);
}

.main-document-revisions-label {
    padding-left: 36px !important;
}

.main-document-notes-label {
    padding-left: 36px !important;
}

.main-document-view-revisions {
    padding: 16px 8px 8px 19px !important;
}

.ao-card-document-revisions {
    min-height: 80px !important;
    padding: 18px 0 8px 42px !important;
}

.document-revision-title {
    font-weight: bold;
}

.main-document-view-notes {
    padding: 16px 8px 8px 19px !important;
    margin-bottom: 10px !important;
}

.ao-card-document-notes {
    min-height: 80px !important;
    padding: 18px 0 8px 42px !important;
    margin-bottom: 10px !important;
}

.document-note-title {
    font-weight: bold;
    display: inline-block;
}

    .document-note-title:hover {
        cursor: pointer;
    }

.document-revision-title:hover {
    cursor: pointer;
}

.icon-card-document-revisions {
    background-image: var(--icon-arrow-up-black);
    transform: rotate( 90deg );
    height: 10px;
    width: 25px;
    background-repeat: no-repeat;
    color: var(--ao-gray1);
    cursor: pointer;
    padding-top: 18px;
    display: block;
    float: right;
    margin-right: 18px;
}

.icon-gray-bar-document-revisions {
    height: 40px;
    margin-top: -10px !important;
    float: right;
    display: block;
    right: 56px;
    width: 1px !important;
    background-color: var(--ao-gray16);
    padding: 0;
    position: relative;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.document-revisions-rightside {
    padding-top: 12px;
}

.icon-gray-bar-document-notes {
    height: 100%;
    float: left;
    align-content: center;
    display: block;
    right: 0;
    width: 1px !important;
    background-color: var(--ao-gray16);
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.icon-card-document-notes {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.document-note-text {
    padding-top: 10px;
}

.document-note-rightside {
    align-items: center;
}

.document-note-action {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.add-to-folder-badge-placeholder {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 10px;
}

.main-content-easter-egg {
    background: transparent linear-gradient(270deg, var(--ao-white3) 0%, var(--ao-white1) 100%) 0% 0% no-repeat padding-box;
    opacity: 0.89;
    cursor: pointer;
}

.easter-egg-div {
    height: 100%;
    background: none
}

.display-none {
    display: none;
}

.span-wd {
    width: 4%;
}

.main-content-breadcrumb {
    min-height: 64px;
    box-shadow: inset 0px 3px 7px 0px var(--ao-boxshadow2);
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 14px;
    background-color: var(--ao-gray6);
}

.bread-crumb > a {
    text-decoration: underline;
}

.bread-crumb > a {
    color: var(--ao-gray1);
    letter-spacing: 0;
    word-spacing: 0;
}

.icon-crumb {
    transform: rotate(90deg);
    color: var(--ao-gray1);
    cursor: pointer;
    display: inline-block;
    width: 26px;
    height: 4px;
    background: var(--icon-arrow-up-black) no-repeat;
    position: relative;
}

.previous-next-document {
    align-self: center;
    margin-right: 16px;
}

.icon-previous-document {
    background-image: var(--icon-arrow-up-black);
    transform: rotate(270deg);
    height: 10px;
    width: 25px;
    float: left;
    background-repeat: no-repeat;
    color: var(--ao-gray1);
    cursor: pointer;
    margin-left: 32px;
}

.icon-next-document {
    background-image: var(--icon-arrow-up-black);
    transform: rotate(90deg);
    height: 10px;
    width: 25px;
    float: left;
    background-repeat: no-repeat;
    color: var(--ao-gray1);
    cursor: pointer;
}

.main-content-toolbox {
    min-height: 64px;
    background: var(--ao-white1) 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 8px 32px 8px 48px;
}

    .main-content-toolbox > div {
        padding: 0;
        margin: 0;
    }

        .main-content-toolbox > div:first-child {
            padding-left: 24px;
            padding-right: 8px;
        }

        .main-content-toolbox > div:nth-child(2) {
            padding-left: 8px;
        }

.main-content-toolbar {
    padding-left: 0;
    background-color: var(--ao-white1);
    -webkit-box-shadow: inset 0px 7px 6px -3px rgb(0 0 0 / 16%);
    -moz-box-shadow: inset 0px 7px 6px -3px rgb(0 0 0 / 16%);
    box-shadow: inset 0px 7px 6px -3px rgb(0 0 0 / 16%);
}

.main-content-toolbar-line {
    width: 100%;
    box-shadow: 1px 0 25px 8px var(--ao-boxshadow2);
}

.main-document-view {
    background-color: var(--ao-white1);
    height: inherit;
    padding-left: 48px;
    padding-top: 16px;
    width: 100%;
    padding-right: 16px;
}
    /* The following are Publishing specific within the document view area, this will override Bootstrap default properties */
    .main-document-view h5 {
        font-weight: bold;
    }

    .main-document-view p {
        font-size: 10pt;
    }

    .main-document-view td {
        font-size: 10pt;
    }

    .main-document-view ul {
        font-size: 10pt;
    }

ul.global-normal {
    list-style-type: disc !important;
}
/* moving forward, any override for Bootstrap properties to cater Publishing and document specific display will be define in this area above^ */

.main-document-sticky-bar {
    position: sticky;
    width: 100%;
    top: 0;
    box-shadow: 1px 0 25px 8px var(--ao-boxshadow2);
    background-color: var(--ao-boxshadow2);
    height: 1px;
    z-index: 1;
}

.selected-library-collection {
    font-size: 14px;
    color: var(--ao-gray2);
}

.selected-title {
    font-size: 16px;
    font-weight: bold;
    color: var(--ao-black1);
    margin-right: 0;
    padding-right: 0;
}
/*
.document-toolbar {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 8px;
}
    .document-toolbar > div.row:nth-child(2) {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        height: fit-content;
        bottom: 0;
    }
    .document-toolbar > .row > span {
        text-align: center;
        padding-right: 16px;        
        bottom: 0;
        display: grid;
    }
        .document-toolbar > .row > span:nth-child(4) {
            padding-right: 8px;
        }
        .document-toolbar > .row > span:nth-child(7) {
            padding-right: 8px;
        }
        .document-toolbar .row > span > label {
            font-size: 12px;
            padding-top: 5px;
        }
.col-document-toolbar {
    padding-top: 8px !important;
}

*/
.col-document-toolbar > div.row {
    padding: 0;
    margin: 0;
}

.ao-document-marque {
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    min-width: 240px;
    height: 32px;
    margin-top: 4px;
    background: var(--ao-red1) 0% 0% no-repeat padding-box;
    border: 2px solid var(--ao-red1);
    border-radius: 2px;
    opacity: 1;
}

.ao-label-marque {
    padding: 4px 10px 0 10px;
    display: block;
    letter-spacing: 0px;
    color: var(--ao-gray4);
    opacity: 1;
    text-align: center;
    font-size: 14px;
}

.document-toolbar {
    /*display: flex;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    height: 100%;
    float: right;
    width: 100%;
    background-color: var(--ao-white1);
    margin: 0;
    */
    padding: 8px 0 0 40px;
    float: right;
}

    .document-toolbar > .btn:focus {
        outline: none !important;
        box-shadow: none !important;
    }

    .document-toolbar > div {
        width: min-content;
        padding-left: 8px;
        font-size: 14px;
    }

        .document-toolbar > div:nth-child(1) {
            margin-left: 8px;
        }

        .document-toolbar > div:nth-child(3) {
            margin-left: 8px;
        }

        .document-toolbar > div:nth-child(4) {
            margin-left: 8px;
        }

        .document-toolbar > div:nth-child(6) {
            padding-left: 0;
        }

        .document-toolbar > div:nth-child(7) {
            margin-left: 8px;
        }

        .document-toolbar > div:nth-child(8) {
            width: 29px;
            margin-left: 16px;
        }

        .document-toolbar > div:nth-child(9) {
            padding-left: 0;
        }

.toolbar-badge {
    top: -20px !important;
    left: -10px !important;
}

.icon-folder {
    display: inline-block;
    width: 32px;
    height: 26px;
    background: var(--toolbar-folder-inactive) no-repeat;
    position: relative;
}

    .icon-folder:hover {
        background: var(--toolbar-folder-hover) no-repeat;
    }

.icon-heart {
    display: inline-block;
    width: 32px;
    height: 26px;
    margin-left: 12px;
    background: var(--toolbar-heart-inactive) no-repeat;
    position: relative;
}

    .icon-heart:hover {
        background: var(--toolbar-heart-active) no-repeat;
    }

.toolbar-icon-heart-active {
    background: var(--toolbar-heart-active) no-repeat !important;
}

.icon-mail {
    display: inline-block;
    width: 32px;
    height: 26px;
    margin-left: 8px;
    background: var(--toolbar-email-inactive) no-repeat;
    position: relative;
}

    .icon-mail:hover {
        background: var(--toolbar-email-hover) no-repeat;
    }

.icon-printer {
    display: inline-block;
    width: 32px;
    height: 26px;
    margin-left: 3px;
    background: var(--toolbar-printer-inactive) no-repeat;
    position: relative;
}

    .icon-printer:hover {
        background: var(--toolbar-printer-hover) no-repeat;
    }

.icon-notes {
    display: inline-block;
    width: 32px;
    height: 26px;
    margin-left: 5px;
    background: var(--toolbar-notes-inactive) no-repeat;
    position: relative;
}

    .icon-notes:hover {
        background: var(--toolbar-notes-hover) no-repeat;
    }

    .icon-notes > span.badge {
        background-color: var(--ao-red1);
        color: white;
        border-radius: 54%;
        width: 16px;
        height: 16px;
        text-align: center;
        font-size: 10px;
        margin-left: 21px;
        position: absolute;
        margin-top: -8px;
        padding-top: 3px;
        padding-left: 4px;
    }

.icon-revision {
    display: inline-block;
    width: 32px;
    height: 26px;
    margin-left: 12px;
    background: var(--toolbar-revisions-inactive) no-repeat;
    position: relative;
}

    .icon-revision:hover {
        background: var(--toolbar-revisions-hover) no-repeat;
    }

.icon-expand {
    display: inline-block;
    width: 32px;
    height: 24px;
    margin-left: 8px;
    background: var(--toolbar-expand-inactive) no-repeat;
    position: relative;
}

    .icon-expand:hover {
        background: var(--toolbar-expand-hover) no-repeat;
    }

.icon-close-x-revision {
    -webkit-mask: var(--icon-close-x) no-repeat;
    mask: var(--icon-close-x) no-repeat;
    padding-left: 23px;
    position: relative;
    background-color: var(--ao-gray1);
    float: right;
    display: block;
    margin-right: 24px;
    height: 28px;
    cursor: pointer;
}

.icon-gray-bar {
    width: 1px !important;
    background-color: var(--ao-gray16);
    padding: 0;
    position: relative;
    padding-left: 0 !important;
    height: 47px;
    margin-top: 8px !important;
    margin-left: 0 !important;
}

.icon-gray-bar-small {
    height: 30px !important;
    margin-top: 5px !important;
}

.notes-accordion {
    margin-top: 8px;
    margin-left: -16px;
}

    .notes-accordion > button {
        margin-left: -16px;
    }

.icon-notes-arrow-up {
    background-image: var(--icon-arrow-up-blue);
    background-repeat: no-repeat;
    transform: rotate( 180deg );
    height: 10px;
    width: 25px;
    color: var(--ao-gray1);
    position: relative;
    cursor: pointer;
    display: block;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
}

.icon-notes-arrow {
    background-image: var(--icon-arrow-up-black);
    background-repeat: no-repeat;
    transform: rotate( 90deg );
    height: 10px;
    width: 25px;
    position: relative;
    color: var(--ao-gray1);
    cursor: pointer;
    display: block;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
}

.new-notes-textarea {
    height: 152px !important;
    resize: none;
}


.icon-notes-graybar {
    float: right;
    background-color: var(--ao-gray5);
    width: 1px;
    height: 32px;
    top: -38px;
    left: -28px;
}

.toolbar-notes-header, .toolbar-new-notes-header {
    font-size: 24px;
    font-weight: bold;
    color: var(--ao-gray1);
    padding-left: 8px;
    min-height: 50px;
}

.new-notes-section {
    padding-bottom: 32px;
}

.toolbar-new-notes-section {
    align-content: center;
    height: auto;
    max-width: 60%;
}

.toolbar-document-note-header {
    border-bottom: none !important;
}

.span-toolbar-notes-close {
    float: right;
}

.toolbar-add-notes {
    color: var(--ao-white1);
    font-size: 15px !important;
    font-weight: bold !important;
    background-color: var(--ao-blue1);
    float: left;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    width: 200px !important;
}

.toolbar-save-notes {
    float: right;
    background-color: var(--ao-blue3);
    color: var(--ao-white1);
}

.toolbar-cancel-notes {
    font-weight: bold;
    color: var(--ao-blue3);
}

.toolbar-notes-close {
    -webkit-mask: var(--icon-close-x) no-repeat;
    mask: var(--icon-close-x) no-repeat;
    padding-left: 23px;
    position: relative;
    background-color: var(--ao-gray1);
    float: right;
    display: block;
    margin-right: 24px;
    height: 28px;
    cursor: pointer;
}

.toolbar-new-notes-close {
    -webkit-mask: var(--icon-close-x) no-repeat;
    mask: var(--icon-close-x) no-repeat;
    padding-left: 23px;
    position: relative;
    background-color: var(--ao-gray1);
    float: right;
    display: block;
    margin-right: 24px;
    height: 28px;
    cursor: pointer;
}

.toolbar-notes-top {
    position: relative;
    top: 0;
    float: right;
    min-height: 50px;
    width: 340px;
}

.notes-card-header {
    background-color: var(--ao-white1);
    border: 1px solid var(--ao-gray5);
    margin-bottom: 4px !important;
    padding: 8px 8px 16px 24px;
    border-radius: 4px !important;
    box-shadow: 0px 2px 2px var(--ao-gray5);
}

.notes-card-collapse {
    display: flex;
}

.notes-card-icon-col {
    padding-top: 10px;
    border-right: 1px solid var(--ao-gray5);
}

.notes-card-arrow-col {
    align-self: center;
    text-align: -webkit-center;
}

.icon-edit-notes {
    background-image: var(--icon-pencil);
    background-repeat: no-repeat;
    height: 26px;
    float: right;
    width: 24px;
    position: absolute;
    right: 24px;
}

.icon-delete-notes {
    background-image: var(--icon-trash);
    background-repeat: no-repeat;
    height: 32px;
    bottom: 8px;
    position: absolute;
    right: 24px;
    width: 24px;
}

.notes-card-link > span {
    font-size: 16px;
    color: black;
    font-weight: bold;
    display: block;
}

    .notes-card-link > span:nth-child(2) {
        font-size: 14px;
        font-weight: normal;
    }

.notes-card-link:hover {
    text-decoration: none;
}

.notes-card-body {
    padding-left: 0;
}

.main-view-area {
    padding: 0 !important; /* .col no gutters */
    height: 100%;
}

    .main-view-area .row {
        margin: 0 !important;
    }

    .main-view-area .library-submenu {
        position: fixed;
        background: var(--ao-white1) 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px var(--ao-boxshadow2);
        opacity: 1;
        align-content: center;
    }

    .main-view-area .library-document-area {
        position: relative;
        height: 95%;
        top: 40px;
        overflow-y: auto;
    }

    .main-view-area .row:first-child .col-1 {
        padding: 0 !important;
    }

    .main-view-area .row:first-child .col-5 {
        padding-top: 10px;
    }

        .main-view-area .row:first-child .col-5 div {
            width: fit-content;
            float: left;
        }

            .main-view-area .row:first-child .col-5 div:not(:first-child) {
                margin-left: 61px;
            }

            .main-view-area .row:first-child .col-5 div.selected-submenu {
                font-weight: bold;
                content: "";
                display: block;
                border-bottom: 6px solid var(--ao-gray1);
            }

.icon-announcement-blue {
    background: var(--icon-announcement-blue) 100% no-repeat;
    padding-left: 32px;
    background-size: 24px auto;
    padding-top: 24px;
    position: relative;
    top: 12px;
    left: 0;
}

.scroll-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

    .scroll-to-top > .icon-previous-document {
        transform: rotate( 360deg );
        margin-left: 0;
    }

/* END: View Document */
.hidden-path {
    display: none !important;
}

.smart-search-box {
    width: 98%
}

.two-liner-ellipsis {
    text-overflow: ellipsis;
    /* stuff below used to append ellipses in second line. This will not work in IE11*/
    /* line clamping with ellipsis works only input webkit (Chrome, Safari, Edge)
            Will still work input other browsers without the ellipsis (Firefox, IE)
            https://stackoverflow.com/questions/3922739/limit-text-length-to-n-lines-using-css
         */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 2em;
    line-height: 1em;
}

#MessageBoxModal {
    z-index: 9999;
}

.document-note-action {
    justify-content: right;
}

.delete-document-note {
    cursor: pointer;
    width: 30px !important;
    height: 30px !important;
    margin-bottom: 5px !important;
}

.edit-document-note {
    cursor: pointer;
    width: 30px !important;
    height: 30px !important;
    margin-top: 5px !important;
}

.delete-toolbar-document-note {
    cursor: pointer;
    width: 30px !important;
    height: 30px !important;
    margin-bottom: 5px !important;
}

.edit-toolbar-document-note {
    cursor: pointer;
    width: 30px !important;
    height: 30px !important;
    margin-top: 5px !important;
}

.edit-document-note-badge {
    display: flex;
    flex-direction: row;
    margin-right: 10px !important;
    align-self: flex-start;
    height: 48%;
    align-items: flex-start;
    justify-content: center;
}

.document-note-arrow-badge {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-self: center;
    align-items: center;
    justify-content: center;
}

.delete-document-note-badge {
    display: flex;
    flex-direction: row;
    align-self: flex-end;
    height: 48%;
    margin-right: 10px !important;
    align-items: flex-end;
    justify-content: center;
}

.document-note-public {
    position: relative;
    color: var(--ao-white1);
    background: var(--ao-blue1) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px var(--ao-boxshadow2);
    -webkit-box-shadow: 0px 3px 6px var(--ao-boxshadow2);
    -moz-box-shadow: 0px 3px 6px var(--ao-boxshadow2);
    border-radius: 5px 5px;
    margin: 3px 5px 3px 3px;
    padding: 3px 5px 3px 5px;
    opacity: 1;
    align-content: center;
}

.text-area-fixed-height {
    resize: none;
    overflow-y: auto;
}

span.has-error,
.has-error > span {
    color: var(--ao-red2);
}

/* Firefox specific compatibility properties */
@media all and (min--moz-device-pixel-ratio:0) {
    .home-content {
        height: 100%;
    }

    .pl-header-row > .pl-col-date, .pl-col-status {
        margin-left: 0 !important;
    }

    input.bp-partial-selected[type="checkbox"] {
        -moz-appearance: initial;
        border: 2px solid var(--ao-gray19);
        width: 14px;
        height: 14px;
        border-radius: 2px;
    }

    input.bp-partial-selected::after {
        top: -4px !important;
        /*left: 1px !important;*/
        font-size: 12px !important;
        right: unset !important;
    }

    input.acetopic-partial-selected[type="checkbox"] {
        -moz-appearance: initial;
        border: 2px solid var(--ao-gray19);
        width: 14px;
        height: 14px;
        border-radius: 2px;
    }

    input.acetopic-partial-selected::after {
        top: -4px !important;
        left: 1px !important;
        font-size: 12px !important;
    }
}


@supports (not (-webkit-hyphens:none)) and (not (-moz-appearance:none)) and (list-style-type:"*") {
    input.batch-print-node-checkbox[type="checkbox"] {
        -ms-user-select: none;
        user-select: none;
    }

    input.bp-expanded-revision[type="checkbox"]:checked {
        filter: sepia(22%) saturate(2332%) hue-rotate(180deg) brightness(100%) contrast(100%);
    }

    input.batch-print-node-checkbox[type="checkbox"]:checked {
        filter: sepia(22%) saturate(2332%) hue-rotate(180deg) brightness(100%) contrast(100%);
    }
}

@supports (-ms-accelerator:true) or (-ms-ime-align:auto) {
    .header-logo {
        background-image: url("../assets/logo-allregs-white.svg") !important;
    }

    .header-search-icon {
        background: url("../assets/icon-search.svg") 100% no-repeat !important;
    }

    .header-blue-dot {
        background: url("../assets/shape-blue-dot.svg") 100% no-repeat !important;
    }

    .header-print-icon {
        background: url("../assets/icon-printer.svg") 100% no-repeat !important;
    }

    .header-help-icon {
        background: url("../assets/icon-help.svg") 100% no-repeat !important;
    }

    .header-chevron-down {
        background: url("../assets/icon-arrow-down-white.svg") 100% no-repeat !important;
    }

    .header-notification-true {
        color: var(--ao-white1) !important;
    }

    .header-notification-true {
        color: var(--ao-white1) !important;
    }
}
/*START: Notes Private - public switch*/
.switch-labels {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: var(--ao-gray2);
}

.switch {
    position: relative;
    display: inline-block;
    background: var(--ao-gray20) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    width: 240px;
    height: 30px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: inherit;
    width: inherit;
}

    .slider:before {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        content: "Public";
        font-weight: bold;
        color: var(--ao-blue2);
        height: 100%;
        width: 46.6%;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: inherit;
        box-shadow: 0px 3px 6px var(--ao-boxshadow2);
        background: var(--ao-white1) 0% 0% no-repeat padding-box;
    }



input[type=checkbox] ~ .slider {
    box-shadow: 0 0 1px var(--ao-gray20);
}

input[type=checkbox]:not(:checked) ~ .slider:before {
    -webkit-transform: translateX(calc(100% + 15% + 0px));
    -ms-transform: translateX(calc(100% + 15% + 0px));
    transform: translateX(calc(100% + 15% + 0px));
    content: "Private"
}
/*END: Notes Private - public switch*/

.home-overlay {
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    position: fixed;
    background-color: var(--ao-gray22);
}

.home-show-overlay {
    opacity: 70%;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    background-color: var(--ao-gray22);
}

.home-index {
    z-index: -1;
}

.cursor-pointer {
    cursor: pointer;
}

.icon-folder-plus-active {
    background: var(--icon-folder-plus-active) 0% 0% no-repeat padding-box;
    background-size: 32px auto;
    width: 32px;
    height: 32px;
}
/* Region: */
.toggle-switch {
    position: relative;
    width: 48px;
    height: 24px;
}
    /* Hide default HTML checkbox */
    .toggle-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
/* The slider */
.toggle-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--ao-gray5);
    -webkit-transition: .4s;
    transition: .4s;
}

    .toggle-switch-slider:before {
        position: absolute;
        left: 2px;
        content: "";
        height: 18px;
        width: 19px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .toggle-switch-slider {
    background-color: var(--ao-blue5);
}

input:focus + .toggle-switch-slider {
    box-shadow: 0 0 5px var(--ao-blue5);
}

input:checked + .toggle-switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.toggle-switch-slider.toggle-switch-round {
    border-radius: 36px;
}

    .toggle-switch-slider.toggle-switch-round:before {
        border-radius: 50%;
    }
/*Common CSS to Create a Cancel Link*/
.cancel-action-link {
    text-decoration: underline;
    color: var(--ao-blue1);
    font-weight: bold;
}
/*Region START: Common CSS for Custom Dropdown List*/
.custom-dropdown {
    position: relative;
    cursor: pointer;
}

    .custom-dropdown select {
        display: none; /*hide original SELECT element:*/
    }
/*point the arrow upwards when the select box is open (active):*/
.selected.select-arrow-active:after {
    border-color: transparent transparent var(--ao-white1) transparent;
    top: 7px;
}
/*style items (options):*/
.select-options {
    position: absolute;
    background-color: var(--ao-white1);
    top: 100%;
    left: 1px;
    right: 0;
    z-index: 99;
    width: 298px;
}
/*inner div which opens the ddl click of ddl*/
.select-items-options {
    position: absolute;
    background-color: var(--ao-white1);
    top: 87%;
    left: 1px;
    right: 0;
    z-index: 99;
    width: 298px;
    max-height: 150px;
    overflow-y: scroll;
}
/*main div of the ddl*/
.selected-options {
    background: var(--ao-white1);
    width: 170px;
    height: 38px;
    border: 0.5px solid var(--ao-gray16);
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    position: relative;
    bottom: 4px;
    align-items: center;
}

.selected.selected-options:focus {
    box-shadow: 0 0 5px var(--ao-blue6);
    outline: none;
}

.form-control:focus {
    box-shadow: 0 0 5px var(--ao-blue6);
    outline: none;
}

.input:focus-within {
    box-shadow: 0 0 5px var(--ao-blue6);
    border-radius: 36px;
}

.select-options .selected {
    color: var(--ao-black1);
    padding: 7px 16px;
    cursor: pointer;
    user-select: none;
}

.select-options div:nth-child(n+2) {
    padding: 3px 14px;
    cursor: pointer;
    user-select: none;
    color: var(--ao-gray1);
    display: flex;
    align-items: center;
}
/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-highlight {
    font-weight: bold;
}

.select-highlight-checked {
    /*TO-DO: ALRG-9590 don't remove this code, awaiting icon from the UX team*/
    /*background: var(--icon-check-mark-black);*/
    /*height: 10px;
    width: 10px;
    background-size: 11px auto;
    visibility: hidden;
    */
    position: relative;
    right: 5px;
}
/*TO-DO: ALRG-9590 need to remove this code once we receive icon from the UX team*/
.select-checked-true:before {
    visibility: visible;
    content: "\2713";
    font-size: small;
}

.select-option-header {
    font-weight: bold;
    border-bottom: 1px gray solid;
}

.select-items-pointer-none {
    pointer-events: none;
}

.select-options div:nth-child(n+2):hover {
    background-color: var(--ao-blue3);
    color: var(--ao-white1);
}

.select-hover {
    background-color: var(--ao-blue3);
    color: var(--ao-white1) !important;
}

.select-has-error {
    font-size: small;
    color: var(--ao-red2);
}

.select-error-hide {
    display: none;
}

.div-error-border {
    border-color: var(--ao-red2);
}
/*Region END: Common CSS for Custom Dropdown List*/
/* BEGIN: Custom row that can be reused, currently use in Federal Compliance > Disclosure Matrix */
.custom-row-toc-container {
    background: var(--ao-gray6) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px var(--ao-boxshadow2);
    opacity: 1;
}

.custom-main-content-area {
    height: 106vh;
    margin-top: 16px;
}

    .custom-main-content-area > div:first-child {
        width: 256px;
    }

    .custom-main-content-area > div:last-child {
        width: 204px;
    }

@media (max-width: 1632px) {
    .custom-main-content-area > div:first-child {
        width: 16px;
    }

    .custom-main-content-area > div:last-child {
        width: 16px;
    }
}

.disclosure-matrix-icon {
    background: var(--icon-disclosure-matrix) 100% no-repeat;
    background-size: 34px auto;
    margin-left: 34px;
    width: 34px;
    height: 34px;
}

.disclosure-matrix-header {
    background: var(--ao-gray6) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px var(--ao-boxshadow2);
    opacity: 1;
    padding: 8px;
}

.disclosure-matrix-title {
    color: var(--ao-gray1);
    font-size: 24px;
    font-weight: bold;
    padding-left: 16px;
}

.custom-button-header {
    border: 2px solid var(--ao-blue8);
    border-radius: 2px;
    opacity: 1;
    color: var(--ao-blue8);
    cursor: pointer;
    display: inherit;
    font-weight: bold;
    font-size: 16px;
    height: 32px;
    padding: 3px 16px 3px 8px;
}

    .custom-button-header.custom-margin {
        margin-right: 0;
        margin-left: auto;
    }

    .custom-button-header:hover {
        color: var(--ao-gray17);
        border: 2px solid var(--ao-gray17);
    }

        .custom-button-header:hover > i.export-matrix-icon {
            background-color: var(--ao-gray17);
        }

        .custom-button-header:hover > i.print-matrix-icon {
            background-color: var(--ao-gray17);
        }

.print-matrix {
    margin-left: 16px;
    width: 168px;
}

    .print-matrix > i {
        background-color: var(--ao-blue8);
        position: relative;
        margin-right: 16px;
    }



.dm-matrix-button {
    width: 168px !important;
}

.dm-print-matrix {
}

    .dm-print-matrix > i {
        background-color: var(--ao-blue8);
        position: relative;
        margin-right: 16px;
    }

.export-matrix-icon {
    -webkit-mask: var(--icon-export-matrix) no-repeat;
    mask: var(--icon-export-matrix) no-repeat;
    background-color: var(--ao-blue8);
    height: 21px;
    width: 21px;
    background-size: 21px auto;
    cursor: pointer;
    display: inline-block;
    margin-right: 16px;
    position: relative;
}

.print-matrix-icon {
    margin-top: 2px;
    position: absolute;
    display: inline-block;
    -webkit-mask: var(--icon-printer) no-repeat;
    mask: var(--icon-printer) no-repeat;
    background-color: white;
    height: 16px;
    width: 14px;
    cursor: pointer;
}

.dm-header-row1 {
    background: var(--ao-gray4) 0% 0% no-repeat padding-box;
    border-top: 0.5px solid var(--ao-gray31);
    border-left: 0.5px solid var(--ao-gray31);
    border-right: 0.5px solid var(--ao-gray31);
    opacity: 1;
}

.dm-header-row2 {
    background: var(--ao-gray4) 0% 0% no-repeat padding-box;
    border: 0.5px solid var(--ao-gray31);
    opacity: 1;
}

.dm-column-label {
    font-size: 14px;
    font-weight: bold;
    color: var(--ao-gray30);
}

.dm-column-label1 {
    font-weight: bold;
    color: var(--ao-gray30);
}

.pf-column-label1 {
    font-weight: bold;
    color: var(--ao-gray30);
}

.dm-item-label {
    font-size: 14px;
    font-weight: bold;
    padding: 8px 8px 0 0;
    color: var(--ao-gray32);
}

.state-dm-item-label {
    padding: unset !important;
}

.pf-header-column-state {
    width: 13% !important;
}

.state-dm-item-label1 {
}

.state-dm-custom-col {
}


.state-dm-button-label {
    margin-left: 24px !important;
}

.state-dm-export-matrix-icon {
    margin-top: 2px;
    position: absolute;
    display: inline-block;
    -webkit-mask: var(--icon-export-matrix) no-repeat;
    mask: var(--icon-export-matrix) no-repeat;
    background-color: var(--ao-white1);
    height: 16px;
    width: 14px;
    cursor: pointer;
}

.state-dm-content-main {
    margin-left: 8px;
    margin-right: 8px;
}

.state-dm-welcome-header {
    box-shadow: 0px 3px 6px var(--ao-boxshadow2);
    height: 64px;
}

.dm-custom-row {
    border-bottom: 0.5px solid var(--ao-gray31);
    opacity: 1;
    padding: 8px 11px 8px 11px;
}

    .dm-custom-row:last-child {
        border-bottom: 0;
    }

    .dm-custom-row > .col {
        padding: 0 !important;
    }

.dm-column-white {
    background-color: var(--ao-white1);
}

.dm-custom-col {
    border-left: 0.5px solid var(--ao-gray31);
}

.dm-custom-select {
    background: var(--icon-ddl-up-down-black) right 0.75rem center/12px 15px no-repeat !important;
    width: 216px;
    height: 32px;
    box-shadow: 0px 3px 6px var(--ao-boxshadow2);
    border: 1px solid var(--ao-gray31);
    border-radius: 0;
    opacity: 1;
}

.dm-custom-select1 {
    width: 169px;
}

.dm-custom-select2 {
    width: 209px;
}

.dm-custom-select3 {
    width: 198px;
}

.dm-custom-select4 {
    width: 260px;
}

.dm-custom-select5 {
    width: 160px;
}

.dm-custom-select6 {
    width: 148px;
}


.dm-loan-type-col {
    padding-left: 86px;
}

.dm-amortization-type-col {
    padding-left: 44px;
}

.dm-property-type-col {
    padding-left: 16px;
}

.dm-loan-purpose-col {
    padding-left: 14px;
}

.dm-last-row-col {
    padding-left: 17px;
}

.dm-content-area {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 64vh;
    background: var(--ao-white1) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px var(--ao-boxshadow2);
    opacity: 1;
}

.dm-search-area {
    display: flex;
    padding: 12px;
    border-left: 0.5px solid var(--ao-gray31);
}

.dm-states-area {
    border-left: 0.5px solid var(--ao-gray31);
}

    .dm-states-area .cancel-action-link {
        outline: none !important;
        box-shadow: none !important;
        padding: unset !important;
        margin-right: 8px;
    }

    .dm-states-area .state-pill-area {
        padding: 8px 4px;
        max-height: 6em;
        line-height: 1em;
        overflow-y: auto;
        overflow-x: hidden;
    }

.dm-search-icon {
    -webkit-mask: var(--icon-search) no-repeat;
    mask: var(--icon-search) no-repeat;
    -webkit-mask-size: 24px;
    mask-size: 24px;
    padding-left: 18px;
    position: relative;
    background-color: var(--ao-gray30);
    margin-top: 10px;
    margin-right: 16px;
    width: 24px;
}

.state-dm-search-icon {
    margin-top: unset !important;
    margin-right: unset !important;
    padding-left: unset !important;
    height: 24px;
}

.dm-search-box {
    top: 255px;
    left: 652px;
    width: 545px;
    height: 41px;
    background: var(--ao-gray6) 0% 0% no-repeat padding-box;
    border: 0.5px solid var(--ao-gray31);
    border-radius: 2px;
    opacity: 1;
    color: var(--ao-gray2);
    font-size: 18px;
    font-weight: bold;
}

.dm-select-all-text {
    color: var(--ao-gray22);
    font-size: 13px;
    width: 208px;
}

.badge-pill.dm-state-badge {
    background-color: var(--ao-white1);
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0px 3px 6px var(--ao-boxshadow2);
    -moz-box-shadow: 0px 3px 6px var(--ao-boxshadow2);
    box-shadow: 0px 3px 6px var(--ao-boxshadow2);
    margin: 2px 4px;
}

    .badge-pill.dm-state-badge > .badge-title {
        color: var(--ao-black1);
        font-size: 16px;
        font-weight: normal !important;
    }

    .badge-pill.dm-state-badge > .remove-pill {
        font-size: 16px;
        color: var(--ao-gray2);
        border-left: 0.5px solid lightgray;
        margin-left: 8px;
        padding-left: 4px;
        display: flex;
        align-items: center;
    }

        .badge-pill.dm-state-badge > .remove-pill:hover {
            cursor: pointer;
            color: var(--ao-black1);
        }

.state-dm-search-box {
    top: unset !important;
    left: unset !important;
    width: 100% !important;
}

.dm-search-button {
    float: right;
    position: absolute;
    right: 20px;
}

.state-dm-search-button {
    width: 100% !important;
}

.dm-citations-value {
    color: var(--ao-gray25);
}

span.dm-arrow {
    background-image: var(--icon-arrow-up-black);
    display: inline-block;
    height: 10px;
    width: 25px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 6px;
    position: relative;
}

span.icon-arrow-right-dm {
    background-image: var(--icon-chevron-right);
    display: inline-block;
    height: 44px;
    width: 26px;
    background-repeat: no-repeat;
    position: relative;
    margin-left: -12px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 18px;
}

    span.icon-arrow-right-dm:hover {
        cursor: pointer;
    }

.toggle-arrow-right {
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    top: 28px !important;
    left: 10px !important;
}

.toggle-arrow-down {
    left: 0;
}

span.dm-panel-title-doc > .accordion-toggle[aria-expanded="true"] > span.icon-arrow-right-dm {
    left: 0;
}

span.dm-panel-title-doc > .accordion-toggle[aria-expanded="false"] > span.icon-arrow-right-dm {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 28px;
    left: 10px;
}


span.icon-arrow-right-state-dm {
    background-image: var(--icon-chevron-right);
    display: inline-block;
    height: 26px;
    width: 26px;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: -12px;
}

    span.icon-arrow-right-state-dm:hover {
        cursor: pointer;
    }

span.state-dm-panel-title-doc > span[aria-expanded="false"].icon-arrow-right-state-dm {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.2s;
}

span.state-dm-panel-title-doc > span[aria-expanded="true"].icon-arrow-right-state-dm {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all 0.2s;
}

.state-dm-doc-panel-body {
    margin-top: 16px;
}

.state-dm-doc-panel-content {
    margin-left: 16px;
}

.state-dm-panel-doc {
    margin-left: 40px !important;
}

span.dm-panel-title > .accordion-toggle[aria-expanded="true"] > span.dm-arrow {
    background-image: var(--icon-arrow-up-black);
    display: table-cell;
    height: 10px;
    width: 25px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 0;
    position: relative;
}

span.dm-panel-title > .accordion-toggle[aria-expanded="false"] > span.dm-arrow {
    background-image: var(--icon-arrow-up-black);
    display: inline-block;
    height: 10px;
    width: 25px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 6px;
    position: relative;
}

.dm-panel {
    padding: 18px 18px 0 18px;
}



.dm-panel-main {
    border-bottom: 0.5px solid var(--ao-boxshadow2);
    opacity: 1;
    padding-bottom: 16px;
}

    .dm-panel-main.no-border-bottom {
        border-bottom: unset !important;
    }

.dm-panel-title {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0;
    color: var(--ao-gray1);
    opacity: 1;
}

    .dm-panel-title > a {
        color: var(--ao-gray1);
        font-weight: bold;
        text-decoration: none;
    }

    .dm-panel-title > span {
        color: var(--ao-gray1);
        font-weight: bold;
    }

.dm-panel-doc {
    padding-top: 0 !important;
    border-bottom: 0.5px solid var(--ao-boxshadow2);
    opacity: 1;
    padding-bottom: 26px;
    margin-left: 26px;
    padding-left: 0;
}

.state-dm-timing-notes {
    margin-bottom: 8px;
}

.dm-panel-main .dm-panel-doc:last-child {
    border-bottom: none;
    padding-bottom: 8px;
}

.dm-timing-name {
    padding-left: 30px;
}

.dm-timing-definition {
    width: 75%;
    padding: 8px 8px 0px 55px;
    font-weight: normal !important;
    text-align: justify;
    display: block;
}

.dm-timing-name-doc {
    padding-left: 16px;
}

.dm-panel-title-doc {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0;
    color: var(--ao-gray1);
    opacity: 1;
}

    .dm-panel-title-doc > a {
        color: var(--ao-blue8);
        font-weight: bold;
        text-decoration: underline;
    }

.dm-doc-panel-extend {
    margin-left: -32px;
    margin-right: -32px;
    background: var(--ao-gray4) 0% 0% no-repeat padding-box;
    border: 0.5px solid var(--ao-gray31);
    opacity: 1;
}

    .dm-doc-panel-extend > .col:not(:last-child) {
        height: 49px;
        border-right: 0.5px solid var(--ao-gray31);
    }

    .dm-doc-panel-extend > .col > span {
        letter-spacing: 0;
        color: var(--ao-gray32);
        text-transform: uppercase;
        opacity: 1;
        font-size: 10px;
        font-weight: bold;
    }

    .dm-doc-panel-extend > .col > div {
        color: var(--ao-gray2);
        letter-spacing: 0;
        text-transform: uppercase;
        opacity: 1;
        font-size: 10px;
    }

.dm-doc-panel-extend-row {
    border-top: none;
    border-bottom: none;
}

.dm-doc-panel-extend-top {
    margin-top: 18px;
}

.dm-col-right-align {
    float: right;
    letter-spacing: 0;
    color: var(--ao-gray32);
    opacity: 1;
    font-size: 14px;
    font-weight: bold;
}

.state-dm-AC-link-label {
    letter-spacing: 0;
    color: var(--ao-gray32);
    opacity: 1;
    font-size: 14px;
    font-weight: bold;
}

.dm-citations-title {
    float: left;
    letter-spacing: 0;
    color: var(--ao-gray25);
    opacity: 1;
    font-size: 14px;
    font-weight: bold;
}

.toolbar-notes-datetime-seperator {
    margin: 1px 5px 1px 5px;
}

.toolbar-note-editor-container {
    margin-right: 10px !important;
    margin-left: -10px !important;
}

#toolbar-document-note-error-server .has-error {
    display: flex;
    flex-direction: row;
}

.dm-citations-title {
    float: left;
    letter-spacing: 0;
    color: var(--ao-gray25);
    opacity: 1;
    font-size: 14px;
    font-weight: bold;
}

.dm-doc-panel-row {
    margin-left: 18px;
}

.dm-custom-link {
    font-size: 12px;
    letter-spacing: 0;
    color: var(--ao-gray33);
}

    .dm-custom-link > a {
        color: var(--ao-blue8);
        font-size: 12px;
        font-weight: bold;
    }

    .dm-custom-link > span {
        font-size: 12px;
        letter-spacing: 0;
        color: var(--ao-gray33);
    }

.dm-content-size {
    font-size: 14px;
    letter-spacing: 0;
    color: var(--ao-gray1);
}

h2.dm-message {
    margin: auto;
    color: var(--ao-gray33);
}

.dm-form-element {
    width: auto;
    display: inline-block;
    margin-left: 8px;
}

.dm-result-statecompliance {
    background-color: var(--ao-white1);
    border: 0.5px solid var(--ao-gray31);
    box-shadow: 0px 3px 6px var(--ao-boxshadow2);
    margin-bottom: 4px;
    padding-top: 8px;
}

.dm-result-count {
    margin-left: 16px;
    font-size: 16px;
    font-weight: bold;
    color: var(--ao-blue8);
}
/* state pf css*/

.pf-panel {
    padding: 0px 18px 0px 18px;
}

.pf-panel-main {
    opacity: 1;
    border: 0.5px solid var(--ao-boxshadow2);
}

    .pf-panel-main.no-border-bottom {
        border-bottom: unset !important;
    }

.pf-citation-title {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0px;
    color: var(--ao-gray1);
    opacity: 1;
    font-weight: bold;
}

.pf-notes-title {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0px;
    color: var(--ao-gray1);
    opacity: 1;
    font-weight: bold;
}

.pf-name {
    padding-left: 30px !important;
}

.pf-panel-title {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: bold;
}

    .pf-panel-title > a {
        color: var(--ao-gray1);
        font-weight: bold;
        text-decoration: none;
    }

    .pf-panel-title > span {
        color: var(--ao-gray1);
        font-weight: bold;
    }

.state-pf-notes {
    margin-bottom: 8px;
}

.pf-panel-heading {
}

.pf-doc-panel-extend {
    margin-left: -18px;
    margin-right: -22px;
    background: var(--ao-white1) 0% 0% no-repeat padding-box;
    border: 0.5px solid var(--ao-gray31);
    opacity: 1;
}

    .pf-doc-panel-extend > .col:not(:last-child) {
        height: 49px;
        border-right: 0.5px solid var(--ao-gray31);
        padding-left: 24px;
    }

    .pf-doc-panel-extend > .col > span {
        letter-spacing: 0px;
        color: var(--ao-grey4);
        text-transform: uppercase;
        opacity: 1;
        font-size: 10px;
        font-weight: bold;
    }

    .pf-doc-panel-extend > .col > div {
        color: var(--ao-grey4);
        letter-spacing: 0px;
        text-transform: uppercase;
        opacity: 1;
        font-size: 10px;
    }

.pf-doc-panel-extend-row {
    border: 0.5px solid var(--ao-gray31);
}

.pf-doc-panel-extend-top {
    margin-top: 0px;
}

.state-pf-doc-panel-body {
}

.panel-collapse.collapse.show .state-pf-doc-panel-body {
    padding: 16px 16px 16px 27px;
    margin: 0 -18px -5px;
    background: var(--ao-gray4);
}

.pf-result-statecompliance {
    background-color: var(--ao-white1);
    border: 0.5px solid var(--ao-gray31);
    box-shadow: 0px 3px 6px var(--ao-boxshadow2);
    margin-bottom: 4px;
    padding-top: 0px;
    overflow-x: hidden;
}

.pf-select-all-text {
    color: var(--ao-gray22);
    font-size: 13px;
    width: 208px;
}

.cancel-action-link-pf {
    display: inline-block !important;
    float: right;
}

.pf-btn-select-all {
    padding-left: 4px !important;
    padding-right: 4px !important;
    margin-left: 3px !important;
    margin-right: 3px !important;
    display: inline-block !important;
    float: left;
}


span.icon-arrow-right-state-pf {
    background-image: var(--icon-arrow-up-black);
    position: absolute;
    margin-left: -25px;
    display: inline-block;
    height: 10px;
    width: 25px;
    background-repeat: no-repeat;
    top: 6px;
    position: relative;
}

    span.icon-arrow-right-state-pf:hover {
        cursor: pointer;
    }

.pf-panel-main span[aria-expanded="false"].icon-arrow-right-state-pf {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all 0.2s;
}

.pf-panel-main span[aria-expanded="true"].icon-arrow-right-state-pf {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.2s;
}

.pf-custom-select1 {
    width: 80px;
}

.pf-custom-row {
    border-bottom: 0.5px solid var(--ao-gray31);
    opacity: 1;
    padding: 8px 0px 8px 8px;
    margin-left: -5px;
    margin-right: -5px;
    width: 99%;
}

    .pf-custom-row:last-child {
        border-bottom: 0;
    }

    .pf-custom-row > .col {
        padding: 5px 15px 5px 5px !important;
    }

.pf-column-white {
    background-color: var(--ao-white1);
}

.pf-custom-col {
    border-left: 0.5px solid var(--ao-gray31);
    padding: 5px;
}

.pf-custom-select {
    height: 32px;
    background: var(--icon-ddl-up-down-black) right 0.75rem center/12px 15px no-repeat !important;
    box-shadow: 0px 3px 6px var(--ao-boxshadow2);
    border: 1px solid var(--ao-gray31);
    border-radius: 0;
    opacity: 1;
}

.pf-custom-select1 {
    width: 120px;
}

.pf-custom-select2 {
    width: 90px;
}

.pf-custom-select3 {
    width: 120px;
}

.pf-custom-select4 {
    width: 148px;
}

.pf-custom-select5 {
    width: 160px;
    background: var(--icon-ddl-up-down-black) right 0.75rem center/12px 15px no-repeat !important;
}

.pf-custom-select6 {
    width: 198px;
}

.pf-custom-select7 {
    width: 209px;
}

.pf-custom-select8 {
    width: 260px;
}

.pf-footnotes {
    padding-left: 30px;
    padding-right: 45px !important;
}

.pf-footnotes-col {
    padding-left: 10px;
}

.pf-footnotes-row {
    padding: 5px 20px 0px 16px !important;
}

.pf-footnotes-row-state {
    padding: 5px 20px 2px 16px !important;
}

.permissible-fees-title {
    color: var(--ao-gray1);
    font-size: 24px;
    font-weight: bold;
    padding-left: 16px;
}

.pf-header-button-group {
    display: inline-block;
    align-items: flex-end;
    justify-content: right;
    margin-left: unset;
}

.pf-header-icon-group {
    display: inline-block;
    align-items: flex-start;
    justify-content: left;
}

.pf-print-matrix {
    margin-left: unset;
    margin-top: 8px;
}

.pf-matrix-button {
    width: 168px !important;
}

.pf-print-matrix {
}

.state-pf-export-matrix-icon {
    margin-top: 2px;
    position: absolute;
    display: inline-block;
    -webkit-mask: var(--icon-export-matrix) no-repeat;
    mask: var(--icon-export-matrix) no-repeat;
    background-color: var(--ao-white1);
    height: 16px;
    width: 14px;
    cursor: pointer;
}

.state-pf-button-label {
    margin-left: 24px !important;
}

.pf-header-row {
    background: var(--ao-gray4) 0% 0% no-repeat padding-box;
    border: 0.5px solid var(--ao-gray31);
    opacity: 1;
}


.pf-item-label {
    font-size: 14px;
    font-weight: bold;
    padding: 8px 8px 0 0;
    color: var(--ao-gray32);
}


.state-pf-item-label {
    padding: unset !important;
}

.state-pf-item-label1 {
    margin-right: 8px;
}



.permissible-fees-icon {
    background: var(--icon-disclosure-matrix) 100% no-repeat;
    background-size: 34px auto;
    margin-left: 34px;
    width: 34px;
    height: 34px;
}

.pf-doc-panel-row {
    margin-left: 18px;
}

.pf-content-size {
    font-size: 14px;
    letter-spacing: 0px;
    color: var(--ao-gray1);
}

.pf-column-filter {
    width: 10%;
    max-width: 10%;
    text-align: center;
}

.pf-column-filter-all {
    width: 99%;
    max-width: 99%;
}

.pf-icon-question-mark {
    -webkit-mask: var(--icon-help) no-repeat;
    margin-left: 5px;
    margin-top: 9px;
    width: 15px;
    background-color: var(--ao-gray1);
    cursor: pointer;
}

.cc-icon-question-mark {
    -webkit-mask: var(--icon-help) no-repeat;
    margin-left: 5px;
    margin-top: 3px;
    width: 14px;
    height: 14px;
    background-color: var(--ao-gray1);
    cursor: pointer;
}
/* specific to FC > PL layout */
@media screen and (max-width: 1200px) {
    .dm-sort-default {
        top: 0;
    }

    .dm-header-row1 > .col:first-child {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        padding-bottom: 10px;
    }

    .dm-column-label {
        padding-bottom: 10px;
    }

    .dm-column-label1 {
        padding-bottom: 10px;
    }

    .pf-column-label1 {
        padding: 10px 2px 10px 2px;
    }

    .pl-header-row > div.col {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

        .pl-header-row > div.col:nth-child(3) {
            margin-left: unset !important;
            margin-top: 10px;
        }

        .pl-header-row > div.col:last-child {
            margin-left: unset !important;
            margin-top: 10px;
        }

    .pl-col-bill, .pl-col-status {
        min-width: 35% !important;
    }

    .pl-col-category, .pl-col-date {
        min-width: 50% !important;
    }

    .pl-col-date, .pl-col-status {
        margin-top: 10px;
        margin-left: 16px !important;
    }
}

.pl-printheader {
    display: none;
}

.pl-printtitle {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 25px;
}

.pl-header-row {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .pl-header-row > .pl-col-bill, .pl-col-category, .pl-col-date, .pl-col-status {
        max-width: fit-content !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .pl-header-row > .pl-col-date, .pl-col-status {
        max-width: 232px !important;
        margin-left: 32px;
    }

    .pl-header-row > .pl-col-category {
        margin-right: 24px !important;
        margin-left: 48px !important;
        width: 264px;
    }

    .pl-header-row > .pl-col-bill {
        margin-left: 16px !important;
    }

.pl-custom-element {
    width: 150px;
}

    .pl-custom-element#BillNumberSearch {
        width: 105px;
    }

.pl-no-gutter {
    margin-left: 0 !important;
}

.dm-icon-calendar {
    -webkit-mask: var(--icon-calendar) no-repeat;
    mask: var(--icon-calendar) no-repeat;
    -webkit-mask-size: 40px;
    mask-size: 40px;
    background-color: var(--ao-gray30);
    padding: 18px;
    position: absolute;
    top: -2px;
    margin-left: -4px;
    cursor: pointer;
}

.dm-sort-default {
    -webkit-mask: var(--icon-sort-default) no-repeat;
    mask: var(--icon-sort-default) no-repeat;
    -webkit-mask-size: 22px;
    mask-size: 22px;
    background-color: var(--ao-gray11);
    padding: 18px;
    position: absolute;
    top: 6px;
}

    .dm-sort-default:hover {
        cursor: pointer;
        background-color: var(--ao-blue8);
    }

    .dm-sort-default.asc {
        -webkit-mask: var(--icon-sort-up) no-repeat;
        mask: var(--icon-sort-up) no-repeat;
    }

    .dm-sort-default.desc {
        -webkit-mask: var(--icon-sort-down) no-repeat;
        mask: var(--icon-sort-down) no-repeat;
    }

.dm-calendar-textbox {
    text-align: center;
    padding-left: 32px;
}

.pl-panel-body {
    background: var(--ao-gray4) 0% 0% no-repeat padding-box;
    margin-bottom: -17px;
}

.pl-doc-panel-extend {
    margin-left: -19px;
    margin-right: -19px;
    padding: 16px 80px 16px 72px;
    background: var(--ao-gray4) 0% 0% no-repeat padding-box;
    border: 0.5px solid var(--ao-gray24);
    opacity: 1;
}

.pl-small-column {
    max-width: fit-content;
}

.pl-col-title {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0;
    color: var(--ao-gray1);
    font-weight: bold;
}

.pl-summary {
    font-weight: normal !important;
    color: var(--ao-gray1);
    font-size: 14px;
    letter-spacing: 0;
    display: block;
}

    .pl-summary > span {
        display: block;
        position: relative;
    }

        .pl-summary > span:first-child {
            letter-spacing: 0;
            color: var(--ao-gray32);
            text-transform: uppercase;
            opacity: 1;
            font-size: 10px;
            font-weight: bold;
            padding-bottom: 8px;
        }


span.dm-arrow-pl {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

.btn-pl-search {
    float: right;
    position: absolute;
    right: 20px;
}

.btn-pl-print-matrix {
    width: 139px !important; /* override ao-btn-with-icon base width */
    margin-top: 6px;
    float: right;
    position: absolute;
    right: 20px;
}

    .btn-pl-print-matrix > span:nth-child(2) {
        padding-left: 24px;
    }

.pl-panel-group {
    width: 100%;
}

.cc-panel-group {
    width: 100%;
}

.cc-printheader {
    display: none;
}

.cc-printtitle {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 25px;
}

.cc-col-title {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0;
    color: var(--ao-gray1);
    font-weight: bold;
}

.cc-small-column {
    max-width: fit-content;
}
/* END: Custom row that can be reused, currently use in Federal Compliance > Disclosure Matrix */
/*START: Confirmation Modal Overrides*/
.ao-modal-dialog {
    display: flex;
    justify-content: center;
}

.ao-modal-content {
    max-width: 256px !important;
    border: unset !important;
    box-shadow: 0px 3px 6px var(--ao-boxshadow2);
    border-radius: unset !important;
}

.confirm-modal-header {
    padding: unset !important;
    border-bottom: unset !important;
    border-top-left-radius: unset !important;
    border-top-right-radius: unset !important;
    padding-right: 16px !important;
    padding-top: 16px !important;
}

.confirm-modal-close-button {
    opacity: 1 !important;
    color: var(--ao-black1);
    font-size: 32px !important;
}

.confirm-modal-body {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 16px 40px 16px 40px !important;
    word-break: break-word;
}


.confirm-modal-footer {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    border-top: unset !important;
    justify-content: center !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.confirm-modal-confirm-button {
    width: 100% !important;
    border-radius: 0px !important;
    padding: unset !important;
    background-color: var(--ao-blue1);
}
/*END: Confirmation Modal Overrides*/

.close-expanded-document {
    color: var(--ao-black1);
    margin-left: 24px;
}

.close-expanded-document-label {
    font-size: 16px;
}

.expanded-doc-body {
    overflow-y: scroll;
    height: 93vh;
    padding-bottom: 30px;
}

ul.ao-dropdown-menu {
    list-style-type: none;
    padding-left: 0;
}

.hide-admin-tasks {
    display: none;
}


.main-content-admintask {
    background: var(--ao-gray6) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px var(--ao-boxshadow2);
    opacity: 1;
    overflow-y: auto;
}

.lbl-bold {
    font-weight: bold;
    font-size: 16px;
}

.lblEEClass {
    font-size: 16px;
}

.lbl-word-break {
    word-break: break-word;
}

.opacity-zero {
    opacity: 0;
}
/*START: Print Modal styles*/
.print-modal-header {
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 8px;
}

.print-modal-footer {
    padding: 8px !important;
    justify-content: space-between !important;
    border-top: unset !important;
}

.print-modal-body {
    padding-top: unset !important;
    padding-bottom: 8px !important;
}

.print-modal-print-button {
    width: 136px !important;
    height: 32px !important;
    font-size: 14px !important;
}

.print-single-begin {
    font-size: 14px !important;
}

    .print-single-begin .revision-label {
        font-size: 12px !important;
        margin-left: 4px;
    }
/*END: Print Modal styles*/

.topicsearch-selected {
    background-color: lightgray;
}

.content-width {
    width: 764px;
    height: 456px;
}

.modal-easter-egg-footer {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    border-top: 3px solid lightgray;
    justify-content: center !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.easter-egg-row {
    margin-bottom: 30px;
}
/* in case we missed the clean-up code in publishing styles we can have another safety here */
div.back2TopWrapper {
    display: none;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-y-auto {
    overflow-y: auto;
}
/* START: State Compliance Pending Legislation */
.state-pl-toc {
    overflow-x: hidden;
    overflow-y: auto;
    height: 106vh;
}
/* END: State Compliance Pending Legislation */
/*css class for TOC binary doc view*/
.lbl-style-doc {
    text-decoration: underline;
    color: var(--ao-blue4);
    font-weight: bold;
    cursor: pointer;
    display: inline;
}

.img-file-icon {
    padding-right: 0 !important;
    cursor: pointer;
}

.seperator-bottom {
    border-bottom: 1px solid var(--ao-gray5);
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 15px;
}

.hide-scroll-content-less-height {
    min-height: calc(100vh - 103px);
    max-height: calc(100vh - 103px);
    height: initial !important;
    display: inherit;
}

.select-deselect-link {
    color: var(--ao-blue8);
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}

.ao-document-marque-hide {
    display: none;
}

.max-height-fill-available {
    max-height: -webkit-fill-available;
    max-height: -moz-available;
    max-height: fill-available;
    max-height: 100%; /* sometimes Firefox do not respect -moz-available for inner divs*/
}
/*start - css for collection update Modal popup */
.ao-btn-secondary-cancel {
    background: none !important;
    color: var(--ao-gray22) !important;
    border-color: var(--ao-gray22);
    border-radius: 0 !important;
    opacity: 1 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    padding: 1px 16px 1px 16px !important;
    letter-spacing: 0 !important;
    height: 24px !important;
}

    .ao-btn-secondary-cancel:hover {
        background: var(--ao-white1) 0% 0% no-repeat padding-box !important;
        -webkit-box-shadow: 0 0 0 2px var(--ao-white1), 0 0 0 4px var(--ao-blue8), 0 3px 6px var(--ao-boxshadow2) !important;
        box-shadow: 0 0 0 2px var(--ao-white1), 0 0 0 4px var(--ao-gray22), 0 3px 6px var(--ao-boxshadow2) !important;
        border-radius: 1px !important;
    }


.p-l-30 {
    padding-left: 30px;
}

.seperator-gray7 {
    border-bottom: 2.5px solid var(--ao-gray7);
    margin-bottom: 2px;
}

.modal-text-align {
    text-align: left;
    padding: 0 !important;
}

.modal-div-height-inner {
    height: 80%;
    padding: 1rem;
    max-height: 400px;
    min-height: 100px;
}

.modal-row-p {
    padding-right: 35px;
    padding-left: 40px
}

.full-width {
    width: 100% !important;
}

.modal-row-style-p-m {
    padding-right: 25px;
    padding-left: 40px;
    margin-bottom: 10px;
    margin-top: 7px;
}

.seperator-gray-s1 {
    border-bottom: 1px solid var(--ao-gray5);
}

.m-b-30 {
    margin-bottom: 30px;
}

.modal-content-height {
    height: auto !important;
}

.justify-content-center {
    justify-content: center;
}

.m-a-15 {
    margin: 15px;
}
/*end - css for collection update Modal popup */

.row-text-resent-email {
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 75%
}

.lnk-return-login {
    font-weight: bold;
    cursor: pointer;
    color: var(--ao-blue7) !important;
    text-decoration: underline;
}

.passwd-show {
    background: var(--icon-passwd-Icon-MEye);
    background-repeat: no-repeat;
    height:30px;
    width:32px;
}

.passwd-hide {
    background: var(--icon-passwd-Icon-MEyeOff);
    background-repeat: no-repeat;
    height: 30px;
    width: 32px;
}

.passwd-icon {
    position:absolute;
    margin-top:-34px;
    margin-left:82%;
    cursor:pointer;
}

.w-65 {
    width: 65% !important;
}
/* START: Batch Print Dialog */
.batch-print-dialog {
    display: none;
}

    .batch-print-dialog .modal-content {
        color: var(--ao-white1);
        background-color: var(--ao-blue2);
    }

.batch-print-modal-header {
    border-bottom: 0 !important;
}

.batch-print-close {
    -webkit-mask: var(--icon-close-x) no-repeat;
    mask: var(--icon-close-x) no-repeat;
    background-color: var(--ao-white1);
    display: block;
    height: 20px;
    width: 20px;
    cursor: pointer;
    margin-top: 2px;
}

.batch-print-title {
    font-size: 18px;
    padding-top: 2px;
    font-weight: bold;
    float: left;
    position: absolute;
    padding-left: 64px;
}

.batch-print-help {
    position: absolute;
    right: 56px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.batch-print-help-icon {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 112px;
    margin-top: 3px;
    cursor:pointer;
}

.batch-print-icon {
    height: 20px;
    width: 20px;
    margin-top: 6px;
    margin-left: 24px;
}

.batch-print-modal-body {
    background-color: var(--ao-white1);
    margin-bottom: 16px;
    border-radius: 4px;
    margin-left: 22px;
    margin-right: 22px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

    .batch-print-modal-body > div:first-child {
        margin-left: 22px;
        margin-right: 22px;
        color: var(--ao-black0);
        font-size: 16px;
        font-weight: bold;
        border-bottom: 1px solid var(--ao-gray16);
        padding-bottom: 10px;
    }

    .batch-print-modal-body > div:nth-child(2) {
        padding-left: 22px;
        color: var(--ao-gray32);
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 10px;
        padding-top: 4px;
        box-shadow: 0px 3px 6px 0px var(--ao-boxshadow1);
    }

    .batch-print-modal-body > div:nth-child(3) {
        padding-left: 22px;
        color: var(--ao-gray32);
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 10px;
        margin-top: 10px;
        height: 30px;
    }

        .batch-print-modal-body > div:nth-child(3) > input, label {
            cursor: pointer;
        }

    .batch-print-modal-body > div:nth-child(5) {
        color: var(--ao-gray32);
        background-color: var(--ao-gray36);
        height: 58px;
    }

        .batch-print-modal-body > div:nth-child(5) > div:first-child {
            background-color: var(--ao-white1);
            margin: 10px;
            border-radius: 2px;
            position: absolute;
            height: 38px;
            width: -webkit-fill-available;
            width: -moz-available;
            padding-left: 16px;
            padding-top: 8px;
            font-size: 16px;
            font-weight: bold;
        }

            .batch-print-modal-body > div:nth-child(5) > div:first-child > span:nth-child(2) {
                float: right;
                padding-right: 46px;
            }

    .batch-print-modal-body > div:last-child {
        padding-left: 16px;
        color: var(--ao-gray22);
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 10px;
        padding-top: 10px;
    }

.batch-print-save {
    float: right;
    margin-right: 24px;
}

.batch-print-content {
    height: 400px;
    background-color: var(--ao-gray20);
    color: var(--ao-gray22);
    font-size: 16px;
    opacity: 1;
    padding: 32px 16px 16px 24px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.batch-print-library-title {
    text-transform: uppercase;
    opacity: 1;
    cursor: pointer;
}
/*.batch-print-chevron {
    background-image: var(--icon-arrow-down-small-solid);
    background-repeat: no-repeat;
    float: left;
    padding: 12px 12px 12px 12px;
    margin-top: 4px;
    display: inline-flex;
    height: 11px;
    width: 20px;
    margin-top: 1px;
    transform: rotate( 270deg) !important;
}*/

ul, #batchPrintTree {
    list-style-type: none;
}

#batchPrintTree {
    margin: 0;
    padding: 0;
}

.barch-print-caret {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .barch-print-caret::before {
        content: "\25B6";
        color: var(--ao-gray22);
        display: inline-block;
        margin-right: 6px;
        font-size: 16px;
    }

.barch-print-caret-down::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.batch-print-nested {
    display: none;
    padding-left: 20px;
}

.batch-print-active {
    display: block;
}

.batch-print-node-title {
    opacity: 1;
    cursor: pointer;
}

    .batch-print-node-title:before {
        margin-top: 6px;
        margin-left: 10px;
    }

.batch-print-docnode-title {
    opacity: 1;
    cursor: pointer;
}

    .batch-print-docnode-title:before {
        margin-top: 6px;
        margin-left: 10px;
    }

.batch-print-node-checkbox {
    position: absolute;
    display: block;
    left: 24px;
    margin-top: 11px;
}

input.bp-partial-selected:after {
    content: '\2014';
    top: -3px;
    position: absolute;
    font-size: 13px;
    color: var(--ao-blue1);
    right: 1px;
    font-weight: bold;
}

input.acetopic-partial-selected:after {
    content: '\2014';
    top: -3px;
    position: absolute;
    font-size: 13px;
    color: var(--ao-blue1);
    right: 1px;
    font-weight: bold;
}

.batch-print-node-ul {
    color: var(--ao-black1);
    list-style: none;
    display: none;
}

.batch-print-nodes-ul > .batch-print-document-checkbox:first-child {
    margin-top: 10px !important;
}

.batch-print-nodes-ul > .batch-print-document-checkbox {
    margin-top: 14px !important;
}

.batch-print-nodes-ul > .batch-print-document-list {
    margin-top: 10px;
}

.batch-print-document-title {
    margin-left: 12px;
}

.batch-print-over-limit {
    color: var(--ao-red1);
    font-weight: bold;
}
/* END: Batch Print Dialog */

.hide-error-no-subscription {
    display: none;
}

.resend-header-title {
    font-size: var(--ao-fontsize3);
    line-height: var(--ao-lineheight4);
    font-weight: bold !important;
    color: var(--ao-blue9);
}

.resendText {
    font-size: var(--ao-fontsize2);
    text-align: center;
}


.form-control.is-valid, .was-validated .form-control:valid {
    border-color: var(--ao-gray41) !important;
    background-image: none !important;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: var(--ao-gray41) !important;
    background-image: none !important;
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: var(--ao-gray41) !important;
    background: var(--icon-ddl-up-down-black) right 0.75rem center/12px 15px no-repeat !important;
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: var(--ao-gray41) !important;
    background: var(--icon-ddl-up-down-black) right 0.75rem center/12px 15px no-repeat !important;
}

.custom-select-arrowupdown {
    background: var(--icon-ddl-up-down-black) right 0.75rem center/12px 15px no-repeat !important;
}

.invalid-feedback {
    text-align: left !important;
}

/*
#region Allregs Logo Header
*/

.email-link-modal-body {
    padding-top: unset !important;
}

.email-link-spacing {
    padding-bottom: 10px;
}

.email-link-modal-content {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.email-link-header {
    background-color: var(--ao-white1);
    color: var(--ao-black1);
    padding-top: 25px;
    padding-bottom: 20px;
    font-weight: bold;
}

.row-splitter-div hr {
    border: 1px solid var(--ao-gray5);
    width: 100%
}

.email-link-footer {
    padding-bottom: 25px;
}

.btn-email-link-send {
    width: 95%;
    height: 50px;
    cursor: pointer;
}

.email-link-textarea {
    resize: none;
}

.email-link-error-msg {
    font-size: 80%;
    color: var(--ao-red4);
}

.email-link-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: inherit;
    width: inherit;
}

    .email-link-slider:before {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        content: "Link";
        font-weight: bold;
        color: var(--ao-blue2);
        height: 100%;
        width: 46.6%;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: inherit;
        box-shadow: 0px 3px 6px var(--ao-boxshadow2);
        background: var(--ao-white1) 0% 0% no-repeat padding-box;
    }



input[type=checkbox] ~ .email-link-slider {
    box-shadow: 0 0 1px var(--ao-gray20);
}

input[type=checkbox]:not(:checked) ~ .email-link-slider:before {
    -webkit-transform: translateX(calc(100% + 15% + 0px));
    -ms-transform: translateX(calc(100% + 15% + 0px));
    transform: translateX(calc(100% + 15% + 0px));
    content: "Text"
}
/*Region - Popup Layout*/

.popup-layout-body {
    overflow: scroll;
    background-color: var(--ao-gray42);
}

.container-fluid {
    width: 100%;
/*    position: absolute;*/
    height: 100%;
}

.container-fluid-body {
    background-color: var(--ao-white8);
    margin-top: 25px;
    margin-left: 7px;
    margin-right: 7px;
}


.reset-sec-button {
    width: 100%;
}

.reset-security-question{
    padding-top: 109px;
}

.reset-sec-footer {
    padding-top: 135px;
}

.reset-cncl-btn {
    padding-top: 12px;
}

.reset-sec-error {
    color: var(--ao-red3);
    font-size: 10px;
}

.reset-sec-success-header {
    padding-top: 192px;
}

.reset-sec-success-btn {
    padding-top: 130px;
}

.reset-sec-success-btn-right{
    margin-left: 68px;
}

.reset-sec-success-note {
    font-size: var(--ao-fontsize4);
    line-height: var(--ao-lineheight7);
}

.em-home {
    -webkit-mask: var(--icon-home) no-repeat;
    mask: var(--icon-home) no-repeat;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    background-color: var(--ao-blue3);
    padding: 18px;
    position: absolute;
}

.ml-80 {
    margin-left: 80px !important;
}

.list-style-initial {
    list-style-type: initial !important;
}

.error-message-title {
    color: red;
    font-size: 16px;
}
.error-message-details {
    color: red;
    font-size: 12px;
}

.mt-n-2rem {
    margin-top: -2rem !important;
}

.quicktour-panel {
    padding-left: 25px;
}

.quicktour-notfound-message {
    font-weight: bold;
    color: red;
}

.lib-logo{
    max-width:100%;
}

.gray-out-div {
    opacity: 0.5;
    pointer-events: none;
}

/*START - Dashes appearing with bullets Issue*/
li.list-dash-fnma::marker {
    content: none !important;
}

li.list-dash-fnmf-req::marker {
    content: none !important;
}

li.list-dash-fnmf-guid::marker {
    content: none !important;
}

li.list-dash-fnmf-opproc::marker {
    content: none !important;
}

li.list-dash-default::marker {
    content: none !important;
}
/*END - Dashes appearing with bullets Issue*/