/*
---classi per json highlight
 */
.highlight-number {
    color : blue;
}

.highlight-key {
    color : grey;
}

.highlight-string {
    color : blue;
}

.highlight-null {
    color : blue;
}

.highlight-boolean {
    color : blue;
}


nav.nav-deep-dark.nav-deep-hover>ul>li.nav-item-reg:hover {
    background-color: inherit !important;
}
nav.nav-deep-dark.nav-deep-hover>ul>li.nav-item-reg.active {
    background-color: inherit !important;
}

nav.nav-deep-dark .nav-item-reg.active>.nav-link {
    font-weight: 300 !important;
}


.registration-step-active {
    background-color:#6295e8 !important;
}
