

body.wf {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    overflow-y: scroll;
}

/* 
###################
HEADER
###################
*/
.header {
    border: none;
    width: 100%;
    height: 48;
    overflow: hidden;
    z-index: 4;
    background-color: #003f77;
    border-spacing: 0px;
    position: fixed;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
}
.register {
    position: fixed;
    border: none;
    top: 48px;

    width: 100%;
    height: 48;
    overflow: hidden;
    z-index: 4;
    background-color: #003f77;

    display:none;
}
.activeIcon{
    opacity:1 !important;
  }

.header:hover+.register {

    display:block;
    position: fixed;
}

.register:hover {

    display:block;
    position: fixed;


}


img.logo {
    width: 48;
}

.rowHead {
    height: 48;
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
}

.table {
    border-top: 2px solid #4b4c4c;
    border-left: 2px solid #4b4c4c;
    font-size: 14px;
}

.col1 {
    grid-column-start: 1;
    border-radius: 0.25em;
    /* background-color: #4b4c4c;
    color:white; */
    color:#003f77;
    margin-bottom: 5px
}
.window{
    grid-column-start: 1;
    grid-column-end: 5;
    overflow-y: auto;
    overflow-x:hidden;
    height:300px;
    background-color: white;
    padding:5px
}
.col2 {
    grid-column-start: 2;
    border-radius: 0.25em;
    margin-left: 15px;
}
.col3 {
    grid-column-start: 3;
    border-radius: 0.25em;
    margin-left: 15px;
}

.col1Label {
    padding-top: 6px;
    padding-left:6px
}

.cellHead {
    height: 48;
}
.tableHead{
    background-color: #4b4c4c; 
    color:white; 
    justify-content: center
}
.cell {
    display: flex;
    height: 20px;
    height: auto;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #4b4c4c;
    border-right: 2px solid #4b4c4c;
    padding: 5px
}
.cellInner {
    border-right: none;
}

.ue1 {
    font-size: 18px;
    color: white;
    margin-top: 12px;
    font-family: SegoeUI-SemiBold-final, Segoe UI Semibold, SegoeUI-Regular-final, Segoe UI, "Segoe UI Web (West European)", Segoe, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Tahoma, Helvetica, Arial, sans-serif;

}

.standard {
    line-height: 1.2;
    width: 45%;
    padding-top: 13px;
    text-align: left;
    color: #003f77;
    font-weight: 500;
}

img.iconHead {
    margin: 5px;
    margin-top: 8px;
    width: 30;
}

.iconHeadContainer:hover {
    background-color: #a2c513;
    cursor: pointer
}

.iconContent {
    width: 35;
    cursor: pointer;
    opacity: 0.5;
}

.iconContent:hover {
    opacity: 1;
}
.iconManual {
    width: 25;
}
.iconRow {
    width: 25;
    padding-Top: 6px;
    cursor: pointer;
}

.iconRegister {
    height: 46;
    cursor: pointer;
}
.rowTable{
    margin:3px
}


.registerA:hover,
.registerA:link,
.registerA:visited,
.registerA:active {
    text-decoration: none;
}

.flexRow {
    display: flex;
    align-items: center;
    gap:10px
}

.flexRow *>* {
    flex: 0 1 auto;
    text-align: center;
    color: white;
    font-size: 15px;
    height: 48;
    width: max-content;
    padding-top: 13px;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
}

.verticalCenterFlex {
    display: flex;
    align-items: center;

}

.flexRow *>div:hover {
    background-color: #a2c513;
}

.standardFlex {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
}

.register *>a {
    text-decoration: none !important;
    color: white !important;
}
.txtB:hover{
    text-decoration: none !important;
    color:#003f77;
    background-color: #a2c513;
    cursor: pointer;
}

.registergroup {
    display: inline-block;
    color: white;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0.25rem;
    background-color: #aebfc9;
    width: 70%;
    margin: 5px;
    height: 60px;
}

.registergroup:hover {
    box-shadow: inset 0 0px 0px #003f77, 0 0 8px #003f77;
    cursor: pointer;
}

.registergroup .icon {
    width: 20%;
}

.content {

    position: relative;
    margin-top: 65px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 50px;
}

.headline1 {
    font-size: 15px;
    font-weight: 500;
    padding-top: 10px;
}

.headline2 {
    
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;

}

hr {
    margin-top: 0px !important;
}

.form {
    margin-left: 15px;
}
.content > div:not(.heading-with-line){
    margin-bottom: 10px;
}

