body,
html {
    width: 100% !important;
}

body {
    overflow-y: auto;
}

#container {
    width: 100%;
}

.content {
    padding: 7px 10px !important;
    /* had to delete as content is now mainly set in pageWrapper and when content is 100% it stretches out of the dataGrid */
    width: 100%;
}

label.error,
label.valid {
    display: inline;
    padding-left: 16px;
    margin-left: .3em;
}

.checkboxWrapper label.error,
.checkboxWrapper label.valid {
    padding-left: 16px;
}

.loginBox {
    padding: 5px 15px 35px;
    margin-bottom: 40px !important;
}

#functionLoginMessageWrapper #functionLoginMessage {
    padding: 5px 15px;
}