body  {
    font-family: sans-serif;
    color: #454545;
}

h2 {
    font-size: 21px;
    font-weight: normal;
}

h3 {
    font-size: 21px;
}

h3 a {
    color: #00aeef;
}

.cursor-pointer {
    cursor: pointer;
}

.navbar-brand img {
    height: 69px;
}

.background-green {
    background-color: #65bc47;
    color: #FFFFFF;
}

.background-grey {
    background-color: #d9d9d9;
    color: #000000;
}

.page-body {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}

p {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
}

.btn.btn-primary {
    font-size: 19px;
    line-height: 1.631em;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    padding: 5px 25px 5px 25px;
    background: #2bace2;
    text-decoration: none;
    text-transform: uppercase;
    border-width: 0;
    border-style: none;
}

.btn.btn-start {
    color: #000;
    font-weight: 400;
    display: inline-block;
    max-width: 270px;
    background-color: #65bc47;
    padding: 15px;
    text-align: center;
    margin: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.btn.btn-start.inactive {
    color: #999;
    background-color: #ccc;
}

.btn.btn-start:hover {
    color: #FFFFFF;
    background-color: #2bace2;
}

.input-error {
    border-color: #FF0000;
}

.input-error-label {
    color: #FF0000;
}




footer a,
footer a:hover {
    color: #58595b;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}

footer a:hover {
    color: #65bc47;
}


.step {
    padding-right: 20px;
}

.step .progress-line {
    position: absolute;
    top: 1rem;
    border-top: 1px solid #FFFFFF;
    z-index: 1;
    left: 0;
    right: 0;
    z-index: 1;
}

.step:first-child .progress-line {
    left: 50%;
    right: 0;
}

.step:last-child .progress-line {
    left: 0;
    right: 50%;
}

.step.active .progress-line {
    border-top: 1px solid #FFFFFF;
}


.step .step-label {
    z-index: 100;
}

.step .step-id {
    z-index: 2;
    width : 2rem;
    height : 2rem;
    line-height: 2rem;
    font-size: 1.5rem;
    border-radius: 50%;
    text-align: bottom;
    color: #CCCCCC;
    border: 1px solid #CCCCCC;
    background-color: #EDEDED;
}

.step.active .step-id {
    color: #494949;
    border: 1px solid #494949;
    background-color: #FFFFFF;
}


.step .step-name {
    color: #CCCCCC;
}

.step.active .step-name {
    color: #FFFFFF;
}

.error-message {
    color: #FF0000;
}

.sequence-patient-summary sup {
    display: none;
}
