.rotation-sort-animate,
.pickup-sort-animate,
.category-sort-animate {
    -webkit-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    position: relative;
    display: block;

    background:white;
    margin: 5px;
    padding: 15px;

    -moz-box-shadow: 0px 3px 8px rgb(100,100,100);
    -webkit-box-shadow: 0px 3px 8px rgb(100,100,100);
    box-shadow: 0px 3px 8px rgb(100,100,100);
}

.rotation-sort-animate.ng-move,
.pickup-sort-animate.ng-move {
    position: relative;
    top: 200px;
}
.category-sort-animate.ng-move {
    position: relative;
    top: 100px;
}

.rotation-sort-animate.ng-move.rotation-sort-animate.ng-move-active,
.pickup-sort-animate.ng-move.pickup-sort-animate.ng-move-active,
.category-sort-animate.ng-move.category-sort-animate.ng-move-active {
    transition: all 1s ease;
    top: 0;
}

.rotation-sort-animate.ng-move + div,
.pickup-sort-animate.ng-move + div {
    position: relative;
    top: -200px;
}
.category-sort-animate.ng-move + div {
    position: relative;
    top: -100px;
}

.rotation-sort-animate.ng-move.rotation-sort-animate.ng-move-active + div,
.pickup-sort-animate.ng-move.pickup-sort-animate.ng-move-active + div,
.category-sort-animate.ng-move.category-sort-animate.ng-move-active + div {
    transition: all 1s ease;
    top: 0;
}

.rotation-sort-animate.ng-enter, .rotation-sort-animate.ng-leave,
.pickup-sort-animate.ng-enter, .pickup-sort-animate.ng-leave {
    transition: 500ms ease-in all;
    position: relative;
    display: block;
} 
.category-sort-animate.ng-enter, .category-sort-animate.ng-leave {
    transition: 500ms ease-in all;
    position: relative;
} 

.rotation-sort-animate:hover,
.pickup-sort-animate:hover,
.category-sort-animate:hover {
    background-color: #e9e9e9;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 5px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.update-banner{
    padding-top: 20px;
}

/** Set the fixed Image height **/
#ImgThumbnail{
    height: 200px;
}