/* Filter Bar and Wrapper */

#wrap.withBar {
  margin-left: 295px;
  transition: 0.5s;
}
    
#wrap.withoutBar {
  margin-left: 0px;
}
  
#filtersPane {
  position: fixed;
  margin: 80px 10px 20px 0px;
  height: 100%;
  min-height: 100%;
  background: #525051;
  z-index:100;
}

#filtersPane.showToggle {
  width: 295px;
  padding: 10px 3px 0px 3px;
  border-right: 1px solid black;
  overflow: auto;
  transition: 0.5s;
}
	  
#filtersPane.hideToggle {
  width: 0px;
  padding: 10px 0px 0px 0px;
  overflow: hidden;
  border-right: none;
}
	
#filtersSidebar {
  margin: 0;
  width: 275px;
  color: #069bc4;
  padding: 0px 5px 5px 1px;
}
	
#filtersSidebar a i {
  color: #069bc4;
}

#filtersSidebar .boxheader {
  margin: 0;
}
  
#filtersSidebar .boxheader .clearAll {
  float: right;
  font-size: 8pt;
  text-align: right;
  padding-right: 5px;
}
	
#filtersSidebar .boxheader h3 {
  font-size: 12pt;
  margin: 5px 0 20px 0;
}

#filtersSidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#filtersSidebar > ul > li:not(:last-child) {
  margin-bottom: 20px;
}

#filtersSidebar > ul > li h2 {
  font-size: 10pt;
  margin: 0 0 2px 0;
  color: #fff;
}

#filtersSidebar > ul ul li {
  padding-left: 10px;
  font-size: 9pt;
}
    
#filtersSidebar > ul > li > ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f0c8  ";
}

#filtersSidebar > ul > li > ul li.active:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f14a  ";
}

.filtersMoreLink {
  display: block;
  text-align: right !important;
}

#filtersSidebar .clear {
  float: right;
  font-size: 8pt;
  text-align: right;
}

#filtersSidebar a {
  color: #ddd;
}
  
#filtersSidebar a:hover {
  cursor: pointer;
}

#filterToggle {
  float: right;
  font-size: 12pt;
  font-weight: normal;
  padding-top: 10px;
}

#filterToggle.showToggle {
  display: inline !important;
}

#filterToggle.hideToggle {
  display: none;
}

#filtersPane ul.links {
  margin-top: 10px;
  list-style-type: none;
  height: 100px;
}

#filtersPane ul.links li {
  display: block;
  float: left;
}
    
#filtersPane ul.links li:not(:first-child) {
  padding: 0px 0px 0px 10px;
}

#filtersPane ul.links li:not(:first-child):before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c1";
  font-size: 8pt;
  color: #069bc4;
}

#filtersPane ul.links li a {
  color: #fff;
}
  
#filtersPane ul.links li:not(:first-child) a {
  display: inline-block;
  padding-left: 8px;
}

#customGrade > li:before {
  content: "" !important;
}


/* Resources Lists */

#resources > ul {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 20px;
  margin-bottom: 50px;
}

li.resource-entry > hr {
  border: 0;
  height: 1px;
  margin-left: 10%;
  margin-right: 10%;
  background-image: linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));
}

li.resource-entry:first-child > hr {
  display: none;
}

li.resource-entry .resTypeIcon {
  margin-top: 3px;
  height: 18px;
  width: 18px;
  fill: #999;
}

li.resource-entry .icon {
  display: block; 
  float: left;
}

li.resource-entry .details {
  margin-left: 25px;
}

li.resource-entry .abstract {
  clear: both;
}

li.resource-entry .grades {
  display: block;
  float: right;
  font-weight: bold;
}

li.resource-entry .details > a:first-child {
  font-size: 12pt;
  font-weight: 500;
  color: #000;
}

/* main div */

#main {
  overflow: auto;
  padding-bottom: 100px;
  background #fff !important;
  width: 100%;
  min-height: 100% !important;
  color: #000;
}


/* Responsive CSS */
@media (max-width: 992px) {
  #content h2 {
    margin-top: 20px;
  }
} 


@media screen and (max-width: 767px) {
  #wrap.withBar {
    margin-left: 0px;
  }
  #filtersPane {
    background: rgba(57,53,54,0.9);
  }
}
			