﻿
@font-face {
    font-family: 'FontAwesome Regular';
    src: url("/webfonts/fa-regular-400.ttf");
}

@font-face {
    font-family: 'FontAwesome Duotone';
    src: url("/webfonts/fa-duotone-900.ttf");
}

@font-face {
    font-family: 'FontAwesome Solid';
    src: url("/webfonts/fa-solid-900.ttf");
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("/webfonts/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2") format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("/webfonts/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2") format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("/webfonts/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2") format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* Replace the body selector with utility classes */
.font-montserrat {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Additional weight-specific classes if needed */
.font-montserrat-light {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
}

.font-montserrat-regular {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
}

.font-montserrat-medium {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
}

.font-montserrat-semibold {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
}

.font-montserrat-bold {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
}

/* ------------------------------------------- */
/* Slide Rigth
/* ------------------------------------------- */
/* line 163, ../sass/ng-animation.scss */
.slide-right {
    -webkit-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
}
    /* line 165, ../sass/ng-animation.scss */
    .slide-right.ng-enter {
        transform: translateX(60px);
        -ms-transform: translateX(60px);
        -webkit-transform: translateX(60px);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 0;
    }
    /* line 171, ../sass/ng-animation.scss */
    .slide-right.ng-enter-active {
        transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        opacity: 1;
    }
    /* line 176, ../sass/ng-animation.scss */

    /* line 188, ../sass/ng-animation.scss */
    .slide-right.ng-hide-add {
        transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 1;
    }
        /* line 193, ../sass/ng-animation.scss */
        .slide-right.ng-hide-add.ng-hide-add-active {
            transform: translateX(60px);
            -ms-transform: translateX(60px);
            -webkit-transform: translateX(60px);
            opacity: 0;
        }
    /* line 199, ../sass/ng-animation.scss */
    .slide-right.ng-hide-remove {
        transform: translateX(60px);
        -ms-transform: translateX(60px);
        -webkit-transform: translateX(60px);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        display: block !important;
        opacity: 0;
    }
        /* line 205, ../sass/ng-animation.scss */
        .slide-right.ng-hide-remove.ng-hide-remove-active {
            transform: translateX(0);
            -ms-transform: translateX(0);
            -webkit-transform: translateX(0);
            opacity: 1;
        }

/* ------------------------------------------- */
/* Slide Left
/* ------------------------------------------- */
/* line 217, ../sass/ng-animation.scss */
.slide-left {
    -webkit-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
}
    /* line 219, ../sass/ng-animation.scss */
    .slide-left.ng-enter {
        transform: translateX(-60px);
        -ms-transform: translateX(-60px);
        -webkit-transform: translateX(-60px);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 0;
    }
    /* line 225, ../sass/ng-animation.scss */
    .slide-left.ng-enter-active {
        transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        opacity: 1;
    }
    /* line 230, ../sass/ng-animation.scss */

    /* line 242, ../sass/ng-animation.scss */
    .slide-left.ng-hide-add {
        transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 1;
    }
        /* line 247, ../sass/ng-animation.scss */
        .slide-left.ng-hide-add.ng-hide-add-active {
            transform: translateX(-60px);
            -ms-transform: translateX(-60px);
            -webkit-transform: translateX(-60px);
            opacity: 0;
        }
    /* line 253, ../sass/ng-animation.scss */
    .slide-left.ng-hide-remove {
        transform: translateX(-60px);
        -ms-transform: translateX(-60px);
        -webkit-transform: translateX(-60px);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        display: block !important;
        opacity: 0;
    }
        /* line 259, ../sass/ng-animation.scss */
        .slide-left.ng-hide-remove.ng-hide-remove-active {
            transform: translateX(0);
            -ms-transform: translateX(0);
            -webkit-transform: translateX(0);
            opacity: 1;
        }

/* ------------------------------------------- */
/* Slide Down
/* ------------------------------------------- */
/* line 270, ../sass/ng-animation.scss */
.slide-down {
    -webkit-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
}
    /* line 273, ../sass/ng-animation.scss */
    .slide-down.ng-enter {
        transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        -webkit-transform: translateY(-60px);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 0;
    }
    /* line 279, ../sass/ng-animation.scss */
    .slide-down.ng-enter-active {
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }
    /* line 284, ../sass/ng-animation.scss */
    .slide-down.ng-leave {
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 1;
    }
    /* line 290, ../sass/ng-animation.scss */
    .slide-down.ng-leave-active {
        transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        -webkit-transform: translateY(-60px);
        opacity: 0;
    }
    /* line 296, ../sass/ng-animation.scss */
    .slide-down.ng-hide-add {
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 1;
    }
        /* line 301, ../sass/ng-animation.scss */
        .slide-down.ng-hide-add.ng-hide-add-active {
            transform: translateY(-60px);
            -ms-transform: translateY(-60px);
            -webkit-transform: translateY(-60px);
            opacity: 0;
        }
    /* line 307, ../sass/ng-animation.scss */
    .slide-down.ng-hide-remove {
        transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        -webkit-transform: translateY(-60px);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        display: block !important;
        opacity: 0;
    }
        /* line 313, ../sass/ng-animation.scss */
        .slide-down.ng-hide-remove.ng-hide-remove-active {
            transform: translateY(0);
            -ms-transform: translateY(0);
            -webkit-transform: translateY(0);
            opacity: 1;
        }

/* ------------------------------------------- */
/* Bouncy Slide Top
/* ------------------------------------------- */
/* line 325, ../sass/ng-animation.scss */
.bouncy-slide-top {
    -webkit-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1);
    /* older webkit */
    -webkit-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* easeOutBack */
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1);
    /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    /* custom */
}
    /* line 328, ../sass/ng-animation.scss */
    .bouncy-slide-top.ng-enter {
        transform: translateY(240px);
        -ms-transform: translateY(240px);
        -webkit-transform: translateY(240px);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 0;
    }
    /* line 334, ../sass/ng-animation.scss */
    .bouncy-slide-top.ng-enter-active {
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }
    /* line 339, ../sass/ng-animation.scss */
    .bouncy-slide-top.ng-leave {
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 1;
    }
    /* line 345, ../sass/ng-animation.scss */
    .bouncy-slide-top.ng-leave-active {
        transform: translateY(240px);
        -ms-transform: translateY(240px);
        -webkit-transform: translateY(240px);
        opacity: 0;
    }
    /* line 351, ../sass/ng-animation.scss */
    .bouncy-slide-top.ng-hide-add {
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 1;
    }
        /* line 356, ../sass/ng-animation.scss */
        .bouncy-slide-top.ng-hide-add.ng-hide-add-active {
            transform: translateY(240px);
            -ms-transform: translateY(240px);
            -webkit-transform: translateY(240px);
            opacity: 0;
        }
    /* line 362, ../sass/ng-animation.scss */
    .bouncy-slide-top.ng-hide-remove {
        transform: translateY(240px);
        -ms-transform: translateY(240px);
        -webkit-transform: translateY(240px);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        display: block !important;
        opacity: 0;
    }
        /* line 368, ../sass/ng-animation.scss */
        .bouncy-slide-top.ng-hide-remove.ng-hide-remove-active {
            transform: translateY(0);
            -ms-transform: translateY(0);
            -webkit-transform: translateY(0);
            opacity: 1;
        }

/* ------------------------------------------- */
/* Bouncy Slide Rigth
/* ------------------------------------------- */
/* line 379, ../sass/ng-animation.scss */
.bouncy-slide-right {
    -webkit-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1);
    /* older webkit */
    -webkit-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* easeOutBack */
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1);
    /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    /* custom */
}
    /* line 382, ../sass/ng-animation.scss */
    .bouncy-slide-right.ng-enter {
        transform: translateX(240px);
        -ms-transform: translateX(240px);
        -webkit-transform: translateX(240px);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 0;
    }
    /* line 388, ../sass/ng-animation.scss */
    .bouncy-slide-right.ng-enter-active {
        transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        opacity: 1;
    }
    /* line 393, ../sass/ng-animation.scss */

    /* line 405, ../sass/ng-animation.scss */
    .bouncy-slide-right.ng-hide-add {
        transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 1;
    }
        /* line 410, ../sass/ng-animation.scss */
        .bouncy-slide-right.ng-hide-add.ng-hide-add-active {
            transform: translateX(240px);
            -ms-transform: translateX(240px);
            -webkit-transform: translateX(240px);
            opacity: 0;
        }
    /* line 416, ../sass/ng-animation.scss */
    .bouncy-slide-right.ng-hide-remove {
        transform: translateX(240px);
        -ms-transform: translateX(240px);
        -webkit-transform: translateX(240px);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        display: block !important;
        opacity: 0;
    }
        /* line 422, ../sass/ng-animation.scss */
        .bouncy-slide-right.ng-hide-remove.ng-hide-remove-active {
            transform: translateX(0);
            -ms-transform: translateX(0);
            -webkit-transform: translateX(0);
            opacity: 1;
        }

/* ------------------------------------------- */
/* Bouncy Slide Left
/* ------------------------------------------- */
/* line 434, ../sass/ng-animation.scss */
.bouncy-slide-left {
    -webkit-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1);
    /* older webkit */
    -webkit-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* easeOutBack */
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1);
    /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    /* custom */
}
    /* line 437, ../sass/ng-animation.scss */
    .bouncy-slide-left.ng-enter {
        transform: translateX(-240px);
        -ms-transform: translateX(-240px);
        -webkit-transform: translateX(-240px);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 0;
    }
    /* line 443, ../sass/ng-animation.scss */
    .bouncy-slide-left.ng-enter-active {
        transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        opacity: 1;
    }
    /* line 448, ../sass/ng-animation.scss */
    .bouncy-slide-left.ng-leave {
        transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 1;
    }
    /* line 454, ../sass/ng-animation.scss */
    .bouncy-slide-left.ng-leave-active {
        transform: translateX(-240px);
        -ms-transform: translateX(-240px);
        -webkit-transform: translateX(-240px);
        opacity: 0;
    }
    /* line 460, ../sass/ng-animation.scss */
    .bouncy-slide-left.ng-hide-add {
        transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 1;
    }
        /* line 465, ../sass/ng-animation.scss */
        .bouncy-slide-left.ng-hide-add.ng-hide-add-active {
            transform: translateX(-240px);
            -ms-transform: translateX(-240px);
            -webkit-transform: translateX(-240px);
            opacity: 0;
        }
    /* line 471, ../sass/ng-animation.scss */
    .bouncy-slide-left.ng-hide-remove {
        transform: translateX(-240px);
        -ms-transform: translateX(-240px);
        -webkit-transform: translateX(-240px);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        display: block !important;
        opacity: 0;
    }
        /* line 477, ../sass/ng-animation.scss */
        .bouncy-slide-left.ng-hide-remove.ng-hide-remove-active {
            transform: translateX(0);
            -ms-transform: translateX(0);
            -webkit-transform: translateX(0);
            opacity: 1;
        }

/* ------------------------------------------- */
/* Bouncy Slide Down
/* ------------------------------------------- */
/* line 488, ../sass/ng-animation.scss */
.bouncy-slide-down {
    -webkit-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1);
    /* older webkit */
    -webkit-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* easeOutBack */
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1);
    /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    /* custom */
}
    /* line 491, ../sass/ng-animation.scss */
    .bouncy-slide-down.ng-enter {
        transform: translateY(-240px);
        -ms-transform: translateY(-240px);
        -webkit-transform: translateY(-240px);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 0;
    }
    /* line 497, ../sass/ng-animation.scss */
    .bouncy-slide-down.ng-enter-active {
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }
    /* line 502, ../sass/ng-animation.scss */
    .bouncy-slide-down.ng-leave {
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 1;
    }
    /* line 508, ../sass/ng-animation.scss */
    .bouncy-slide-down.ng-leave-active {
        transform: translateY(-240px);
        -ms-transform: translateY(-240px);
        -webkit-transform: translateY(-240px);
        opacity: 0;
    }
    /* line 514, ../sass/ng-animation.scss */
    .bouncy-slide-down.ng-hide-add {
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 1;
    }
        /* line 519, ../sass/ng-animation.scss */
        .bouncy-slide-down.ng-hide-add.ng-hide-add-active {
            transform: translateY(-240px);
            -ms-transform: translateY(-240px);
            -webkit-transform: translateY(-240px);
            opacity: 0;
        }
    /* line 525, ../sass/ng-animation.scss */
    .bouncy-slide-down.ng-hide-remove {
        transform: translateY(-240px);
        -ms-transform: translateY(-240px);
        -webkit-transform: translateY(-240px);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        display: block !important;
        opacity: 0;
    }
        /* line 531, ../sass/ng-animation.scss */
        .bouncy-slide-down.ng-hide-remove.ng-hide-remove-active {
            transform: translateY(0);
            -ms-transform: translateY(0);
            -webkit-transform: translateY(0);
            opacity: 1;
        }

/* ------------------------------------------- */
/* Scale Fade
/* ------------------------------------------- */
/* line 544, ../sass/ng-animation.scss */
.scale-fade {
    -webkit-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
}
    /* line 547, ../sass/ng-animation.scss */
    .scale-fade.ng-enter {
        transform: scale(0.7);
        -ms-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 0;
    }
    /* line 553, ../sass/ng-animation.scss */
    .scale-fade.ng-enter-active {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }
    /* line 558, ../sass/ng-animation.scss */

    /* line 570, ../sass/ng-animation.scss */
    .scale-fade.ng-hide-add {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 1;
    }
        /* line 575, ../sass/ng-animation.scss */
        .scale-fade.ng-hide-add.ng-hide-add-active {
            transform: scale(0.7);
            -ms-transform: scale(0.7);
            -webkit-transform: scale(0.7);
            opacity: 0;
        }
    /* line 581, ../sass/ng-animation.scss */
    .scale-fade.ng-hide-remove {
        transform: scale(0.7);
        -ms-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        display: block !important;
        opacity: 0;
    }
        /* line 587, ../sass/ng-animation.scss */
        .scale-fade.ng-hide-remove.ng-hide-remove-active {
            transform: scale(1);
            -ms-transform: scale(1);
            -webkit-transform: scale(1);
            opacity: 1;
        }

