.uk-overflow-container {
	margin: 0 0 10px 0;
}

table.uk-table-full {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

table.uk-table-full thead th,
table.uk-table-full tbody td,
table.uk-table-full tfoot td {
	border: 1px solid #cccccc;
	text-decoration: none;
	padding: 5px 10px;
	text-align: left;
	line-height: 20px;
	font-size: inherit;
	vertical-align: middle;
}

table.uk-table-full thead th {
	border-right: 0px;
	background: #0884c2;
	text-align: center;
	color: #ffffff;
	white-space: nowrap;
}

table.uk-table-full tbody td {
	border-top: 0px;
	border-right: 0px;
	background-color: #ffffff;
	text-align: left;
	white-space: nowrap;
}

table.uk-table-full tfoot td {
	border-right: 0px;
	border-top: 0px;
}

table.uk-table-full tbody tr.cancelled td {
	/* background-color: #ffebfb; */
	background-color: #ffdbe6;
}

table.uk-table-full tbody tr.neworder td {
	background-color: #ffffff;
}

table.uk-table-full tbody tr.process td {
	/* background-color: #ebfaff; */
	background-color: #ddf7ff;
}

table.uk-table-full tbody tr.cashback td {
	/* background-color: #f4ebff; */
	background-color: #ecddff;
}

table.uk-table-full tbody tr.finished td {
	/* background-color: #ebfff3; */
	background-color: #ddffea;
}

table.uk-table-full tbody tr:hover td,
table.uk-table-full tbody tr.cancelled:hover td,
table.uk-table-full tbody tr.neworder:hover td,
table.uk-table-full tbody tr.cashback:hover td,
table.uk-table-full tbody tr.finished:hover td {
	background-color: #f4f5f7;
}

table.uk-table-full tbody tr.green td {
	background: #e9ffe0;
}

table.uk-table-full tbody tr.green:hover td {
	background: #e1fcd6;
}

table.uk-table-full tbody tr.red td {
	background: #fffef3;
}

table.uk-table-full tbody tr.red:hover td {
	background: #fefaea;
}

table.uk-table-full tfoot td {
	background-color: #f4f5f7;
	text-align: right;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
}

table.uk-table-full thead th:first-child {
	border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
}

table.uk-table-full thead th:last-child {
	border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
}

table.uk-table-full tbody tr:last-child td:first-child {
	border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
}

table.uk-table-full tbody tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
}



table.uk-table-full tbody.result tr:first-child td:first-child {
	border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
}

table.uk-table-full tbody.result tr:first-child td:last-child {
	border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
}



table.uk-table-full thead th:last-child,
table.uk-table-full tbody td:last-child,
table.uk-table-full tfoot td:last-child {
	border-right: 1px solid #cccccc;
}

table.uk-table-full tfoot tr:first-child td:first-child {
	border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	/* border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px; */
}

table.uk-table-full tfoot tr:first-child td:last-child {
	border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	/* border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px; */
}

table.uk-table-full tfoot tr:last-child td:first-child {
	/* border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px; */
	border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
}

table.uk-table-full tfoot tr:last-child td:last-child {
	/* border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px; */
	border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
}

table.uk-table-full .action {
	text-align: center;
	white-space: nowrap;
}

table.uk-table-full .action i {
	cursor: pointer;
}

i.fa-lg {
	font-size: 1.6em;
}

i.fa-green {
	color: #008000;
}

i.fa-red {
	color: #c00000;
}

i.fa-gray {
	color: #606060;
}

i.fa-blue {
	color: #3071a9;
}

i.fa-orange {
	color: #ec8c04;
}

i.fa-null {
	color: #dedede;
}

i.fa-cursor {
	cursor: pointer;
}

table.uk-table-full tbody td.notFound {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding: 50px 0 50px 0;
	color: red;
}

table.uk-table div.action {
	display: none;
}

@media only screen and (max-width: 767px) {
	/* table.uk-table th.action, table.uk-table td.action {
		display: none;
		visibility: hidden;
	}

	table.uk-table div.action {
		display: block;
		visibility: visible;
	}

	table.uk-table-full thead th:nth-last-child(2) {
		border-top-right-radius: 5px;
		-moz-border-top-right-radius: 5px;
	}

	table.uk-table-full tbody tr:last-child td:nth-last-child(2) {
		border-bottom-right-radius: 5px;
		-moz-border-bottom-right-radius: 5px;
	}

	table.uk-table-full thead th:nth-last-child(2), table.uk-table-full tbody td:nth-last-child(2), table.uk-table-full tfoot td:nth-last-child(2) {
		border-right: 1px solid #cccccc;
	}

	table.uk-table-full tfoot tr:first-child td:nth-last-child(2) {
		border-top-right-radius: 5px;
		-moz-border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		-moz-border-bottom-right-radius: 5px;
	} */
}