#ControlMenu{ /*TODO: This is a hack*/
    z-index: 1000 !important;
}

.bold-hello-world {
    font-weight: bold;
}

/* ezek kellenek, hogy a legördülők szélessége ne függjön a benne lévő elemek szélességétől */
.ui-selectonemenu{
    min-width: 100% !important;
    max-width: 100% !important;
}

.ui-selectonemenu .ui-selectonemenu-label{
    text-overflow: ellipsis;
}

.pull-right {
    text-align: right;
}

.pull-left {
    text-align: left;
}

.mL10 {
    margin-left:10px;
}

.sectionTemplateVersionMismatch{
    color: red;
}

body {
    font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
}
/* We can adjust the font-size value if we wish to make PrimeFaces components stand out by making them larger or smaller so that they don't take up as much space on the page */

.ui-widget {
    font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
}