/* ------------------------------------------- */
/* Spin Fade
/* ------------------------------------------- */
/* line 598, ../sass/ng-animation.scss */
.spin-toggle {
    -webkit-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
}
    /* line 601, ../sass/ng-animation.scss */
    .spin-toggle.ng-enter {
        transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 0;
    }
    /* line 607, ../sass/ng-animation.scss */
    .spin-toggle.ng-enter-active {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }
    /* line 612, ../sass/ng-animation.scss */
    .spin-toggle.ng-leave {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 1;
    }
    /* line 618, ../sass/ng-animation.scss */
    .spin-toggle.ng-leave-active {
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
    /* line 624, ../sass/ng-animation.scss */
    .spin-toggle.ng-hide-add {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 1;
    }
        /* line 629, ../sass/ng-animation.scss */
        .spin-toggle.ng-hide-add.ng-hide-add-active {
            transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            opacity: 0;
        }
    /* line 635, ../sass/ng-animation.scss */
    .spin-toggle.ng-hide-remove {
        transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        display: block !important;
        opacity: 0;
    }
        /* line 641, ../sass/ng-animation.scss */
        .spin-toggle.ng-hide-remove.ng-hide-remove-active {
            transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            opacity: 1;
        }

/* ------------------------------------------- */
/* Scale in Fade
/* ------------------------------------------- */
/* line 653, ../sass/ng-animation.scss */
.scale-fade-in {
    -webkit-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
}
    /* line 656, ../sass/ng-animation.scss */
    .scale-fade-in.ng-enter {
        transform: scale(3);
        -ms-transform: scale(3);
        -webkit-transform: scale(3);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 0;
    }
    /* line 662, ../sass/ng-animation.scss */
    .scale-fade-in.ng-enter-active {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }
    /* line 667, ../sass/ng-animation.scss */

    /* line 679, ../sass/ng-animation.scss */
    .scale-fade-in.ng-hide-add {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 1;
    }
        /* line 684, ../sass/ng-animation.scss */
        .scale-fade-in.ng-hide-add.ng-hide-add-active {
            transform: scale(3);
            -ms-transform: scale(3);
            -webkit-transform: scale(3);
            opacity: 0;
        }
    /* line 690, ../sass/ng-animation.scss */
    .scale-fade-in.ng-hide-remove {
        transform: scale(3);
        -ms-transform: scale(3);
        -webkit-transform: scale(3);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        display: block !important;
        opacity: 0;
    }
        /* line 696, ../sass/ng-animation.scss */
        .scale-fade-in.ng-hide-remove.ng-hide-remove-active {
            transform: scale(1);
            -ms-transform: scale(1);
            -webkit-transform: scale(1);
            opacity: 1;
        }

/* ------------------------------------------- */
/* Bouncy Scale in Fade
/* ------------------------------------------- */
/* line 708, ../sass/ng-animation.scss */
.bouncy-scale-in {
    -webkit-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1);
    /* older webkit */
    -webkit-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* easeOutBack */
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1);
    /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    /* custom */
}
    /* line 711, ../sass/ng-animation.scss */
    .bouncy-scale-in.ng-enter {
        transform: scale(3);
        -ms-transform: scale(3);
        -webkit-transform: scale(3);
        transition-duration: 450ms;
        -webkit-transition-duration: 450ms;
        opacity: 0;
    }
    /* line 717, ../sass/ng-animation.scss */
    .bouncy-scale-in.ng-enter-active {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }
    /* line 722, ../sass/ng-animation.scss */
    .bouncy-scale-in.ng-leave {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transition-duration: 450ms;
        -webkit-transition-duration: 450ms;
        opacity: 1;
    }
    /* line 728, ../sass/ng-animation.scss */
    .bouncy-scale-in.ng-leave-active {
        transform: scale(3);
        -ms-transform: scale(3);
        -webkit-transform: scale(3);
        opacity: 0;
    }
    /* line 734, ../sass/ng-animation.scss */
    .bouncy-scale-in.ng-hide-add {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transition-duration: 450ms;
        -webkit-transition-duration: 450ms;
        opacity: 1;
    }
        /* line 739, ../sass/ng-animation.scss */
        .bouncy-scale-in.ng-hide-add.ng-hide-add-active {
            transform: scale(3);
            -ms-transform: scale(3);
            -webkit-transform: scale(3);
            opacity: 0;
        }
    /* line 745, ../sass/ng-animation.scss */
    .bouncy-scale-in.ng-hide-remove {
        transform: scale(3);
        -ms-transform: scale(3);
        -webkit-transform: scale(3);
        transition-duration: 450ms;
        -webkit-transition-duration: 450ms;
        display: block !important;
        opacity: 0;
    }
        /* line 751, ../sass/ng-animation.scss */
        .bouncy-scale-in.ng-hide-remove.ng-hide-remove-active {
            transform: scale(1);
            -ms-transform: scale(1);
            -webkit-transform: scale(1);
            opacity: 1;
        }

/* ------------------------------------------- */
/* Flip In
/* ------------------------------------------- */
/* line 763, ../sass/ng-animation.scss */
.flip-in {
    -webkit-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
}
    /* line 766, ../sass/ng-animation.scss */
    .flip-in.ng-enter {
        transform: perspective(300px) rotateX(90deg);
        -ms-transform: perspective(300px) rotateX(90deg);
        -webkit-transform: perspective(300px) rotateX(90deg);
        transition-duration: 550ms;
        -webkit-transition-duration: 550ms;
        opacity: 0.7;
    }
    /* line 772, ../sass/ng-animation.scss */
    .flip-in.ng-enter-active {
        transform: perspective(300px) rotateX(0deg);
        -ms-transform: perspective(300px) rotateX(0deg);
        -webkit-transform: perspective(300px) rotateX(0deg);
        opacity: 1;
    }
    /* line 777, ../sass/ng-animation.scss */
    .flip-in.ng-leave {
        transform: perspective(300px) rotateX(0deg);
        -ms-transform: perspective(300px) rotateX(0deg);
        -webkit-transform: perspective(300px) rotateX(0deg);
        transition-duration: 550ms;
        -webkit-transition-duration: 550ms;
        opacity: 1;
    }
    /* line 783, ../sass/ng-animation.scss */
    .flip-in.ng-leave-active {
        transform: perspective(300px) rotateX(135deg);
        -ms-transform: perspective(300px) rotateX(135deg);
        -webkit-transform: perspective(300px) rotateX(135deg);
        opacity: 0.7;
    }
    /* line 789, ../sass/ng-animation.scss */
    .flip-in.ng-hide-add {
        transform: perspective(300px) rotateX(0deg);
        -ms-transform: perspective(300px) rotateX(0deg);
        -webkit-transform: perspective(300px) rotateX(0deg);
        transition-duration: 550ms;
        -webkit-transition-duration: 550ms;
        opacity: 1;
    }
        /* line 794, ../sass/ng-animation.scss */
        .flip-in.ng-hide-add.ng-hide-add-active {
            transform: perspective(300px) rotateX(135deg);
            -ms-transform: perspective(300px) rotateX(135deg);
            -webkit-transform: perspective(300px) rotateX(135deg);
            opacity: 0;
        }
    /* line 800, ../sass/ng-animation.scss */
    .flip-in.ng-hide-remove {
        transform: perspective(300px) rotateX(90deg);
        -ms-transform: perspective(300px) rotateX(90deg);
        -webkit-transform: perspective(300px) rotateX(90deg);
        transition-duration: 550ms;
        -webkit-transition-duration: 550ms;
        display: block !important;
        opacity: 0;
    }
        /* line 806, ../sass/ng-animation.scss */
        .flip-in.ng-hide-remove.ng-hide-remove-active {
            transform: perspective(300px) rotateX(0deg);
            -ms-transform: perspective(300px) rotateX(0deg);
            -webkit-transform: perspective(300px) rotateX(0deg);
            opacity: 1;
        }

/* ------------------------------------------- */
/* Rotate In
/* ------------------------------------------- */
/* line 817, ../sass/ng-animation.scss */
.rotate-in {
    -webkit-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1);
    /* older webkit */
    -webkit-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* easeOutBack */
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1);
    /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.45, 1.595);
    /* custom */
}
    /* line 820, ../sass/ng-animation.scss */
    .rotate-in.ng-enter {
        transform: perspective(300px) rotateY(40deg);
        -ms-transform: perspective(300px) rotateY(40deg);
        -webkit-transform: perspective(300px) rotateY(40deg);
        transition-duration: 550ms;
        -webkit-transition-duration: 550ms;
        opacity: 0.7;
    }
    /* line 826, ../sass/ng-animation.scss */
    .rotate-in.ng-enter-active {
        transform: perspective(300px) rotateY(0deg);
        -ms-transform: perspective(300px) rotateY(0deg);
        -webkit-transform: perspective(300px) rotateY(0deg);
        opacity: 1;
    }
    /* line 831, ../sass/ng-animation.scss */

    /* line 843, ../sass/ng-animation.scss */
    .rotate-in.ng-hide-add {
        transform: perspective(300px) rotateY(0deg);
        -ms-transform: perspective(300px) rotateY(0deg);
        -webkit-transform: perspective(300px) rotateY(0deg);
        transition-duration: 550ms;
        -webkit-transition-duration: 550ms;
        opacity: 1;
    }
        /* line 848, ../sass/ng-animation.scss */
        .rotate-in.ng-hide-add.ng-hide-add-active {
            transform: perspective(300px) rotateY(-40deg);
            -ms-transform: perspective(300px) rotateY(-40deg);
            -webkit-transform: perspective(300px) rotateY(-40deg);
            opacity: 0;
        }
    /* line 854, ../sass/ng-animation.scss */
    .rotate-in.ng-hide-remove {
        transform: perspective(300px) rotateY(40deg);
        -ms-transform: perspective(300px) rotateY(40deg);
        -webkit-transform: perspective(300px) rotateY(40deg);
        transition-duration: 550ms;
        -webkit-transition-duration: 550ms;
        display: block !important;
        opacity: 0;
    }
        /* line 860, ../sass/ng-animation.scss */
        .rotate-in.ng-hide-remove.ng-hide-remove-active {
            transform: perspective(300px) rotateY(0deg);
            -ms-transform: perspective(300px) rotateY(0deg);
            -webkit-transform: perspective(300px) rotateY(0deg);
            opacity: 1;
        }

button {
    border-radius: 5px;
    padding-left: 25px;
    padding-right: 25px;
    white-space: unset !important;
}

    button i {
        margin-right: 7px;
    }

.input-group-append button {
    border-radius: 0 !important;
    padding: 7px !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

    .input-group-append button i {
        margin-right: 0 !important;
    }

.star-resource-container h4 {
    padding-bottom: 5px;
    color: #007385;
    border-bottom: 2px solid #007385;
}

.star-resource-container .resource-download-all {
    float: right;
    margin-top: -54px;
}

.star-resource-container {
    /*margin-bottom: 50px;*/
}

    .star-resource-container .resource {
        float: left;
        width: 200px;
        height: 150px;
        border: 2px solid #fd9644;
        padding-top: 100px;
        text-align: center;
        font-weight: bold;
        position: relative;
        border-radius: 15px;
        margin-right: 10px;
        cursor: pointer;
    }

        .star-resource-container .resource i {
            position: absolute;
            left: 50%;
            font-size: 70px;
            margin-left: -27px;
            top: 15px;
            color: #58b631;
        }



.service-user-header {
    background-image: url('../Content/Images/green.png');
    min-height: 100px;
    height: auto;
    position: relative;
    padding-right: 15px;
}

    .service-user-header .service-user-header-name {
        font-size: 42px;
        color: #fff;
        text-align: right;
    }

.service-user-header-name span {
    display: block;
}

.service-user-category {
    border-bottom: 2px solid #AEBE37;
    margin-bottom: 10px;
    width: 100%;
}

    .service-user-category::after {
        content: "";
        clear: both;
        display: table;
    }

    .service-user-category h4 {
        float: left;
    }


    .service-user-category button {
        float: right;
        margin-bottom: 5px;
    }

.service-user-episode-filter select {
    width: 250px;
    margin-left: 10px;
}

.service-user-episode-filter button {
    margin-left: 10px;
}


.service-user-episode-filter::after {
    content: "";
    clear: both;
    display: table;
}

.service-user-field-header label {
    border-bottom: 1px solid #cecece;
    margin-bottom: 10px;
    display: block;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .record-star-visual,
    .summary-star-visual {
        display: none;
    }

    #starEntryDropdown, #engagementDropdown {
        display: none;
    }
}
::-ms-reveal {
    display:none;
}
.summary-star-visual {
    width: 550px;
    height: 550px;
}

.star-field-holder {
    border: 1px solid;
    padding-top: 40px;
    position: relative;
    margin-bottom: 10px;
    border-radius: 7px;
}

.star-field-holder-label {
    margin-left: 10px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #fff;
}

.star-field-holder.orange {
    border-color: #fd9644;
}

    .star-field-holder.orange .star-field-holder-label {
        background-color: #fd9644;
    }

.star-field-holder.green {
    border-color: #acd448;
}

    .star-field-holder.green .star-field-holder-label {
        background-color: #acd448;
    }






.keywork-header {
    background-image: url('../Content/Images/blue.png');
    height: 100px;
    position: relative;
}

    .keywork-header .keywork-header-name {
        position: absolute;
        right: 20px;
        bottom: 10px;
        font-size: 42px;
        color: #fff;
    }

.keywork-header-70 {
    background-image: url('../Content/Images/green.png');
    height: 70px;
    position: relative;
}

    .keywork-header-70 .keywork-header-name {
        position: absolute;
        right: 20px;
        bottom: 0px;
        font-size: 42px;
        color: #fff;
    }



.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 33%;
}

.btn-circle {
    width: 30px !important;
    height: 37px !important;
    text-align: center !important;
    padding: 6px 0 !important;
    font-size: 12px !important;
    line-height: 1.428571429 !important;
    border-radius: 50%x !important;
}



.quick-action-container button {
    margin-bottom: 10px;
}

.btn-orange {
    color: #fff;
    background-color: #e39530;
    border-color: #e39530;
}

    .btn-orange:hover {
        color: #fff;
        background-color: #d0a01c;
        border-color: #d0a01c;
    }

    .btn-orange:focus, .btn-orange.focus {
        box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.5);
    }

    .btn-orange.disabled, .btn-orange:disabled {
        color: #fff;
        background-color: #e39530;
        border-color: #e39530;
    }

    .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
    .show > .btn-orange.dropdown-toggle {
        color: #fff;
        background-color: #2f66b3;
        border-color: #2c60a9;
    }

        .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
        .show > .btn-orange.dropdown-toggle:focus {
            box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.5);
        }

