#coversubj,
#coverlink{
    height:30px;
    width: 100%;
    border-radius: 5px;
}
#loadcover{
  display: inline-block;
  width: 100%;
  height:500px;
  overflow: auto;
  overflow-y: scroll;
}
#loadcontainer-cover{
height: 800px;
width: 100%;
overflow: hidden;
}
.coverfile{
padding-top:10px;
padding-bottom:10px;
}

.container-cover {
  padding: 16px;
  
}

/* Modal Content/Box */
.modal-content-cover {
  background-color: #fefefe;
  margin: 1% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 100%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */


/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

.btnupload{
    border-radius: 5px;
    height: 25px;
    width: 81px;
    margin-top: 5px;
    margin-bottom:10px;
}
.btncover{
  margin-top: 5px;
  color: #fff;
  background-color: #007bff;
  border-radius: 5px;
  height: 20px;
  border: 1px;
  width: 51px;
  margin-bottom: 10px;
}
.cover_label{
    width: 50px;
    margin-top: 5px;
    margin-bottom: 4px;
    font-size: 14px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #888;

}

.caption_cover{
  background-color:#d9d9d975;
  width:100%;
  height: 31px;
  margin-top: -50px; /*important*/
  color: #fff;
  padding-left:0px;
  font-size:14px;
  position: relative; /*important*/
  top: 31px;
  left:0px;
}
.caption_cover p{
  position: relative;
  top:10px;
  margin-left: 5px;
}
@media only screen and (max-width: 415px)

{

/* Modal Content/Box */
.modal-content-cover {
  background-color: #fefefe;
  margin: 1% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 90%; /* Could be more or less, depending on screen size */
}

}