﻿#olq-top-center-logo {
    margin-top: 40px;
    text-align: center;
}

#olq-home-touchScreen-container {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
}

#olq-waitTime-container {
    font-size: 30px;
    line-height: 30px;
    margin: 35px auto 35px;
    text-align: center;
    font-weight: bold;
}

@media (max-width: 750px) {
    #olq-waitTime-container {
        font-size: 24px;
    }
}

.home-text-container {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

#olq-waitTime-emptycontainer {
    margin-top: 70px;
    margin: 20px auto;
}

.olq-home-companyName {
    font-size: 25px;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 30px;
}

.olq-home-companyName.siteName {
    font-size: 25px;
    margin-bottom: 25px;
    margin-top: 30px;
}

#olq-home-options-container {
    width: auto;
    margin: auto;
}

.olq-home-searchLabel {
    width: 100%;
    text-align: center;
}

#olq-search {
    font-weight: bold;
}

#olq-exit {
    position: fixed;
    bottom: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    margin-left: 1rem;
    padding: 1rem;
    width: 10%;
    text-align: center
}

.olq-exit {
    cursor: pointer;
}

/* ------------------------- BUSINESS SECURITY PIN DLG -------------------*/
#BusinessSecurityPin-Container {
    background-color: #dbe0f9;
}

#BusinessSecurityPin-display {
    background-color: White;
    border: 1px solid #283593;
    color: Black !important;
    width: 215px;
    margin-left: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 50px;
    font-size: 50px;
    padding-left: 100px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

#BusinessSecurityPin-table {
    border-spacing: 10px;
    width: 330px;
}

.BusinessSecurityPin-td {
    background-color: #283593;
    border: 1px solid #283593;
    width: 100px;
    height: 70px;
    text-align: center;
    color: White;
    vertical-align: middle;
    font-size: 20px;
    font-family: "Trebuchet MS",Arial,Verdana;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.BusinessSecurityPin-td:active {
    background-color: #dbe0f9;
}

#olq-home-section {
    padding-top: 9%;
}
