/* 
    Author     : Tomaz Dragar
    Mail       : <tomaz@dragar.net>
    Homepage   : http://www.dragar.net
*/

#fileInput {
    width: 0;
    height: 0;
    overflow: hidden;
}

#modal {
    z-index: 10001;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #5F5F5F;
    opacity: 0.95;
    display: none;
}

#preview {
    z-index: 10002;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    border: 4px solid #A5A2A2;
    border-radius: 4px;
    float: left;
    font-size: 0px;
    line-height: 0px;
}

#preview .buttons {
    width: 36px;
    position: absolute;
    bottom: 0px;
    right: -44px;
}

#preview .buttons .ok {
    border: 4px solid #F5F5F5;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    line-height: 0px;
    font-size: 0px;
    background-color: #05d509;
    background-repeat: no-repeat;
}

#preview .buttons .ok:hover {
    background-color: #057a07;
}

#preview .buttons .cancel {
    margin-bottom: 4px;
    border: 4px solid #F5F5F5;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    line-height: 0px;
    font-size: 0px;
    background-color: #c90404;
    background-repeat: no-repeat;
}

#preview .buttons .cancel:hover {
    background-color: darkred;
}

.simple-cropper-images {
    width: 820px;
    margin: 0 auto 20px;

}

.cropme {
    float: left;
    background-color: #f1f1f1;
    margin-bottom: 5px;
    margin-right: 5px;
    background-image: url('../images/UploadLight.png');
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.cropme:hover {
    background-image: url('../images/UploadDark.png');
}

.cropme img {
    width: 100% !important;
}

.cropme_image_block {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.cropme-title-block {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 10px;
}

.text {
    font-family: arial;
    font-size: 14px;
    color: #4e4e4e;
    margin-bottom: 20px;
}

.code {
    font-family: arial;
    font-size: 14px;
    color: #4e4e4e;
    margin-bottom: 20px;
    background-color: #f1f1f1;
    padding: 10px;
}

