﻿.control_table, #filter_toggle, #insert_tables {
    color: #F48F0E; /* orange */
}

.control_search {
    color: #c5c5c5; /* lightgray */
}

.control_button {
    color: #475153;
    background-color: #c5c5c5;
    border-color: rgba(0,0,0,0.1);
    text-align: center;
    margin-top: 5px;
    margin-right: 5px;
    border-radius: 2px;
}

#filter_panel {
    margin-top: 15px;
}

.hidden{
	display:none;
}

.Mod40FAuctionTagsC .text.hidden{
	display:none;
}

.category, .tag, .control_button { /* basically all button-like links */
    padding: 6px 0;
    cursor: pointer;
	font-size: 1rem;
}

a.category { /* the cateogry links must not be blue */
   
    text-decoration: none;
}
.category { /* bold font without changing div dimensions */
   
}
.tag-category-heading{
	font-size: 1em;
	font-weight: normal;
	margin: 0 ;
}
.tag-heading, .tag {
    
	font-size: 1em;
	font-weight:300;
	text-transform: none;
	margin: 0 ;
}

.search_box{
	margin: 0.8em 0;
}

.tag-filter-item-details{
	padding-bottom: 2em;
}


a.evening, a.evening:hover, a.evening:visited, a.evening:active,
a.tagLink, a.tagLink:hover, a.tagLink:visited, a.tagLink:active
{
    text-decoration: none;
}
.eveningContainer {
    margin: 0 0 1rem;
}

#auction_dates{
	margin-bottom: 2em;
}

@media(max-width:991px) {
    #filter_toggle { /* The filter toggle only appears on xs and sm devices */
        text-shadow: 1px 0px #F48F0E;
        border-style: solid;
        border-bottom-width: 1px;
        padding: 6px 12px;
        cursor: pointer;
    }
}
@media(min-width:992px) {
    #filter_toggle { /* The filter toggle only appears on xs and sm devices */
        display:none;
    }
}
