/*body {
		padding-top: 80px;
}*/

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  /* Set the fixed height of the footer here */
  height: 60px;
}

.panel span.badge {
	position: relative;
	top: -8px;
	left: -8px;
	background-color: #4cae4c;
}

.visuallyhidden {
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}

.check,
.check > td {
	opacity: 0.5;
	font-weight: normal;
}

.unchecked,
.unchecked > td {
	opacity: 1.0;
	font-weight: bold;
}

.notification-unread,
.notification-unread a {
	font-weight: bold !important;
}

.no-transition {
  -webkit-transition: height 0;
  -moz-transition: height 0;
  -ms-transition: height 0;
  -o-transition: height 0;
  transition: height 0;
}

.hoverlink:hover,.hoverlink:focus {
	background-color: #009530;
}

.navbar-nav-badge {
	margin: 5px -15px;
}

.navbar-header {
    z-index: 5;
}

.navbar-toggle {
    z-index: 5;
}

.navbar-nav-badge-container {
	border: none !important;
	border-top: 0px !important;
	box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.0);
}

.badge.top {
	background-color: red;
}

.badge.bottom {
	background-color: #999999;
}

.badge.new {
	background-color: red;
}

.white, .white a {
  color: #fff;
}

.hiddendiv {
	visibility: hidden;
	height:0px
	line-height: 0px;
	font-size: 0px;
}

.nv-y2.nv-axis {
	display: none;
}
.atab, .atab:hover {
	color: #000000 !important;
}
.img-thumbnail.suser {
		padding: 1px;
}
.navbar {
	border-radius: 0px;
}
.starter-template {
		padding: 40px 15px;
		text-align: center;
}
.navbar-brand {
		padding: 5px 15px 5px 15px;
}
.navbar-brand img {
		width: 110px;
		height: 40px;
}
.navbar-collapse.in {
	overflow-y: visible;
}		
.list-group li {
		list-style: none;
}
.panel-info, .panel-image {
		float: left;
		margin: 0 10px;
}
.row-indented {
	padding-left: 2px;
}
.width60 {
	width: 60%;
}

#dt_loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  filter: alpha(opacity=0);
  -moz-opacity: 0.5;
  opacity: 0.5;    

}

#dt_loader span {
    position:relative;
    top:50%;
}

.trendmarker {
    margin-left: 0.3em;
    padding: .2em .6em .3em 0.2em;
}

#navbar-brand-title {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: auto;
}

#title-brand {
    font-size:20px;
    font-weight:600;
    padding-top:10px;
    padding-bottom:10px;
    line-height:20px;
    z-index:0;
    margin-top: 0px;
}

.index-image {
    display: block;
    margin: auto;
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
}

.row-footer{
    margin-bottom: 100px;
}

.tos {
    height: 200px;
    overflow-y:scroll;
}

.max-height-75 {
    max-height:75%;
    overflow-y:auto;
}

#id_prompted {
    visibility:hidden;
    display:none; 
}

.hide{
    display:none;
}

.btn.special{
    background-color: #FFFFFF;
    text-decoration: none;
    background-position: 0;
    transition: none;
}

.dataTables_processing {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.email-optin-settings{
  font-weight: normal;
}
