body, html {
    height: 100%;
}
body {
    background-color: #000;
}
.logo {
    height: 100%;
}
h1,h2,h3,h4,h5,label{
	
	color: #FFF;

}

.page > .main-width {
    margin-top: 64px;
}

.well h1, .well h2, .well h3, .well h4, .well h5   {
    color: #333;
}
#top-navbar {
    background-color: #000;
    border-radius: 0;
	border: 1px solid;
	background: rgb(247,4,243);
    background: -moz-linear-gradient(45deg, rgba(247,4,243,1) 0%, rgba(179,4,214,1) 44%, rgba(63,2,56,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(247,4,243,1)), color-stop(44%,rgba(179,4,214,1)), color-stop(100%,rgba(63,2,56,1)));
    background: -webkit-linear-gradient(45deg, rgba(247,4,243,1) 0%,rgba(179,4,214,1) 44%,rgba(63,2,56,1) 100%);
    background: -o-linear-gradient(45deg, rgba(247,4,243,1) 0%,rgba(179,4,214,1) 44%,rgba(63,2,56,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(247,4,243,1) 0%,rgba(179,4,214,1) 44%,rgba(63,2,56,1) 100%);
    background: linear-gradient(45deg, rgba(247,4,243,1) 0%,rgba(179,4,214,1) 44%,rgba(63,2,56,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f704f3', endColorstr='#3f0238',GradientType=1 );
    margin-bottom: 2px;
}
.navbar-brand{
	padding: 0;
	
}
#sidebar-toggle {
	color: #ccc;
    border-color: #b605d7;
    float: left;
    margin: 6px !important;
    background: rgb(115,0,103);
    background: -moz-linear-gradient(top, rgba(115,0,103,1) 0%, rgba(91,0,74,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(115,0,103,1)), color-stop(100%,rgba(91,0,74,1)));
    background: -webkit-linear-gradient(top, rgba(115,0,103,1) 0%,rgba(91,0,74,1) 100%);
    background: -o-linear-gradient(top, rgba(115,0,103,1) 0%,rgba(91,0,74,1) 100%);
    background: -ms-linear-gradient(top, rgba(115,0,103,1) 0%,rgba(91,0,74,1) 100%);
    background: linear-gradient(to bottom, rgba(115,0,103,1) 0%,rgba(91,0,74,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#730067', endColorstr='#5b004a',GradientType=0 );
    height: 40px;
}
 

#top-menu {
    border: 1px solid;
    width: 50%;
    height: 100%;
    max-width: 200px;
	top: 70px;
	background-color: #420139;
	position: fixed;
	display: none;
	z-index: 1;
	overflow: auto;
}
#top-menu>ul>li , #top-menu>ul>li>ul>li  {
 
    display: block;
    width: 100%; 
}

#top-menu>ul>li>a, #top-menu>ul>li>ul>li>a {
     background-color: rgb(66, 1, 57);
    color: #ffe400;
    text-shadow: -1px -1px #000;
}

#top-menu .navbar-nav {
    margin: 0 0;
}

#top-menu>ul>li>ul>li>a {
    text-indent: 10px;
    color: #fff;
}

a.navbar-brand {
    height: 50px;
}
#top-menu li {
    padding: 10px;
}

.navbar-brand{

    margin-right: 3rem;


}