﻿
.wsCtGallery
{
    height: 100%;
    width: 100%;
    position: relative;
}

.wsCtGallery img.before
{
    height: 100px;
}

.wsCtGallery .wsPreviewWrapperGrid
{
    text-align: center;
    height: 100%;
    width: 100%;
    position: absolute;
}

.wsCtGallery .wsPreviewGrid
{
    background-image: url(/file/app/1/editor/icon/imageplaceholder.svg?color1=r84g84b84&color2=r232g232b232);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
}

.wsCtGallery .wsGridWrapper
{
    height: 100%;
    width: 100%;
    position: absolute;
}

.wsCtGallery .wsGridContainer
{
    text-align: center;
    height: 100%;
    width: 100%;
    position: relative;
}

.wsCtGallery .wsGrid
{
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
}

.wsCtGallery .wsGrid.wsSelected
{
    opacity: 1;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
}

.wsCtGallery .wsGrid:hover
{
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.wsCtGallery .wsCaptionManager
{
    padding: 12px;
    font-family: 'Signika', sans-serif;
}

