
.primary-color{
    background-color: #D96318;
}
.login-view{
    width: 100%;
}
.head-bar{
    width: 100%;
    height: 300px;
    background-color: #D96318;
}
.logo-bar{
    width: 100%;
    height: 50px;
}
.logo{
    margin: 20px;
}
.head-bar-img{
    width: 168px;
    height: 168px;
    margin-top: 26px;
}

.head-bar-txt{
    color: white;
}
.form-row{  
    width: 240px;
    margin: 20px auto;
    text-align: center;
}
.form-btn-row{
    width: 160px;
    margin: auto;
}
.primary-btn{
    background-color: #D96318;
    color: white;
}
.primary-btn:hover{
    background-color: #F17425;
    color: white;
}
.footer{
    width: 100%;
    height: 25px;
    bottom:0;
    margin-bottom: 0;
}
h5 a {
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    color: #51545f;
    font-size: 14px;
    font-family: "Microsoft Yahei", sans-serif;
    line-height: 50px;
}
h5 a:hover {
    color: #ffd773;
}


.conference-main{
    width: 100%;
}
.conference-head-bar{
    width: 100%;
    height: 100px;
    margin-left: 0px;
    margin-right:0px;
    margin-bottom: 10px;
    background-color: #D96318;
}

.conference-list-main{
    width: 100%;
    margin-left: 0px;
    margin-right:0px;
}
.waitingroom-content{
    width: 100%;
    margin-left: 0px;
    margin-right:0px;
}
.user-list-row{
    margin-top: 5px;
    min-height: 75px;
}

.user-list-badge{
    display: inline-block;
    min-width: 10px;
    padding: 3px 3px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #fff;
    border-radius: 10px;
    margin-left: 10px;
}
.user-list-badge-img{
    width: 20px;
    height: 20px;
}
.user-network-dot{
    width: 10%;
    height: 3px;
    
    float: left;
    margin-left: 3px;
    margin-top: 3px;
}
.bg-yellow{
    background-color: #F5E76B;
}
.bg-red{
    background-color: #FF0000;
}
.bg-green{
    background-color: #71C360;
}
.bg-gray{
    background-color: #C3C4C6;
}

.conference-logo-bar{
    width: 100%;
    height: 100px;
}
.conference-logo{
    margin-left: 35px;
    margin-top: 20px;

    position: relative;
    background-image: url(/static/img/web/logo.png);
    background-size: 45px 45px;
    background-repeat: no-repeat;
    background-position: left 50%;
    
    font-size: 20px;
    letter-spacing: -0.04rem;
    color: #fff;
    min-height: 50px;
    padding-top: 10px;
    padding-left: 45px;

    line-height: 20px;


}

.share-btn{
    width: 60px;
    height: 60px;
    float: left;
    margin-top: -20px;
    cursor: pointer;
}

.conference-body{
    padding: 3px;
    overflow-y: scroll;
}
.conference-list{
    margin:5px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #F4F5F7;
}

.conference-video-box{
    width: 120px;
    height: 68px;
    margin-top: 10px;
}
.userVideos{
    width: 100%;
    height: 100%;
    background-color: black;
}
.video-bar{
    width:100%;
    height: 28px;
    bottom:28px;
    margin-bottom:0;
    z-index:999;
    background-color:white;
    opacity:0.5;
    position: relative;
}
.video-badge{
    display: inline-block;
    min-width: 10px;
    padding: 3px 3px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}
.video-badge-err{
    background-color: #FF0000;
    opacity:1;
}
.video-bar-img{
    width: 20px;
    height: 20px;
}
.voice-bar-img{
    width: 20px;
    height: 20px;
}
.video-title{
    width: auto;
    background-color:black;
    opacity:0.8;
    border-radius:28px;
    color: white;
}


.client-list-avtatar{
    background-color: #D96318;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    text-align: center;
    line-height: 73px;
    color: white;
    font-size: 38px;
    font-weight: 400;
}
.media-body .media-heading{
    margin-top: 10px;
}

.countDownView{
    width: 100%;
    text-align: center;
    font-size: 26px;
    
}



.leave-conference{
    width: 220px;
    height: 56px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    

    position: relative;
    background-image: url(/static/img/web/leave_conference.png);
    background-size: 45px 45px;
    background-repeat: no-repeat;
    background-position: 10% 40%;
    background-color: #FF0000;
    
    font-size: 26px;
    letter-spacing: -0.04rem;
    color: #fff;
    min-height: 50px;

    padding-top: 15px;
    padding-left:20px;
    

    line-height: 20px;
    border-radius:28px;

}
.leave-conference:hover{
    background-color: #000000;
    cursor: pointer;
}


