/* Begin Edits */

html, body {
    height: 100%;
}

body, .e-pivotgrid, .e-pivotgrid table, .e-pivotgrid .e-drag, .e-pivotschemadesigner, .e-pivotschemadesigner .e-listHeader, .e-pivotschemadesigner .listSubhead, .e-pivotschemadesigner .subheadText, .e-pivotschemadesigner .e-pivotHeader, .e-pivotschemadesigner .e-rPivotHeader, .e-pivotschemadesigner .centerHead, .e-pivotschemadesigner .e-fieldTable, .e-pivotschemadesigner .e-treeview .e-text, .e-chkbox-wrap .e-text, .e-treeview, .e-schemaFilter, .e-schemaColumn, .e-schemaRow, .e-schemaValue, .e-dragedNode, button, input, select, textarea, table, th, td {
    border-color: #d9dee5 !important;
    font-family: 'Open Sans', sans-serif !important;
}

body > form {
    background-color: transparent;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-areas: "column-1";
    min-height: 100%;
    padding: 0;
    position: relative;
    overflow-x: clip;
}

/* Modals and Forms */

.form-control:focus, .form-select:focus, .form-check-input:focus, .btn:focus, .modal-body input:focus, .modal-body select:focus, .modal-body .btn:focus, .usr-ses-modal-content input:focus, .usr-ses-modal-content select:focus, .usr-ses-modal-content .btn:focus {
    border-color: #00a0af !important;
    box-shadow: 0 0 0 0.25rem rgb(186 212 220 / 50%) !important;
    outline: none !important;
}

.modal-content, .usr-ses-modal-content, .show-msg-modal-content {
    border-radius: .35em !important;
}

.usr-ses-modal-content .usr-ses-popup-x, .show-msg-modal-content .show-msg-modal-x {
    margin-top: -.5em;
    margin-left: .25em;
    padding: 0 0 0 .35em;
}

.usr-ses-modal-content .usr-ses-popup-x + p, .show-msg-modal-content .show-msg-modal-x + p {
    margin-top: .5em;
    margin-bottom: 1.5em;
    padding: 1em;
}

.modal-body > div:first-child > table:first-child tbody tr {
    background-color: #fff2cc !important;
    color: #f16842 !important;
    display: block;
    font-weight: 600 !important;
    margin-bottom: 1em;
    padding: .5em;
}

.modal-body > div:first-child > table:first-child tbody tr td ul.ng-scope {
    margin: .5em 0;
    padding-bottom: .1em;
    padding-left: 2em;
}

.modal-body fieldset, .usr-ses-modal-content fieldset {
    border: none;
    padding: 0;
}

.modal-body input, .modal-body select, .usr-ses-modal-content input, .usr-ses-modal-content select {
    margin-bottom: 1em;
}

.modal-body input ~ span.error, .modal-body select ~ span.error, .usr-ses-modal-content input#ucEmail ~ span#ucEmailMsg, .usr-ses-modal-content input#ucPwd ~ span#ucPwdMsg {
    display: block;
    line-height: 1.2em;
    margin-top: -.6em;
}

.modal-body input:checked[type=checkbox], .usr-ses-modal-content input:checked[type=checkbox] {
    border: none !important;
    background-color: #00a0af !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.modal-body input[type=checkbox], .usr-ses-modal-content input[type=checkbox] {
    cursor: pointer;
    display: inline-block;
    outline: none;
    width: 1.5em;
    height: 1.5em;
    margin-top: 12px;
    padding: 0 !important;
    vertical-align: middle;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.modal-body input[type=button], .usr-ses-modal-content input[type=button] {
    cursor: pointer;
    display: inline-block;
    border: none !important;
    outline: none !important;
    width: initial !important;
}

.modal-body input#btnLoginSubmit, .usr-ses-modal-content input#ucBtnLogIn, .modal-body input#btnRegister, .modal-body input#bSaveReportAs, .modal-body input#btnEditPwd, .modal-body input#btnRestPwd, .modal-body input#btnSavePref, .modal-body input#btnEditEmail, .modal-body input#btnTakeToSignup, .modal-body input#btnCancelEditPwd, .modal-body input#btnCancelSavePref, .modal-body input#btnCancelEditEmail, .modal-body input#btnConfirmReg {
    border-radius: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    font-weight: 600 !important;
    line-height: 1.6em;
    margin: .5em .5em .5em 0;
    padding: 8px 24px;
    transition: 0.3s;
    vertical-align: middle;
}

.modal-body input#btnLoginSubmit, .usr-ses-modal-content input#ucBtnLogIn, .modal-body input#btnRegister, .modal-body input#bSaveReportAs, .modal-body input#btnEditPwd, .modal-body input#btnRestPwd, .modal-body input#btnSavePref, .modal-body input#btnEditEmail, .modal-body input#btnConfirmReg {
    background-color: #ffa927;
    color: #fff;
}

