﻿#olq-home-section
{
    margin-top: 80px;
    height: 310px;
}

#olq-home-title
{
    font-size: 22px;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.olq-home-companyName
{
    font-size: 40px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.olq-home-companyName.siteName
{
    font-size: 20px;
    margin-bottom: 20px;
}

#olq-home-touchScreen-container
{
    width: 450px;
    margin-left: auto;
    margin-right: auto;
}

#olq-waitTime-container
{
    font-size: 40px;
    margin: 20px auto;
    width: 650px;
    text-align: center;
}

#olq-home-options-container
{
    width: 450px;
    margin-left: auto;
    margin-right: auto;
}


#olq-existingclient
{
    margin-top: 30px;
}


#olq-logo-container
{
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 80px;
}


#olq-logo-table
{
    width: 100%;
}

#olq-logo {
    background: url('../img/shortcuts-logo.png') no-repeat;
    height: 70px;
    width: 315px;
}

.olq-exit
{
    cursor: pointer;
}

#olq-exit
{
    position: fixed;
    bottom: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 22px;
    margin-left: 1rem;
    padding: 1rem;
    width: 10%;
    text-align: center
}

#olq-waitTime-emptycontainer
{
    margin-top: 140px;
}


/* ------------------------- BUSINESS SECURITY PIN DLG -------------------*/


#BusinessSecurityPin-Container
{
    background-color: #297584;
}

#BusinessSecurityPin-display
{
    background-color: White;
    border: 1px solid #1689A0;
    color: Black !important;
    width: 215px;
    margin-left: 10px;
    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: 340px;
}

.BusinessSecurityPin-tr
{    
}

.BusinessSecurityPin-td
{
    background-color: #085D73;
    border: 1px solid #1689A0;
    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: #00BAE7;
}