/* Begin Editor Flexbox */

.showme-editor-flexbox {
    display: flex;
    flex-flow: column;
    height: 100%;
}

    .showme-editor-flexbox .showme-editor-flexbox-row.content {
        flex: 1 1 auto;
    }

    .showme-editor-flexbox .showme-editor-flexbox-row.footer {
        flex: 0 1 50px;
    }

/* End Editor Flexbox */

/* Begin Tooltip Sizes */

.showme-tooltip-small {
    max-width: 200px !important;
    min-width: 100px !important;
}

.showme-tooltip-medium {
    max-width: 400px !important;
    min-width: 300px !important;
}

.showme-tooltip-large {
    max-width: 600px !important;
    min-width: 500px !important;
}

.showme-tooltip-extra-large {
    max-width: 800px !important;
    min-width: 700px !important;
}

/* End Tooltip Sizes */

.showme-cursor-grabbing {
    cursor: grabbing;
}

.showme-cursor-default {
    cursor: default !important;
}

.showme-unordered-list {
    padding-left: 40px !important;
}

#lnkViewShowMe, #lnkViewShowMeHint {
    cursor: pointer;
}

.showme-toolbar {
    height: 16px;
}

.showme-hide {
    display: none;
}

.showme-view {
    background-color: white;
    height: 12px;
}

.showme-action-buttons {
    bottom: 0px;
    filter: alpha(opacity=60);
    left: 50%;
    opacity: .3;
    position: fixed;
    z-index: 9999999 !important;
}

    .showme-action-buttons:hover {
        opacity: 1.0;
    }

.showme-radius-left {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
}

.showme-radius-right {
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

.showme-hover-highlight {
    border: solid 2px red !important;
}

.showme-list-highlight {
    border: solid 2px red !important
}

.showme-step-selector {
    width: 85%;
    word-break: break-all;
}

#divShowMeStepsContainer > div:first-child > div.card-footer > div.float-right .action-up {
    display: none;
}

#divShowMeStepsContainer > div:last-child > div.card-footer > div.float-right .action-down {
    display: none;
}

#divShowMesContainer > div:first-child > div.card-footer > div.float-right .action-up {
    display: none;
}

#divShowMesContainer > div:last-child > div.card-footer > div.float-right .action-down {
    display: none;
}

#divShowMesContainer > div:first-child > div.card-body .series-first-showme {
    display: block !important;
}

#divShowMesContainer > div:first-child > div.card-body .numberofpageviews-label {
    display: none;
}

#divShowMesContainer > div:first-child > div.card-body .numberofdays-label {
    display: none;
}

#divShowMesContainer > div:first-child > div.card-body .numberofpageviews {
    display: none;
}

#divShowMesContainer > div:first-child > div.card-body .numberofdays {
    display: none;
}

.showme-modal {
    z-index: 999999999 !important
}

    .showme-modal .modal-body {
        max-height: 420px;
        overflow-y: auto;
    }

.showme-pulse {
    -moz-animation: showme-pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: showme-pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -webkit-animation: showme-pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: showme-pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes showme-pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.25);
    }

    100% {
        transform: scale(1);
    }
}

.showme-badge {
    background-color: #002855 !important;
    border-radius: 4px;
    color: white !important;
    font-size: 65%;
    font-weight: normal;
    margin-left: -4px;
    margin-top: -4px;
    padding: 0 4px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    z-index: 99999999 !important;
}

.showme-hints-badge {
    background-color: #002855 !important;
    border-radius: 4px;
    color: white !important;
    font-size: 65%;
    font-weight: normal;
    margin-left: -4px;
    margin-top: -4px;
    padding: 0 4px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    z-index: 99999999 !important;
}

/* Begin custom icons */

.introjs-hint-information-one {
    -webkit-box-sizing: content-box;
    background: url("/Global/Images/ShowMe/Information1.png") no-repeat center bottom/cover;
    border-radius: 10px;
    box-sizing: content-box;
    height: 22px;
    padding: 2px;
    position: absolute;
    width: 22px;
    z-index: 10;
}

.introjs-hint:hover > .introjs-hint-information-one {
    height: 24px;
    width: 24px;
}

