/* Minification failed. Returning unminified contents.
(16,28): run-time error CSS1039: Token not allowed after unary operator: '-ao-white1'
(93,28): run-time error CSS1039: Token not allowed after unary operator: '-ao-gray20'
(174,28): run-time error CSS1039: Token not allowed after unary operator: '-ao-white1'
(192,22): run-time error CSS1039: Token not allowed after unary operator: '-icon-trash'
(200,28): run-time error CSS1039: Token not allowed after unary operator: '-icon-pencil'
(253,28): run-time error CSS1039: Token not allowed after unary operator: '-icon-arrow-right-small-solid'
(314,28): run-time error CSS1039: Token not allowed after unary operator: '-ao-white1'
(392,28): run-time error CSS1039: Token not allowed after unary operator: '-ao-blue1'
(403,28): run-time error CSS1039: Token not allowed after unary operator: '-ao-blue8'
(427,17): run-time error CSS1039: Token not allowed after unary operator: '-ao-black1'
(514,24): run-time error CSS1039: Token not allowed after unary operator: '-icon-active-data'
(515,16): run-time error CSS1039: Token not allowed after unary operator: '-icon-active-data'
(518,28): run-time error CSS1039: Token not allowed after unary operator: '-ao-green1'
(525,24): run-time error CSS1039: Token not allowed after unary operator: '-icon-inactive-data'
(526,16): run-time error CSS1039: Token not allowed after unary operator: '-icon-inactive-data'
(529,28): run-time error CSS1039: Token not allowed after unary operator: '-ao-red1'
(572,22): run-time error CSS1039: Token not allowed after unary operator: '-icon-pdf-document'
(580,22): run-time error CSS1039: Token not allowed after unary operator: '-icon-pdf-document'
(585,22): run-time error CSS1039: Token not allowed after unary operator: '-icon-close-x'
(592,22): run-time error CSS1039: Token not allowed after unary operator: '-icon-close-x'
(606,24): run-time error CSS1039: Token not allowed after unary operator: '-icon-search'
(607,16): run-time error CSS1039: Token not allowed after unary operator: '-icon-search'
(610,28): run-time error CSS1039: Token not allowed after unary operator: '-ao-blue1'
(664,21): run-time error CSS1039: Token not allowed after unary operator: '-ao-fontsize3'
(665,23): run-time error CSS1039: Token not allowed after unary operator: '-ao-lineheight4'
(667,17): run-time error CSS1039: Token not allowed after unary operator: '-ao-blue9'
(671,21): run-time error CSS1039: Token not allowed after unary operator: '-ao-fontsize4'
(672,23): run-time error CSS1039: Token not allowed after unary operator: '-ao-lineheight4'
(674,17): run-time error CSS1039: Token not allowed after unary operator: '-ao-blue9'
(678,21): run-time error CSS1039: Token not allowed after unary operator: '-ao-fontsize2'
(687,17): run-time error CSS1039: Token not allowed after unary operator: '-ao-blue9'
(696,17): run-time error CSS1039: Token not allowed after unary operator: '-ao-blue9'
(700,23): run-time error CSS1039: Token not allowed after unary operator: '-white'
(701,17): run-time error CSS1039: Token not allowed after unary operator: '-ao-blue7'
(702,32): run-time error CSS1039: Token not allowed after unary operator: '-ao-gray36'
(707,22): run-time error CSS1039: Token not allowed after unary operator: '-ao-gray5'
(720,35): run-time error CSS1039: Token not allowed after unary operator: '-ao-gray7'
 */
.whats-new-acereport {
    font-size: 16pt;
    font-weight: bold;
    padding-top: 15px;
    padding-left: 15px;
}

.whats-new-acereport > .ace-whats-new-details {
    padding-left: 15px;
}

.ace-index-list-default {
    overflow-x: hidden;
    padding-left: 0px;
    width: 100%;
    background-color: var(--ao-white1);
    margin-bottom: -4em;
}

