/* !INFO */
/*-----------------------------------------*/
.focuspoint-editor-wrapper {
    min-height: 400px;
    height: calc(100% - 50px);
}
.focuspoint-editor-wrapper > .row {
    height: 100%;
}
.focuspoint-editor, .focuspoint-preview {
    height: 100%;
}
.focuspoint-frames {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: relative;
    margin: 15px;
}
.focuspoint-frames .height-100 {
    height: 100%;
}
.focuspoint-frames .height-50 {
    height: 50%;
}
.focuspoint-frames .focuspoint-example {
    height: 100%;
    border: 2px solid #000;
}
.focuspoint-hidden {
    display: none !important;
}

#Info {
    /*
    position: absolute;
    left: 2%;
    top: 2%;
    width: 20%;
    box-shadow: 0px 0px 13px rgba(0,0,0,0.6);
    background: #fff;
    border: 1px solid #fff;
    */
}
#Info p {
    /*
    font-size: 12px;
    padding: 10px;
    margin: 0;
    */
}
#Original {
    position: relative;
}
#Original img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0;
}
#Original h4 {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
    margin: 0;
}
#Original h4 span {
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 100px;
    background: rgba(0,0,0,0.32);
    color: #fff;
}


/* !HELPER TOOL GUI */
/*-----------------------------------------*/
#Info {
    width:100%;
    max-height: 100%;
}
#Info .helper-tool h1 {
    font-size:14px;
}
#Info .helper-tool p {
    font-size: 0.825rem;
    padding:0;
    margin:0 0 1em;
}
.helper-tool, .helper-tool * {
    box-sizing:border-box;
}
.helper-tool {
    padding:12px;
    border:1px solid #fcfcfc;
    max-height: 100%;
}
.helper-tool input {
    position:relative;
    width:100%;
}

/* !HELPER TOOL TARGETING SYSTEM */
.focuspoint img {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
}

/* !HELPER TOOL TARGETING SYSTEM */
.helper-tool-target {
    position: relative;
    max-height: 100%;
    /*width: 300px;*/
    overflow: hidden;
    margin-bottom:1em;
}
.helper-tool-target img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height:auto;
}
.helper-tool-target img.target-overlay, .helper-tool-target img.reticle {
    position: absolute;
    top: 0;
    left: 0;
}
.helper-tool-target img.target-overlay {
    cursor:pointer;
    opacity: 0.01;
}
.helper-tool-target img.reticle {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top:50%;
    left:50%;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
}

/* GRID */
/*
#Frame1, #Frame2, #Frame3, #Frame4, #Frame5, #Frame6, #Frame7, #Frame8, #Frame9 {
    position: absolute;
    overflow: hidden;
    border: 5px solid #fff;
    margin: -5px 0 0 -5px;
}
#Frame1, #Frame4, #Frame7 {
    width: 66.6666667%;
    left: 0;
}
#Frame2, #Frame5, #Frame8 {
    width: 22.2222222%;
    left: 66.6666667%;
}
#Frame3, #Frame6, #Frame9 {
    width: 11.1111111%;
    left: 88.8888889%;
}
#Frame1, #Frame2, #Frame3 {
    height: 66.6666667%;
    top: 0;
}
#Frame4, #Frame5, #Frame6 {
    height: 22.2222222%;
    top: 66.6666667%;
}
#Frame7, #Frame8, #Frame9 {
    height: 11.1111111%;
    top: 88.8888889%;
}
*/