﻿
html, body {
    height: 100%;
}



#area-controlpanel {
    border: solid 1px grey;
    border-width: 0 0 0  1px;
    height: 100%;
    margin: 0 20px;
    position: relative;
}

#filter-control {
}

#filter {
    width: 100%;
    height: 100%;
}

#business-list {
    height: 100%;
    width: 100%;
    /*border: solid 1px grey;
    border-width: 0 0 0 1px;*/
    float: left;
    overflow-y: scroll;
    /*flex: 0 0 100px;*/
}

.business-listing {
    padding: 20px;
    border-bottom: solid 1px grey;
    border-right: solid 1px grey;
    float: left;
    height: 140px;
    overflow:hidden;   cursor:pointer;
}

p.orderingOptions i {
    margin: 4px;
}

    p.orderingOptions i.Yes {
        color: green;
    }

    p.orderingOptions i.No {
        color: #b1b1b1;
    }

.fa, .fas {
    font-size: 18px;
}
.fb-share-button.fb_iframe_widget {
                float: right;
            }

            i.fas.fa-caret-down {
                float: right;
            }
            a.disabled-link {
    pointer-events: none;
    color:#333;
}
/* RIGHT HAND SIDE ICONS/NOTIIFCATIONS
*/
/* BANNER */
  h4 span.oplev3 {
                font-size: 14px;
                display: inline-block;
                float: right;
                padding: 3px;
                font-weight: normal;
                font-family: 'AzoSans';
            }

                h4 span.oplev3.open {
                    color: white;
                    background-color: green;
                }

                h4 span.oplev3.closed {
                    color: white;
                    background-color: red;
                }

                h4 span.oplev3.unknown {
                    color: white;
                    background-color: grey;
                }
                /* ICON */
            h4 i.oplev3 {
                
                display: inline-block;
                float: right;
                
             
                
            }

                h4 i.oplev3.open {
                    color:  green;
                }

                h4 i.oplev3.closed {
                    color: red;
                    
                }

                h4 i.oplev3.unknown {
                    color: grey;
                }



.business-listing.selected {
    background: #aed9ff;
    
}
.business-listing:hover {
    background: #aed9ff;
    
}

#filter a {
    width: 20%;
    display: inline-block;
    padding: 20px 0 20px 0;
    text-align: center;
    font-size: 17px;
    border: solid grey;
    border-width: 1px 1px 1px 0px;
    background: #eee;
    color: black;
    text-decoration: none;
    text-align:center;
}

    #filter a.selected {
        background: rgb(248, 175, 4);
    }

    #filter a:hover {
        background: rgb(248, 175, 4);
    }

.mobileFilterButton {
    display: none;
}
@media only screen and (max-width: 1024px) 
{
#filter a 
{font-size:12px;}

}
@media only screen and (max-width: 776px) {

    .mobileFilterButton {
        display: inline-block;
        width: 100%;
        display: inline-block;
        padding: 20px;
        text-align: center;
        font-size: 17px;
        border: solid grey;
            border-width: 1px 1px 1px 0;
        background: #eee;
        color: black;
        text-decoration: none;
    }

    #filter-control {
        display: block;
        margin-right: 0;
    }
        #filter {
        position: absolute;
            z-index: 9999;
            display:none;
    }
        #filter a {
         width:100% !important;
         font-size:18px;
        

    }
 
    .mobile-buttons {
        display: block;
    }
}
