@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);

body {
	background-color: #fff;
	font-family: Roboto, sans-serif;
}

#wrapper {
    padding-left: 0;
    transition: all 0.5s ease 0s;
	background-color: #fff;
}
#wrapper.active {
    padding-left: 0;
}
#sidebar-wrapper {
    background: #8B9F5C none repeat scroll 0 0;
	left: -250px;
	top: 55px;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    transition: all 0.2s ease 0s;
    width: 250px;
    z-index: 1000;
}
#wrapper.active #sidebar-wrapper {
    width: 250px;
	left: 0;
}
#page-content-wrapper {
	margin-top: 55px;
    padding: 15px;
    position: absolute;
    width: 100%;
	background-color: #fff;
}
#wrapper.active #page-content-wrapper {
    margin-right: -250px;
    position: absolute;
}

.sidebar-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 55px;
	/*background-color: rgba(0, 0, 0, 0.2);*/
}

#wrapper.active .sidebar-bg {
	z-index: 102;
}

.sidebar-nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 250px;
}
.sidebar-nav li {
    line-height: 40px;
    text-indent: 20px;
}
.sidebar-nav li a {
    color: #fff;
    display: block;
    text-decoration: none;
}
.sidebar-nav li a:hover {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
	color: #333;
	background-color: #9baf6c;
	padding: 16px;
}
.sidebar-nav > .sidebar-brand .brand-name {
	text-align: center; 
	font-size: 17px;
}
.sidebar-nav > .sidebar-brand .brand-fa-icon {
	background-color: rgb(230, 244, 221); 
	border-radius: 100%; 
	text-align: center; 
	text-indent: 0px; 
	padding: 12px 18px;
}
	
.sidebar-nav > .sidebar-brand .brand-icon {
	text-align: center;
}

.sidebar-nav > .sidebar-brand a {
    color: #333;
}
.sidebar-nav > .sidebar-brand a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
}
.sidebar-nav li.sidebar-brand {
	text-indent: 10px;
}

.sidebar-nav .sidebar-brand .info-username {
	padding: 8px;
}

.main {
	padding: 25px;
}

.page-header {
	color:#8B9F5C;
	font-size:26px;
	margin-top:0;
}

table h4 {
	margin: 0 0 5px 0;
}

h2 {
	font-size: 18px;
    font-weight: lighter;
	margin: 30px 0 20px;
}

.light {
	color: #666;
}

.btn.btn-small {
	padding: 2px 6px;
}

.caption {
	font-weight: bold;	
}

.file-list {
	list-style: outside none none;
	padding: 0;
}
.file-item {
	margin: 2px;
}
.file-item a {
	display: inline-block;
	padding: 6px !important;
	text-align: left;
	width: 100%;
	font-weight: bold;
	border-radius: 0;
	background-color:#E6F4DD;
	border:0;
	padding: 10px 15px !important;
}

.file-item .fa {
	color: #000;
	opacity: 0.3;
	margin-right: 10px;
}

.file-item .file-title {
	font-weight: bold;	
}

.badge.badge-green {
	color: #fff;
	background-color: #8B9F5C;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 10px;
}

/* actionbar */
.actionbar {
	background-color: #8b9f5c;
	color: white;
	height: 55px;
	left: 0;
	right: 0;
	top: 0;
	padding: 15px;
	position: fixed;
	z-index: 101;
	box-shadow: 0px 1px 2px #333;
}

.actionbar .icon-bar {
	border: 1px solid white;
}

.actionbar .navbar-toggle {
	float: left;
	margin-top: 0;
	padding: 3px 0;
}

.actionbar .navbar-toggle.btn-back {
	color: white;
}

.actionbar .title {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 18px;
}

.main > form {
	padding: 24px;
}

.list-group-item > div {
	height: 100px;
}
.list-group-item > div > div {
		height: 100%;
}

.list-item-title a h4{
	color: #222 !important;
	text-decoration: none !important;
	line-height: 1.5;
	margin-top: 10px;
}

.list-item-title a p {
	color: #222 !important;
	text-decoration: none !important;
}

.list-item-title a:hover {
	text-decoration: none !important;
}

.list-item-desc {
	color: #333;
	font-size: 14px;
}

.list-item-icon {
	text-align: center;
}

.list-item-icon .fa {
	margin-top: 35px;
	color: #ccc !important;
}

.list-item-icon .fa:hover {
	color: #8B9F5C !important;
}

@media (min-width: 768px) {
	#wrapper {
		padding-left: 250px;
	}
	#wrapper.active {
		padding-left: 250px;
	}
	#sidebar-wrapper {
		left: 0;
		width: 250px;
	}
	#wrapper.active #sidebar-wrapper {
		left: 0;
		width: 250px;
	}
	#page-content-wrapper {
		padding: 20px;
		position: relative;
	}
}

@media (max-width: 767px) {
	#page-content-wrapper {
		padding: 0;
		margin: 0;
		margin-top: 55px;
		overflow-x: hidden;
	}
	
	.container-fluid {
		padding: 0;
	}
	
	.main {
		padding: 0;
	}
	
	.list-group {
		margin-left: -20px;
		margin-right: -20px;
	}
}