@media screen {

/*----------------------------------
	Geral
----------------------------------*/
#busca {
	margin-bottom: 0;
}

#form-busca {
	padding: 2px 0 0 2px;
	margin-bottom: 25px;
}

#form-busca, .cpf-aluno  {
	background: #fff url(../img/fundo_busca.png) no-repeat -6px 0;
	height: 33px;
	overflow: hidden;
	position: relative;
}

#form-busca span, .cpf-aluno span {
	background: #fff url(../img/fundo_busca.png) no-repeat 0 0;
	display: block;
	height: 35px;
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
}
	
#form-busca .container-drop{
	background: url(../img/fundo_container_drop.png) no-repeat -6px 0;
	margin-left: 2px;
}
#form-busca .container-drop span{
	background: url(../img/fundo_container_drop.png) no-repeat 0 0;
	z-index: 10;
}

#form-busca .container-drop select {
	width: 113px;
}


#form-login {
	background: url('../img/fancybox/bordas_box_login.png') no-repeat 0 100%;
	color: #fff;
	height: 202px;
	margin:0;
	padding: 17px 13px 13px 14px;
}
.cpf-aluno {
	clear: both;
	height: 35px !important;
}
.cpf-aluno input {
	width: 250px;
}

.tip {
	color: #333;
	display: block;
	font-size: 10px;
	font-style: italic;
}

#form-login label {
	display: block;
	margin-bottom: 5px;
}

#form-resultadobusca{
	background: url(../img/fundo-resultadobusca.png) no-repeat top left;
	clear: both;
}
#form-resultadobusca span{
	color: #fff;
	font-weight: bold;
	padding:8px 15px;
	display: block;
}
#form-resultadobusca fieldset{
	padding-top: 15px;
}
#form-resultadobusca .container-drop{
	background: url(../img/fundo-dropdown.png) no-repeat top left;
	width: 117px;
	height: 31px;
}

#form-submeter-trabalhos{
	width: 485px;
}
#form-submeter-trabalhos label{
	font-weight: bold;
	font-size: 13px;
	float: left;
	clear: left;
	margin-right: 5px;
}
input.text, textarea.txtarea{
	border: 1px solid #e6e6e6;
	clear: both;
	padding: 8px;
	margin: 5px 0 18px 0;
	width: 413px;
}
input.radio, input.checkbox{
	margin-right: 5px;
}
input.menor{
	width: 124px;
}

#form-submeter-trabalhos input.text{
	height: 15px;	
	float: left;
}

#form-submeter-trabalhos  input.file{
	float: left;
}

div.fileinputs {
	position: relative;
	float: left;
	margin: 0 15px 22px;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

div.fakefile input.text{
	width: 325px;
	margin-right: 5px;
}

div.fakefile img{
	margin-top: 10px;
}

input.file{
	z-index: 2;
	width: 413px;
}


textarea.txtarea{
	overflow: auto;
	float: left;
}
.wrap-drop{
	background: url(../img/bg-select.png) no-repeat top left;
	width: 195px;
	height: 20px;
	padding: 3px;
	margin: 5px 0 18px 0;
	clear:  left;
	float: left;
	display: block;
}
.wrap-superdrop{
	background: url(../img/bg-superdrop.png) no-repeat top left;
	width: 513px;
	height: 30px;
	padding: 3px;
	margin: 5px 0 18px 0;
	clear:  both;
	float: none;
	display: block;
}
.wrap-superdrop select{
	width: 506px;
	color: #fff;
	font-weight: bold;
}
.wrap-dropmini{
	background: url(../img/bg-select-mini.png) no-repeat top left;
	width: 69px;
	height: 26px;
	padding: 3px;
	margin: 5px 0 18px 0;
	clear:  left;
	float: left;
	display: block;
}
.wrap-dropmini select{
	width: 60px;
	color: #fff;
	font-weight: bold;
}
.wrap-calendar{
	float: left;
	width: 200px;
	margin-right: 30px;
	margin-left: 15px;
	margin-bottom: 20px;
	position: relative;
}
.wrap-calendar label, .wrap-calendar input.menor{
	float: none;
	clear: none;
	display: inline;
	margin: 0;
	vertical-align: middle;
}
.wrap-calendar  a.ico-calendar{
	background: url(../img/ico-calendar.png) no-repeat center left;
	width: 26px;
	height: 35px;
	text-indent: -99999px;
	display: block;
	float: right;
	position: absolute;
	right: 0;
	top:-1px;
}




#form-submeter-trabalhos select{
	width: 190px;
	color: #fff;
	font-weight: bold;
}

