#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;
    min-height: 4rem;
}

.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: 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;
}



.t-Cards--6cols .t-Cards-item:nth-child(5n+1) {
    clear: both
}

.t-Cards--6cols .t-Cards-item {
    float: left
}

.u-RTL .t-Cards--6cols .t-Cards-item{
    float: right
}


.t-Cards--6cols .t-Cards-item {
    width: 16.65%
}


@media only screen and (max-width: 640px) {

    .t-Cards--6cols .t-Cards-item {
        width: 50%;
        clear: none!important
    }

    .t-Cards--6cols .t-Cards-item:nth-child(2n+1) {
        clear: both!important
    }
}

@media only screen and (min-width: 769px) and (max-width:991px) {
    .t-Cards--6cols .t-Cards-item {
        width:25%;
        clear: none
    }

    .t-Cards--6cols .t-Cards-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width: 768px) {
    .t-Cards--6cols .t-Cards-item {
        width:33.33%;
        clear: none
    }

    .t-Cards--6cols .t-Cards-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width: 480px) {
    .t-Cards--6cols .t-Cards-item {
        float:none;
        width: 100%;
        clear: both!important
    }
}

.t-Card-content-icon-div {
    display: block
}


.t-Card-content-icon {
    position: relative;
    z-index: 10;
    height: 60px;
    width: 26%;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    font-size: 29px;
    display: inline-block;
    margin-right: 15px;
    box-shadow: 2px 2px 4px 0.5px rgba(0,0,0,0.26);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: zoom-in;
}


div.standard-with-filters div#t_Body_content_offset {
    height: 105px!important;
}

figure.image>img{
  max-width: 100%;
}