﻿x /* ANAQUA STYLED DESIGN LAYOUT */
.pageBody {
    position: relative;
}

/*BEGIN SECTION-CONTROLS CSS*/
.section-form {
    font: bold 16px Roboto;
    line-height: 32px;
    color: var(--aqxbody);
    padding: 24px 0 20px 24px;
    border-bottom: 1px solid var(--aqxsubtle);
    letter-spacing: 0;
    line-height: 32px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: var(--aqxwhite);
}

.pagehelpicon {
    color: var(--aqxhover);
    float: right;
    margin-top: -42px;
    margin-right: 12px;
    cursor: pointer;
}

    .pagehelpicon a:hover {
        background-color: transparent;
    }

.pagemessage {
    display: none;
    position: fixed;
    bottom: 24px;
    right: 24px;
    max-width: 400px;
    background-color: white;
    border: 1px solid var(--aqxsubtle);
    padding: 24px 24px 24px 24px;
    z-index: 2147483640;
    cursor: pointer;
    border-radius: 4px;
}

.form-description {
    font: normal 14px Roboto;
    line-height: 20px;
    color: var(--aqxgray);
    padding: 0 0 17px 16px;
}

.container-fluid {
    background-color: var(--aqxwhite);
    border-radius: 4px !important;
    margin: 0 auto;
    /*  box-shadow: 0 5px 40px 0 rgba(47,45,66,0.2);*/
}

    .container-fluid:first-of-type {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-top: 0;
    }


.section-header {
    color: var(--aqxbody);
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    padding: 16px 0 4px 8px;
}

.section-description {
    color: var(--aqxbody);
    margin: 16px 0 8px 8px;
    letter-spacing: 0;
    line-height: 16px;
    font-size: 12px;
}

.section-controls {
    font-family: Roboto;
    font-size: 12px;
}

    .section-controls .table {
        margin: 4px 0 !important;
    }

    .section-controls input:not([type=submit]),
    .section-controls .form-control,
    .section-controls .form-check-input,
    .section-controls select,
    .section-controls textarea,
    .section-controls select ~ span,
    .section-controls p {
        font-family: Roboto !important;
        font-size: 12px !important;
        padding-left: 8px !important;
        margin: 8px 0 !important;
        color: var(--aqxbody) !important;
        letter-spacing: 0 !important;
        /*line-height: 16px !important;*/
    }

        .section-controls select ~ label,
        .section-controls input ~ label {
            font-family: Roboto !important;
            margin: 8px 0 !important;
        }

    .section-controls .listwrapper > label {
        top: -17px !important;
    }


    .section-controls .form-check {
        padding-left: 0;
    }

    .section-controls img {
        margin: 16px 0 16px 8px !important;
    }

    .section-controls #text {
        margin: 16px 0 16px 8px !important;
        align-items: center;
    }

    .section-controls b,
    .section-controls u {
        margin: 16px 0 0 0;
        color: var(--aqxbody);
        font-family: Roboto;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 16px;
    }

    .section-controls .form-group {
        margin-bottom: 0;
    }

    .section-controls select.form-control {
        font-size: 12px;
        max-width: 226px;
        padding-left: 8px;
    }

    .section-controls input.form-control,
    .section-controls textarea.form-control {
        font-size: 12px;
    }

.btn-primary {
    text-transform: uppercase !important;
    color: var(--aqxwhite);
    background-color: var(--aqxpurple) !important;
    line-height: 0;
}

.section-buttons {
    margin: 8px 0;
}

    .section-buttons input {
        text-transform: uppercase;
        display: inline;
    }


        .section-buttons input + input {
            margin-left: 8px;
        }

.page-buttons {
    margin: 16px 8px;
}

    .page-buttons input {
        text-transform: uppercase;
        box-shadow: none;
        font-size: 12px;
        border: 1.5px solid var(--aqxpurple);
        border-radius: 4px;
        box-sizing: border-box;
        text-align: center;
        box-shadow: none;
        background-color: var(--aqxpurple);
        font-family: Roboto;
        text-decoration: none;
        color: var(--aqxwhite);
        font-weight: bold;
        display: inline;
    }

    .page-buttons .secondary {
        text-transform: uppercase;
        font-size: 12px !important;
        margin-right: 8px;
    }

    .page-buttons input + input {
        margin-right: 8px !important;
    }


