/*! bootstrap-window 0.2.2 2014-12-04 */

.disable-select{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.window
{
    max-width:768px;
    min-width:300px;
    min-height:100px;
    
    width: auto;
    
    position:absolute;
    
    background-colorX:#fff;
    
    border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;background-clip:padding-box;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5);
    z-index: 1000;
}
.window .window-header
{
    cursor:move;
    padding:5px;
    padding-left: 10px;
    padding-right: 10px;
    
    border-bottom:1px solid #e5e5e5;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-align: left;
}
.window .window-header .window-title{margin:0;line-height:1.428571429}.window .window-body{position:relative;padding:20px}.window .window-body.disable-scroll{overflow:hidden}.window .window-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5;position:relative}.window .window-footer .disable-shade{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.window .window-footer .btn+.btn{margin-bottom:0;margin-left:5px}.window .window-footer.disable-scroll{overflow:hidden}.window [data-dismiss=window]{visibility:visible}.window.ns-resize{cursor:ns-resize}.window.ew-resize{cursor:ew-resize}.window.active .window-header .window-title{color:#428bca}.window .panel-title .close{font-size:16px}[data-dismiss=window]{visibility:hidden}.disable-shade{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(255,255,255,.5);display:none}.disable-scroll{overflow:hidden}.disable-select{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.window-pane{z-index:999}.window-pane .label{cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.window-pane .label .close{float:none;font-size:14px;margin-left:4px}.window-pane .label+.label{margin-bottom:0;margin-left:5px}

.window.message .window-header {
    background-color: transparent;
    color: #777;
    font-weight: normal;
    border-color: #777;
}
.window.message .window-body {
    color: #777;
}