html {

}
body { 
	background-color: #000000;
	margin-bottom: 30px;
}
.inline-field input,
.inline-field label {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.id_name a {
	color: #ffffff;
}

.page_name {
	color: #f3d441;
}

#switch_menus {
	margin: 20px auto;
	text-align: center;
}
#switch_menus a {
	color: #ffffff !important;
	font-weight: bold;
}
#user_side_menu {
	display: none;
}
#admin_side_menu {
	display: block;
}
#user_top_menu {
	display: none;
}
#admin_top_menu {
	display: block;
}


.menu_item {
	margin: 15px 15px;
	padding: 10px 10px;
	height: 150px;
	width: 150px;
	float: left;
	border: 2px #0A4421 solid;
	border-radius: 15px;
	background-color: #0A4421;
	font-family: 'Michroma', sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}






#activitybar {
	display: none;
	margin-top: 58px;
	height: 60px;
	background-color: #0A4421;
	width: 100%;
	padding: 10px 20px 0px;
	float: left;
}
#activitybar a {
	color: #f3d441;
	text-decoration: none;
	display: inline-block;
	position: relative;
	z-index: 10;
}
#activitybar a:hover {
	color: #216b3d;
}
.activitybar_link {
	display: inline-block;
	width: 100%;
	margin: auto;
	padding: 5px 0 5px 10px;
	background-color: #216b3d;
	border: 2px #ffffff solid;
	border-radius: 10px;
	color: #f3d441;
	font-size: 1.2em;
	font-weight: bold;
}
.activitybar_link:hover {
	background-color: #f3d441;
	color: #216b3d;
}
.activitybar_link.active a[aria-expanded="false"]::before, .activitybar_link.active a[aria-expanded="true"]::before {
    top: auto;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
	text-align: center;
}
#activitybar a.activitybar_link::before {
	margin: -3px 0 0 5px;
}
.list-unstyled {
    margin-top: -1px;
}
.collapse.show {
    border: 2px #ffffff solid;
	border-radius: 10px;
	background-color: #ffffff;
    position: relative;
    z-index: 10;
}
#sidebar a {
	color: #f3d441;
	text-decoration: none;
}
#sidebar a:hover {
	color: #000000;
}
.sidebar_link {
	display: block;
	width: 136px;
	margin: 5px auto;
	padding: 10px;
	background-color: #216b3d;
	border: 2px #ffffff solid;
	border-radius: 10px;
	color: #f3d441;
	font-size: .9em;
	font-weight: bold;
	
}
.sidebar_link:hover {
	background-color: #f3d441;
	border: 2px #ffffff solid;
	color: #216b3d;
}
.sidebar_link_current {
    color: #000000 !important;
    background: #F3D441 !important;
}