/*END SECTION-CONTROLS CSS*/


.sidebar-header {
    font-size: 12px;
    font-weight: 500;
    color: #808080;
    margin-top: 36px;
    text-transform: uppercase;
    text-align: left;
    padding: 10px 0;
}

.list-unstyled li {
    color: #000000;
    padding: 10px 0;
    text-align: left;
}

.list-unstyled a {
    color: #000000;
    font-weight: 400;
}

.active {
    background-color: rgb(124,111,238,0.1) !important;
}

    .active:focus {
        background-color: rgb(124,111,238,0.1) !important;
    }

/*AQX Modal*/
.modal, .modalPopup {
    /*    background-color: rgba(17, 23, 52, 0.4);*/
    box-shadow: 0 3px 8px 0 rgba(17, 23, 52, 0.15);
    border: none;
    border-radius: 4px;
    color: var(--aqxgray);
    font-size: 14px;
    z-index: 999 !important;
    vertical-align: middle;
}

.modalBackground {
    z-index: 998 !important;
}

.modal-form {
    font: bold 18px Roboto;
    color: var(--aqxdark);
}

.modal-header {
    display: inline-block;
    border: none;
    padding: 0;
}

.modal-title {
    font: bold 16px Roboto;
    color: var(--aqxdark);
    padding: 0 0 8px 0;
}

.modal-content {
    width: inherit;
    max-width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
}

.modal-body {
    padding: 2px 2px 0 2px;
}

.modal-description,
.modal-controls {
    color: var(--aqxgray);
    padding: 0 0 0 0;
    font: normal 14px Roboto;
    margin-top: -12px;
}

    .modal-controls input:not([type=submit]),
    .modal-controls .form-control,
    .modal-controls .form-check-input,
    .modal-controls select,
    .modal-controls textarea,
    .modal-controls select ~ label,
    .modal-controls select ~ span,
    .modal-controls p {
        font-family: Roboto !important;
        font-size: 12px !important;
        /*        padding-left: 16px !important;*/
        margin: 2px 0 !important;
        color: var(--aqxbody) !important;
        background-color: var(--aqxwhite);
        letter-spacing: 0 !important;
        /*line-height: 16px !important;*/
    }

        .modal-controls select ~ label {
            font-size: 9px !important;
        }

/*.table .actions input {
    font: bold 12px Roboto !important;
    color: var(--aqxwhite) !important;
    background-color: var(--aqxpurple) !important;
    border: none;
    float: right !important;
    text-transform: uppercase;
    margin: 0 0 0 0;
}*/

/*    .table .actions input.secondary {
        font: bold 12px Roboto !important;
        color: var(--aqxpurple) !important;
        background-color: var(--aqxwhite) !important;
        border: none;
        float: right !important;
        text-transform: uppercase;
        margin: 0 0 0 0;
    }*/

.actions {
    text-align: right !important;
}

    .actions input:first-child,
    .actions button:first-child {
        margin-right: 8px !important;
    }

    .actions input.secondary,
    .actions button.secondary {
        margin-right: 8px !important;
    }

/*    .table .actions input:hover {
        background-color: rgba(255,255,255,0) !important;
    }

    .table .actions input:focus {
        color: var(--aqxgray);
        background-color: rgba(255,255,255,0) !important;
    }*/


.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

/*DATE PICKER*/
.datepicker {
    z-index: 2147483647;
}

/*AQX ListBox*/

.list-group {
    line-height: 32px;
    font-size: 12px;
    background-color: var(--aqxwhite);
    border: 1px solid rgba(17, 23, 52, .18);
    border-radius: 4px;
    padding: 6px 12px 6px 10px;
    margin: 0 0 32px 8px;
}

    .list-group .list-item:hover {
        background-color: rgba(89, 73, 232, .10);
        cursor: pointer;
    }

    .list-group option {
        padding: 6px 16px 6px 0px !important;
    }

