*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	font-family: "Microsoft JhengHei", "calibri light", "yu gothie ui semi light", "sans-sarif";
	/* font-size: 10.5pt; */
	color: #fff;
	font-size-adjust: none;
	font-size: 100%;
	font-style: normal;
	letter-spacing: normal;
	font-stretch: normal;
	font-variant: normal;
	font-weight: normal;
	text-align-last: initial;
	text-emphasis: none currentcolor;
	text-indent: 0px;
	text-justify: auto;
	text-shadow: none;
	text-transform: none;
	line-height: 1.3;

}





.conferingElements{
    display: none; 
}


#selectRoom{
    height: 100vh;
    width: 100%;
    display: grid;
    place-items: center;
    position: absolute;
    /* display: none; */
}
#roomName, #userName{
    width: 228px;
    height: 25px;
    color: #222;
    border-radius: 30px;
    border: 2px solid #f58484;
    padding: 5px;
}
#goRoom{
    width: 60px;
    height: 60px;
    color: #774c4c;
    border-radius: 30px;
    border: 2px solid #f58484;
    padding: 5px;
    background: palegoldenrod;
    font-weight: bolder;
    font-family: none;
}
#goRoom:hover{
    background-color: burlywood;
}


#estruct_sww{
    width: 100%;
    height: 100vh;
    min-height: 480px;
    position: relative;
}
#remoteVideo{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    background-image: url('/imgs/dark.jpg');
}

#lsesww{
    width: 80%;
    max-width: 375px;
    margin: 10px;
    right: 0px;
    text-align: right;
    position: absolute;
}
#localVideo{
    width: 200px;
    height: 140px;
    right: 0px;
    background-color: rgb(10, 2, 2);
}
#liveChatRotulo{
    width: 100%;
    /* background-color: #fff; */
    text-align: left;
    color: rgb(158, 0, 0);
}

#liveChatArmc{
    border: 1px solid rgb(202, 202, 202);
    border-radius: 12px;
    margin-top: 5px;
}

#infoLiveChat{
    padding: 10px;
}
#liveCht{
    width: 100%;
    max-height: 45vh;
    margin-top: 5px;
    display: inline-block;
    /* background-color: #fff; */
    overflow-y: auto;
}
.alertaLiveChat{
    color: #fdff91 !important;
    padding-top: 8px;
}
#menuSww{
    width: 100%;
    bottom: 20px;
    text-align: center;
    position: absolute;
    place-items: center;
}

#estctMenuSsw{
    width: 100%;
    max-width: 985px;
    margin: auto;
}
#menuSww li{
    display: inline-block;
    border-radius: 50%;
    border: 5px dotted white;
    border-block: none;
    margin: 0px 3% 0px;
    transition-duration: 2s;
}
#menuSww li:hover{
    border: 5px dashed rgb(255, 255, 255);
    border-block: none;
}
.menuSwwChecked{
    background: #fff;
    border: 5px dotted #d00000 !important;
    border-block: none !important;
}
.menuSwwChecked:hover{
    border: 5px dashed #d00000 !important;
    border-block: none !important;
}
#menuSww li img{
    padding: 10px;
}
#centerBtnSww{
    padding: 15px !important;
}
#liveViews{
    min-width: 60px;
    height: 28px;
    background-color: #fff;
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 2px;
    border-radius: 20px;
}
#liveViews tr td:first-child{
    width: 25px;
}
#liveViews tr td img{
    display: flex;
    vertical-align: middle;
}
#liveViews tr td{
    font-weight: bold;
    color: #444;
}



@media screen and (max-width: 460px) {
    #menuSww li {
        margin: 0px 3% 0px;
    }
    #menuSww li img {
        padding: 7px;
        width: 20px;
    }
}
@media screen and (max-width: 390px) {
    #menuSww li {
        margin: 0px 1% 0px;
    }
    #menuSww li img {
        padding: 7px;
        width: 20px;
    }
}
@media screen and (max-width: 330px) {
    #menuSww li {
        margin: 0px 0 0px;
    }
    #menuSww li img {
        padding: 7px;
        width: 20px;
    }
}


