@charset "UTF-8";
@import url("../static/font-awesome/css/font-awesome.min.css");
/*Admin Menu */
.eds_galleryWrapper {
  position: relative;
}
.eds_galleryWrapper:hover .eds_galleryManageMenu, .eds_galleryWrapper.eds_initialState .eds_galleryManageMenu {
  visibility: visible;
  opacity: 1;
}
.eds_galleryWrapper:hover .eds_galleryManageMenu > ul > li, .eds_galleryWrapper.eds_initialState .eds_galleryManageMenu > ul > li {
  display: inline-block;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_galleryWrapper:hover .eds_galleryManageMenu > ul > li, .eds_galleryWrapper.eds_initialState .eds_galleryManageMenu > ul > li {
    display: block;
  }
}
.eds_galleryWrapper.eds_initialState .eds_galleryManageMenu {
  text-align: left;
  position: static;
  margin: 10px 0;
}
.eds_galleryWrapper:hover .eds_galleryManageMenu {
  top: 15%;
}
.eds_galleryWrapper .eds_galleryManageMenu {
  position: absolute;
  left: 30%;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  font-size: 0;
  line-height: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_galleryWrapper .eds_galleryManageMenu {
    left: 5%;
  }
}
.eds_galleryWrapper .eds_galleryManageMenu > ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: none #fff;
  border: solid 1px #dadada;
  border-radius: 4px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.eds_galleryWrapper .eds_galleryManageMenu > ul > li {
  list-style-type: none;
  border-left: solid 1px #dadada;
  margin: 0;
  padding: 0;
  display: none;
}
.eds_galleryWrapper .eds_galleryManageMenu > ul > li:first-child {
  border-left: none;
}
.eds_galleryWrapper .eds_galleryManageMenu > ul > li > a {
  display: block;
  white-space: nowrap;
  padding: 12px;
  line-height: 1;
  font-size: 14px;
  font-family: "Arial";
  color: #189fd3;
  text-decoration: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.eds_galleryWrapper .eds_galleryManageMenu > ul > li > a:hover {
  color: #fff;
  background-color: #189fd3;
  text-decoration: none;
}
.eds_galleryWrapper .eds_galleryManageMenu > ul > li > a:before {
  font-family: "FontAwesome";
  color: #c0c0c0;
  padding-right: 10px;
}
.eds_galleryWrapper .eds_galleryManageMenu > ul > li > a:hover:before {
  color: #fff;
}
.eds_galleryWrapper .eds_galleryManageMenu > ul > li.eds_galleryManageContent a:before {
  content: "";
}
.eds_galleryWrapper .eds_galleryManageMenu > ul > li.eds_galleryGallerySettings a:before {
  content: "";
}
.eds_galleryWrapper .eds_galleryManageMenu > ul > li.eds_galleryCropContent a:before {
  content: "";
}

/*# sourceMappingURL=admin.css.map */
