﻿.has-placeholder::-webkit-input-placeholder
{
    font-size: 25px;
}

.has-placeholder:-moz-placeholder
{
    /* Firefox 18- */
    font-size: 25px;
}

.has-placeholder::-moz-placeholder
{
    /* Firefox 19+ */
    font-size: 25px;
}

.has-placeholder:-ms-input-placeholder
{
    font-size: 25px;
}


.round1
{
    width: 100%;
    min-height: 45px;
    border-radius: 10px;
    border-color: #f0f0f0;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.round1:hover
{
    border-color: Green;
    transform: scale(1.1);
}


.round_hover
{
    background-color: Green;
    border-color: Green;
    color: White;
    transform: scale(1.1);
}

.round2
{
    width: 100%;
    min-height: 45px;
    border-radius: 10px;
    border-color: #f0f0f0;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.round2:hover
{
    border-color: Green;
    transform: scale(1.1);
}

.login
{
    overflow: hidden;
    float:right;
    font-size:25px;
}

.ui-widget-header
{
    border: 1px solid #5cb85c !important;
    background: #5cb85c !important;
    color: #fff;
}


.restaurant_layout_container
{
    width: 906px;
    min-height: 500px;
    margin-left: auto;
    margin-right: auto;
}

.RestaurantTable
{
    width: 80px;
    height: 80px;
    background-image: url('../Images/table_colored.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: left;
    cursor: pointer;
    position: relative;
}


.show_tableNumber
{
    color: red;
    text-align: center;
    padding-top: 23px;
    font-size: 25px;
}

.reserved
{
    /*-webkit-filter: grayscale(100%);     filter: grayscale(100%);     filter: gray;     filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg'                  height='0'>                  <filter id='greyscale'>                  <feColorMatrix type='matrix'                   values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' />                  </filter>                  </svg>#greyscale");*/
}

.reserved_word
{
    color: red;
    position: absolute;
    top: 51px;
    font-size: 20px;
    text-transform: uppercase; /* text-decoration: line-through; */
    transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    -webkit-transform: rotate(-12deg);
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
}


.preferred
{
    border-style: solid;
    border-width: 2px;
    border-color: Red;
    border-radius: 8px;
    width: 85px;
    height: 85px;
}

.selected_request, .selected_MenuItem
{
    background-color: Red;
}

.rd_RestaurantRequest
{
    height: 20px;
    width: 20px;
}


.RequestMenuItem
{
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    padding: 1px;
    border-color: #DBDBDB;
    margin-bottom: 5px;
}

.charged_only
{
    position: absolute;
    color: #E03D3D;
    background-color: rgba(0,0,0,0.5);
    width: 87%;
    text-align: center;
    height: 71px;
    padding-top: 8px;
    top: 238px;
    left: 27px;
    font-size: 25px;
}


.restaurant-container
{
    width: 95%;
    height: 330px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}

.img-container
{
}

.title-container
{
    width: 100%;
    height: 20%;
}

.restaurant-name
{
    width: 75%;
    height: 100%;
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #333333;
    line-height: 50px;
    padding-left: 10px;
    float: left;
}

.show_menu
{
    float: right;
    line-height: 50px;
    padding-right: 10px;
}

.round-name
{
    float: left;
    font-weight:bold;
}

.logout
{
    float: right;
    border-radius: 4px;
    color: #428bca;
    padding-top: 10px;
    padding-bottom: 8px;
}

.logout:hover
{
    background-color: #eeeeee;
}

@media (max-width:750px)
{
    .key-pad,.logo
    {
        display: none;
    }
}


