/* Version 1.1.3 2014-04-02 20:06 */
.jsPanel, .jsPanel-hdr-r, .jsPanel-hdr-l, .jsPanel-hdr-l-text, .jsPanel-hdr-r span img, .jsPanel-content{
    margin: 0; padding: 0; border: 0;
    font-size: 100%; font: inherit;
    line-height: 1.5em; vertical-align: baseline;
}
.jsPanel{
    margin: 0; padding: 0;
    overflow: hidden; position: absolute;
}
.jsPanel-hdr{
    font-size: 12px; padding: 2px;
}
.jsPanel-hdr-r{
    float: right;
}
.jsPanel-hdr-l{
    float: left;
    white-space: nowrap;
    width: 100%;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    cursor: move;
    height: 18px;
}
.jsPanel-hdr-l-text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
    margin: 0;
}
.jsPanel-hdr-r div{
    float: right;
    cursor: pointer;
	margin-left: 3px;
    width: 16px;
    height: 16px;
    overflow: hidden;
}
.jsPanel-hdr-r-btn-close{ background: url("images/icon-sprite.jpg") 16px 0; }
.jsPanel-hdr-r-btn-max.normal{ background: url("images/icon-sprite.jpg") 32px 0; }
.jsPanel-hdr-r-btn-max.alternate{ background: url("images/icon-sprite.jpg") 48px 0; }
.jsPanel-hdr-r-btn-min{ background: url("images/icon-sprite.jpg") 64px 0; }

.jsPanel-content {
    font-size: 12px;
    height: 100%;
    height: calc(100% - 44px);
    margin-top: 40px;
    position: relative;
    width: 100%;
}
p.jsPanel-hdr-toolbar {
    margin-bottom: 0;
    padding: 0 5px;
}
.jsPanel-hdr-toolbar img{
    cursor: pointer;
    margin-bottom: 0;
    margin-right: 5px;
}
/* container that takes the minified jsPanels */
#jsPanel-min-container{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    height:25px;
    background:transparent;
}

/* THEMES ------------------------------------------------------------------------- */
/* light ------------------------------------------- */
.jsPanel.jsPanel-theme-light{
    background: none repeat scroll 0 0 #eee;
    box-shadow: 0 2px 7px 1px #333333;
}
.jsPanel-hdr.jsPanel-theme-light{
    color: #000;
    font-family: tahoma,arial,verdana,sans-serif;
    font-weight: normal;
}
.jsPanel-content.jsPanel-theme-light {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000;
    font-family: tahoma,arial,verdana,sans-serif;
    outline: 1px solid #BBBBBB;
}
/* medium -------------------------------------------- */
.jsPanel.jsPanel-theme-medium{ background: none repeat scroll 0 0 #888; box-shadow: 0 2px 5px 1px #ccc; }
.jsPanel-hdr.jsPanel-theme-medium{ color: #fff; font-family: tahoma,arial,verdana,sans-serif; font-weight: bold; }
.jsPanel-content.jsPanel-theme-medium { background: none repeat scroll 0 0 #eee; color: #111; font-family: tahoma,arial,verdana,sans-serif; outline: 1px solid #ffffff; }
/* dark ---------------------------------------------- */
.jsPanel.jsPanel-theme-dark{ background: none repeat scroll 0 0 #444444; box-shadow: 0 2px 5px 1px #eeeeee; }
.jsPanel-hdr.jsPanel-theme-dark{ color: #fff; font-family: tahoma,arial,verdana,sans-serif; font-weight: bold; }
.jsPanel-content.jsPanel-theme-dark { background: none repeat scroll 0 0 #dddddd; color: #222; font-family: tahoma,arial,verdana,sans-serif; outline: 1px solid #ffffff; }
/* primary ---------------------------------------------- */
.jsPanel.jsPanel-theme-primary{ background: none repeat scroll 0 0 #428BCA; box-shadow: 0 2px 7px 1px #333333; }
.jsPanel-hdr.jsPanel-theme-primary{ color: #fff; font-family: tahoma,arial,verdana,sans-serif; font-weight: bold; }
.jsPanel-content.jsPanel-theme-primary { background: none repeat scroll 0 0 #D9EDF7; color: #428BCA; font-family: tahoma,arial,verdana,sans-serif; outline: 1px solid #086FA1; }
/* success --------------------------------------------- */
.jsPanel.jsPanel-theme-success{ background: none repeat scroll 0 0 #3C763D; box-shadow: 0 2px 7px 1px #333333; }
.jsPanel-hdr.jsPanel-theme-success{ color: #fff; font-family: tahoma,arial,verdana,sans-serif; font-weight: bold; }
.jsPanel-content.jsPanel-theme-success { background: none repeat scroll 0 0 #DFF0D8; color: #3C763D; font-family: tahoma,arial,verdana,sans-serif; outline: 1px solid #F2F8F5; }
/* info ---------------------------------------------- */
.jsPanel.jsPanel-theme-info{ background: none repeat scroll 0 0 #31708F; box-shadow: 0 2px 7px 1px #333333; }
.jsPanel-hdr.jsPanel-theme-info{ color: #fff; font-family: tahoma,arial,verdana,sans-serif; font-weight: bold; }
.jsPanel-content.jsPanel-theme-info { background: none repeat scroll 0 0 #D9EDF7; color: #31708F; font-family: tahoma,arial,verdana,sans-serif; outline: 1px solid #086FA1; }
/* warning ----------------------------------------------- */
.jsPanel.jsPanel-theme-warning{ background: none repeat scroll 0 0 #8A6D3B; box-shadow: 0 2px 7px 1px #333333; }
.jsPanel-hdr.jsPanel-theme-warning{ color: #fff; font-family: tahoma,arial,verdana,sans-serif; font-weight: bold; }
.jsPanel-content.jsPanel-theme-warning { background: none repeat scroll 0 0 #FCF8E3; color: #8A6D3B; font-family: tahoma,arial,verdana,sans-serif; outline: 1px solid #FAEBCC; }
/* danger ----------------------------------------------- */
.jsPanel.jsPanel-theme-danger{ background: none repeat scroll 0 0 #A94442; box-shadow: 0 2px 7px 1px #333333; }
.jsPanel-hdr.jsPanel-theme-danger{ color: #fff; font-family: tahoma,arial,verdana,sans-serif; font-weight: bold; }
.jsPanel-content.jsPanel-theme-danger { background: none repeat scroll 0 0 #F2DEDE; color: #A94442; font-family: tahoma,arial,verdana,sans-serif; outline: 1px solid #FFFFC5; }

