/* ################################################################  */
/* For using with SoA+D CO-OP IWS v9.0u :: updated 2025-12-01 20:26  */
/* ################################################################  */
/*================================= FOR DISPLAY IMAGE & DIALOG */
/*================================================== uImgFrame */
/* frame of images in each weekly report */
.uImgFrame {
        border: solid 1px #C0C0C0;
        margin: 0px;
        padding: 5px;
        text-align: center;
        display: inline-flex;
  }
/*================================================== uImgItem */
/* frame of each image (slide frame) */
.uImgItem, .uImgItemFix {
    width: 100px;
    height: 100px;
		background-color: #F0F0F0;
    border: solid 1px #C0C0C0;
    border-radius: 10px;
    display: inline-flex;
    padding: 12px;
    margin: 2px;
    vertical-align: top;
    align-content: space-around;
    overflow: hidden;
    position: relative;
  }

.uImgItem:hover {
  width: 300px;
  height: 300px;
  z-index: 3;
  }

/*=================================================== uImage */
/* an image in each frame */
.uImage{
    margin: auto;
    max-height: 100%;
		max-width: 100%;
		border: solid 1px #8F8F8F;
    position: relative;
  }
/*  
.uImgItem:hover {
		overflow: visible;
		height: 200px;
		z-index: 3;
	}
*/
.uImgIcon {
    position: absolute;
    right:5px;
    top:3px;
    padding: 1px;
    margin: 0px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #C0C0C0;
    width: 16px;
    height: 16px;
    text-align: center;
  }
.uImgIcon:hover {
     
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    background-color: #800000;
    border-radius: 16px;
}
/*========================================= ADD IMAGE DIALOG */
 .uImgAdd {
        width: 50px;
        height: 50px;
        border: solid 5px gray;
        padding: 0px;
        margin: auto;
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        font-family: Calibri, Arial, sans-serif;
        border-radius: 35px;
        color: gray;
    }
    .uImgAdd:hover {
        border-color: #008000;
        background-color: #008000;
        color: #FFFFFF;
        cursor: pointer;
        }
     #popImage {
        display: none;
        position: absolute;
        top: 0px;
        left: 10px;
        width: 600px;
        height: 360px;
        border: solid 3px #008000;
        border-radius: 20px;
        background-color: #EFEFEF;
        z-index: 4;
        padding: 5px;
        margin: 0px;
     }
     #dPopImgArea {
        top: 18px;
        position: relative;
        border-top: solid 3px #008000;
     }
     .popImgHead {
        font-size: 24px;
        font-family: Calibri, Arial, sans-serif;
        padding: 1px;
        margin: 1px;
        color: #009000;
     }
     .popHeadFrame {
        position: relative;
        padding: 0px;
        margin: 0px;
     }
/*===================================================== btText */
.btText {
  font-family: sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #008000;
  background-color: #FFFFFF;
  border-radius: 12px;
  border-style: solid;
  border-color: #008000;
  border-width: 1px;
  padding: 5px 10PX;
  margin: 2px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.btText:hover {
  cursor: pointer;
  background-color: #008000;
  color: #FFFFFF;
  font-weight: bold;
}
/*===================================================== btText */
