/*
	--- Versionamento ---
	28/06/2013 - Transferi o CSS das threads para ca	
	11/12/2019 - Andrey - Quando passava o mouse sobre o cliqueaqui ele mudava o tamanho
	18/10/2022 - Yan - Layout do terminal de mensagens da thread 
	--- Fim Versionamento ---
*/


.thread_mensagem{
	font-size: 12px;
	font-family: verdana, arial, helvetica, courier;
}

.thread_mensagem a{
	font-size: 12px;
	font-family: verdana, arial, helvetica, courier;	
}

.thread_progresso{
	font-size: 12px;
	font-family: verdana, arial, helvetica, courier;
}

.terminal_thread{
	font-family: verdana, arial, helvetica, courier;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #000;
	width: 90%;
	height: 300px;
	padding:3px;
	text-align: left;
	overflow: scroll;
	position: relative;
}

.terminal_thread_head{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding:3px;
	color: #FFF;
	border-color: #000;
	border-width: 0px 1px 0px 1px;
	border-style:solid;
	width: 90%;
	height: 15px;
	background-image: url('/Imagens/Barra_Azul.gif');
}


.UI_thread{
	font-family: "courier new", "courier", monospace;
	font-size: 12px;
	color: #000000;
	background-color: #FEFEFE;
	background-image: url('');
	border-top: 1px solid #D1D1D1;
	border-right: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	width: 90%;
	height: 300px;
	padding:3px;
	text-align: left;
	overflow: auto;
}

.UI_thread_head{
	text-align: center;
	font-family: verdana, helvetica;

	font-size: 12px;
	font-weight: bold;
	padding:3px;
	color: #FFF;
	border-color: #3E6B9C;
	border-width: 0px 1px 0px 1px;
	border-style:solid;
	width: 90%;
	height: 15px;
	background-image: url('/Imagens/Barra_Azul.gif');
}


.barra_progresso td{
	font-size: 12px;
}

.barra_progresso th{
	font-size: 12px;
	font-weight: bold;
}

.barra_progresso{
	font-family: verdana, arial, helvetica, courier;
	border: 1px solid;
	border-color: #EEE #AAA #AAA #EEE;
	background-color: #DDD;
}

.terminal-layout-mensagem{
	padding:15px;
	min-width:310px;
	width: fit-content;
	margin:10px 25px;
	background-color:#f5f5f5;
	border-radius:10px;
	white-space: normal;
}

.seta-rolar-terminal{
	position: fixed;
	padding: 2px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #0689cf;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}
