.groundColor{
	background-color:#BD1A2D;
}
#panel-960696 tbody tr{
	cursor: pointer;
    color: #606266;
}
#panel-960696 tbody tr:hover{
	background-color:#FFF6E2;
    
}

#panel-960696 tbody tr:nth-of-type(2n+1):hover {
    background-color:#FFF6E2;
}

.uarp-panel>.uarp-container {
    overflow: inherit;
    background-color: ##BD1A2D;
}


.time_style{
    margin-right: 5px;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: bold;
}

html body{background:none;}
html body div{background:none;color:#fff;}

.table-bordered {
    border: 1px solid rgba(129,206,250,.3);
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid rgba(129,206,250,.3);
}
.bootstrap-table .fixed-table-container.fixed-height .table thead th {
    border-bottom: 1px solid rgba(129,206,250,.3);
    background-color: #BD1A2D;
}
.bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding: 0.75rem;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
}
#panel-960696 tbody tr {
    cursor: pointer;
    color: #606266;
    background-color: #FFFFFF;
}
#panel-960696 tbody tr:nth-of-type(2n+1) {
    cursor: pointer;
    color: #606266;
    background-color:#FAFAFA;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.bootstrap-table .fixed-table-container .table th, .bootstrap-table .fixed-table-container .table td {
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
	font-size: 14px;
    height: 44.5px;
    font-weight: 600;
}
.uarp-panel>.uarp-container {
    overflow: inherit;
    background-color: #BD1A2D;
}
.uarp-panel {
    position: absolute;
    min-width: 10px;
    min-height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    border-style: solid;
    border-width: 0px;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
    background-color: #BD1A2D!important;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading{background:none;}

.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
    border-bottom: 1px solid rgba(129,206,250,.3);
    background-color: white;
}