﻿.boti-content button.btn.btn-box-tool {
    color: #333;
    text-decoration: none;
    display: inline-block;
    padding: 6px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.boti-content {
    background: white;
    z-index: 999;
}

    .boti-content .box-header {
        color: #444;
        display: block;
        padding: 10px;
        position: absolute;
        width: 100%;
        background: #d93535;
        color: #fff;
        z-index: 1;
        top: -1px;
        left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .boti-content .box-header.with-border {
            border-bottom: 1px solid #f4f4f4;
        }

        .boti-content .box-header:before, .boti-content .box-header:after {
            content: " ";
            display: table;
        }

        .boti-content .box-header > .fa, .boti-content .box-header > .glyphicon, .boti-content .box-header > .ion, .boti-content .box-header .box-title {
            display: inline-block;
            font-size: 18px;
            margin: 0;
            line-height: 1;
        }

        .boti-content .box-header > .box-tools {
            position: absolute;
            right: 10px;
            top: 0;
        }

    .boti-content .btn-box-tool {
        padding: 5px;
        font-size: 12px;
        background: transparent;
        color: #97a0b3;
    }

        .boti-content .btn-box-tool img {
            width: 15px;
            opacity: 0.9;
        }

    .boti-content #botiFrame {
        border: none;
        width: 100%;
        height: 100%;
    }

.boti-prime {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}
