.display-none {
    display: none;
}

.multi-wizard-step p {
    margin-top: 12px;
}

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

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

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

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

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

#formpage {
    width: 60%;
    margin: auto;
}

/*Upload project doc section*/
#projectdoclist {
    border: 1px solid grey;
    color: grey;
    width: 100%;
    min-height: 30%;
    padding: 1%;
    margin-bottom: 2%;
}

#homeBtn {
    margin-left: 20%;
}

/*navigation bar*/

.navbar {
    text-align: right;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    margin-bottom: 1%;
    border-bottom: 1px solid #c5c5c5;
    color: #737373;
}

a:hover {
    color: #222222;
}

a {
    color: #737373;
    text-decoration: none;
}

.radiostuff {
  padding-right: 2%;
  padding-left: 2%;
}
