/*!
 * 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-left: 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-left: 280px;
}

.side-nav-title a{ 
	font-size: 1.25em;
	font-weight: 300; 
}

.side-nav-title p{ 
	font-size: .75em;
	font-weight: 100; 
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 280px;
    width: 0;
    height: 100%;
    margin-left: -280px;
    /*overflow-y: auto;*/
    background: #E6E6E6;
    -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 #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    /*position: absolute;
    padding: 15px;*/
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.spacer { min-height: 8%; height: auto; display: block; clear: both;}
.sidebar-nav {
    /*position: absolute;*/
    top: 0;
    width: 280px;
    margin: 0;
    padding: 0;
    list-style: none;
	/*background: #f68e1e;*/
}
.sidebar-nav-two {
    /*position: absolute;*/
    bottom: 0!important;
    width: 280px;
    list-style: none;
	margin-top: 60%;
    /*height: 110px!important;*/
	margin-bottom: 20px;
}

.sidebar-nav li {
    text-indent: 12px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: white;
}
.sidebar-nav li .sidebar-brand .active a {
    display: block;
    text-decoration: none;
    color: #662D91;
	border-left-width: 4px;
	border-left-color: #1E5454;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #662D91;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
	/*color: #662D91;*/
}

.sidebar-nav > .sidebar-brand {
	height: 45px;
	font-size: 17px;
	/*line-height: 60px;*/
	/* [disabled]background-color: #0973b9; */
    margin-left: 2px;
}

.sidebar-nav > .sidebar-brand a {
    color: #666666;
}

    .sidebar-nav > .sidebar-brand a {
        color: #212121;
        border-left: 4px solid #E6E6E6;
    }
    .sidebar-nav > .sidebar-brand.active a {
        color: #d52b1e;
        border-left: 4px solid #AF261C;
        height: 45px;
    }

    .sidebar-nav > .sidebar-brand a:hover {
        text-decoration: none;
        color: #AF261C;
        background: rgba(255,255,255,0.2);
        border-left-width: 4px;
        border-left-color: #AF261C;
        height: 45px;
    }

@media(min-width:768px) {
    #wrapper {
        padding-left: 280px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 280px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        /*padding: 20px;*/
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

@media(max-width:767px) {
    #wrapper {
        padding-left: 0px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 100%;
		/*height: 270px;*/
		position: relative;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 100%;
    }

    #page-content-wrapper {
        padding: 0px;
		/*position: absolute;*/
    }

    #wrapper.toggled #page-content-wrapper {
        position: absolute;
        margin-right: 0;
    }
	.spacer { min-height: 180px; height: auto; display: none; clear: both;}
	.sidebar-nav-two {width: 100%;}
	.sidebar-nav-two {
    bottom: 0;
    width: 100%;
    list-style: none;
	margin-top: 0%;
    /*height: 90px!important;*/
    }
}
