.hip-uploader-drop.hip-uploader-drop-active {
    background-color: green;
}

.hip-uploader-drop-overlay { 
    display: none;
    position:absolute; 
    top:0; 
    left:0;
    height:100%; 
    width:100%; 
} 

.hip-uploader-drop-overlay.hip-uploader-drop-overlay-active { 
    display: block;
    background-color: #ccc;
    opacity: .5;
} 

.hip-uploader-drop-overlay-active span.hip-uploader-message {
    display: block;
    text-align: center;
    width: 100%;
}

.hip-uploader-file-select {
    position: absolute;
    opacity: 0;
}

.hip-uploader-removed-files {
    font-size: 12;
    height: 100px;
    margin-top: 186px;
}

/*




remover




*/
.hip-remover-item.ui-draggable {
    border: #aed0ea solid 1px;
    padding: 0;
    list-style-type: none;
    margin-left: 2px;
    border-left: none;
    border-radius: 4px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
}

.hip-remover-target {
    float: right;
    background-color: red;
    height: 100%;
    width: 180px;
}

.hip-remover-ul-container {
    width: 350px;
    margin: 0 auto;
}

.hip-remover-x-button .ui-button-text {
    padding-left: 2px;
    padding-right: 2px;
    line-height: normal;
}

.hip-remover-x-button.ui-button {
    margin-top: -1px;
    margin-bottom: -9px;
    margin-left: 0;
    margin-right: 7px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 20px;
}

.hip-state-swipe {
    color: transparent;
    text-shadow: 0px 0px 4px #f00;
    background-color: #ffc0cb;
}