/* header panel */
body {
	font-family: Verdana, Geneva, sans-serif; /* Helvetica, Arial, Geneva,sans-serif */
	font-size: 12px;
}

div.header {
	position: fixed;
	width: 100%;
	z-index: 10;

	font-size: 20px;
	background-color: #9CCC65; /* lightgreen 400 */
	padding: 8px;
}
div.header-center {
	position: fixed;

	z-index: 20;
	top: 8px;
	width: 100%;
	color: white;
	text-align: center;
	font-size: 20px;
}

input, select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

div.title {
	font-size: 14px;
	margin: 16px 0px 10px 10px;
}

/* content panel */
div.content {
	position: absolute;
	top: 44px;
	width: 100%;
}
div.content ol li {
	padding-bottom: 10px;
}
div.content input[type="submit"],
div.content input[type="button"] {
	margin-left: 0;
	margin-top: 0px;
}
div.content select {
	margin-left: 6px;
	margin-right: 6px;
}

/* overview release filter */
form#release-filter {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0px;
	z-index: 1;
}

/* tabs */
div#tabs {
	position: relative;
	top: 0px;
}
div#tabs ul.ui-tabs-nav {
	margin-top: 12px;
	height: 28px;
	width: 100%;
	padding: 0px;
	font-weight: normal;
	list-style-type: none;
	border-bottom: solid 1px grey;
}
div#tabs ul.ui-tabs-nav li {
	display: inline;
	padding: 6px;
}
div#tabs li.ui-tabs-active {
	border-bottom: solid 6px orange;
}
div#tabs ul.ui-tabs-nav a {
    text-decoration: none;
	color: black;
}
div#tabs div.ui-tabs-panel {
	padding-top: 2px;
}
div#tabs ul :focus,
div#tabs li :focus {
	outline: none;
}

/* rows */
.row {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: lightgrey solid thin;
}
.row:hover { 
   background-color: lightgrey;
}
.rowheading {
	position: -webkit-sticky;
	position: sticky;
	top: 44px;
	font-weight: bold;
	background-color: #C5E1A5;
	z-index: 10;
}
.rowheading:hover {
	background-color: #C5E1A5;
}

.datarow button,
.datarow a.btn {
	padding: 2px 3px 4px 2px;
	float: right;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7 {
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
}