.ace-my-report-title {
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.ace-my-report-list {
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex: 0 0 100%;
}

.ace-my-report-list-title {
    flex : 0;
    display: flex;
    flex: 0 0 30%;
    flex-direction: column;
    justify-content: left;
}

.ace-my-report-list-col-saved {
    flex: 1;
    display: flex;
    flex: auto 20%;
    flex-direction: column;
    justify-content: left;
}

.ace-my-report-list-col-update {
    flex: 2;
    display: flex;
    flex: 0 0 20%;
    flex-direction: column;
    justify-content: left;
}

.ace-my-report-list-col-edit {
    flex: 3;
    display: flex;
    flex: 0 0 5%;
    flex-direction: column;
    justify-content: left;
    vertical-align: central;
}

.ace-my-report-list-col-delete {
    flex: 3;
    display: flex;
    flex: 0 0 25%;
    flex-direction: column;
    justify-content: left;
    vertical-align: central;
}

.ace-my-report-item-header {
    display: flex;
    flex-direction: row;
    justify-content: left;
    width: 100%;
}

.ace-my-report-items {
    display: flex;
    flex-direction: row;
    justify-content: left;
    width: 100%;
    padding:3px;
}

.ace-index-home-header {
    /*height: 80px;*/
    padding-left: 20px;
    background-color: var(--ao-gray20);
}

.ace-title-special {
    flex-direction: row;
    justify-content: left;
    padding-left: 0;
    padding-top: 5px;
    width: 100%;
}

.ace-action-container {
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.ace-report-action-left {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    margin-left: -15px;
    font-size: 14px;
}

.ace-report-action-mid {
    flex: 1;
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    padding-left: 20px;
}

.ace-report-action-right {
    flex: 2;
    flex: 0 0 70%;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 20px;
    vertical-align:middle;
}

.btn-ace-cencelmyreport {
    display: inline;
}

.btn-ace-new-report {
    width: 160px;
    margin-right: 5px;
    display: inline-block;
}

.btn-ace-next-report {
    padding: 5px 10px 5px 0px;
    width: 130px;
    font-weight: bold;
    margin-right: 30px;
    margin-left: 20px;
}

.btn-ace-run-report {
    display: inline-block;
    padding: 5px 5px 5px 5px;
    width: 140px;
    font-weight: bold;
    margin-left: 10px;
}

.ace-card-header {
    padding: 0.0rem 1.25rem;
    margin: 5px 0px 5px 0px;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.ace-home-page-content {
    width: 100%;
    height: 100% !important;
    margin: 0px 0px -8px 0px;
    background-color: var(--ao-white1);
}

.ace-documents-title {
    float: left;
    display: inline-flex;
    padding-right: 10px;
    cursor: pointer;
}

.ace-icon-documents {
    float: left;
    display: inline-flex;
    padding-right: 10px;
    cursor: pointer;
}

.ace-icon-delete-doc {
    background: var(--icon-trash) 100% no-repeat;
    background-size: 18px auto;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.ace-icon-edit-doc {
    background-image: var(--icon-pencil);
    background-repeat: no-repeat;
    padding: 20px 10px 20px 25px;
    display: inline-block;
    cursor: pointer;
}

.btn-ace-cancel-report {
    font-weight: bold;
    cursor: pointer;
    width: 60px;
    padding-right: 10px;
    display: inline-block;
}

.btn-ace-cancel-report-wizard {
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    width: 50px;
    padding-right: 10px;
    margin-right: 20px;
    text-decoration: underline;
}

.ace-select-topics-row {
    margin-right: 15px !important;
    margin-left: 15px !important;
    position: relative;
}

.ace-search-topic-txt {
    width: 90%;
}

.ace-select-topics-clear-row {
    justify-content: end;
    margin-right: 20px !important;
}

.ace-tipics-name {
    font-weight: bold;
    margin: 0px !important;
    font-size: 14px;
    padding-left:3px;
}

.acetopics-list {
    padding: 5px 2px 5px 12px;
    vertical-align:central;
}

span.icon-arrow-ace-topics {
    background-image: var(--icon-arrow-right-small-solid);
    position: absolute;
    margin-left: 0px;
/*    margin-right: -2px;*/
    display: inline-block;
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    position: relative;
}

span.icon-empty-ace-topics {
    position: absolute;
    margin-left: 0px;
    display: inline-block;
    height: 15px;
    width: 15px;
    position: relative;
}

.icon-arrow-right-ace-topics {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.2s;
}

.icon-arrow-expanded-ace-topics {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all 0.2s;
}

span.icon-arrow-right-ace-topics:hover {
    cursor: pointer;
}

.acetopics-list span[aria-expanded="false"].icon-arrow-ace-topics {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.2s; 
}

.acetopics-list span[aria-expanded="true"].icon-arrow-ace-topics {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all 0.2s;
}

.rpt-topics-list {
    margin-left:5px !important;
}

.rpt-topics-list-child {
    margin-left: -35px !important;
}

.ace-topic-panel-body {
    background-color: var(--ao-white1);
}

.rpt-topics-list-nostyle {
    list-style: none;
}

.ace-topiclist-row-breaker {
    max-height: 2px;
    margin-top: 0.5rem !important;
    margin-bottom: 0rem;
}

.ace-no-margin-padding {
 margin-left:-55px !important;
}

.ace-foot-height {
    min-height: 21px;
}

.ace-wizard-rightpanel {
    padding-left: 10px;
    width: 100%;
    margin-top: 5px !important;
}

.ace-main-recentupdates {
    margin: 0 !important;
    height: 100% !important;
}

.ace-action-wizard {
    vertical-align: central;
    width: 98%;
    margin-right: 5px;
    margin-left: 5px;
}

.ace-index-home-reportlist {
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 20px;
    padding-top: 10px;
    width: 100%;
    height: auto;
}


.ace-selected-stae-title {
    font-weight:bold;
}

.ace-wizard-form-lable {
    font-weight: bold;
    margin: 0px !important;
}

.ace-report-wiz-layout {
    border: solid 1px #CCC;
    width: 160px;
    height: 150px;
    font-size: 12px;
    color: white;
}

.ace-report-wiz-layout-head-state {
    width: 100%;
    height: 40px;
    background-color: gray;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
}

.ace-report-wiz-layout-head-topic {
    width: 100%;
    height: 40px;
    background-color: var(--ao-blue1);
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
}

.ace-report-wiz-layout-body {
    margin: 0px !important;
}

.ace-report-wiz-layout-topic-left {
    background-color: var(--ao-blue8);
    height: 110px;
    padding: 0px;
    vertical-align: middle;
    line-height: 70px;
    text-align: center;
}

.ace-report-wiz-layout-state-left {
    background-color: gray;
    height: 110px;
    padding: 0px;
    vertical-align: middle;
    line-height: 70px;
    text-align: center;
}

.ace-report-wiz-layout-body-right {
    background-color: white;
    height: 70px;
    padding: 0px;
}

.ace-select-all-text {
    color: var(--ao-black1);
}

.dm-icon-calendar {
    padding: unset !important;
    height: 40px;
    width: 40px;
    top: unset !important;
}

.ace-state-pill-area {
    padding: 8px 4px;
    max-height: 20em;
    min-height: 1em;
    line-height: 1em;
    overflow-y: auto;
    overflow-x: hidden;
}

.ace-state-pill-col {
    max-height: 20em;
    min-height: 8em;
}

.btn-ace-run-report-div {
    text-align: end;
}

.ace-btn-select-all {
    padding-left: 24px !important;
    padding-right: 24px !important;
    
}

.ace-report-run-right {
    text-align: right;
}

.ace-report-save {
    padding-left:-10px;
}

.ace-report-export {
    margin-left: 10px;
    margin-right: 10px;
}

.ace-report-print {
    margin-right: 10px;
}

.ace-save-button-label {
    margin-left:-10px;
}


#toast-reportgenerated {
    min-width: 350px;
    margin-left: -125px;
    left: 5%;
    cursor: default;
    font-size: 1rem;
    display: none;
    opacity: 1;
    padding: 15px;
    margin: 0 0 15px;
    position: fixed;
    z-index: 9999;
    background-color: #35bd89;
    color: #fff;
    box-shadow: 0 -2px 4px 0 rgba(0,0,0,.25);
    text-align: center
}

#toast-reportgenerated .show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.ace-topic-output {
     
    height: 100%;
    width: 100%;
}

.ace-layout-active-icon {
    -webkit-mask: var(--icon-active-data) no-repeat;
    mask: var(--icon-active-data) no-repeat;
    -webkit-mask-size: 18px;
    mask-size: 18px;
    background-color: var(--ao-green1);
    padding: 18px;
    position: absolute;
    margin-left: 12px;
}

.ace-layout-inactive-icon {
    -webkit-mask: var(--icon-inactive-data) no-repeat;
    mask: var(--icon-inactive-data) no-repeat;
    -webkit-mask-size: 18px;
    mask-size: 18px;
    background-color: var(--ao-red1);
    padding: 18px;
    position: absolute;
    margin-left: 12px;
}

.modal-title.ace-save-modal-title {
    font-weight: bold;
    align-content: center;
    text-align: center;
}

.modal-header.ace-save-modal-title {
    border-bottom: none;
}

.modal-footer.ace-save-modal-footer {
    height: 40px;
    border-top: none;
    /*background-color: var(--ao-gray20);*/
}

.btn-ace-cancel-save {
    font-weight: bold;
    cursor: pointer;
    width: 60px;
    padding-right: 10px;
    display: inline-block;
    text-decoration: underline;
}

div.has-error,
.has-error > div {
    color: #a94442;
}

.ace-run-report-title {
    font-weight: bold;
    text-decoration: underline;
    margin-left: 0px !important;
}

.ace-pdf-export:hover {
    background: var(--icon-pdf-document) no-repeat;
}

.ace-pdf-export {
    display: inline-block;
    width: 32px;
    height: 26px;
    margin-left: 3px;
    background: var(--icon-pdf-document) no-repeat;
    position: relative;
}

.icon-ace-close-report:hover {
    background: var(--icon-close-x) no-repeat;
}

.icon-ace-close-report {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: var(--icon-close-x) no-repeat;
    position: relative;
}

.ace-save-close {
    margin: 1px 20px 1px 1px;
    font-size: 8px !important;
}

.ace-run-report-card-title {
    margin-top: 5px;
}

.ace-search-icon {
    -webkit-mask: var(--icon-search) 100% no-repeat;
    mask: var(--icon-search) 100% no-repeat;
    -webkit-mask-size: 22px;
    mask-size: 22px;
    background-color: var(--ao-blue1);
    height: 38px;
    width: 24px;
    display: inline-block;
    margin-right: 4px !important;
    cursor: pointer;
    position: absolute; 
}

#introtext > ul > li {
    list-style-type: circle;
}

.card-button-ace-toc-children {
    padding-left:10px !important;
}
/*
@media screen and (min-width: 468px) {
    .ace-index-home-reportlist {
        height: 60vh;
        overflow-x: hidden;
    }
}

@media screen and (min-width: 768px) {
    .ace-index-home-reportlist {
        height: 60vh;
        overflow-x: hidden;
    }
}

@media screen and (min-width: 1024px) {
    .ace-index-home-reportlist {
        height: 68vh;
        overflow-x: hidden;
    }
}

@media screen and (min-width: 1200px) {
    .ace-index-home-reportlist {
        height: 73vh;
        overflow-x: hidden;
    }
}

@media screen and (min-width: 1900px) {
    .ace-index-home-reportlist {
        height: 85vh;
        overflow-x: hidden;
    }
}
*/
/*START: Export Report*/
.export-header-title {
    font-size: var(--ao-fontsize3);
    line-height: var(--ao-lineheight4);
    font-weight: bold !important;
    color: var(--ao-blue9);
}

.export-header-title-small {
    font-size: var(--ao-fontsize4);
    line-height: var(--ao-lineheight4);
    font-weight: bold !important;
    color: var(--ao-blue9);
}

.exportText {
    font-size: var(--ao-fontsize2);
}

#btn-toggle-export > .btn:not(:last-child):not(.dropdown-toggle), #btn-toggle-export > #btn-toggle-export:not(:last-child) > .btn {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 100px;
    color: var(--ao-blue9);
}

#btn-toggle-export > .btn:not(:first-child), #btn-toggle-export > #btn-toggle-export:not(:first-child) > .btn {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 100px;
    color: var(--ao-blue9);
}

#btn-toggle-export .active {
    background: var( --white) !important;
    color: var(--ao-blue7) !important;
    box-shadow: 1px 1.5px var(--ao-gray36) !important;
    border: 0px !important;
}

.div-button-group {
    background: var(--ao-gray5);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 0.5px;
}

#btn-toggle-export .btn:focus {
    box-shadow: none;
}

.export-seperator-gray7 {
    border-bottom: 2px solid var(--ao-gray7);
}
/*END: Export Report*/

