html, body {
    min-height: 100%;
}

caption {
    font-size: 1.5em;
    padding: 5px;
}

td > img {
    max-height: 48px;
    max-width: 48px;
}

tr {
    background: rgba(0, 0, 0, 0);
    vertical-align: middle;
}

.table>tbody>tr>td {
    vertical-align: middle;
    padding: 8px 0;

}

.table {
    background: rgba(0, 0, 0, 0);\
    padding: 0px;
}

.container {
    min-height: 100%;
}

.navbar-brand {
    width: 60px;
    height: 60px;
    padding: 5px;
}

.glyphicon-white {
    color: #FFF;
}

.badge {
    background: #F43;
}

.nav {
    margin-top: 10px;
}

.glyphicon-button {
    background: inherit;
}

.center, 
.center>li {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.help-link {
    margin-top: -2px;
}

.navbar {
    margin-top: 5px;
}

.num-centered td:nth-child(n + 3) {
    text-align: center;
}

.shadow {
    box-shadow: 10px 10px 60px 0.3px rgba(224, 224, 224, 0.75);
}

.row {
    margin-bottom: 1.5%;
}

.left-inner-addon {
    position: relative;
    margin-top: 5px;
}
.left-inner-addon input {
    padding-left: 30px;    
}
.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

.table-options {
    margin-bottom: 1%;
    margin-top: 1%;
    padding-left: 20px;
}

.search-box {
    min-width: 35%;
    max-height: 25%;
}

.col-xs-2 {
    max-width: 75px;
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.chart-legend ul {
    list-style: none;
    width: 100%;
    margin: 30px auto 0;
}
.chart-legend li {
    text-indent: 16px;
    line-height: 24px;
    position: relative;
    font-weight: 200;
    display: block;
    width: 50%;
    font-size: 0.8em;
}
.chart-legend  li:before {
    display: block;
    width: 10px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 3px;
    content: "";

}
.used:before { background-color: #76FF8C; }
.wasted:before { background-color: #F74D4C; }
.defective:before{background-color: #FFDE50; }

.widget p {
    margin-top: 0;
    text-align: center;
}
.widget h3 {
    margin: -12px 0 12px -12px;
    padding: 12px;
    width: 100%;
    text-align: center;
    color: #627b86;
    line-height: 1.5em;
}

.widget {
    width: 100%%;
    height: 100%;
}

.detail {
    background: #4D84C4;
    border: 1px solid #0E71C4;
    min-height: 140px;
    margin-bottom: 15px;
    margin-right: 1%;
    padding: 5px;
    color: white;
    width: 24%;
}

.detail i{
    display: block;
    height: 100px;
    font-size: 60px;
    line-height: 100px;
    width: 25%;
    float: left;
    text-align: center;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    margin-right: 15px;
    padding-right: 10px;
    color: rgba(255, 255, 255, 0.75);
}

.detail div {
    vertical-align: middle;
}

.detail .count{
    margin-top: -10px;
    font-size: 1.75em;
    font-weight: 700;
    padding: 10px;
    letter-spacing: 0.04em;
}

.detail .title {
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.fa-dollar:before {
    content: "\f155";
}

.last-inventory-waste {
    background: #FFDE50;
    border: 1px solid #FFD103;
}

.next-inventory-waste {
    background: #64D977;
    border: 1px solid #6EC300;
}

.snapshot {
    margin-bottom: 2%;
}

.alert-warning {
    background-color: #FFEF99;
}

.col-md-12 {
    padding: 0px;
}

.chart-legend {
    font-size: 1.2em;
}

.business-name>span {
    color: white;
}

.business-name>span {
    color: white;
}

.business-name {
    color: #777;
    padding-right: 12px;
}

.divider-bars>li { 
    border-left: solid 2px #444;
}

.divider-bars> li:first-child {
    border-left: none;
}

@media (max-width: 991px) {
    body {
        font-size: 12px;
    }

    tr td img:nth-child(1) {
        margin-right: 5px;
    }

    .detail {
        width: 85%;
        text-align: center;
        font-size: 1.5em;
        margin-left: auto;
        margin-right: auto;
    }

    .business-name {
        display: none;
        visibility: hidden;
    }
    
    .divider-bars> li:nth-child(2){
        border-left: none;
    }

    .nav {
        float: right;
    }
}