/*base.css*/

/*TODO (DEFER) remove docs-markdown-content if possible, its now specified inside docs_template.html (but we need it in category_detail.html)... hmmm ... */
.docs-markdown-content {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/*NOTE used on public landing page footer links (privacy policy, tos, contact- etc)*/
.link-secondary-hover:hover {
    color: #0d6efd !important;   /* Bootstrap primary */
    text-decoration: underline;
}


/*.classy_rounded_border_image {*/
/*  border: 1px solid #ddd;*/
/*  border-radius: 5px;*/
/*  padding: 5px;*/
/*}*/


/*!* following css is to used to visually style unsaved inputs (and corresponding save buttons) on a form *!*/
/*.unsaved-changes {*/
/*  border: 3px solid red;  !* add a solid red border (for save buttons associated with forms that have unsaved inputs)*!*/
/*}*/

/*.changed-input {*/
/*  background-color: #ffffcc;  !* light yellow (for inputs that have unsaved changes) *!*/
/*}*/

/*NOTE used to shade restricted admin items in the upper navbar*/
.superuser-menu {
    color: darkred !important;
}