.waitingroom-leave-conference{
    width: 220px;
    height: 56px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    

    position: relative;
    background-image: url(/static/img/web/leave_conference.png);
    background-size: 45px 45px;
    background-repeat: no-repeat;
    background-position: 10% 40%;
    background-color: #FF0000;
    
    font-size: 26px;
    letter-spacing: -0.04rem;
    color: #fff;
    min-height: 50px;

    padding-top: 15px;
    padding-left:20px;
    

    line-height: 20px;
    border-radius:28px;

}
.waitingroom-leave-conference:hover{
    background-color: #000000;
    cursor: pointer;
}


.meeting_num{
    
    height: 56px;
    margin-top: 20px;
    /* margin-left: auto;
    margin-right: auto; */
    


    
    font-size: 26px;
    letter-spacing: -0.04rem;
    color: #fff;
    min-height: 50px;

    padding-top: 15px;
    padding-left:20px;
    

    line-height: 20px;
    border-radius:28px;

}

.meeting-timer{

    height: 56px;
    margin-top: 20px;
    /* margin-left: auto;
    margin-right: auto; */
    


    
    font-size: 26px;
    letter-spacing: -0.04rem;
    color: #fff;
    min-height: 50px;

    padding-top: 15px;
    padding-left:20px;
    

    line-height: 20px;
    border-radius:28px;

}

.localVideoBtn{
    cursor: pointer;
}
.localVoiceBtn{
    cursor: pointer;
}
.dropdown-wrap-fix{
    cursor: pointer;
}

.video_switch_btn{
    width: 45px;
    height: 45px;
    color: #fff;
    margin-top: 20px;
}
.dropdown-wrap-fix{
    padding-left: 0px;
}
.video_select_btn{
    width: 20px;
    height: 45px;
    color: #fff;
    margin-top: 20px;
}

.voice_select_btn{
    width: 20px;
    height: 45px;
    color: #fff;
    margin-top: 20px;
}

.voice_device_list,.video_device_list{
    width: max-content;
    left:-150px
}

.dropdown-menu li{
    cursor: pointer;
    width: max-content;
}

.dropdown-menu li:hover{
    cursor: pointer;
    color: aqua;
}
.tally-badge{
    
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;

    border-radius: 10px;
    
    
    width: 60px;
    height: 23px;
    margin-top: 2px;
    margin-left: 2px;



}
.tally-wrap{
    /* width: 10px;
    height: 10px;
    padding-left: 1px;
    padding-top: 1px;
    background-color: white;
    border-radius: 50%;
    margin-top: 3px; */
}
.tally{
    width: 8px;
    height: 8px;
    padding-top: 3px;
    border-radius: 50%;
}
.tally-txt{
    margin-left: 8px;
    
}
.pgm{
    background-color: #FF0000;
    color: #FFFFFF;
}
.pvw{
    background-color: #71C360;
    color: #FFFFFF;
}


@media (min-width:480px){
    .conference-video-box{
        width: 120px;
        height: 68px;
        margin-top: 10px;
    }
    .video-bar.badge{
        max-width: 120px;
        overflow: hidden;
    }
    .conference-list{
        margin:0px;
        padding: 5px;
        overflow-y: scroll;
    }
}
@media (min-width:768px){
    .conference-video-box{
        width: 190px;
        height: 106px;
        margin-top: 10px;
    }
    .conference-list{
        margin:0px;
        padding: 5px;
        overflow-y: scroll;
    }
}
@media (min-width:992px){
    .conference-video-box{
        width: 320px;
        height: 180px;
        margin-top: 10px;
    }
    .conference-list{
        margin:0px;
        padding: 5px;
        overflow-y: scroll;
    }
    .video-badge{
        margin-left: 0px;
    }
}

@media (min-width:1200px){
    .conference-video-box{
        width: 320px;
        height: 180px;
        margin-top: 10px;
    }
    .conference-list{
        margin:0px;
        padding: 5px;
        overflow-y: scroll;
    }
    .video-badge{
        margin-left: 0px;
        margin-top:2px;
    }
    .video-bar-img{
        width: 18px;
        height: 18px;
    }
    .voice-bar-img{
        width: 18px;
        height: 18px;
    }
    .conference-logo{
        margin-left: 0px;
    }
    .dropdown-wrap-fix{
        padding-left: 15px;
    }
    .user-list-badge{
        margin-left: 0px;
    }
    .user-list-badge-img{
        width: 15px;
        height: 15px;
    }
    
}
@media (min-width:1440px){
    .conference-video-box{
        width: 480px;
        height: 270px;
        margin-top: 10px;
    }
    .conference-list{
        margin:0px;
        padding: 5px;
        overflow-y: scroll;
    }
    .video-badge{
        margin-left: 10px;
    }
}

.waitingroom-main{
    background: url(/static/img/web/waitingroom.png) ;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size: cover;

}

.waitingroom-content{


}

.waitingroom-content-box{
    /* width: 560px;
    height: 200px; */
    margin-top: 200px;
    background-color: #000000;
    border-radius: 5%;
    opacity: 0.5;
    color: white;
    padding: 10px;
}