
@media screen {
table {
    background-color: rgba(0, 0, 0, 0);
    border-spacing: 0;
    max-width: 100%;
}
.table {
    margin-bottom: 20px;
    width: 100%;
}
.table th, .table td {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    vertical-align: top;
}
.table th a {
	color: #FFFFFF;
    font-size: 14px;
}
.cols4 th, .cols4 td {
    padding: 15px 0 14px 15px;
}
.cols2 th {
    padding: 13px 10px 12px 30px;
}
.cols2 td {
    padding: 15px 15px 15px 25px;
    vertical-align: middle;
}
.cols td {
    padding: 7px 13px 10px 20px;
}
.cols th {
    padding: 13px 13px 12px 20px;
    vertical-align: middle;
}
.table th {
    background-color: #8F979F;
    color: #FFFFFF;
    font-size: 14px;
}
.cols4 th:first-child {
    border-left: medium none;
    width: 25%;
}
.cols2 th:first-child {
    border-left: medium none;
    width: 64%;
}
.cols4 th:last-child {
    width: 34%;
}
.cols3 th:first-child {
    border-left: medium none;
    width: 10%;
}
.cols2 td, .cols td {
    font-size: 15px;
}
.table td {
    border-bottom: 1px solid #DDE3E8;
}
.cols4 tr td:first-child {
    border-bottom: 1px solid #DDE3E8;
    font-size: 15px;
}
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
    border-top: 0 none;
}
.table tbody + tbody {
}
.table-condensed th, .table-condensed td {
    padding: 4px 5px;
}
.table-bordered {
}
.table-bordered th, .table-bordered td {
    border-left: 1px solid #DDE3E8;
}
.table-bordered td:last-child {
    border-right: 1px solid #DDE3E8;
}
.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
    border-top: 0 none;
}
.table-simple caption + thead tr:first-child th, .table-simple caption + tbody tr:first-child th, .table-simple caption + tbody tr:first-child td, .table-simple colgroup + thead tr:first-child th, .table-simple colgroup + tbody tr:first-child th, .table-simple colgroup + tbody tr:first-child td, .table-simple thead:first-child tr:first-child th, .table-simple tbody:first-child tr:first-child th, .table-simple tbody:first-child tr:first-child td {
    border-top: 1px solid #DDE3E8;
}
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
    border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
    border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child, .table-bordered tfoot:last-child tr:last-child td:first-child {
    border-radius: 0 0 0 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child, .table-bordered tfoot:last-child tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child {
    border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child {
    border-top-right-radius: 4px;
}
.table-bordered tr:nth-child(2n) {
    background-color: #F5F7F8;
}
.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
    background-color: #F9F9F9;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #F5F5F5;
}
table [class*="span"], .row-fluid table [class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0;
}
.table .span1 {
    float: none;
    margin-left: 0;
    width: 44px;
}
.table .span2 {
    float: none;
    margin-left: 0;
    width: 124px;
}
.table .span3 {
    float: none;
    margin-left: 0;
    width: 204px;
}
.table .span4 {
    float: none;
    margin-left: 0;
    width: 284px;
}
.table .span5 {
    float: none;
    margin-left: 0;
    width: 364px;
}
.table .span6 {
    float: none;
    margin-left: 0;
    width: 444px;
}
.table .span7 {
    float: none;
    margin-left: 0;
    width: 524px;
}
.table .span8 {
    float: none;
    margin-left: 0;
    width: 604px;
}
.table .span9 {
    float: none;
    margin-left: 0;
    width: 684px;
}
.table .span10 {
    float: none;
    margin-left: 0;
    width: 764px;
}
.table .span11 {
    float: none;
    margin-left: 0;
    width: 844px;
}
.table .span12 {
    float: none;
    margin-left: 0;
    width: 924px;
}
.table .span13 {
    float: none;
    margin-left: 0;
    width: 1004px;
}
.table .span14 {
    float: none;
    margin-left: 0;
    width: 1084px;
}
.table .span15 {
    float: none;
    margin-left: 0;
    width: 1164px;
}
.table .span16 {
    float: none;
    margin-left: 0;
    width: 1244px;
}
.table .span17 {
    float: none;
    margin-left: 0;
    width: 1324px;
}
.table .span18 {
    float: none;
    margin-left: 0;
    width: 1404px;
}
.table .span19 {
    float: none;
    margin-left: 0;
    width: 1484px;
}
.table .span20 {
    float: none;
    margin-left: 0;
    width: 1564px;
}
.table .span21 {
    float: none;
    margin-left: 0;
    width: 1644px;
}
.table .span22 {
    float: none;
    margin-left: 0;
    width: 1724px;
}
.table .span23 {
    float: none;
    margin-left: 0;
    width: 1804px;
}
.table .span24 {
    float: none;
    margin-left: 0;
    width: 1884px;
}
.table tbody tr.success td {
    background-color: #DFF0D8;
}
.table tbody tr.error td {
    background-color: #F2DEDE;
}
.table tbody tr.warning td {
    background-color: #FCF8E3;
}
.table tbody tr.info td {
    background-color: #D9EDF7;
}
.table-hover tbody tr.success:hover td {
    background-color: #D0E9C6;
}
.table-hover tbody tr.error:hover td {
    background-color: #EBCCCC;
}
.table-hover tbody tr.warning:hover td {
    background-color: #FAF2CC;
}
.table-hover tbody tr.info:hover td {
    background-color: #C4E3F3;
}
[class^="icon-"], [class*=" icon-"] {
    background-image: url("../images/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
}
}
@media print {
.table {
    border: 1px solid #000000;
    margin-bottom: 20px;
    width: 100%;
}
.table th {
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
}
.table th:last-child {
    border-right: medium none;
}
.table td:not(:last-child) {
    border-right: 1px solid #000000;
}
.table tr:not(:last-child) td {
    border-bottom: 1px solid #000000;
}
}

.pager:before, .pager:after {
    content: "";
    display: table;
    line-height: 0;
}
.pager:after {
    clear: both;
}
.pager:before, .pager:after {
    content: "";
    display: table;
    line-height: 0;
}

.pager {
    list-style: none outside none;
    margin: 20px 0;
    text-align: center;
    color:#6c6c6c;
    font-size: 12px ;
}
.detail-view {
    border:1px solid #cfd7de;
    border-radius: 5px;
}
.detail-view tr:nth-child(2n)