body {
	padding-top: 0px;
	padding-bottom: 40px;
}
.sidebar-nav {
	padding: 9px 0;
	background-color:rgb(230,232,240);
	border:1px solid #AAA;
	box-shadow:1px 1px 1px rgba(0,0,0,0.5)inset;
}

.well-dark {
	background: #444;
	color: #fbf8f8;
	box-shadow:1px 1px 1px rgba(0,0,0,0.5)inset;
	border-radius:8px;
	border-top:#000 1px solid;
	border-left:#000 1px solid;
	border-right:#777 1px solid;
	border-bottom:#888 1px solid;
}

.well-light {
	background: #fdfdfd;
	color: #1c1c1c;
}

.well-minor-padd {
	padding: 5px;
}

.well-no-bottom {
	border-bottom: 0px;
	margin-bottom: 0px;
}

.well-no-top {
	border-top: 0px;
	margin-top: 0px;
}

.minor-margin {
	margin: 10px 0px;
}


.leftbar.affix {
	
	display: block;
	
}

.navbar-banner {
	
	background-image: url(../img/header-bg.gif);
	background-repeat:repeat-x;
	color: #fff;
	height: 100px;
	
}

.navbar-nix-bottom-margin {
	margin-bottom: 0px;
}

.navbar-banner-text {
	font-size: 30px;
	font-weight: bold;
}

.navbar-bottom-margin {
	
	margin-bottom: 20px;
}



.navbar-custom {
  color: #999999;
}

.navbar-custom .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #333, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#222));
  background-image: -webkit-linear-gradient(top, #333, #222);
  background-image: -o-linear-gradient(top, #222, #111);
  background-image: linear-gradient(to bottom, #222, #111);
  background-repeat: repeat-x;
  border-top: 1px solid #666;
  border-bottom:2px solid #000;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
 
}

.navbar-custom .brand,
.navbar-custom .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-custom .brand:hover,
.navbar-custom .nav > li > a:hover {
  color: #ffffff;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

.navbar-custom .nav .active > a,
.navbar-custom .nav .active > a:hover,
.navbar-custom .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
  border-left:#000 2px solid;
  border-right:#333 1px solid;
  border-radius:20px;
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #000, #111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#111));
  background-image: -webkit-linear-gradient(top, #000, #111);
  background-image: -o-linear-gradient(top, #000, #111);
  background-image: linear-gradient(to bottom, #000, #111);
  background-repeat: repeat-x;
}

.navbar-custom .navbar-link {
  color: #999999;
}

.navbar-custom .navbar-link:hover {
  color: #ffffff;
}

.navbar-custom .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

.navbar-custom .nav li.dropdown.open > .dropdown-toggle,
.navbar-custom .nav li.dropdown.active > .dropdown-toggle,
.navbar-custom .nav li.dropdown.open.active > .dropdown-toggle {
  color: #ffffff;
  background-color: #111111;
}

.navbar-custom .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-custom .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-custom .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-custom .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-custom .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

.navbar-custom .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.navbar-custom .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

.navbar-custom .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

.navbar-custom .navbar-search .search-query:focus,
.navbar-custom .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar-custom .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.navbar-custom .btn-navbar:hover,
.navbar-custom .btn-navbar:active,
.navbar-custom .btn-navbar.active,
.navbar-custom .btn-navbar.disabled,
.navbar-custom .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

.navbar-custom .btn-navbar:active,
.navbar-custom .btn-navbar.active {
  background-color: #000000 \9;
}

div.dataTables_length label {
	float: left;
	text-align: left;
}

div.dataTables_length select {
	width: 75px;
}

div.dataTables_filter label {
	float: right;
}

div.dataTables_info {
	padding-top: 8px;
}

div.dataTables_paginate {
	float: right;
	margin: 0;
}

table.table {
	clear: both;
	margin-bottom: 6px !important;
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
	cursor: pointer;
	*cursor: hand;
}
table.table thead .sorting { background: url('../img/sort_both.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('../img/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('../img/sort_desc.png') no-repeat center right; }

table.table thead .sorting_asc_disabled { background: url('../img/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('../img/sort_desc_disabled.png') no-repeat center right; }

table.dataTable th:active {
	outline: none;
}


/* for the light (white) version of the gritter notice */
.gritter-red .gritter-item,
.gritter-red .gritter-bottom,
.gritter-red .gritter-top,
.gritter-red .gritter-close {
    background-image: url(../img/gritter-red.png);
    color: #fff;
}



.gritter-red .gritter-title {
    text-shadow: none;
}

.nav-header-big {
	font-size: 18px;
}

.red {
	
	color: red !important;
}


.nav-header-program {
  display: block;
  padding: 0px 0px;
  font-size: 11px;
  font-weight: bold;
  line-height: 10px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  
}


.progess-small {
	
	height: 10px !important;
	background:#333 !important;
}

.license-key{
	box-shadow:inset 2px 2px 2px rgba(0,0,0,0.7);
	text-shadow:0px 1px 0px #000;
	border-radius:60px;
	font-weight:bold;
	padding:7px 20px 5px;
	color:#FFF;
	background-color:rgb(0,106,160);;
	border-top:#000 1px solid;
	border-bottom:#888 1px solid;
	border-right:#777 1px solid;
	border-left:#000 1px solid;
	font-size:16px;
	
}

#keys-remaining.add-on{
background:#069;
text-shadow:0px 1px 0px #000;
font-size:12px;
color:#FFF;
border:#025;
}


.thumbnail > img {
	
	margin-top: 10px;
}
