#login-form-container.hide {
    display: none;
}
.w-30{
    width: 32% !important;
}
.w-70{
    width: 70% !important;
}
.connect-form-content {
    margin-bottom: 30px;
}

.display-none {
    display: none;
}

.error-text {
    color: red;
}

.input, .select {
    padding: 5px 9px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.button {
    padding: 5px 11px;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
}

.input:focus,
.button:focus {
    box-shadow: 0 0 7px 1px #3cf;
    outline: none;
}

.login-button-oidc {
    margin: 0;
    padding: 9px 0;
    line-height: 20px;
    font-weight: 600;
    margin-top: 20px;
}

.login-button-oidc .btn {
    text-decoration: none;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: white;
    color: black;
}

.login-button-oidc.hide {
    display: none;
}

.label-text,
.login-form label {
    display: block;
    margin-bottom: 5px;
}

.camera {
    display: inline-block;
    position: relative;
    width: 90%;
    height: 139px;
    background: #000000 url("../../lib/images/playForwards.svg") no-repeat center center;
    overflow: hidden;
    cursor: pointer;
    margin: 10px;
}

#cameraList canvas{
    width: 100%;
    height: 96px !important;
}
.liveViewContainer .camera {
    display: inline-block;
    position: relative;
    width: 49vw;
    height: 57vh;
    background: #000000 url("../../lib/images/playForwards.svg") no-repeat center center;
    overflow: hidden;
    cursor: pointer;
}

.camera h4{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 3px;
    background-color: #000000;
    color: #ffffff;
    opacity: 0.7;
    width: calc(100% - 6px);
}

.camera.audio-playing {
    background-image: url("../../lib/images/icons/pause.svg");
}
.camera canvas {
    /* width: 200px;
    height: 125px; */
}

#fsVideoContainer .camera-name{
    display: none;
}

#cameraList .camera-name {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
    padding: 5px;
    /* background-color: rgba(0,0,0,0.6); */
    opacity: 1;
    font-size: 12px;
    overflow: hidden;
    text-wrap: wrap;
}
.liveViewContainer .camera-name {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
    padding: 5px;
    /* background-color: rgba(0,0,0,0.6); */
    opacity: 1;
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
}
.liveViewContainer .camera .bottombar {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 34px;
    background: rgba(0, 0, 0, 0.5);
    cursor: default;
    -moz-transition: bottom 0.5s, padding 0.5s;
    -webkit-transition: bottom 0.5s, padding 0.5s;
    -o-transition: bottom 0.5s, padding 0.5s;
    -ms-transition: bottom 0.5s, padding 0.5s;
    transition: bottom 0.5s, padding 0.5s;
    display: none !important;
}

#fsVideoControls .bottombar{
    position: relative;
}

/*******************/

.bottombar {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 40px;
    /* background: rgba(0, 0, 0, 0.5); */
    cursor: default;
    -moz-transition: bottom 0.5s, padding 0.5s;
    -webkit-transition: bottom 0.5s, padding 0.5s;
    -o-transition: bottom 0.5s, padding 0.5s;
    -ms-transition: bottom 0.5s, padding 0.5s;
    transition: bottom 0.5s, padding 0.5s;
    display: none;
}

.bottombar .btn {
    width: 34px;
    height: 34px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -moz-transition: width 0.5s, opacity 0.5s;
    -webkit-transition: width 0.5s, opacity 0.5s;
    -o-transition: width 0.5s, opacity 0.5s;
    -ms-transition: width 0.5s, opacity 0.5s;
    transition: width 0.5s, opacity 0.5s;
}

.bottombar .pauseButton {
    position: relative;
    float: left;
    background-image: none;
    z-index: 1;
}
                
.bottombar .pauseButton:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../../lib/images/arrowRight.svg) no-repeat center center transparent;
    background-size: auto 17px;
    opacity: 0.5;
    cursor: pointer;
}
.bottombar .wideVideo{
    float: right;
}
.bottombar .wideVideo:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../../lib/images/fullscreen.svg) no-repeat center center #fff;
    background-size: auto 17px;
    opacity: 0.5;
    float: right;
    width: 39px;
    filter: invert(100%);
    border-top-left-radius: 5px;
    cursor: pointer;
}
.fullVideo {
    float: right;
    display: none;
}
.fullVideo:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../../lib/images/fullscreen.svg) no-repeat center center #fff;
    background-size: auto 17px;
    opacity: 0.5;
    float: right;
    width: 40px;
    height: 40px;
    filter: invert(100%);
    border-bottom-left-radius: 5px;
    cursor: pointer;
}

.bottombar.onPause .pauseButton:after {
    background: url(../../lib/images/arrowLeft.svg) no-repeat center center transparent;
    cursor: pointer;
}

.videoControls .bottombar .btn.pauseButton.hidden,
.videoControls .bottombar .btn.pauseButton.featureDisabled {
    display: block !important;
    width: 34px !important;
    opacity: 1 !important;
}

.bottombar .playbackBarButtons {
    position: absolute;
    white-space: nowrap;
    left: 40%;
    opacity: 1;
    z-index: 0;
    width: 100%;
    -moz-transform: translate(-50%, -20%);
    -webkit-transform: translate(-50%, -20%);
    -o-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
    -moz-transition: left 0.5s, opacity 0.5s;
    -webkit-transition: left 0.5s, opacity 0.5s;
    -o-transition: left 0.5s, opacity 0.5s;
    -ms-transition: left 0.5s, opacity 0.5s;
    transition: left 0.5s, opacity 0.5s;
}

.bottombar .playbackBarButtons .playForwardButton {
    display: inline-block;
    float: right;
    background-image: url(../../lib/images/icons/play.svg);
    background-size: auto 20px;
    cursor: pointer;
}
.bottombar .playbackBarButtons .playBackButton {
    display: none;
    float: left;
    background-image: url(../../lib/images/icons/playback.svg);
    background-size: auto 20px;
    cursor: pointer;
}

.bottombar .playbackBarButtons .playTimeIndex {
    display: inline-block;
    width: 20px;
    height: 30px;
    margin: 0 10px 0 41px;
    font-size: 12px;
    line-height: 30px;
    vertical-align: top;
    color: #000;
    float: right;
    position: absolute;
    right: 0;
}

.bottombar .playbackBarButtons .playBackButton.active,
.bottombar .playbackBarButtons .playForwardButton.active {
    
    background-image: url(../../lib/images/icons/pause.svg);
    background-size: 17px auto;
    cursor: pointer;
}

.ptt {
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 30px;
}

.ptt.recording {
    background-color: azure;
}


.red-dot,.playbackIndicator {
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: none;
    color : #ff0000;
    background: rgba(255, 255, 255, 0.3);
    padding: 0px 5px;
    border-radius: 4px;
}
.red-dot span {

    height: 5px;
    width: 5px;
    background-color: #ff0000;
    border-radius: 50%;
}
.blinking {
    -webkit-animation: 1s blink ease infinite;
    -moz-animation: 1s blink ease infinite;
    -ms-animation: 1s blink ease infinite;
    -o-animation: 1s blink ease infinite;
    animation: 1s blink ease infinite;
}

@keyframes blink {
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}