body { background-color: display; }

.btn-primary {display: none;}
.ePaperSearch .form-group:not(:first-child) {display: none;}
.ePaperItem { box-shadow: none !important; width: 290px; height: 200px !important; overflow: hidden; position: relative; float: left; margin-right: 15px;}
.ePaperItem .ePaperImage img { width: 290px !important;}
.ePaperCaption {display: none !important; background-color: rgba(255, 255, 255, 0) !important; color: #000; text-align: center;  font-size: 15px; font-weight: 400; width: 100%; z-index: 1001; margin-top: 4px; position: relative; display: inline;}
.ePaperCaption:after {display: none !important; content: ' (PDF)'} 

.ePaperItem .ePaperHover div.ePaperHoverIcon {display: none;}

.ePaperItem .ePaperHover:hover div.ePaperHoverIcon {display: block;}


.ePaperItem .ePaperHover{
  display: block !important ;  
  position: absolute;
  width: 290px;
  height: 200px;
  background-color: transparent;
}

.ePaperItem .ePaperHover::after {
  content: '';
  position: absolute;
  top: 100px;
  left: 145px;
  width: calc(290px - (290px * 0.3));
  height: calc(200px - (200px * 0.4));
  background-color: rgba(0, 0, 0, 0);
  box-shadow: rgba(0,0,0,0.8) 0px 0px 0px 1px, rgba(255, 255, 255, 0.5) 0px 0px 0px 45px;
  transform: translateX(-50%) translateY(-50%);
  transition: width 0.5s ease-in-out 0s, height 0.5s ease-in-out 0s;
}

.ePaperItem:hover .ePaperHover::after {
  height: 198px;
  width: 288px;
}

.ePaperItem .ePaperImage {
  width: 290px;
  height: 200px;
  overflow: hidden;
  margin-bottom: 6px;
}

.ePaperItem .ePaperImage img {
  width: 290px;
  min-height: 200px;
}

.ePaperItem .ePaperHover div.ePaperHoverIcon {
  height: 100%;
  width: 100%;
  font-size: initial;
  top: auto;
  left: auto;
  margin-top: initial;
  margin-left: initial;
  text-align: left;
}

.ePaperHoverIconText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 100;
}

.ePaperHoverIcon a.ePaperRead, .ePaperHoverIcon a.ePaperDownload {
  opacity: 1;
  text-shadow: 1px 1px 2px #333333, 1px -1px 2px #333333, -1px 1px 2px #333333, -1px -1px 2px #333333;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
  letter-spacing: 1px;
  
}

a.ePaperRead:hover, a.ePaperDownload:hover {
  color: #dddc00;
}





/**.ePaperItem { box-shadow: display; !important; width: 250px; height: 250px !important; margin-bottom: 20px !important; background-color: none; overflow: hidden;}
.ePaperItem:nth-child(3n) {margin-right: 0 !important;}
.ePaperItem .ePaperImage { box-shadow: 5px 5px 5px #000 !important; width: 180px; margin: auto; margin-top: 14px; }
.ePaperItem .ePaperImage img { width: 180px !important;}
.ePaperItem .ePaperCaption {background-color: rgba(255, 255, 255, 0) !important; color: grey; text-align: center; line-height: none; font-size: 15px; font-weight: 500; position: absolute; top: 212px; width: 100%; transition: all 0.5s ease 0s; z-index: 1001;}
.ePaperItem:hover .ePaperCaption {top: 0; line-height: 25px;}
.ePaperItem .ePaperHover {display: block !important; top: 205px; transition: all 0.5s ease 0s; background-color: rgba(240, 240, 240, 0.8) !important; color: red; !important;}
.ePaperItem .ePaperHover .ePaperHoverIcon {display: block !important; top: 62px !important; margin-top: inherit !important; color: inherit !important;}
.ePaperItem:hover .ePaperHover {top: 0;}
.ePaperItem .ePaperHover .ePaperHoverIcon a{box-sizing: border-box; color: grey; font-size: 15px; font-weight: 500;}
.ePaperItem .ePaperHover .ePaperHoverIcon a:hover {color: #dddc00; }
.ePaperSearch .form-group:not(:first-child) {display: none;}
.ePaperSearch .btn {border-radius: 0 !important; -moz-border-radius: 10 !important; -webkit-border-radius: 0 !important; background-color: #006fb9 !important; border: 1px solid black !important; }
.sk-cube-grid .sk-cube {background-color: #00000 !important;}
.ePaperToolbar {{border-radius:0 !important; -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important;}**/
