/* Link buttons */

a, a:visited, a:hover, a:active {
    color: inherit;
    text-decoration: none;
}

/* App */

.fore_color_app {
    color:rgb(0, 110, 130);
}

.fore_color_app_secondary {
    color: darkgrey;
}

.fore_color_dark {
    color: #343a40;
}

.bg_color_app {
    background-color:rgb(0, 110, 130);
}

.bg_color_app_secondary {
    background-color:darkgrey;
}

.fore_color_white{
    color: white !important;
}

.navbar-brand>img {
    padding-bottom: 4px;
    filter: invert(99%) sepia(5%) saturate(213%) hue-rotate(243deg) brightness(117%) contrast(100%);
}


/* Crispy Forms */

.asteriskField {
    color: darkgrey;
}


/* Auth specials */

#hint_id_new_password1{
    display:none;
}


/* Bootstrap specials */

.tooltip .arrow {display:none !important;}


.mr1 {
    margin-right: 1rem !important;
}
