#t_Body_nav {
    box-shadow: 6px 0 20px 0 rgba(25, 42, 70, .35);
    transition: all .3s cubic-bezier(0, 0, .2, 1);
    z-index: 500;
}

.t-Body-title--shadow {
    box-shadow: 0px 8px 14px 0 rgba(25, 42, 70, .11);
    transition: all .3s cubic-bezier(0, 0, .2, 1);
}

.apex-item-select.apex-item-has-icon {
    padding-left: 3.4rem !important;
    text-indent: 0 !important;
    -webkit-padding-start: 4rem !important;
}

.apex-item-display-only {
    padding-left: 3.8rem !important;
    text-indent: 0 !important;
}

.apex-item-text.apex-item-has-icon,
.apex-item-text.apex-item-datepicker.apex-item-has-icon {
    padding-left: 3.8rem !important;
    text-indent: 0 !important;
}

.t-Footer-top {
    padding-right: 3rem;
}

.t-Header-nav-list {
  -webkit-box-shadow: 0px 6px 20px 0px rgb(25 42 70 / 35%);
  -moz-box-shadow: 0px 6px 20px 0px rgba(25, 42, 70, .35);
  box-shadow: 0px 6px 20px 0px rgb(25 42 70 / 35%);
}

.t-Region-slideover {
    border-top: 0px;
    /*-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.t-Region-slideover--header {
    box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.75) inset;
    -webkit-box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.75) inset;
}

.t-Region-slideover--body .container {
    overflow: hidden;
}

.t-Region--scrollBody > .t-Region-bodyWrap > .t-Region-body {
    z-index: 9;
}

.t-Region-slideover {
    position: absolute;
top: 0%;
border: 0;
background-color: transparent;
cursor: pointer;
text-overflow: clip;
overflow: clip;
margin: 0 auto;
display: inline-block;
min-width: 45%;
}

.breadcrumb-bar {
    float: left;
}

.t-Region-slideover--header {
    font-size: 1.4rem;
    line-height: 1.1rem;
    border: 0;
    -webkit-box-shadow: none;
    background-color: transparent;
}

.t-Region-slideover--header .t-Region-headerItems--title {
    text-align: center;
    display: inline-block;
    background-color: transparent;
}

.t-Region-slideover--header .t-Region-headerIcon {
    display: inline;
}

.t-Region-slideover--header .t-Region-headerIcon .t-Icon {
    font-size: 1.4rem;
    line-height: 1.1rem;
    padding-top: 0;
    padding-bottom: 0;
}

.t-Region-slideover--body {
    box-shadow: 0px 8px 14px 0 rgba(25, 42, 70, .11);
    transition: all .3s cubic-bezier(0, 0, .2, 1);
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
}

.t-Region-slideover--body .t-Region-body {
    padding-top: 0;
}

/* Custom On/Off Color - No Color */
.t-Form-fieldContainer--radioButtonGroup .apex-item-group--switch.apex-item-radio input:checked + label,
.apex-item-group--switch.apex-button-group input:checked+label {
    background-color: #f44336 !important;
}


/* Custom On/Off Color - Yes Color */
.t-Form-fieldContainer--radioButtonGroup .apex-item-group--switch.apex-item-radio input[value="1"]:checked + label,
.apex-item-group--switch.apex-button-group input[value="1"]:checked+label,
.apex-item-group--switch.apex-button-group input[value="Y"]:checked+label {
    background-color:#3BAA2C !important;
}

.digi-checkbox {
    width: 1.5em;
    height: 1.5em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
}


.report-badge {
    position: absolute;
    height: 21px !important;
    width: 20px !important;
    border-radius: 50%;
    color: white !important;
    background: #b51100;
    text-align: center;
    line-height: 21px;
    font-family: "Arial Bold";
    font-size: 10.5px;
    bottom: 9px;
    left: 0px;
}