/* Layout */

@media screen and (min-width:1000px) {
    #sidebar {
        float: left;
        width: 200px;
    }
    #content {
        margin-left: 222px;
        overflow: auto;
    }
}

@media screen and (max-width:999px) {
    #sidebar {
        margin-bottom: 30px;
    }
}

@media print {
    #sidebar {
        display: none;
    }
    body {
        color: black;
    }
    .noprint {
        display: none;
    }
}

body {
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 30px;
}

#content {
    margin-right: 20px;
    margin-bottom: 2em;
    overflow: visible;
}

h1 {
    font-weight: bold;
}

.sidebar {
    margin-left: 20px;
    margin-right: 20px;
}

#id_login_form, #id_register_form {
    max-width: 360px;
}

.maxwidth400 {
    max-width: 400px;
}

label {
    margin-right: 8px;
}

.grayout {
    opacity: 0.6; /* Real browsers */
    filter: alpha(opacity = 60); /* MSIE */
    background-color: #EEE;
}

label[for=id_role_types] {
    display: block;
}

.table-form {
    overflow: visible;
}

.table-form th {
    border-top: 0px;
    text-align: right;
}

.table-form td {
    border-top: 0px;
}

.helptext {
    font-size: 12px;
}

.errorlist {
    color: #F00;
    padding-left: 0px;
}

.errorlist li {
    list-style: none;
}

.errorlist li:before {
    content: "\26A0";
    margin: 0 1em;
}

.table-details {
    width: auto;
}

.btn-info {
    background-color: #007bff;
    border-color: #007bff;
}

.tr-topline {
    border-top: 2px solid black;
}

.consent {
    border: 2px solid black;
    padding: 20px;
}

.consent > h1 {
    font-size: 1.5em;
}

ol {
    margin: 0 0 0 1em;
    padding: 0;
}

input[id=id_password1] {
    font-family: monospace;
}
input[id=id_password2] {
    font-family: monospace;
}