.sidebar-brand {
	width: 100%;
	text-align: center;
	font-family: 'Michroma', sans-serif;
	font-size: 20px;
	padding-top: 0px !important;
	color: #F3D441 !important;
	font-weight: bold;
	text-shadow: 3px 3px 10px #000000;
	margin: auto;
}
.sign-out-link {
	margin: 0 0 0 0;
	font-size: 8px;
	color: #ffffff !important;
}
.sign-out-link a {
	margin: 0 0 0 0;
	font-size: 8px;
	color: #ffffff !important;
}
#side_nav_items {
	margin: 20px 0 20px 0;
}
.side_nav_search {
	margin: 10px 0 5px 0;
	font-size: .8em;
	font-weight: bold;
	color: #ffffff !important;
}
.side_nav_search:hover a {
	margin: 5px 0 5px 0;
	color: #ffffff !important;
}
.side_nav_item {
	margin: 5px 0 5px 0;
	font-size: 1em;
	font-weight: bold;
	color: #ffffff !important;
}
.side_nav_item:hover a {
	margin: 5px 0 5px 0;
	color: #ffffff !important;
}
.side_nav_item_count {
	font-size: 1em;
	font-weight: bold;
	color: #ffffff !important;
}
.side_nav_item_icon {
	font-weight: bold;
	color: #ffffff !important;
}
.menu_icon {
	margin: 10px;
	font-size: 5em !important;
	font-weight: bold;
	color: #ffffff !important;
}
#bad_firstname {
	font-size: .8em;
	font-weight: bold;
	color: red;
	display: none;
}
#bad_lastname {
	font-size: .8em;
	font-weight: bold;
	color: red;
	display: none;
}
#bad_email {
	font-size: .8em;
	font-weight: bold;
	color: red;
	display: none;
}
#bad_emailformat { 
	font-size: .8em;
	font-weight: bold;
	color: red;
	display: none;
}
#bad_passphrase {
	font-size: .8em;
	font-weight: bold;
	color: red;
	display: none;
}
#bad_birthdate {
	font-size: .8em;
	font-weight: bold;
	color: red;
	display: none;
}
.small_instructions {
	font-size: .8em;
	font-weight: bold;
}
#upload_avatar {
	margin: 10px;
	border: 2px #000000 solid;
	padding: 5px;
	text-align: center;
}
.upload_avatar_title {
	text-align: center;
	font-weight: bold;
	margin: 5px;
}
.panel-body label {
	color: #24852a;
	font-weight: bold;
}
.account_created {
	font-weight: bold;
	color: #24852a;
	text-align: center;
}
.account_updated {
	color: #24852a;
	font-weight: bold;
	text-align: center;
} 
.centered_link {
	text-align: center;
	margin: 20px auto;
	font-weight: bold;
	color: #24852a;
}
.status_message {
	color: red;
	font-weight: bold;
	text-align: center;
}
.container {
	margin-bottom: 30px;
} 
#page_area {
	margin-top: 15px;
	margin-bottom: 20px;
	float: left;
}
#user_nav_area {
	float: left;
}
#user_page_area {
	float: left; 
}
#user_menu {
	
}
.nav_item {
	display: inline-block;
	line-height: 50px !important;
}
.nav_link {
	display: inline-block;
	line-height: 50px !important;
}
.user-navbar-nav {
	
}
.user-nav-heading {
	text-align: center;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0;
	padding: 15px 5px;
}
.user-nav-item {
	margin: 5px;
}
.user-nav-item i {
	margin: 0 5px 0 0;
}
.user-nav-link {
	color: #000000;
	text-decoration: none;
	padding: 3px;
}
.user-nav-icon {
	width: 20px;
	margin: 0 10px 0 0;
	float: left;
}
.user-nav-text {
	width: 150px;
	float: left;
}
.user-nav-link a {
	color: #000000;
	text-decoration: none;
}
.user_menu_table {
	width: 100%;
}
.user_menu_icon {
	width: 25px;
}
.user_menu_title {
	width: 150px;
}
.global-page {
	margin-top: 65px;
}
.current-page {
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	background-color: #24852a;
	font-weight: bold;
}
.current-page:hover {
	background-color: #dedede;
	color: #000000 !important;
}
.current-page:hover a {
	background-color: #dedede;
	color: #000000 !important;
}
.current-page a { 
	color: #F3D441 !important;
	text-decoration: none;
}
.current-page a:hover {
	color: #000000 !important;
	text-decoration: none;
}
.page-nav-link-container {
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	text-align: center;
	color: #000000;
	margin: 3px 0;
}
.page-nav-link-container:hover {
	text-align: center;
	background-color: #dedede;
	color: #000000 !important;
}
.page-nav-link-container a:hover {
	background-color: #dedede;
	color: #000000 !important;
}
.page-nav-link {
	color: #000000;
}
.page-nav-link:hover {
	color: #000000;
}
.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #dedede;
	text-align: center;
}
.navbar {
	padding: 0px 10px;
	background-color: #216b3d !important;
	color: #ffffff !important;
}
.navbar-brand {
	font-family: 'Michroma', sans-serif;
	font-size: 32px;
	padding-top: 0px !important;
	color: #F3D441 !important;
	font-weight: bold;
	text-shadow: 3px 3px 10px #000000;
}
.navbar-expand-md .navbar-nav .nav-link {
	padding-left: 40px;
	color: #ffffff;
	line-height: 40px; 
}
.nav-link:hover {
	color: #F3D441 !important;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	color: #F3D441 !important;
}
.secondary-navbar {
	margin-top: 55px;
	line-height: 15px;
}
.profile-nav-link {
	padding-left: 20px;
}
.profile_title {
	width: 150px;
	font-size: 30px;
	font-weight: bold;
	margin-right: 30px;
}
.container {
	margin: auto;
	width: 100%;
}
#wrapper {
	padding-left: 150px;
	transition: all 0.4s ease 0s;
}
#wrapper.active {
	padding-left: 80px;
	transition: all 0.4s ease 0s;
}
#public_wrapper {
	padding-left: 0px;
}
#sidebar-wrapper {
	margin-left: -150px;
	position: relative;
	transition: all 0.4s ease 0s;
	float: left;
	height: 100%;
    min-height: 100%;
}
#sidebar-wrapper.active {
	margin-left: -80px;
	position: relative;
	transition: all 0.4s ease 0s;
	float: left;
}
#page-content-wrapper {
	width: 100%;
	padding: 20px 10px 0px;
	float: left;
	margin-bottom: -99999px;
    padding-bottom: 99999px;
	overflow: hidden;
	background: url("../images/mountain-stream.jpg") fixed;
}
#page-content {
	min-height: 100%;
	height: 100%;
}
.global {
	margin-top: 65px !important;
	min-height: 100%;
	height: 100%;
}
.sidebar-nav {
	position: absolute;
	top: 0;
	width: 150px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
    min-height: 100%;
}
@media (max-width:767px) {
    #wrapper {
      padding-left: 0;
    }
    #sidebar-wrapper {
		left: 0;
		height: 100%;
		min-height: 100%;	
	}
    #wrapper.active {
      position: relative;
      left: 150px;
    }
    #wrapper.active #sidebar-wrapper {
      left: 150px;
      width: 150px;
      transition: all 0.4s ease 0s;
    }
}

