/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12.08.2021, 09:13:29
    Author     : Zumpf Alexander
*/

html {
    height: 100%;
}

.ui-button-text, .ui-button-text-only .ui-button-text{
    padding: 8px !important;
    transition: none !important;
}

.ui-panel .ui-panel-title {
    font-size: 30px;
}

.textfieldtext {
    padding-left: 20%;
}


#chooseDepartmentForm .organisationWrapper li{
    font-size: 15pt;
    padding-bottom: 5px;
}
#chooseDepartmentForm .organisationWrapper li .ui-commandlink{
    font-size: 15pt;
    text-decoration: none;
    color: #4a4a4a;
    transition: all 200ms ease-in-out;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 15px;
}
#chooseDepartmentForm .organisationWrapper li .ui-commandlink:hover{
    color: #000000;
    background-color: rgba(255,255,255,0.60);
    box-shadow: 0 0 15px 0 rgba(255,255,255,0.65);
}