#form-submeter-trabalhos .wrap-table{
	margin-bottom: 22px;
}

.exemplo{
	font-size: 9px;
	float: right;
	margin-right: 25px;
}

#form-emitirparecer{
	margin-top: 23px;
}
#form-emitirparecer p{
	margin-top: 30px;
}

#form-emitirparecer .txtarea{
	height: 200px;
}

form label{
	clear: both;
	display: block;
	font-weight: bold;
}
div.cursos-por-pagina label{
	clear: none;
	display: inline;
}

#form-todos-pareceres select{
	width: 220px;
	color: #fff;
	font-weight: bold;
}

#form-todos-pareceres .wrap-drop{
	background: url(../img/fundo-select-filtro.png) no-repeat top left;
	width: 227px;
	height: 26px;
	padding: 3px;
	margin: 5px 0 18px 0;
	clear:  left;
	float: left;
}

select.multiple{
	width: 240px;
	height: 177px;
	/*float: left;*/
	/*margin-left: 15px;*/
}

#dados-complementares {
	margin-bottom: 15px;
}


/*----------------------------------
	Ttulos
----------------------------------*/
#form-login h3 {
	border-right: 1px solid #80bdd9;
	color: #333;
	float: left;
	font-size: 14px;
	margin: 0 5px 0 0;
	padding-right: 5px;
	text-transform: uppercase;
}


/*----------------------------------
	Select
----------------------------------*/
.container-drop {
	background: url(../img/fundo_container_drop_azul.png) no-repeat -6px 0;
	padding: 4px 5px 0 4px;
	height: 31px;
	position: relative;
}
	.container-drop span {
		background: url(../img/fundo_container_drop_azul.png) no-repeat 0 0;
		display: block;
		height: 31px;
		position: absolute;
		right: -1px;
		top: 0;
		width: 5px;
	}

/*----------------------------------
	Botes
----------------------------------*/
.btn-buscar {
	background: url(../img/btn_buscar.png) no-repeat 0 0;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 11px;
	height: 31px;
	line-height: 31px;
	margin-left: 2px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	width: 53px;
	z-index: 20;
}
.btn-nova-busca{
	background: url(../img/bt-nova-busca.png) no-repeat 0 0;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	height: 32px;
	line-height: 31px;
	margin-left: 2px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	width: 107px;
	z-index: 20;
	display:block;
}
.btn-voltar-editar{
	display: inline-block;
	text-indent: -99999px;
	background: url(../img/bt-voltar-editar.png) no-repeat top left;
	height: 25px;
	width: 119px;
}

.btnExcluir {
	background: url(../img/ico_apagar.png) no-repeat top left;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 16px;
	width: 16px;
}

.btnConfirmar{
	display: inline-block;
	text-indent: -99999px;
	background: url(../img/bt-confirmar.png) no-repeat top left;
	height: 25px;
	width: 73px;
}
#btn-avancar{
	display: block;
	text-indent: -99999px;
	background: url(../img/bt-avancar.png) no-repeat top left;
	height: 25px;
	width: 74px;
}

.btn-cancelar{
	background: url(../img/bt-cancelar.png) no-repeat top left;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 25px;
	/*font-size: 1px;
	line-height: 1px;
	text-indent: -99999px;*/
	width: 78px;
}

#btn-voltar, .btnVoltar{
	background: url(../img/bt-voltar.png) no-repeat top left;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 24px;
	/*font-size: 1px;
	line-height: 1px;
	text-indent: -99999px;*/
	width: 74px;
}
.btn-salvar{
	color: #fff;
	display: block;
	/*text-indent: -99999px;*/
	background: url(../img/bt-salvar.png) no-repeat top left;
	height: 24px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 73px;
}

.btn-generico-preto{
	border: 0 none;
	color: #fff;
	cursor: pointer;
	display:block;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	/*margin-left: 2px;*/
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	width: 107px;
	z-index: 20;
	position:relative;
	/*text-indent: -99999px;*/
	
	background: url(../img/fundo_botao_preto.png) no-repeat top left;
}

