﻿button.btn.mod-button {
    margin-top: 33px;
    background-color: #034687;
}

.navbar-custom {
    background-color: #034687;
}

    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: white;
    }

.form-group {
    margin-left: 5px;
}

.btn.btn-primary {
    background-color: #034687;
}   

.btn.btn-secondary:hover {
    background-color: #034687;
}

.nav-item .nav-link {
    color: white;
}

.text-custom {
    color: #034687;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #DEEEFE
}