body.nav-suppressed {
    background-color: white;
}

.fa-btn {
    margin-right: 6px;
}

input.price {
    display: inline-block;
    width: 80px;
}

input.number {
    display: inline-block;
    width: 100px;
}

input.quantity {
    display: inline-block;
    width: 50px;
}

.form-control.auto {
    width: auto;
}

/* jGrowl alerts */

.jGrowl .jGrowl-notification, .jGrowl .jGrowl-closer {
    width: 360px;
}

.jGrowl .jGrowl-notification.jGrowl-green {
    background-color: #1ca12a;
}

.jGrowl .jGrowl-notification.jGrowl-green * {
    color: white;
}

.jGrowl .jGrowl-notification.jGrowl-red {
    background-color: #dc0303;
}

.jGrowl .jGrowl-notification.jGrowl-red * {
    color: white;
}

/* Client Area - Status Colors */

.label.pending {
    background-color: #F89406;
}

.label.active {
    background-color: #46A546;
}

.label.suspended {
    background-color: #0768B8;
}

.label.terminated {
    background-color: #C43C35;
}

.label.cancelled {
    background-color: #BFBFBF;
}

.label.expired {
    background-color: #888;
}

.label.fraud {
    background-color: #000;
}

.label.closed,
.label.label-closed {
    background-color: #000;
}

.label.unpaid {
    background-color: #cc0000;
}

.label.paid {
    background-color: #779500;
}

.label.refunded {
    background-color: #224488;
}

.label.collections {
    background-color: #D3C403;
}

.modal-parent {
    position: relative;
}

.order .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
}

.order-modal.left {
    left: 0;
    right: auto;
}

.order-modal .radio > label {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}

.email-warning {
    margin-left: 20px;
    margin-top: 4px;
    color: purple;
    font-weight: bold;
}

.order-number {
    display: inline-block;
    position: relative;
    vertical-align: super;
}

.order .details p {
    margin: 4px 0;
}

.order-options {
    display: inline-block;
    margin: 20px;
    vertical-align: top;
}

thead.inverse th
{
    background-color: black;
    color: white;
}

table.orders
{
    font-size: 12px;
}

table.orders.condensed .second {
    display: none;
}

.order-transaction-id {
    font-size: 10px;
    margin-top: 8px;
}

.notesWrapper {
    float: right;
    width: 450px;
}

.notesContainer {
    background-color: #e5e5e5;
    position: relative;
    width: 450px;
}

.notesHead {
    font-weight: bolder;
    position: relative;
}

.note-add {
    position: absolute;
    bottom: 10px;
    right: 0;
}

.notesBody {
    overflow: auto;
    line-height: 16px;
    padding: 4px;
}

.notesBody.scrolling {
    height: 100px;
}
.notesContainer .noteExpand {
	position: absolute;
	right: 2px;
}
.noteExpand:checked + .notesBody {
    height:100%;
    padding-right: 15px;
}
.single-order .scrolling {
   height: 100%!important;
}

.notesBody em {
    font-weight: bolder;
    color: gray;
    font-size: 10px;
    margin-bottom: 4px;
    margin-left: 5px;
}

.red {
    color: red;
    font-weight: bolder;
}

.orange {
    color: orange;
    font-weight: bolder;
}

.green {
    color: green;
    font-weight: bolder;
}

.order-items {
    width: 100%;
}

.order-items td {
    line-height: 20px;
}

.order-spacer td {
    background-color: #eee;
    line-height: 10px !important;
    padding: 0 !important;
}

table.orders.condensed .order-spacer td {
    line-height: 0px !important;
}

.order.pending {
    background-color: #ccc;
}

.order.chargeable {
    background-color: pink;
}

.order.delivered {
    background-color: lightgreen;
}

.order.on-order {
    background-color: #FFF68F;
}

.order.cancelled {
    background-color: lightgreen;
}

.status-financial {
    font-weight: bold;
    margin-top: 10px;
    position: relative;
}

.order-modal,
.mfr-modal {
    text-align: left;

    right: 0;
    position: absolute;
    top: 0;
    white-space: normal; /* Counteract td nowrap */
    z-index: 1000;
}

.order-actions {
    margin-top: 10px;
}

.order-actions .btn {
    margin-bottom: 6px;
    text-align: center;
}

.eye4fraud-status {
    margin-top: 10px;
}

.eye4fraud-status .label {
    display: inline-block;
    max-width: 58px;
    overflow: hidden;
    padding: 0.4em;
    text-overflow: ellipsis;
    vertical-align: middle;
}

p.order-counts {
    margin-top: 10px;
}

table.dashboard td,
table.dashboard th {
    text-align: center;
}

/*
Symfony's dumper uses 100000
*/

.modal {
    z-index: 100002;
}

.modal-backdrop {
    z-index: 100001;
}

.navbar-top-links.navbar-left
{
    margin: 6px 20px 0 20px;
    display: table;
}

.navbar-top-links.navbar-left li {
    margin: 0 10px;
    vertical-align: middle;
}

/*
Inventory
*/

table.inventory {
    font-size: 12px;
    text-align: center;
}

.brand-akas {
    color: gray;
    font-size: 10px;
}

.manufacturer {
    margin-top: 40px;
}

.manufacturer-info {
    font-size: 14px;
    margin: 10px 0;
}

#main-table.missing-prices .frame-with-price{
		display: none;
}

#main-table .frame-no-price{
	background-color:#ffd8bf;
}
/*
Products
*/


/*
Charts
*/

div.chart {
    display: inline-block;
}

div.gauge {
    width: 200px;
    height: 200px;
}

.oversized-text {
    font-size: 32px;
    margin: 30px 0;
}

#customers-online {
    margin-top: 15px;
}