﻿
.container {
    max-width: 1860px;
}
.jsoncontainerlayoutdiv {
    margin: 2px;
}

.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: solid 2px white;
    /*border-radius: 5px;*/
}

    .listdivwrapper::-webkit-scrollbar {
        display: block;
        height: 8px;
        /*width: 50px;*/
        background-color: gray;
    }

    .listdivwrapper::-webkit-scrollbar-track {
        background: transparent;
    }

    .listdivwrapper::-webkit-scrollbar-thumb {
        background-color: #1F1E1E;
        border-radius: 4px;
    }


.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: block;
    vertical-align: top;
    white-space: nowrap;
    /*width: calc(100% - 6px);*/
    /*width: 100%;*/
    /*    border: solid 2px #11578A;
*/ border: solid 2px white;
    /*border-radius: 5px;*/
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    margin-left: 3px;
    background-color: white;
    overflow: hidden;
}

.timelinepaneldiv {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid lightgray;
}

.timelinepanellabeldiv {
    white-space: normal;
    width: 80px;
    overflow: hidden;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    border-right: 1px solid lightgray;
    height: 100%;
    padding-left: 3px;
}

.timelinepaneleffectsdiv {
    /*width: calc(100% - 80px);*/
    width: 290px;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    border: 1px gray solid;
}

.timelinedurationdiv {
    height: 100%;
    position: absolute;
    width: 34px;
    /*margin: 2px;*/
    border: 0px red solid;
    /*border-radius: 5px;*/
    /*padding: 3px;*/
}

.timelineeffectdiv {
    height: 100%;
    background-size: 100% 100%;
    width: 30px;
    margin: 2px;
}

.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: 270px;
    width: 350px;
    /*min-width: 350px;*/
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
}

.divPreviewPanel {
    /*width: 100%;*/
    background-color: black;
    position: relative;
    height: 300px;
    width: 350px;
    /*min-width: 350px;*/
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
}
/*
.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 {
    /* 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;*/
    margin-left: 4px;
}

.divSelectScreenShowScene {
    border-radius: 5px;
    overflow: hidden;
    border: 1px black solid;
    text-align: center;
    font-weight: bold;
    background-color: #C30B0F;
    margin-bottom: 20px;
    color: white;
}


@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;
        display: inline-block;
    }

    .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;
    white-space: nowrap;
}

.divPreviewSceneContainer {
    background-color: black;
    position: relative;
    height: 320px;
    width: 359px;
    /*min-width: 350px;*/
    margin: 0 auto;
    overflow: hidden;
    float: left;
    border: 2px white solid;
    min-width:60px;
}

.divPreviewPanelsContainer {
    background-color: black;
    position: relative;
    height: 320px;
    width: 359px;
    /*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;
}*/

.jsoncontainerlayoutdiv {
    /*max-width:400px;*/
    display: inline-block;
    margin-right: 2px;
    vertical-align: top;
    width:100%;
    text-align:left;
}
.tabstripdiv {
    display:none;
}