.modal-body input#btnLoginSubmit:hover, .usr-ses-modal-content input#ucBtnLogIn:hover, .modal-body input#btnRegister:hover, .modal-body input#bSaveReportAs:hover, .modal-body input#btnEditPwd:hover, .modal-body input#btnRestPwd:hover, .modal-body input#btnSavePref:hover, .modal-body input#btnEditEmail:hover, .modal-body input#btnConfirmReg:hover {
    background-color: #f68e1e;
    text-decoration: underline;
}

.modal-body input#btnTakeToSignup, .modal-body input#btnCancelEditPwd, .modal-body input#btnCancelSavePref, .modal-body input#btnCancelEditEmail {
    background-color: transparent;
    border: 2px solid #00b4cc !important;
    color: #00b4cc;
    padding: 6px 22px;
}

.modal-body input#btnTakeToSignup:hover, .modal-body input#btnCancelEditPwd:hover, .modal-body input#btnCancelSavePref:hover, .modal-body input#btnCancelEditEmail:hover {
    border-color: #069 !important;
    color: #069 !important;
    text-decoration: underline;
}

.modal-body input, .usr-ses-modal-content input {
    display: block;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1em;
    line-height: 1.5em;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #91a3baba !important;
    border-radius: 3px;
    padding: .375em .75em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}

.modal-body select, .usr-ses-modal-content select {
    display: block;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1em;
    line-height: 1.5em;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #91a3baba !important;
    border-radius: 3px;
    padding: .375em .75em .35em .5em;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}

.modal-header .close, .usr-ses-modal-content .usr-ses-popup-x {
    color: #444 !important;
    font-size: 2em;
    opacity: .4 !important;
}

.modal-header .close:hover, .usr-ses-modal-content .usr-ses-popup-x:hover {
    opacity: .8 !important;
}

.modal-header .modal-charts-title {
    color: #444 !important;
    font-size: 1.4em;
}

.modal-header, .modal-footer {
    border-color: #d9dee5 !important;
    margin-bottom: .5em;
}

.e-pivotgrid table {
    cursor: auto !important;
    user-select: text !important;
}

.e-pivotgrid .value {
    text-align: left !important;
}

.e-pivotgrid .e-drag, .e-axisTd1 .e-pivotHeader {
    background-color: #fff2cc !important;
}

.e-pivotgrid .valueColumn, .e-axisTd2 .e-rPivotHeader {
    background-color: #def1f7 !important;
}

.groupingBarPivot + .e-pivotGridTable thead tr th:first-child:not(.colheader), #MainContent_PivotSchemaDesigner_axisTd.e-axisTd1 .e-pivotHeader, .emptyRows {
    background-color: #f0fbfd !important;
}

.e-pivotgrid .e-pivotButton .e-btn.e-select {
    max-width: 160px;
    overflow: clip;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e-pivotgrid .e-pivotButton .e-btn.e-select, .e-pivotgrid .values .e-pivotButton, .e-pivotgrid .e-drag .e-pivotButton, .e-pivotgrid .columns .e-pivotButton, .e-pivotgrid .e-rows .e-pivotButton {
    background-color: #fff !important;
    border-radius: 3px;
    border-color: #d9dee5 !important;
}

.e-pivotgrid .e-pivotButton .e-icon, .e-hoverBtn + .e-icon {
    font-size: 12px !important;
    display: flex;
    padding-top: 2px !important;
}

.filter.e-icon.filtered {
    font-size: 13px !important;
}

.e-pivotgrid .e-pivotButton {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.e-pivotgrid .e-pivotButton:hover {
    border-color: #c8c8c8 !important;
}

.e-pivotgrid .e-pivotButton {
    margin-left: 5px !important;
    margin-bottom: 5px !important;
}

.e-pivotschemadesigner .centerDiv {
    background-color: transparent !important;
    border-bottom: 1px solid #d9dee5 !important;
    border-radius: 0;
    height: 1px !important;
    padding: 5px 0;
}

#PivotGrid1 .e-pivotGridTable tbody tr:nth-of-type(even) td, #PivotGrid1 .e-pivotGridTable tbody tr:nth-of-type(even) th {
    background-color: #f6f6f6 !important;
}

#PivotGrid1 .e-pivotGridTable tbody tr td, #PivotGrid1 .e-pivotGridTable tbody tr th {
    border-top: 1px solid #ededed !important;
    border-bottom: 1px solid #ededed !important;
}

#PivotGrid1 .e-pivotGridTable tbody tr:last-of-type td, #PivotGrid1 .e-pivotGridTable tbody tr:last-of-type th {
    border-bottom: 1px solid #d9dee5 !important;
}

#PivotGrid1 {
    overflow-x: auto;
    overflow-y: auto;
}

#PivotGrid1, .container-fluid > .row > .col-md-12 > table tr:nth-child(4) td:nth-child(2):not(.value) {
    display: grid;
    grid-auto-flow: dense;
    vertical-align: top;
}

.e-pivotgrid th.e-grpRow {
    vertical-align: top !important;
    padding-top: 0 !important;
}

.groupingBarPivot .e-drag, .e-pivotgrid .values, .e-pivotgrid .columns, .e-pivotgrid .e-rows {
    padding: 9px 0 !important;
}

.groupingBarPivot .valueColumn {
    display: grid;
    grid-template-columns: auto 1fr;
}