/* Navigation Stuff */

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}
#sidebar {
    min-width: 150px;
    max-width: 150px;
	box-shadow: 3px 3px 10px #000000;
    color: #ffffff;
    transition: all 0.3s;
	background-color: #0A4421 !important;
	margin-bottom: -99999px;
    padding-bottom: 99999px;
	overflow: hidden;
}
#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}
.wide {
	font-size: 16px;
}
.narrow {
	font-size: 16px;
}
#sidebar.active .sidebar-header .wide, #sidebar.active .CTAs {
    display: none;
}
#sidebar.active .sidebar-header .narrow {
	height: 100%;
    min-height: 100%;
	display: block; 
}
#sidebar ul li a {
    text-align: left;
}
#sidebar.active ul li a {
	padding: 10px 5px 15px;
    font-size: 0.85em;
    text-align: center;
}
[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 100%;
}
#sidebar.active ul li a i {
    margin-right:  0;
    font-size: 1.8em;
	text-align: center;
	width: 100%;
}
#sidebar.active ul ul a {
    padding: 10px !important;
}
#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
	text-align: center;
}
#sidebar .sidebar-header {
    padding: 10px 0 10px 0;
    background: #0A4421;
	margin-bottom: 10px;
	text-align: center;
}
#sidebar .sidebar-header .narrow {
    display: none;
}
#sidebar ul.components {


}
#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
	color: #ffffff;
	text-decoration: none;
}
#sidebar ul li a:hover {
    color: #000000;
    background: #F3D441;
}
#sidebar ul li a.current {
    color: #000000;
    background: #F3D441 !important;
}
#sidebar ul li a i {
    margin-right: 15px;
}
#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #000000 !important;
    background: #F3D441 !important;
	font-weight: bold;
	
}
a[data-toggle="collapse"] {
    position: relative;
}
a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\f078';
    display: block;
    position: absolute;
	top: 15px;
    right: 10px;
	font-family: FontAwesome;
    font-size: 0.6em;
}
#sidebar.active a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\f078';
    display: block;
	font-family: FontAwesome;
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\f077';
}
ul ul a {
	width: 100%;
	margin: auto;
	padding: 10px;
	border-radius: 10px;
    border: 2px #ffffff solid;
    background-color: #ffffad;
	color: #000000 !important;
    text-align: center;
    font-size: 1em !important;
}
ul ul a:hover{
	background-color: #dedede;
}

