html, body {
    background-size: cover;
    background: #000000 url("/img/bg.png") no-repeat fixed top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    /*For fixed navbar*/
    padding-top: 30px;
    padding-bottom: 30px;
}

.text-white {
    color: #FFF;
}

.text-red {
    color: #F00;
}

.text-black {
    color: #000 !important;
}

.borderless td, .borderless th {
    border: none !important;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: rgba(20, 20, 20, 1);
}

.tooltip.in {
    opacity: 1 !important;
}

.white-tooltip + .tooltip > .tooltip-inner {
    background-color: #fff;
    color: #000;
}

.white-tooltip + .tooltip > .tooltip-arrow {
    border-bottom-color: #fff;
}

.progress {
    position: relative;
    margin-bottom: 0 !important;
}

.progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: #000;
}

.nowrap {
    white-space: nowrap;
}