﻿
.container {
    max-width: 1860px;
}

.listdivwrapper {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow-x: scroll;
    /*width: calc(100% - 360px);*/
    width: 100%;
    /*margin-bottom: 70px;*/
    /*    border: solid 2px #11578A;
    border-radius: 5px;*/
    
}

.jsoncontainerlayoutdiv {
    display: block;
    height: auto;
}
 

.childpaneldiv {
    width:98%;
    height:auto;
    display:block;
}
.effectslistdivwrapper {
    display: none;
    vertical-align: top;
    white-space: nowrap;
    overflow-x: scroll;
    /*width: calc(100% - 360px);*/
    width: 100%;
    margin-bottom: 70px;
    border: solid 2px #11578A;
    border-radius: 5px;
}

.effectstimelinedivwrapper {
    display: none;
    vertical-align: top;
    white-space: nowrap;
    /*width: calc(100% - 6px);*/
    width: 100%;
    border: solid 2px white;
    /*border-radius: 5px;*/
    margin-top: 10px;
    margin-bottom: 10px;
    /*margin-left: 3px;*/
    overflow:hidden;
}

.timelinepaneldiv {
    position: relative;
    height: 50px;
    margin-bottom: 10px;
}

.timelinepanellabeldiv {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
}

.timelinepaneleffectsdiv {
    position: absolute;
    left: 160px;
    top: 0;
    right: 0;
    height: 100%;
}

.timelineeffectdiv {
    position: absolute;
    height: 30px;
    top: 10px;
    background-size: cover;
    cursor: move;
    border: 1px solid #000;
    overflow: hidden;
    white-space: nowrap;
}

.resize-handle {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background-color: #000;
    cursor: e-resize;
}

.time-markings {
    position: relative;
    height: 20px;
    margin-bottom: 10px;
}

.time-marking {
    position: absolute;
    top: 0;
    width: 1px;
    height: 10px;
    background-color: #000;
}

.selection-box {
    position: absolute;
    border: 1px solid blue;
    background-color: rgba(0, 0, 255, 0.1);
    pointer-events: none;
}

.timelinedurationdiv {
    height: 100%;
    position: absolute;
    width: 34px;
    /*margin: 2px;*/
    border: 0px red solid;
    /*border-radius: 5px;*/
    /*padding: 3px;*/
    border:3px lime solid;
}

.timelineeffectdiv {
    height: 100%;
    background-size: 100% 100%;
    width: 30px;
    margin: 2px;
    border: 3px yellow solid;
    display:none;
}

.previewshowdivwrapper {
    display: block;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
    /*max-width: 350px;*/
}

.previewlayoutdivwrapper {
    display: none;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
    /*max-width: 350px;*/
    margin-bottom: 70px;
}

.previewhelpdivwrapper {
    display: none;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
    /*max-width: 350px;*/
    margin-bottom: 70px;
}


.fullviewdivwrapper {
    width: 100%;
    height: 100%;
}


canvas {
    /*border: 1px solid red;*/
}

.arrow {
    cursor: pointer;
}

.displayimagediv {
    max-height: 40px;
    max-width: 80px;
}


.logodiv {
    max-height: 70px;
    border-radius: 8px;
    /*background-color: #15202B;*/
    cursor: pointer;
}

.logo {
    max-height: 60px;
}


.divPreviewScene {
    /*width: 100%;*/
    background-color: black;
    position: relative;
    height: 70px;
    /*width: 350px;*/
    min-width: 350px;
    min-height: 350px;
    margin: 0 auto;
    overflow: hidden;
    /*border:2px lime solid;*/
}

.divPreviewPanel {
    /*width: 100%;*/
    background-color: white;
    position: relative;
    height: 300px;
    width: 100%;

    /*min-width: 350px;*/
    margin: 0 auto;
    /*border-radius: 5px;*/
    overflow: hidden;
    border:1px black solid;
}
/*
.divFullviewScene {
    background-color: black;
    position: relative;
    width: 100%;
    height: 100%;
}*/

.divFullviewPanel {
    background-color: black;
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
}

.divVideo {
    /*border:2px red solid;*/
    position: absolute;
    z-index: 0;
    display: none;
}

.divPreviewSceneButtons {
    margin: 0 auto;
    white-space: nowrap;
    /*    position:absolute;
    top:280px;*/
}

