body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

body#pg-login {
	margin: 0;
	padding: 0;
	background: rgb(255,255,255);
	background: linear-gradient(162deg, rgba(255,255,255,1) 0%, rgba(89,89,89,1) 95%);
}


#container.login {
	width: 400px;
	height: 300px;
	background-color: rgba(255,255,255,0.3);
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 50px;
	text-align: center;
}

#container.index {
	height: 100%;
	width: 100%;
	position: absolute;
}

#container-logo #img-logo {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 30px;
	text-align: center;
	display: block;
}

/* *******************************
FORMATACOES DOS CAMPOS DE LOGIN*/
.ui-inputtext.campo-login,
 .ui-password.campo-login {
	height: 40px;
	width: 80%;
	font-size: 14px;
	margin-bottom: 18px;
	background-color: #fff;
	padding-left: 40px;
	border: none;
	background-repeat: no-repeat;
	background-position: 10px;
}

.ui-inputtext.campo-login {
	background-image: url("");
}

.ui-password.campo-login {
	background-image: url("");
}

.ui-button.botao-login {
	color: #fff; 
	background-color: #595959 !important;
	border: 2px solid #E6A700 !important;
	padding: 5px 20px;
	height: 45px;
	width: 90%;

	/* PREFIXOS PARA NAVEGADORES DIFERENTES */
	/* EFEITO GRADIENTE DO BOTAO DE LOGIN*/
	/*
	background: -webkit-linear-gradient(to bottom, #595959, #E6A700) !important;
	background: -moz-linear-gradient(to bottom, #595959, #E6A700) !important;
	background: -o-linear-gradient(to bottom, #595959, #E6A700) !important;
	background: linear-gradient(to bottom, #595959, #E6A700) !important;
	*/
}

.progressBar {
	margin-top: 0;
	height: 10px;
	width: 100%;
}

/*
FORMATACAO MENU ANTIGO
.ui-layout-north {
	z-index: 20 !important;
	overflow: visible !important;;
}

.ui-layout-north .ui-layout-unit-content {
	overflow: visible !important;
}

.ui-widget, .ui-widget .ui-widget {
	font-size: 95% !important;
}
*/

/* CORES PARA TABELA DE CALCULO DO ICMS
DESTACA AS LINHAS QUE ESTIVEREM ALGUM DIFERENCIAL */

.red{
   background-color:rgb(199, 34, 34);
   background-image:none;
}

.green{
   background-color:rgb(187, 224, 144);
   background-image:none;
}

.blue{
   background-color:rgb(90, 190, 255);
   background-image:none;
}

.yellow{
   background-color:rgb(218, 219, 134);
   background-image:none;
}

.bloco1 { 
    height: 20px; 
    width: 20px; 
    background-color:rgb(187, 224, 144);
} 

.bloco2 { 
    height: 20px; 
    width: 20px; 
    background-color:rgb(218, 219, 134);
} 


/* MENU ANTIGO
**********************************/
.botoesMenu {
    padding-right: 20px !important;
}

/* FORMULARIO DE DADOS DA LICENCA 
**********************************
#formDados {
	width: 800px;
	margin: 10px;
}
*/

#formDados h1 {
	border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
    margin: 10px 10px 22px 0;
    font-size: 24px;
    font-weight: normal;
}

#containerCampos {
	clear: both;
}

/* VALOR PADRAO PARA VARIOS FORMULARIOS */
.campos {
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.text-input {
	height: 20px !important;
}

/* VALORES PARA IMPORTACAO DO XML */
.campoCheck {
	margin-left: 5px;
	padding-right: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.camposDados {
	float: left;
	padding-right: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.camposDadosUnico{
	float: left;
	padding-right: 10px;
	margin-left: 5px;
	margin-top: 16px;
}

/* CAIXA DE TEXTO */
.camposDados .ui-outputlabel {
	display: block;
	padding-bottom: 4px;
}
.camposDados .ui-inputtext {
	display: block;
}

/* PROXIMA DIVISAO */
.camposDadosDivisao {
	clear: both;
}

.tamanhoNumero input {
	width: 80px !important;
}
/**************************************/

/* ALINHAMENTO BOTOES
****************************/
.botoesForm {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.botoesForm .ui-button {
	margin-bottom: 15px;
	margin-left: 5px;
}

/* TIVE QUE FAZER ASSIM PARA NAO FICAR TAO GRANDE O ESPACO DOS BOTOES
DO FORM LEITURA ACUMULADO */
.botoesForm2 .ui-button {
	margin-bottom: 15px;
	margin-left: 5px;
}

/* ALTERACAO DA IMAGEM DO USUARIO */
.blocoImgPerfil {
	float: left;
	width: 100px;
	text-align: center;
}

.blocoImgPerfil .perfilBtn {
	display: block;
	margin-left: 25px;
}

.profile-cad {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 20px 0;
}

.profile-cad img {
    display: block;
    width: 56px;
    margin-left: 5px;
}

.profile-cad > .ui-button {
    display: block;
    width: 30px !important;
    margin-left: 15px;
    margin-bottom: 10px;
    border-color: #ffffff !important;
    background: #ffffff !important;
    color: #4e5159 !important; 
    text-decoration: none;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