.groupingBarPivot .valueColumn .values {
    min-width: 200px;
    order: 1;
    width: initial !important;
}

.groupingBarPivot .valueColumn .columns {
    border-right: none;
    order: 2;
    padding-left: 3px;
    min-width: 100% !important;
}

.groupingBarPivot .emptyRows, .e-pivotGridTable thead th {
    border-top: none !important;
}

.groupingBarPivot .valueColumn, .groupingBarPivot .emptyRows {
    border-right: 1px solid #d9dee5 !important;
    border-bottom: 1px solid #d9dee5 !important;
    border-left: 1px solid #d9dee5 !important;
}

.PivotGrid, .groupingBarPivot, .e-pivotGridTable th, .e-pivotGridTable th.e-grpRow, .container-fluid > .row > .col-md-12 > table tr:nth-child(4) td:nth-child(2) {
    width: 100% !important;
}

.e-pivotGridTable td, .container-fluid > .row > .col-md-12 > table tr:nth-child(4) td:nth-child(2) table.e-pivotGridTable tr td:nth-child(2) {
    width: initial !important;
}

.e-pivotGridTable {
    table-layout: auto;
    width: 100%;
}

.e-pivotGridTable th, .e-pivotGridTable td {
    padding: 10px !important;
}

.groupingBarPivot + .e-pivotGridTable thead tr th div, .e-drag, .valueColumn .values, .valueColumn .columns, .emptyRows .e-rows {
    color: #444 !important;
    font-size: 13px !important;
    font-weight: bold !important;
}

.groupingBarPivot + .e-pivotGridTable tbody tr th:first-child, .e-pivotgrid .colheader, .e-pivotgrid .rowheader, .e-pivotgrid .rowheader .e-collapse + .cellValue, .groupingBarPivot + .e-pivotGridTable tbody tr th:first-child:hover, .e-pivotgrid .colheader:hover, .e-pivotgrid .rowheader:hover, .e-pivotgrid .rowheader .e-collapse + .cellValue:hover {
    font-weight: 600;
    text-transform: uppercase;
}

.e-pivotgrid .summary {
    font-weight: 700 !important;
}

.groupingBarPivot .emptyRows {
    padding-left: 5px;
    width: initial !important;
}

.e-pivotgrid .e-rows {
    min-height: 30px !important;
    min-width: 200px !important;
    width: initial !important;
    vertical-align: middle !important;
}

.e-pivotGridTable th span {
    margin: 0 !important;
}

.navbar.navbar-inverse {
    grid-row-start: 1;
    grid-row-end: 2;
}

.container-fluid.navbar-inverse {
    grid-column-start: 1;
    grid-column-end: 4;
}

.navbar.navbar-inverse, .container-fluid.navbar-inverse {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    color: #444 !important;
    display: grid;
    position: relative;
    width: 100% !important;
}

div.container-fluid.navbar-inverse {
    background-color: #fff !important;
    border-top: 1px solid #d9dee5 !important;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

.navbar.navbar-inverse::before {
    content: "";
    background-color: #fff;
    box-shadow: 0 2px 3px rgb(0 102 153 / 30%);
    width: 100vw;
    padding: 0 2em;
    height: 80px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1002;
}

.navbar.navbar-inverse > div {
    position: relative;
    z-index: 1003;
}

.container-fluid.bg-2 {
    background-color: #ecf1f7;
    grid-column-start: 1;
    grid-column-end: 4;
    margin: 0;
}

.container-fluid.bg-2 table {
    background-color:transparent !important;
    width: 100% !important;
}

.container-fluid.bg-2 table.headerTable, .e-fieldTable, .e-axisTable {
    max-width: 420px !important;
    width: revert !important;
}

.container-fluid.bg-2 table.e-pivotGridTable th {
    background-color: #fff !important;
}

.container-fluid.bg-2 > .row > .col-md-12 {
    margin: 1.5em 0 .5em;
    padding: 0 1em;
}

#menu-left, #help-menu, .navbar.navbar-inverse + div.container-fluid.bg-2 > div > div > table:first-child > tbody > tr:first-child > td:first-child table tr:first-child td {
    display: flex;
}

.navbar.navbar-inverse + div.container-fluid.bg-2 > div > div > table:first-child > tbody > tr:first-child > td:first-child table tr:nth-child(2) td {
    display: block;
}

.navbar.navbar-inverse + div.container-fluid.bg-2 > div > div > table:first-child > tbody > tr > td:first-child table td a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    margin-bottom: .5em;
}

.navbar.navbar-inverse > div.container-fluid a, .navbar.navbar-inverse > div.container-fluid span.dept {
    display: none;
}

.navbar.navbar-inverse > div.container-fluid {
    margin-left: 0;
}

.title {
    color: #444 !important;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px !important;
    font-weight: 500 !important;
    letter-spacing: -.03em;
    margin-top: 1.15em;
    margin-left: 0.2em;
    white-space: nowrap;
}

.title a {
    display: inline-block !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    text-decoration: none;
    vertical-align: middle;
}