.btnSubmeterResumoTrabalho {
	background: url(../img/bt_submeterResumoTrabalho.png) no-repeat top left;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 25px;
	width: 170px;
	float:left;
}

.btn-cancelar, .btn-imprimir, .btnConfirmarDados, .btnAtualizarDados, .btnAvancar, .btnVoltar, .btnFinalizar, .btnSubmeterResumoTrabalho {
	color: #fff;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#form-login .btn-cancelar {
	background: none !important;
	color: #fff;
	display: inline !important;
	float: left;
	line-height: 25px;
	text-transform: none !important;
	margin: 0 10px 0 210px;
	width: auto !important;
}

.btn-imprimir{
	display: block;
	/*text-indent: -99999px;*/
	background: url(../img/bt-imprimir.png) no-repeat top left;
	height: 25px;
	width: 78px;
}
#btn-continuar2{
	display: block;
	text-indent: -99999px;
	background: url(../img/bt-continuar2.png) no-repeat top left;
	height: 25px;
	width: 78px;
}
#btn-seta-enviar{
	display: block;
	text-indent: -99999px;
	background: url(../img/bt-multiple.png) no-repeat 0 0;
	height: 26px;
	width: 30px;
}
#btn-seta-enviar-todos{
	display: block;
	text-indent: -99999px;
	background: url(../img/bt-multiple.png) no-repeat 0 34%;
	height: 26px;
	width: 30px;
	
}
#btn-seta-retirar-todos{
	display: block;
	text-indent: -99999px;
	background: url(../img/bt-multiple.png) no-repeat 0 67%;
	height: 26px;
	width: 30px;

}
#btn-seta-retirar{
	display: block;
	text-indent: -99999px;
	background: url(../img/bt-multiple.png) no-repeat 0 99%;
	height: 26px;
	width: 30px;

}
#btn-pesquisar{
	display: block;
	text-indent: -99999px;
	background: url(../img/bt-pesquisar.png) no-repeat;
	height: 25px;
	width: 71px;
}
#btn-enviaremail{
	display: block;
	text-indent: -99999px;
	background: url(../img/bt-enviaremail.png) no-repeat;
	height: 25px;
	width: 270px;
	float: right;
	margin: 0 -15px 10px 15px;
	padding: 0px;
}

.btnAvancar {
	background: url(../img/bt-avancar.png) no-repeat top left;
	border: 0 none;
	cursor: pointer;
	display: block;
	float: right;
	height: 25px;
	/*
	font-size: 1px;
	line-height: 1px;
	text-indent: -99999px;*/
	width: 74px;
}

.btnFinalizar {
	background: url(../img/bt-voltar-editar.png) no-repeat top left;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 25px;
	/*font-size: 1px;
	line-height: 1px;
	text-indent: -99999px;*/
	width: 119px;
}

.btnContinuar {
	background: url(../img/bt-continuar2.png) no-repeat top left;
	border: 0 none;
	cursor: pointer;
	display: block;
	float: right;
	height: 25px;
	/*text-indent: -99999px;*/
	width: 78px;
}
.btnConfirmarDados, .btnAtualizarDados {
	border: 0 none;
	display: block;
	cursor: pointer;
	height: 26px;
	/*font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;*/
	width: 118px;
}
.btnConfirmarDados {
	background: url(../img/bt_confirmar_dados.png) no-repeat 0 0;
}
.btnAtualizarDados {
	background: url(../img/bt_atualizar_dados.png) no-repeat 0 0;
}

.btnConfirmarDados, .btnAtualizarDados, .btnContinuar, .btnAvancar {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#dados-cadastrais .btnConfirmarDados, #dados-cadastrais .btnAtualizarDados {
	display: inline;
	float: left;
	margin-right: 10px;
}


.container-botoes {
	float: right;
	height: 26px;
	margin-bottom: 25px;
}
	.container-botoes input, .container-botoes a {
		display: inline !important;
		margin-right: 10px;
		float: left;
	}
	.container-botoes input, .btnContinuar {
		/*text-indent: -9999px;
		font-size: 1px;
		line-height: 1px;*/
	}

