﻿#videos {
    position: fixed;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#subscriber {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#publisher {
    position: absolute;
    width: 360px;
    height: 240px;
    bottom: 10px;
    left: 10px;
    z-index: 100;
    border: 3px solid white;
    border-radius: 3px;
}


@font-face
{
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v37/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons
{
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.videoOff
{
    font-size: 25px;
    color: white;
    text-decoration: none;
}
.videoOn
{
    font-size: 25px;
    color: #07ec07 !important;
    text-decoration: none;
}

div.VideoCallPopup
{
    position: fixed;
    z-index: 1;
    background-color: #1173e4;
    color: #fff;
    border: 1px solid lightblue;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

div.VideoCallPopup > div
{
    padding: 10px;
    color:#ffffff;
}
div.VideoCallContent
{
    background-color: lightblue;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
div.VideoCallContent > button
{
    background-color: #fff;
    border: 1px solid lightblue;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
}
div.VideoCallContent > button:hover
{
    color: #fff;
    background-color: #1173e4;
}


div.VideoWindow
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000000;
    cursor:pointer;
}
div.VideoWindow > div.VideoHeaderAction
{
    display:none;
}
div.VideoWindow:hover > div.VideoHeaderAction
{
    text-align: center;
    background: linear-gradient(to bottom, #666e88d1, #494d6ded);
    cursor:pointer;
    display:block;
}
div.VideoWindow > div.VideoHeaderAction > i
{
    color:#fd0303;
    padding:5px;
}
div.VideoWindow > div.VideoContent
{
    cursor:pointer;
}

div.VideoHeaderIcons {
    /*pointer-events: none;*/
    display: inline-table;
}

    div.VideoHeaderIcons div.step1 {
        position: relative;
        z-index: 1;
        background-color: transparent;
        border-bottom: none;
        display: table-cell;
        height: 1px;
    }

        div.VideoHeaderIcons div.step1 div.step2 {
            box-sizing: border-box;
            height: 60px;
            position: relative;
            text-align: center;
        }

            div.VideoHeaderIcons div.step1 div.step2 div.step3 {
                padding: 8px 0 0 0;
                display: inline-block;
                vertical-align: middle;
                white-space: nowrap;
                width: auto;
            }

                div.VideoHeaderIcons div.step1 div.step2 div.step3 div.step4 {
                    /*pointer-events: none;*/
                    transition: opacity .5s linear;
                    background-color: rgba(0,0,0,0.75);
                    border-radius: 4px;
                    padding: 0;
                    margin: 0 130px;
                    display: table-row;
                }

                    div.VideoHeaderIcons div.step1 div.step2 div.step3 div.step4 div.step5 {
                        background-color: rgba(0,0,0,0.0);
                        border: none;
                        box-shadow: none;
                        padding: 9px 6px 3px 6px;
                        margin: 0;
                        outline-offset: -5px;
                        border-radius: 0;
                        transition: background-color .1s linear;
                        border-top-right-radius: 4px;
                        border-bottom-right-radius: 4px;
                        user-select: none;
                        vertical-align: middle;
                        width: 36px;
                        height: 36px;
                        display: table-cell
                    }
