@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900);
			
* {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
}

html,
#demo-page {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.hide {
    display: none;
}

#demo-page {
    display: flex;
    background-position: top center;
    background-image: url('https://s3-us-west-1.amazonaws.com/demo.dashnow.com/restaurant.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
}

.white-top {
    /* position: absolute; */
    /* top: 57; */
    /* left: 54.1%; */
    overflow: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 335px;
    height: 32px;
    z-index: 950;
    background-color: #FFFFFF;
}

#iframe-shell {
    width: 335px;
    height: 700px;
    z-index: 900;
    background-color: #FFFFFF;
}

.shell {
    position: absolute;
    top: -40px;
    left: -20px;
    z-index: 1000;
    /* margin-left: -100%; */
    height: 760px;
    width: 375px;
    background-position: left center;
    background-image: url('https://dash-files-s3.s3-us-west-1.amazonaws.com/iphone11shell.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    pointer-events: none;
}


#dineIn-demo {
    padding-top: 40px;
}

.footer {
    color: #FFFFFF;
    padding-top: 100px;
}

.footer .text {
    font-size: 16px;
}

.footer .copyright {
    margin-top: 15px;
    font-size: 12px;
}

a, a:visited, a:link {
    color: #FFFFFF;
}


.page {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 11111;
}


#iframe-wrapper {
    position: relative;
}

.receipt-container{
    width: 425px;
    z-index: 100000;
    height: 760px;
    border:2px solid #cfcfcf;
    background:#FFF;
}
#receipt-name{
    text-align: center;
    margin: auto;
    margin-bottom: -15px;
    margin-top: -15px;
}

#root {
    height: 100% !important;
}


@media screen and (max-width: 1400px) {
    .shell {
        top: -40px;
        left: -14px;
        height: 585px;
        width: 280px;
    }
    #iframe-shell {
        width: 250px;
        height: 520px;
    }
    .white-top {
        width: 250px;
        height: 25px;
    }
    #dineIn-demo {
        padding-top: 10px;
    }
    .receipt-container{
        height: 660px;
    }
}