@charset "utf-8";
/* CSS Document */
#sidebar-nav,
#sidebar-search {
	font-weight: bold;
  z-index: 1000;
  position: fixed;
  right: 380px;
  width: 0;
  height: 100%;
  margin-right: -380px;
  overflow-y: auto;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow-x: hidden;
  box-shadow: -4px 1px 6px rgba(0,0,0,0.1);
}

#sidebar-nav.toggled,
#sidebar-search.toggled {
  width: 380px;
}
.float-filter{
	display: block;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateX(-50%);
	border-radius: 5px 0 0 5px !important;
	padding: 11px 7px 11px 2px;
	writing-mode: vertical-rl;
	text-orientation:sideways;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	z-index:15;
}
.float-filter.move-over{
	right:380px;
}

/* Sidebar Styles */
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 380px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav > li {
  text-indent: 20px;
  line-height: 40px;
}
.sidebar-nav li a {
  display: block;
  text-decoration: none;
}
.sidebar-nav li a:hover,.sidebar-nav li.active a {
  text-decoration: none;
  color: #fff;
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
}
.sidebar-nav>.sidebar-brand {
  height: 65px;
  font-weight:bold;
  line-height: 60px;
  background: #f6f6f6;
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
}
.sidebar-nav>.sidebar-form {
	padding:30px;
    padding-bottom:180px;
    text-indent: 0;
    line-height: normal;
}
.sidebar-nav>.sidebar-brand a,
.sidebar-nav>.sidebar-close a {
  color: #999999;
}
.sidebar-nav>.sidebar-brand a:hover,
.sidebar-nav>.sidebar-close a:hover {
  color: #000;
  background:none;
}
.sidebar-nav>li.sidebar-close {
  text-indent: 10px;
}
@media(min-width:768px) {
  #sidebar-nav,
  #sidebar-search {
    width: 0;
  }
  #sidebar-nav.toggled,
  #sidebar-search.toggled {
    width: 380px;
  }
}
#sidebar-nav::-webkit-scrollbar,
#sidebar-search::-webkit-scrollbar {
    width: 0.25em;
}
 
#sidebar-nav::-webkit-scrollbar-track,
#sidebar-search::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
#sidebar-nav::-webkit-scrollbar-thumb,
#sidebar-search::-webkit-scrollbar-thumb {
  background-color: #ff1a18;
  outline: 1px solid slategrey;
}
#sidebar-nav .collapse .list-group-item:last-child,
#sidebar-search .collapse .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
	border-bottom: none;
}
.position-search{
	position: fixed;
	bottom: 0;
	width: 350px;
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
    border-top: solid 1px #eeeeee;
}
