﻿/* ====== NOTE: In this file we define help system styles. ====== */
/* ====== IMPORT: Bootstrap (reference), Mixins, Variables ====== */
@media screen and (max-width: 767px) {
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
}

@media (max-width: 767px) {
}

.tour-backdrop {
    opacity: 0.2 !important;
    filter: alpha(opacity=20) !important;
}

.tour-step-backdrop {
    opacity: 1 !important;
    box-shadow: inset 0 0 10px 2px #E4801B;
}

.c-help-tip {
    margin: 0 1px;
    padding: 0;
    font-size: 11px;
    line-height: 13px;
    color: #B0B2BB;
    font-weight: 600;
    text-align: center;
    border: solid 1px #B0B2BB;
    background-color: transparent;
    vertical-align: middle;
    outline: none;
    position: relative;
    top: -1px;
    display: inline-block;
    cursor: help;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

    .c-help-tip:hover {
        color: #E4801B;
        text-decoration: none;
        border-color: #E4801B;
    }

    .c-help-tip:active {
        color: #CA6B0C;
        border-color: #CA6B0C;
    }

.cp-main-title .c-help-tip {
    font-size: 14px;
    line-height: 14px;
    width: 20px;
    height: 20px;
}

.c-help-popover.popover {
    min-width: 400px;
}

.c-help-popover .popover-heading {
    padding: 15px 15px 0;
}

.c-help-popover .popover-content {
    padding: 15px;
    font-size: 14px;
}

    .c-help-popover .popover-content.webui-popover-content {
        width: 100%;
    }

.c-help-popover .popover-title {
    padding: 0;
    font-size: 17px;
    line-height: 100%;
    font-weight: 600;
    color: #3B3C43;
    border: none;
    background: none;
    display: inline;
}

.c-help-popover .popover-subtitle {
    font-size: 12px;
    color: #9D9FAA;
}

.c-help-popover .popover-list {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 12px;
    list-style: none;
}

.c-help-popover .popover-navigation {
    padding: 15px;
    border-top: solid 1px #C8C9CF;
}

    .c-help-popover .popover-navigation .btn + .btn {
        margin-left: 5px;
    }

    .c-help-popover .popover-navigation *[data-role="end"] {
        float: none !important;
    }

.c-htip-trigger {
    margin-left: 5px;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 600;
    color: #608DBB;
    text-align: center;
    border: solid 1px #608DBB;
    outline: none;
    border-radius: 20px;
    position: relative;
    top: -3px;
    display: inline-block;
    cursor: help;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .c-htip-trigger:hover,
    .c-htip-trigger:active {
        color: #E4801B;
        border-color: #E4801B;
    }

    .c-htip-trigger:active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

.c-htip-trigger-panel {
    margin-left: 5px;
    padding: 3px 6px;
    font-size: 11px;
    line-height: 100%;
    font-weight: 400;
    text-align: center;
    border: solid 1px #FFF;
    outline: none;
    opacity: 0.8;
    border-radius: 20px;
    display: inline-block;
    cursor: help;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .c-htip-trigger-panel:hover,
    .c-htip-trigger-panel:active {
        opacity: 1;
    }

.c-htip-content p {
    margin-bottom: 10px;
    line-height: 140%;
}

.c-htip-refs {
    margin-top: 20px;
}

.c-htip-ref {
    display: block;
}

    .c-htip-ref + .c-htip-ref {
        margin-top: 6px;
    }

    .c-htip-ref > a {
        text-decoration: underline;
    }

.c-htip-article:before,
.c-htip-video:before {
    margin-right: 10px;
}

.c-htip-article:before {
    content: url(../img/icon-help-article.svg);
}

.c-htip-video:before {
    content: url(../img/icon-help-video.svg);
}

.c-htip-chml {
    margin-top: 25px;
}

.c-help-ref {
    margin-bottom: 6px;
    display: block;
}

    .c-help-ref > a {
        text-decoration: underline;
    }

    .c-help-ref:before {
        margin-right: 10px;
    }

    .c-help-ref.c-article:before {
        content: url(../img/icon-help-article.svg);
    }

    .c-help-ref.c-video:before {
        content: url(../img/icon-help-video.svg);
    }
