/* ===========================
   SHARED CSS (shared-style.css)
   =========================== */

/* Annetuse välja paksuks ja tagasi muutmine */
.akt-bold {
    font-weight: 700;
}

/* Peamiselt avalikul poolel kasutamiseks, et näidata adminnile tekste, mida teised ei näe */
.admin_view {
    color: grey;
    border: 1px dashed grey;
}


/* Notices */
.akt_notice {
    padding: 10px;
    border: 1px solid transparent;
    margin: .5em 0;
}
.akt_notice.success {
    color: #0a662a;
    background: #eaffea;
    border-color: #0a662a;
}
.akt_notice.error {
    color: #8a1e1e;
    background: #ffecec;
    border-color: #8a1e1e;
}

.akt_cell {
    padding: 10px;
    border: 0;
    display: block;
}

label.akt_table_label {
    display: block;
    width: 100%;
    padding-right: 5px;
}

label.required::after {
    content: " *";
    color: red;
}
