@font-face {
    font-family: 'Mona Sans';
    src: url("../fonts/mona-sans-a53acfbcc756cb2e7832052b95bf2576.woff2") format('woff2 supports variations'),
    url("../fonts/mona-sans-a53acfbcc756cb2e7832052b95bf2576.woff2") format('woff2-variations');
    font-weight: 200 900;
    font-stretch: 75% 125%;
}

html {
    font-family: 'Mona Sans', serif;
}

body {
    font-family: "Mona Sans", Helvetica, Arial, sans-serif;
}

.navbar-brand {
    color: #30a5ff;
    font-weight: bold;
}

.breadcrumbs .breadcrumb .breadcrumb-item {
    font-size: 17px;
    font-weight: bold;
    color: black;
    letter-spacing: 1px;
}

.section {
    border: 1px solid #e0e6ed;
    box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
    background-color: white;
    padding: 5px;
}

.layout-spacing {
    padding-bottom: 25px;
}

.section {
    color: black;
    font-size: 1.5em;
}

.form-label {
    color: black;
}

.ea-detail .field-group.field-boolean .field-label {
    flex: unset;
    min-width: 0;
    margin: 0 15px 0 0 !important;
    width: 130px !important;
    text-align: right !important;
}

.ea-detail .field-group.field-boolean {
    flex-direction: row !important;
}

.ea-detail .field-group.field-boolean .field-value {
    flex: 1 !important;
    min-width: 66% !important;
    text-align: left !important;
}

#online_edition_selectAll{
    margin-top: 8px;
}