.table-big * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.screen[data-screen='user-actions'] .table-big {
	margin-bottom: 20px;
}

table.dataTable th {
	cursor: pointer;
	transition: color 0.2s;
}

table.dataTable th:hover {
	color: #009ee1;
}

table th.sorting_asc::after {
	font-family: FontAwesome;
	content: "\00a0\00a0\f0d8";
}

table th.sorting_desc::after {
	font-family: FontAwesome;
	content: "\00a0\00a0\f0d7";
}

.screen:not([data-screen='login']) .header-wrapper label {
	margin-left: 16px !important;
}

.screen:not([data-screen='login']) .filter-options > * {
	margin-left: 8px;
}

.screen:not([data-screen='login']) input[type='text'], .screen:not([data-screen='login']) input[type='search']  {
	background-color: transparent;
	padding: 8px 8px;
	width: auto;
	height: 40px;
	color: #005E87;
	font-weight: normal;
}

.screen:not([data-screen='login']) select {
	padding: 8px 8px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	border: none;
	border-bottom: 1px solid #DBDBDB;
	background-color: transparent;
	font-weight: normal;
	color: #005E87;
}

.screen:not([data-screen='login']) select:focus {
	border-bottom: 1px solid #009ee1;
}

.table-creation-buttons {
	position: fixed;
	bottom: 32px;
	right: 32px;
	width: 64px;
	height: auto;

	visibility: hidden;
	transition: visibility 0.2s;
}

body.observing .table-creation-buttons > .button,
body.observing .table-creation-buttons {
	display: none;
}

.table-creation-buttons.active > .button,
.table-creation-buttons > .button.duplicating {
	transform: rotate(45deg);
	background-color: #FF4A4A;
}

.table-creation-buttons .button {
	position: relative;
	border-radius: 100%;
	background-color: #009ee1;
	-webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.5);
	box-shadow: 0 0 2px 1px rgba(0,0,0,0.5);
	color: white;
	text-align: center;
	cursor: pointer;
	transition: transform 0.2s;
}

.table-creation-buttons .buttons {
	transition: visibility 0.2s;
	visibility: hidden;
}

.table-creation-buttons.active .buttons {
	visibility: visible;
}

.table-creation-buttons .buttons .button {
	width: 48px;
	height: 34px;
	margin-bottom: 16px;
	margin-left: 8px;
	padding-top: 14px;
	font-size: 20px;
}

.table-creation-buttons .buttons .button label {
	position: absolute;
	top: 50%;
	left: 0;
	background-color: rgba(0,0,0,0.8);
	color: white;
	padding: 6px 8px;
	border-radius: 3px;
	margin-top: 0px;
	white-space: nowrap;
	z-index: -1;
	opacity: 0;
	visibility: hidden;

	transform: translateX(calc(-100% - 8px)) translateY(-50%);
	transition: opacity 0.2s, visibility 0.2s;
}

.table-creation-buttons.active .buttons .button:hover label {
	visibility: visible;
	opacity: 1;
}

.table-creation-buttons .button[data-action='create'] {
	transform: translateY(calc(200% + 40px));
}

.table-creation-buttons .button[data-action='duplicate'] {
	transform: translateY(calc(100% + 24px));
}

.table-creation-buttons.active .buttons .button {
	transform: translateY(0);
}

.table-creation-buttons > .button {
	width: 64px;
	height: 47px;
	/*background-color: #ADFF5C;*/
	font-size: 32px;
	padding-top: 17px;
	z-index: 2;
	visibility: visible;

	transition: transform 0.2s, background-color 0.2s;
}

.screen:not(.active) .table-creation-buttons > .button {
	visibility: hidden;
}

.tab .table-big.logs-table thead th:not(:last-child) {
	width: 128px !important;
}

.tab .table-big.logs-table thead th:last-child {
	width: auto;
}

.dataTables_paginate .paginate_button {
	cursor: pointer;
	margin-bottom: 16px;
}

.dataTables_paginate .paginate_button.next,
.dataTables_paginate .paginate_button.previous {
	float: left;
	margin-right: 16px;
}

.dataTables_paginate > span {
	float: right;
}

.dataTables_paginate .paginate_button.disabled {
	cursor: default;
	color: gray;
}

.dataTables_paginate > span a:not(:last-child),
.dataTables_paginate > span span {
	margin-right: 8px;
}

.dataTables_paginate .paginate_button.current {
	font-weight: bold;
	color: #009ee1;
}

.tab .table-big.logs-table thead tr th:last-child {
	color: inherit;
	cursor: default;
}