.btn-aqua {
    color: #fff;
    background-color: #019891;
    border-color: #019891;
}

    .btn-aqua:hover {
        color: #fff;
        background-color: #01bfb6;
        border-color: #01bfb6;
    }

    .btn-aqua:focus, .btn-aqua.focus {
        box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.5);
    }

    .btn-aqua.disabled, .btn-aqua:disabled {
        color: #fff;
        background-color: #019891;
        border-color: #019891;
    }

    .btn-aqua:not(:disabled):not(.disabled):active, .btn-aqua:not(:disabled):not(.disabled).active,
    .show > .btn-aqua.dropdown-toggle {
        color: #fff;
        background-color: #2f66b3;
        border-color: #2c60a9;
    }

        .btn-aqua:not(:disabled):not(.disabled):active:focus, .btn-aqua:not(:disabled):not(.disabled).active:focus,
        .show > .btn-aqua.dropdown-toggle:focus {
            box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.5);
        }

.outline-aqua {
    border-color: #019891;
    color: #019891;
}

.table-star-scores td {
    padding: 0.5rem !important;
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
    vertical-align: middle !important;
}


.nav-action {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav-action:before,
    .nav-action:after {
        display: table;
        content: " ";
    }

    .nav-action:after {
        clear: both;
    }

    .nav-action:before,
    .nav-action:after {
        display: table;
        content: " ";
    }

    .nav-action:after {
        clear: both;
    }

    .nav-action > li {
        position: relative;
        display: block;
    }

        .nav-action > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav-action > li > a:hover,
            .nav-action > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav-action > li.disabled > a {
            color: #999999;
        }

            .nav-action > li.disabled > a:hover,
            .nav-action > li.disabled > a:focus {
                color: #999999;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav-action .open > a,
    .nav-action .open > a:hover,
    .nav-action .open > a:focus {
        background-color: #eeeeee;
        border-color: #428bca;
    }

    .nav-action .nav-action-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav-action > li > a > img {
        max-width: none;
    }




.nav-tabs-action {
}

    .nav-tabs-action > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs-action > li > a {
            margin-right: 2px;
            line-height: 1.428571429;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs-action > li > a:hover {
                border-color: #eeeeee #eeeeee #dddddd;
            }

.kb-popular-article-list {
    list-style: none;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 0px;
}

    .kb-popular-article-list li {
        margin-bottom: 5px;
    }

.kb-header {
    position: relative;
    background-color: #019891; /*#007384;*/
}

.kb-header-content {
    text-align: center;
    padding: 20px;
    position: relative;
    top: 35px;
}

    .kb-header-content h1 {
        color: white;
        font-weight: normal;
        margin-bottom: 15px;
    }

    .kb-header-content input[type=text] {
        border-radius: 50px;
    }

.kb-card-primary {
    text-align: center;
}

    .kb-card-primary i {
        font-size: 50px;
        color: #017384;
        margin-bottom: 20px;
    }

    .kb-card-primary .card-title {
        font-size: 25px;
        margin-bottom: 15px;
    }


.tfa-input {
    font-size: 20px;
    text-align: center;
}



.step-information-star-list {
    display: inline-flex;
    /*height: 120px;*/
    padding: 5px;
    font-size: 14pt;
}

.step-information-star-tile {
    border: 3px solid #949494;
    width: 100%;
    height: 85px;
    border-radius: 5px;
    position: relative;
}

    .step-information-star-tile .service-name {
        position: relative;
        left: -3px;
        top: -1px;
        background-color: #949494;
        color: white;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12pt;
        border-radius: 5px 0px 5px 0px;
        max-width: 80%;
        word-break: break-all;
    }


    .step-information-star-tile .star-tile-content {
        position: relative;
    }


    .step-information-star-tile:not(.selected):not(.current):not(.removing):hover {
        border: 3px solid #007385;
        cursor: pointer;
    }

        .step-information-star-tile:not(.selected):not(.current):not(.removing):hover .service-name {
            background-color: #017384;
        }

    .step-information-star-tile.selected {
        border: 3px solid #007385;
    }

        .step-information-star-tile.selected .service-name {
            background-color: #017384;
        }

        .step-information-star-tile.selected .sel-icon {
            position: absolute;
            color: white;
            right: 20px;
            top: 10px;
        }

    .step-information-star-tile.pending {
        border: 3px solid #aebe37;
    }

        .step-information-star-tile.pending .service-name {
            background-color: #aebe37;
        }

    .step-information-star-tile.removing {
        border: 3px solid #f15a59;
    }

        .step-information-star-tile.removing .service-name {
            background-color: #f15a59;
        }


    .step-information-star-tile.current {
        border: 3px solid #007385;
    }

        .step-information-star-tile.current .service-name {
            background-color: #007385;
        }

    .step-information-star-tile.current {
        border: 3px solid #007385;
    }

        .step-information-star-tile.current .service-name {
            background-color: #007385;
        }


    .step-information-star-tile .deactivate-icon {
        position: absolute;
        top: 5px;
        right: 10px;
        cursor: pointer;
        font-size: 25px;
        color: green;
    }

    .step-information-star-tile .activate-icon {
        position: absolute;
        top: 5px;
        right: 10px;
        cursor: pointer;
        font-size: 25px;
        color: #ea2726;
        transform: rotate(-180deg);
    }

.step-information-star-tile-footer {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.center-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.step-information-show-all-button {
    margin: 0 auto;
    text-align: left;
}


.star-bounce {
    animation: bounce 0.5s infinite alternate;
    -webkit-animation: bounce 0.5s infinite alternate;
}

.file-print-summary {
    float: right;
    margin-right: 15px;
    font-size: 24px;
    cursor: pointer;
}

    .file-print-summary:hover {
        animation: bounce 0.5s infinite alternate;
        -webkit-animation: bounce 0.5s infinite alternate;
    }


@keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-10px);
    }
}

.fade-in-out-fast.ng-hide-add {
    opacity: 0;
    transition: 0;
}

.fade-in-out-fast.ng-hide-remove {
    transition: 0.2s linear opacity;
    /*transition-property: opacity;*/
    opacity: 1;
}

.fade-in-out-fast.ng-hide {
    opacity: 0;
    transition: 0;
}




.fade-in-out.ng-hide-add {
    opacity: 0;
    transition: 0;
}

.fade-in-out.ng-hide-remove {
    transition: 0.75s linear all;
    opacity: 1;
}

.fade-in-out.ng-hide {
    opacity: 0;
    transition: 0;
}

.fade-in-out-delay {
    transition: 0.75s linear all;
    opacity: 1;
    transition-delay: 0.75s;
}

    .fade-in-out-delay.ng-hide {
        opacity: 0;
    }

.fade-in-out-delay-small {
    transition: 0.75s linear all;
    opacity: 1;
    transition-delay: 0.2s;
}

    .fade-in-out-delay-small.ng-hide {
        opacity: 0;
    }


.table-star-scores > tbody > tr {
    cursor: pointer;
    font-weight: bold;
}

.table-star-scores tr.active, tr.active:hover {
    background-color: #01bfb6 !important;
    color: white !important;
}

.outcome-goal-row {
    margin-top: 5px;
}

.nav-tabs-action li.active > a {
    background-color: #007385;
    color: white;
}

.goal-content {
    border-top: 1px solid #d2d2d2;
    margin-bottom: 10px;
    /*background-color: #ffe2ca;*/
}

.action-content {
    border: 1px solid #d2d2d2;
    margin-bottom: 10px;
    background-color: #ffe2ca;
    padding-top: 10px;
}

.goal-row .col-md-6 {
    padding-left: 2em;
    padding-right: 2em;
}

.remind-me-chk {
    position: absolute !important;
    right: 15px !important;
}




.expand-button {
    cursor: pointer;
    display: block;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid darken(darkcyan, 10%);
    border-radius: 3px;
    background-color: darkcyan;
    color: white;
    font-size: 1rem;
    padding: 0.5rem;
}

    .expand-button:hover, .expand-button:active, .expand-button:focus {
        background-color: darken(darkcyan, 5%);
    }

.expand-content {
    position: relative;
    max-height: 350px;
    overflow: hidden;
    transition: max-height 1s ease;
}

    .expand-content.-expanded {
        max-height: 100vh;
    }

    .expand-content.expand-anim-fin::after {
        transition: all 2s ease;
        content: '';
        position: absolute;
        top: 280px;
        bottom: 150px;
        left: 0;
        right: 0;
        background: linear-gradient(rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 1) 50%);
        /* background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); */
        height: 120px;
    }

.outcome-area-help {
    position: absolute;
    top: 10px;
    right: 20px;
}

    .outcome-area-help i {
        font-size: 30px;
    }

.pull-left {
    float: left;
}


.pull-right {
    float: right;
}


.score-stuck {
    background-color: #bc4e43 !important;
    border: 1px solid #984138;
}

.score-accepting {
    background-color: #da792e !important;
    border: 1px solid #c7952c;
}

.score-trying {
    background-color: #e4a929 !important;
    border: 1px solid #ca9528;
}

.score-finding {
    background-color: #a8c033 !important;
    border: 1px solid #8b9e2c;
}

.score-parenting {
    background-color: #569d95 !important;
    border: 1px solid #528880;
}

.tm-items {
    background-color: #007385;
    z-index: 3;
}

    .tm-items.is-sticky {
        top: 0px !important;
    }

.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 2;
    left: 0;
    background-color: white; /*#ffe2ca;*/
    border-bottom: 1px solid #017384;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}




    .sticky + .content {
        padding-top: 125px;
    }

.header-save-btn {
    position: absolute;
    right: 15px;
    z-index: 1;
}

.sticky.show .opac-slow {
    opacity: 1;
}


@media (min-width: 576px) {
    .sticky.show {
        top: 65px;
        opacity: 1;
    }
}

@media (min-width: 992px) {
    .sticky.show {
        opacity: 1;
        top: 118px;
    }
}