/*----------------------------------
	Listas
----------------------------------*/
form ul li{
	list-style: none outside;
}
#form-busca ul, #form-resultadobusca ul {
	margin: 0;
	padding: 0;
}
#form-resultadobusca fieldset {
	height: 45px;
	padding: 15px 0 0 20px;
}
#form-resultadobusca ul {
	float: left;
	width: 634px;
}
#form-resultadobusca .btn-nova-busca {
	float: left;
}
#form-busca ul li, #form-resultadobusca ul li{
display: inline;
float: left;
list-style: none;
}
#form-busca ul li input, #form-resultadobusca ul li input, .cpf-aluno input {
	background: none;
	border: 0 none;
	color: #828080;
	font-size: 16px;
	padding: 5px;
}
#form-busca ul li input {
	width: 345px;
}

#form-resultadobusca ul li input {
	width: 498px;
}

#form-resultadobusca .container-drop select {
	width: 100%;
}

ul.lista-radios{
	margin: -10px 15px 15px;
}
ul.lista-horizontal{
	padding: 0;
}
ul.lista-horizontal li{
	display: inline
}
#form-emitirparecer .lista-horizontal{
	margin-left: 15px;
	margin-top: -10px;
}
#form-emitirparecer .txtarea{
	margin:0;
	float: none;
}
#form-emitirparecer .superdestaque{
	color:#458bb4;
}
#botoes-multiple{float: left; margin: 40px 7px;}
#botoes-multiple li{
	margin-bottom: 2px;
}

#relacao-parecistas ul.lista-radios{
	margin-bottom: 30px;
	font-weight: bold;
}
#relacao-parecistas ul.lista-colunas{
	margin-top: -10px;
		font-weight: bold;
}
#relacao-parecistas p.left, #conteudo div.wrap-multiple p.left{
	margin-right: 0;
}
#relacao-parecistas p.right, #conteudo div.wrap-multiple p.right{
	margin-left: 0;
	margin-right: 0;
}
#conteudo p.right{
	margin-right: 0;
}

div.group-radio{
	margin: 0 15px 30px;
}

div.group-radio label{
	text-align: right;
	float: left;
	width: 105px;
	margin: 0 10px 0 0;
}
div.group-radio .lista-horizontal{
	float: left;
	margin: 0;
	font-weight: bold;
}
div.group-radio .lista-horizontal li{
	margin-right: 16px;
}

.formularios {
	margin: 0;
	padding: 0;
}
.formularios li {
    list-style: none;
    margin: 0 0 10px 0;
}
	.formularios li ul {
		margin: 0;
		left: -10px !important;
	}
		.formularios li ul li {
			margin-left: 10px !important;
		}
.formularios li label {
	display: inline-block;
	margin-bottom: 5px;
}
.formularios li label.obrigatorio
{
	color:Red;
}
.formularios li input, .formularios li textarea {
	background: #fff;
	border: 0 none;
	color: #666565;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 5px 0;
	text-indent: 5px;
	width: 100%;
}
.formularios li label input {
	background: none !important;
	display: inline;
	float: left;
	margin-right: 5px;
	width: auto !important;
}
span.checkbox label {
	clear: none !important;
	display: inline;
	float: left;
	line-height: 17px;
}
span.checkbox input {
	display: inline;
	float: left;
	height: 15px;
	margin-right: 5px;
	width: 15px;
}
.form-login {
	margin-bottom: 25px;
}
	.form-login li label {
		margin: 0;
	}
	.form-login li input {
		margin: 3px 0;
	}
#alterar-senha h4
{
	margin-left:10px;
}
#alterar-senha ul {
	margin:20px 0 0 0 !important;
	padding:0 !important;
}

	#alterar-senha ul li {
		display: inline !important;
		float: left;
		margin: 0 0 15px 7px;
	}
	
	#alterar-senha ul li label { margin:0; }
	
#alterar-senha ul .registro 
{
	width:100%;
}
#alterar-senha ul .campo {
	width: 120px;
}