/*AQX Table*/

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: rgba(47,45,66,0.02)
}

.table {
    border-top: 1px solid rgba(17, 23, 52, .1);
    border-right: 1px solid rgba(17, 23, 52, .1);
    border-bottom: 1px solid rgba(17, 23, 52, .1);
    border-left: 1px solid rgba(17, 23, 52, .1);
    margin: 16px 0 0 0;
}

.table-borderless {
    border-top: none;
    border-left: none;
    border-right: none
}

.table th {
    color: var(--aqxgray);
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 16px;
}

.table td {
    color: var(--aqxbody);
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
}

.table td,
.table th {
    vertical-align: middle;
}

/*    .table td:first-child, .table th:first-child {
        padding-left: 16px;
    }*/

.table input:not([type=text]):not([type=password]):not([type=number]):not([type=submit]) {
    color: var(--aqxgray);
    box-sizing: border-box;
    border: 1px solid rgba(47,45,66,0.16);
    border-radius: 4px;
    background-color: var(--aqxwhite);
    fill: var(--aqxwhite);
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0 16px 0 0 !important;
}

.table input[type=text] {
    max-height: 24px;
}

.table input[type=number] {
    max-height: 24px;
}

.table input:hover {
    background-color: rgba(255,255,255,0);
}

.table input:focus {
    color: var(--aqxgray);
    background-color: rgba(255,255,255,0);
}

.table input[type=radio] {
    height: 20px;
}

.fa {
    cursor: pointer;
}

.fa-ellipsis-h {
    content: "\f141";
    color: black;
    font-size: 22px;
    padding: 4px 20px;
}

    .fa-ellipsis-h:hover {
        background-color: transparent;
    }


/*AQX Table Actions*/

.action-grid-dynamic-list {
    border: 1px solid #111734;
    border-radius: 3px;
    background-color: #fff;
    text-align: left;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    z-index: 2147483647;
}

    .action-grid-dynamic-list a {
        color: var(--aqxdark);
        font-family: Roboto;
        font-size: 12px;
        padding: 2px 4px;
        font-weight: normal;
        min-width: 90px;
        max-width: 280px;
    }

        .action-grid-dynamic-list a:hover {
            cursor: pointer;
            background-color: var(--aqxlightpurple);
        }

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    margin: 0 0 6px 0;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px var(--aqxwhite) inset;
}

/*AQX Banner*/
.banner {
    display: block;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: var(--aqxwhite);
    height: 50px;
    border-bottom: 1px solid var(--aqxsubtle);
    position: fixed;
    overflow: hidden;
    z-index: 100;
}

    .banner .message {
        font-size: 12px;
        padding: 24px 16px;
        margin-top: 0;
        vertical-align: middle;
    }

    .banner input {
        font-size: 12px;
        font-weight: bold;
        padding-top: 24px;
        color: var(--aqxpurple);
        float: right !important;
        background-color: var(--aqxwhite);
        border: none;
        float: right;
    }

    .banner .action:hover {
        background-color: var(--aqxwhite);
    }

/*AQX Multiselect*/

.multiselect option:hover {
    cursor: pointer;
}

/*Slider Switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(95,106,118,0.5);
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/*Ordered Lists*/

ul:not(.list-unstyled), ol {
    margin-bottom: 0;
    margin-top: 8px;
}

    ol li {
        font-weight: bold;
        margin-top: 8px;
    }

        ol li span {
            font-weight: normal;
        }

ul li {
    font-weight: normal;
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 24px;
}




/*SIDEBAR HELP TOGGLE*/

.fa-caret-right, .fa-caret-down {
    color: rgb(136, 139, 154);
    font-size: 15px;
}

.toggle {
    cursor: pointer;
}

#sidebar-help ul li {
    line-height: 16px;
    padding: 8px 8px;
}

.help-primary a {
    font-family: 'Roboto', sans-serif !important;
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
    color: var(--aqxbody) !important;
}

