﻿/* logo da home */
.fdt-login-header img {
	width:100px !important;
}

/* logo do cliente interno */
.fdt_ml-logo {
	/*padding:14px 15px !important;*/
}
.fdt_ml-logo img {
	/*width: 140px !important;*/
}

/* logo da FT interno */
.fdt_ml-logoFT {
	padding:15px 30px 15px 30px !important;
}

/* logo da FT da home */
.fdt-login-footer img {
	/*padding:10px 0;
	width:100px !important;*/
}

/* fonte do menu */
	.fdt_ml .fdt_ml-menu {
		padding: 0 10px !important;
	}
	.fdt_ml .fdt_ml-menu li a i {
		color: #cecece !important;
	}
	.fdt_ml .fdt_ml-menu li a {
		color: #5e5e5e !important;
		padding: 8px 0 !important;
	}
/* mouse over dos itens do menu */
	.fdt_ml .fdt_ml-menu li a:hover {
		color: #5e5e5e !important;
		font-weight: bold !important;
		background: none !important;
		border-bottom: 1px solid #d1d1d1 !important;
	}
	.fdt_ml .fdt_ml-menu li a:hover i {
		color: #5e5e5e !important;
	}
	.fdt_ml .fdt_ml-menu li a {
		color: #5e5e5e !important;
		background: none !important;
		border-bottom: 1px solid #d1d1d1 !important;
	}
/* fundo do módulo aberto no menu */
	.fdt_ml .fdt_ml-menu li.aberto a {
		color: #eb491b !important;
		font-weight: bold !important;
		background: none !important;
		border-bottom: 1px solid #a8a8a8 !important;
		padding: 5px 0 !important;
	}
	.fdt_ml .fdt_ml-menu li.aberto a i {
		color: #eb491b !important;
	}
	@media (max-width: 960px) {
		.fdt_ml .fdt_ml-menu li a .fdt_ml-menu-titulo {
			background: none !important;
			border-bottom: 1px solid #e2e2e2 !important;
		}
	}
/* fundo do menu aberto */
	.fdt_ml .fdt_ml-menu .aberto ul a {
		background: rgb(224, 224, 224) !important;
		color: #383838 !important;
		font-weight: normal !important;
		border-bottom: none !important;
	}
/* ícones do menu aberto */
	.fdt_ml .fdt_ml-menu li .fdt_ml-menu-dropdown a i {
		color: #6e6e6e !important;
	}
/* títulos principais dos módulos */
	h2 {
		color: #444 !important;
		font-size: 14px !important;
		font-weight: bold !important;
	}
	.fdt-pg-cabecalho h2 {
		color: #444 !important;
		font-size: 12px !important;
		font-weight: normal !important;
	}
/* títulos das páginas (antes do filtro) */
	.fdt-pg-header h4 {
		font-size: 16px !important;
		font-weight: bold !important;
	}
	h4 {
		color: #eb491b !important;
		font-size: 14px !important;
	}
	h4 small {
		color: #777 !important;
		font-weight: normal !important;
	}
/* títulos internos dentro dos formulários e fichas */
	.fdt-conteudo-titulo h4 {
		color: #eb491b !important;
	}
/* raramente mudamos */
.fdt-acoes-hide {
    padding: 9px 10px 9px !important;
    left: 35px !important;
	background-color: #666 !important;
}
.fdt-acoes {
    padding:12px !important;
}

.fdt_ml .fdt_ml-menu.aberto a:hover {
	background: #666 !important;
}

.fdt-acao {
	background-color: #666 !important;
}

.fdt-acoes-mostra:hover {
	background-color: #666 !important;
}

.fdt-acoes i {
	background-color: #666 !important;
}
.fdt_ml .fdt_ml-menu li .fdt_ml-menu-dropdown .divider {
	border-color: #a0a0a0 !important;
}
.fdt-titulo-grupo-indicadores {
	/*background-color:#e2ebf1;*/
}
.fdt-btn-vermelho {
	background-color: #ebe7e7 !important;
	color: #777 !important;
	border-color: #999 !important;
}
.fdt-btn-verde {
	background-color: #eb491b  !important;
	color: #FFF !important;
	border-color: #a72b09 !important;
}

.fdt-indicador {
	border-radius: 5px !important;
}