textarea {
    resize: none;
}

.row.fixed-bottom.justify-content-center {
    margin-bottom: 20px;
}

.icon-button .btn {
    background-color: transparent;
}

.icon-button i {
    margin-top: 16px;
    font-size: 3em;
}

.icon-button p {
    font-size: 1.4em;
}

/*Comment Icon*/

i.fa-comment-alt {
    font-size: 1.8em;
}

.footer {
    margin-top: 20px;
    margin-bottom: 20px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
}