.title a strong {
    color: #00b4cc;
    display: inline-block;
    font-family: 'triplex-sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -.04em;
    margin-top: -3px;
}

.title a strong:nth-child(2) {
    color: #ffa927;
}

#pTitle {
    background-color: #fff;
    border: 1px solid #d9dee5;
    border-bottom: none !important;
    color: #444;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 1em;
}

hr {
    border-top: 1px solid #00669930 !important;
}

a {
    color: #069;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
}

.text-primary {
    color: #444 !important;
}

.container-fluid.bg-2 table:first-child + table {
    background-color: #ced9e76b !important;
    border-radius: .3em;
    display: block;
    margin: 1em 0;
    padding: 1.25em 1.5em 1.5em;
}

.container-fluid.bg-2 table:first-child + table tbody tr td {
    background-color: #fff;
    border: 1px solid #d9dee5;
    margin-top: 1.8em !important;
    padding: 1.4em 0 1em 0 !important;
    width: calc(100vw - 70px);
}

.container-fluid.bg-2 table:first-child + table tbody tr:first-child td {
    background-color: transparent;
    border: none;
    padding: 0 !important;
    margin-top: 0 !important;
}

.container-fluid.bg-2 table:first-child + table tbody tr:first-child td span {
    border-bottom: 1px solid #91a3ba70 !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 600 !important;
    padding: 0 0 .4em 0 !important;
    width: 100%;
}

.container-fluid.bg-2 table:first-child + table tbody tr:nth-child(2) td ul {
    list-style: none !important;
    padding-left: 0 !important;
}

.container-fluid.bg-2 table:first-child + table tbody tr:nth-child(2) td ul li:first-child {
    border-top: none;
    padding-top: 0 !important;
}

.container-fluid.bg-2 table:first-child + table tbody tr:nth-child(2) td ul li:last-child {
    padding-bottom: 0 !important;
}

.container-fluid.bg-2 table:first-child + table tbody tr:nth-child(2) td ul li {
    border-top: 1px solid #d9dee5;
    padding: .75em !important;
}

.pull-left.footerText + a span {
    background-color: #00b4cc !important;
    border-radius: 50px;
    color: #fff !important;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 50px;
    padding: 1.15em 1em 0;
    height: 50px;
    width: 50px;
}

.pull-left.footerText + a span:hover {
    background-color: #008ca0 !important;
}

.pull-left.footerText::after {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 102.8 56.6' style='enable-background:new 0 0 102.8 56.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2300A0AF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M5,8.3V14h7.2v4.4H5V29H0.1V3.8h12.5v4.5H5z'/%3E%3Cpath class='st0' d='M14.5,28.9V0h4.8v28.9H14.5z'/%3E%3Cpath class='st0' d='M30.8,29.5c-5.4,0-9.1-4.8-9.1-10.2c0-5.4,3.7-10.2,9.1-10.2s9.1,4.8,9.1,10.2C39.9,24.7,36.2,29.5,30.8,29.5z M30.8,13.5c-2.8,0-4.3,3-4.3,5.8s1.5,5.8,4.3,5.8s4.3-3,4.3-5.8S33.6,13.5,30.8,13.5z'/%3E%3Cpath class='st0' d='M47.6,17.2v11.7h-4.8v-11c0-2.8-1-4.7-3.2-6.4l4-2.5c1.2,1,2,2.1,2.4,3.1c0.5-0.5,3.1-3.1,6.1-3L53,14 C50,14,48,16.6,47.6,17.2z'/%3E%3Cpath class='st0' d='M57.3,6.6c-1.6,0-2.9-1.3-2.9-2.9s1.3-2.9,2.9-2.9s2.8,1.3,2.8,2.9S58.8,6.6,57.3,6.6z M54.9,28.9V9.6h4.8v19.3 H54.9z'/%3E%3Cpath class='st0' d='M79.9,29.5c-0.8-0.6-1.9-2-2.4-2.9c-0.8,1.1-2.8,2.9-6.1,2.9c-5.6,0-8.8-4.8-8.8-10.2c0-5.4,3.3-10.2,8.8-10.2 c2.4,0,4.2,1.6,4.6,2V0h4.8v20.7c0,2.8,1,4.7,3.2,6.4L79.9,29.5z M71.7,13.5c-2.8,0-4.3,3-4.3,5.8s1.5,5.8,4.3,5.8s4.3-3,4.3-5.8 C76,16.4,74.5,13.5,71.7,13.5z'/%3E%3Cpath class='st0' d='M98.7,29.5c-0.3-0.2-1.6-1.7-2.1-2.5c-0.5,0.6-2.6,2.4-5.6,2.4c-4.1,0-6.8-2.5-6.8-6.3c0-4.2,3.5-6.4,8.6-6.4 c0.9,0,2.1,0,2.1,0c0-2.2-0.9-3.6-2.9-3.6c-1.6,0-3.1,0.6-3.7,1l-1.9-3.4c0.7-0.5,3.2-1.7,5.8-1.7c5.1,0,7.4,3.2,7.4,7.5v4.1 c0,2.8,1,4.7,3.2,6.4L98.7,29.5z M92.8,20.1c-2.6,0-3.7,1.3-3.7,2.9c0,1.9,1.4,2.8,2.6,2.8c2.2,0,3.5-2.1,3.5-2.1 c-0.1-0.5-0.3-1.6-0.3-2.4c0-0.3,0-1,0-1.2C94.8,20.1,92.9,20.1,92.8,20.1z'/%3E%3Cpath class='st0' d='M12.8,56.1V45.7H4.9v10.4H0V31.4h4.9v10h7.9v-10h4.9v24.7H12.8z'/%3E%3Cpath class='st0' d='M20.3,56.1V31.4h13.1v4.4h-8.3v5.1h7v4.4h-7v6.4h8.7v4.4C33.8,56.1,20.3,56.1,20.3,56.1z'/%3E%3Cpath class='st0' d='M50.9,56.6l-1.7-5.2h-8.5L39,56.6l-4.9-1.2l8.8-24.1h4l8.9,24.1L50.9,56.6z M44.9,38.2L42,47.3h5.8L44.9,38.2z' /%3E%3Cpath class='st0' d='M56.1,56.1V31.4H61v20.3h8.5v4.4C69.5,56.1,56.1,56.1,56.1,56.1z'/%3E%3Cpath class='st0' d='M76.7,35.8v20.3h-4.9V35.8h-6.2v-4.4h17.2v4.4H76.7z'/%3E%3Cpath class='st0' d='M96.4,56.1V45.7h-7.9v10.4h-4.9V31.4h4.9v10h7.9v-10h4.9v24.7H96.4z'/%3E%3C/svg%3E%0A");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 70px;
    color: #fff;
    content: "";
    display: block;
    height: 40px;
    width: 70px;
    margin-top: -20px;
    position: relative;
    z-index: 1;
}

