@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('iframe/fonts/glyphicons-halflings-regular.eot');
    src: url('iframe/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('iframe/fonts/glyphicons-halflings-regular.woff') format('woff'), url('iframe/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('iframe/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.webchat-chat-window {
    position: absolute;
    width: 550px;
    height: 450px;
    border: 2px solid #337ab7;
    overflow: hidden;
    z-index: 1000;
    border-radius: 5px;
}
.webchat-chat-window-hidden {
    display: none;
}
.webchat-chat-window iframe {
    border: 0px;
}
.webchat-chat-window .webchat-header {
    position: absolute;
    line-height: 30px;
    width: 100%;
    left: 0px;
    top: 0px;
    cursor: move;
    z-index: 1100;
    background: #337ab7;
    color: #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 0px 15px;
}
.webchat-chat-window .webchat-header a {
    color: #fff;
    cursor: pointer;
}
.webchat-chat-window .webchat-header a.webchat-close {
    float: right;
    font-size: 10px;
}
.webchat-chat-window .webchat-header .webchat-close span.webchat-close-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    float: right;
    margin: 8px 0px 0px 8px;
}
.webchat-chat-window .webchat-header .webchat-close span.webchat-close-icon:before {
    content: "\e014";
}

/* jQuery UI resizable */
.webchat-chat-window .ui-resizable{position:relative}
.webchat-chat-window .ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}
.webchat-chat-window .ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}
.webchat-chat-window .ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}
.webchat-chat-window .ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}
.webchat-chat-window .ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}
.webchat-chat-window .ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}
.webchat-chat-window .ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:0px;bottom:0px}
.webchat-chat-window .ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}
.webchat-chat-window .ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}
.webchat-chat-window .ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}
.webchat-chat-window iframe {
    pointer-events: auto;
}
.webchat-chat-window.ui-resizable-resizing iframe {
    pointer-events: none;
}