.introjs-hint-information-two {
    -webkit-box-sizing: content-box;
    background: url("/Global/Images/ShowMe/Information2.png") no-repeat center bottom/cover;
    border-radius: 10px;
    box-sizing: content-box;
    height: 22px;
    padding: 2px;
    position: absolute;
    width: 22px;
    z-index: 10;
}

.introjs-hint:hover > .introjs-hint-information-two {
    height: 24px;
    width: 24px;
}

.introjs-hint-information-three {
    -webkit-box-sizing: content-box;
    background: url("/Global/Images/ShowMe/Information3.png") no-repeat center bottom/cover;
    border-radius: 10px;
    box-sizing: content-box;
    height: 22px;
    padding: 2px;
    position: absolute;
    width: 22px;
    z-index: 10;
}

.introjs-hint:hover > .introjs-hint-information-three {
    height: 24px;
    width: 24px;
}

.introjs-hint-message-boards {
    -webkit-box-sizing: content-box;
    background: url("/Global/Images/ShowMe/MessageBoards.png") no-repeat center bottom/cover;
    border-radius: 10px;
    box-sizing: content-box;
    height: 22px;
    padding: 2px;
    position: absolute;
    width: 22px;
    z-index: 10;
}

.introjs-hint:hover > .introjs-hint-message-boards {
    height: 24px;
    width: 24px;
}

.introjs-hint-padlock-one {
    -webkit-box-sizing: content-box;
    background: url("/Global/Images/ShowMe/Padlock1.png") no-repeat center bottom/cover;
    border-radius: 10px;
    box-sizing: content-box;
    height: 22px;
    padding: 2px;
    position: absolute;
    width: 22px;
    z-index: 10;
}

.introjs-hint:hover > .introjs-hint-padlock-one {
    height: 24px;
    width: 24px;
}

.introjs-hint-padlock-two {
    -webkit-box-sizing: content-box;
    background: url("/Global/Images/ShowMe/Padlock2.png") no-repeat center bottom/cover;
    border-radius: 10px;
    box-sizing: content-box;
    height: 22px;
    padding: 2px;
    position: absolute;
    width: 22px;
    z-index: 10;
}

.introjs-hint:hover > .introjs-hint-padlock-two {
    height: 24px;
    width: 24px;
}

.introjs-hint-padlock-three {
    -webkit-box-sizing: content-box;
    background: url("/Global/Images/ShowMe/Padlock3.png") no-repeat center bottom/cover;
    border-radius: 10px;
    box-sizing: content-box;
    height: 22px;
    padding: 2px;
    position: absolute;
    width: 22px;
    z-index: 10;
}

.introjs-hint:hover > .introjs-hint-padlock-three {
    height: 24px;
    width: 24px;
}

.introjs-hint-question-mark-one {
    -webkit-box-sizing: content-box;
    background: url("/Global/Images/ShowMe/QuestionMark1.png") no-repeat center bottom/cover;
    border-radius: 10px;
    box-sizing: content-box;
    height: 22px;
    padding: 2px;
    position: absolute;
    width: 22px;
    z-index: 10;
}

.introjs-hint:hover > .introjs-hint-question-mark-one {
    height: 24px;
    width: 24px;
}

.introjs-hint-question-mark-two {
    -webkit-box-sizing: content-box;
    background: url("/Global/Images/ShowMe/QuestionMark2.png") no-repeat center bottom/cover;
    border-radius: 10px;
    box-sizing: content-box;
    height: 22px;
    padding: 2px;
    position: absolute;
    width: 22px;
    z-index: 10;
}

.introjs-hint:hover > .introjs-hint-question-mark-two {
    height: 24px;
    width: 24px;
}

.introjs-hint-question-mark-three {
    -webkit-box-sizing: content-box;
    background: url("/Global/Images/ShowMe/QuestionMark3.png") no-repeat center bottom/cover;
    border-radius: 10px;
    box-sizing: content-box;
    height: 22px;
    padding: 2px;
    position: absolute;
    width: 22px;
    z-index: 10;
}

.introjs-hint:hover > .introjs-hint-question-mark-three {
    height: 24px;
    width: 24px;
}

.introjs-hint-beta {
    -webkit-box-sizing: content-box;
    background: url("/Global/Images/ShowMe/icon_beta.png") no-repeat center bottom/cover;
    border-radius: 10px;
    box-sizing: content-box;
    height: 20px;
    padding: 2px;
    position: absolute;
    width: 40px;
    z-index: 10;
}

