﻿.parent {
    position: absolute;
    width: 1200px;
    height: 665px;
    left: -25px;
    top: -5px;
    background: url(../../../Content/Images/machine.png), #C4C4C4;
}

.child {
    position: absolute;
    width: 80%;
    height: 100%;
    left: 28%;
    top: 0;
    background: linear-gradient(270.48deg, #090909 68%, rgba(9, 9, 9, 0) 94.62%);
}

.logo {
    position: absolute;
    width: 33%;
    height: 60%;
    left: 11%;
    top: 20%;
    background: rgba(217, 217, 217, 0.2);
    /* Background Blur/xlarge */

    backdrop-filter: blur(15px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 4px;
    color: white;
}

body {
    background-color: #090909
}

a {
    color: white
}

.logoinfo {
    margin-left: 12%;
    margin-top: 30%;
}

.footer {
    margin-top: 10%;
    margin-left: 30%;
}

.imglogo {
    margin-top: 10%;
    text-align: center;
}

.spacer {
    margin-left: 10%;
}

.imglogoheader {
    display: none;
    text-align: center
}
.btnDownload {
    color: white !important;
    border-radius: 22px;
    background: #46494b;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: none;
}

.pink {
    color: #EF9696 !important;
    font-family: 'Tahoma';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
}
.pinfo{
font-family: 'Tahoma';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
/* Text/Text 7 */
color: #FFFFFF;
}

.tablerow {
    text-align: center; 
    background-color: #46494b;
    border-radius:5px
}

.butonspacer{margin-right:5%;}

.info {
    width:135% !important;
}
.error {
    color: #F00;
    background-color: #FFF;
}

.ptable {
    margin-bottom: 5%;
    margin-top: 5%;
    font-weight: normal;
}

.message-unavailable {
    margin-top: -55px;
}

.copyright-container {
    display: inline-block;
    width: 250px;
}

@media only screen and (max-width: 768px) {
    .logo {
        display: none;
    }

    .parent {
        width: 100%;
        background: #090909;
        left: 0;
        top: 0;
    }

    .child {
        left: 5%;
        top: 0;
        background: #090909;
    }

    .footer {
        margin-top: 5%;
        margin-left: 0;
    }

    .spacer {
        margin-left: 0%;
    }

    #spacer-side1, #spacer-side2 {
        display: none !important
    }

    .imglogoheader {
        display: block
    }

    .info {
        width: 100% !important;
    }

    .butonspacer {
        margin-bottom: 2%;
        margin-right:0;
    }

    .message-unavailable {
        margin-top: 0;
    }

    .copyright-container {
        width: auto;
    }
}
