/*
Copyright (C) 2018 Fatcows.eu

*/

/* show title in blue for testing */
.test { color: blue; }

/* Show error messages in red */

.error { color: red; }

.validsymbol::before {
	content: "✔";
}

.invalidsymbol::before {
	content: "✖";
}

a.disabled {
   pointer-events: none;
   cursor: default;
}

a {
	color: inherit;
}

/* green: #27C46B; */
table.table td button.show {
   color: lightgray;
	margin: 1px;
	padding: 1px;
}
table.table td button.add {
   color: gray;
	margin: 1px;
	padding: 1px;
}
/* green: #FFC107; */
table.table td button.edit {
   color: gray;
	margin: 1px;
	padding: 1px;
}
table.table td button.delete {
   color: #E34724;
	margin: 1px;
	padding: 1px;
}
.statusimagesize {
	font-size: 20px;
}
