html {
    font-size: 16px; /* 1rem */
}
body {
    font-size: 1rem;
    line-height: 1.3;
    word-wrap: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
a, a:visited {
    color: inherit;
    text-decoration: none;
}
a.link, a.link:visited {
    color: blue;
}
.text-small {
    font-size: 0.9rem;
}
.text-ultra-small {
    font-size: 0.7rem;
}
.subtitle {
    width: 100%;
    background-color: ghostwhite;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-align: center;
}
label {
    color: rgba(141, 141, 141, 1.00);
    font-size: 0.8rem;
    font-style: italic;
    font-weight: 300;
}
.nav-link {
    color: black;
}
.nav-link.active {
    font-weight: 700;
}
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 0.7rem;
    color: rgba(141, 141, 141, 1.00) !important;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 0.7rem;
    color: rgba(141, 141, 141, 1.00) !important;
}
::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 0.7rem;
    color: rgba(141, 141, 141, 1.00) !important;
}
:required {
    caret-color: red;
}
input:invalid, textarea:invalid {
    border: 2px solid rgba(200, 0, 0, 0.25);
    /*background-color: #FFE6E8;*/
}
.td-fit {
    width: 1%;
    white-space: nowrap;
}
.kategori-tag {
    background-color: aliceblue;
    border-radius: 5px;
    border: thin solid #B8B8B8;
    padding: 4px 6px;
    margin: 4px;
    font-size: 11px;
    float: left;
}
.btn-circle.btn-xl {
    width: 80px;
    height: 80px;
    padding: 10px 16px;
    border-radius: 40px;
    font-size: 18px;
    line-height: 1.33;
}
fieldset, legend {
    all: revert;
}
fieldset {
    border: 1px solid gainsboro;
    padding: 5px;
    background-color: ghostwhite;
}

legend {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 0.7rem;
    padding: 3px 5px 3px 7px;
    width: auto;
}
.pointer {
    cursor: pointer;
}

/* DATATABLES */
table.dataTable > tbody > tr > td a.table-link {
    color: blue;
    text-decoration: underline;
}
