﻿
.pangea-common-widgets-gallery {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    overflow: hidden;
    background: white;
    display: flex;
    flex-direction: column;
}

.pangea-common-widgets-gallery .pangea-common-widgets-modal-dialog-title {
    margin: 0;
    display: block;
    width: 100%;
}

.pangea-common-widgets-gallery .pangea-common-widgets-modal-dialog-title h3 {
    width: calc(100% - 2em);
    overflow: hidden;
    text-overflow: ellipsis;
}

.pangea-common-widgets-gallery .pangea-common-widgets-modal-dialog-body {
    float: left;
    width: 100%;
    padding: 1em;
    margin: 0;
    overflow: hidden;
    flex-grow: 1;
}

.pangea-common-widgets-gallery-image-wrap {
    width: 100%;
    height: calc(100% - 7em);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1em;
}

.pangea-common-widgets-gallery-image-wrap-full {
    height: 100%;
}

.pangea-common-widgets-gallery-image-main {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.pangea-common-widgets-gallery .pangea-common-widgets-form-row-images {
    height: auto;
    width: 100%;
    height: 8em;
    overflow-y: auto;
    border-top: 1px solid #ededed;
    padding-top: 1em;
}

.pangea-common-widgets-form-row-images-image-active {
    border: 5px solid gray !important;
    padding: 0.25em;
}

.pangea-common-widgets-gallery-image-wrap-navigation {
    position: absolute;
    top: 40%;
    width: 100%;
    height: auto;
}

.pangea-common-widgets-gallery-image-wrap-navigation a {
    height: auto;
    width: auto;
    font-size: 2em;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    color: white;

}

.pangea-common-widgets-gallery-image-wrap-navigation a i {
    padding: 0;
    margin: 0;
    color: white;
    text-shadow: 0 0 12px #a5a5a5;
}

.pangea-common-widgets-gallery-image-wrap-navigation .pangea-common-widgets-gallery-image-wrap-navigation-prev {
    float: left;
    margin-left: 1em;
}

.pangea-common-widgets-gallery-image-wrap-navigation .pangea-common-widgets-gallery-image-wrap-navigation-next {
    float: right;
    margin-right: 1em;
}


@media (min-width: 1200px) {

    .pangea-common-widgets-gallery .pangea-common-widgets-modal-dialog-title button {
        margin-top: -0.5em !important;
    }

}