.divPreviewPanelButtons {
    /* width: 100%; */
    /*  background-color: black;*/
    position: relative;
    /*height: 270px;*/
    width: 100%;
    /* min-width: 350px; */
    /*margin: 0 auto;*/
    border-radius: 5px;
    overflow: hidden;
    border: 1px black solid;
    /*color: white;*/
}

.divSelectScreenShowScene {
    border-radius: 5px;
    overflow: hidden;
    border: 1px black solid;
    text-align: center;
    font-weight: bold;
    background-color: #C30B0F;
    margin-bottom: 20px;
    color: white;
    display:none;
}


@media only screen and (max-width: 820px) {
    .logo {
        max-height: 40px;
    }

    .listdivwrapper {
        width: 100%;
        height: calc(100% - 380px);
        /*      position: absolute;
        bottom: 0px;*/
        /*margin-bottom: 70px;*/
    }

    .effectslistdivwrapper {
        width: 100%;
        height: calc(100% - 380px);
        /*      position: absolute;
        bottom: 0px;*/
        margin-bottom: 70px;
    }

    .previewdivwrapper {
        /*      position: absolute;
        top: 40px;*/
    }

    .effectstimelinedivwrapper {
        /*      position: absolute;
        top: 40px;*/
    }
}

@media screen and (max-width: 980px) {
}

.corner {
    position: absolute;
    height: 20px;
    width: 20px;
    background-color:lime;
    color:black;
    font-size:18px;
    font-weight:bold;
    z-index:9999;
    border-radius:50%;
    text-align:center;
}

.divPreviewLeft {
    width: 100%;
    float: right;
}

.divPreviewRight {
    width: 100%;
    float: left;
}
.divPreviewSceneContainer {
    background-color: black;
    position: relative;
    /*    height: 320px;
    width: 279px;*/
    min-width: 350px;
    min-height: 350px;
    margin: 0 auto;
    overflow: hidden;
    float: left;
    border: 2px white solid;
    min-width: 60px;
}

.divPreviewPanelsContainer {
    background-color: black;
    position: relative;
    height: 320px;
    width: 100%;
    /*min-width: 350px;*/
    margin: 0 auto;
    overflow: hidden;
    float: left;
    border: 2px white solid;
}


@media only screen and (min-width: 1300px) {
    .divPreviewLeft {
        width: 100%;
        float: right;
    }
    .divPreviewRight {
        width: 100%;
        float: left;

    }

}

@media only screen and (min-width: 1380px) {
    .divPreviewLeft {
        width: 100%;
        float: right;
    }

    .divPreviewRight {
        width: 100%;
        float: left;
    }
}

@media only screen and (min-width: 1652px) {
    .divPreviewLeft {
        width: 100%;
        float: right;
    }

    .divPreviewRight {
        width: 100%;
        float: left;
    }
}

#jsoncontainerlayout-EffectLayout {
    display:none;
}
.player {
    /*margin-top: 40px;*/
    /*margin-bottom: 10px;*/
    width: 375px;
    border: 2px black solid;
    border-radius: 10px;
    background-color: #1E1F1E;
    /*padding-bottom:60px;*/
}

.divStartShowButton {
/*    border-radius: 20px;
    background-color: white;
    float: right;
    color: red;
    font-weight: bold;
    padding: 2px;
    border: 1px red solid;*/
    cursor: pointer;
    color: white;
    float: right;
    margin: 2px;
    border: 1px solid white;
    padding: 2px;
    border-radius: 6px;
}
.divPreviewScreenName {
    /*    border-radius: 20px;
    background-color: white;
    float: right;
    color: red;
    font-weight: bold;
    padding: 2px;
    border: 1px red solid;*/
    color: white;
    float: left;
    margin: 2px;
    padding: 2px;
}

.iframe-container {
    overflow: hidden;
    /* 16:9 aspect ratio */
    /*    padding-top: 56.25%;
*/ position: relative;
    /*    margin-left: 5%;
    margin-right: 5%;
*/
    height: 100%;
}

    .iframe-container iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.divShowPanelsName {
    color: white;
    float: left;
    margin: 2px;
    padding: 2px;
}
.divShowPanelsButton {
    border-radius: 20px;
    background-color: white;
    float: right;
    color: red;
    font-weight: bold;
    padding: 2px;
    border: 1px red solid;
    cursor: pointer;
    display: none;
}