html,
body {
    height: 100%;
}

h1 {
    color: #4b6584;
    font-size: 32px;
}

h2 {
    font-size: 26px;
    font-weight: 500;
}

h2, h3, h4 {
    color: #486482;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 63%;
    color: #d1d8e0;
}

dl dd, dl dt {
    margin-bottom: 0.66em;
}

.dl-horizontal dt {
	float: left;
	width: 360px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dl-horizontal dd {
	margin-left: 380px;
}

[hidden] {
    display: none !important;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -44px;
    padding: 0 0 44px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 40px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 12px;
    font-size: 12px;
    color: #aaa;
}

.footer .last-updated {
    padding-right: 120px;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.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;
}

.help-block {
    color: #999;
    font-size: 12px;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

div.required label.control-label:after {
    content: " •";
    color: red;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.dropdown-header {
    display: block;
    padding: 3px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #337ab7;
    white-space: nowrap;
    font-weight: 600;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: 0px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.navbar-brand {
    color: #F8931F !important;
    font-weight: bold;
}

.row-mf-20 {
    margin-bottom: 20px;
}


input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 1.42857143;
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

.page-header h1 {
    margin-top: 0px;
}


.requestTitel {
    font-size: 125%;
}

.requestDescr {
    font-size: 80%;
    padding-bottom: 20px;
}

.requestMeta {
    font-size: 80%;
    color: #666;
}


/* Panel for stats */
.panelStats {
    font-size: 18px;
}

.panelStats .number {
    font-weight: 800;
    font-size: 28px;
    color: #286090;
}
