/* ---------------------------------- */
div.jSvg {
    position: relative;
}
/* ---------------------------------- */
div.jSvg .vnone {
    display: none;
    visibility: hidden;
}
/* ---------------------------------- */
div.jSvg .jSvgBox.viewArea {
    position: relative;
}
div.jSvg .jSvgBox.viewArea>* {
    position: absolute;
    top : 0;
    left: 0;
}
div.jSvg .viewAreaGroup {
    overflow: hidden;
}
div.jSvg .viewAreaGroup>* {
    position: absolute;
    top : 0;
    left: 0;
}
/* ---------------------------------- */
div.jSvg .jSvgBox.viewArea>canvas.huBox {
    bottom: 0;
}
/* ---------------------------------- */
div.jSvg div.viewBtnBoxObj {
    position: absolute;
    left  : 0;
    bottom: 20px;
}
div.jSvg.mode--right div.viewBtnBoxObj {
    left  : auto;
    right : 0;
}
div.jSvg div.viewBtnBoxObj:after {
    clear: both;
}
div.jSvg div.viewBtnBoxObj div {
    float : left;
    margin: 0 0 0 4px;
}
div.jSvg div.viewBtnBoxObj div:first-child {
    margin-left: 0;
}
/* ---------------------------------- */
div.jSvg div.dummySvg {
    position: absolute;
}
/* ---------------------------------- */
div.jSvg div.changeBtnBoxObj {
    position: absolute;
    right : -64px;
    bottom: 20px;
}
/* ---------------------------------- */
div.jSvg .jSvgBox.viewArea>div.vScrollBox {
    left    : auto;
    right   : -20px;
    top     : 0;
    width   : 20px;
    background-color: #FFF;
    overflow: hidden;
    /* --------------------- */
    filter:alpha(opacity=6);
    -moz-opacity: 0.6;
    opacity: 0.6;
    /* --------------------- */

    /* -CSS3/ --------------------------------- */
    border-radius         : 4px;
    -moz-border-radius    : 4px;
    -webkit-border-radius : 4px;
    /* -/CSS3 --------------------------------- */
}
div.jSvg .jSvgBox.viewArea>div.hScrollBox {
    top     : auto;
    left    : 0;
    bottom  : -20px;
    height  : 20px;
    background-color: #FFF;
    overflow: hidden;
    /* --------------------- */
    filter:alpha(opacity=6);
    -moz-opacity: 0.6;
    opacity: 0.6;
    /* --------------------- */

    /* -CSS3/ --------------------------------- */
    border-radius         : 4px;
    -moz-border-radius    : 4px;
    -webkit-border-radius : 4px;
    /* -/CSS3 --------------------------------- */
}
div.jSvg div.vScrollBox div {
    position: absolute;
    background-color: #000;
    top : 0;
    left: 0;
    width: 100%;

    /* -CSS3/ --------------------------------- */
    border-radius         : 4px;
    -moz-border-radius    : 4px;
    -webkit-border-radius : 4px;
    /* -/CSS3 --------------------------------- */
}
div.jSvg div.hScrollBox div {
    position: absolute;
    background-color: #000;
    top : 0;
    left: 0;
    height: 100%;

    /* -CSS3/ --------------------------------- */
    border-radius         : 4px;
    -moz-border-radius    : 4px;
    -webkit-border-radius : 4px;
    /* -/CSS3 --------------------------------- */
}
/* ---------------------------------- */
div.viewAreaGroup.line-none div.viewAreaBox {
    border: none;
}
div.viewAreaGroup.line-none div.viewAreaBox>svg {
    border: none;
    position: relative;
    top : 2px;
    left: 2px;
}
/* ---------------------------------- */
div.jSvg div.translateBox {
    position: absolute;
    z-index : 100;
    width : 100%;
    height: 100%;
    background: url("../img/translate.png");
}
/* ---------------------------------- */
div.cursor--info--window {
    position: absolute;
    top : 0;
    left: 0;
    width : 160px;
    text-align: center;
    z-index: 150;
}
div.cursor--info--window>span {
    padding: 4px 10px;
    border : 1px solid #000;
    background-color: #333333;
    color  : #FFF;
    /* -CSS3/ --------------------------------- */
    border-radius         : 512px;
    -moz-border-radius    : 512px;
    -webkit-border-radius : 512px;
    /* -/CSS3 --------------------------------- */
}
/* ---------------------------------- */
/*                TEST                */
/* ---------------------------------- */
div.viewAreaBox {
    border: 1px solid #394d66;
}
div.viewAreaBox>svg {
    border: 1px solid #FFF;
}
div.actBox {
}
/* ---------------------------------- */