html,
body {
    height: 100%;
}

body {
    overflow-y: scroll;
    background-color: #DDEFF9;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -41px;
    padding: 0 0 40px;
}

.hideFooter {
    padding: 0 0 1px;
}

.wrap > .container {
    padding: 30px 15px 20px;
}

.footer {
    height: 40px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    font-size: 14px;
}

div.required label:after {
    content: " *";
    color: red;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
    padding-top: 30px;
    padding-bottom: 10px;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.navbar-fixed-top {
    z-index: 9;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

@media print {
    .wrap > .container {
        padding: 0 20px;
        width: auto;
    }

    .wrap {
        padding: 0;
    }

    .table td, .table th {
        padding: 2px !important;
        font-size: 0.8em !important;
    }

    a[href]:after {
        content: "";
    }
}

.table td, .table th {

}

a.btn-small {
    padding: 1px 12px;
}

div.planning-form div.form-group {
    margin-bottom: 0;
}

table.table-auto {
    width: auto;
}

label i {
    font-weight: 400;
}

.footer a {
    color: #999;
}

a {
    color: #154273;
}

.progress-bar {
    background-color: #154273;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #154273;
}

.has-success .form-control {
    border-color: #154273;
}

.btn-primary {
    background-color: #154273;
    border-color: #003870;
}

div.headerBar {
    background-color: #fff;
    height: 175px;
    vertical-align: middle;
}

div.headerBar div.container {
    padding-top: 40px;
}

h2 {
    font-size: 28px;
}