body {
    color: #777;
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

/*
Add transition to containers so they can push in and out.
*/
#layout,
#toolbar,
#menu,
.menu-link {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/*
This is the parent `<div>` that contains the menu and the content area.
*/
#layout {
    position: relative;
    left: 0;
    padding-left: 0;
}
    #layout.active #menu {
       
        width: 240px;
    }

    
/*
The content `<div>` is where all your content goes.
*/


.header {
     margin: 0;
     color: #333;
     text-align: center;
     padding: 0.5em 2em 0;
     border-bottom: 1px solid #eee;
 }
    .header h1 {
        margin: 0.5em 0;
        font-size: 3em;
        font-weight: 300;
    }
     .header h2 {
        font-weight: 300;
        color: #ccc;
        padding: 0;
        margin-top: 0;
    }

.content-subhead {
    margin: 50px 0 20px 0;
    font-weight: 300;
    color: #888;
}



/*
The `#menu` `<div>` is the parent `<div>` that contains the `.pure-menu` that
appears on the left side of the page.
*/

#menu {
    margin-left: -240px; /* "#menu" width */
    width: 240px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    z-index: 1000; /* so the menu or its navicon stays above all content */
   background:  radial-gradient( circle at top left, #444444, black 70% );
	
   
    background-position: left 0 bottom 0;
    background-repeat: no-repeat;
    
	overflow:hidden;
    -webkit-overflow-scrolling: touch;
}
#menu:after{
	content:"";
	background: url(../images/tool.png);
	background-position: left 0 bottom 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: 256px 556px;
    background-size: 256px 556px;
	
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
	height:100vh;
    width: 240px;
	z-index:-1;
}


.pure-menu{
	-webkit-overflow-scrolling: touch;
	position:relative;
	height:calc(100vh - 87px);
    overflow-x: hidden;
    overflow-y: auto;
	
}
.pure-menu::-webkit-scrollbar-thumb {
    background-color: #555;
    border: 2px solid #555;
}
.pure-menu::-webkit-scrollbar {
    background-color: #333;
    width: 8px;
}

.version{
	font-size:65%;
	color:#AAA;
}

    /*
    All anchors inside the menu should be styled like this.
    */
    #menu a {
        color: #FFF;
        border: none;
        padding: 0.6em 0 0.6em 0.75em;
    }
#menu .glyphicons{
	color:#FFF;
}
    /*
    Remove all background/borders, since we are applying them to #menu.
    */
     #menu .pure-menu,
     #menu .pure-menu ul {
        border: none;
        background: transparent;
		 font-size: 103%;
    }

    /*
    Add that light border to separate items into groups.
    */
    #menu .pure-menu ul,
    #menu .pure-menu .menu-item-divided {
        border-top: 0px;
    }
        /*
        Change color of the anchor links on hover/focus.
        */
        #menu .pure-menu li a:hover,
        #menu .pure-menu li a:focus {
    background: rgba(255,255,255,0.1);
    color: #FFF;
        }
		#menu .pure-menu li::before {
    content: '';
    height: 16px;
    width: 16px;
}

    /*
    This styles the selected menu item `<li>`.
    */
    #menu .pure-menu-selected {
       background: rgba(255,255,255,0.1);
	
    }
        /*
        This styles a link within a selected menu item `<li>`.
        */
        #menu .pure-menu-selected a {
            color: #FFF;
			box-shadow: inset 3px 0 0 #2f90b2;
        }

    /*
    This styles the menu heading.
    */
    #menu .pure-menu-heading {
        font-size: 110%;
        color: #fff;
        margin: 0;
		padding: .25em .5em .125em;
    }

#menu .pure-menu-heading span{
	font-size: .5em;
letter-spacing: .1em;
font-weight: 700;
text-transform: uppercase;
	    color: hsla(0,0%,100%,.4);
}

/* -- Dynamic Button For Responsive Menu -------------------------------------*/

/*
The button to open/close the Menu is custom-made and not part of Pure. Here's
how it works:
*/

