/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

 body {
    overflow-x: hidden;
 }

/* Toggle Styles */

#wrapper {
    padding-right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-right: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: absolute;
    right: 250px;
    width: 0;
    height: calc(100% - 463px);
    margin-right: -250px;
    overflow-y: auto;
    background: #444444;
    border-top: 1px solid #7c7c7c;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: -45px;
    color: #fff;
}

#wrapper.toggled #sidebar-wrapper {
    width: 25%;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    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;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.edufilter {
	position: absolute;
	width: 100%;
	min-width: 200px;
	top: 0;
}

.edufiltergroup {
	padding: 20px;
	border-bottom: 1px solid #7c7c7c;
}

.edufilterbuttons {
	/*border-bottom: none;*/
}

.edufilter legend {
	font-size: 1rem;
	margin-top: 0px;
	color: #fff;
	border-bottom: none;
	font-family: "source_sans_prosemibold",sans-serif;
}

.edufilter legend a {
	color: #fff;
	display: block;
}

.woutleg {
	padding-top: 30px;
}

.edufilter legend a:hover {
	text-decoration: none;
}

.edufilter legend .icon {
	color: #fff;
    float: right;
    font-size: 14px;
}

.filter-input {
	border-radius: 0;
	background-color: #626262;
	border-color: #707070;
	color: #fff;
}

.edufilter .collapsepoint .ion-chevron-down::before {
    content: "\f123";
}

.edufilter .collapsed .ion-chevron-down::before{
	content: "\f125" !important;
}

.edufilter .input-group-addon {
	background-color: #919191;
	border-color: #707070;
	color: #fff;
}

.edufilter .checkbox {
	margin-top: 0;
}

.edufilter .form-control:focus {
    border-color: #848383;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(132, 132, 132, 0.6);
}

.edufilter option::selected {
    background: red;
}

#sidebar-wrapper .btn-default {
	background-color: #9f9f9f;
	color: #000;
	background-color: #cbcbcb;
}

/* Bootstrap Breakpoint SM */
@media (max-width: 768px) {  
	#wrapper.toggled #page-content-wrapper, #page-content-wrapper {
		position: relative;
	}
	#sidebar-wrapper {
        width: 50%;
    }
    #wrapper.toggled #sidebar-wrapper {
	    width: 0;
	}
    #wrapper.toggled {
	    padding-right: 0;
    }
}

@media (max-width: 525px) {
	#sidebar-wrapper {
        width: 100%;
    }
}



@media (min-width: 768px) {  
    #wrapper {
        padding-right: 0;
    }

    #wrapper.toggled {
        padding-right: 0;
    }

    #sidebar-wrapper {
        width: 25%;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-left: 0;
    }
}

/* Bootstrap Breakpoint SM */
@media (min-width: 768px) and (max-width: 992px) {  
	#sidebar-wrapper {
	    width: 41.6667%;
	}
}

@media (min-width: 992px) {
	
}

/* Bootstrap Breakpoint MD */
@media (min-width: 992px) and (max-width: 1199px) {
	#sidebar-wrapper {
	    width: 33.3333%;
	}
}

/* Bootstrap Breakpoint LG */
@media (min-width: 1200px) {

}

@media print {
	
}
