/**
 * theming
 */
.btn-primary,
.row-primary {
    background-color: #007190 !important;
    color: #fff;
}

.btn-secondary,
.row-secondary {
    background-color: #17a2b8 !important;
    color: #fff;
}