.manual-entry-header {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

    .manual-entry-header .rms-wizard .rms-container {
        width: 60%;
        margin-top: 5px;
    }

    .manual-entry-header .rms-wizard .rms-multistep-progressbar li.rms-step {
        height: 75px;
    }


    .manual-entry-header .header-service-user {
        left: 15px
    }

    .manual-entry-header .rms-wizard .rms-step-section {
        background-color: white; /*#ffe2ca;*/
    }

    .manual-entry-header .header-service-user {
        display: inline-block !important;
        position: absolute;
        top: 5px;
    }

        .manual-entry-header .header-service-user span {
            display: block;
            font-size: 12pt;
        }

            .manual-entry-header .header-service-user span:first-child {
                font-size: 20pt;
            }


    .manual-entry-header .header-save-btn {
        position: absolute;
        right: 30px !important;
        top: 20px !important;
        z-index: 99;
    }


@media (min-width: 576px) {
    .manual-entry-header {
        max-width: 700px;
    }
}

@media (min-width: 768px) {
    .manual-entry-header {
        max-width: 880px;
    }
}

@media (min-width: 992px) {
    .manual-entry-header {
        max-width: 1000px;
    }
}

@media (min-width: 1280px) {
    .manual-entry-header {
        max-width: 1300px;
    }
}



.ss-container {
    width: 100%;
}

.ss-row {
    border-bottom: 1px solid #a5a5a5;
}

    .ss-row .ss-row-header {
        cursor: pointer;
        display: block;
        padding: 8px;
        min-height: 55px;
        position: relative;
    }

        .ss-row .ss-row-header .ss-header-label {
            font-size: 17pt;
            margin-left: 10px;
        }

        .ss-row .ss-row-header.active {
            background-color: #2bcbba !important;
            color: white !important;
            font-weight: bold !important;
        }

        .ss-row .ss-row-header:hover {
            background-color: rgba(0, 0, 0, 0.04);
            color: #495057;
        }



    .ss-row .ss-score-container {
        padding: 10px;
    }

        .ss-row .ss-score-container span {
            width: 150px;
            display: inline-block;
            text-align: right;
            top: -7px;
            position: relative;
        }

/*.ss-row.active {
        border-color: #2bcbba;
    }*/

.ss-score-summary {
    position: absolute;
    right: 0px;
    top: 0px;
    color: white;
    font-weight: bold;
}

    .ss-score-summary .ss-score-summary-item {
        position: relative;
        width: 120px;
        height: 55px;
        display: inline-block;
        text-align: center;
        border: none;
    }

        .ss-score-summary .ss-score-summary-item.summary-item-sm {
            height: 40px;
        }

            .ss-score-summary .ss-score-summary-item.summary-item-sm span:first-child {
                font-size: 9pt;
            }

.ss-score-summary-item.summary-item-sm .ss-item-score {
    font-size: 15pt;
}




.ss-score-summary .ss-score-summary-item span:first-child {
    display: block;
    font-size: 10pt;
}

.ss-item-score {
    font-size: 20pt;
    top: -5px;
    position: relative;
}



.ss-sg-container {
    position: relative;
    left: 43px;
    margin-top: 10px;
}




.ss-field-container {
    padding-top: 15px;
    z-index: 1;
}

.ss-goal-tab a {
    border-color: #d2d2d2;
    cursor: pointer;
}

.ss-goal-tab i {
    margin-right: 5px;
}

.ss-action-tab a {
    border-color: #d2d2d2;
    cursor: pointer;
}

.ss-action-tab i {
    margin-right: 5px;
}

.ss-next-step-btn {
    width: 150px;
    margin-bottom: 15px;
}

.ss-action-lg {
    display: inline-block;
    background-color: #017384;
    border-radius: 5px;
    color: white !important;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.ss-goal-action {
    display: block;
    color: white !important;
    margin-bottom: 3px;
    width: 35px;
}



.sub-text {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #808080;
    /*margin-top: 5px;*/
    line-height: 1.2;
    margin-bottom: 5px;
}

.sub-text-header {
    font-size: 15px;
    font-weight: normal;
    color: #808080;
    margin-top: 5px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.si-episode-item {
    border: 3px solid #949494;
    border-radius: 5px;
    padding: 5px;
    /*margin-right: 5px;*/
    height: 150px;
}

    .si-episode-item span {
        display: block;
    }

        .si-episode-item span:first-child {
            font-size: 12pt;
            font-weight: bold;
        }

    .si-episode-item h3 {
        font-size: 22pt;
        text-align: center;
    }

    .si-episode-item .fa-share {
        position: absolute;
        right: 8px;
        font-size: 19pt;
        top: 3px;
    }

    .si-episode-item .episode-progress {
        color: #74bd2d;
        /*float: right;*/
        font-size: 19pt;
    }

    .si-episode-item:not(.selected):hover {
        border: 3px solid #007385;
        cursor: pointer;
        /*background-color: #007385;
        color: white;*/
    }

    .si-episode-item.selected {
        border: 3px solid #007385;
        /*background-color: #007385;
        color: white;*/
    }

        .si-episode-item.selected .sel-icon {
            position: absolute;
            color: white;
            right: 5px;
            top: 5px;
        }


.si-episode-start-new {
    border: 3px solid #949494;
    border-radius: 5px;
    padding: 5px;
    min-height: 150px !important;
}

    .si-episode-start-new h3 {
        font-size: 22pt;
        flex: auto;
    }

    .si-episode-start-new i {
        position: relative;
        font-size: 19pt;
    }

    .si-episode-start-new:not(.selected):hover {
        border: 3px solid #29a229;
        cursor: pointer;
    }

        .si-episode-start-new:not(.selected):hover i {
            color: #29a229;
        }

    .si-episode-start-new.selected {
        border: 3px solid #29a229;
    }

        .si-episode-start-new.selected i {
            color: #29a229;
        }

    .si-episode-start-new .sel-icon {
        position: absolute;
        color: white;
        right: 5px;
        top: 5px;
    }

    .si-episode-start-new .top {
        display: flex;
        justify-content: center;
    }

.ap-legend {
    padding: 10px;
    /*border: 1px solid #dee2e6;
    border-radius: 5px;*/
    display: inline-block;
}

.ap-legend-open {
    border-left: 5px solid green;
    display: inline-block;
    margin-right: 15px;
}

    .ap-legend-open span {
        margin-left: 5px;
    }

.ap-legend-closed {
    border-left: 5px solid red;
    display: inline-block;
    margin-right: 15px;
}

    .ap-legend-closed span {
        margin-left: 5px;
    }

.ap-filters select {
    display: inline-block;
    margin-left: 10px;
}

.ap-summary-row {
    cursor: pointer;
}

    .ap-summary-row.open {
        border-left: 5px solid green;
    }

    .ap-summary-row.closed {
        border-left: 5px solid red;
    }


.zeroPadding {
    padding: 2px !important;
}

.auto-complete-box {
    position: relative;
}

.auto-complete-result {
    background-color: white;
    max-height: 200px;
    overflow: auto;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    width: 100%;
    z-index: 1;
    border: 1px solid #b5bdd1;
}

    .auto-complete-result ul {
        list-style: none;
        margin-bottom: 5px;
        margin-top: 5px;
        cursor: pointer;
        padding-inline-start: 15px;
        padding: 10px;
        position: relative;
    }

        .auto-complete-result ul:hover, .auto-complete-result ul:focus {
            background-color: #017384;
            color: white;
        }

        .auto-complete-result ul li i {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translate(0%, -50%);
        }



@media (min-width: 576px) {
    .next-steps-modal {
        min-width: 50%;
        position: absolute !important;
        left: 50% !important;
        top: 40% !important;
        transform: translate(-50%, -50%) !important;
    }
}

@media (min-width: 768px) {
    .next-steps-modal {
        min-width: 30%;
        position: absolute !important;
        left: 50% !important;
        top: 40% !important;
        transform: translate(-50%, -50%) !important;
    }
}

@media (min-width: 992px) {
    .next-steps-modal {
        min-width: 20%;
        position: absolute !important;
        left: 50% !important;
        top: 40% !important;
        transform: translate(-50%, -50%) !important;
    }
}

@media (min-width: 1280px) {
    .next-steps-modal {
        min-width: 25%;
        position: absolute !important;
        left: 50% !important;
        top: 40% !important;
        transform: translate(-50%, -50%) !important;
    }
}

.opac-slow {
    opacity: 0;
    -webkit-transition: opacity 1.5s;
    -moz-transition: opacity 1.5s;
    -ms-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

.background-img-blue {
    background-image: url('../Content/Images/blue.png');
    background-position-x: 400px;
}

.background-img-teal {
    background-image: url('../Content/Images/teal.png');
    background-position-x: 580px;
}

.record-header {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

    .record-header .left-content {
        position: relative;
        /*left: 20px;*/
        width: 100%;
        padding-left: 20px;
    }

    .record-header .record-header-name {
        font-size: 42px;
        color: #fff;
        display: block;
        min-height: 63px;
    }

    .record-header .record-header-dob {
        font-size: 14px;
        color: #fff;
        display: block;
    }

    .record-header .record-section-name {
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 20px;
        display: none;
        transform: translate(-50%, 0%);
    }


    .record-header .save-btn {
        display: none;
        position: absolute;
        right: 20px;
        top: 15px;
    }

    .record-header.is-sticky {
        min-height: 70px;
        background-image: none;
    }

        .record-header.is-sticky .left-content {
            position: relative;
            left: 15px;
            width: 100%;
        }

        .record-header.is-sticky .record-header-name {
            font-size: 30px;
            color: inherit;
        }

        .record-header.is-sticky .record-header-dob {
            font-size: 14px;
            color: inherit;
        }

        .record-header.is-sticky .save-btn, .record-header.is-sticky .record-section-name {
            display: inline-block;
        }

@media (min-width: 576px) {
    .record-header {
        max-width: 700px;
    }
}

@media (min-width: 768px) {
    .record-header {
        max-width: 880px;
    }
}

@media (min-width: 992px) {
    .record-header {
        max-width: 1000px;
    }
}

@media (min-width: 1280px) {
    .record-header {
        max-width: 1300px;
    }
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    position: relative;
}

.service-user-side-menu {
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
    background: white;
    transition: all 0.3s;
    position: relative;
}

    .service-user-side-menu .sidebar-header {
        padding: 10px;
        /*background: #6d7fcc;*/
        border-bottom: 1px solid rgba(0, 40, 100, 0.12);
    }

    .service-user-side-menu .sidebar-details {
        padding: 10px;
        border-bottom: 1px solid rgba(0, 40, 100, 0.12);
    }


        .service-user-side-menu .sidebar-details .form-group span:first-child {
            font-weight: bold;
            display: block;
        }




    .service-user-side-menu ul.components {
        padding: 20px 0;
        border-bottom: 1px solid rgba(0, 40, 100, 0.12);
    }

    .service-user-side-menu ul p {
        color: #fff;
        padding: 10px;
    }

    .service-user-side-menu ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
        position: relative;
        height: 38px;
        line-height: 14px;
    }

        .service-user-side-menu ul li a i {
            position: relative;
            float: right;
        }

        .service-user-side-menu ul li a.active {
            color: white;
            background: #fd9644;
            text-decoration: none;
        }

        .service-user-side-menu ul li a:hover:not(.active) {
            color: white;
            background: #8e8e8e;
            text-decoration: none;
        }

    .service-user-side-menu ul li .section-arrow {
        display: none;
        position: absolute;
        right: -20px;
        font-size: 25pt;
        top: 50%;
        transform: translate(0%, -50%);
    }

    .service-user-side-menu a.active > .section-arrow {
        display: block !important;
        color: #fd9644;
    }

    .service-user-side-menu a:hover:not(.active) > .section-arrow {
        display: block !important;
        color: #8e8e8e;
    }

@media (max-width: 767px) {
    .siderbar-toggle-btn {
        z-index:2;
    }
}
.siderbar-toggle-btn {
    position: relative;
    right: 15px;
    top: 9px;
    font-size: 18pt;
    float: right;
}


.service-user-side-menu ul li.active > a, .service-user-side-menu ul li.active > a[aria-expanded="true"] {
    color: white;
    background: #316cbe;
    text-decoration: none;
}

.service-user-side-menu.active {
    max-width: 50px;
    min-width: 50px;
}

    .service-user-side-menu.active .sidebar-details, .service-user-side-menu.active .sidebar-header, .service-user-side-menu.active .side-bar-mnu-txt, .service-user-side-menu.active .sidebar-actions {
        display: none;
    }

    .service-user-side-menu.active ul li a i {
        position: relative;
        float: none;
        left: 50%;
        transform: translate(-50%, 0%);
    }

.record-container {
    margin-left: 30px;
    width: 0;
    flex-grow: 1;
}

@media (max-width: 991px) {
    .record-container {
        margin-left: 0;
    }
}

.record-content {
    padding: 10px;
    position: relative;
    background: white;
    border: 1px solid rgba(0, 40, 100, 0.12);
}

.record-content-header {
    position: absolute;
    left: 5px;
    top: 0px;
    background-color: #fd9644;
    color: white;
    border-radius: 0px 0px 5px 5px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.action-status-toggle {
    float: right;
    margin-left: 10px;
}

.btn-sm.toggle-on {
    line-height: 20px !important;
}

.btn-sm.toggle-off {
    line-height: 20px !important;
}

.input-add {
    color: white !important;
    pointer-events: initial !important;
    cursor: pointer;
    background-color: #fd9644;
    border-radius: 0px 3px 3px 0px;
    border: 1px solid #b5a8ac;
}

    .input-add:hover {
        background-color: #e68940;
    }

    .input-add i {
        margin-right: 5px;
        margin-left: 5px;
    }

    .input-add span {
        margin-right: 5px;
    }


.input-icon-addon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    color: #9aa0ac;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 2.5rem;
    pointer-events: none;
}

.su-episode-item {
    border: 3px solid #949494;
    border-radius: 5px;
    padding: 5px;
    height: 110px;
}

    .su-episode-item span {
        display: block;
    }

        .su-episode-item span:first-child {
            font-size: 10pt;
            font-weight: bold;
        }

    .su-episode-item h3 {
        font-size: 15pt;
        text-align: center;
    }

    .su-episode-item:not(.selected):hover {
        border: 3px solid #007385;
        cursor: pointer;
    }

    .su-episode-item.selected {
        border: 3px solid #007385;
    }

        .su-episode-item.selected .sel-icon {
            position: absolute;
            color: white;
            right: 5px;
            top: 5px;
        }

.su-summary-stars ul.components {
    /*padding: 20px 0;
    border-bottom: 1px solid rgba(0, 40, 100, 0.12);*/
}

.su-summary-stars ul p {
    color: #fff;
    padding: 10px;
}

.su-summary-stars ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    position: relative;
    height: 38px;
    line-height: 14px;
}

    .su-summary-stars ul li a i {
        position: relative;
        float: right;
    }

    .su-summary-stars ul li a.active {
        color: white;
        background: #316cbe;
        text-decoration: none;
    }

    .su-summary-stars ul li a:hover:not(.active) {
        color: white;
        background: #8e8e8e;
        text-decoration: none;
    }

.btn-green {
    color: #fff;
    background-color: #AEBE37;
    border-color: #acbb35;
}

    .btn-green:hover {
        color: #fff;
        background-color: #a4b336;
        border-color: #93a02f;
    }

    .btn-green:focus, .btn-green.focus {
        box-shadow: 0 0 0 2px rgba(102, 162, 41, 0.5);
    }

    .btn-green.disabled, .btn-green:disabled {
        color: #fff;
        background-color: #AEBE37;
        border-color: #acbb35;
    }

    .btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active,
    .show > .btn-green.dropdown-toggle {
        color: #fff;
        background-color: #a4b336;
        border-color: #93a02f;
    }

        .btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus,
        .show > .btn-green.dropdown-toggle:focus {
            box-shadow: 0 0 0 2px rgba(102, 162, 41, 0.5);
        }

.table-hover tr {
    cursor: pointer;
}

.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
    display: initial;
}

.su-address-card {
    margin-top: 15px;
}

    .su-address-card .card-body {
        min-height: 50px;
    }

        .su-address-card .card-body i {
            margin-right: 10px;
        }

.action-journey {
    display: flex;
    margin-bottom: 5px;
}

    .action-journey .action-journey-score {
        color: white;
        font-weight: bold;
        text-align: center;
        width: 40px;
        padding: 3px;
    }

    .action-journey .action-journey-group {
        width: 90%;
        padding: 3px;
        padding-left: 10px;
        background-color: white;
        border-top: 1px solid #b5a8ac;
        border-bottom: 1px solid #b5a8ac;
        border-right: 1px solid #b5a8ac;
    }


.su-note {
}

.su-cardbody-list {
    margin-bottom: 10px;
    border-bottom: 1px solid #e2e5ec;
    padding: 5px;
}

    .su-cardbody-list:last-child {
        border: 0;
    }


/*#summary-star-container {
    min-width: 360px;
    max-width: 600px;
    height: 550px;
    margin: 0 auto;
}*/

#summarySection .card {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.reports-tile-container {
    margin-top: 25px;
}

.report-tile {
    position: relative;
    height: 170px;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    transition: 0.3s;
}

    .report-tile:hover {
        background-color: #324f5d;
        color: white;
        opacity: 1
    }

        .report-tile:hover .report-tile-img {
            background-color: white;
            opacity: 1
        }

            .report-tile:hover .report-tile-img i {
                color: #324f5d;
                opacity: 1
            }

        .report-tile:hover .report-tile-content span {
            color: #dedede;
            opacity: 1
        }



    .report-tile .fav-icon {
        position: absolute;
        right: 10px;
        top: 10px;
        color: gold;
        font-size: 14pt;
    }

.report-tile-content {
    text-align: center;
}

    .report-tile-content span {
        font-size: 12pt;
        display: block;
        color: #999999;
        transition: 0.3s;
    }

    .report-tile-content .updated-by {
        font-size: 10pt;
    }

.report-tile-img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background-color: #007385;
    position: relative;
    margin: auto 0;
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 10px;
    transition: 0.3s;
}

    .report-tile-img i {
        color: white;
        position: relative;
        top: 50%;
        font-size: 25pt;
        transition: 0.3s;
        transform: translate(0%, -50%);
    }


.report-tile-teal .report-tile-img {
    background-color: #569d95;
}

.report-tile-teal:hover {
    background-color: #569d95 !important;
}

    .report-tile-teal:hover .report-tile-img i {
        color: #569d95 !important;
    }

.list-empty-well {
    margin-bottom: 10px;
    text-align: center;
}

    .list-empty-well h4 {
        color: #999999;
    }

.report-side-menu {
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
    background: white;
    transition: all 0.3s;
    position: relative;
}

    .report-side-menu.active {
        max-width: 50px;
        min-width: 50px;
    }

        .report-side-menu.active .rs-content {
            display: none;
        }

        .report-side-menu.active .rs-content-collapsed {
            display: block;
        }

.rs-content-collapsed {
    display: none;
    writing-mode: vertical-lr;
    font-size: 17pt;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: #017384;
    color: white;
}

    .rs-content-collapsed div {
        position: absolute;
        left: 10px;
        top: 10px;
        height: 100%;
    }

    .rs-content-collapsed i:first-child {
        margin-bottom: 10px;
    }

    .rs-content-collapsed i:last-child {
        position: absolute;
        bottom: 20px;
        left: 5px;
    }

.report-content {
    padding: 10px;
    position: relative;
    background: white;
    border: 1px solid rgba(0, 40, 100, 0.12);
    width: 100%;
}

    .report-content .rc-header {
        display: inline-block;
        padding: 3px;
        margin-bottom: 5px;
    }

        .report-content .rc-header h2 {
            /*display:inline-block;*/
        }

        .report-content .rc-header span {
            /*display: inline-block;*/
            font-size: 14pt;
            color: #868e96;
            /*padding-right:20px;*/
            border-bottom: 1px solid #e5e6e7;
        }

