.botaoLogin {
        background-color: #02183d;
        color: #fff;
        transition: 0.3s;
    }

.botaoLogin:hover {
        background-color: #8fbbcc;
        color: #02183d;
    }

.sidebar i {
	margin-right: 8px;
}

/* PAINEL */

/* Cores PRINCIPAIS */

.fundoLaranja {
	background-color: #ff8d00 !important;
}

.bordaLaranja {
	border-color: #ff8d00 !important;
}

.fundoAzul {
	background-color: #0e00ea !important;
}

.bordaAzul {
	border-color: #0e00ea !important;
}

.fundoRosa {
	background-color: #b407b7 !important;
}

.bordaRosa {
	border-color: #b407b7 !important;
}

.fundoVerde {
	background-color: #55d804 !important;
}

.bordaVerde {
	border-color: #55d804 !important;
}

.fonteBranca {
	color: #fff !important;
}

@media only screen and (max-width: 959px) {
    .navbar-header {
        margin-left: 0 !important;
    }

    .divLogo img {
    	width: 23% !important;
    }

    .dropMenu {
    	float: right;
    }
}