@font-face {
    font-family: 'Glyphicons Halflings';

    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');
    src: url('iframe/fonts/glyphicons-halflings-regular.eot');
}
.webchat-chat-window {
    position: fixed !important;
    z-index: 1000;
    top: 50% !important;
    left: 50% !important;

    overflow: hidden;

    width: 460px;
    height: 400px;

    border: 2px solid #337ab7;
    border-radius: 5px;

    transform: translate(-50%, -50%) !important;
}
.webchat-chat-window-hidden {
    display: none;
}
.webchat-chat-window iframe {
    border: 0;
}
.webchat-chat-window .webchat-header {
    position: absolute;
    z-index: 1100;
    top: 0;
    left: 0;

    width: 100%;
    padding: 0 15px;

    color: #ffffff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 30px;

    cursor: move;

    background: #337ab7;
}
.webchat-chat-window .webchat-header a {
    color: #ffffff;

    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;
    float: right;

    margin: 8px 0 0 8px;

    font-family: 'Glyphicons Halflings';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.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;

    display: block;

    font-size: 0.1px;

    -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 {
    top: -5px;
    left: 0;

    width: 100%;
    height: 7px;

    cursor: n-resize;
}
.webchat-chat-window .ui-resizable-s {
    bottom: -5px;
    left: 0;

    width: 100%;
    height: 7px;

    cursor: s-resize;
}
.webchat-chat-window .ui-resizable-e {
    top: 0;
    right: -5px;

    width: 7px;
    height: 100%;

    cursor: e-resize;
}
.webchat-chat-window .ui-resizable-w {
    top: 0;
    left: -5px;

    width: 7px;
    height: 100%;

    cursor: w-resize;
}
.webchat-chat-window .ui-resizable-se {
    right: 0;
    bottom: 0;

    width: 12px;
    height: 12px;

    cursor: se-resize;
}
.webchat-chat-window .ui-resizable-sw {
    bottom: -5px;
    left: -5px;

    width: 9px;
    height: 9px;

    cursor: sw-resize;
}
.webchat-chat-window .ui-resizable-nw {
    top: -5px;
    left: -5px;

    width: 9px;
    height: 9px;

    cursor: nw-resize;
}
.webchat-chat-window .ui-resizable-ne {
    top: -5px;
    right: -5px;

    width: 9px;
    height: 9px;

    cursor: ne-resize;
}
.webchat-chat-window iframe {
    pointer-events: auto;
}
.webchat-chat-window.ui-resizable-resizing iframe {
    pointer-events: none;
}
