﻿body {
    -ms-background-size: cover;
    background-size: cover;
    -ms-background-position: center;
    background-position: center;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-attachment: fixed;
    background-attachment: fixed;
}

.party-planner-page > a > .logotype {
    margin-bottom: 18px;
    min-height: 150px;
    -ms-background-size: contain;
    background-size: contain;
    -ms-background-position: center;
    background-position: center;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    font-size: 6em;
    line-height: 150px;
    text-align: center;
    color: #b3b3b3;
    text-decoration: none;
}

.party-planner-page > .concepts .pp-category .concept .cover {
    width: 100%;
    height: 150px;
    -ms-background-size: contain;
    background-size: cover;
    -ms-background-position: center;
    background-position: center;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
}

ul#light-gallery-videos {
    padding: 0;
    display: block;
    position: relative;
    float: left;
    clear: left;
    width: 100%;
}

#light-gallery-videos li {
    position: relative;
    display: inline-block;
    padding: 2px;
}

.light-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
    /*margin-left: 25px;
    margin-right: 25px;*/
}

.light-gallery-poster > .img-container {
    opacity: 0;
    position: absolute;
    top: 40%;
    height: 20% !important;
    width: 100%;
}

.light-gallery-poster > .img-container > img {
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    height: 100%;
    width: initial;
    margin: 0 auto;
    display: block;
}

.light-gallery-poster:hover > .img-container {
    opacity: 1;
}

app-audio-player {
    display: block;
    position: relative;
}

app-audio-player .controls > button {
    display: inline-block;
    min-width: 60px;
}

app-audio-player .controls > mat-slider {
    display: inline-block;
    min-width: 50%;
}

app-audio-player .controls > button > .mat-button-wrapper {
    line-height: 12px;
    display: block;
}

.pp-documents .pp-actions a:first-child {
    display: inline-block;
}

.pp-documents .pp-actions a:last-child {
    float: right;
}

.pp-share {
    text-align: center;
    padding: 0 10px 30px 10px;
}

.pp-footer .pp-footer-copyright {
    white-space: pre-line;
}

.pp-header {
    font-size:2.3em;
}

.pp-body p {
    text-align: justify;
    font-size: 1.2em;
}

.pp-subheader {
    margin-top: 5px  !important;
    margin-bottom: 20px;
    font-size: 1.2em;
}

.pp-videos header h2 {
    display: none;    
}

.concept {
    margin-bottom: 30px;
}

.pp-concept-caption {
    font-size: 1.2em;
}

.admin-concepts-list table > thead > tr > th:first-child {
    min-width: 70px;
}

.admin-concepts-list .row > .col-md-12 > .input-group {
    display: flex;
}

app-concept-share-creation-mat-dialog .concept-share-playground {
    min-height: 325px;
}

app-concept-share-creation-mat-dialog .concept-share-playground > .fields-area {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    min-height: 325px;
}

app-concept-share-creation-mat-dialog .concept-share-playground > .preview-area {
    width: 49%; 
    display: inline-block; 
    vertical-align: top; 
    min-height: 325px;
}

app-concept-share-creation-mat-dialog .concept-share-playground > .preview-area > iframe {
    width: 100%;
    height: 100vh;
}

app-concept-share-creation-mat-dialog .concept-share-playground > .fields-area > .select-images {
    display: block;
}

app-concept-share-creation-mat-dialog .concept-share-playground > .fields-area > .select-images > .select-image {
    display: inline-block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 50px;
    width: 100px;
    position: relative;
}

app-concept-share-creation-mat-dialog .concept-share-playground > .fields-area > .select-images > .select-image span {
    display: none;
}

app-concept-share-creation-mat-dialog .concept-share-playground > .fields-area > .select-images > .select-image.selected-image span {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 30%;
    color: #02d802;
    text-shadow: 1px 1px #000000;
    font-size: 25px;
}