/***Start: Add checkbox to virtual columns selection**/

div.dataTables_wrapper div.dt-buttons {
    padding: 1rem 0;
}

.buttons-colvis {
    background: none!important;
}

.dt-button.buttons-columnVisibility{
    text-align:left;
}

.dt-button.buttons-columnVisibility:before {
    font-family: "FontAwesome";
    content: "\f096";
    display: inline-block;
    padding-right: 3px;
}

.dt-button.buttons-columnVisibility.active:before {
    font-family: "FontAwesome";
    content: "\f046";
    display: inline-block;
    padding-right: 3px;
}

.dt-buttons .dt-button {
    background: none!important;
}
/***End: Add checkbox to virtual columns selection**/

/*** CKEDITOR ***/
.cke_contents cke_reset {
    min-height: 500px !important;
}

.instructor:hover {
    color: red;
    cursor: pointer;
}