#divUserLoginIn #btnUsrLogIn, #divUserSettings #btnUsrSettings {
    background-color: #00b4cc;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border-radius: 30px;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin: 1em auto;
    padding: 0.5em 1.25em 0.5em;
}

#divUserLoginIn #btnUsrLogIn:hover, #divUserSettings #btnUsrSettings:hover {
    background-color: #008ca0;
}

#divUserLoginIn {
    text-align: right;
    margin-right: 2em;
}

.container-fluid.bg-2 > div > div > table tbody tr:first-child td table tbody tr:first-child td:nth-child(2) input {
    background-color: transparent !important;
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2300B4CC' class='bi bi-forward-fill' viewBox='0 0 16 16'%3E%3Cpath d='m9.77 12.11 4.012-2.953a.647.647 0 0 0 0-1.114L9.771 5.09a.644.644 0 0 0-.971.557V6.65H2v3.9h6.8v1.003c0 .505.545.808.97.557z'/%3E%3C/svg%3E");*/
    background-position: center left;
    background-size: 18px;
    background-repeat: no-repeat;
    color: #069 !important;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-top: .5em;
    margin-right: .25em;
    /*padding: 0 0 0 18px;*/
    text-decoration: underline;
}

.container-fluid.bg-2 > div > div > table tbody tr:nth-child(2) td:nth-child(2) input.btn-secondary, .container-fluid.bg-2 > div > div > table tbody tr:nth-child(2) td:nth-child(2) input.btn-success {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #bad4dc;
    color: #006699;
    display: inline-block;
    font-size: .85em;
    font-weight: 600;
    outline: none;
    margin-top: .1em;
    margin-right: .25em;
    margin-bottom: .25em;
    padding: 7px 12px;
    position: initial;
    pointer-events: auto;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    width: auto;
}

.container-fluid.bg-2 > div > div > table tbody tr:nth-child(2) td:nth-child(2) input.btn-secondary:disabled {
    background-color: #ffffff70 !important;
    color: #80808070 !important;
}

.container-fluid.bg-2 > div > div > table tbody > tr:nth-child(2) > td:first-child {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 0.45em;
    padding-right: .5em;
    margin: 0 auto 0 0;
    width: 100%;
}

.container-fluid.bg-2 > div > div > table tbody > tr:nth-child(2) > td:nth-child(2) {
    padding-left: .5em;
}

.container-fluid.bg-2 > div > div > table tbody tr:nth-child(2) td:nth-child(2) table tbody tr td:nth-child(2), .container-fluid.bg-2 > div > div > table tbody tr:nth-child(2) td:nth-child(2) table tbody tr td:first-child {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    min-width: 100%;
    padding-right: .5em;
}

.container-fluid.bg-2 > div > div > table tbody tr:nth-child(2) td:nth-child(2) table tbody tr td:first-child select {
    max-width: 325px !important;
}

.container-fluid.bg-2 > div > div > table tbody tr:nth-child(2) td:nth-child(2) table tbody tr td:nth-child(2) {
    display: revert;
    min-width: 200px;
    padding-top: 0;
}

.container-fluid.bg-2 > div > div > table tbody tr:nth-child(2) td:nth-child(2) table tbody tr td:nth-child(2), .container-fluid.bg-2 > div > div > table tbody tr:nth-child(2) td:nth-child(2) table tbody tr td:nth-child(3) {
    width: initial !important;
}

