.imageStackPanel{
    position: fixed;
    background-color: white;
    z-index: 100;
    border:2px solid gray;
    border-radius: 10px;
    padding: 10px;
    font-family: arial;
    box-shadow: 0 0 10px gray,inset 0px 10px 50px gainsboro;
}
.imageStackPanel .linktitle{
    font-size: 20px;
    color: black;
    text-shadow: 0 1px 2px gainsboro;
    padding: 10px;
    border-bottom: thin solid gainsboro;
    margin-bottom: 10px;
}
.imageStackPanel .button{
    color: gray;
    background-color: white;
    font-size:20px;
    border:thin solid gray;
    border-radius: 4px;
    padding: 5px;
    min-width: 200px;
}
.imageStackPanel .button:hover{
    color: black;
    background-color: gainsboro;
    cursor: pointer;
}
.imageStackPanel .closer{
    position: absolute;
    top: -3px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    right: 20px;
    background-color: transparent;
    text-shadow: 0 0 2px white;
    outline: none;
    font-size: 20px;
    border:thin solid gray;
}
.imageStackPanel .closer:hover{
    background-color: white;
}
.imageStackPanel .uploadPanel{
    padding: 10px;
    font-size: 15px;
}
.imageStackPanel .uploadPanel{
    padding: 10px;
    font-size: 12px;
    margin-bottom: 10px;
    border-bottom: thin solid #f8f8f8; 
}
.imageStackPanel .resbox{
    background-color: #f8f8f8;
    border:thin solid gray;
    border-radius: 3px;
    padding: 5px;
    color: gray;
    margin: 10px;
}
.imageStackPanel .errbox{
    background-color:  #fef5f5 ;
    border:thin solid #ff4646;
    border-radius: 3px;
    padding: 5px;
    color: #ff4646;
    margin: 10px;
    
}
.imageStackPanel .aligncenter{
    text-align: center;
}
.imageStackPanel .alignright{
    text-align: center;
}
.imageStackPanel .alignright{
    text-align: right;
}
.imageStackPanel .stackcollectionpanel{
    overflow:hidden ;
    overflow-y: scroll;
    border-bottom: thin solid gainsboro;
}
.imageStackPanel .stackcollectionpanel:hover{
    
}
.imageStackPanel .actionTools{
    padding: 10px;
    
}
.imageStackPanel .stackcollectionpanel .imageUploadItemPanel{
    border:thin solid gainsboro;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    width: 500px;
    display:block;
}
.imageStackPanel .stackcollectionpanel .imageUploadItemPanel .img{
    width: 100px;
    height: 100px;
}
.imageStackPanel .stackcollectionpanel .imageUploadItemPanel  .metadata{
   font-size: 15px;
   text-align: left;
   vertical-align: top;
   color: gray;
   width: 400px;
}
.imageStackPanel .stackcollectionpanel .imageUploadItemPanel  .metadata .progressPanel{
    border:thin solid gray;
    box-shadow: inset 0 0 3px gray;
    position: relative;
    margin-top: 10px;
    border-radius: 3px;
}
.imageStackPanel .stackcollectionpanel .imageUploadItemPanel  .metadata .progressPanel .progressValue{
    text-align: center;
    position: relative;
    text-shadow: 0 2px 2px white;
}
.imageStackPanel .font-color-blue{
    color: blue;
}
.imageStackPanel .stackcollectionpanel .imageUploadItemPanel  .metadata .progressPanel .progressBar{
    position: absolute;
    top: 0px;
    width: 30%;
    box-shadow: inset 0 0 3px gray;
    height: 17px;
    background-color: #ececec;
    
}
.imageStackPanel .stackcollectionpanel .imageUploadItemPanel  .metadata .cancel{
    font-size: 11px;
    position: absolute;
    top: 2px;
    right: 10px;
}
.imageStackPanel .stackcollectionpanel .uploadedimages .imagePanel{
    border:thin solid gainsboro;
    border-radius: 3px;
    padding: 2px;
    width: 150px;
    position: relative;
    height:  100px;
    display: inline-block;
    overflow: hidden;
    margin: 10px;
    opacity: .8;
    background-position: center;
    background-size: cover ,100%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.imageStackPanel .stackcollectionpanel .uploadedimages .imagePanel:hover{
    border:thin solid black;
    opacity: 1;
}
.imageStackPanel .stackcollectionpanel .uploadedimages .imagePanel .date{
    position:  absolute;
    bottom: 0px;
    padding: 5px;
    background-color: black;
    color: white;
    width:150px;
    font-size: 10px;
    left: -1px;
    opacity: .8;
    text-shadow: 0 2px 2px black;
}

.imageStackPanel .stackcollectionpanel .uploadedimages .imagePanel .closer{
    position: absolute;
    right: 5px;
    width: 25px;
    top: 2px;
    padding: 0px;
    font-size: 20px;
    color: black;
    border-color: gainsboro;
    border-radius: 2px;
    background-color: gainsboro;
}
.imageStackPanel .stackcollectionpanel .uploadedimages .imagePanel .closer:hover{
    border:thin solid gray;
    color: black;
    background-color: white;
}
