.divChatStyle
{
    z-index:99999; 
    background-color:rgba(0,89,179,0.9); 
    color:#A7A7A7; 
    position:fixed; 
    right:15px; 
    bottom:0px; 
    height:280px; 
    width:350px; 
    padding:10px 10px 10px 10px !important; 
    border-radius: 10px;
}

.divChatStyleComBordaPagina
{
    z-index:99999; 
    background-color:rgba(0,89,179,0.9); 
    color:#A7A7A7; 
    position:fixed; 
    right:0px; 
    bottom:0px; 
    height:280px; 
    width:350px; 
    padding:10px 10px 10px 10px !important; 
    border-radius: 10px;
}

.divBotaoChatStyle
{
    z-index:99998; 
    position:fixed; 
    right:10px; 
    bottom:10px; 
    height:30px; 
    width:290px; 
    vertical-align:middle;
}

.divBotaoChatStyleComBordaPagina
{
    z-index:99998; 
    position:fixed; 
    right:-5px; 
    bottom:15px; 
    height:30px; 
    width:290px; 
    vertical-align:middle;
}

.divChatStyleFerramentasDeProjeto
{
    z-index:99999; 
    background-color:rgba(0,89,179,0.9); 
    color:#A7A7A7; 
    position:fixed; 
    right:15px; 
    bottom:0px; 
    height:400px; 
    width:350px; 
    padding:10px 10px 10px 10px !important; 
    border-radius: 10px;
}

.divChatStyleComBordaPaginaFerramentasDeProjeto
{
    z-index:99999; 
    background-color:rgba(0,89,179,0.9); 
    color:#A7A7A7; 
    position:fixed; 
    right:0px; 
    bottom:0px; 
    height:400px; 
    width:350px; 
    padding:10px 10px 10px 10px !important; 
    border-radius: 10px;
}

.divBotaoChatStyleFerramentasDeProjeto
{
    z-index:99998; 
    position:fixed; 
    right:10px; 
    bottom:10px; 
    height:30px; 
    width:320px; 
    vertical-align:middle;
}

.divBotaoChatStyleComBordaPaginaFerramentasDeProjeto
{
    z-index:99998; 
    position:fixed; 
    right:-5px; 
    bottom:15px; 
    height:30px; 
    width:320px; 
    vertical-align:middle;
}

A.LinkFechar
{
    font-family: verdana;
    font-size:12px;
    color: #FFFFFF;
    text-decoration:none;  
    font-weight:bold;  
    cursor:pointer;
}

A.LinkFechar:VISITED
{
    font-family: verdana;
    font-size:12px;
    color: #FFFFFF;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer; 
}

A.LinkFechar:HOVER
{
    font-family: verdana;
    font-size:12px;
    color: #FFFFFF;    
    text-decoration:none;
    font-weight:bold; 
    cursor:pointer;
}

A.LinkMsgFinal
{
    font-family: verdana;
    font-size:16px;
    color: #64FFFF;
    text-decoration:underline;  
    font-weight:bold;  
    cursor:pointer;
}

A.LinkMsgFinal:VISITED
{
    font-family: verdana;
    font-size:16px;
    color: #64FFFF;
    text-decoration:underline;
    font-weight:bold;
    cursor:pointer;
}

A.LinkMsgFinal:HOVER
{
    font-family: verdana;
    font-size:16px;
    color: #64FFFF;    
    text-decoration:underline;
    font-weight:bold; 
    cursor:pointer;
}
        
.labelTitulo
{
    font-family: verdana;
    font-size:17px;
    color: #00FF40;    
    text-decoration:none;
    font-weight:normal;
}
        
.buttonSimNao 
{
    background: none;
    width: 120px;
    padding: 10px;
    border: 1px solid #fff;
    background: none;
    margin-bottom: 5px;
    color: #fff;
    font-size:16px;
    transition: all 0.5s;
    font-family: verdana;
}

.buttonSimNao:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    font-family: verdana;
}
        