.help-secondary i {
    /*margin-left: 8px;*/
}

.help-tertiary i {
    /*margin-left: 18px;*/
}


.help-secondary a {
    font-family: 'Roboto', sans-serif !important;
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
    color: var(--aqxbody) !important;
}

.help-tertiary a {
    font-family: 'Roboto', sans-serif !important;
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
    color: var(--aqxbody) !important;
}

    .help-tertiary a:not(.tertiary-title) {
        /*margin-left: 12px;*/
    }

#sidebar-help .active a {
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px;
    color: var(--aqxbody) !important;
    background-color: transparent;
}

.active a {
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px;
    color: var(--aqxbody) !important;
    background-color: transparent;
}

.helpimage {
    border: 2px solid var(--aqxsubtle);
    padding: 12px;
    border-radius: 4px;
}

.TOC {
    background-color: var(--aqxwhite);
    border-radius: 0;
}

.sidebar-menu {
    background-color: var(--aqxwhite);
    z-index: 1;
}

/*MEDIA QUERIES*/

@media (min-width: 500px) {

    .TOC {
        max-width: 312px !important;
        min-width: 312px !important;
        padding: 8px 1px 33px 0 !important;
    }

    #main-page {
        margin: 0 auto !important;
    }

    .sidebar-menu {
        min-width: 312px !important;
        max-width: 312px !important;
    }

    #sidebar-help {
        max-height: 100vh !important;
        overflow-y: auto !important;
    }

    #combined {
        min-width: 1250px;
    }
}

@media (min-width: 576px) {

    .TOC {
        max-width: 312px !important;
        min-width: 312px !important;
        padding: 8px 1px 33px 0 !important;
    }

    #main-page {
        margin: 0 auto !important;
    }

    .sidebar-menu {
        min-width: 312px !important;
        max-width: 312px !important;
    }

    #sidebar-help {
        max-height: 100vh !important;
        overflow-y: auto !important;
    }
}

@media (min-width: 768px) {
    .TOC {
        max-width: 312px !important;
        min-width: 312px !important;
        padding: 8px 1px 33px 0 !important;
    }

    #main-page {
        margin: 0 auto !important;
    }

    .sidebar-menu {
        min-width: 312px !important;
        max-width: 312px !important;
    }

    #sidebar-help {
        max-height: 100vh !important;
        overflow-y: auto !important;
    }
}

@media (min-width: 992px) {
    .TOC {
        max-width: 312px !important;
        min-width: 312px !important;
        padding: 8px 1px 33px 0 !important;
    }

    #main-page {
        margin: 0 auto !important;
    }

    .sidebar-menu {
        max-width: 312px !important;
        min-width: 312px !important;
    }

    #sidebar-help {
        max-height: 100vh !important;
        overflow-y: auto !important;
    }

    .navbar-nav {
        max-height: 60px !important;
        display: -webkit-box !important;
    }

    .collapse {
        min-width: 1184px !important;
    }

    .navbar {
        min-width: 1360px;
    }
}

@media (min-width: 1920px) {
    .TOC {
        max-width: 312px !important;
        min-width: 312px !important;
        padding: 8px 1px 33px 0 !important;
    }

    #main-page {
        margin: 0 auto !important;
    }

    .sidebar-menu {
        max-width: 312px !important;
        min-width: 312px !important;
    }

    #sidebar-help {
        max-height: 100vh !important;
        overflow-y: auto !important;
    }

    .collapse {
        min-width: 1920px !important;
    }
}


/* Tooltip styles */
.tooltip {
    border-bottom: 0px;
}

.tooltip-inner {
    text-align: left;
    background-color: #695BEA;
    color: white;
    height: 100%;
    font-size: 12px;
    padding: 10px 15px 10px 20px;
}

.tooltip.show {
    opacity: 1;
}

.tooltip .arrow::before {
    border-bottom-color: #695BEA;
}

.tooltip .arrow {
    border-bottom-color: #695BEA;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #695BEA;
}

/* Align Modal Forms */

.modal-controls div > label[for] {
    margin-top: 1px;
}