.report-header {
    width: 100%;
    padding: 5px;
    background-color: #5d89a8;
    color: white;
    margin-bottom: 5px;
    text-align: center;
}

.report-bg-orange {
    background-color: #f7a45e !important;
}

.report-bg-teal {
    background-color: #019891 !important;
}

.report-bg-yellow {
    background-color: #efd653 !important;
}

.report-bg-green {
    background-color: #c4d06c !important;
}


.dropdown-item i {
    margin-right: 10px;
}

.orange-header {
    position: absolute;
    left: 5px;
    top: 0px;
    background-color: #fd9644;
    color: white;
    border-radius: 0px 0px 5px 5px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.rf-summary {
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    position: relative;
    padding-top: 15px;
    margin-top: 11px;
    min-width: 200px;
}

.rf-summary-header {
    position: absolute;
    background-color: white;
    display: inline-block;
    top: -10px;
    padding-left: 10px;
    padding-right: 10px;
}

    .rf-summary-header span {
        display: inline-block;
        vertical-align: top;
    }

    .rf-summary-header i {
        margin-left: 5px;
        font-size: 20px;
        display: inline-block;
    }



.kb-search-item-slim {
    padding: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
}

    .kb-search-item-slim .col-1 {
        text-align: center;
    }

        .kb-search-item-slim .col-1 i {
            font-size: 20pt;
            top: 5px;
            position: relative;
        }

    .kb-search-item-slim .kb-search-item-content p {
        text-overflow: ellipsis;
        margin-bottom: 2px;
    }


.kb-search-item {
    padding: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ececec;
}

    .kb-search-item .col-1 {
        text-align: center;
    }

        .kb-search-item .col-1 i {
            font-size: 30pt;
            top: 17px;
            position: relative;
        }

.kb-search-item-content p {
    text-overflow: ellipsis;
    margin-bottom: 5px;
    margin-top: 5px;
}

.kb-category-bm {
    position: absolute;
    top: -15px;
    right: 9px;
    color: white;
    background-color: #007384;
    border-radius: 0px 0px 5px 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

    .kb-category-bm span {
        font-size: 10pt;
        font-weight: bold;
        margin-right: 3px;
    }

    .kb-category-bm i {
        font-size: 10pt;
    }

.kb-help-topic {
    padding: 6px;
    border-bottom: 1px solid #ececec;
    /*margin-top: 10px;*/
}

/*.kb-help-topic:hover {
        cursor: pointer;
    }

        .kb-help-topic:hover h4, .kb-help-topic:hover p {
            text-decoration: underline;
        }*/


.kb-help-topic-content {
    /*border-bottom: 1px solid #ececec;*/
    min-height: 100px;
}

.kb-help-topic-content-icon {
    color: #019891;
    font-size: 29pt;
}

.kb-help-topic-content h4 {
    font-weight: bold;
}

.kb-popular-article-container {
    background-color: #ececec;
    border-radius: 3px;
    margin-bottom: 10px;
}


    .kb-popular-article-container h3 {
        font-weight: bold;
        margin-bottom: 10px;
    }

.kb-additional-support {
    background-color: #ececec;
    border-radius: 3px;
    margin-bottom: 10px;
}

    .kb-additional-support .card-title {
        font-weight: bold;
    }

    .kb-additional-support p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .kb-additional-support button {
        margin-left: 10px;
    }

.breadcrumb {
    background-color: initial !important;
}

.kb-search-result-container {
    /*height: 500px;*/
    width: 100%;
    /*overflow-y: auto;
    overflow-x: hidden;*/
}

.kb-search-result-header span {
    position: absolute;
    font-size: 12pt;
    right: 20px;
    top: 10px;
    color: grey;
}

.kb-search-item-tag-container {
    text-align: right;
}

.kb-search-item-tag {
    border-radius: 3px;
    border: 1px solid #007384;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 5px;
    font-size: 14px;
    display: inline-block;
}

    .kb-search-item-tag:hover {
        color: white;
        background-color: #007384;
        cursor: pointer;
    }

.kb-search-item-header {
    display: flex;
    width: 100%;
}

    .kb-search-item-header span {
        font-size: 15px;
        font-weight: 600;
        color: #6f6f6f;
    }

.kb-search-item-content h4 {
    color: #019890;
}

.article-side-menu {
    min-width: 275px;
    transition: all 0.3s;
    position: relative;
    flex-grow: 1;
    padding: 0 10px;
}

    .article-side-menu h3 {
        font-size: 0.95rem;
        font-weight: 600;
    }

    .article-side-menu.active {
        max-width: 50px;
        min-width: 50px;
    }

        .article-side-menu.active .as-content {
            display: none;
        }

        .article-side-menu.active .as-content-collapsed {
            display: block;
        }


.as-content {
    background-color: #007385;
    padding: 8px;
    color: white;
    margin-bottom: 15px;
}


.article-content {
    max-width: 850px;
    /*margin-bottom: 10vh;*/
}


.kb-tree-node-hidden {
    display: none !important;
    visibility: hidden !important;
}

.kb-tree-node {
    color: white;
    cursor: pointer;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    transition: color 0.2s;
    margin-bottom: 2px;
}

    .kb-tree-node span {
        margin-left: 15px;
        display: inline-block;
        margin-right: 5px;
    }

    .kb-tree-node[aria-level="2"] {
        margin-left: 1.5rem !important;
    }

    .kb-tree-node[aria-level="3"] {
        margin-left: 3.0rem !important;
    }

    .kb-tree-node[aria-level="4"] {
        margin-left: 5.5rem !important;
    }


    .kb-tree-node:hover {
        background-color: white;
        color: #007385;
    }

.tree-node-selected {
    background-color: white;
    color: #007385;
}

.kb-tree-node > i {
    font-size: 13px;
    color: #bfc7d4;
    position: absolute;
    top: 6px;
}

.angular-ui-tree-nodes .angular-ui-tree-nodes {
    padding: 0px !important;
}

.article-editor-actions {
}

.article-helpful {
}

.article-helpful-icons {
    margin-top: 8px;
}

    .article-helpful-icons i {
        font-size: 25px;
        cursor: pointer;
        margin-right: 15px;
    }

        .article-helpful-icons i:hover, .article-helpful-icons i.selected {
            color: #007385;
        }

.article-comment {
    margin-top: 8px;
}

.article-no-content {
    text-align: center;
}

    .article-no-content i {
        font-size: 200px;
        margin-bottom: 20px;
        margin-top: 20px;
        color: #9999a8;
    }

    .article-no-content p {
        font-size: 22px;
        color: #737272;
    }

.article-edit-btn {
    position: absolute;
    right: 10px;
    top: 10px;
}

.modal-centre {
    min-width: 400px;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%) !important;
}

.wid-50 {
    width: 50%;
}

.admin-side-menu {
    min-width: 200px;
    max-width: 200px;
    min-height: 100vh;
    transition: all 0.3s;
    position: relative;
    margin-right: 20px;
    background-color: white;
}

    .admin-side-menu .sidebar-header {
        padding: 10px;
        /*background: #6d7fcc;*/
        border-bottom: 1px solid rgba(0, 40, 100, 0.12);
    }

    .admin-side-menu .sidebar-details {
        padding: 10px;
        border-bottom: 1px solid rgba(0, 40, 100, 0.12);
    }


        .admin-side-menu .sidebar-details .form-group span:first-child {
            font-weight: bold;
            display: block;
        }




    .admin-side-menu ul.components {
        padding: 20px 0;
        border-bottom: 1px solid rgba(0, 40, 100, 0.12);
    }

    .admin-side-menu ul p {
        color: #fff;
        padding: 10px;
    }

    .admin-side-menu ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
        position: relative;
        height: 38px;
        line-height: 14px;
    }

        .admin-side-menu ul li a i {
            position: relative;
            float: right;
        }

        .admin-side-menu ul li a.active {
            color: white;
            background: #fd9644;
            text-decoration: none;
        }

        .admin-side-menu ul li a:hover:not(.active) {
            color: white;
            background: #8e8e8e;
            text-decoration: none;
        }

    .admin-side-menu ul li .section-arrow {
        display: none;
        position: absolute;
        right: -20px;
        font-size: 25pt;
        top: 50%;
        transform: translate(0%, -50%);
    }

    .admin-side-menu a.active > .section-arrow {
        display: block !important;
        color: #fd9644;
    }

    .admin-side-menu a:hover:not(.active) > .section-arrow {
        display: block !important;
        color: #8e8e8e;
    }

    .admin-side-menu ul li.active > a, .admin-side-menu ul li.active > a[aria-expanded="true"] {
        color: white;
        background: #316cbe;
        text-decoration: none;
    }

    .admin-side-menu.active {
        max-width: 50px;
        min-width: 50px;
    }

        .admin-side-menu.active .sidebar-details, .admin-side-menu.active .sidebar-header, .admin-side-menu.active .side-bar-mnu-txt, .admin-side-menu.active .sidebar-actions {
            display: none;
        }

        .admin-side-menu.active ul li a i {
            position: relative;
            float: none;
            left: 50%;
            transform: translate(-50%, 0%);
        }

.admin-content {
    width: 100%;
}

    .admin-content .admin-card-view {
        height: 100%;
        overflow-y: auto;
    }

.required-asterisk {
    font-size: 10px;
    position: relative;
    left: 5px;
    color: #ea2726;
    top: -3px;
}

.required-validation {
    color: #ea2726;
    margin-left: 5px;
    margin-bottom: 0px;
    font-style: italic;
}

/*.ng-submitted input.ng-dirty.ng-invalid, textarea.ng-dirty.ng-invalid, select.ng-dirty.ng-invalid {
    border: 1px solid #ea2726;
}
.ng-submitted input.ng-pristine.ng-invalid, textarea.ng-pristine.ng-invalid, select.ng-pristine.ng-invalid {
    border: 1px solid #ea2726;
}*/

/* invalid & (dirty or touched) => red -- CSS3 only */
.ng-invalid.ng-dirty:not(:focus),
.ng-invalid.ng-touched:not(:focus),
.ng-invalid.ng-dirty:not(:focus) > .select2-choices {
    border-color: #e74c3c;
}


.select2-container-multi .select2-choices .select2-search-choice {
    color: #ffffff !important;
    background: #3c9890 !important;
    border-color: #3c9890 !important;
    padding: 5px 5px 5px 18px !important;
    margin: 3px 3px 3px 5px !important;
}

.select2-search-choice-close {
    background: none !important;
}

.select2-container-multi .select2-choices .select2-search-choice a::before {
    font-family: 'FontAwesome Regular';
    content: "\f00d";
    color: white !important;
    font-size: initial !important;
}

.ui-select-choices-row.select2-highlighted:hover {
    background-color: #337ab7 !important;
}

.select2-readonly .select2-container.select2-container-disabled .select2-choice,
.select2-readonly .select2-container.select2-container-disabled .select2-choices {
    /*background: black;*/
    border: 0;
    background: inherit;
    cursor: default;
}


.select2-readonly .select2-container-multi .select2-choices .select2-search-choice {
    padding: 5px 5px 5px 5px !important;
}


.select2-readonly .select2-container-multi .select2-choices .select2-search-choice {
    margin-left: 0 !important;
}



/* valid & dirty => green */
/*.ng-valid.ng-dirty.ng-touched {
    border-color: #2ecc71;
}*/

/* error display font italic, text-danger is red in BS */
.validation.text-danger {
    font-style: italic;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 0;
    }
}

.fade-content.ng-enter {
    animation: fadeIn 0.5s both linear;
}

.fade-content.ng-leave {
    /*animation: fadeOut 0.5s both linear;*/
    opacity: 0;
}



/* ------------------------------------------- */
/* Slide Rigth
/* ------------------------------------------- */
/* line 163, ../sass/ng-animation.scss */
.slide-right {
    -webkit-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
}
    /* line 165, ../sass/ng-animation.scss */
    .slide-right.ng-enter {
        transform: translateX(60px);
        -ms-transform: translateX(60px);
        -webkit-transform: translateX(60px);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 0;
    }
    /* line 171, ../sass/ng-animation.scss */
    .slide-right.ng-enter-active {
        transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        opacity: 1;
    }
    /* line 176, ../sass/ng-animation.scss */

    /* line 188, ../sass/ng-animation.scss */
    .slide-right.ng-hide-add {
        transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        opacity: 1;
    }
        /* line 193, ../sass/ng-animation.scss */
        .slide-right.ng-hide-add.ng-hide-add-active {
            transform: translateX(60px);
            -ms-transform: translateX(60px);
            -webkit-transform: translateX(60px);
            opacity: 0;
        }
    /* line 199, ../sass/ng-animation.scss */
    .slide-right.ng-hide-remove {
        transform: translateX(60px);
        -ms-transform: translateX(60px);
        -webkit-transform: translateX(60px);
        transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        display: block !important;
        opacity: 0;
    }
        /* line 205, ../sass/ng-animation.scss */
        .slide-right.ng-hide-remove.ng-hide-remove-active {
            transform: translateX(0);
            -ms-transform: translateX(0);
            -webkit-transform: translateX(0);
            opacity: 1;
        }

.field-sub-label {
    color: #9aa0ac !important;
    margin-bottom: 0px;
    font-size: 11pt;
    font-style: italic;
}

.c-green {
    color: #18c718;
}

.c-red {
    color: red;
}

.authcode-timer {
    font-size: 20pt;
    margin-bottom: 10px;
}

.col-set-password {
    max-width: 42rem;
}

.ChangePasswordCriteria {
    margin-top: 5px;
    color: #757575;
}

    .ChangePasswordCriteria i {
        font-size: 25px;
        margin-right: 10px;
        vertical-align: middle;
    }

.alert p {
    margin-bottom: 0px;
}

.login-username {
    border-width: 2px;
    border-color: #666;
    border-radius: 8px;
}

.login-password {
    border-width: 2px;
    border-color: #666;
    border-radius: 8px;
}

.draggable-element:hover {
    /*background-color: #eaeaea;*/
}

.draggable-element {
    position: relative;
    /*border-bottom: 1px solid grey;*/
}

    .draggable-element .draggable-handle {
        font-size: 35px;
        cursor: grab;
        margin-right: 10px;
        display: inline-block;
        line-height: inherit;
    }

    .draggable-element .sf-row-detail {
        display: inline-block;
        margin-bottom: 0;
        position: relative;
        top: 50%;
        transform: translate(0%, -50%);
    }

    .draggable-element .draggable-remove {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(0%, -50%);
        cursor: pointer;
        font-size: 17px;
    }

    .draggable-element .draggable-edit {
        position: absolute;
        right: 50px;
        top: 50%;
        transform: translate(0%, -50%);
        cursor: pointer;
        font-size: 17px;
    }

    .draggable-element .draggable-error {
        position: absolute;
        right: 85px;
        top: 50%;
        transform: translate(0%, -50%);
        cursor: pointer;
        font-size: 17px;
        color: red;
    }

