#filterForm {padding: 0px;}
	#filterLoading {display: none;}
	#filterButton {text-align: center; margin-bottom: 8px;}
	#resetFilter {display: none;}

	.blocker {z-index: 10000 !important} 
	#filterControl {text-align: center; background-color: #eee;}
	#filterControl input {width: 48%; margin: 0px 4px; border-width: 0px; background-color: #fff;}
  #filterControl .btn {width: 100%;}
	/* #seeResults {
    background-color: #f47920 !important;
    color: #fff !important;
    border-bottom-right-radius: 5px !important;
    -moz-border-bottom-right-radius: 5px !important;
    -webkit-border-bottom-right-radius: 5px !important;
} */
#seeResults:hover,#seeResults:focus {
  background-color: #ff5f20 !important;
  text-decoration: underline;
}

#clearFilter:hover,#clearFilter:focus{
  background-color: #444343;
  text-decoration: underline;
  color: white; 
}

#filterModal {position: absolute; width: 90%; max-width: 1000px; margin: 0px auto; background-color: #fff; z-index: 980; left: 0; right: 0; padding: 0;}
#bookResults {min-height: 600px;}	
	
	#filterOpenClose {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 5%;
    z-index: 9;
  }
#filterOpenCloseLink {background-color: #f0f0f0; padding: 5px 30px 5px 12px; color: #665f5f; text-decoration: none;}

#filterOpenCloseLink:hover,
#filterOpenCloseLink:focus {
  background-color: #f47920 !important;
  color: #fff !important;
  border-color: #f47920 !important;
  outline: none;
}

.filterOpenCloseLink:hover:after, .filterOpenCloseLink:hover:focus{color: #fff !important;}

#filterOpenCloseLink:after {
    position: absolute;
    font-family: "fontello";
    top: 50%; 
    font-size: 20px;
    line-height: 24px;
    margin: -10px 4px 0;      
}
.filterClose:after { content: "\e801";}
.filterOpen:after { content: "\e800";}
	
.overlayFilter {
  position: absolute; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.filterDropDownOptions {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.filterDropDownOptions p{
  margin: 0;
}

#filterDropDownOptionsAlpha {display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height:250px;
  width: 100%;}

#filterDropDownOptionsAlpha label {width: 40px; height: 20px;}

#alphaFilter ul li{
  min-width: 50px;
  margin-bottom: 5px;
  float: left;
}

.filterDropDownTitle {font-weight: bold;}
  .filterDropDownTitle:hover {
    color: #f47920 !important;
  }


/* Customize the label (the container) */

.containerCheck {font-weight: normal}
.containerCheck {
  font-weight: normal
  display: block;
  position: relative;  
  margin-bottom: 2px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerCheck input {
  /* position: absolute;
  opacity: 0;  
  height: 0;
  width: 0; */

  cursor: pointer;
  margin-right: 10px;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 13px;
  width: 13px;
  background-color: #fff;
  border: 1px solid #000
}

/* On mouse-over, add a grey background color */
.containerCheck:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerCheck input:checked ~ .checkmark {
  background-color: #f47920;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerCheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerCheck .checkmark:after {
 
}


@media (max-width: 1023px) {
	
	.advsearch-holder {margin-top: 0px;}
	#filterModal {position: relative; width: 100%}
	
	#gradeFilter {border-top: 1px solid #ccc;}
	.filterDropDown {border-bottom: 1px solid #ccc; position: relative;}
	.filterDropDownTitle {line-height: 40px; cursor: pointer;}
	.filterDropDownOptions {display: none;}
	
	.filterDropDownClosed:after 
	{position: absolute;
    content: "\e801";
    font-family: "fontello";
    font-size: 20px;
    line-height: 24px;
   
    color: #646464;
    right: 0;
    top: 10px;
    
    }
    
    .filterDropDownOpen:after 
	{position: absolute;
    content: "\e800";
    font-family: "fontello";
    font-size: 20px;
    line-height: 24px;

    color: #646464;
    right: 0px;
    top: 10px;
}


}
