/* Some basic styles for the application */

/* ************************************************************************* *
 * Title and Header Layouts
 * ************************************************************************* */
.content-header {
    margin-bottom: 35px;
}

/*
 * Format field values so that they stick out
 */
.field-value {
    font-weight: bold;
}

/* ************************************************************************* *
 * Display
 * ************************************************************************* */
.initially-hidden {
    display: none;
}

.initially-shown .inline-shown {
    display: inline;
}

.initially-shown .block-shown {
    display: block;
}

.initially-shown .flex-shown {
    display: flex;
}


/* ************************************************************************* *
 * Font Sizes
 * ************************************************************************* */
.font-medium {
    font-size: 22pt;
}

.font-medium-large {
    font-size: 32pt;
}

.dropdown-title {
    color: #999999;
    font-size: 12pt;
    margin-left: 10px;
    font-weight: bold;
}

div.flex-break {
    flex-basis: 100%;
    height: 0;
}

.text-color-orange {
    color: orange;
}
