::-webkit-scrollbar-track {
    background-color: #C9E7E9;	
}
::-webkit-scrollbar {
    width: 15px;
    background: #40ABAD;	
}
::-webkit-scrollbar-thumb {
    background: #40ABAD;	
}

.empresa-cor
{
	color: #FFFFFF;
}

.usuario-cor
{
	color: #C9E7E9;
}

.login-cor
{
	color: #40ABAD;
}

.logout-cor
{
	color: #C9E7E9;
}

.footer-cor
{
	background-color: #40ABAD;
	color: #C9E7E9;
}

.m-t-24
{
	margin-top:24px
}

.m-t-22
{
	margin-top:22px
}

.btn-full
{
	width: 100%;
	display: inline;
}

.color-table.gestao-table thead th 
{
    background-color: #40ABAD;
    color: #ffffff;
}

a {
    color: #40ABAD;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #256063;
}