.labelBoasVinda
{
    font-family: verdana;
    font-size:24px;
    color: #FFFFFF;    
    text-decoration:none;
    font-weight: normal;
    margin-left: 10px;
}
        
.labelPergunta
{
    font-family: verdana;
    font-size:17px;
    color: #FFFFFF;    
    text-decoration:none;
    font-weight:normal;    
}

.labelTituloFerramentasDeProjeto
{
    font-family: verdana;
    font-size:20px;
    color: #FFFFFF;    
    text-decoration:none;
    font-weight:normal;  
    text-transform:uppercase;  
}

.labelObservacao
{
    font-family: verdana;
    font-size:16px;
    color: #FFA953;    
    text-decoration:none;
    font-weight:normal;    
}
        
.infoChat {
    width: 100%;
    font-family: verdana;
}
        
.infoChat input[type=text] {
    width: 100%;
    padding: 10px;
    border: 1px solid #fff;
    background: none;
    margin-bottom: 10px;
    color: #fff;
    font-family: verdana;
}
        
.infoChat input[type=button] {
    width: 40%;
    padding: 10px;
    border: 1px solid #fff;
    background: none;
    margin-bottom: 5px;
    color: #fff;
    font-size:16px;
    transition: all 0.5s;
    font-family: verdana;
}
        
.infoChat input[type=button]:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    font-family: verdana;
}
        
.infoChat select {
    width: 100%;
    padding: 10px;
    border: 1px solid #fff;
    background: none;
    margin-bottom: 10px;
    font-size:16px;
    color: #fff;
    font-family: verdana;
}
        
.infoChat option {
    width: 100%;
    background-color:rgba(0,0,0,0.8);
    color: #fff;
    padding: 5px;
    font-size: 16px;
    font-weight: 300;
    font-family: verdana;
}
        
.LinkChatNew 
{
    font-family: verdana;
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    background-color:rgba(0,89,179,0.7);
    font-weight: bold;
    font-size: 16px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    border-radius: 10px;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}
        
.LinkChatNew:hover 
{
    font-family: verdana;
    cursor: pointer;
    position: absolute;
    top: 50%; 
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    background-color:rgba(0,89,179,0.7);
    font-weight: bold;
    font-size: 16px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    border-radius: 10px;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}
        
.LinkChatNew:VISITED 
{
    font-family: verdana;
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    background-color:rgba(0,89,179,0.7);
    font-weight: bold;
    font-size: 16px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    border-radius: 10px;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}

.infoChatRegiao input[type=button] {
    width: 95%;
    padding: 15px;
    border: 1px solid #fff;
    background: none;
    margin-bottom: 14px;
    color: #fff;
    font-size: 16px;
    transition: all 0.5s;
    text-align:left;
    font-family: verdana;
}

.infoChatRegiao input[type=button]:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    font-family: verdana;
    font-size: 16px;
}

.infoChatOpcoes input[type=button] {
    width: 98%;
    padding: 15px;
    border: 1px solid #fff;
    background: none;
    margin-bottom: 14px;
    color: #fff;
    font-size: 12px;
    transition: all 0.5s;
    text-align:left;
    font-family: verdana;
}

.infoChatOpcoes input[type=button]:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    font-family: verdana;
    font-size: 12px;
}

.infoChatRegiao input[type=text] {
    width: 95%;
    padding: 5px;
    border: 1px solid #fff;
    background: none;
    margin-top: 5px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 14px;
    font-family: verdana;
}
.font-falearq {
	font-family: verdana;
	color: white;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
.font-online {
  text-align:center;
  font-weight:normal;
  font-size:15px;
  color:#00FF00;
}
@media only screen and (max-width:767px) {
	
  .LinkChatNew {
    width: 127px;
    padding: 16px 16px 16px 5px;
    right: 5px;
    white-space: normal;
  }
  .LinkChatNew:VISITED {
    white-space: normal;
  }
  .font-falearq {
    font-family: verdana;
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
  }
  .font-online {
    font-size: 10px;
  }
	
}