ul.CTAs {
    padding: 20px;
}
ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #ffffff;
    color: #7386D5;
}
a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #ffffff !important;
}
.expand_icon {
	width: 100%;
	color: #ffffff;
	text-align: right;
	padding: 0 10px;
}
a.expand_icon a.expand_icon:hover a.expand_icon:visited {
	color: #ffffff;
}
.tinypic {
	border: 2px solid #ffffff;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	max-height: 40px;
	margin: 0;
}
.id_badge {
	
}
.id_photo {
	margin: 10px auto 5px;
	text-align: center;
}
.id_name {
	color: #F3D441;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
.id_name a {
	color: #F3D441 !important;
	text-decoration: none;
}
.id_points {
	margin: 10px 0 0 0;
	color: #F3D441;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
.id_points a {
	color: #ffffff !important;
	text-decoration: none;
}
.id_logout {
	color: #F3D441;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
}
.id_logout a {
	color: #ffffff !important;
	text-decoration: none;
}
.id_badge_narrow {
	
}
.id_photo_narrow {
	text-align: center;
}
.id_photo img {
	max-width: 80px;
}
.id_photo_tiny img {
	max-width: 30px;
}
.id_photo_narrow img {
	max-width: 60px;
}
.id_name_narrow {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.circle { 
	border: 2px solid #ffffff;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.wallet_title {
	font-size: 1em;
	text-align: center;
}
.wallet_balance {
	font-size: 1em;
	text-align: center;
}
.wallet_link {
	font-size: 1em;
	text-align: center;
}
.reportbug {
	margin: 10px auto;
	font-size: 1em;
	text-align: center;
	color: #ffffff;
}
.reportbug a {
	font-size: 1em;
	text-align: center;
	color: #ffffff !important;
}




#page_navigation_bar {
	margin-bottom: 20px;
	padding: 0 30px;
	border: 2px #ffffff solid;
	border-radius: 15px;
	box-shadow: 5px 5px 10px #000000;
	background-color: #0A4421;
	font-family: 'Michroma', sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	color: #ffffff;
	text-align: center;
}
#page_category {
	color: #ffffff;
}
#page_name {
	color: #f3d441;
}
#page_navigation_bar a {
	width: 94%;
	color: #f3d441;
	text-decoration: none;
}
#page_navigation_bar a:hover {
	color: #000000;
}
.page_subnav_link {
	margin: 10px 0 10px 0;
	border-radius: 10px;
	background-color: #216b3d;
	color: #f3d441;
	font-size: .6em;
	font-weight: bold;
}
.page_subnav_link:hover {
	background-color: #f3d441;
	color: #000000 !important;
}
.page_subnav_link_current {
    color: #000000 !important;
    background: #F3D441 !important;
}




#left_column {
	margin-bottom: 20px;
}
#right_column {
	margin-bottom: 20px;
	margin-bottom: -99999px;
    padding-bottom: 99999px;
	overflow: hidden;
}
#single_column {
	margin-bottom: 20px;
	margin-bottom: -99999px;
    padding-bottom: 99999px;
	overflow: hidden;
}