/*
`.menu-link` represents the responsive menu toggle that shows/hides on
small screens.
*/
.menu-link {
    
	position:relative;
    display: block;
    top: -3px;
    /* left: 0; */
    /* background: #f6f6f6; */
    font-size: 11px;
    width: 5em;
    height: auto;
    padding: 2.1em 1.6em;
    z-index: 10000;

}

    .menu-link:hover,
    .menu-link:focus {
        /*background: #fff;*/
    }

    .menu-link span {
        position: relative;
        display: block;
    }

    .menu-link span,
    .menu-link span:before,
    .menu-link span:after {
        background-color: #000;
        width: 24px;
        height: 0.2em;
    }

        .menu-link span:before,
        .menu-link span:after {
            position: absolute;
            margin-top: -0.6em;
            content: " ";
        }

        .menu-link span:after {
            margin-top: 0.6em;
        }


/* -- Responsive Styles (Media Queries) ------------------------------------- */

/*
Hides the menu at `48em`, but modify this based on your app's needs.
*/
@media (min-width: 800px) {

    .header,
    .content {
        padding-left: 2em;
        padding-right: 2em;
    }

    #layout {
        padding-left: 240px; /* left col width "#menu" */
        left: 0;
		min-height:300px;
		margin-top: 70px;
    }
    #menu {
        margin-left: 0px;
    }

    .menu-link {
        position: fixed;
        left: 240px;
        display: none;
    }

    #layout.active .menu-link {
        left: 240px;
    }
	#mobile-header{
		display:none;
	}
	#main{
		margin-top:50px;
		padding: 5%;
	}
	
}

@media (max-width: 800px) {
    /* Only apply this when the window is small. Otherwise, the following
    case results in extra padding on the left:
        * Make the window small.
        * Tap the menu to trigger the active state.
        * Make the window large again.
    */
	#layout{
		margin-top:65px;
		
	}
    #layout.active {
        position: relative;
        left: 240px;
    }
}


/*csslint adjoining-classes: false, box-model:false*/
.pure-menu {
    box-sizing: border-box;
}

.pure-menu-fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
}

.pure-menu-list,
.pure-menu-item {
    position: relative;
}

.pure-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pure-menu-item {
    padding: 0;
    margin: 0;
    height: 100%;
}

.pure-menu-link,
.pure-menu-heading {
    display: block;
    text-decoration: none;
    white-space: nowrap;
}

.pure-menu-children {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
}

.pure-menu-horizontal .pure-menu-children {
    left: 0;
    top: auto;
    width: inherit;
}

.pure-menu-allow-hover:hover > .pure-menu-children,
.pure-menu-active > .pure-menu-children {
    display: block;
    position: absolute;
}

/* Vertical Menus - show the dropdown arrow */
.pure-menu-has-children > .pure-menu-link:after {
    padding-left: 0.5em;
    content: "\25B8";
    font-size: small;
}

/* Horizontal Menus - show the dropdown arrow */
.pure-menu-horizontal .pure-menu-has-children > .pure-menu-link:after {
    content: "\25BE";
}

/* scrollable menus */
.pure-menu-scrollable {
    overflow-y: scroll;
    overflow-x: hidden;
}

.pure-menu-scrollable .pure-menu-list {
    display: block;
}

.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
    display: inline-block;
}

.pure-menu-horizontal.pure-menu-scrollable {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    /* a little extra padding for this style to allow for scrollbars */
    padding: .5em 0;
}

.pure-menu-horizontal.pure-menu-scrollable::-webkit-scrollbar {
    display: none;
}

/* misc default styling */

.pure-menu-separator,
.pure-menu-horizontal .pure-menu-children .pure-menu-separator {
    background-color: #ccc;
    height: 1px;
    margin: .3em 0;
}

.pure-menu-horizontal .pure-menu-separator {
    width: 1px;
    height: 1.3em;
    margin: 0 .3em ;
}

/* Need to reset the separator since submenu is vertical */
.pure-menu-horizontal .pure-menu-children .pure-menu-separator {
    display: block;
    width: auto;
}

.pure-menu-heading {
    text-transform: uppercase;
    color: #565d64;
}

.pure-menu-link {
    color: #777;
}

.pure-menu-children {
    background-color: #fff;
}

.pure-menu-link,
.pure-menu-disabled,
.pure-menu-heading {
    padding: .5em 1em;
}

.pure-menu-disabled {
    opacity: .5;
}

.pure-menu-disabled .pure-menu-link:hover {
    background-color: transparent;
}

.pure-menu-active > .pure-menu-link,
.pure-menu-link:hover,
.pure-menu-link:focus {
    background-color: #eee;
}

.pure-menu-selected .pure-menu-link,
.pure-menu-selected .pure-menu-link:visited {
    color: #000;
}