.sf-type-container {
    padding: 20px 15px 5px 15px;
    border-left: 1px solid #b5bdd1;
    border-radius: 8px;
    margin-bottom: 10px;
    border-right: 1px solid #b5bdd1;
    position: relative;
    margin-top: 25px;
}

    .sf-type-container span:first-child {
        position: absolute;
        left: 15px;
        top: -10px;
        font-size: 10pt;
    }

.sf-row {
    background-color: #ffe3bf;
    border-radius: 5px;
    margin-bottom: 5px;
    border: none;
}

.st-scale-row-reorder {
    background-color: #2bcbba;
    color: white !important;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 30px;
}



/*.st-scale-row:not(.active) {
    border-bottom: 1px solid grey;
}*/

.st-scale-row.active {
    background-color: #2bcbba !important;
    color: white !important;
    font-weight: bold !important;
}

.st-scale-row {
    cursor: pointer;
    border: 1px solid rgba(0, 40, 100, 0.12);
    /*border-radius: 3px;*/
}

    .st-scale-row h4 {
        display: inline-block;
        top: 50%;
        position: absolute;
        transform: translate(0%, -50%);
    }

    .st-scale-row .st-scale-row-btn {
        cursor: pointer;
        font-size: 18px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(0%, -50%);
    }


    .st-scale-row .error-icon {
        position: absolute;
        right: 50px;
        top: 50%;
        transform: translate(0%, -50%);
        cursor: pointer;
        font-size: 16pt;
        color: #ea2121;
    }

    .st-scale-row .error-icon-circle {
        content: ' ';
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: white;
        position: absolute;
        right: 49px;
        top: 50%;
        transform: translate(0%, -50%);
    }

.st-scale-row-btn:after {
    font-family: 'FontAwesome Regular';
    content: '\f078';
}

.st-scale-row.collapsed .st-scale-row-btn:after {
    content: '\f054';
}

.st-scale-score .score-group {
    border-radius: 5px;
    color: white;
    display: inline-block;
    width: 60px;
}

    .st-scale-score .score-group span {
        padding-left: 5px;
        padding-right: 5px;
    }


    .st-scale-score .score-group[aria-scoregroup="1"] {
        background-color: #bc4e43 !important;
        border: 1px solid #984138;
    }

    .st-scale-score .score-group[aria-scoregroup="2"] {
        background-color: #da792e !important;
        border: 1px solid #c7952c;
    }

    .st-scale-score .score-group[aria-scoregroup="3"] {
        background-color: #e4a929 !important;
        border: 1px solid #ca9528;
    }

    .st-scale-score .score-group[aria-scoregroup="4"] {
        background-color: #a8c033 !important;
        border: 1px solid #8b9e2c;
    }

    .st-scale-score .score-group[aria-scoregroup="5"] {
        background-color: #569d95 !important;
        border: 1px solid #528880;
    }


.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

    .btn-file > input {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        font-size: 23px;
        cursor: pointer;
        filter: alpha(opacity=0);
        opacity: 0;
        direction: ltr;
    }

.st-document-row {
    position: relative;
    background-color: #daeefc;
    border-radius: 3px;
    margin-bottom: 8px;
    display: flex;
}

    .st-document-row .draggable-handle {
        font-size: 35px;
        cursor: grab;
        margin-right: 10px;
        display: inline-block;
        line-height: inherit;
    }

    .st-document-row .document-col {
        /*display: inline-block;
        margin-bottom: 0;
        position: relative;
        top: 50%;
        transform: translate(0%, -50%);*/
        padding-left: 12px;
        padding-right: 12px;
    }

        .st-document-row .document-col span {
            line-height: 50px;
        }

.draggable-placeholder {
    position: relative;
    border-radius: 3px;
    margin-bottom: 4px;
    border: 2px dashed grey;
    padding: 10px;
    height: 50px;
    width: 100%;
}

/*.collapsing {
    transition: unset !important;
}*/



.duplicate-service-user {
    color: #ca0000 !important;
}

    .duplicate-service-user .service-user-category {
        border-bottom-color: #ca0000;
    }

    .duplicate-service-user .duplicate-service-user-content {
        border: 2px solid #ca0000;
        background-color: #ffeded;
        padding: 10px;
    }

    .duplicate-service-user .btn {
        padding: 0px 10px;
    }

    .duplicate-service-user table {
        margin-top: 10px;
    }

    .duplicate-service-user td {
        background-color: #fff;
        padding: 5px;
    }


.account-side-menu {
    min-width: 230px;
    max-width: 230px;
    min-height: 100vh;
    transition: all 0.3s;
    position: relative;
    margin-right: 20px;
    background-color: white;
}

    .account-side-menu button {
        width: 100%;
        margin-bottom: 10px;
    }


    .account-side-menu .sidebar-header {
        padding: 10px;
        /*background: #6d7fcc;*/
        border-bottom: 1px solid rgba(0, 40, 100, 0.12);
    }

    .account-side-menu .sidebar-details {
        padding: 10px;
        border-bottom: 1px solid rgba(0, 40, 100, 0.12);
    }


        .account-side-menu .sidebar-details .form-group span:first-child {
            font-weight: bold;
            display: block;
        }




    .account-side-menu ul.components {
        padding: 20px 0;
        border-bottom: 1px solid rgba(0, 40, 100, 0.12);
    }

    .account-side-menu ul p {
        color: #fff;
        padding: 10px;
    }

    .account-side-menu ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
        position: relative;
        height: 38px;
        line-height: 14px;
    }

        .account-side-menu ul li a i {
            position: relative;
            float: right;
        }

        .account-side-menu ul li a.active {
            color: white;
            background: #fd9644;
            text-decoration: none;
        }

        .account-side-menu ul li a:hover:not(.active) {
            color: white;
            background: #8e8e8e;
            text-decoration: none;
        }

    .account-side-menu ul li .section-arrow {
        display: none;
        position: absolute;
        right: -20px;
        font-size: 25pt;
        top: 50%;
        transform: translate(0%, -50%);
    }

    .account-side-menu a.active > .section-arrow {
        display: block !important;
        color: #fd9644;
    }

    .account-side-menu a:hover:not(.active) > .section-arrow {
        display: block !important;
        color: #8e8e8e;
    }

    .account-side-menu ul li.active > a, .account-side-menu ul li.active > a[aria-expanded="true"] {
        color: white;
        background: #316cbe;
        text-decoration: none;
    }

    .account-side-menu.active {
        max-width: 50px;
        min-width: 50px;
    }


        .account-side-menu.active .sidebar-details, .account-side-menu.active .sidebar-header, .account-side-menu.active .side-bar-mnu-txt, .account-side-menu.active .sidebar-actions,
        .account-side-menu.active button > span {
            display: none;
        }

        .account-side-menu.active button i {
            margin-right: 0px;
        }


        .account-side-menu.active ul li a i {
            position: relative;
            float: none;
            left: 50%;
            transform: translate(-50%, 0%);
        }


.account-settings-header {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    min-height: 83px;
}

    .account-settings-header .left-content {
        position: relative;
        left: 20px;
        width: 100%;
    }

    .account-settings-header .account-settings-header-name {
        font-size: 35px;
        color: #fff;
        display: block;
    }

    .account-settings-header .account-settings-header-ref {
        font-size: 14px;
        color: #fff;
        display: block;
    }

    .account-settings-header .account-section-name {
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 20px;
        display: none;
        transform: translate(-50%, 0%);
    }


    .account-settings-header .save-btn {
        position: absolute;
        right: 20px;
        top: 15px;
    }

    .account-settings-header.is-sticky {
        min-height: 70px;
        background-image: none;
    }

        .account-settings-header.is-sticky .left-content {
            position: relative;
            left: 15px;
            width: 100%;
        }

        .account-settings-header.is-sticky .account-settings-header-name {
            font-size: 30px;
            color: inherit;
        }

        .account-settings-header.is-sticky .account-settings-header-ref {
            font-size: 14px;
            color: inherit;
        }

        .account-settings-header.is-sticky .save-btn, .account-settings-header.is-sticky .record-section-name {
            display: inline-block;
        }

@media (min-width: 576px) {
    .account-settings-header {
        max-width: 700px;
    }
}

@media (min-width: 768px) {
    .account-settings-header {
        max-width: 880px;
    }
}

@media (min-width: 992px) {
    .account-settings-header {
        max-width: 1000px;
    }
}

@media (min-width: 1280px) {
    .account-settings-header {
        max-width: 1300px;
    }
}

.side-menu-error {
    position: absolute !important;
    left: -25px;
    color: #ea2726;
}


.account-status-badge {
    font-size: 14px !important;
    margin-bottom: 7px;
    margin-left: 10px;
    padding: 5px;
}

.ss-score-color[aria-score="0"], .ss-score-color.ss-10[aria-score="0"] {
    background-color: #929292 !important;
    border: 1px solid #8c8c8c;
}


.ss-sg[aria-scoregroup="1"], .ss-score-color[aria-score="1"], .ss-score-color.ss-10[aria-score="2"] {
    background-color: #bc4e43 !important;
    border: 1px solid #984138;
}

.ss-sg[aria-scoregroup="2"], .ss-score-color.ss-5[aria-score="2"], .ss-score-color.ss-10[aria-score="3"], .ss-score-color.ss-10[aria-score="4"] {
    background-color: #da792e !important;
    border: 1px solid #c7952c;
}

.ss-sg[aria-scoregroup="3"], .ss-score-color.ss-5[aria-score="3"], .ss-score-color.ss-10[aria-score="5"], .ss-score-color.ss-10[aria-score="6"] {
    background-color: #e4a929 !important;
    border: 1px solid #ca9528;
}

.ss-sg[aria-scoregroup="4"], .ss-score-color.ss-5[aria-score="4"], .ss-score-color.ss-10[aria-score="7"], .ss-score-color.ss-10[aria-score="8"] {
    background-color: #a8c033 !important;
    border: 1px solid #8b9e2c;
}

.ss-sg[aria-scoregroup="5"], .ss-score-color.ss-5[aria-score="5"], .ss-score-color.ss-10[aria-score="9"], .ss-score-color.ss-10[aria-score="10"] {
    background-color: #569d95 !important;
    border: 1px solid #528880;
}

.scale-score-container {
    position: relative;
}

    .scale-score-container .score-name {
        position: relative;
        bottom: 5px;
        width: 110px;
        display: inline-block;
        text-align: left;
    }

@media(max-width:850px) {
    .scale-score-container .score-name {
        display: block;
    }
}

@media(max-width:597px) {
    .top-flex {
        flex-direction: row;
    }

    .score-container .ss-sg.hidden {
        height: 25px !important;
        opacity: 1 !important;
    }
}

.scale-score-error {
    color: rgb(234, 39, 38);
    position: absolute;
    left: -30px;
    top: 2px;
    font-size: 20px;
}

.score-container {
    display: inline-block;
}

    .score-container .ss-sg {
        display: block;
        height: 25px;
        margin-left: 5px;
        margin-right: 5px;
        border-radius: 5px;
        color: white;
        min-width: 65px;
    }

        .score-container .ss-sg .ss-sg-2 {
            margin: auto;
            margin-left: 40px;
        }


        .score-container .ss-sg.hidden {
            height: 0px;
            opacity: 0;
        }

    .score-container .ss-score {
        font-size: 21pt;
        margin-right: 0px;
        width: 28px;
        margin-top: 10px;
        margin-right: 10px;
        margin-left: 10px;
    }

        .score-container .ss-score .state i {
            color: #ffbd03;
        }


