

/*********************
Including file: embedded_content.css
*********************/
.hideMe {
    display: none !important;
}
.ui-dialog.ui-front {
    z-index: 100000;
    font-size: 12px;
}
.lrm-download-dialog .ui-dialog-titlebar{
    background: none;
    border: none;
    display: flex;
    align-items: center;
    height: 50px;
}

.lrm-download-dialog .ui-dialog-titlebar .ui-dialog-title{
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 14px;
}
.lrm-download-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close{
    top: auto;
    position: relative;
    margin: unset;
    border: none;
    background-size: 12px;
}
.lrm-embed-download label {
    padding-left: 0.5em;
}
.lrm-embed-download .download-options {
    display: block;
    height: 18px;
    margin-bottom: 20px;
}
.lrm-embed-download .download-options .size-options {
    float: right;
}
.lrm-embed-download .download-item {
  border: 1px solid #ddd;
  background-color: #f3f6f6;
  margin: 0px 0 20px;
  padding: 8px;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  min-height: 105px;
}
.lrm-embed-download .download-item .thumb {
    float: left;
    width: 84px;
    height: 84px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lrm-embed-download .download-item .thumb img {
    max-width: 90%;
    max-height: 90%;
}
.lrm-embed-download .download-item p {
    margin: 0 0 8px;
    padding: 0;
    margin-right: 14px;
}
.lrm-embed-download .download-item p.description {
    margin-bottom: 30px;
}
.lrm-embed-download .ui-dialog-buttonpane {
    border: none;
}
.lrm-embed-download .ui-dialog-buttonpane button {
    padding: 5px 10px;
}
.lrm-embed-download .download-item p.size {
    position: absolute;
    bottom: 6px;
    margin: 0;
    right: 8px;
    color: #888;
}
.lrm-embed-download .download-terms {
    display: flex;
    align-items: center;
}
.lrm-embed-download .download-terms a {
    color: #008DC9;
    text-decoration: none;
}
.lrm-download-dialog .ui-dialog-buttonpane{
    border: none;
}
.lrm-download-dialog .ui-dialog-buttonpane button{
    padding: 5px 10px;
}

/*********************
Including file: embedded_preview.css
*********************/
.embedded-preview-container *{
  box-sizing: border-box;
}
.embedded-preview-container {
  background-color: rgba(0,0,0,0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 99999;
}
.embedded-preview-container .embedded-preview {
  width: 1000px;
  max-width: 100vw;
  height: calc(100vh - 60px);
  margin: 50px auto;
  overflow: hidden;
  position: relative;
  display: flex;
}
.embedded-preview-container .embedded-preview .slide {
  flex: 1;
  height: 100%;
  float: left;
  position: relative;
}
.embedded-preview-container .embedded-preview .slide .preview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 80px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 50px;
}
.embedded-preview-container .embedded-preview .slide .arrow {
  position: absolute;
  top: 45%;
  display: block;
  width: 50px;
  height: 50px;
  color: #FFF;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
}
.embedded-preview-container .embedded-preview .slide .arrow:hover{
  background: rgba(255,255,255,0.3);
}
.embedded-preview-container .embedded-preview .slide .arrow.left {
  left: 0;
}
.embedded-preview-container .embedded-preview .slide .arrow.right {
  right: 0;
}
.embedded-preview-container .embedded-preview svg{
  fill: #fff;
  width: 50px;
  height: 50px;
}
.embedded-preview-container .embedded-preview .lrm-embedded-thumbnail-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
}
.embedded-preview-container .embedded-preview .lrm-embedded-thumbnail-container.no-scroll {
  display: flex;
  justify-content: center;
}
.embedded-preview-container .embedded-preview .lrm-embedded-thumbnail-container .lrm-embedded-thumbnails {
  overflow: hidden;
}
.embedded-preview-container .embedded-preview .lrm-embedded-thumbnail-container .lrm-embedded-thumbnails .lrm-embedded-thumbnail {
  cursor: pointer;
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 2px;
}
.embedded-preview-container .embedded-preview .lrm-embedded-thumbnail-container .lrm-embedded-thumbnails .lrm-embedded-thumbnail img {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.embedded-preview-container .embedded-preview .lrm-embedded-thumbnail-container .lrm-embedded-thumbnails .lrm-embedded-thumbnail.active {
  border: 1px solid #FFF;
}
.embedded-preview-container .options-container {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  display: flex;
}
.embedded-preview-container .options-container div {
  display: inline-block;
  margin-right: 16px;
  cursor: pointer;
}
.embedded-preview-container .options-container div svg {
  width: 40px;
  height: 40px;
  fill: white;
}
.embedded-preview-container .options-container .close-preview {
  background: transparent;
  cursor: pointer;
}

.embedded-preview-container .embedded-preview .details-container {
  width: 0px;
  height: calc(100% - 120px);
  float: right;
  background-color: transparent;
  color: white;
  position: relative;
  transition: width 0.25s ease-out;
  padding: 16px;
}
.embedded-preview-container .embedded-preview .details-container.details-opened {
  width: 300px;
}
.embedded-preview-container .embedded-preview .details-container .lrm-embed-details {
  padding: 0px 25px 50px 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: white transparent;
  scrollbar-width: thin;
}
.embedded-preview-container .embedded-preview .details-container .lrm-embed-details label {
  font-weight: bold;
  display: block;
  margin-top: 17px;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.embedded-preview-container .embedded-preview .details-container .lrm-embed-details .description {
  margin-bottom: 35px;
  line-height: 1.5;
}

/*# sourceMappingURL=embedded_preview.css.map */


/*********************
Including file: masonry.css
*********************/
.lrm-embed-masonry-container{
    max-width: 100%;
}
.masonry-item {
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
.masonry-item img {
    width: 100%;
}