/*
	/css/main.css for Momentum
	Copyright 2014 Abigail Howard
*/


/*
	Main Template Settings
*/
body {
	background: url('../img/layout/background-main.png') repeat;
	/*background: #ddd url('../img/layout/background-gradient.png') repeat-x;*/
	color: #000;
}

#wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
	background: url('../img/layout/background-gradient.png') repeat-x;
	padding-top: 30px;
}

a:link, a:visited, a:active {
	color: #ffdb13;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: none;
}

h1 { 
	color: #ffdb13;
	border-bottom: 1px solid #79bc5c;
	font-size: 24px;
	text-align: left;
	text-decoration: none;
}

h2 { 
	color: #ffdb13;
	border-bottom: 1px solid #79bc5c;
	font-size: 20px;
	text-align: left;
	text-decoration: none;
}

h2 a:link, h2 a:visited, h2 a:active {
	color: #ffdb13;
	text-decoration: none;
}

h3 { 
	color: #ffdb13;
	border-bottom: 1px solid #79bc5c;
	font-size: 18px;
	text-align: left;
}

/*
	Main Template Classes
*/
.container {
	margin-bottom: 30px;
	background: #3b7327;
	border: 1px solid #D7D7D7;
}

.col-md-3 {
	background: #3b7327;
	min-height: 100%;
	padding: 15px;
}

.nav li a:link {
	font-weight: bold;
	text-decoration: none;
	background-color: #45862E;
	border-radius: 5px;
	margin: 0 0 8px 0;
}

.nav li a:hover, .nav li a:focus {
	background-color: #45862E;
}

.nav ul {
	list-style: none;
	padding: 0;
}

.nav ul li {
	padding: 0 20px 10px 20px;
}

.nav ul a:link, .nav ul a:visited, .nav ul a:active {
	font-weight: normal;
	text-decoration: underline;
	margin: 0;
}

.nav ul li:hover {
	display: block;
	width: 100%; 
	background-color: none;
}

.sidebar-module {
	padding: 0px;
}

.sidebar-module h2 {
	margin: 0 0 5px 0;
	font-size: 20px;
	color: #FFDB13;
	padding-bottom: 2px;
	border-bottom: 1px solid #45862E;
}

a:link.biglink, a:visited.biglink, a:active.biglink {
	color: #fff !important;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
}
a:hover.biglink {
	color: #000 !important;
}

.col-md-9 {
	background: #45862E;
	padding: 15px;
	min-height: 600px;
	overflow: hidden;
}

.breadcrumb {
	background: none;
	padding: 0;
	margin: 0;
}

.breadcrumb li.active {
	color: #ccc;
}

.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
	color: #;
	text-decoration: none;
	font-weight: bold;
}
.breadcrumb a:hover {
	color: #fff;
}

.header {
	position: relative;
	height: 200px;
	background: url('../img/layout/header.jpg');
	background-position: center;
}

.information-panel {
	float: right;
	text-align: right;
	font-size: 12px;
	width: 400px;
	margin-bottom: 7px;
}

.sidebar-collapsed {
	display: none;
}

.logo {
	position: absolute;
	z-index: 9000;
	right: 10px;
	bottom: -10px;
}

.footer {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background: #3f6332;
	padding: 10px;
}

.nav-tabs > ul {
	margin-bottom: 0;
}

.nav-tabs li a:link {
	font-weight: bold;
	text-decoration: none;
	background-color: #45862E;
	border-radius: 5px;
	margin: 0 0 8px 0;
}

.nav-tabs li a:hover, .nav-tabs li a:focus {
	background-color: #45862E;
}

.nav-tabs a:link, .nav-tabs a:visited, .nav-tabs a:active {
	font-weight: normal;
	text-decoration: underline;
	margin: 0;
}

.nav-tabs > li > a:hover {
	background: #496D3C;
	padding: 11px 16px;
	border: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	background: #527745;
	color: #fff;
	border: 0;
}

.nav-tabs > li.active > a:hover {
	padding: 10px 15px;
}

.footer .nav li a:link, .footer .nav li a:hover, .footer .nav li a:active {
	background: none;
	margin: 0;
}

/*
	Table Styling
*/
.common {
	width: 100%;
	border: 1px solid #3F6332;
	background: #79BC5C;
}

th {
	padding: 5px;
	color: #fff;
	font-size: 16px;
	background: #3B7327 !important;
}

td {
	padding: 2px 6px;
}

.header2 {
	background: #FFD91C;
}

.dark {
	background: #79BC5C;
}

.light {
	background: #87CC68;
}

.bottom {
	background: #3A841D;
}

td a:link, td a:visited, td a:active {
	color: #C50000 !important;
}

/*
	Text Styling and Floats
*/
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.auto {
	margin: 0 auto;
}
.small {
	font-size: 12px;
}
.xsmall {
	font-size: 11px;
}
.white {
	color: #fff;
}
.b {
	font-weight: bold;
}
.clear {
	clear: both;
}
.image-list img{
	margin: 5px 2px;
}

/*
	Form Styling
*/
input[type="text"], input[type="password"], select, textarea {
	margin: 4px 0;
	font-size: 12px;
	padding: 3px 8px;
	border: 1px solid #3F6332;
}
input[type="submit"] {	
	margin: 4px 0;
	padding: 3px 8px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:1px;
	/* border:1px solid #dcdcdc; */
	border:1px solid #3B7327;
	display:inline-block;
	color:#777777;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	padding: 0 25px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}

input[type="submit"]:hover {
background: #ffffff;
}

/*
	Alert Styling
*/
.alert {
	padding: 5px 10px;
	text-align: center;
}
.alert-danger {
	background: #B5445C;
	border-color: #B22E48;
	color: #EBCCD1;
}
.alert-success {
	background: #B8EFA0;
	border-color: #8EEF64;
}

/* 
	Panel Styling
*/

/* <div class="panel panel-default">
  <div class="panel-heading">
    <h3 class="panel-title">Q: What is a horse?</h3>
  </div>
  <div class="panel-body"> */

.panel {
	background-color: #70AF59;
	border-color: #3F6332;
}
.panel-heading {
	background-color: #326D1D !important;
	color: #ddd !important;
}
.panel-heading h3 {
	font-weight: bold;
	border: 0;
}

/* 
	Chat Room
*/
.chatbox {
	height: 140px;
	width: 80%;
	margin: 0 auto;
	background: #496D3C;
	border-radius: 3px;
	overflow: auto;
}
.chatmsg {
	padding: 5px;
}
.chatmsg_odd {
	padding: 5px;
	background: #527745;
}