
table.data-table {
    width: 100%;
    border-collapse: collapse;
    page-break-before: always;
    page-break-inside: avoid;

}

table.data-table tbody tr,
table.data-table thead {
    border:1px solid #aeaeae;
    border-radius: 6px;
}

table.data-table tbody td{
    border: 1px solid #aeaeae;
}

table.data-table thead th{
    border:1px solid #aeaeae;
}

table.data-table td ,table.data-table th{
    color:#000000;
    font-size:12px;
    border: 1px solid gray;
    padding-left: 10px;
}

table.data-table thead {
    background-color:#Fff;

}

table.data-table tbody {

    height:auto;

}
.direct-chat-text > a{
    color: white;
    border-top: 1px solid white;
    display: block;
    padding-top: 2px;
    margin-top: 5px;
}

.direct-chat-text > a::before{
    content: "Attachment: ";
    font-weight: 800;
    color: #313131;
}

.hidden{
    display: none;
}

.online_status {
  color: red;
  transition: color 1s ease;
  padding-right: 10px;
}

.online_status.online{
    color: green !important;
}

#live-students{
    height: 455px !important;
    overflow: auto;
}

#live-students ul{
    list-style-type: none;
    padding: 0;
}

#live-students ul li{
    border: 1px solid #c5c5c5;
    padding: 0 5px;
    background-color: aliceblue;
    margin: 3px 0;
}

#live-students ul li p {
    margin: 0;
}
