/*
	--- Versionamento ---
	22/01/2019 - Thais - Primeira Versão
	10/05/2019 - Thais - .botao
	25/09/2019 - Thais - .cabecalho_texto_esquerda
	31/12/2019 - Thais - Melhoria visual input text
	28/12/2020 - Thais - .tramitacao_suplente
	--- Fim Versionamento ---
*/

.cabecalho_texto,.cabecalho_texto_esquerda{
	width: 100%;
	height: 95px;
	position:relative;
}

.cabecalho_texto > img{
	position: absolute;
    margin: auto;
    top: 5px;
    left: 0px;
    right: 0px;
	height: 90px;
}

.cabecalho_texto_esquerda > img{
	position: absolute;
    top: 5px;
    left: 10px;
    right: 0px;
	height: 90px;
}

#texto_lei,#texto_projeto{
	margin: 10px;
	margin-top: 20px;
}


.icone_arquivo{
	margin:auto;
	text-align:center;
}

.campo_speedbutton{
	width: 300px; 
	background: url(/Imagens/Busca.svg) no-repeat left center ;
	padding-left: 40px; 
	background-size: 30px;
	background-color: rgb(221,221,221)!important;
}

.imagem{
    width: 32px !important;
}

.pesquisar_speedbutton{
	height: 30px;
	cursor:pointer;
	vertical-align: middle;
	margin-left: 5px;
}

#contenedor_confirmar{
	width: 100%;
	height: 100%;
}

#confirmar {
	background-color: #E7E7E7FF;
	border: 1px solid #000;
	border-radius : 3px;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	width: 60%;
	position: absolute;
	top: 50%;
	left: 50%;
	
}

#confirmar button {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	border:none;
}

#confirmar .texto_confirmar {
	text-align: left;
	margin-bottom: 15px;
	font-size:14px;
}

.botao{
	cursor: pointer;
}

input[type=text],input[type=password]{
    border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #555753FF;
    margin: 1px;
}

input[type=password]:focus{
	margin : 0px;
    border:2px solid #527FB1FF;
}

input[type=text]:focus{
	margin : 0px;
    border:2px solid #527FB1FF;
}

.tramitacao_suplente{
	font-style: italic;
	color: #6B6767;
}