﻿
.container {
    max-width: 1860px;
}

.listdivwrapper {
    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;*/
}

.appheader {
    display: none;
}
.screencover {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:10000;
    background-color:black;
    display:none;
}

.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: none;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
    /*max-width: 350px;*/
}

.previewlayoutdivwrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    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: 270px;
    width: 350px;*/
    /*min-width: 350px;*/
    margin: 0 auto;
    overflow: hidden;
    height: 100%;
}

.divPreviewPanel {
    /*width: 100%;*/
    background-color: white;
    position: relative;
    height: 100%;
    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:1px red solid;*/
    position: absolute;
    z-index: 0;
    display: none;
}

.divPreviewSceneButtons {
    margin: 0 auto;
    white-space: nowrap;
    /*    position:absolute;
    top:280px;*/
}

.divPreviewPanelButtons {
    display: none;
    /* width: 100%; */
    /*  background-color: black;*/
    position: relative;
    /*height: 270px;*/
    width: 350px;
    /* 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 {
    display: none;
    width: 100%;
    float: right;
    /*display: block;
    overflow: hidden;
    position: absolute;
    z-index: 9999*/
}

.divPreviewRight {
    width: 100%;
    float: left;
}

.divPreviewSceneContainer {
    background-color: black; /* Uncommented */
    /* position: absolute; */ /* Removed */
    /* top: 0px; */ /* Removed */
    /* left: 0px; */ /* Removed */
    height: 100%;
    width: 100%;
    /*    height: 320px; /* Kept as originally commented */
    /*    width: 359px; */ /* Kept as originally commented */
    /* min-width: 350px; */ /* Kept as originally commented */
    margin: 0 auto;
    overflow: hidden;
    /*    float: left; /* Kept as originally commented */
    /*    border: 2px white solid; */ /* Kept as originally commented */
    min-width: 60px;
    box-sizing: border-box; /* Added */
}

.divPreviewPanelsContainer {
    background-color: black;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
/*    height: 350px;
    width: 359px;
    min-width: 350px;*/
    margin: 0 auto;
    overflow: hidden;
/*    float: left;
    border: 2px white solid;*/
}

.tabstripdiv {
    display: none;
}




#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;*/
}

.container-fast-link {
    display:none;
}

#jsoncontainerlayout-PanelLayout {
    display:none;
}

#jsoncontainerlayout-ScreenLayout {
    display: block;
}

.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%;
    }

.divPanel {
    position: absolute;
    cursor: pointer;
}

.divEffect {
    position: absolute;
    cursor: pointer;
}