.imageBox
{
    position: relative;
    height: 400px;
    width: 100%;
    border:1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
    margin-bottom:10px;
}

.imageBox .thumbBox
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    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: 400px;
    background: rgba(0,0,0,0.7);
}

#cargando, #deshaceraccion {
    display: none;
    position: fixed;
    top: 0px;
    z-index: 1050;
    background-color: #ffc;
    font-weight: bold;
    padding: 5px 10px;
    border: 1px solid #f0c36d;
    left: 0px;
    text-align: center;
}


#msgresultado {
    display: none;
    position: fixed;
    top: 0px;
    z-index: 1050;
    width: 100%;
    font-weight: bold;
    padding: 5px 10px;
    margin: 0px;
}

.alert-error {
    background-color: #dd4b39 !important;
    color:#ffffff!important;
}
