/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 0px;
  padding-bottom: 20px;
}

.navbar-inverse {
    background-color: #000; 
    border-color: #080808;
    color:#fff;
    height: 85px;
    z-index: 1;
}

/*.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    height: 85px;
}*/

.jumbotron{
	background-color: #21ff00;
	padding-top: 117px;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #0000;
    /*-webkit-box-shadow: inset 0 1px 0 red;Navebar Theam color #00f1fd
    box-shadow: inset 0 1px 0 red;/*Navebar Theam color #00f1fd*/
}

.navbar-brand {
    padding: 15px 9px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    /*border-color: red;Navebar Theam color #00f1fd*/
    /*background-color: red;/*Navebar Theam color #00f1fd*/
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    margin-top:15px;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 0px solid transparent !important;
    border-radius: 0px;
}

/*Step Wizard Css*/
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}