.box-cadastro-instrucoes,
.box-cadastro-registro
{
	float:left;
	width:100%;
	clear:both;
	margin-bottom:20px;
	padding:5px 0 5px 7px;
}
.box-cadastro-registro span { font-size:14px; color:#458bb4; float:left; margin-left:3px; }


.box-cadastro-registro
{
	font-weight:bold;
	background:#d3d3d3;
	border:1px solid #ccc;
	
}
.box-cadastro-title
{
	/*float:left;*/
	width:100px;
	text-align:center;
	height:25px;
	padding:10px 10px 0 10px;
	font-size:14px;
	font-weight:bold;
	clear:both;
	background:#ccc url(../img/fundo-titulo-formulario.png) repeat-x;
	border:1px solid #ccc;
	border-bottom:none;
	color:#666;
	margin:0;
}
.box-cadastro-field
{
	background:#d3d3d3;
	border:1px solid #ccc;
	padding:10px;
	padding-left:0;
	/*float:left;
	width:100%;*/
	margin-bottom:20px;
}

#cadastro ul, #pgto-compartilhado ul {
	margin: 0 !important;
	padding:0 !important;
}

	#cadastro ul li, #pgto-compartilhado ul li {
		display: inline !important;
		float: left;
		margin: 0 0 15px 10px;
	}

#cadastro ul .estado-civil select, #cadastro ul .estado select, #cadastro ul .escolaridade select {
	width: 100%;
}
#cadastro ul .registro {
	width: 55px;
}
#cadastro ul .filiacao {
	width:250px;
}
#cadastro ul .nome, #cadastro ul .sobrenome {
    width: 250px;
}
#cadastro ul .sexo {
	width: 170px;
}
	#cadastro ul .sexo table, #cadastro ul .pertence-instituicao table {
		background: none;
		border: 0 none;
	}
		#cadastro ul .sexo table td, #cadastro ul .pertence-instituicao table td {
			border: 0 none;
			margin: 0;
			padding: 0;
		}
#cadastro ul .nascimento {
	width: 125px;
}
	#cadastro ul .nascimento input {
		width: 100% !important;
	}
#cadastro ul .rua-avenida {
	width: 325px;
}
#cadastro ul .numero {
	width: 65px;
}
#cadastro ul .complemento {
	width: 95px;
}
#cadastro ul .bairro {
	width: 145px;
}
#cadastro ul .cidade {
	width: 170px;
}
	#cadastro ul .cidade select {
		width: 100% !important;
	}
#cadastro ul .estado {
	width: 70px !important;
}
#cadastro ul .cep {
	width: 100px;
}
#cadastro ul .nacionalidade {
	width: 195px !important;
}
	#cadastro ul .nacionalidade select {
		width: 100% !important;
	}
#cadastro ul .residencia {
	width: 230px;
}
#cadastro ul .email {
	width: 250px;
}
#cadastro ul .estado-civil {
	width: 120px;
}
#cadastro ul .pertence-instituicao {
	width: 130px;
}
#cadastro ul .vinculo {
	width: 160px;
}
#cadastro ul .tel-residencial, #cadastro ul .tel-comercial, #cadastro ul .tel-celular {
	width: 165px;
}
#cadastro ul .documento-identidade {
	width: 170px;
}
#cadastro ul .orgao-expedidor {
	width: 120px;
}
#cadastro ul .cpf {
    width: 200px;
}
#cadastro ul .passaporte {
	width: 200px;
}
#cadastro ul .escolaridade {
	width: 150px;
}
/*#cadastro ul .filiacao {
	width: px;
}*/
.enderecointernacional {
	display: block !important;
	float: none !important;
	width: 100% !important;
}
	.enderecointernacional ul {
		position:relative !important;
		margin-left: -10px !important;
	}
	#cadastro ul .filiacao input {
		width: 250px;
	}


#dados-cadastrais .dados-cadastrais 
{
	float: left;
	width: 260px;
}
.dados-cadastrais {
	margin: 0 0 15px;
	padding: 0;
}
.dados-cadastrais input {
	background: #fff;
	border: 0 none;
	color: #666565;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-indent: 5px;
	width: 120px;
	margin-top:-3px;
}

.login-aluno{ height:30px; display:block; width:100;}

	.dados-cadastrais dt {
		margin-bottom: 5px;
		font-weight: bold;
		
	}
	.dados-cadastrais dd 
	{
		margin-bottom:5px;
	}
	.dados-cadastrais li {
		list-style: none;
		margin-bottom: 5px;
		margin-left:10px;
	}
	.dados-cadastrais li span {
		font-weight: bold;
	}
	
