#bodyContent {
    width: 100%;
    min-width: 1050px;
}

#header {
    min-height: 0;
    position: relative;
    border-radius: 0;
}

#logo-wide {
    background: transparent url(../img/controller-logo-400px.png) center center no-repeat;
    background-size: contain;
    width: 98%;
    max-width: 400px;
    height: 90px;
    margin: 10px 10px 0 10px;
}

#logo-wide a, #logo-wide a:hover {
    display: block;
    width: 100%;
    height: 100%;
    color: #2E3640;
    text-decoration: none;
}

#logo-wide a span {
    visibility: hidden;
}

#nav, .footer {
    border-radius: 0;
}

#nav {
    border-top-left-radius: 5px;
}

#header h5 {
    margin: 12px;
}

.table-scroll {
    display: block;
    overflow-x: auto;
    width: 100%;
}

.filter-group .col-md-1 {
    padding: 0 5px;
    text-align: right;
}

.filter-group .col-md-2, .filter-group .col-md-3, .filter-group .col-md-4 {
    padding: 0 5px;
}

.filter-group .ultraselectWrapper, .filter-group .ultraselect.ultraSelect {
    width: 100%;
}

.filter-group select, .filter-group .ultraSelect select, .filter-group input[type="text"] {
    width: 100%;
}

.filter-group select {
    height: 24px;
}

input[type="radio"] {
    margin-left: 8px;
    margin-right: 2px;
}

/* hide unwanted horizontal window scrollbar */
@media (min-width: 1070px) {
    body {
        overflow-x: hidden;
    }
}

@media (min-width: 1920px) {
    .filter-group {
        width: 50%;
        float: left;
    }
}

#UserChangeGroupForm {
    display: inline-block;
    padding: 0;
    width: auto;
}