/*
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 : 22.07.2021, 12:32:47
    Author     : ymeyer
*/

#mainForm .detailsTable .ui-inputfield {
    width: 100%;
    box-shadow: none;
    background-color: white;
    font-size: 13px;
    height: 22px;
    color: black;
}

#mainForm .detailsTable .verwaltung .ui-inputfield{
    background: none;
}

#mainForm .detailsTable .geburtstag .ui-inputfield {
    background: none;
}

#mainForm .detailsTable .ui-state-default {
    box-shadow: none;
}
#mainForm label{
    font-weight: normal;
}
#mainForm .selection tr {
   float: left;
   width: 33%;
   font-weight:normal;
}     
#mainForm .ui-chkbox .ui-chkbox-box{
    margin-right: 5px
}

.row, #mainForm\:acFirmaName1, #mainForm\:acFirmaStr, #mainForm\:acFirmaOrt{
    margin-bottom: 1.5rem;
}

p{
    margin-top: 3.0rem;
}

.row.no-margin-bootom{
    margin-bottom:0.5rem;    
}

.button.selected{
    background: #004995;    
    color: #fff;
}

input[type="radio"] + label{
    margin-left: 5px;
}