/*

#dados-cadastrais .dados-cadastrais {
	float: left;
	width: 260px;
}

.dados-cadastrais {
	margin: 0 0 15px;
	padding: 0;
}
	.dados-cadastrais li {
		list-style: none;
		margin-bottom: 5px;
	}
	.dados-cadastrais li span {
		font-weight: bold;
	}
*/	
	

.check-items {
	margin: 0;
	padding: 0;
}
ul.check-items {
	margin: 0 0 0 -10px;
}
	.check-items li {
		display: inline;
		float: left;
		list-style: none;
		margin-left: 10px;
	}
		.check-items label {
			clear: none;
			display: inline;
			float: left;
			padding-left: 5px !important;
			width: auto !important;
		}
			.check-items input {
				background: none !important;
				float: left;
				height: 15px;
				width: auto !important;
			}


#forma-pagamento .check-items li {
	clear: both;
	display: block;
	float: none;
	/*padding-top: 70px;*/
}

.pgto-parcelado label {
	display: inline;
	float: left;
	margin-right: 10px;
	width: 150px;
}

.pgto-parcelado div {
	clear: both;
	width: 300px;
}

	.pgto-parcelado table th, .pgto-parcelado table td {
		text-align: center;
		vertical-align: middle;
	}

.dados-formularios {
	margin-bottom: 50px;
}
	
	.dados-formularios h4, .dados-formularios p {
		margin: 0 0 15px !important;
	}

#pgto-compartilhado ul .cnpj {
	width: 260px;
}
#pgto-compartilhado ul .razao-social {
	width: 270px;
}
#pgto-compartilhado ul .pessoa-contato {
	width: 260px;
}
#pgto-compartilhado ul .telefone {
	width: 130px;
}
#pgto-compartilhado ul .fax {
	width: 130px;
}
#pgto-compartilhado ul .email {
	width: 260px;
}
#pgto-compartilhado ul .percentual-pj {
	width: 270px;
}
#pgto-compartilhado ul .nota-empenho {
	width: 260px;
}
	#pgto-compartilhado ul .nota-empenho .alternativas {
		clear: none !important;
		display: inline !important;
		float: left;
		margin-right: 10px;
	}
#pgto-compartilhado ul .cnpj-responsavel-financeiro {
	width: 270px;
}


/*----------------------------------
	Tabelas
----------------------------------*/
.tb-boletos {
	margin-bottom: 10px;
	width: 300px;
}
	.tb-boletos th, .tb-boletos td {
		vertical-align: middle;
		text-align: center;
	}

#responsavel-pagamento .formularios li {
	display: inline;
}
.tb-login {
	background: none;
	margin-bottom: 20px;
}
	.tb-login th, .tb-login td {
		background: none;
		border: 0 none;
		padding: 0;
		margin: 0 !important;
	}
		.tb-login td p {
			margin: 0 0 15px !important;
			padding: 0;
		}
		.tb-login td table {
			background: none !important;
			border: 0 none;
		}

.tb-login dl {
	margin: 0 !important;
}

.tb-midia tr td input, .radio-list tr td input {
	display: inline;
	float: left;
	line-height: 20px;
	margin-right: 5px;
	height: 20px;
	width: 15px;
}
.tb-midia tr td label,.radio-list tr td label {
	clear: none;
	float: left;
	line-height: 20px;
	width: auto !important;
}

.check-items tr td input {
	background: none;
	float: left;
	height: 15px;
	width: 15px;
}
.check-items tr td label {
	clear: none;
	display: inline;
	float: left;
	line-height: 15px;
	margin-left: 5px;
}

.meio-pgto tr td {
	vertical-align: bottom;
}

.tb-geral th {
		background: #44a2c4 !important;
		color: #fff !important;
	}
.tb-geral td {
	background: #ffffff !important;
}

.tb-geral th, .tb-geral td {
	border: 1px solid #E6E6E6;
	border-collapse: collapse;
	padding: 5px 9px !important;
}

.ajax__calendar_container table td {
	padding: 0 !important;
	text-align: center !important;
}

.ajax__calendar_day {
	text-align: center !important;
	width: 16px !important;
}
	.formularios li.block {
		width: 100% !important;
	}
	
	
	img.ui-combobox-arrow {
	position: relative;
	vertical-align: text-bottom;
	top: 2px;
}




} /* close media tag */