.hr-small {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

hr.menu {
    border: 1px solid white;
}

.su-star-legend {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

    .su-star-legend span {
        display: inline-block;
        margin-right: 10px;
    }

    .su-star-legend div {
        width: 15px;
        height: 15px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 2px;
    }

    .su-star-legend.pending div {
        background-color: #aebe37;
    }

    .su-star-legend.removing div {
        background-color: #ea2726;
    }

    .su-star-legend.current div {
        background-color: #007385;
    }

.record-side-menu {
    width: 15%;
    min-width: 300px;
    background: white;
    transition: all 0.3s;
    position: relative;
    flex-grow: 1;
    border-right: 1px solid rgba(0, 40, 100, 0.12);
    border-left: 1px solid rgba(0, 40, 100, 0.12);
}

    .record-side-menu.active {
        max-width: 50px;
        min-width: 50px;
    }

        .record-side-menu.active .record-f-content {
            display: none;
        }

        .record-side-menu.active .record-f-content-collapsed {
            display: block;
        }

.record-f-content-collapsed {
    display: none;
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    font-size: 17pt;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: #017384;
    color: white;
}

    .record-f-content-collapsed .material-icons {
    }

    .record-f-content-collapsed div {
        position: relative;
        left: 10px;
        top: 10px;
        height: 100%;
    }

    .record-f-content-collapsed i:first-child {
        margin-bottom: 10px;
    }

    .record-f-content-collapsed i:last-child {
        position: absolute;
        bottom: 20px;
        left: 5px;
    }

.records-content {
    /*padding: 10px;*/
    position: relative;
    flex-grow: 1;
    background: white;
    width: 75%;
}

.chart-no-data {
    text-align: center;
    height: 400px;
}

.chart-no-data-content {
    margin: auto 0;
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
}

    .chart-no-data-content i {
        font-size: 200pt;
        color: #e0e0e0;
    }

    .chart-no-data-content h5 {
        color: #7d7d7d;
    }

.star-chart-container {
    background: url(Images/Star_10_10.png) 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.table-notd-border td {
    border: none !important;
}




/* ngIf animation */
.fade-in-out-ng-if.ng-enter,
.fade-in-out-ng-if.ng-leave {
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

    .fade-in-out-ng-if.ng-enter,
    .fade-in-out-ng-if.ng-leave.ng-leave-active {
        opacity: 0;
    }

        .fade-in-out-ng-if.ng-leave,
        .fade-in-out-ng-if.ng-enter.ng-enter-active {
            opacity: 1;
        }


.expand-icon {
    cursor: pointer;
    float: right;
}

    .expand-icon:hover {
        color: #007385;
    }

    .expand-icon span {
        font-size: 9pt;
        margin-right: 5px;
        vertical-align: text-bottom;
    }


    .expand-icon.collapsed:after {
        font-family: 'FontAwesome Regular';
        content: '\f0fe';
        font-size: 13pt;
        font-weight: 100;
    }


    .expand-icon:after {
        font-family: 'FontAwesome Regular';
        content: '\f146';
        font-size: 13pt;
        font-weight: 100;
    }

.header .dropdown-menu {
    margin-top: 0 !important;
}


.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: transparent;
    border-color: #dee2e6 #dee2e6 transparent;
}

.user-grid-header {
    width: 100%;
    padding: 10px 10px 10px 10px;
    background-color: white;
    border: 1px solid #dedede;
    cursor: pointer;
    background-color: rgba(23, 162, 184, 0.1);
}

    .user-grid-header:not(.collapsed) {
        border-bottom: none;
    }

    .user-grid-header::after {
        content: "";
        clear: both;
        display: table;
    }

    .user-grid-header h4 {
        float: left;
    }

    .user-grid-header span {
        margin-left: 15px;
        font-weight: 600;
    }



    .user-grid-header.collapsed .expand-icon:after {
        font-family: 'FontAwesome Regular';
        content: '\f067';
        font-size: 10pt;
    }


    .user-grid-header:not(.collapsed) .expand-icon:after {
        font-family: 'FontAwesome Regular';
        content: '\f068';
        font-size: 10pt;
        font-weight: 100;
    }



.user-create-options {
    display: inline-flex;
    width: 100%;
}

.user-create-tile {
    margin: 5px;
    border: 1px solid #007385;
    padding: 0.5rem 3rem;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
}

    .user-create-tile span, small {
        display: block;
    }

    .user-create-tile i {
        margin-right: 5px;
    }

    .user-create-tile:hover, .user-create-tile.active {
        color: #fff;
        background-color: #007385;
        border-color: #007385;
    }

.table tr.row-selected {
    background-color: #007385;
    color: white;
}

    .table tr.row-selected:hover {
        color: inherit;
    }

.ng-toast .ng-toast__message .alert {
    width: 40%;
    border: 2px solid rgba(0, 40, 100, 0.12);
    border-radius: 3px;
    background-color: white !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

    .ng-toast .ng-toast__message .alert i {
        float: left;
        font-size: 20px;
    }

    .ng-toast .ng-toast__message .alert.alert-success {
        border-color: #459d58;
    }

        .ng-toast .ng-toast__message .alert.alert-success i {
            color: #459d58;
        }

    .ng-toast .ng-toast__message .alert.alert-danger {
        border-color: #d94f4f;
    }

        .ng-toast .ng-toast__message .alert.alert-danger i {
            color: #d94f4f;
        }

.duplicate-system-user {
    color: #ca0000 !important;
}

    .duplicate-system-user .service-user-category {
        border-bottom-color: #ca0000;
    }

    .duplicate-system-user .duplicate-system-user-content {
        border: 2px solid #ca0000;
        background-color: #ffeded;
        padding: 10px;
    }

    .duplicate-system-user .btn {
        padding: 0px 10px;
    }

    .duplicate-system-user table {
        margin-top: 10px;
    }

    .duplicate-system-user td {
        background-color: #fff;
        padding: 5px;
    }



.report-filter-modal-asterix {
    left: 0 !important;
}

@media (max-width: 1050px) {
    .summary-tile-small {
        width: 100%;
        flex: 100%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }
}

@media (min-width: 1050px) {
    .summary-tile-large {
        width: 50%;
        flex: 50%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width:991px) {
    .page-root {
        transition: 0.3s;
        transition-property: transform;
    }

    .push {
        /*margin-left: 250px;*/
        /*transform: translateX(250px);*/
        transition: 0.3s;
    }

    .hide {
        opacity: 0;
        display: none;
    }
}

.sidenav .container {
    opacity: 0;
    /*padding-bottom: 15%;*/
    display: none;
}

.sidenav {
    width: 0px;
}

    .sidenav .text-default {
        padding-left: 5px;
        color: #ffffff !important;
        position: relative;
        bottom: 7px;
    }

    .sidenav .text-muted {
        position: relative;
        left: 30px;
        bottom: 10px;
        color: #e4e4e4 !important;
    }

    .sidenav .side-nav-dropdown {
        background-color: rgb(218, 218, 218);
        font-size: 15px;
    }

    .sidenav .side-nav-caret {
        position: absolute;
        right: 15px;
        font-size: 18px;
    }

    .sidenav .nav-item {
        padding: 0px;
    }

    .sidenav .nav-link[aria-expanded="false"] .side-nav-caret:after {
        font-family: 'FontAwesome Solid';
        content: '\f0d7';
    }

    .sidenav .nav-link[aria-expanded="true"] .side-nav-caret:after {
        font-family: 'FontAwesome Solid';
        content: '\f0d8';
    }


    .sidenav .side-nav-dropdown a {
        color: #495057 !important;
        text-decoration: none;
        display: block;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /*.sidenav .side-nav-dropdown a:hover {
                color: #d7dae0 !important;
            }*/

    .sidenav .nav-link {
        padding-left: 10px;
    }

@media (min-height:650px) {
    .container .user-actions {
        color: #ffffff !important;
        position: absolute;
        bottom: 5px;
    }
}

@media (max-height:650px) {
    .container .user-actions {
        color: #ffffff !important;
        position: relative;
        bottom: 5px;
    }
}

.sidenav .badge-primary {
    position: absolute;
    top: 14px;
    right: 10px;
}

@media (max-width:991px) {
    .sidenav {
        height: 100%; /* 100% Full-height */
        width: 0; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        z-index: 1; /* Stay on top */
        top: 0; /* Stay at the top */
        left: 0;
        background-color: #0a9;
        overflow-x: hidden; /* Disable horizontal scroll */
        transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */
        transition-property: width;
    }

        .sidenav.open {
            width: 250px;
            border-right: 2px solid rgba(0, 119, 136, 0.3);
        }

        .sidenav .user {
            font-size: 20px;
            --fa-primary-color: #fff;
            --fa-secondary-color: #eee;
        }

        .sidenav.open .container {
            opacity: 1;
            transition: 0.75s;
            transition-property: opacity;
            /*padding-bottom: 15%;*/
            display: block;
        }

        .sidenav.open .nav-link {
            border-bottom: solid 1px rgba(0,115,132, 0.3) !important;
            font-size: 15px;
            flex: auto;
        }
}

@media (max-width:650px) {
    body .page {
        padding-top: 3.5rem;
        padding-bottom: 4.5em;
    }
}

.tooltip {
    z-index: 10001 !important;
}

.modal {
    z-index: 10000 !important;
}

.star-label {
    font-size: 12px !important;
}

.star-legend {
    font-size: 12px !important;
}

.node-legend {
    padding: 8px;
}

.report-no-filters {
    height: 450px;
    text-align: center;
}

    .report-no-filters div {
        position: relative;
        top: 50%;
        transform: translate(0%, -50%);
    }

    .report-no-filters h5 {
        margin-top: 30px;
    }

    .report-no-filters i {
        font-size: 150pt;
        --fa-primary-color: #007385;
        --fa-secondary-color: #019891;
    }

.star-legend {
    cursor: pointer;
}

.report-filter-select {
    background-color: rgba(0, 115, 132, 0.11);
    padding: 10px;
    color: black;
    border-radius: 0px 5px 5px;
}

.sidenav.open .nav-link {
    border-bottom: solid 1px white;
    font-size: 15px;
    flex: auto;
}

.star-content {
    padding: 40px;
}

@media (max-width: 575px) {
    .star-content {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media(max-width: 767px) {
    .si-episode-item {
        margin-bottom: 5px;
    }
}

.top-flex {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.section-flex {
    display: flex;
    align-content: center;
    justify-content: center;
}

.right-flex {
    position: relative;
    top: 10px;
    flex: 1;
}

.report-filter-save-search-row {
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: -20px;
}

.report-filter-button {
    margin-right: 10px;
    float: right;
}


.report-filter-tabs {
    border-bottom: 1px solid #868E96;
    padding-left: 0;
    margin-bottom: 15px;
}

.report-filter-tab-button {
    border-radius: 0;
}


.report-filter-tile {
    border: 3px solid #868e96;
}

    .report-filter-tile:hover {
        border: 3px solid #007385;
        cursor: pointer;
    }

.sign-out-btn {
    margin-right: 10px;
    margin-top: 3px;
}

@media(max-width: 991px) {
    .sign-out-btn {
        display: none;
    }
}

.nav-tabs-notification {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 -.75rem;
    font-size: 16px;
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs-notification .nav-link {
        border: 0;
        color: inherit;
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        transition: .3s border-color;
        font-weight: 400;
        padding: .5rem 1rem;
    }

        .nav-tabs-notification .nav-link:hover:not(.disabled) {
            /*border-color: #6e7687;
            border-bottom: 3px solid white;
            color: #d7dae0;*/
        }

        .nav-tabs-notification .nav-link.active {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

        .nav-tabs-notification .nav-link .badge, .nav-item .badge {
            margin-left: 10px;
            position: relative;
        }



.nnav-tabs-notification .nav-link.disabled {
    opacity: .4;
    cursor: default;
    pointer-events: none;
}

.nav-tabs-notification .nav-item {
    position: relative;
    padding: 0;
    margin-bottom: -1px;
}

    .nav-tabs-notification .nav-item i {
        margin-right: .45rem;
        line-height: 1;
        vertical-align: baseline;
        display: inline-block;
    }

    .nav-tabs-notification .nav-item:hover .nav-submenu {
        display: block;
    }

.notification-modal-button {
    margin: 5px;
    width: 30%;
    min-width: 160px;
    flex-grow: 1;
}

.request-status-badge {
    font-size: 11pt;
    /*position: absolute;*/
    left: 10px;
    bottom: 10px;
}

.request-data-mapping-container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .request-data-mapping-container .request-data-mapping-row {
        margin: 5px;
    }



.qespointer {
    cursor: pointer;
}

.qesmove {
    cursor: move;
}


.resource-document-container {
    padding: 22px;
    border-bottom: 1px solid #dee2e6;
}



    .resource-document-container:hover {
        background-color: #f5f5f5;
        cursor: pointer;
    }

.resource-category-menu {
    padding: 5px;
    border-color: #6e7687;
    border-bottom: 3px solid #007385;
    position: relative;
    /*color: #d7dae0;*/
    /*border-color: #e9ecef #e9ecef #dee2e6;
    color: rgba(0, 0, 0, 0.7);*/
}


    .resource-category-menu:hover {
        border-color: #6e7687;
        border-bottom: 3px solid white;
        color: #d7dae0;
        /*border-color: #e9ecef #e9ecef #dee2e6;
    color: rgba(0, 0, 0, 0.7);*/
    }

.resource-action {
    color: #007385;
    font-size: 18px;
}

.scrollable-menu {
    height: auto;
    max-height: 500px;
    overflow-x: hidden;
}

.form-group.mb-sm {
    margin-bottom: 0.5rem;
}

.account-service-row .open {
    color: green;
}

.account-service-row .closed {
    color: red;
}

.service-setting-header {
    margin-bottom: 1rem;
}

.div-disabled-primary-btn {
    color: #fff;
    background-color: #019891;
    border-color: #019891;
    font-weight: 600;
    letter-spacing: .03em;
    font-size: 0.8125rem;
    min-width: 2.375rem;
    line-height: 1.84615385;
    border-radius: 3px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    display: block;
    width: 100%;
    opacity: 0.55;
    margin-bottom: 5px;
    cursor: pointer;
    user-select: none;
}

.article-editor iframe {
    pointer-events: none;
}

.quill-editor iframe {
    pointer-events: none;
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.licence-card {
    min-height: 202px;
    border: 1px solid rgba(0, 40, 100, 0.12);
}

    .licence-card .side-menu-error {
        left: 25px;
        color: #ea2726;
        font-size: 15pt;
    }


.help-search-item-content {
    padding: 0 16px;
}

.kb-search-item-header .breadcrumb {
    padding-bottom: 0;
    margin-bottom: 6px;
}


.kb-help-topic:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.display-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.display-ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.qes-middle {
    vertical-align: middle;
    line-height: inherit;
}

.qes-middle1em {
    width: 1em;
    vertical-align: middle;
    line-height: inherit;
}

.ue-practitioner-list .selectize-dropdown {
    position: initial !important;
}

.ddl-small-inline {
    display: inline-block;
    width: 70px;
    padding: 0.255rem 0.25rem;
    margin-left: 8px;
    height: 1.9rem !important;
}

.create-eng-header {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 5px;
}

    .create-eng-header div {
        display: inline-flex;
        width: 19%;
    }

        .create-eng-header div:first-child {
            width: 60% !important;
            line-height: 30px !important;
        }


    .create-eng-header span {
        color: #9aa0ac;
        text-transform: uppercase;
        font-size: 0.875rem;
        font-weight: 400;
    }

    .create-eng-header .chk-header {
        left: 50%;
        position: relative;
        transform: translate(-50%, 0%);
    }

.create-eng-body {
    margin-bottom: 10px;
}


    .create-eng-body .eng-body-col {
        display: inline-flex;
        width: 19%;
        min-height: 28px;
    }

        .create-eng-body .eng-body-col:first-child {
            width: 60% !important;
            line-height: 30px !important;
        }

    .create-eng-body .eng-body-dll {
        width: 80px;
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
    }


.create-eng-fields {
    margin-top: 20px;
    background-color: #fff4d5;
    padding: 15px;
    border: 1px solid rgb(255, 208, 76);
}
/*.fa option {
    font-weight: 900;
}*/

.ignore-css {
    all: unset;
}

.qes-marginb3 {
    margin-bottom: 3px;
}

.qes-marginb6 {
    margin-bottom: 6px;
}

.push {
    height: 90px;
}

.footer {
    overflow-y: hidden;
    padding: 0px;
}

@media (max-width:750px) {
    .container .footer-text, .footer-text-right {
        text-align: center !important;
    }

    .container .notification-action {
        width: 100%;
    }

        .container .notification-action:first-child {
            margin-bottom: 10px;
        }
}

@media (min-width:750px) {
    .container .footer-text {
        text-align: initial !important;
    }

    .container .footer-text-right {
        text-align: right !important;
    }

    .container .notification-action:first-child {
        margin-right: 15px;
    }
}

@media (min-width: 526px) {
    .notification-buttons-icon {
        display: none;
    }

    notification-buttons-text {
        /*display: block;*/
    }
}

@media (max-width: 525px) {
    .notification-buttons-icons {
        /*display: block;*/
    }

    .notification-buttons-text {
        display: none;
    }
}

.maintenance-content {
    height: 100%;
}

.maintenance-body {
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
    text-align: center;
}

    .maintenance-body .fa-tools {
        font-size: 90pt;
        display: block;
        margin-bottom: 25px;
    }

.record-search-box {
    flex-grow: 1;
    max-width: 65%;
}

@media (min-width:991px) {
    .record-search-box {
        flex-grow: 1;
        max-width: 100%;
    }
}


.action-who-option {
    width: 115px;
    padding-left: 0;
    display: inline-block;
}

    .action-who-option .custom-control-label::before, .custom-control-label::after {
        left: 0;
    }

.action-who-option-input {
    width: 300px;
    display: inline-block;
    margin-left: 22px;
}

.action-who-option-input {
    margin-top: 4px;
    margin-bottom: 3px;
}


.live-entry-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    z-index: 1000;
    overflow: hidden;
    background-color: white;
}

.bottom-left-none {
    padding-left: 0;
}

.bottom-margin-none {
    margin-bottom: 0;
}

.cursor-pointer {
    cursor: pointer;
}



.live-entrys-tile-container {
    margin-top: 25px;
}

.live-entry-tile {
    position: relative;
    height: 200px;
    cursor: pointer;
    box-shadow: 1px 1px 13px 0px rgba(156,156,156,0.21) !important;
    transition: 0.3s;
}

    .live-entry-tile:hover {
        background-color: #324f5d;
        color: white;
        opacity: 1
    }

        .live-entry-tile:hover .live-entry-tile-img {
            background-color: white;
            opacity: 1
        }

            .live-entry-tile:hover .live-entry-tile-img i {
                color: #324f5d;
                opacity: 1
            }

        .live-entry-tile:hover .live-entry-tile-content span {
            color: #dedede;
            opacity: 1
        }



    .live-entry-tile .fav-icon {
        position: absolute;
        right: 10px;
        top: 10px;
        color: gold;
        font-size: 14pt;
    }

.live-entry-tile-content {
    text-align: center;
}

    .live-entry-tile-content span {
        font-size: 12pt;
        display: block;
        color: #999999;
        transition: 0.3s;
    }

    .live-entry-tile-content .updated-by {
        font-size: 10pt;
    }

.live-entry-tile-img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background-color: #007385;
    position: relative;
    margin: auto 0;
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 10px;
    transition: 0.3s;
}

    .live-entry-tile-img i {
        color: white;
        position: relative;
        top: 50%;
        font-size: 25pt;
        transition: 0.3s;
        transform: translate(0%, -50%);
    }


.live-entry-tile-teal .live-entry-tile-img {
    background-color: #569d95;
}

.live-entry-tile-teal:hover {
    background-color: #569d95 !important;
}

    .live-entry-tile-teal:hover .live-entry-tile-img i {
        color: #569d95 !important;
    }

.live-entry-sub-heading {
    float: left;
    margin-top: 10px;
    position: absolute;
    left: 20px;
    bottom: 10px;
    font-size: 20px;
}

.live-entry-header {
    background-image: url('../Content/Images/green.png');
    position: fixed;
    top: 0;
    height: 100px;
    width: 100%;
}

.live-entry-header-name span {
    display: block;
}

@media (min-width:576px) {
    .live-entry-side-menu {
        position: fixed;
        width: 110px;
        left: 0;
        z-index: 9999;
        border-right: 1px solid rgb(189, 189, 189);
        height: 100vh;
    }

    .live-entry-side-menu-tile {
        height: 80px;
        box-shadow: 10px 0px 10px -10px rgba(156,156,156,0.21) !important;
        border: 1px solid rgba(0, 40, 100, 0.12);
        padding: 0;
        margin: 0;
        align-items: center;
        display: flex;
        justify-content: flex-start;
        text-align: left;
        min-width: 110px;
        max-width: 110px;
    }


    .live-entry-side-menu-tile-inner {
        width: 100%;
        display: flex;
        text-align: center
    }

    .live-entry-side-menu-tile-label {
        width: 66%;
        font-size: 16px
    }


    .live-entry-side-menu-tile-icon {
        width: 33%;
    }

    .live-entry-header .live-entry-header-name {
        font-size: 30px;
        color: #fff;
        margin: 0 5px 0 20px;
    }
}

@media(max-width:1200px) {
    .live-entry-header-name {
        max-width: 48%;
    }

    .live-entry-heading {
        font-size: 80%
    }

    .live-entry-sub-heading {
        font-size: 50%;
    }
}

@media (max-width:575px) {
    .live-entry-side-menu {
        position: fixed;
        width: 50px;
        left: 0;
        z-index: 9999;
        border-right: 1px solid rgb(189, 189, 189);
        height: 100vh;
    }

    .live-entry-side-menu-tile {
        height: 80px;
        box-shadow: 10px 0px 10px -10px rgba(156,156,156,0.21) !important;
        border: 1px solid rgba(0, 40, 100, 0.12);
        padding: 0;
        margin: 0;
        align-items: center;
        display: flex;
        justify-content: flex-start;
        text-align: left;
        min-width: 50px;
        max-width: 50px;
    }

    .live-entry-side-menu-tile-icon {
        width: 100%;
    }

    .live-entry-side-menu-tile-inner {
        width: 100%;
        display: flex;
        text-align: center
    }


    .live-entry-header .live-entry-header-name {
        font-size: 25px;
        color: #fff;
        margin: 0 5px 0 20px;
    }
}

.live-entry-side-menu-selected {
    background-color: #007385;
    color: white;
}

.live-entry-side-menu-circle {
    font-size: 16px;
}

.live-entry-side-menu-img i {
    color: white;
    position: relative;
    top: 50%;
    font-size: 25pt;
    transition: 0.3s;
    transform: translate(0%, -50%);
}

.live-entry-score-row:hover {
    background-color: #007385;
    color: white;
}

.live-entry-content {
    left: 15%;
    position: fixed;
    overflow-y: auto;
    padding-right: 5px;
    width: 83%;
    height: 100%;
}

.live-entry-tab-button {
    border-radius: 0;
    margin-right: 3px;
    background-color: #FD9644;
    color: white;
}


.live-entry-notes {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
}

.live-entry-home-page-tile-container {
    padding: 0;
    top: 100px;
    height: 100%;
    max-height: 100%;
    overflow-y: auto
}

.live-entry-profile-container {
    width: 100%;
    margin: 10px;
    margin-bottom: 200px;
}

.live-entry-home-description {
    width: 100%;
    font-size: 16px;
    margin-left: 5%;
    margin-right: 5%;
}

.live-entry-couldnt-agree {
    margin-left: 20px;
    margin-top: 15px;
    width: 180px;
    float: left;
    display: flex
}


.live-entry-more-detail-container {
    max-height: 510px;
    overflow-y: auto;
    padding-bottom: 62px;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.25);
    padding: 20px;
    border: 1px solid #AEBE37;
    border-radius: 10px;
}

.live-entry-resource-container {
    height: 90px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 32%;
    border: 1px solid #AEBE37;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.15);
}

.live-entry-inner-resource-container {
    width: 100%;
    margin-left: 10px;
}

.live-entry-warning {
    margin-top: -10px;
    margin-bottom: 30px;
    font-size: 16px;
}

.star-label-with-rect {
    font: 14px "Source Sans Pro" !important;
    cursor: pointer !important;
}


.training-tab-holder {
    border-bottom: 2px solid #fd9644;
}

    .training-tab-holder > span {
        display: inline-block;
        color: #fd9644;
        border-color: #fd9644;
        background-color: #fff;
        padding: 6px 20px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border: 1px solid;
        position: relative;
        top: 2px;
        margin-right: 2px;
        cursor: pointer;
    }

        .training-tab-holder > span.active, .training-tab-holder > span:hover {
            background-color: #fd9644;
            color: #fff;
            border-color: #fd9644;
            padding: 7px 20px;
            top: 0;
        }

    .training-tab-holder.sub {
        border-bottom: 2px solid #007385;
    }

        .training-tab-holder.sub > span {
            border-color: #007385;
            color: #007385;
        }

            .training-tab-holder.sub > span.active, .training-tab-holder.sub > span:hover {
                background-color: #007385;
                color: #fff;
            }

tr.faded td {
    color: #dedede;
}


.watermark_training {
    background-image: url('../Content/Images/training_watermark.png');
    background-repeat: repeat;
}


#ngDropdownli {
    padding: 10px;
    border-bottom: 1px solid #019891;
}

#ngSelectedItems {
    margin-left: 10px;
    margin-top: 10px;
    color: #007385;
}

.ngToggleCheck {
    padding: 2px 10px;
}

#ngDropdownMain {
    min-width: 234px !important;
}

.lc-btn-container {
    display: flex;
    float: right;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    max-width: 47%;
}

.lc-btn {
    color: #fff;
    margin: 0 5px;
    cursor: pointer;
    border: 0;
    transition: all 0.2s;
    width: 150px;
    position: relative;
    height: 40px;
    padding: 0;
}

.lc-submit-btn {
    background: #5eba00;
}

.lc-exit-btn {
    background: #007385;
}

.lc-delete-btn {
    background: #b91514;
}

.lc-submit-btn::after {
    content: "\f00c";
}

.lc-exit-btn::after {
    content: "\f0c7";
}

.lc-delete-btn::after {
    content: "\f2ed";
}

.lc-btn::after {
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 85%;
    top: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    color: #fff;
}

.lc-submit-btn:hover {
    background: #65c503;
}

.lc-exit-btn:hover {
    background: #00a5bf;
}

.lc-delete-btn:hover {
    background: #e64544;
}

.lc-btn:hover {
    transition: all 0.5s;
    border-radius: 10px;
    box-shadow: 0px 6px 15px #0000ff61;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    color: #ffffff;
}

    .lc-btn:hover::after {
        opacity: 1;
        transition: all 0.2s;
        color: #eee;
    }

.warning-list {
    list-style: none;
    padding-left: 0;
}


input[type=text]::-ms-clear {
    display: none;
}

.starHistoryHighlight {
    background-color: rgba(43, 115, 47, 0.4);
}

.form-footer {
    margin-bottom: 3rem;
}

.login-bottom {
    display: inline-block;
    width: 100%;
    margin: 0;
}

@media(max-width:767px) {
    #btnCreateLiveEntry {
        display: none;
    }
}

.text-overflow-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

#contextPopup li {
    cursor: pointer;
    height: 25px;
}

    #contextPopup li:hover {
        background: #eeeeee;
    }

    #contextPopup li a {
        margin-left: 10px;
        color: #007385;
    }

        #contextPopup li a:hover {
            color: #00737D;
            text-decoration: underline;
        }


#selectAllHeaderLabel {
    display: inline-block;
    top: -4px;
    position: relative;
    margin-right: 5px;
}

