/* Standard Navbar */
body {
	padding-top: 50px;
}
.navbar-nav li {
	font-size: 90%;
}

body {
	font-family: 'Open Sans', sans-serif;
	background-color: black;
}
.delay-1 {
	-webkit-animation-delay: 0.3s; 
	animation-delay: 0.3s;
}

.delay-2 {
	-webkit-animation-delay: 0.6s; 
	animation-delay: 0.6s;
}

.delay-3 {
	-webkit-animation-delay: 1s; 
	animation-delay: 1s;
}

.delay-4 {
	-webkit-animation-delay: 1.25s; 
	animation-delay: 1.25s;
}

.delay-5 {
	-webkit-animation-delay: 1.5s; 
	animation-delay: 1.5s;
}

.delay-6 {
	-webkit-animation-delay: 1.75s; 
	animation-delay: 1.75s;
}

.delay-7 {
	-webkit-animation-delay: 2s; 
	animation-delay: 2s;
}

.delay-8 {
	-webkit-animation-delay: 2.25s; 
	animation-delay: 2.25s;
}

.shadow {
	box-shadow: 0 1px 3px rgba(0,0,0,0.23),0 1px 3px rgba(0,0,0,0.16) !important;
}

.card-danger {
	background-color: rgba(235, 204, 204, 0.8);
	border-color: #ebccd1;
}

.card-success {
	background-color: rgba(223, 240, 216, 0.8);
	border-color: #d6e9c6;
}

.card-warning {
	background-color: rgba(252, 248, 227, 0.8);
	border-color: #faebcc;
}

.card-info {
	background-color: rgba(217, 237, 247, 0.8);
	border-color: #bce8f1;
}

.card-default {
	background-color: rgba(249, 249, 249, 0.8);
}

.background-image-overlay {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(0,0,0,0.7);
}
.transparent {
	background-color: rgba(255,255,255,0.9);
}
.outer {
	text-align: right;
}
.outermiddle {
	text-align: center;
}
.outerleft {
	text-align: left;
}
.invert pre {
	text-align: left;
}
.invert h1, .invert h2,.invert h3, .invert h4, .invert h5 {
	font-weight: bold;
}
.outer h1 {
	font-size: 4em;
}
.outer h2 {
	font-size: 3em;
}
.outer h3 {
	font-size: 2.2em;
}
.outer h4 {
	font-size: 1.7em;
}
.outer h5 {
	font-size: 1.2em;
}
.outer ul {
	list-style-type: none;
}
.icon {
	margin-top: 20px;
	font-size: 2.5em;
}
.bolder {
	font-weight: 900;
}
.alert {
	background-color: rgba(0,0,0,0.7);
	border: 1px solid white;
	box-shadow: 0 1px 3px rgba(0,0,0,0.23),0 1px 3px rgba(0,0,0,0.16) !important;
	padding: 5px;
	margin: 5px;
	color: white;
}
.alert h3 {
	color: white;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}
.alert-default {
	background-color: rgba(0, 0, 0, 0.7);
	border-color: white;
}
.alert-danger {
	background-color: rgba(168, 17, 0, 0.7);
	border-color: red;
}
.alert-success {
	background-color: rgba(0, 147, 56, 0.7);
	border-color: green;
}
.alert-info {
	background-color: rgba(0, 50, 128, 0.7);
	border-color: blue;
}
.alert-warning {
	background-color: rgba(214, 167, 0, 0.7);
	border-color: yellow;
}
.bigbox {
	border: 4px solid #fff;
	border-radius: 10px;
	padding: 10px;
	margin: 20px 0;
}
.actions {
	margin-bottom: 40px;
}
.actions ul {
	display: block;
	margin: 0;
	padding: 0.875rem 0;
	list-style-type: none;
	list-style-position: outside;
}
.actions li {
	margin: 0 0 0.4375rem 0;
}
.topbar ul {
	display: block;
	background-color: rgba(0,0,0,0.2); 
	list-style-type: none;
	padding: 16px;
	border-radius: 5px;
}
.topbar li {
	display: inline-block; 
	margin-right: 24px;
}
.pagebar ul {
	display: block;
	background: rgba(0,0,0,0.2);
	list-style-type: none;
	border-bottom: 1px solid grey;
}
.pagebar li {
	font-size: 1.2em;
	display: inline-block; 
	margin-right: 24px;
	padding-left: 24px;
}
.pagebar li a {
	color: #f3f3f3;
	font-weight: bolder;
}
.section {
	margin-top: 32px;
	margin-bottom: 32px;
}

.navbar-black {
	background-image: none;
	background: rgb(0,0,0);	
	border: none;
}
span.twitter-typeahead .tt-dropdown-menu {
	max-height: 200px;
	overflow: auto;
}
.radio label {
	display: block;
	width: 100%;
}

.radio.required > label:after { 
	display: none;
}
.required > label:after {
 	content: ' required';
 	color: red;
	font-size: 70%;
}
label.required:after {
 	content: ' required';
 	color: red;
	font-size: 70%;
}
.normal {
	background-color: rgba(255,255,255,0.9);
	color: black;
}
.normal.out {
	padding: 10px;
	border-radius: 5px;
	border: 1px solid black;
}
.table-centered td, .table-centered th {
	text-align: center;
}
.toolbar-right {
	float: right;
}
.special-icon {
	cursor: pointer;
	padding: 5px;
	margin-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	height: 128px;
	border-radius: 18px;	
}
.sidebar h2 {
	margin-bottom: 40px;
}
.form-group .sp-replacer {
	margin-left: 10px;
}
.section-heading {
	text-align: center;
	border-bottom: 1px solid white;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.img-128 {
	max-width: 128px;
	max-height: 128px;
	height: auto;
}
.img-64 {
	max-width: 64px;
	max-height: 64px;
	height: auto;
}

.activity .img-activity {
        float: right; 
        margin-bottom: 10px;
}
.going .necker {
        float: right;
        margin-bottom: 10px;
        height: 32px;
}
ul {
        list-style-type: square;
}
h1.title {
        font-size: 4em;
        font-weight: 900;
}
.mini-well {
	padding: 4px;
}
.ssago-heading {
	background-color: #34a543;
	border-bottom: 7px solid #efbc22;
	font-weight: bolder;
	color: white;
	font-style: italic;
}
ul.mini {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.mini li {
	margin: 0;
}
.footer {
        margin-top: 5px;
        padding: 5px;
        text-align: center;
        font-size: 8px;
}


.ssago-green {
  color: #009A44 !important;
}
.ssago-yellow { 
  color: #ffcd00 !important;
}
.ssago-pink {
  color: #e31c79 !important;
}
.ssago-bullets {
  list-style: none;
  padding: 0;
}
.ssago-bullets li {
  margin-bottom: 2px;
  background: url(/img/ssago_bullet.png) no-repeat left top;
  padding: 3px 0px 3px 40px;
  margin: 0;
}

.bg-exec {
  background-color: #53A444;
}
