@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: 1px solid #f4f4f4;
}
.table>thead>tr>th {
    border-bottom: 2px solid #f4f4f4;
}
.table tr td .progress {
    margin-top: 5px;
}
.table-bordered {
    border: 1px solid #f4f4f4;
}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border-bottom: 1px solid green;
}
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
/*  background-color: #e8e8e8; */
    background-color: #ffce8163;
}
.table-hover tbody tr:hover td, .table-hover tbody th {
    background-color:#EC070B;
    color: #fff;
}
.table.no-border,
.table.no-border td,
.table.no-border th {
    border: 0
}
table.text-center,
table.text-center td,
table.text-center th {
    text-align: center
}
.table.align th {
    text-align: left
}
.table.align td {
    text-align: right;
}
.label-default {
    background-color: #d2d6de;
    color: #444
}
.text-bold
{
	font-weight:bold;
}
@media print {

    .table-responsive {
        overflow: auto
    }
    .table-responsive>.table tr th,
    .table-responsive>.table tr td {
        white-space: normal!important
    }
}
.abcs
{
	width:80px;
	
}.abcs1
{
	width:150px;
	
}
.fromto
{
	width:20px;
}
.qualification_percentage1
{
	width:50px;
}
