﻿@import url('https://fonts.googleapis.com/css?family=Roboto');


body {
    overflow-y: auto;
    background: lightblue url("rest33.jpg") no-repeat center center fixed;
    background-size: cover;
}

.main-section {
    margin: 0 auto;
    margin-top: 130px;
    padding: 0;
}

.modal-content {
    background-color: #fff;
    opacity: .95;
    padding: 0 18px;
    box-shadow: 0px 0px 3px #848484;
}

.customeScrole {
    height: 500px;
    overflow-y: auto;
}


.loginImg {
    margin-top: -50px;
    margin-bottom: 35px;
    width: 200px;
    height: 200px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px #848484;
}

.form-group {
    margin-bottom: 25px;
}

    .form-group input {
        height: 42px;
        border-radius: 5px;
        border: 0;
        font-size: 18px;
        padding-left: 54px;
    }

    .form-group::before {
        font-family: 'FontAwesome';
        content: "\f007";
        position: absolute;
        font-size: 22px;
        color: #555e60;
        left: 28px;
        padding-top: 4px;
    }

    .form-group:last-of-type::before {
        content: "\f023";
    }

button {
    width 40%;
    margin: 5px 0 25px;
}

.btn {
    /*background-color: #27c2a5;*/
    color: #fff;
    font-size: 19px;
    padding: 7px 14px;
    border-radius: 5px;
    border-bottom 4px solid #219883;
}

    .btn:hover, .btn:focus {
        background-color: #25a890  !important;
        border-bottom: 4px solid #25a890  !important;
    }

.svg-inline--fa {
    font-size: 20px;
    margin-right: 7px;
}


.forgot {
    padding: 5px 0 25px;
}

    .forgot a {
        color: #007bff;
    }

.customeScrole {
    height: 500px;
    overflow-x: auto;
}


.btnItems {
    margin: 3px;
}


.bg-silver {
    background-color: # transparent !important;
}

.btn-circle {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
}

    .btn-circle i {
        position: relative;
        top: -1px;
        font-size: 20px;
    }

btn-eat {
    position: 088DD4;
}


footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: darkgrey;
    color: white;
    text-align: center;
}


/**********/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */
.categories-list {
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    justify-content: space-between;
}

    .categories-list li {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 1rem;
        margin-right: 1rem;
        border-radius: 5px;
        min-width: 150px;
        min-height: 100px;
        margin: 10px;
    }





.tblReserved {
    border: 5px solid #f39c12;
}

.tblClose {
    border: 5px solid #c0392b; 
}

.tblOpen {
    border: 5px solid #7f8c8d;
}

.tblReserved:hover {
    background-color: #f39c12;
    color: white;
}

.tblClose:hover {
    background-color: #c0392b;
    color: white;
}

.tblOpen:hover {
    background-color: #7f8c8d;
}


.categories-list li:hover .tblReserved {
    /*background-color: #1abc9c;
    color: white;
    border-radius: 5px;
    cursor: pointer;*/
}

.categories-list li img {
    width: 30px;
    height: 30px;
}
