.dataTables_wrapper .fg-toolbar {
    display: none;
}

.dataTables_wrapper span.ui-icon {
    height: 24px;
    width: 24px;
//    float: right;
    margin-right: 5px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
}

.dataTables_wrapper .ui-state-default {
    border-left: none;
    border-right: none;
}

.dataTables_scrollHead table {
    background-color: #BDCCD4;
}

.dataTables_scrollHead {
    background-color: #BDCCD4;
    border-bottom: 1px solid #B3B3B3;
    border-left: 1px solid #B3B3B3;
    border-right: 1px solid #B3B3B3;
    border-top: none;
    height: 26px;
}

.dataTables_scrollHead.ui-state-default {
    border-left: 1px solid #B3B3B3;
    border-right: 1px solid #B3B3B3;
}

.dataTables_scrollHeadInner {
    height: 26px;
}

.dataTables_scrollHeadInner table, .dataTables_scrollBody table {
    border-spacing: 0px;
    border-collapse: collapse;
}

.dataTables_scrollHeadInner table thead tr th.ui-state-default,.dataTables_scrollHeadInner table thead tr th.sorting_disabled {
    background-color: transparent;
    white-space: nowrap;
    font-weight: normal;
    text-align: center;
    height: 26px;
    line-height: 26px;
    text-transform: uppercase;
    border-left: none;
    border-top: none;
    border-bottom: none;
    padding: 0;
    border-right: 1px solid #B3B3B3;
    cursor: pointer;
}

#teacher_table_wrapper .dataTables_scrollHeadInner table thead tr th.sorting_disabled
{
    vertical-align: top;
    height: 54px;
    line-height: 18px;
}

#teacher_table_wrapper .dataTables_scrollHeadInner
{
    height: 54px;
}

#teacher_table_wrapper .dataTables_scrollHead
{
    height: 54px;
}

tr.odd {
    background-color: #FFFFFF;
}

tr.even {
    background-color: #F2F2F2;
}

.dataTables_scrollBody table tr {
    height: 28px;
    cursor: pointer;
    position: relative;
}

.dataTables_scrollBody table tr td span {
    position: relative;
}

.dataTables_scrollBody table tr td {
    padding-left: 10px;
    border-right: 1px solid #B3B3B3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dataTables_scrollBody table tr:hover {
    background-color: #f9ba6e;
}

.dataTables_wrapper .row_selected {
    background-color: #F9D9A5;
}

.dataTables_wrapper .row_selectedx {
    background-color: #F9D9A5;
}


.dataTables_wrapper table tr th div {
    white-space: nowrap;
    height: 26px;
    line-height: 26px;
    position: relative;
    padding-right: 30px;
}

.dataTables_wrapper table tr th.tableCell_nosort div {
    padding-right: 0;
}

.dataTables_wrapper table tr th.HSmall div {
    font-size: 10px;
    line-height: 12px;
}

.dataTables_scrollBody table tr td span.Inoda {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

#table_assign .sorting_1 {
    padding-left: 3px;
}

.dataTables_scrollBody .ColRight {
    text-align: right;
}