html, body {
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 99.5%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	word-wrap: break-word;
	overflow-y: hidden;	
    background: #000000;
}


img { max-width: 100%; }

.desttablepeq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #333;
	text-align: center;
}

div#meters > div {
  margin: 0 0 1em 0;
}  
  div#meters div.label {
  display: inline-block;
  font-weight: 400;
  margin: 0 0.5em 0 0;
  width: 3.5em;
}

div#meters div.value {
	display: inline-block;
	margin-top: 15px;
}

meter {
  width: 110px;
}

meter#instant {
color: #0f9d58;
}

#audioSlider { 
  left: 0px;
  margin: 0 auto;
  height:10px;
  width: 90px;
	top: 40%;
}


#WaitButton {
    
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
   
}


#btn_start{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    border-radius: 10px;
    font-family: Arial;
    color: #ffffff;
    font-size: 30px;
    /*background: #8dc323;*/
    background: #f99835;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    width: 200px;
    cursor: pointer;
}

.btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	font-family: Arial;
	color: #ffffff;
	font-size: 13px;
	background: #3498db;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	width: 98%;
    cursor: pointer;
}

.CHbtn {
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	opacity: 1;
	background-color: #3498db;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	border-top-right-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height:24px;
	width:60px;
	text-align: center;
	cursor: pointer;
}

.CHbtnImg {
	margin-left: 7px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	cursor: pointer;
}


.CHbtn::-moz-focus-inner {
  border: 0;
}

.CHbtn:focus{ outline: 0; outline-style:none; outline-width:0; }  

.CHbtn:hover {
  background: #3cb0fd;
  text-decoration: none;
}

.chatmsg { 
  color: #ddd;
  clear: both;
  font-size: 16px;
  line-height: 1.15;
  padding: 6px;
  position: relative;
  margin: 2px 0;
  max-width: 85%;
  word-wrap: break-word;
  margin-bottom : 3px;
  margin-top : 3px;
  margin-left: 10px;
  margin-right: 10px;
}


element.style {
}

.chatmsg.Send {
	color: #ddd;
    text-align: left;
    background: #102f10;
    border-radius: 10px 0px 10px 10px;
    float: right;
}

.chatmsg.SendTransp {
  text-align: center;
  background: #f99835;
  /*background:  #e8f3de;*/
  border-radius: 10px 0px 10px 10px;
  float: right;
}



.chatmsg.Receive {
    color: #ddd;
    text-align: left;
    background: #1e1e1e;
    border-radius: 0px 10px 10px 10px;
    float: left;
}

.chatmsg.getdados {
  background: #e5ffe0;
  text-align: left;
  border-radius: 0px 5px 5px 5px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#BtLiguePA {
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	vertical-align: middle;
	cursor: pointer;
	width:25;
	height:25;
}

.ImgReceive {
  text-align: left;
  background: #fff;
  border-radius: 0px 5px 5px 5px;
  float: left;
  padding: 3px;
  position: relative;
  margin: 2px 10px;
  max-width: 95%;
  max-height: 300px;
}

.ytbReceive {
  text-align: left;
  background: #fff;
  border-radius: 0px 5px 5px 5px;
  float: left;
  position: relative;
  margin: 4px 5px;
  width:95%;
  height:0px;
  padding-bottom:56.25%;
}

.chatmsg b1{
 text-transform: uppercase;
 color: orange;
 font-size: 11px;
 font-weight: bold;
}
.chatmsg b2{
	text-transform: uppercase;
	color: green;
	font-size: 11px;
	font-weight: bold;
}
.chatmsg t{
  color: #8B8B8B;
  font-size: 10px;
  float: right;
  padding: 0 0 0 7px;
  position: relative;
  bottom: -5px;
  display: inline-block;
}

.conteudo{
	display: flex;
    justify-content: center;
	position: relative;
	height: calc(100% - 0px);
	width: 100%;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
    outline: 0;
    background: #000;
	overflow-x: hidden;
}


.chat{
 	/*position: absolute;*/
	height: calc(100% - 55px); 	/* se tiver input text conversation-compose calc(99% - 100px)*/
	/*overflow: auto;*/
    width: 100%;
    right: 1px;
    max-width: 700px;
	margin-bottom: 5px;
    margin-top: 50px;
	display: none;
    background: #343434;
    z-index: 5;
}

.chat #chatZone {
	position: relative;
	height: 100%;
	overflow: auto;
	margin-left: 10px;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0px;
	overflow-y: auto;
    }


.video-screen{
    position: absolute;
	height: 100%; 	/* se tiver input text conversation-compose calc(99% - 100px)*/ 
    width: 100%;
	display: none;
    background: #dcdee6
}


