﻿
.LiveChatControllerPanel {
    position: fixed;
    bottom: 5px;
    right: 5px;
    border: 0px solid silver;
    height: 55px;
    width: 55px;
    /*display:none;*/
    background-color:white;
    z-index: 2147483646;
}

.btnSTH {
    position: relative;
    /*top: -350px;*/
    /*font-size: larger;*/
}
.btnSTB {
    position: relative;
    bottom: 101px;
    left:29px;
    width:385px;
    /*font-size:larger;*/
}

body {
}

.boxshaddow {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
}

.CTMENU_ALERT {
    background-color: white;
    border: 2px solid silver;
    padding: 0px 10px 0px 0px;
    position: fixed;
    /*top:200px;*/
    /*left:200px;*/
    z-index: 10000;
}

.window {
    z-index: 2;
    border: 1px solid black;
    background-color: white;
    /*    width: 400px;
    height: 300px;*/
    /*position: absolute;*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .window .window-bar {
        padding-left: 6px;
        padding-top: 3px;
        padding-bottom: 2px;
        margin-bottom: 5px;
        /*cursor: move;*/
        /*background-color: #666666;*/
        /*border-bottom:1px solid black;*/
        color: black;
    }

        .window .window-bar .window-close {
            cursor: pointer;
            display: inline-block;
            position: absolute;
            top: 0px;
            right: 0px;
            background-color: ButtonFace;
            height: 26px;
            width: 32px;
            padding-top: 3px;
        }

            .window .window-bar .window-close:hover {
                color: white;
                background-color: crimson;
            }
