* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #eeeff0;
  font-family: 'Heebo', sans-serif;;
  font-size: 13px;
}

textarea:focus,
input:focus,
button:focus {
  outline: none;
}

.section-header {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 20px;
}

.section-header h1 {
  color: #002f4e;
  margin-left: 1%;
  margin-top: 8px;
}

.section-header button {
  width: 160px;
  height: 45px;
  color: white;
  cursor: pointer;
  background: #002f4e;
  border-radius: 8px;
  border: 0;
  font-size: 16px;
  margin-right: 1%;
  margin-top: 8px;
}

.section-header a {
  color: white;
}

.section-header a:hover {
  text-decoration: none;
}

.wrapper {
  float: left;
  display: block;
  width: 90%;
  margin-left: 5%;
}

.image-module {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  margin: 0.5% 0.5%;
  width: 18.8%;
  height: 175px;
  float: left;
}

.image-container {
  position: relative;
  background: #ffffff;
  border: 1px solid #b4cbda;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 145px;
  overflow: hidden;
}

.image-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 259%; /* Sample purpose — change for new images */
}

.actions {
  position: absolute;
  background: #002f4e;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  bottom: 0;
  width: 100%;
  height: 30px;
}

.actions p {
  color: white;
  padding: 0 5%;
  line-height: 30px;
  padding-right: 40px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.actions .actionLink {
  bottom: 0;
  /* background: #0092cf; */
  border: none;
  border-bottom-right-radius: 5px;
  font-size: 13px;
  color: white;
  cursor: pointer;
  padding: 5px 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  right: 0;
}

.actions .actionLink .menu {
  position: absolute;
  background: #fff;
  color: #111;
  margin: 0;
  bottom: -69px;
  right: -96px;
  list-style: none;
  padding: 5px;
  z-index: 1000;
  display: none;
}

.actions .actionLink:hover .menu {
  display: block;
}

.actions .actionLink .menu li{
  list-style: none;
  display: block;
  text-align: left;
  font-size: 14px;
  padding: 5px 10px;
}

.actions .actionLink .menu li a {
  color: #111111;
}


.actions a:hover {
  text-decoration: none;
}

.close-btn {
  position: absolute;
  z-index: 1;
  top: -10px;
  right: -10px;
}

.show-read-more {
  cursor: pointer;
}

.no-items {
  display: none;
  text-align: center;
  font-size: 20px;
  padding: 20%;
}

.no-items.show {
  display: block;
}

.upload-button {
  width: 160px;
  height: 45px;
  color: white;
  cursor: pointer;
  background: #002f4e;
  border-radius: 8px;
  border: 0;
  font-size: 16px;
  margin-right: auto;
  margin-left: auto;

  margin-top: 3%;
  margin-bottom: 5%
}

#renamePopup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;

}

#rm-img {
  width: 100%;
  margin: 10px 0;
}
