﻿#_elev_io {
    display: none;
}

.btn-help {
    background-color: #1a769c;
    color: #fff;
    position: fixed;
    top: 45%;
    right: -26px;
    padding: 10px 15px;
    cursor: pointer;
    font-family: elevio-noto-sans,Helvetica,Arial,sans-serif;
    font-weight: 400;
    box-decoration-break: slice;
    font-size: 13px;
    align-items: flex-start;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.25);
    transform: rotate(270deg);
    transform-origin: left top 0;
    z-index: 999;
}

    .btn-help:hover, .btn-help:focus {
        color: #fff;
    }

.help-content {
    display: none;
    background-color: #f3f5f7;
    position: fixed;
    top: 0;
    right: 0px;
    height: 100%;
    width: 450px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.25);
    z-index: 999;
    overflow-x: hidden;
    overflow-y: auto;
}

    .help-content .post-content {
        background-color: #fff;
        padding: 5px;
        height: 90%;
        width: 100%;
        overflow: auto;
    }

        .help-content .post-content img, .help-content .post-content p, .help-content .post-content blockquote {
            max-width: 100%;
        }

    .help-content .lista-content {
        margin-top: 50px;
        background-color: #fff;
    }

        .help-content .lista-content .tag {
            color: #000;
        }

            .help-content .lista-content .tag:hover {
                color: #5e87b0;
            }

        .help-content .lista-content > ul {
            padding-top: 10px;
            padding-bottom: 10px;
            list-style: none;
            padding-left: 5px;
        }

            .help-content .lista-content > ul > li {
                text-decoration: none;
                margin-bottom: 10px;
            }

                .help-content .lista-content > ul > li > .tag {
                    font-weight: bold;
                    text-decoration: none;
                }

                .help-content .lista-content > ul > li > ul {
                    list-style: none;
                }

                    .help-content .lista-content > ul > li > ul > li {
                        padding-top: 5px;
                        padding-bottom: 5px;
                        list-style: none;
                    }

.help-content-header {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1a769c;
}

.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
    background-color: #fff;
}

.help-content .search-row {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 25px;
}

.shortcut-row {
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .shortcut-row .col-md-4 {
    }

    .shortcut-row span {
        display: block;
        font-size: 11px;
        margin-bottom: 10px;
    }

    .shortcut-row a {
        background-color: #fff;
        padding: 15px;
        font-size: 18px;
        color: #000;
        width: 50px;
        height: 50px;
        transition: background-color .25s cubic-bezier(.55,0,.1,1),box-shadow .25s cubic-bezier(.55,0,.1,1),-webkit-transform .25s cubic-bezier(.55,0,.1,1);
        transition: background-color .25s cubic-bezier(.55,0,.1,1),transform .25s cubic-bezier(.55,0,.1,1),box-shadow .25s cubic-bezier(.55,0,.1,1);
        transition: background-color .25s cubic-bezier(.55,0,.1,1),transform .25s cubic-bezier(.55,0,.1,1),box-shadow .25s cubic-bezier(.55,0,.1,1),-webkit-transform .25s cubic-bezier(.55,0,.1,1);
        cursor: pointer;
        border-radius: 3px;
        margin: 0 auto 8px;
        display: inline-block;
        padding: 15px;
        background-color: #fff;
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    }

        .shortcut-row a:hover {
            color: #fff;
            background-color: #1a769c;
        }


.blog-content {
    background-color: #fff;
    padding: 5px;
    height: 90%;
    width: 100%;
    overflow: auto;
}

    .blog-content h3 {
        text-decoration: none;
        color: #0a0a0a;
        line-height: inherit;
        font-size: 18px;
        font-weight: 700;
    }

    .blog-content h5 {
        line-height: 1.6;
        margin: 0;
        color: #cacaca;
        font-size: 12px;
        font-weight: 400;
    }

    .blog-content .summary {
        margin-top: 30px;
        margin-bottom: 30px;
    }

.sugestions-content {
    background-color: #fff;
    padding: 5px;
    height: 90%;
    width: 100%;
    overflow: auto;
}
