body{
    max-width: 600px;
    margin: auto;
    background: white;
}
/* Xuất data KIỂU 1 KQXS ----------------------------------------------------------- */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus,a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-image: none;
    border-color:#455a64;
    background:#455a64;
    text-shadow: 0 0px 0 #000000;
    color: black;
    font-weight: bold;
}
.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.list-group {
    border-radius: 0; 
}
.pager {
    margin: 10px;
}
.pager li>a, .pager li>span {
    width: 70px;
}
/* Xuất data KIỂU 2 KQXS ----------------------------------------------------------- */
.table .pager{
    margin: 0;
}
.table>thead{
    background:#455a64;
    color: white;
}
.table>thead>tr>th {
    border-bottom: 2px solid #fff;
}
.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#455a64;
}

/* Xuất nạp thẻ KQXS ----------------------------------------------------------- */
.container{
    margin: auto;
    max-width: 700px;
    padding: 0;
}
.panel-info {
    border-color:#455a64;
    margin-top: 10px;
}
.panel-heading {
    box-shadow: 0px -1px 1px 0px #455a64;
}
.panel , .panel-info, .panel-heading {
    border-radius: 0;
    border: 0;
}
.panel-info > .panel-heading {
    background-image: -webkit-linear-gradient(top,#455a64 0%,#455a64 100%);
    background-image: linear-gradient(to bottom,#455a64 0%,#455a64 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
    background-repeat: repeat-x;
}
.text-primary{
    color: black;
}
.text-success{
    color: green;
}
.napthe-ip {
    background: #455a64;
    color: #ffffff;
    padding: 5px;
    margin-top: 2px;
    border-top: 2px solid white;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: white;
    font-weight: bold;
}
.btn-success {
    background-image: -webkit-linear-gradient(top,#455a64 0%,#455a64 100%);
    background-image: linear-gradient(to bottom,#455a64 0%,#455a64 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color:#455a64;
}
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    text-shadow: 0 -1px 0 #E0F2F1;
    -webkit-box-shadow: inset 0 1px 0 #E0F2F1, 0 1px 1px #E0F2F1;
    box-shadow: inset 0 1px 0 #E0F2F1, 0 1px 1px #E0F2F1;
}
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-success:hover {
    background: white;
    border-color: whitesmoke;
}
.tbnapthe {
    border-left: 2px solid #2196F3;
    padding: 5px;
    margin-top: 10px;
    background: #fbfdff;
}
.text-xanh {
    color: #2196F3;
}

