/* ################### TABLE FROM BOOTSTRAP ################################ */
table.tbl {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 20px;
}

.tbl {
    width: 100%;
    margin-bottom: 20px;
}

.tbl p {
    /* font-size: 14px; */
    /* color: #0a0404; */
    padding: 0px 0px 0px 0px;
    line-height: 100%;
}

.tbl th,
.tbl td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
    vertical-align: middle;
}

.tbl th {
    font-weight: bold;
}

.tbl thead th {
    vertical-align: bottom;
}

.tbl caption + thead tr:first-child th,
.tbl caption + thead tr:first-child td,
.tbl colgroup + thead tr:first-child th,
.tbl colgroup + thead tr:first-child td,
.tbl thead:first-child tr:first-child th,
.tbl thead:first-child tr:first-child td {
    border-top: 0;
}

.tbl tbody + tbody {
    border-top: 2px solid #dddddd;
}

.tbl .tbl {
    background-color: #ffffff;
}

.tbl-condensed th,
.tbl-condensed td {
    padding: 4px 5px;
}

.tbl-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tbl-bordered th,
.tbl-bordered td {
    border-left: 1px solid #dddddd;
    text-align: center;
}

.tbl-bordered caption + thead tr:first-child th,
.tbl-bordered caption + tbody tr:first-child th,
.tbl-bordered caption + tbody tr:first-child td,
.tbl-bordered colgroup + thead tr:first-child th,
.tbl-bordered colgroup + tbody tr:first-child th,
.tbl-bordered colgroup + tbody tr:first-child td,
.tbl-bordered thead:first-child tr:first-child th,
.tbl-bordered tbody:first-child tr:first-child th,
.tbl-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}

.tbl-bordered thead:first-child tr:first-child > th:first-child,
.tbl-bordered tbody:first-child tr:first-child > td:first-child,
.tbl-bordered tbody:first-child tr:first-child > th:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}

.tbl-bordered thead:first-child tr:first-child > th:last-child,
.tbl-bordered tbody:first-child tr:first-child > td:last-child,
.tbl-bordered tbody:first-child tr:first-child > th:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}

.tbl-bordered thead:last-child tr:last-child > th:first-child,
.tbl-bordered tbody:last-child tr:last-child > td:first-child,
.tbl-bordered tbody:last-child tr:last-child > th:first-child,
.tbl-bordered tfoot:last-child tr:last-child > td:first-child,
.tbl-bordered tfoot:last-child tr:last-child > th:first-child {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
}

.tbl-bordered thead:last-child tr:last-child > th:last-child,
.tbl-bordered tbody:last-child tr:last-child > td:last-child,
.tbl-bordered tbody:last-child tr:last-child > th:last-child,
.tbl-bordered tfoot:last-child tr:last-child > td:last-child,
.tbl-bordered tfoot:last-child tr:last-child > th:last-child {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
}

.tbl-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
}

.tbl-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
}

.tbl-bordered caption + thead tr:first-child th:first-child,
.tbl-bordered caption + tbody tr:first-child td:first-child,
.tbl-bordered colgroup + thead tr:first-child th:first-child,
.tbl-bordered colgroup + tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}

.tbl-bordered caption + thead tr:first-child th:last-child,
.tbl-bordered caption + tbody tr:first-child td:last-child,
.tbl-bordered colgroup + thead tr:first-child th:last-child,
.tbl-bordered colgroup + tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}

.tbl-striped tbody > tr:nth-child(odd) > td,
.tbl-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.tbl-hover tbody tr:hover > td,
.tbl-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;
}

.tbl td.span1,
.tbl th.span1 {
    float: none;
    width: 44px;
    margin-left: 0;
}

.tbl td.span2,
.tbl th.span2 {
    float: none;
    width: 124px;
    margin-left: 0;
}

.tbl td.span3,
.tbl th.span3 {
    float: none;
    width: 204px;
    margin-left: 0;
}

.tbl td.span4,
.tbl th.span4 {
    float: none;
    width: 284px;
    margin-left: 0;
}

.tbl td.span5,
.tbl th.span5 {
    float: none;
    width: 364px;
    margin-left: 0;
}

.tbl td.span6,
.tbl th.span6 {
    float: none;
    width: 444px;
    margin-left: 0;
}

.tbl td.span7,
.tbl th.span7 {
    float: none;
    width: 524px;
    margin-left: 0;
}

.tbl td.span8,
.tbl th.span8 {
    float: none;
    width: 604px;
    margin-left: 0;
}

.tbl td.span9,
.tbl th.span9 {
    float: none;
    width: 684px;
    margin-left: 0;
}

.tbl td.span10,
.tbl th.span10 {
    float: none;
    width: 764px;
    margin-left: 0;
}

.tbl td.span11,
.tbl th.span11 {
    float: none;
    width: 844px;
    margin-left: 0;
}

.tbl td.span12,
.tbl th.span12 {
    float: none;
    width: 924px;
    margin-left: 0;
}

.tbl tbody tr.success > td {
    background-color: #dff0d8;
}

.tbl tbody tr.error > td {
    background-color: #f2dede;
}

.tbl tbody tr.warning > td {
    background-color: #fcf8e3;
}

.tbl tbody tr.info > td {
    background-color: #d9edf7;
}

.tbl-hover tbody tr.success:hover > td {
    background-color: #d0e9c6;
}

.tbl-hover tbody tr.error:hover > td {
    background-color: #ebcccc;
}

.tbl-hover tbody tr.warning:hover > td {
    background-color: #faf2cc;
}

.tbl-hover tbody tr.info:hover > td {
    background-color: #c4e3f3;
}
/* ################### TABLE FROM BOOTSTRAP ################################ */