html, body {
    height: 100%;
}

@media (min-width: 768px) {
    .content-wrapper {
        max-height: 0;
        overflow: auto;
    }
    body {
        overflow-y: hidden;
    }
}

.sidebar-menu li.header {
    text-transform: uppercase;
}

.navbar-logo {
    max-width: 100%;
    max-height: 50px;
}

.navbar-language-selector {
    margin-top: 8px;
    margin-right: 10px;
}

.navbar-language-selector .form-group {
    margin: 0;
}

.sidebar-banner {
    max-width: 100%;
    position: absolute;
    bottom: 0;
}

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

.graph-button-row {
    text-align: center;
    margin-bottom: 15px;
}

.graph-button-row > button {
    padding: 0 25px;
}

.label-info,
.legend-table .label-info,
.progress-bar.progress-bar-info {
    background-color: #FFFF00!important;
    color: #444!important;
}

.grid-view .table th {
    color: #3c8dbc;
}

.status-label {
    font-size: 100%;
}

.label-caution {
    background-color: #FFCD56;
}

.form-control {
    border-radius: 4px;
}

.search-form div {
    padding: 0 4px;
}

.datepicker {
    padding-left: 12px;
}

.site-name {
    padding: 10px;
    font-size: 24px;
    background: #fff;
}

.alarm-label {
    border-radius: 25px;
}