.navbar-default .navbar-nav>li>a {
    color: hsla(0, 0%, 0%, 1);
 }

 .site-header .navbar-brand> img {
    display: inline-block;
    max-height: 50px;
    transition: .2s ease;
}

.navbar-default .navbar-nav>.hero>a {
	color: white;
    background-color: #1880B1;
    border-radius: 3px;
    /*transition: .3s linear;*/
}

.navbar-default .navbar-nav>.hero>a:hover {
  color: white;
    background-color: #6FD1FF;
    border-radius: 3px;
    /*transition: .3s linear;*/
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #1880B1;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: hsla(256, 47%, 59%, 1);
  background-color: transparent;
  font-weight: 700;
}

th, td {
	text-align:center;
}

.callout-info a.btn {
  color:#fff;
}

.btn-deploy {
	background-color: #1880B1;
	color: #fff;
}

.label-deploy {
  background-color: #1880B1;
  color: #fff;
}

.btn-deploy {
  background-color: #1880B1;
  /*color: #fff;*/
}

.btn-primary {
  background-color: #1880B1;
  /*color: #fff;*/
}

.jumbotron-info {
  background-color: #38687F;
}

td .table-action {
  border-style:none;
  border-width:0px;
  background-color:;
}

.grid-view > li > h5 > a {
  font-weight:bold;
  color:#38687F;
}

/*
.btn .breadcrumb {
  margin-bottom:20px;
}*/


i.info-icon {
  color:#6FD1FF;
}

i.header-icon {
  color:#1880B1;
}

i.server-active-icon {
  color:#07CC1B;
}

i.server-new-icon {
  color:#FF9B3C;
}

i.services-icon {
  margin-right:10px;
}

.progress {
    position: relative;
    height: 25px;
}

.progress > .progress-type {
    position: absolute;
    left: 0px;
    font-weight: 800;
    padding: 3px 30px 2px 10px;
    color: rgb(255, 255, 255);
    background-color: rgba(25, 25, 25, 0.2);
}

.progress > .progress-completed {
    position: absolute;
    right: 0px;
    font-weight: 800;
    padding: 3px 10px 2px;
}

.steps {
 text-align: center;
}

.steps .step {
    background-color: #fff;
    border: 1px solid #C0C0C0;
    border-right: none;
    width:25%;
    float:left;
}

.steps .step:last-child {
    border: 1px solid #C0C0C0;
}

.steps .step:first-child {
    border-radius: 5px 0 0 5px;
}

.steps .step:last-child {
    border-radius: 0 5px 5px 0;
}

.steps .step:hover {
    color: #6FD1FF;

}

.steps .activestep {
    color: #6FD1FF;
    height: 100px;
    margin-top: -7px;
    padding-top: 7px;
    border-left: 6px solid #5CB85C !important;
    border-right: 6px solid #5CB85C !important;
    border-top: 3px solid #5CB85C !important;
    border-bottom: 3px solid #5CB85C !important;
    vertical-align: central;
}

.steps .fa {
    padding-top: 15px;
    font-size: 40px;
}

.steps a {
  color:black;
  text-decoration: none; /* no underline */
}

.steps a:hover {
  color:#6FD1FF;
  text-decoration: none; /* no underline */
}

.steps a:focus {
  color:#6FD1FF;
  text-decoration: none; /* no underline */
}

.inline-form {
  display:inline;
}

.droplet-status form {
  margin-left:5px;
}

.tooltip-inner {
    max-width: 350px;
    /* If max-width does not work, try using width instead */
    width: 350px;
}

/* Add support for bootstrap button dropdowns to contain buttons */
.dropdown-menu>li>form>button {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  margin-bottom:0px;
}