@charset "UTF-8";
/* CSS Document */

.dataTables_length, .dataTables_filter {
	position: relative;
	z-index: 500;
}

thead input {
        width: 100%;
    } /* column filtering datatable */

.editbuttonarea, .editbutonarea input {
	display: none;
}

table.dataTable.display tbody>tr.odd.selected>.sorting_1, table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1 {
	background-color: #1fb5ac;
}
table.dataTable.stripe tbody>tr.odd.selected, table.dataTable.stripe tbody>tr.odd>.selected, table.dataTable.display tbody>tr.odd.selected, table.dataTable.display tbody>tr.odd>.selected {
	background-color: #1fb5ac;
}
.chat-toggle-wrapper {
	display: none;
}
.notify-toggle-wrapper {
	display: none;
}

.page-topbar.sidebar_shift .logo-area {
	background-image: url('../images/logo.png'); 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
}

*, ::after, ::before {
	box-sizing: none;
}

@media screen and (max-width: 767px) {
	.page-topbar.sidebar_shift .logo-area {
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: 2vw center;
	background-size: 15%;
	}
}