#content {
    margin-top: 0.3rem;
}

/* Remove margins from selected elements */
.nomargin {
    margin: 0;
}

.menuBtn {
    padding-top: 0.25rem;
}

.menu > li > a.nopadding {
    padding: 0;
}

/* Label to the right of switches */
.switch-label {
    color: #0a0a0a;
    font-weight: normal;
    padding-left: 0.5rem;
    vertical-align: 50%;
}

/* Space out buttons in the title bar */
div.top-bar-right ul.menu li {
    padding-left: 0.25rem;
}

/* Centre text in title part of bar */
div.top-bar-title {
    padding-top: 0.5rem;
    font-weight: bold;
}

/* fix padding for menu text with image */
li.image {
    padding: 0 0 0 0.25rem;
}

/* title for off-canvas menu */
div.off-canvas > h5 {
    padding-left: 1rem;
    padding-top: 0.5rem;
}


div.group {
    width: 100%;
    margin-bottom: 1rem;
    overflow: auto;
}

.divider {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 2px;
    padding-bottom: 2px;
}

.cplink {
    line-height: 2.5rem;
}

#userpin {
    -webkit-text-security: disc;
    -webkit-appearance: none;
    -moz-appearance:textfield;
    margin: 0;
}

.has-tip {
    font-weight: normal;
}

label.has-tip {
    border-bottom: none;
}

button.button.success,
button.button.warning {
    color: #fff;
}

div.studentdata h4 {
    border-bottom: 1px solid #777;
}

input:checked~.switch-paddle.alert {
    background-color: #cc4b37;
}

div.switch .switch-label {
    vertical-align: top;
    display: inline-block;
}

div.switch.alert {
    background-color: #f7e4e1;
}

div.bbcolumn h4 {
    margin-bottom: 0px;
}

div.outof.tiny {
    font-size: 0.8rem;
    margin-bottom: 0.25rem;

}

div.switch.primary {
    background-color: #d7ecfa;
}

div.switch {
    margin-bottom: 0.5rem;
}

.fieldset {
    padding: 0.5rem;
}

.small {
    font-size: 0.75em;
}

.underscore {
    border-bottom: 1px solid #aaa;
}

.alertMsg {
    font-weight: bold;
    font-size: 0.75em;
    color: #ff0000;
}

input.alert {
    color: #ff0000;
}

@media screen and (min-width: 50em) {
    .button-group.float-right.controls {
        margin-top: -1rem;
    }
}

.input-group-label.nopad {
    margin: 0px;
    padding: 0px;
}
.input-group-label a.button {
    margin: 0px;
    padding: 0.75em 1em;
}

img.spinner {
    width: 16px;
    height: 16px;
    margin-top: 0.8rem;
    display: none;
}

#showpass {
    display: none;
}

.code {
    font-family: monospace,monospace;
    overflow: auto;
    font-size: 1em;
}