.facesearch #imageBox
{
    width: 100%;
    min-height: 250px;
    background: #313131;
    position: relative;
    border: 1px solid black;
    padding: 0;
}

.facesearch .multiple-faces-msg
{
    display: none;
    font-weight: bold;
}

.facesearch #imageBox > #uploadUI
{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.facesearch #imageBox > #uploadUI i
{
    font-size: 4em;
}

.facesearch #imageBox > #uploadUI i:hover
{
    color: red;
    cursor: pointer;
}

.facesearch #imageBox > #filePreview
{
    position: relative;
    max-width: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}

.facesearch .face-selector
{
    position: absolute;
    z-index: 999;
    border: 2px dashed red;
}

.facesearch .face-selector:hover
{
    cursor: pointer;
    background-color: rgba(255, 0, 0, 0.5);
}