.textVideo{
 	position: absolute;
    top: 70%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-51%, -49%);
}

.midia-screen{
 	
}

.midiaZone {
position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-51%, -49%);
}

.midiaZone img{
    max-width: 99%;
    max-height: 600px;
}

#midiaZone-Speech{
  text-align: center;
  background: #fff; 
  border-radius: 0px 10px 10px 10px;
  float: left;
  color: #000;
  clear: both;
  font-size: 18px;
  line-height: 1.03;
  padding: 6px;
  margin: 2px 0;
  min-width: 300px;
  max-width: 400px;
  word-wrap: break-word;
  margin-bottom : 3px;
  margin-top : 3px;
  margin-left: 10px;
  margin-right: 10px;
}


#videoZone1{
 	left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -49%);
}

#videoZone2{
 	left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -49%);
}

.wait-chat{
 	position: relative;
	height: calc(99% - 0px);
	/*margin-bottom: 5px;*/
    background: #0000;
}


.wait-chat #WaitZone {
	position: relative;
	top: 50%;
    transform: translateY(-50%); 
	/*border: 1px solid #ddd;
	border-radius: 9px;*/
	/*background: #dcdee6;*/
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 0 7px 0 7px;
    text-align: center;
}


select, option {
	font-size: 11px;
	background-color: #EEE;
}

.conversation-compose {
    /*display: flex;*/
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    width: 98%;
  	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 2px;
    z-index: 2;
	display: none;
}


.conversation-compose .CHmsg{
    min-width: 50px;
    border: 5px solid #fff;
	border-radius: 5px;
	outline: none;
	font-size: 16px;
	width: calc(98% - 70px);
	font-family: arial;
	color: #000000;
	padding-right: 4px;
	padding-left: 5px;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 2px;
/*background: #dcdee6;*/
    overflow: hidden;
	resize:none;
}

#user-bar-start {
 height: 45px;
 display: block; 
 background: #ffff;
    
}

.user-bar {
    position: absolute;
    height: 45px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    z-index: 3;
	background: #433f3f;
}

 .user-bar-status{
	position: absolute;
    right: 10px;
	float: right;
	padding: 0 5px 0 5px;
	text-align:right;
	top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.user-bar-pa{
	position: absolute;
	height: 45px;	
	font-size: 11px;
	padding: 0 0 0 12px;
	text-align:left;
}

.user-bar-pa .user-bar-pa-text{
	position: relative;
	height: 45px;	
	font-size: 11px;
	font-weight: bolder;
	color: #ededed;;
	float: left;
	text-align:left;
}

.user-bar-pa #PAname{
	position: relative;
	min-width: 120px;
	font-size: 13px;
	float: left;
	padding: 0 0 0 4px;
	text-align:left;
	margin-top: 18px
}

.user-bar-pa #ch_typing{
	position: relative;
	min-width: 120px;
	font-size: 10px;
	float: left;
	padding: 0 0 0 7px;
	text-align:left;
	color: #FFF497;
}

.user-bar-end{
	position: relative;
    display: flex;
    flex-direction: row;
	min-width: 35px;
	height: 35px;
	float: right;
	margin-right: 40px;
	top: 50%;
    transform: translateY(-50%);
	cursor: pointer; 
}

.user-bar-end img{
	padding: 0 0 0 7px;; 
}

.user-bar-pa .PAimg{
float: left;
position: relative;
top: 50%;
transform: translateY(-50%);  
}

.CH_img_msg { 
max-width: 90%;
}


.is-typing {
         margin-top: 10px;
         width: 85px;
         justify-content: space-around;
         display: flex;
      }

.is-typing-wait{
         margin-top: 10px;
         width: 85px;
         justify-content: space-around;
         display: flex;
		 padding-left: 85px;
      }

      .jump1,
      .jump2,
      .jump3,
      .jump4,
      .jump5 {
         width: 10px;
         height: 10px;
         border-radius: 100%;
         background-color: gray;
      }

      .jump1 {
         animation: typing 1.5s linear infinite;
         animation-delay: 01.1s;
      }

      .jump2 {
         animation: typing 1.5s linear infinite;
         animation-delay: 01.2s;
      }

      .jump3 {
         animation: typing 1.5s linear infinite;
         animation-delay: 01.3s;
      }

      .jump4 {
         animation: typing 1.5s linear infinite;
         animation-delay: 01.4s;
      }

      .jump5 {
         animation: typing 1.5s linear infinite;
         animation-delay: 1.5s;
      }

@keyframes typing {
    0%, 25%, 45%, 75%, 100% {
        transform: translateY(0px);
    }

    35% {
        transform: translateY(-13px);
    }

    70% {
		background-color: white;
        transform: translateY(-0px); 
    }
}

