.darkside {
    background-color: #120F20;
    background-image: linear-gradient(180deg, #1A060D 10%, #120F20 100%);
    background-size: cover;
    color: #fff;
}
h3 {
    margin-top: 20px;
}
table.table.table-bordered.btn-sm.dark {
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
}
.table.dark thead th {
    border-color: rgba(255, 255, 255, 0.138);
    max-width:25px;
}
.table.dark tbody td {
    border-color: rgba(255, 255, 255, 0.138);
    max-width:25px;
}
.create_new {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
}
.createterminalpage {
    background-color: rgba(255, 255, 255, 0.138);
    padding: 10px;
    border-radius: 5px;
}
.form-group.right {
    text-align: right;
}
img.loading {
    position: absolute;
    top: 196px;
    left: 112px;
    width: 87px;
}
.productname {
    float: left;
}
.productprice {
    float: right;
}
.products {
    font-family: system-ui;
    height: 356px;
    left: 14px;
    position: absolute;
    width: 288px;
    top: 115px;
}
.product {
    font-family: system-ui;
    background-color: #fff;
    padding: 24px;
    margin-bottom: 9px;
    border-radius: 5px;
    height: 71px;
    color: #000;
}
img.contactless {
    position: absolute;
    top: 196px;
    left: 86px;
    width: 150px;
}
.process_bar {
    position: absolute;
    top: 294px;
    left: 83px;
    background-color: #fff;
    width: 150px;
    height: 13px;
    font-size: 9px;
    text-align: center;
    border-radius: 13px;
}
.tekst {
    width: 320px;
    text-align: center;
}
h1.pagetype_headline {
    font-size: 25px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 13px;
    margin: 10px;
}
.apollopage {
    width: 100%;
}
.apolloscreen {
    width: 320px;
    height: 480px;
    background-color: #00497A;
    outline: 25px solid #000;
    margin: 35px;
    float:left;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.apolloscreen_flex {
    width: 320px;
    height: 480px;
    background-color: #00497A;
    outline: 25px solid #000;
    margin: 35px;
    float: left;
    position: fixed;
    overflow: hidden;
    border-radius: 10px;
    right: 0;
    top: 89px;
    z-index: 1000;
}
small {
    font-size: 22px;
}
.apollotitle {
    color: #fff;
    font-family: system-ui;
    text-align: center;
    font-size: 39px;
    position: absolute;
}
.apollosubtitle {
    text-align: center;
    font-family: system-ui;
    font-size: 20px;
    color: #fff;
    position: absolute;
}
.button {
    font-family: system-ui;
    color: #000;
    background-color: #9E9E9E;
    width: 45%;
    padding: 16px 1px 12px 0px;
    text-align: center;
    font-size: 25px;
    position: absolute;
    bottom: 24px;
}
.button.left {
    border-radius: 0px 10px 10px 0px;
    left:0px;
}
.button.right {
    border-radius: 10px 0px 0px 10px;
    right:0px;
}
.apollocard {
    background: #00ff00;
    background: linear-gradient(90deg, #AEA7A6, #727170);
    width: 53%;
    color: #000;
    height: 100px;
    margin: 20px;
    border-radius: 6px;
    float: left;
    position: absolute;
    top: 64px;
}
.price {
    font-family: system-ui;
    position: absolute;
    top: 103px;
    font-size: 45px;
    color: #fff;
}
.cardnumber {
    font-size: 9px;
    position: absolute;
    bottom: 5px;
    left: 15px;
}
.cardholder {
    font-size: 10px;
    position: absolute;
    left: 15px;
    bottom: 20px;
}
.cardlogo {
    width: 40px;
    height: 31px;
    background-color: #FFC107;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 10px;
    text-align: center;
    padding-top: 7px;
    border-radius: 4px;
}
.payment .qrcode {
    background-color: #fff;
    width: 120px;
    height: 120px;
    position: absolute;
    right: 10px;
    bottom: 11px;
    border-radius: 2px;
    text-align: center;
    padding-top: 48px;
}
.dispense .qrcode{
    background-color: #fff;
    width: 190px;
    height: 190px;
    position: absolute;
    left: 65px;
    top: 10px;
    border-radius: 5px;
    text-align: center;
    padding-top: 85px;
}
.message_bg {
    position: absolute;
    bottom: 0;
    height: 332px;
    background-color: #fff;
    left: 16px;
    width: 288px;
    border-radius: 15px 15px 0px 0px;
    text-align: center;
    padding: 20px;
    font-size: 27px;
    color: #000;
}
.idle .apollotitle {
    top: 57px;
}
.idle .apollosubtitle {
    top: 77px;
}
.loading .apollotitle {
    top: 57px;
}
.loading .apollosubtitle {
    top: 77px;
}
.start .apollotitle {
    top: 254px;
}
.start .apollosubtitle {
    top: 312px;
}
.payment .apollotitle {
    top: 278px;
}
.payment .apollosubtitle {
    top: 77px;
}
.processing .apollotitle {
    top: 418px;
}
.processing .apollosubtitle {
    top: 418px;
}
.payment_result .apollotitle {
    top: 66px;
}
.payment_result .apollosubtitle {
    top: 123px;
}
.dispense .apollotitle {
    top: 214px;
}
.dispense .apollosubtitle {
    top: 276px;
}
.message .apollotitle {
    top: 66px;
}
.message .apollosubtitle {
    top: 77px;
}
.selection .apollotitle {
    top: 48px;
}
.selection .apollosubtitle {
    top: 77px;
}
.language .apollotitle {
    top: 48px;
}
.language .apollotitle {
    top: 77px;
}
.payment_types .apollotitle{
    top: 48px;
}
.payment_types .apollotitle{
    top: 77px;
}
a.btn.btn-light.btn-block {
    border: 1px solid #6c757d;
}
.idle {
    background-color: #28a745 !important;
    color: #fff !important;
}
.reading {
    background-color: #BA8E23 !important;
    color: #fff !important;
}
