﻿.booths-container {
    max-width: 1450px;
    width: 100%;
    margin-left: 100px;
    margin-right: auto;
}

.booth_a {
    color: #000;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    border: 2px #FFF solid;
    border-radius: 5px;
}


.booth_a:hover {
    background-color: #dbcfcf;
}

.bg_yellow {
    background-color: #f0d86a;
}

.bg_blue {
    background-color: #39afe5;
}

.bg_green {
    background-color: #0C6;
}

.bg_blue_yellow {
    background: linear-gradient(to right, #39afe5 50%, #f0d86a 50%);
}
.bg_yellow_blue {
    background: linear-gradient(to right,#f0d86a 50%, #39afe5 50%);
}
.bg_blue_yellow a:link {
    background: linear-gradient(to right, #39afe5 50%, #f0d86a 50%);
}
.bg_yellow_blue a:link {
    background: linear-gradient(to right, #39afe5 50%, #f0d86a 50%);
}

 .bg_gray {
    background-color: #cbcbcb;
    color: #969696;
    cursor: default;
}

.disabled-booth {
    pointer-events: none;
    cursor: default;
    background-color: #cbcbcb;
    color: #969696;
}

.booth_a.reserved {
    background-color: #FF0000;
}

.booth_a.booked {
    color: #fff;
    background-color: #FF0000 !important;
    /*pointer-events: none;*/
    cursor: not-allowed;
}
.booth_a.bg_yellow_blue.booked {
    color: #fff !important;
    background: #FF0000 !important;
    cursor: not-allowed;
}
.booth_a.bg_blue_yellow.booked {
    color: #fff !important;
    background: #FF0000 !important;
    cursor: not-allowed;
}
.booth_a.gray {
    color: #969696;
    background-color: #cbcbcb !important;
    /*pointer-events: none;*/
    cursor: not-allowed;
}

#logo {
    z-index: 199;
    position: fixed;
    top: 250px;
    left: 15%;
    width: 200px;
    overflow: hidden;
}
#btnRefreshBooth {
    z-index: 199;
    position: fixed;
    top: 170px;
    left: 15%;
    width: 200px;
    overflow: hidden;
}
.foolplanWidth {
    width: 1200px;
    height: 800px;
    overflow: auto;
    position: absolute;
    display: block;
    margin: 0 18%;
    z-index: 99;
}
@media (max-width: 1366px) {
    .foolplanWidth {
        margin: 0 10%;
    }

    #logo, #btnRefreshBooth {
        left: 80px;
    }
}

@media (max-width: 1024px) {
    #logo, #btnRefreshBooth {
        left: 80px;
    }
    .foolplanWidth {
        margin: 0 10%;
    }

    
}
