﻿.guide-help-settings-btn {
}

    .guide-help-settings-btn:hover {
        text-decoration: none;
    }

.guide-help-open-btn {
    display: none;
}

.lmsPopUpPageSupportIcon {
    margin-right: 10px;
}

.lc-guide-related-articles {
    padding-top: 10px;
    font-size: 90%;
}

.lmsPageNotificationIcon, .lmsPageNotificationIcon:visited, .lmsPageNotificationIcon:active, .lmsPageNotificationIcon:link {
    display:none;
    z-index:9;
    position:fixed;
    padding:0;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    bottom: 70px;
    background-color: #007bff;
    color: white;
    right: 20px;
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    opacity: 0.8;
    text-decoration: none;
    box-shadow: 0 0 0 rgba(0,123,255,1);
    animation: pulse 2s infinite;
}

    .lmsPageNotificationIcon i { line-height:40px; }

    .lmsPageNotificationIcon:hover {
        text-decoration: none;
        color: white;
        opacity: 1;
        animation: none;
    }

.lmsPageSupportIcon, .lmsPageSupportIcon:visited, .lmsPageSupportIcon:active, .lmsPageSupportIcon:link {
    display: none;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #007bff;
    color: white;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    opacity: 0.8;
    text-decoration: none;
    box-shadow: 0 0 0 rgba(0,123,255,1);
    /*animation: pulse 2s infinite;*/
}

    .lmsPageSupportIcon:hover {
        text-decoration: none;
        color: white;
        opacity: 1;
        /*animation: none;*/
    }

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0,123,255,1);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(0,123,255,0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0,123,255,0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0,123,255,0.7);
        box-shadow: 0 0 0 0 rgba(0,123,255, 1);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(0,123,255,0);
        box-shadow: 0 0 0 10px rgba(0,123,255,0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0,123,255,0);
        box-shadow: 0 0 0 0 rgba(0,123,255,0);
    }
}

.lmsClientPageSupportIcon, .lmsClientPageSupportIcon:visited, .lmsClientPageSupportIcon:active, .lmsClientPageSupportIcon:link {
    position: fixed;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    -webkit-box-shadow: 0 6px 20px rgba(0,0,0,.2);
    box-shadow: 0px 6px 20px rgba(0,0,0,0.2);
    bottom: 120px;
    background-color: #007bff;
    color: white;
    right: 20px;
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    opacity: 0.8;
    text-decoration: none;
}



    .lmsClientPageSupportIcon:hover {
        text-decoration: none;
        color: white;
        opacity: 1;
    }

.fabAssistCss .k-fab-text {
    display: none;
}