﻿
#subscribers {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

#publisher {
    position: absolute;
    z-index: 0;
    min-width: 200px;
    min-height: 250px !important;
    overflow: hidden;
    border-radius: 12px;
    top: 30px;
    border: 2px solid #fff;
    left: 20px;
    width: 20% !important;
    height: 20% !important;
    border: 0;
    margin-top: 30px;
}

.avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

#chat .controls {
    top: 1%;
    right: 0.5%;
}

#subscribers .controls {
    bottom: 10%;
    left: 45%;
}

#publisher .controls {
    top: 5px;
    left: 5px;
}

.videocontrols {
    z-index: 1012;
    position: absolute;
}

    .videocontrols .buttons {
        border-radius: 20px;
        padding: 10px 5px;
        background-color: rgba(0, 128, 128, 0.50);
        font-size: 20px;
    }

        .videocontrols .buttons a {
            display: inline-block;
            padding: 2px 14px 0 14px;
            color: white;
        }

            .videocontrols .buttons a i {
                color: white;
            }

    .videocontrols .dInformationMsg {
        font-size: 15px;
        color: red;
        text-align: center;
    }

    .videocontrols #chronotime {
        color: white;
        text-align: center;
    }

/*.alert {
    margin-left: 350px;
    margin-right: 150px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-top: 31px;
}*/

#dCallProgress {
    margin: 300px auto;
    position: relative;
    width: 10px;
    height: 10px;
}

.pulse {
    width: 20px;
    height: 20px;
    border: 5px solid #00c2a8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #00ffff;
    z-index: 10;
    position: absolute;
}

.dot {
    border: 3px solid teal;
    border-top: none;
    border-bottom: none;
    background: transparent;
    -webkit-border-radius: 240px;
    -moz-border-radius: 240px;
    border-radius: 240px;
    height: 200px;
    width: 200px;
    -webkit-animation: pulse 3s ease-out;
    -moz-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -90px;
    left: -90px;
    z-index: 1;
    opacity: 0;
}

.dot1 {
    border: 3px solid teal;
    border-top: none;
    border-bottom: none;
    background: transparent;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    height: 175px;
    width: 175px;
    -webkit-animation: ndpulse 3s ease-out;
    -moz-animation: ndpulse 3s ease-out;
    animation: ndpulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -78px;
    left: -78px;
    z-index: 1;
    opacity: 0;
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }

    20% {
        -moz-transform: scale(0.1);
        opacity: 0.1;
    }

    40% {
        -moz-transform: scale(0.3);
        opacity: 0.3;
    }

    60% {
        -moz-transform: scale(0.5);
        opacity: 0.5;
    }

    80% {
        -moz-transform: scale(0.7);
        opacity: 0.7;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes

"pulse" {
    0%

{
    -webkit-transform: scale(0);
    opacity: 0.0;
}

20% {
    -webkit-transform: scale(0.1);
    opacity: 0.1;
}

40% {
    -webkit-transform: scale(0.3);
    opacity: 0.3;
}

60% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
}

80% {
    -webkit-transform: scale(0.7);
    opacity: 0.7;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
}

}

@-moz-keyframes ndpulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }

    20% {
        -moz-transform: scale(0.1);
        opacity: 0.7;
    }

    40% {
        -moz-transform: scale(0.3);
        opacity: 0.5;
    }

    60% {
        -moz-transform: scale(0.5);
        opacity: 0.3;
    }

    80% {
        -moz-transform: scale(0.3);
        opacity: 0.1;
    }

    100% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }
}

@-webkit-keyframes

"ndpulse" {
    0%

{
    -webkit-transform: scale(0);
    opacity: 0.0;
}

10% {
    -webkit-transform: scale(0.1);
    opacity: 0.1;
}

20% {
    -webkit-transform: scale(0.3);
    opacity: 0.3;
}

30% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
}

40% {
    -webkit-transform: scale(0.7);
    opacity: 0.7;
}

50% {
    -webkit-transform: scale(1);
    opacity: 0.0;
}

60% {
    -webkit-transform: scale(0.1);
    opacity: 0.1;
}

70% {
    -webkit-transform: scale(0.3);
    opacity: 0.3;
}

80% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
}

90% {
    -webkit-transform: scale(0.7);
    opacity: 0.7;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
}

.call-animation {
    background: #fff;
    width: 135px;
    height: 135px;
    position: absolute;
    margin: 0 auto;
    top: 30%;
    left: 45%;
    border-radius: 100%;
    border: solid 5px #fff;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.img-circle {
    width: 125px;
    height: 125px;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}


@keyframes play {

    0% {
        transform: scale(2);
    }

    15% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
    }

    25% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.2);
    }

    25% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0.2);
    }

    40% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.2);
    }

    40% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0.2);
    }
}
