@font-face {
  font-family: "DejaVuSans";
  src: url("/third-party/fonts/DejaVu/DejaVuSans.ttf") format("truetype");
}

@font-face {
  font-family: "DejaVuSansMono";
  src: url("/third-party/fonts/DejaVu/DejaVuSansMono.ttf") format("truetype");
}

body
{
	font-family: DejaVuSans, verdana, sans-serif;
	font-size: 12px;
}

img
{
	image-orientation: from-image;
}

textarea
{
	resize: vertical;
	padding: 2px;
	font-family: DejaVuSans, verdana, sans-serif;
	font-size: 12px;
}

input[type=text], input[type=email], input[type=tel], input[type=search]
{
	font-family: DejaVuSans, verdana, sans-serif;
	/*font-size: 12px;*/
}

details summary
{ 
	cursor: pointer;
}

table
{
  border-collapse:collapse;
}

/* TabView */

.GGTabViewMarker
{
	display:none;
}

.GGTabViewLink
{
	float: left;
	display: block;
	color: black;
	text-align: center;
	padding: 5px 15px;
	padding-bottom:3px;
	text-decoration: none;
	transition: 0.1s;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid darkgray;
	background-color: #f1f1f1;
	white-space: nowrap;
	user-select: none;
	-moz-user-select: none;
}

.GGTabViewLink:hover
{
	background-color: #ddd;
}

.GGTabViewLink:focus, .GGTabViewActiveLink, .GGTabViewActiveLink a:hover
{
	background-color: white !important;
	border-bottom: solid 1px white !important;
}

.GGTabViewDisabledLink
{
	background-color: #f1f1f1 !important;
	color: gray !important;
}

.GGTabViewContent
{
	display: none;
	padding: 6px 6px;
	border: 1px solid darkgray;
	border-top: none;
	background-color: white;
}

/* BorderTable */

.BorderTable
{
	border: solid 1px black;
	background-color: white;
}

.BorderTable > tbody > tr:hover
{
	background-color: #ffff99 !important;
}

.HoverTable > tbody > tr:hover
{
	background-color: #ffff99 !important;
}

.NoHoverTable > tbody > tr:hover
{
	background-color: transparent !important;
}

.BorderTable > thead > tr > th,
.BorderTable > tbody > tr > th
{
	background-color: lightgray;
}

.BorderTable > thead > tr > th,
.BorderTable > tbody > tr > th,
.BorderTable > tbody > tr > td
{
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;
}

.BorderTable > thead > tr > th:last-of-type,
.BorderTable > tbody > tr > th:last-of-type,
.BorderTable > tbody > tr > td:last-of-type
{
    border-right: none;
}

.BorderTable > thead > tr:last-of-type > th,
.BorderTable > tbody > tr:last-of-type > th,
.BorderTable > tbody > tr:last-of-type > td
{
    border-bottom: none;
}

/* DeleteLink */

.DeleteLink
{
	text-decoration:none;
	color:red !important;
}

/* Uploadzone */

.Uploadzone
{
	width:100%;
	height:80px;
	background:url('/media/images/upload-with-space.svg') /*space*/ no-repeat center;
	background-size:80px;
	border:solid 2px transparent;
	box-sizing:border-box;
}

.ActiveUploadzone
{
	border: solid 2px lightblue !important;
}

/* RoundedBadge */

.RoundedBadge
{
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	border-radius: 3px; 	
}
