﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}
body p {
    font-family: Open Sans;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.navbar-default {
    background-color:white   
}


.asteriskFieldColor{
    color:red;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
    font-family: Open Sans !important;
   
}*/

.navbar-brand {
    padding: 0px 0px;
}

p.space {
    margin-bottom:0px !important;
    margin-top:0px !important;
}

a{
    color: #2d496c !important;   
}

    .control-label {
     font-weight: normal;   
 }

/*Below CSS for Nav Bar Styling*/

body{margin:40px;}

.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: 11px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color:#d9534f;
    z-order: 0;
    
}

.stepwizard-step {    
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 10px;
    border-color:#d9534f;
}