﻿body
{
    color: #777;
}

/* ================================================================================================ */

.box,
.breadcrumb,
.navbar-default,
.panel-default > .panel-footer,
.panel-default > .panel-heading {
    color: #777;
    background-color: #F9F8F4;
    border-color: #E5E3DC;
}

/* ================================================================================================ */

.table-btb > thead > tr > td,
.table-btb > thead > tr > th,
.table-btb > tbody > tr.GridCabec > td,
.table-btb > tbody > tr.GridCabec > th {
    background-color: #fc1a01;
    color: #ffffff;
}

.GridGroupHeader,
.GridGroupHeader:hover,
.table-hover>tbody>tr.GridGroupHeader:hover
{
    background: #cfd0d2;
    border-top: 1px solid #ffffff;
}

.table-hover>tbody>tr.GridGroupFooter:hover,
.GridGroupFooter
{
    background-color: #E5E5E5;
}

.table-hover>tbody>tr.GridFooter:hover,
.GridFooter
{
    background-color: #990000;
    color: #FFF;
}

.table-hover>tbody>tr.GridPager:hover,
.GridPager,
.GridPager:hover
{
    background-color: #737475;
}

.GridPager td,
.GridPager td a {
    color: #fff;
}

/* ================================================================================================ */

.details-striped .row div[class*="col-xs-"]:nth-child(odd),
.details-striped .row div[class*="col-sm-"]:nth-child(odd),
.details-striped .row div[class*="col-md-"]:nth-child(odd),
.details-striped .row div[class*="col-lg-"]:nth-child(odd)
{
    background-color: #f9f9f9;
}

@media (min-width: 768px)
{
    .details-striped .row:nth-child(odd) div[class*="col-xs-"]:nth-child(odd),
    .details-striped .row:nth-child(odd) div[class*="col-sm-"]:nth-child(odd),
    .details-striped .row:nth-child(odd) div[class*="col-md-"]:nth-child(odd),
    .details-striped .row:nth-child(odd) div[class*="col-lg-"]:nth-child(odd) {
        background-color: #f9f9f9;
    }

    .details-striped .row:nth-child(even) div[class*="col-xs-"]:nth-child(even),
    .details-striped .row:nth-child(even) div[class*="col-sm-"]:nth-child(even),
    .details-striped .row:nth-child(even) div[class*="col-md-"]:nth-child(even),
    .details-striped .row:nth-child(even) div[class*="col-lg-"]:nth-child(even) {
        background-color: #f9f9f9;
    }
}

/* ================================================================================================ */
