@font-face {
    font-family: 'BariolRegular';
    src: url('Bariol_Regular.otf.xhtml?ln=css');
}

body {
    font-family: BariolRegular, sans-serif !important;
    background: white;
    margin-top: 0px;
}

h2 {
    color: rgb(63, 73, 117);
    font-size: x-large;
}

#banner {
    background: rgb(63, 73, 117);
    height: 132px;
}

#bannerContent {
    width: 60%;
    margin: 0 auto;
}

#banner img {
    height: 132px;
    float: left;
}

#bannerText {
    left: 40px;
    top: 60px;
    font-family: BariolRegular, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: white;
    display: inline;
    position: relative;
}

#header {
    width: 60%;
    margin: 0 auto;
    position: relative;
}

#language {
    position: relative;
}

#content {
    width: 60%;
    margin: 0 auto;
    color: #303030;
}

#menu {
    width: 20%;
    float: left;
}

#menuPanel {
    margin-right: 10px;
}

.mainMenuList {
    width: 95% !important;
}

.mainMenuList .ui-state-active {
    background: rgb(139, 172, 227) !important;
}

#login {
    width: 20%;
    float: right;
}

.intro-panel {
    width: 50%;
    vertical-align: top;
}

.datalist-noborder .ui-widget-content {
    border: none;
}

.languageControl {
    font-weight: bold;
    margin-left: auto;
    margin-right: 0px;
}

#footer {
    background-color: rgb(249, 249, 249);
    color: rgb(128, 128, 128);
    padding: 1em 0;
    margin: 4em 0 1em 0;
    width: 100%;
    left: 0px;
    font-family: BariolRegular, sans-serif;
}

#footer h3 {
    color: rgb(63, 73, 117);
}

#footer p {
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 1em 0;
}

#footer a {
    color: grey;
    text-decoration: none;
}

#footer a:hover {
    color: black;
}

.wrap {
    margin: 0 auto;
    width: 60%;
}

.tres {
    float: left;
    width: 33%;
}

.ui-widget {
    font-family: BariolRegular, sans-serif !important;
}

.hintGroupButton {
    border: 1px solid;
    border-color: blue;
}

.ui-datatable.borderless thead {
    display: none;
}

.ui-datatable.borderless tbody,
.ui-datatable.borderless tbody tr,
.ui-datatable.borderless tbody td {
    border-style: none;
}

.ui-datatable tbody tr td {
    white-space: normal !important;
}