body {
	padding-top: 40px;
	padding-bottom: 40px;
  }
  
.sidebar-nav-fixed {
	position:fixed;
	top:60px;
	width:14%;
  }
  
 .sidebar-nav {
	padding: 9px 0;
  }
  
@media (max-width: 767px) {
	.sidebar-nav-fixed {
	 width:auto;
	 }
  }
  
@media (max-width: 980px) {
	.navbar-text.pull-right {
	  float: none;
	  padding-left: 5px;
	  padding-right: 5px;
	}
	.sidebar-nav-fixed {
	  position:static;
	  width: auto;
	}
	body {
	  padding-top: 0px;
	  padding-bottom: 40px;
	}
  }

.btn-teal {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #00C0C0;
  *background-color: #00C0C0;
  background-image: -moz-linear-gradient(top, #00CECC, #00C0C0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00CECC), to(#00C0C0));
  background-image: -webkit-linear-gradient(top, #00CECC, #00C0C0);
  background-image: -o-linear-gradient(top, #00CECC, #00C0C0);
  background-image: linear-gradient(to bottom, #00CECC, #00C0C0);
  background-repeat: repeat-x;
  border-color: #00C0C0 #00C0C0 #007E7D;
  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='#ff00CECC', endColorstr='#ff00C0C0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-teal:hover,
.btn-teal:focus,
.btn-teal:active,
.btn-teal.active,
.btn-teal.disabled,
.btn-teal[disabled] {
  color: #ffffff;
  background-color: #00C0C0;
  *background-color: #00C0C0;
}

.btn-teal:active,
.btn-teal.active {
  background-color: #00A8A6 \9;
}

.btn-yellow {
  color: #808080;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #F0F000;
  *background-color: #F0F000;
  background-image: -moz-linear-gradient(top, #FFFF00, #F0F000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFF00), to(#F0F000));
  background-image: -webkit-linear-gradient(top, #FFFF00, #F0F000);
  background-image: -o-linear-gradient(top, #FFFF00, #F0F000);
  background-image: linear-gradient(to bottom, #FFFF00, #F0F000);
  background-repeat: repeat-x;
  border-color: #F0F000 #F0F000 #C0C000;
  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='#ffFFFF00', endColorstr='#ffF0F000', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.btn-yellow.disabled,
.btn-yellow[disabled] {
  color: #808080;
  background-color: #F0F000;
  *background-color: #F0F000;
}

.btn-yellow:active,
.btn-yellow.active {
  background-color: #C0C000 \9;
}

.label-yellow,
.badge-yellow {
  background-color: #F0F000;
}

.label-yellow[href],
.badge-yellow[href] {
  background-color: #C0C000;
}

.text-primary {
  color: #0044cc;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #002a80;
}


.hero-unit2{
  padding: 20px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.hero-unit2 h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.hero-unit2 li {
  line-height: 30px;
}

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.label-WLK,
.badge-WLK {
  background-color: #F0F000;
}

.label-CYC,
.badge-CYC {
  background-color: #00FF00;
}

.label-CAR,
.badge-CAR {
  background-color: #FF0000;
}

.label-PSB,
.badge-PSB {
  background-color: #FF00FF;
}

.label-DSB,
.badge-DSB {
  background-color: #0000FF;
}

.label-UNK,
.badge-UNK {
  background-color: #990000;
}

.close-inv {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close-inv:hover,
.close-inv:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.progress-small{
  height: 12px;
  margin-bottom: 12px;
}

.progress-WLK .bar,
.progress .bar-WLK {
  background-color: #FDFF35;
  background-image: -moz-linear-gradient(top, #FFFF80, #EDF000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFF80), to(#EDF000));
  background-image: -webkit-linear-gradient(top, #FFFF80, #EDF000);
  background-image: -o-linear-gradient(top, #FFFF80, #EDF000);
  background-image: linear-gradient(to bottom, #FFFF80, #EDF000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFFFF80', endColorstr='#ffEDF000', GradientType=0);
}

.progress-CYC .bar,
.progress .bar-CYC {
  background-color: #00DE00;
  background-image: -moz-linear-gradient(top, #00FF00, #00AE00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00FF00), to(#00AE00));
  background-image: -webkit-linear-gradient(top, #00FF00, #00AE00);
  background-image: -o-linear-gradient(top, #00FF00, #00AE00);
  background-image: linear-gradient(to bottom, #00FF00, #00AE00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00FF00', endColorstr='#ff00AE00', GradientType=0);
}

.progress-CAR .bar,
.progress .bar-CAR {
  background-color: #EC0000;
  background-image: -moz-linear-gradient(top, #FF0000, #CE0000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FF0000), to(#CE0000));
  background-image: -webkit-linear-gradient(top, #FF0000, #CE0000);
  background-image: -o-linear-gradient(top, #FF0000, #CE0000);
  background-image: linear-gradient(to bottom, #FF0000, #CE0000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFF0000', endColorstr='#ffCE0000', GradientType=0);
}

.progress-PSB .bar,
.progress .bar-PSB {
  background-color: #ED00F6;
  background-image: -moz-linear-gradient(top, #FF00FF, #D500D8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FF00FF), to(#D500D8));
  background-image: -webkit-linear-gradient(top, #FF00FF, #D500D8);
  background-image: -o-linear-gradient(top, #FF00FF, #D500D8);
  background-image: linear-gradient(to bottom, #FF00FF, #D500D8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFF00FF', endColorstr='#ffD500D8', GradientType=0);
}

.progress-DSB .bar,
.progress .bar-DSB {
  background-color: #0005DE;
  background-image: -moz-linear-gradient(top, #0000FF, #0000C0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0000FF), to(#0000C0));
  background-image: -webkit-linear-gradient(top, #0000FF, #0000C0);
  background-image: -o-linear-gradient(top, #0000FF, #0000C0);
  background-image: linear-gradient(to bottom, #0000FF, #0000C0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000FF', endColorstr='#ff0000C0', GradientType=0);
}

.progress-UNK .bar,
.progress .bar-UNK {
  background-color: #A40000;
  background-image: -moz-linear-gradient(top, #C00000, #800000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C00000), to(#800000));
  background-image: -webkit-linear-gradient(top, #C00000, #800000);
  background-image: -o-linear-gradient(top, #C00000, #800000);
  background-image: linear-gradient(to bottom, #C00000, #800000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffC00000', endColorstr='#ff800000', GradientType=0);
}

.progress-TOT .bar,
.progress .bar-TOT {
  background-color: #505050;
  background-image: -moz-linear-gradient(top, #808080, #000000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#808080), to(#000000));
  background-image: -webkit-linear-gradient(top, #808080, #000000);
  background-image: -o-linear-gradient(top, #808080, #000000);
  background-image: linear-gradient(to bottom, #808080, #000000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff808080', endColorstr='#ff000000', GradientType=0);
}