#PivotGrid1_WaitingPopup { 
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    min-height: 500px;
    width: 100% !important;
}

#PivotGrid1_WaitingPopup span.e-image {
    margin-top: 200px;
    position: unset !important;
}

#preventDiv {
    height: auto !important;
}

/* Left Pivot Table */

.container-fluid.bg-2 > .row > .col-md-12 > table tr:nth-child(4) td:first-child {
    vertical-align: top;
    width: 420px !important;
}
.e-pivotschemadesigner {
    width: initial !important;
    max-width: 420px !important;
}

.e-pivotgrid, .e-waitpopup-pane {
    height: unset !important;
    min-height: 100%;
}

#MainContent_PivotSchemaDesigner {
    height: auto !important;
    padding-bottom: 1em !important;
}

.e-fieldTable, .parentSchemaFieldTree, .e-schemaFieldTree, .e-pivotschemadesigner .e-axisTable {
    height: auto !important;
}

.parentSchemaFieldTree {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 0 4px;
}

.e-schemaFieldTree ul {
    padding: 1em 0 .5em 0;
}

.e-pivotschemadesigner .e-elementSeparator {
    border: none !important;
}

.e-treeview-wrap > .e-ul {
    overflow-x: hidden !important;
    padding-left: 0;
}

.e-treeview-wrap .e-item div > .e-chkbox-wrap {
    margin-top: 3px;
}

.centerHead {
    margin-top: 12px !important;
    margin-bottom: 5px !important;
}

.e-pivotschemadesigner .e-axisTable {
    display: flex;
    max-height: 300px !important;
    padding: 10px;
    margin-bottom: 2em;
}

.e-pivotschemadesigner .e-axisTable div:nth-child(1) {
    margin-right: 8px !important;
}

.e-pivotschemadesigner .e-axisTable div:nth-child(1), .e-pivotschemadesigner .e-axisTable div:nth-child(2) {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 195px;
}

.e-pivotschemadesigner .e-axisTd1, .e-pivotschemadesigner .e-axisTd2 {
    float: none !important;
    margin: 0 !important;
    min-height: 155px !important;
    width: auto !important;
}

.e-schemaFilter, .e-schemaRow, .e-schemaColumn, .e-schemaValue, .container-fluid.bg-2 > .row > .col-md-12 > table tr:nth-child(4) td:first-child .e-fieldTable {
    background-color: #f6f6f6;
}

.e-pivotschemadesigner .e-schemaFieldTree ul, .e-pivotschemadesigner .e-schemaFieldTree li {
    width: 100%;
}

.e-pivotschemadesigner .e-schemaFieldTree ul {
    padding-right: 30px;
}

.e-pivotschemadesigner .e-schemaFieldTree ul.e-treeview-ul li a.e-text {
    max-width: 300px;
}

.e-pivotschemadesigner .e-schemaFieldTree ul.e-treeview-ul li > ul.e-treeview-ul li a.e-text {
    margin-left: 10px;
}

.container-fluid.bg-2 > .row > .col-md-12 > table tr:nth-child(4) td:first-child .e-fieldTable a.e-text {
    background-color: #fff;
    color: #444;
    border-radius: 3px;
    min-height: 22px;
    margin-right: -9px;
    padding-top: 4px;
    padding-left: 5px;
    overflow: clip;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100% !important;
}

.e-pivotschemadesigner .e-axisTd1 .e-pivotButton, .e-pivotschemadesigner .e-axisTd2 .e-pivotButton {
    padding: 2px 5px 0 4px;
    margin: 0 !important;
}

.e-pivotschemadesigner .e-axisTd1 .e-pivotButton .pvtBtnDiv, .e-pivotschemadesigner .e-axisTd2 .e-pivotButton .pvtBtnDiv {
    border-color: #d9dee5 !important;
    border-radius: 3px;
    width: 185px !important;
}

.e-pivotschemadesigner .e-axisTd1 .e-pivotButton .pvtBtnDiv button, .e-pivotschemadesigner .e-axisTd2 .e-pivotButton .pvtBtnDiv button {
    background-color: #fff !important;
    font-size: 13px;
    width: 185px !important;
}

.e-pivotschemadesigner .e-axisTd1 .e-pivotButton .pvtBtnDiv:hover, .e-pivotschemadesigner .e-axisTd2 .e-pivotButton .pvtBtnDiv:hover {
    border-color: #c8c8c8 !important;
}

.e-pivotschemadesigner .e-axisTd1 .e-pivotButton .pvtBtnDiv:hover button, .e-pivotschemadesigner .e-axisTd2 .e-pivotButton .pvtBtnDiv:hover button {
    color: #000 !important;
}

.e-ul > .e-item {
    padding-left: 2em;
}

.e-ul > .e-item {
    border-top: 1px solid #d8d8d8;
    padding-top: .75em;
}

.e-ul > .e-item:first-child {
    border-top: none;
    padding-top: 0;
}

.e-ul .e-item .e-text-wrap .e-icon + .e-text {
    cursor: pointer !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}

