body {
    height: 100%;
    overflow: auto;
	padding-top: 40px;
	width: 100%;
	position: absolute;
	background-color: #00467f;
}

.scroll, .scroll-y, .scroll-x {
	/*-webkit-overflow-scrolling: touch;*/
}

.scroll > *, .scroll-y > *, .scroll-x > * {
	-webkit-transform : translateZ(0);
}

.scroll { overflow: auto; }
.scroll-y { overflow-y: auto; }
.scroll-x { overflow-x: auto; }

#sidebar > div {	
	background: #fff;
	text-align: left;
	color: #000;
	/*border-top: 1px solid #c8c8c8;*/
	border-bottom: 1px solid #e5e5e5;
	padding: 10px;
}

#sidebar {
	border-right: 1px solid #e5e5e5;
	width: 200px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #fff;
	background-image: url("noise.png");
	-ms-transition: width 0.3s, left 0.3s;
	-moz-transition: width 0.3s, left 0.3s;
	-webkit-transition: width 0.3s, left 0.3s;
	-o-transition: width 0.3s, left 0.3s;
	transition: width 0.3s, left 0.3s;
	z-index: 2;
}

body.hideside #sidebar {
	/*width: 0px;*/
	left: -200px;
}

body.hideside #main {
	left: 0px;
}

#main {
	position: absolute;
	left: 200px;
	right: 0px;
	bottom: 0px;
	background: #fff;
	-ms-transition: left 0.3s;
	-moz-transition: left 0.3s;
	-webkit-transition: left 0.3s;
	-o-transition: left 0.3s;
	transition: left 0.3s;
	z-index: 1;
}

#main, #sidebar {
	top: 51px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
	#sidebar {
		width: 100%;
	}

	#main {
		left: 100%;
	}

	body.hideside #sidebar {
		/*width: 0px;*/
		left: -100%;
	}
}

#main > .container {
	background: #eee;
}

ul.navbar-nav > li:last-child {
	padding-right: 10px;
}

#sidebar > div > label {
	padding-left: 7px;
}

.navbar-brand {
	cursor: default;
}

.modal-backdrop, .modal-header, .navbar, .navbar *, #sidebar, #sidebar * {
	-webkit-touch-callout: none;
	 -webkit-user-select: none;
	 -khtml-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  -o-user-select: none;
	    user-select: none;
	
	cursor: default;
}

@media (min-width: 769px) {
	::-webkit-scrollbar {
		width: 12px;
		height: 12px;
	}

	::-webkit-scrollbar-track {
		background: rgba(0, 0, 0, 0.1);
	}

	::-webkit-scrollbar-thumb {
		background: rgba(0, 0, 0, 0.5);
	}
}

#sidebar > .action {
	font-weight: bold;
}

#sidebar > .action > .glyphicon {
	color: #aaa;
	padding-right: 5px;
}

#sidebar > .action > .glyphicon-cog {
	position: relative;
	top: 2px;
}

@media (max-width: 767px) {
	#modals > .modal > .modal-dialog {
		margin-top: 20px;
	}
}

.navbar > *, .navbar-nav > li > a, .navbar-header > * {
	color: #fff !important;
}

.navbar-toggle {
	border-color: transparent !important;
}

body.hideside .navbar-toggle:focus, body.hideside .navbar-toggle:active, body.hideside .navbar-toggle {
	background-color: transparent !important;
}

body:not(.hideside) .navbar-toggle {
	background-color: #0078db !important;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #fff;
}

.navbar-default .navbar-nav > .open > a > *, .navbar-default .navbar-nav > .open > a:hover > *, .navbar-default .navbar-nav > .open > a:focus > * {
	color: #00467f !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: #E3F3FF !important;
}