html,
body {
    height: 100%;
}


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

.navbar{
    margin-bottom: 0;
}

.navbar .navbar-brand img{
    margin-top: -12px;
    float: left;
    margin-right: 10px;
}

.breadcrumb {
    background-color: inherit;
    margin-bottom: 0;
}


#page-title {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    min-height: 120px;
    margin-bottom: 30px;
    /*padding-top: 20px;*/
}

#content{
    font-size: 16px;
    text-align: justify;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6{
    margin-top: 40px;
}

.my-gallery figure {
    margin-bottom: 20px;
}

.my-gallery figcaption {
    text-align: center;
}


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

.footer a {
    color:#2c3e50;
}

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

.margin30bottom {
    margin-bottom: 30px;
}

.margin40bottom {
    margin-bottom: 40px;
}

.margin50bottom {
    margin-bottom: 50px;
}