.asset-actions {
    text-align: right;
    float: right;
}

.asset-preview .card-body {
    padding: 0px;
}

.asset-preview .jp-audio {
    margin: 10% auto;
}

.asset-preview {
    margin-bottom: 20px;
}

.asset-preview .card {
    margin-bottom: 0px;
}

.asset-preview .file-name {
    float: right;
    display: block;
    max-width: 200px;
}

#report-issue-link span {
    vertical-align: middle;
}

.asset-preview .file-name small {
    vertical-align: middle;
}

#asset-heading.card-header {
    height: 100%;
    display: table;
    width: 100%;
}

.panel-title-container {
    display: table-cell;
    vertical-align: middle;
}

.asset-format-btns {
    margin-right : 8px;
}

.asset-img-download-options {
    display : inline-block;
}

#custom-download {
    margin-left : 8px;
}

iframe#document-viewer {
    height : 750px;
}

#asset-mask {
    margin: 0 auto;
    background-color:grey;
    color:white;
    width:100%;
    height:400px;
}

.media-render-wrap .media-render.fullscreen {
  height : 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.media-render {
    position : relative;
    min-width : 1px;
    max-height : 100%;
    margin : auto;
}

/*
.media-render.fullscreen img {
    height : 100%;
}
*/

.media-render.fullscreen.img_portrait img {
    height : 100%;
}

.media-render:hover:before {
    padding : 10px;
    text-align : right;
    color: white;
    content: "\f065";
    top: 0px;
    right: 0px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%,rgba(0,0,0,0) 100%);
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.25em;
    z-index : 10;
}

.media-render.fullscreen:hover:before {
    display: none;
    cursor: pointer;
}

.media-render.fullscreen:hover {
    cursor: default;
}

.media-render {
    cursor: pointer;
}

.media-render img{
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.media-preview .overlay {
    text-align : center;
    color: white;
    top: 0px;
    right: 0px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%,rgba(0,0,0,0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    text-rendering: auto;
    line-height: 1;
    font-size: 1.25em;
    z-index : 10;
}

.media-preview.failed .overlay {
    color: black;
    background: white;
}

.media-preview {
    min-height: 30vh;
}

.asset-preview-panel-body {
    height: 100%;
}

.asset-preview .video-js.audio-preview {
    width: 100%;
    max-width: 100%!important;
    height: 400px;
}

.asset-preview .video-js.audio-preview div.vjs-poster {
    background-color: #f1f1f1;
}

.asset-preview .video-js.video-preview {
    width: 100%;
    max-width: 100%!important;
    padding-top: 0 !important;
    height: 400px;
}

.asset-preview .video-js.video-preview video {
    width: 100%;
    max-width: 100%!important;
    padding-top: 0 !important;
    height: 100%!important;
}

.vjs-control-bar {
    z-index : 501;
}

.vjs-playlist {
    z-index : 500;
}

@media (min-width: 1201px) {
    .asset-preview .video-js.video-preview {
        height: 600px;
    }
}

.edit-video-player {
    max-height : 800px;
}

.container-map {
    position: relative;
    /* Map Proportion */
    padding-bottom: 75%;
    /* Remove card body margin */
}

#entity-map {
    width: 100%;
    height: 100%;
    position: absolute;
}

.remote-storage-message {
    background-color:#3c96c8;
    color: white !important;
    display: inline-block;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 10px;
    line-height:1.5;
    padding-right: 10px;
    padding-left: 10px;
}

.warning-overlay-message {
    background-color:#F8D7DA;
    color: #721c24;
    line-height:1.5;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.default-render-not-supported {
    display: none;
}

#asset-details .btn-toolbar .btn, 
#asset-details .btn-toolbar #custom-download input {
    margin-top: 10px;
}
#asset-details .btn-toolbar .btn:not(.dropdown-toggle-split){
    margin-left: 5px;
}
#asset-details .btn-toolbar .btn:not(.dropdown-toggle-lead){
    margin-right: 5px;
}
#asset-details .btn-toolbar .input-group-append .btn{
    margin-left: 0px;
}
 
#asset-details .btn-toolbar button.addToLightbox.asset-action.lightbox-action.btn.btn-sm.dropdown-item {
    margin-top: 0px;
}

.preview-crop-flow {
    min-height: 500px;
}