.user-select-none {
    user-select: none;
}

.primary-cien {
    --fa-primary-color: #007385;
}

.secondary-dimgray {
    --fa-secondary-color: dimgray
}

.font-23 {
    font-size: 23pt;
}

.pr-none {
    padding-right: 0;
}

.button-primary-disabled {
    opacity: 0.7 !important;
    user-select: none;
    background-color: #007385 !important;
    border-color: #007385 !important;
    cursor: not-allowed;
}

.button-light-disabled {
    opacity: 0.7 !important;
    user-select: none;
    background-color: #e2e6ea !important;
    border-color: #dae0e5 !important;
    cursor: not-allowed;
}

.svg-image-summary-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.star-details-column-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.star-details-text-area-display {
    border: 1px solid rgba(0, 40, 100, 0.3);
    padding: 10px;
    border-radius: 4px;
}

.edit-star-details-button {
    cursor: pointer !important;
    margin-left: 10px;
}

.footer-logo {
    height: 50px;
}

.footer-right-hand-side {
    display: flex;
    align-items: center;
    padding-right: 0;
    justify-content: flex-end;
}

.engagement-offline-warning-service-user {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
}

.login-page-subtitle{
    color: #696663;
    font-family: Montserrat, serif;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    margin-bottom: 24px;
    margin-top:16px;
}

.login-remember-me-text{
    color: #272625;
    font-family: Montserrat, serif;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
}

.login-problems-signing-in{
    color: #272625;
    font-family: Montserrat, serif;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
}

.login-problems-signing-in-link{
    color: #0850DA;
    font-family: Montserrat, serif;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.login-container{
    display: flex;
    max-width:100%;
    max-height: 100%;
    width: 496px;
    padding: 48px 40px 40px 40px!important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 2px 12px 0px rgba(113, 119, 128, 0.12);
}

.login-outcomes-star{
    font-family: Montserrat, serif;
    color: var(--New-Neutral-300, #F1ECE8);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}

.login-privacy-notice{
    font-family: Montserrat, serif;
    color: var(--New-Neutral-300, #F1ECE8);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}


@media (max-width: 1024px) {
    .login-left-side {
        overflow:auto;
    }
}
.login-left-side {
    position: fixed;
    left:  0;  
    top:0;
    overflow: hidden;
    background-color: #012147;
    background-repeat: no-repeat, repeat;
    background-size: cover;
    width: 50vw;
    height: 100vh;
    float: left;
    z-index: 1031;
}

.login-right-side{
    position: fixed!important;
    top:0;
    right: 0;
    width: 50vw; 
    height: 100vh; 
    float: left; 
    background-color: #F1ECE8; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    padding: 0 64px;
}

.login-star-image-left-hand-side{
    display:none;
}

.login-privacy-notice-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 24px;
    flex-direction: row;
    position: absolute;
    left:0;
    right:0;
    bottom:0;
}

.problems-signing-container{
    margin-top:24px;
    display:flex;
    gap:8px;
    flex-direction: column;
}

.login-box{
    z-index: 1032; 
    width:100%; 
    position:relative;
}

@media (max-width: 1024px) {

    .login-box {
        padding: 20px 20px 170px;
    }
}

@media (max-height: 700px) {

    .login-box {
        padding: 20px 20px 170px;
    }
}

@media (max-width: 800px) {

    .login-privacy-notice-container{
        position: fixed;
        left:0;
        right:0;
        bottom:0;
    }


    .login-privacy-notice-container{
        flex-direction: column;
        gap: 16px;
    }
    
    .login-star-image-left-hand-side{
        display:flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 24px;
    }
    
    .login-container{
        width:unset;
        padding: 32px 24px 40px 24px!important;
        margin: 10px 20px 40px;
    }
    
    .login-left-side{
        width:100vw;
    }
    
    .login-right-side{
        display: none;
    }
    
}

.image-header{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.login-background{
    background: #012147;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.ql-editor p {
    font-size:16px;
}

/* Target the IP whitelist column in the integration-lead-api-keys component */
#blazor_integration-lead-api-keys table tbody tr td:nth-child(4) {
    max-width: 270px;
}

    #blazor_integration-lead-api-keys table tbody tr td:nth-child(4) span {
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }