html,
body {
    height: 100%;
}

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

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

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.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;
}

.wrap > .container {
    padding-top: 5px;
}

@media (min-width: 480px) {
    .navbar{
        background-image: url("../img/logobg3.jpg");
        min-height: 134px;
        margin-bottom: 1px;
    }

    .navbar-header{
        white-space: nowrap;
        vertical-align: top;
    }

    .navbar-brand{
        font-family: 'Lato', sans-serif;
        font-size: 32px;
        #font-weight: normal;
        color: white;
        line-height: 35px;
        white-space: nowrap;
    }

    .nav >li > a{
        color: black;
        padding: 5px;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: bold;
        border-radius: 0px;
        margin-right: 2px;
    }

    .nav >li > a:hover{
        background-color: orange;
    }

    .nav >li:not(:last-child){
        border-right: 2px solid orange;
    }
}

.box_title {
    background-color: #FCBF06;
    font-size: 20px;
    color: #000000;
    padding-left: 1.5em;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 0px;
    border-color: #FCBF06;
    width: 90%;
}

.box {
    border-radius: 0;
    border: solid 2px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    padding: 1.5em;
    border-color: #FCBF06;
    width: 90%;
}

.nav-section {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    list-style-type: none;
    width: 100%;
    text-align: center;
}
.nav-section li { display: inline; }
.nav-section a {
    padding: 5px 8px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    width: 13%;
}
.nav-section a:hover {
    background-color: #FCBF06;
}
