.bar {
    height: 18px;
    background: green;
}

.breakOnNewline {
    white-space: pre
}

table tbody tr td:not(:last-child) {
    cursor: pointer;
}

.nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
}

.row fieldset label {
    margin-left: 15px;
}

a.white:link, a.white:visited, a.white:active, a.white:hover {
    color: #FFF;
}

.user-header ul li {
    position: relative;
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.user-header ul li:hover {
    background-color: #235B86;
}

.admin.userlist {
    overflow: scroll;
}

.scrollable {
    overflow: scroll !important;
}

.scrollable-x {
    overflow-x: scroll !important;
}

.scrollable-y {
    overflow-y: scroll !important;
}

.nopadding {
    padding: 0 !important;
}

.alert-holder {
    top: 60px;
    padding: 0 15px;
    margin-bottom: 0;
    min-width: 400px;
    height: 50px;
    line-height: 50px;
}

.alert-holder .close {
    margin-top: 15px;
}

.no-float {
    float: none !important;
}