body {
    font-size: 1.2rem;
    line-height: 1.4;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.ui-selectonemenu .ui-selectonemenu-trigger {
    width: 29px !important;
}

label {
    margin-bottom:0px;
}


h1 {
    font-size: 1.6em;
    font-weight: bold;
    color: #1261a9;
}
h2 {
    font-size: 1.4em;
    font-weight: bold;
    color: #1261a9;
}
h3 {
    font-size: 1.2em;
    font-weight: bold;
}



#homepage .ui-button.ui-button-text-only .ui-button-text {
    font-size: 1.2rem;
}  

input {
    font-size: 1.2rem !important;
}

.bgheader {
    position: absolute;
    height: 300px;
    min-width: 100%;
    left: 0px;
    top:1px;
    background: url(../images/profilegb.png.xhtml?ln=default) no-repeat center center ; 
    background-size: cover;
}

.curveoverlay {
    background: url(../images/slider-overlay.svg.xhtml?ln=default) no-repeat bottom;
    min-width: 100%;
    background-size: 190%;
    position: absolute;
    top: 0px;
    left: 0px;
    
}


.colorstripe {
    position: absolute;
    top: 300px;
    left: 0;
    height: 25px;
    width: 100%;
    background:#1261a9;
}

.jumbotron {
	margin-bottom:0px;
        padding: 0rem 0rem;
}

.vmiddle {
    vertical-align: middle;
    color:black;
}

.ui-widget {
    font-size: inherit;
}

.ui-panelgrid .ui-panelgrid-cell,
.ui-panelgrid {
    border: 0px  !important;
}


.bgadvert {
    background: url(../images/home.png.xhtml?ln=default) no-repeat center center ; 
    background-size: cover;
}

.boxx {
    background:#fff;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    margin-bottom: 30px;
    box-shadow: 2px 2px 3px #dfdfdf;
}


#homepage .ui-fieldset-legend  {
    font-size: 1.0rem !important;
    /*color: #1261a9 !important;*/
    /*background: #FFFFFF !important;*/
    width: auto;
/*    padding-left: 1.0em !important;
    padding-right: 1.0em !important;*/
}

#homepage div.ui-radiobutton label {
    padding-left: 5px !important;
}

#homepage td.labeldt,
#homepage td.valuedt
{
   vertical-align: top !important;
   padding:5px !important;

}
#homepage td.labeldt label
{
   padding-left: 5px !important;
}

/*#homepage div.ui-chkbox-box.ui-state-default {
    background: #d4d4d4 !important;
    border: solid 1px black;
}
#homepage div.ui-chkbox-box.ui-state-default.ui-state-active {
    background: #00a0de !important;
}*/
 

#homepage fieldset a {
    color: #00a0de !important;
    text-decoration: underline !important;
}

#homepage div.ui-radiobutton-box span.ui-icon-bullet {
    background-position: -81px -145px !important;
}

#homepage .ui-widget-content a {
    color: #007bff !important;
}


#homepage a {
    text-decoration: none;
    color: black;
}

#homepage a:hover {
    text-decoration: underline;
}


.btn-big {
    font-size: 1.3rem !important;
    font-weight: normal;
}

.loginBtn {
    font-size: 1.4rem !important;
    font-weight: bold;
    padding: .5rem 1.5rem !important;
}

#lang_content {
    background: none !important;
    font-size: 1.2rem !important;
} 

.footer-always-bottom {
    margin-top: auto;
}

footer {
    line-height: 1.8rem !important
}

.p-jumbotron {
    background: #dadada;
    padding: 3rem 1rem;
}

.align-items-start {
    align-items: flex-start;
}

.footer-icon {
    height: 2rem;
}

.footer-text {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1261a9;
    color: white;
    padding: 1rem 1rem;
    height: 100%;
}

.p-container .p-md-4 {
    width: 33.33%;
}

#upgradeForm .ui-panel-content {
    background: transparent !important;
}

#summaryForm .ui-panel-content {
    background: transparent !important;
}
#linkupLink .ui-panel-content {
    background: transparent !important;
}
#registerLink .ui-panel-content {
    background: transparent !important;
}
.ui-selectonemenu .ui-selectonemenu-label  {
    font-size: 1.2rem;
}

.ui-selectonemenu-panel .ui-selectonemenu-items .ui-selectonemenu-item {
    font-size: 1.2rem;
}

.ui-inputfield {
    font-size: 1.0rem !important;
    line-height: normal;
}

#forgotPasswordForm {
    font-size: 1.2rem !important;
}

#homepage .ui-overlaypanel .ui-overlaypanel-close {
    background-color: #D32F2F;
    color: white !important;
    border-radius: 14px !important;
}


#homepage .ui-dialog-titlebar a{
    color: #fff !important
}

.panelGridWithPadding .withBorderBottom {
    border-bottom: solid 1px #E0E0E0 !important;
}
.ui-chkbox {
    line-height: 1.0;
}

.align-items-start {
    align-items: flex-start;
}

.btn-public {
    font-size: 1.0rem !important;
    font-weight:  lighter;
    padding: .5rem 1.5rem !important;
}

.page-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.main-content {
    flex-grow: 1;
}

#footer-teaser {
    background: #dadada;
    text-align: center;
    padding: 0 0;
    margin: 0 0;
    position: relative;
    top: 2.5em;
}

.align-left {
    text-align: left;
}

footer .ui-panel .ui-panel-content {
    background: transparent !important;
    font-size: 1.2rem !important;
}

body .ui-clock {
    background: #1261a9 !important;
    color: #fff !important;
    font-size: 1.2rem !important;
}