.horizontal-menu .nav.nav-pills {
    background: #fff;
    /* color:#fff;
    border-bottom: 1px solid #eee;*/
}
.horizontal-menu .nav.nav-pills > li > a {
    color: #333;
    border-top: none;
}
.horizontal-menu .nav.nav-pills > li.active > a, .horizontal-menu .nav.nav-pills > li > a:hover, .horizontal-menu .nav.nav-pills > li > a:focus, .horizontal-menu .dropdown-menu > li > a:hover, .horizontal-menu .dropdown-menu > li > a:focus, .horizontal-menu .dropdown-menu > li > a:active {
    background: #0052A2;
    border: none;
    color: #fff;
}
.horizontal-menu .nav-pills > li + li {
    margin: 0;
}
.sidebar-nav {
    padding: 9px 0;
}
.horizontal-menu .dropdown-menu {
    border-radius: 0;
    border: 1px solid #eee;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
.dropdown-submenu {
    position: relative;
}
.horizontal-menu .nav.nav-pills > li > a > .fa {
    margin: 3px 0 0 5px;
}
.horizontal-menu .dropdown-menu > li > a > .fa {
    right: 0px;
    position: absolute;
    margin-top: 3px;
}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}
.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
.form-group {
  margin-top: 15px !important;
}


#status-buttons a               { color:#5CB85C; display:inline-block; font-size:14px; margin-right:10px; text-align:center; text-transform:uppercase; width: 14em;}
#status-buttons a:hover         { text-decoration:none; color: #0052A2;}
#status-buttons span            {
  background: #5CB85C;
  display: block;
  height: 64px;
  margin: 0px auto 5px;
  padding-top: 23px;
  width: 64px;
  border-radius: 50%;
  color: #fff;
}
#status-buttons span:hover {
  background: #0052A2;
  display: block;
  height: 64px;
  margin: 0px auto 5px;
  padding-top: 23px;
  width: 64px;
  border-radius: 50%;
  color: #fff;
}

#status-buttons a.active span   { background:#0052A2; }
#status-buttons a.active   { color:#0052A2; }

#status-buttons a:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #5CB85C;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1;
}
#status-buttons a:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #27AE60;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: 0;
}

/*#progressbar {
	margin-bottom: 30px;
	overflow: hidden;

	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: black;
	text-transform: uppercase;
	font-size: 14px;
	width: 20%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: #27AE60;
	border-radius: 3px;
	margin: 0 0px 5px 5px;
  text-align: center;
}

#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #27AE60;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: 0;
}
#progressbar li:first-child:after {
	content: none;
}
#progressbar li.active:before,  #progressbar li.active:after{
	background: #27AE60;
	color: black;
}*/
