body {
 padding-top: 80px;
 padding-bottom: 30px;
 font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: Lato, Helvetica, Arial, sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
}
h2, h3 { color: #297fb7 !important; }

h4 { font-weight: 300 !important; }

label.control-label { font-weight: normal; text-align: left !important; }

.navbar { border-bottom: 1px solid #ccc; }
.navbar-header { border-right: 1px solid #ccc; }
.navbar-brand {
 background: url(../images/tsu-logo.png) no-repeat 10px;
 height: 68px;
 line-height: 38px;
 padding-left: 88px;
}
/*.nav-tabs > li > a { border-radius: 0; }*/

.wizard-card-container { overflow-y: scroll; }

@media (min-width: 768px) {
 .navbar-nav { margin: 7.5px 0 7.5px 10px; }
}

input.form-control, select.form-control {
 margin-top: 10px;
 /*padding: 2em 0.5em;*/
}

ul.wizard-nav-list { margin-left: 0; }
.wizard-card h2, .wizard-card h3 { color: #2ECC40 !important; }
.wizard h3 { font-size: 24px; }
.add-more {
 font-size: 16px;
 cursor: pointer;
 color: #2ECC45;
}

/*
.form-group.required .control-label:after {
 color: #d00;
 content: "*";
 font-family: 'Glyphicons Halflings';
 font-weight: normal;
 font-size: 14px;
}
*/
label.required:after {
 color: #d00;
 content: "*";
 font-family: 'Glyphicons Halflings';
 font-weight: normal;
 font-size: 14px;
}

/* syntax highlighted JSON */
.string { color: #000; }
.number { color: #0a0; }
.boolean { color: magenta; }
.null { color: #f00; }
.key { color: blue; }

