/*
    Global Classes for all Tabs
 */

.divFloatContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    width: 100%;
}

.divHeadline{
    width: 33%;
    height: 30px;
    text-align: center;
    background-color: gray;
    color: white;
    font-size: 17px;
    padding-top: 10px;
}

.stapp_input{
    border-style: solid;
    border-color: black;
    border-width: 2px;
    border-radius: 5px;
    margin: 5px;
}
.white_background{
    background: white;
}

.mainLabel{
    top: -10px;
    left: 10px;
    background-color: #f1f1f1;
    position: relative;
}

.dividerDIVContrainer{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px   ;
    width: 100%;
}

.divContent{
    width: 40%;
}

.divButton{
    text-align: center;
    vertical-align: middle;
    background: #0073aa;
    color: white;
    font-size: 17px;
    cursor: pointer;
    width: 20%;
    margin: 10px;
    padding: 10px;
}