﻿@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600&display=swap);

.right-bar {
    background-color: #fff;
    -webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.02);
    box-shadow: 0 0 24px 0 rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.02);
    display: block;
    position: fixed;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 260px;
    z-index: 9999;
    float: right !important;
    right: -270px;
    top: 0;
    bottom: 0;
}

    .right-bar .rightbar-title {
        background-color: #188ae2;
        padding: 25px;
        color: #fff;
    }

    .right-bar .right-bar-toggle {
        background-color: #686b78;
        height: 24px;
        width: 24px;
        line-height: 24px;
        color: #f3f3f3;
        text-align: center;
        border-radius: 50%;
        margin-top: -4px;
    }

        .right-bar .right-bar-toggle:hover {
            background-color: #6f7280;
        }

    .right-bar .user-box {
        padding: 25px;
        text-align: center;
    }

        .right-bar .user-box .user-img {
            position: relative;
            height: 64px;
            width: 64px;
            margin: 0 auto 15px auto;
        }

            .right-bar .user-box .user-img .user-edit {
                position: absolute;
                right: -5px;
                bottom: 0;
                height: 24px;
                width: 24px;
                background-color: #fff;
                line-height: 24px;
                border-radius: 50%;
                -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
                box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
            }

        .right-bar .user-box h5 {
            margin-bottom: 2px;
        }

            .right-bar .user-box h5 a {
                color: #575a65;
            }

.rightbar-overlay {
    background-color: rgba(87,90,101,.55);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 9998;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.right-bar-enabled .right-bar {
    right: 0;
}

.right-bar-enabled .rightbar-overlay {
    display: block;
}

@media (max-width:767.98px) {
    .right-bar {
        overflow: auto;
    }

        .right-bar .slimscroll-menu {
            height: auto !important;
        }
}


.demos-show-btn {
    position: fixed;
    /*top: 50%;*/
    top: 75%;
    right: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: 600;
    background-color: #049dd8;
    color: #fff !important;
    line-height: 36px;
    padding: 15px 3px;
    border-radius: 6px 0 0 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: uppercase;
}

@media (max-width:600px) {
    .demos-show-btn {
        display: none;
    }
}
