/* Personalização iZap - Portal do Cliente */
#header {
    background: #004a80; /* Azul escuro iZap */
    border-bottom: 3px solid #ff7900; /* Detalhe Laranja */
}

#nav {
    background: #003359;
}

#nav li a:hover, #nav li.active a {
    background: #ff7900;
    color: #fff;
}

.flush-right {
    color: #ffffff !important;
}

a {
    color: #004a80;
}

.button, btn {
    background-color: #004a80 !important;
    border-color: #003359 !important;
}

.button:hover {
    background-color: #ff7900 !important;
}