.introjs-hint:hover > .introjs-hint-beta {
    height: 20px;
    width: 40px;
}

/* End custom icons */

/* Begin Intro.js overrides */

.introjs-hint {
    z-index: 99999999 !important;
}

.introjs-hint-pulse-blue {
    -o-transition: all 0.2s ease-out;
    -webkit-animation: introjspulseblue 2s infinite;
    -webkit-box-sizing: content-box;
    -webkit-transition: all 0.2s ease-out;
    animation: introjspulseblue 2s infinite;
    background-color: rgba(0, 40, 85, 0.8);
    border-radius: 30px;
    box-sizing: content-box;
    height: 15px;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 15px;
    z-index: 10;
}

@-webkit-keyframes introjspulseblue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 40, 85, 0.9);
        -webkit-transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 40, 85, 0.9);
        transform: scale(0.95);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        -webkit-transform: scale(1);
        box-shadow: 0 0 0 10px transparent;
        transform: scale(1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        -webkit-transform: scale(0.95);
        box-shadow: 0 0 0 0 transparent;
        transform: scale(0.95);
    }
}

@keyframes introjspulseblue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 40, 85, 0.9);
        -webkit-transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 40, 85, 0.9);
        transform: scale(0.95);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        -webkit-transform: scale(1);
        box-shadow: 0 0 0 10px transparent;
        transform: scale(1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        -webkit-transform: scale(0.95);
        box-shadow: 0 0 0 0 transparent;
        transform: scale(0.95);
    }
}

.introjs-hint:hover > .introjs-hint-pulse-blue {
    background-color: #002855 !important;
}

.introjs-hint-pulse-red {
    -o-transition: all 0.2s ease-out;
    -webkit-animation: introjspulsered 2s infinite;
    -webkit-box-sizing: content-box;
    -webkit-transition: all 0.2s ease-out;
    animation: introjspulsered 2s infinite;
    background-color: rgba(255, 0, 0, 0.8);
    border-radius: 30px;
    box-sizing: content-box;
    height: 15px;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 15px;
    z-index: 10;
}

.introjs-hint-pulse-red-responsive {
    -o-transition: all 0.2s ease-out;
    -webkit-animation: introjspulsered 2s infinite;
    -webkit-box-sizing: content-box;
    -webkit-transition: all 0.2s ease-out;
    animation: introjspulsered 2s infinite;
    background-color: rgba(255, 0, 0, 0.8);
    border-radius: 30px;
    box-sizing: content-box;
    height: 15px;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 15px;
    z-index: 10;
}

@-webkit-keyframes introjspulsered {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.9);
        -webkit-transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.9);
        transform: scale(0.95);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        -webkit-transform: scale(1);
        box-shadow: 0 0 0 10px transparent;
        transform: scale(1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        -webkit-transform: scale(0.95);
        box-shadow: 0 0 0 0 transparent;
        transform: scale(0.95);
    }
}

@keyframes introjspulsered {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.9);
        -webkit-transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.9);
        transform: scale(0.95);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        -webkit-transform: scale(1);
        box-shadow: 0 0 0 10px transparent;
        transform: scale(1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        -webkit-transform: scale(0.95);
        box-shadow: 0 0 0 0 transparent;
        transform: scale(0.95);
    }
}

.introjs-hint:hover > .introjs-hint-pulse-red {
    background-color: #cc0000 !important;
}

.introjs-hint-pulse-white {
    -o-transition: all 0.2s ease-out;
    -webkit-animation: introjspulsewhite 2s infinite;
    -webkit-box-sizing: content-box;
    -webkit-transition: all 0.2s ease-out;
    animation: introjspulsewhite 2s infinite;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    box-sizing: content-box;
    height: 15px;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 15px;
    z-index: 10;
}

@-webkit-keyframes introjspulsewhite {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
        -webkit-transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
        transform: scale(0.95);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        -webkit-transform: scale(1);
        box-shadow: 0 0 0 10px transparent;
        transform: scale(1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        -webkit-transform: scale(0.95);
        box-shadow: 0 0 0 0 transparent;
        transform: scale(0.95);
    }
}

