﻿.bizweb-theme-previewer {
    background: rgba(0,0,0,0.85);
    position: fixed;
    top: auto !important;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 9999;
}

.bizweb-theme-previewer-title {
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    margin: 7px 0;
}

.bizweb-theme-previewer-actions-bar {
    float: right;
}

    .bizweb-theme-previewer-actions-bar, .bizweb-theme-previewer-actions-bar li {
        margin: 0;
    }

        .bizweb-theme-previewer-actions-bar a {
            display: inline-block;
            font-size: 13px;
            color: #94A7B2;
            text-decoration: underline;
            padding: 7px 0;
            cursor: pointer;
        }

        .bizweb-theme-previewer-actions-bar .preview-btn {
            color: #479ccf;
            background: #fcfcfc;
            padding: 7px 10px;
            border-radius: 3px;
            font-size: 13px;
            text-decoration: none;
        }

            .bizweb-theme-previewer-actions-bar .preview-btn:hover {
                color: #479ccf;
                background: #fcfcfc;
            }