/* Hide filter icons but not in sub list */
.e-text ~ .e-icon.filter, .e-ul:not(.e-treeview-ul) > .e-item > .e-text-wrap > .e-text ~ .treeDrop {
    display: none !important;
}

.e-treeview-ul li a {
    font-weight: normal !important;
}

.e-treeview-ul > .e-item > .e-text-wrap > div.e-icon {
    margin-top: 3px !important;
}

.e-ul > .e-item > .e-text-wrap > div.e-icon.e-minus:before, .e-ul > .e-item > .e-text-wrap > div.e-icon.e-plus:before {
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-top: -1px !important;
}

.e-ul > .e-item > .e-text-wrap > div.e-icon.e-minus:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}

.e-ul > .e-item > .e-text-wrap > div.e-icon.e-plus:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.e-treeview .e-plus, .e-treeview .e-minus, .e-treeview .e-icon.e-load {
    cursor: pointer !important;
}

.e-text > span.e-icon {
    display: none;
}

.e-memberEditorDiv #All {
    margin-left: 0;
}

.e-memberEditorDiv .e-chkbox-small {
    margin-left: .5em;
}

.e-memberEditorDiv li.e-item {
    margin-top: 0;
    margin-bottom: .2em;
    padding-top: .2em;
    padding-bottom: .2em;
}

.e-memberEditorDiv .e-text.CanSelect {
    border: none !important;
    margin-top: .2em;
    padding: .2em .4em .1em;
}

/* Left Menu and Toggle Input */
.container-fluid.bg-2 > .row > .col-md-12 > table tr:first-child > td > input.menu-toggle {
    cursor: pointer;
    display: block !important;
    position: absolute;
    top: -65px;
    left: 15px;
    margin: 0 !important;
    padding: 0;
    opacity: 0; /* hides input */
    width: 78px;
    height: 40px;
    z-index: 1005;
    -webkit-touch-callout: none;
}
.container-fluid.bg-2 > .row > .col-md-12 > table tr:first-child > td > label.menu-toggle {
    display: block !important;
    position: absolute;
    top: -65px;
    left: 15px;
    width: 30px;
    height: 30px;
}
.container-fluid.bg-2 > .row > .col-md-12 > table tr:first-child > td > label.menu-toggle span {
    border: none;
    border-radius: 3px;
    color: #069;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-right: 2em;
    margin-left: 0;
    padding: 10px 15px 0 32px;
    position: relative;
    text-align: center;
    width: 78px;
    height: 40px;
    z-index: 1004;
}
.container-fluid.bg-2 > .row > .col-md-12 > table tr:first-child > td > input.menu-toggle:hover + label.menu-toggle span {
    background-color: #ecf1f7;
}
.container-fluid.bg-2 > .row > .col-md-12 > table tr:first-child > td > label.menu-toggle span::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23006699' stroke='%23006699' stroke-linecap='round' stroke-miterlimit='10' stroke-width='.6' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: top left;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 8px;
    left: 5px;
}
.container-fluid.bg-2 > .row > .col-md-12 > table tr:first-child > td > input.menu-toggle:checked + label.menu-toggle span::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23006699' stroke='%23006699' stroke-linecap='round' stroke-miterlimit='10' stroke-width='.8' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.container-fluid.bg-2 > .row > .col-md-12 > table tr:first-child > td > input.menu-toggle:checked ~ #menu-left {
    display: flex;
    transform: translateY(0px);
}
#menu-left {
    background-color: #069 !important;
    box-shadow: 0 2px 3px rgb(0 102 153 / 30%);
    margin-top: -12px;
    margin-left: -1.5em;
    padding: 1.25em 1.5em 2.25em;
    flex-grow: 1;
    flex-wrap: wrap;
    width: 100vw;
    position: absolute;
    transform: translateY(-150%);
    transition: all 0.3s ease;
    z-index: 1000;
}
#menu-left > div {
    min-width: 275px;
    flex: 0;
}
#menu-left > div:nth-last-child(-n+2), #menu-left > div:nth-last-child(-n+2) a {
    margin-top: 0;
}
#menu-left > div:nth-last-child(-n+2) a {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}
#menu-left > div:nth-last-child(-n+2) a:hover {
    text-decoration: underline;
}
#menu-left h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 5px;
}
#menu-left, #menu-left ul {
    color: #beedffe0 !important;
    font-size: 14px;
}
#menu-left ul {
    list-style: none;
    padding: 0 !important;
}
#menu-left ul li {
    line-height: 0.2em;
    list-style: none;
    margin: 0 5px 0 15px;
    padding: .25em 0 !important;
}
#menu-left ul li a {
    font-size: 15px;
    font-weight: normal;
    line-height: .5em !important;
    text-decoration: none;
}
#menu-left h3, #menu-left a, #menu-left input {
    color: #fff !important;
    display: inline-block;
    text-align: left;
}
#menu-left a:hover {
    color: #fff;
    text-decoration: underline;
}
/* Help Links */
#help-menu a {
    box-shadow: inset 0 -2px 0 #ecf1f7, inset 0 -3px 0 #069;
    margin-right: .5em;
    text-decoration: none !important;
}
#help-menu a::after {
    box-shadow: inset 0 -2px 0 #ecf1f7, inset 0 -4px 0 #ecf1f7 !important;
    color: #00669930 !important;
    content: "|";
    cursor: auto;
    display: inline-block;
    padding-left: .5em;
}
#help-menu a:last-child::after {
    display: none;
}