@media screen and (max-width: 273px) {
    #menuSww li {
        margin: 0px 0px 0px;
        border: none;
    }
    #menuSww li img {
        padding: 5px;
        width: 20px;
    }
    #centerBtnSww {
        padding: 5px !important;
    }
}
@media screen and (max-width: 194px) {
    #menuSww li {
        margin: 0px 0px 0px;
        border: none;
        display: block;
        text-align: left;
    }
    #menuSww li img {
        padding: 5px;
        width: 20px;
    }
    #centerBtnSww {
        padding: 5px !important;
    }
}
@media screen and (max-width: 420px) {
    #localVideo{
        width: 120px;
        height: 80px;
    }
}

/* //////////////////comentarios//////////////////////////// */

.user_coment{
    margin: 4px;
    /* background-color: #fff; */
    border-radius: 2px;
    padding: 4px 8px 4px;
}
.user_coment table{
    border-spacing: 0px;
    margin-left: -1px;
}
.user_coment>table{
    width: 100%;
}
.user_coment_id_foto_tr{
    vertical-align: top;
    width: 45px;
}

.user_coment_id_foto_40px{
    height: 40px;
    width: 40px;
    margin: 0px;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
    border: 1px solid #eee;

}

.user_img_src_40px{
    width: 40px;
}

#user_coment_id_name{
    font-family: cursive;
}
.sing_article{
    width: 100%;
    padding: 2px 4px;
}

.sing_article>article{
    width: 85%;
    display: inline-flex;
    color: #fff;
    border-radius: 4px;
    padding: 1%;
}
#shadow_textarea{
    height: 10px;
}

.tempo_tr{
    vertical-align: bottom;
    text-align: right;
}





























.div_form_mensagem{
    margin: 0 auto;
    width: 100%;
    height: 30px;
    /* border-top: 1px solid #ddd; */
    /* background-color: #fff; */
    bottom: 0px;
}

#form_mensagem {
    width: 100%;
    box-shadow: 0px 0px 10px #fff;
    background-color: #fff;
    border-radius: 25px;
}


.textarea_Sww_mensagem_td{
    vertical-align: middle;
    width: 25px;
}

.user_mensagem_id_foto{
    height: 30px;
    width: 30px;
    margin: 0px;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
    border: 1px solid #eee;

}
.user_mensagem_img_src{
    width: 30px;
}
.textarea_Sww_mensagem_td1{
    width: 100%;
}
.textarea_Sww_mensagem_td2{
    text-align: center;
    vertical-align: middle;

}
#textarea_Sww_mensagem{
    border: none;
    resize: none;
    color: #444;
    min-height: 30px;
    height: 30px;
    padding-left: 5px;
}


#textarea_Sww_mensagem:focus{
    outline: none;
}

.txta {
    width: 100%;
    max-width: 500px;
    min-height: 30px;
    max-height: 66px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    overflow: auto;
    line-height: 1.4;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    background-color: transparent;
    color: #fff;
  }
#anexos_mensagem{
    display: none;
}
#btn_enviar_mensagem{
    display: none;
}
[for="btn_enviar_mensagem"]{
    padding: 0px 4px;
}





























.titulo{
	font-size: 12.5pt;
}
.titulo2{
	font-size: 12pt;
}
.texto{
	font-size: 10.5pt;
}
.texto2{
	color: #fff;
	font-size: 9.5pt;
}
.texto3{
	font-size: 11pt;
}
.texto4{
    font-size: 10pt;
}
.link{
	color: #2a2a2a;
	font-weight: bold;
}
.color1{
	color: #283646;
}
.color2{
	color: #fff;
}
.color2_5{
	color: #404040;
}
.color3{
	color: #fff;
}
.color4{
	color: #9f9f9f;
}
.color5{
	color: #c1c1c1;
}
.color6{
	color: #ffffff;
}
.color7{
	color: #1a6600;
}
.color8{
	color: #ff28ff;
}
.italic{
	font-style: italic;
}
.bold{
	font-weight: bold;
}
.center{
	text-align: center;
}
.justify{
	text-align: justify;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.marginT11{
	margin-top: 11px;
}


















































#btnsTexte{
    width: 300px;
    position: absolute;
    display: none;
}
#btnsTexte button{
    color: #000;
}