/*
    TOP NAVIGATION
 */

.adminNavBar {
    color: #ffffff;
    background-color: #000000;
    padding: 1em;
}

.adminNavBar__links {
    float: right;
}

.logoLink:hover {
    text-decoration: none;
}

.adminNavBar .logoLink img {
    width: 13em;
}

/*
    SIDE NAVIGATION
*/

/* List of menu categories */
ul.sideNav {
    list-style: none;
    font-size: 1rem;
    padding: 0;
}

/* Menu category */
ul.sideNav > li, ul.sideNav > li > div {
    margin-bottom: 0.3em;
}

/* Menu category heading */
ul.sideNav > li > div {
    font-weight: bold;
}

/* List of menu items */
ul.sideNav > li > ul {
    list-style: none;
    padding-left: 1.5em;
}

/* Menu item */
ul.sideNav > li > ul > li {
    margin-bottom: 0.15em;
}

/* Quick search form */
ul.sideNav > li > form {
    margin: 1em 0 0.5em 0;
}

/*
    GENERAL
 */

table {
    border-collapse: collapse;
}

td, th {
    text-align: left;
    vertical-align: top;
    padding: 0.2em 1em 0.2em 0;
}

tr td:first-child {
    white-space: nowrap;
}

.lineTable tr {
    border-bottom: 0.1em solid #ccc;
}

tr.totalsRow {
    font-weight: bold;
}

.contentItemBox {
    display: inline-block;
    padding: 0.5em;
    background-color: #eeeeee;
    margin-bottom: 0.75em;
}

.contentItemBox table tr {
    line-height: 1em;
}

/* Mark unapproved items with a different color. */
.contentItemBox--unapproved {
    background-color: #FFBABA;
}

.contentItemBox--unapproved a {
    color: #4d0888;
}

.contentItemBox--unapproved a.btn {
    color: #ffffff;
}

.imageItem {
    max-width: 18em;
    max-height: 18em;
}

.imageItemSmall {
    max-width: 8em;
    max-height: 8em;
}

/*
 * REVIEW LIST ITEMS
 */

.reviewItem {
    display: block;
    width: 40em;
    margin-bottom: 0.25em;
    padding: 0.75em;
    background-color: #eeeeee;
    text-decoration: none;
}

.reviewItem--rejected {
    border: 0.1em solid rgb(255, 0, 0);
}

.reviewItemMarkerRight {
    float: right;
    margin-left: .3em;
}

.memberOnlineMarker {
    display: inline-block;
    padding: 0.15em 0.2em;
    border-radius: 3px;
    color: #000000;
    font-size: 0.7em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background-color: rgb(81, 220, 81);
}

.imageEditor {
    display: block;
    width: 60em;
    height: auto;
}

/*
 * INFO/ERROR BOXES
 */

.messageBox {
    border: 0.1em solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 10px;
}

.messageBox--info {
    color: #00529B;
    background-color: #BDE5F8;
    border-color: #5489d8;
}

.messageBox--error {
    color: #000000;
    background-color: #FFBABA;
    border-color: #D8000C;
}

.messageBox--error a {
    color: #4d0888;
}