.smallSelect {
    padding: 0px;
    font-size: 14px;
    color:#212529;
}
input:not([type="checkbox"]),
select {
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
select{
    min-width: 70px;
}
.selectNoBorder{
    border: 0px;
}
input[readonly] {
    background-color: rgba(177, 170, 159, 0.3);
  }

input:focus,
select:focus {
    box-shadow: inset 0 0px 0px #003f77, 0 0 8px #003f77;
    outline-width: 0;
}

.label {

    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;

}
.buttonSmall{
    color:#003f77;
    display: inline-block;
    text-align: center;
    border-radius: 0.5rem;
    background-color: #aebfc9;
    width:max-content;
    padding-left:10px;
    padding-right:10px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor:pointer;
    font-size: 14px;
    flex-grow: 1;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
}

.txtbutton {
    display: inline-block;
    color: white;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    border: none;
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0.25rem;
    background-color: #aebfc9;
    width: 80%;
    height: 50px;
    margin: 5px;
    cursor: pointer;
}
div{
    font-size: 20px;
}
.txtbuttonsmall {
    display: inline-block;
    color: white;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #aebfc9;
    padding: 0.375rem 0.75rem;
    line-height: 1.3;
    border-radius: 0.25rem;
    background-color: #aebfc9;
    width: 80%;
    cursor: pointer;
    font-size: 16px;
}
.link{
    color: blue; /* Textfarbe */
    text-decoration: underline; /* Unterstreichung */
    cursor: pointer; /* Zeigerart */
}
.txtbutton:hover {
    background-color: #003f77;
    width: 80%;
    text-decoration: none;
    border: none;
}
.buttonSmall:hover{
    background-color: #003f77;
    color:white;
   

}
.txtbutton:active {
    border: none;
    text-decoration: none;
}

.buttonLabel {
    display: flex;
    justify-content: center;

}

.centerBox {
    text-align: center;
}


.wrapper {
    padding-bottom: 15px;
}

button:focus {
    outline: 2px solid #a2c513 !important;
}

.divider {
    position: relative;
    margin-top: 15px;
    height: 1px;
}

.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgb(48, 49, 51), transparent);
}

.btn-primary {
    background-color: #003f77 !important;
}

.btn-primary:hover {
    background-color: #00375d !important;
}

.btn-success {
    background-color: #a2c513 !important;
    border: none !important;
}

.btn-success:hover {
    background-color: #97b303 !important;
}

::placeholder {
    color: rgb(174, 173, 173) !important;
    /* ersetzen Sie #999 durch die gewünschte helle Farbe */
}

div.list {
    height: 200;
    width: 100%;
    border: 1px solid #ccc;
    overflow: auto
}

input {
    cursor: auto;
}

.inputTxtSmall{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    flex-grow: 1;
    font-size: 14px !important;
 
}

.select2 {
    width: 100% !important;

}

h6 {

    font-size:14px;
    padding-top: 5px;
    color: #003f77;
}

.heading-with-line {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 0;
    margin-right: -10px;
    max-width: 100%;
    color: #003f77;
    clear: both
}

.heading-with-line h1 {
    flex-grow: 1;
    margin-right: 10px;
    margin-bottom: 0;
}

.heading-with-line hr {
    border: none;
    border-top: 1px solid rgba(0, 63, 119, 0.5);
    ;
    flex-grow: 2;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 15px;
    /* margin-right: 15px; */
}
.cell-Active {
    background-color: #a2c513;
}

.cell-Active>img {
    opacity: 1;
}
.checkDisabled:disabled {
    cursor: not-allowed; /* Ändern Sie den Cursor, wenn die Checkbox deaktiviert ist */
  }
  
  .checkDisabled:not(:disabled) {
    cursor: pointer; /* Ändern Sie den Cursor, wenn die Checkbox nicht deaktiviert ist */
  }

.grid-container {
    display: grid;
    white-space: nowrap;
}

.grid-header, .grid-row {
    display: contents;
}

.grid-header > .grid-cell{
    background-color: #003f77;
    color:white;
    position:sticky;
    top:0;
    /* z-index: 5; */
    margin:0px;
    overflow:visible;
}

.grid-cell{   
    padding-right:10px;
    padding-left:5px;
    text-align: left;
    display:flex;
    align-items: center;
    white-space: nowrap; /* Kein Zeilenumbruch */
    overflow: hidden; /* Versteckt überflüssigen Text */
    height:21px;
    text-overflow: ellipsis; /* Fügt "..." hinzu */

}

.registerField {
    background-color: white;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px 5px 5px 5px;
    width: max-content;
    height: 25px;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.activeRegisterField,
.registerField:hover {
    background-color: #003f77;
    border-radius: 5px 5px 0px 0px;
    height: 29px;
    color: white;
}

input[type="checkbox"]{
    cursor: pointer;
}