/* General Definitions */

.comments {
	font-size: .7em;
	color: #ababab;
	margin: 10px;
}
.clearer {
	clear: both;
}

/* --------------------------------------------------- BLOCKS ----------------------------------------------------- */

.block_user_menu {
	border: 2px #ffffff solid;
	background-color: #ffffff;
	margin-bottom: 20px;
	box-shadow: 5px 5px 10px #000000;
}
.block_user_menu_title {
	background-color: #000000;
	color: #ffffff;
	font-family: 'Michroma', sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	padding: 2px 2px 5px 2px; 
	text-align: center;
}
.block_user_menu_body {
	padding: 5px 5px 5px 5px;
}

.block_register { 
	border: 2px #ffffff solid;
	background-color: #ffffff;
	margin: 0 auto 20px;
	box-shadow: 5px 5px 10px #000000;
	border-radius: 15px;
	margin-bottom: 200px;
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}
.block_register_title {
	font-family: 'Michroma', sans-serif;
	background-color: #24852a;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.4em;
	padding: 2px;
	text-align: center;
}
.block_register_body {
	padding: 5px 5px 5px 5px;
}





.block_text {
	border: 2px #ffffff solid;
	background-color: #ffffff;
	margin-bottom: 20px;
	box-shadow: 5px 5px 10px #000000;
	border-radius: 15px;
}
.block_text_title {
	font-family: 'Michroma', sans-serif;
	background-color: #24852a;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.4em;
	padding: 2px;
	text-align: center;
}
.block_text_body {
	padding: 5px 5px 0px 5px;
}
.block_text_body p {
	padding: 5px 5px 5px 5px;
}






.block_status {
	border: 2px #ffffff solid;
	background-color: #ffffff;
	margin-bottom: 20px;
	border-radius: 15px;
	box-shadow: 5px 5px 10px #000000;
}
.block_status_title {
	font-family: 'Michroma', sans-serif;
	background-color: #24852a;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.4em;
	padding: 2px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: center;
}
.block_status_date {	
	font-size: .7em;
	margin-top: 10px;
}
.block_status_body {
	padding: 10px 5px 5px 5px;
}
.block_status_show_more {
	width: 100%;
	text-align: center;
	margin: 0px auto;
}












.block_blog {
	border: 2px #ffffff solid;
	border-radius: 15px;
	box-shadow: 5px 5px 10px #000000;
}
.block_blog_title {
	font-family: 'Michroma', sans-serif;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.6em;
	padding: 3px;
	text-align: center;
}
.block_blog_body {
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
}
.block_blog_entry_title {
	font-size: 1.4em; 
	font-weight: bold;
}
.block_blog_entry_date {
	font-size: .7em; 
	margin-bottom: 10px;
}
.block_blog_entry_image  img {
	width: 100%;
	margin-bottom: 10px;
}
.block_blog_entry_body {
	margin-bottom: 20px;
}
.block_blog_entry_comments {
	background-color: #efefef;
	padding: 10px;
}
.block_blog_entry_comments_title {
	font-size: 1.5em;
}
.block_blog_entry_comment {
	padding-left: 25px;
	border-top: 1px #000000 solid;
	padding-top: 10px;
}
.block_blog_entry_comment_byline {
	font-size: .8em;
	margin-bottom: 5px;
}
.block_blog_entry_comment_author {

}
.block_blog_entry_comment_date {

}
.block_blog_entry_comment_text {
	margin-bottom: 10px;
}
.block_blog_entry_comment_reply {
	margin-left: 20px;
	border-left: 1px #000000 solid;
	padding-left: 10px;
}
.block_blog_entry_comment_reply_byline {
	font-size: .8em;
	margin-bottom: 5px;
}
.block_blog_entry_comment_reply_text {
	margin-bottom: 10px;
}







/* --------------------------------------------------- MEDIAQUERIES ----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important ;
    }
    a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3, #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right:  0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}
