﻿html {
    height: 100%;
}

body {
    height: 100%;
    display: flex;
    flex-direction: column;
}

emph {
    font-weight: bold;
}

.censor, .censor a {
    color: black;
    background-color: black;
}
.censor.modified {
    color: #86e4ad;
}
.censor.modified, .modified {
    background-color: #86e4ad;
}
.modified:empty:before {
    content: "Modified";
}
.censor:hover, .censor a:hover {
    color: white;
}

body.testing .navbar {
    background-color: #c0392b;
    color: black;
}
body.testing .navbar a {
    color: black;
}

/* Make dls wider, to allow for bigger titles */
.options-history .dl-horizontal dt {
    width: 300px;
}
.options-history .dl-horizontal dd {
    margin-left: 320px;
}
input[type="radio"], input[type="checkbox"] {
    width: auto;
}

.well {
    margin-top: 0.5rem;
    background-color: #F5F5F5;
    padding: 0.5rem;
    border: 1px solid #999;
    border-radius: 0.5rem;
}

.info-orb {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    border-radius: 50%;
}

/*================================================================================*/
/* Navigation
/*================================================================================*/
.side-nav {
    background-color: #F5F5F5;
    border-right: 1px solid #CCC;
}
.side-nav .list-group-item {
    background-color: transparent;
}
.side-nav .list-group-item > .list-group {
    margin: -0.5rem -1rem;
}
.side-nav .list-group-item > .list-group > .list-group-item {
    padding-left: 2rem;
}
.side-nav .list-group-item-action:hover {
    background-color: white;
}

/*================================================================================*/
/* Recuro Colors
/*================================================================================*/
table.recuro-colors .member-row-closed > td {
    background-color: #ccc0d1;
}
table.recuro-colors .member-row-missingcardinformation > td {
    background-color: #86e4ad;
}
table.recuro-colors .member-row-notconfirmed > td {
    background-color: #cfe7f7;
}
table.table .table-row-deleted > td {
    background-color: black;
    color: white;
}