/* Breakpoint and up */
@media screen and (min-width: 768.5px) {
    .title {
        margin-left: 4.5em !important;
    }
}

/* Breakpoint and down */
@media screen and (max-width: 1078.5px) {
    .container-fluid.bg-2 > div > div > table tbody tr:nth-child(2) td:nth-child(2) table tbody tr td:first-child {
        min-width: 80%;
}
    .container-fluid.bg-2 > div > div > table tbody tr:nth-child(2) td:nth-child(2) table tbody tr td:nth-child(2) {
        padding-top: 2px !important;
    }
    .container-fluid.bg-2 > div > div > table tbody tr:nth-child(2) td:nth-child(2) table tbody tr td:first-child, .container-fluid.bg-2 > div > div > table tbody tr:nth-child(2) td:nth-child(2) table tbody tr td:nth-child(2), .container-fluid.bg-2 > div > div > table tbody tr:nth-child(2) td:nth-child(2) table tbody tr td:nth-child(3) {
        display: inline-block;
    }
}
@media screen and (max-width: 768px) {
    .container-fluid.bg-2 > div > div > table tbody tr:nth-child(2) td:nth-child(2) table tbody tr td:nth-child(2) {
        width: 100% !important;
    }
    .container-fluid.bg-2 > div > div > table tbody tr:nth-child(2) td:nth-child(2) table tbody tr td:nth-child(4), .container-fluid.bg-2 > div > div > table tbody tr:nth-child(2) td:nth-child(2) table tbody tr td:nth-child(5) {
        display: inline-block !important;
        float: right;
        text-align: right;
        width: 10% !important;
    }
    .container-fluid.bg-2 > .row > .col-md-12 > table tr:nth-child(4) td:first-child, .container-fluid.bg-2 > .row > .col-md-12 > table tr:nth-child(2) td:not(.value) {
        display: block;
        min-height: 40px;
    }
    .container-fluid.bg-2 > .row > .col-md-12 > table tr:nth-child(4) td:first-child, .container-fluid.bg-2 table.headerTable, .e-fieldTable, .parentSchemaFieldTree, .parentSchemaFieldTree .e-schemaFieldTree, .e-axisTable, .e-pivotschemadesigner, .e-pivotschemadesigner .e-axisTable div:nth-child(1), .e-pivotschemadesigner .e-axisTable div:nth-child(2), .e-pivotschemadesigner .e-axisTd1 .e-pivotButton .pvtBtnDiv, .e-pivotschemadesigner .e-axisTd2 .e-pivotButton .pvtBtnDiv, .e-pivotschemadesigner .e-axisTd1 .e-pivotButton .pvtBtnDiv button, .e-pivotschemadesigner .e-axisTd2 .e-pivotButton .pvtBtnDiv button {
        max-width: initial !important;
        width: 100% !important;
    }
    .container-fluid.bg-2 > .row > .col-md-12 > table tr:nth-child(4) td:first-child .e-fieldTable {
        width: 100% !important;
        margin-right: 2em;
        margin-left: 0;
        border-right: none;
        border-left: none;
    }
    .e-pivotschemadesigner .e-schemaFieldTree ul {
        max-width: 100% !important;
        width: initial !important;
        padding-right: 3px;
    }
    .e-pivotschemadesigner .e-schemaFieldTree li {
        max-width: 100% !important;
        width: initial !important;
        padding-right: 20px;
    }
    .e-pivotschemadesigner .e-schemaFieldTree ul.e-treeview-ul li a.e-text {
        max-width: initial;
    }
    .container-fluid.bg-2 > .row > .col-md-12 > table tr:nth-child(4) td:first-child .e-fieldTable a.e-text {
        margin-right: 0;
    }
    .navbar.navbar-inverse + div.container-fluid.bg-2 > div > div > table:first-child > tbody > tr:first-child > td:first-child table tr:nth-child(2) td {
        min-height: 20px;
    }
    .navbar.navbar-inverse {
        grid-column-start: 1;
        grid-column-end: 4;
        min-height: 60px !important;
    }
    .navbar.navbar-inverse > div.container-fluid {
        margin-left: auto;
        width: calc(70% - 35px);
    }
    .title {
        display: flex !important;
        flex-direction: column;
        font-size: 0 !important;
        justify-content: center;
        margin: 0 !important;
        padding: 0 !important;
        text-align: center;
        width: 100%;
    }
     .title a {
        align-self: center;
        line-height: 1.75em;
        margin: 2.4em 1em 0 1em !important;
    }
    #divUserLoginIn {
        text-align: left;
    }
}

/* Place dialogs in center of screen (overrides inline positioning) */
#PivotGrid1_clientDialog_wrapper {
    top: 50% !important;
    left: 50% !important;
    margin-right: -50% !important;
    transform: translate(-50%, -50%);
    position: fixed !important;
}