.wrapper {
    margin-top: 50px;
    position: relative;
    height: auto;
    top: auto!important;
    width: auto;
}
.flex-container {
    display: flex;
    height: auto;
    width: auto;
    flex-wrap: wrap;
}
.flex-containerCheckIn {
    display: flex;
    flex-flow: row wrap ;
}

.flex-round {
    height: auto;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    flex-direction:row;
    justify-content: flex-start;
    align-self: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.CheckInButton{
    color:#FFFFFF;
    align-content: center;
    width: 175px!important;
    height: 60px;
    text-align: center;
    align-self: center;
    line-height: 60px;
    margin: 4px;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    overflow: hidden;
    
}

.NoPayment{
    height:80px;
    text-align: center;
    align-self: center;
    line-height: 80px;
    font-size:26px;
    color:white !important;
    width:400px;
    font-weight: bold;
}

.NextPayment{
    height:80px;
    text-align: center;
    align-self: center;
    line-height: 80px;
    font-size:26px;
    color:white !important;
    width:600px;
    font-weight: bold;
}

.TrialEnd{
    height:100px;
    text-align: center;
    font-size:15px;
    color:white !important;
    width:600px;
}

.CheckInNumbers{
    margin-right: 5px;
    padding-right: 5px;
    height: 50px;
}


.flex-container-KeyPad {
    display: flex;
    height: auto;
    width: auto;
    align-items: center;
    justify-content: center;
}

.flex-Center {
    align-self: center;
}

.flex-Right {
   align-self: flex-end;
}

.flex-confirmation {
    position: absolute;
    top: 100px;
    display: flex;
    height: auto;
    width: auto;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}