.red {
    color: #ce4d41;
}

.blue {
    color: #3e5e85;
}

.white {
    color: #ffffff;
}

.black {
    color: #000;
}

.form_link {
    height: 100px;
    width: 100%;
    padding: 2.0em 1em 1em;
    margin-bottom: 1.0em;
}

.red-background {
    background-color: #ce4d41;
}

.blue-background {
    background-color: #3e5e85;
}

.white-background {
    background-color: #ffffff;
}

a.white:hover {
    color: #fff;
}

a.black:hover {
    color: #000;
}

.currency {
    text-align: right;
    white-space: nowrap;
}

.percent {
    text-align: right;
    white-space: nowrap;
}

.date {
    text-align: right;
    white-space: nowrap;
}

table {
    font-size: 0.9em;
}

table.small_font {
    font-size: 12px;
}
table.column_borders td, table.column_borders th {
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

tr.convo_log td {
    background-color: #fff;
}

a.btn:hover {
    text-decoration: none;
}

a.btn {
    text-decoration: none;
}

th.currency {
    text-align: right;
}

td.currency {
    text-align: right;
    white-space: nowrap;
}

th.number {
    text-align: right;
}

td.number {
    text-align: right;
    white-space: nowrap;
}

td.currency:before {
    content: "$";
    float: left;
    padding-right: 4px;
}

th.percent {
    text-align: right;
}

td.percent {
    text-align: right;
    white-space: nowrap;
}

td.percent:after {
    content: "%";
    float: right;
    padding-left: 2px;
}

th.date {
    text-align: right;
}

td.date {
    text-align: right;
}

label {
    width: 100%;
}

.fa .fa-remove {
    color: #ce4d41;
}

/* Ensure .is_mature always shows as red, regardless of even/odd row */
.table .is_mature,
.table-striped > tbody > tr:nth-of-type(odd) .is_mature,
.table-striped > tbody > tr:nth-of-type(even) .is_mature {
    color: red !important;
}

div.dropdown {
    min-height: 2.375em;
}

.text-right {
    text-align: right;
}