@keyframes introjspulsewhite {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
        -webkit-transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
        transform: scale(0.95);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        -webkit-transform: scale(1);
        box-shadow: 0 0 0 10px transparent;
        transform: scale(1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        -webkit-transform: scale(0.95);
        box-shadow: 0 0 0 0 transparent;
        transform: scale(0.95);
    }
}

.introjs-hint:hover > .introjs-hint-pulse-white {
    background-color: #001022 !important;
}

.introjs-hint-questionmark-black {
    -webkit-box-sizing: content-box;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 30px;
    box-sizing: content-box;
    height: 16px;
    padding: 2px;
    position: absolute;
    width: 16px;
    z-index: 10;
}

    .introjs-hint-questionmark-black:before {
        align-items: center;
        color: rgba(255, 255, 255, 0.9);
        content: '?';
        display: flex;
        font-size: 13px;
        font-weight: bold;
        height: 16px;
        justify-content: center;
        position: absolute;
        width: 16px;
    }

.introjs-hint:hover > .introjs-hint-questionmark-black {
    background-color: #000000 !important;
}

.introjs-hint-questionmark-blue {
    -webkit-box-sizing: content-box;
    background-color: rgba(0, 40, 85, 0.8);
    border-radius: 30px;
    box-sizing: content-box;
    height: 16px;
    padding: 2px;
    position: absolute;
    width: 16px;
    z-index: 10;
}

    .introjs-hint-questionmark-blue:before {
        align-items: center;
        color: rgba(255, 255, 255, 0.9);
        content: '?';
        display: flex;
        font-size: 13px;
        font-weight: bold;
        height: 16px;
        justify-content: center;
        position: absolute;
        width: 16px;
    }

.introjs-hint:hover > .introjs-hint-questionmark-blue {
    background-color: #002855 !important;
}

.introjs-hint-questionmark-red {
    -webkit-box-sizing: content-box;
    background-color: rgba(255, 0, 0, 0.8);
    border-radius: 30px;
    box-sizing: content-box;
    height: 16px;
    padding: 2px;
    position: absolute;
    width: 16px;
    z-index: 10;
}

    .introjs-hint-questionmark-red:before {
        align-items: center;
        color: rgba(255, 255, 255, 0.9) !important;
        content: '?';
        display: flex;
        font-size: 13px;
        font-weight: bold;
        height: 16px;
        justify-content: center;
        position: absolute;
        width: 16px;
    }

.introjs-hint:hover > .introjs-hint-questionmark-red {
    background-color: #cc0000 !important;
}

.introjs-hint-questionmark-white {
    -webkit-box-sizing: content-box;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    box-sizing: content-box;
    height: 16px;
    padding: 2px;
    position: absolute;
    width: 16px;
    z-index: 10;
}

    .introjs-hint-questionmark-white:before {
        align-items: center;
        color: rgba(0, 40, 85, 0.9) !important;
        content: '?';
        display: flex;
        font-size: 13px;
        font-weight: bold;
        height: 16px;
        justify-content: center;
        position: absolute;
        width: 16px;
    }

.introjs-hint:hover > .introjs-hint-questionmark-white {
    background-color: #ffffff !important;
}

.introjs-hintbutton, .introjs-donebutton, .introjs-nextbutton {
    background-color: #002855 !important;
    background-image: none !important;
    border-color: #000 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    text-shadow: none !important;
}

    .introjs-hintbutton:hover, .introjs-donebutton:hover, .introjs-nextbutton:hover {
        background-color: #0861ce !important;
    }

.introjs-skipbutton {
    padding: 0px 3px !important;
    text-decoration: none !important;
}

.introjs-button {
    font-size: 12px !important;
    padding: .15rem .5rem !important;
}

.introjs-tooltip-header {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 5px !important;
}

.introjs-tooltiptext {
    padding: 15px 15px !important;
}

    .introjs-tooltiptext > ul {
        padding-left: 40px !important;
    }

.introjs-bullets {
    padding-bottom: 5px !important;
    padding-top: 0 !important;
}

.introjs-helperLayer {
    box-shadow: rgb(33 33 33 / 80%) 0px 0px 1px 1px, rgb(33 33 33 / 50%) 0px 0px 0px 5000px !important;
}

/* End Intro.js overrides */
