.active-box {
    border: 2px solid green !important;
}

/* Profile Image */




.imageBox
{
    position: relative;
    height: 200px;
    width: 200px;
    border:1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
}

.imageBox .thumbBox
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    margin-top: -75px;
    margin-left: -75px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
}

.imageBox .spinner
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 200px;
    background: rgba(0,0,0,0.7);
}





.imageBox2 {
    position: relative;
    height: 150px;
    width: 300px; /* signature wide */
    border:1px solid #aaa;
    background: #fff;
    overflow: hidden;
    cursor:move;
}

.imageBox2 .thumbBox2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 80px;
    margin-top: -40px;
    margin-left: -125px;
    border: 1px solid #666;
    box-shadow: 0 0 0 1000px rgba(0,0,0,0.5);
}

.imageBox2 .spinner2 {
    position:absolute;
    width:100%;
    height:100%;
    text-align:center;
    line-height:150px;
    background:rgba(0,0,0,0.7);
}
