﻿/*!
 * Bootstrap v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}

.table {
    margin-bottom: 20px;
    width: 100%;
}


.table th,
.table td {
    border-top: 1px solid #dddddd;
    line-height: 20px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}

.table th {
    background-color: #e6e6e6;
    color: black;
    font-weight: bold;
}

.table thead th {
    border-left: 1px solid #dddddd;
    vertical-align: bottom;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th { background-color: #f5f5f5; }

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0;
}

.table td.span1,
.table th.span1 {
    float: none;
    margin-left: 0;
    width: 44px;
}

.table td.span2,
.table th.span2 {
    float: none;
    margin-left: 0;
    width: 124px;
}

.table td.span3,
.table th.span3 {
    float: none;
    margin-left: 0;
    width: 204px;
}

.table td.span4,
.table th.span4 {
    float: none;
    margin-left: 0;
    width: 284px;
}

.table td.span5,
.table th.span5 {
    float: none;
    margin-left: 0;
    width: 364px;
}

.table td.span6,
.table th.span6 {
    float: none;
    margin-left: 0;
    width: 444px;
}

.table td.span7,
.table th.span7 {
    float: none;
    margin-left: 0;
    width: 524px;
}

.table td.span8,
.table th.span8 {
    float: none;
    margin-left: 0;
    width: 604px;
}

.table td.span9,
.table th.span9 {
    float: none;
    margin-left: 0;
    width: 684px;
}

.table td.span10,
.table th.span10 {
    float: none;
    margin-left: 0;
    width: 764px;
}

.table td.span11,
.table th.span11 {
    float: none;
    margin-left: 0;
    width: 844px;
}

.table td.span12,
.table th.span12 {
    float: none;
    margin-left: 0;
    width: 924px;
}

.table-striped tbody tr:nth-child(even) td,
.table-striped tbody tr:nth-child(even) th { background-color: #f9f9f9; }

.table-margin { margin-top: 0.75em; margin-bottom: 20px; }

.table .itemRow {
    background-color: #BECEE2;
}
.table .exampleItemRow {
    background-color: #F7D9AF;
}
.table .textRow {
    background-color: #F7C37B;
}

.reportTable {
    margin: 0 0 0 0;
}

.reportTable textarea {
    width: 98%;
    margin: 0 0 0 0;
}

.mupiReportTable th {
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, rgb(21, 94, 172), rgb(36, 73, 148));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(21, 94, 172)), to(rgb(36, 73, 148)));
    background-image: -webkit-linear-gradient(top, rgb(21, 94, 172), rgb(36, 73, 148));
    background-image: -o-linear-gradient(top, rgb(21, 94, 172), rgb(36, 73, 148));
    background-image: linear-gradient(to bottom, rgb(21, 94, 172), rgb(36, 73, 148));
    color: white;
    font-weight: normal;
}
.mupiReportTable thead th {
    border-left: none;
    vertical-align: bottom;
}