﻿body {
  background-color: #B9E09A;
  font-size: 0.85em;
  font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
  color: #696969;
}
a:link {
  color: #000000;
  text-decoration: underline;
}
a:visited {
  color: #505abc;
}
a:hover {
  color: #1d60ff;
  text-decoration: none;
}
a:active {
  color: #12eb87;
}
p,
ul {
  margin-bottom: 20px;
  line-height: 1.6em;
}
header,
footer,
nav,
section {
  display: block;
}
/* HEADINGS   
----------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.5em;
  color: #000000;
}
h1 {
  font-size: 2em;
  padding-bottom: 0;
  margin-bottom: 0;
}
h2 {
  padding: 0 0 10px 0;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.1em;
}
h5,
h6 {
  font-size: 1em;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
header,
#header {
  position: relative;
  margin-bottom: 0px;
  color: #000000;
  padding: 0;
}
header h1,
#header h1 {
  font-weight: bold;
  padding: 5px 0;
  margin: 0;
  color: #fff;
  border: none;
  line-height: 2em;
  font-size: 32px !important;
  -webkit-text-shadow: 1px 1px 2px #111;
  text-shadow: 1px 1px 2px #111;
}
#main {
  padding: 30px 30px 15px 30px;
  background-color: #fff;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
footer,
#footer {
  background-color: #fff;
  color: #999;
  padding: 10px 0;
  text-align: center;
  line-height: normal;
  margin: 0 0 30px 0;
  font-size: 0.9em;
  vertical-align: text-bottom;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
footer .logo,
#footer .logo {
  display: inline-block;
  background: url("themes/base/images/AT klein transparant.png") transparent top left no-repeat;
  height: 32px;
  width: 32px;
  vertical-align: text-bottom;
}
/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
  padding: 0 0 2px;
  position: relative;
  margin: 0;
  text-align: right;
}
ul#menu li {
  display: inline;
  display: inline-block;
  list-style: none;
  position: relative;
}
ul#menu li a {
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.8em;
  background-color: #e8eef4;
  color: #000000;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
ul#menu li a.selected {
  color: #FFFFFF;
  background-color: #555555;
  position: relative;
  top: 2px;
}
ul#menu li a.selected:hover {
  color: #000000;
  background-color: #E8EEF4;
  top: 0px;
}
ul#menu li a:hover {
  background-color: #fff;
  text-decoration: none;
}
ul#menu li a:active {
  background-color: #a6e2a6;
  text-decoration: none;
}
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset {
  border: 1px solid #ddd;
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 1.5em 0;
}
legend {
  font-size: 1.2em;
  font-weight: bold;
}
textarea {
  min-height: 75px;
}
input[type="text"],
input[type="password"] {
  border: 1px solid #ccc;
  padding: 2px;
  font-size: 1.2em;
  color: #444;
  width: 200px;
}
select {
  border: 1px solid #ccc;
  padding: 2px;
  font-size: 1.2em;
  color: #444;
}
input[type="submit"],
button[type="submit"] {
  font-size: 1.2em;
  padding: 5px;
}
/* TABLE
----------------------------------------------------------*/
table {
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}
table td {
  padding: 5px;
  border: solid 1px #e8eef4;
}
table th {
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4;
  border: solid 1px #e8eef4;
}
/* MISC  
----------------------------------------------------------*/
.clear {
  clear: both;
}
.error {
  color: #FF0000;
}
nav,
#menucontainer {
  margin-top: 40px;
}
div#title {
  display: block;
  float: left;
  text-align: left;
}
#logindisplay {
  font-size: 1.1em;
  display: block;
  text-align: right;
  margin: 10px;
  color: #000000;
}
#logindisplay a:link {
  color: #000000;
  text-decoration: underline;
}
#logindisplay a:visited {
  color: #000000;
  text-decoration: underline;
}
#logindisplay a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
  color: #FF0000;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid #FF0000;
  background-color: #ffeeee;
}
.validation-summary-errors {
  font-weight: bold;
  color: #FF0000;
}
.validation-summary-valid {
  display: none;
}
/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
  margin: 1em 0 0 0;
  font-weight: bolder;
}
.display-field,
.editor-field {
  margin: 0.5em 0 0 0;
}
.display-field {
  padding-left: 9px;
}
.text-box {
  width: 30em;
}
.text-box.multi-line {
  height: 6.5em;
}
.tri-state {
  width: 6em;
}
.boolean {
  display: inline-block;
  padding-left: 24px;
  line-height: 21px;
  vertical-align: middle;
  background-position: 0px 1px;
  background-repeat: no-repeat;
}
.boolean.True {
  background-image: url('themes/base/images/true.gif');
}
.boolean.False {
  background-image: url('themes/base/images/false.gif');
}
/* Styles for the paging controls
----------------------------------------------------------*/
div.pager {
  margin-top: 10px;
  margin-bottom: 10px;
}
div.pager a,
div.pager span {
  display: inline-block;
  margin: 2px;
  padding: 7px 10px;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #E8EEF4;
}
div.pager > *:first-child,
div.pager > *:last-child {
  padding-left: 30px;
  padding-right: 30px;
}
div.pager a {
  background-color: #E8EEF4;
}
div.pager span.current,
div.pager span.disabled {
  background-color: #AAA;
  color: #000000;
}
/* Styles for the table row hover highlight colors
----------------------------------------------------------*/
table tr {
  background-color: #FFFFFF;
}
table tr:hover {
  background-color: #dcf6f7;
}
table td.Okay {
  background-color: #b8efc0;
}
table tr:hover td.Okay {
  /*background-color: rgb(113, 220, 176);*/
  background-color: #b8eed8;
}
table td.TimedOut {
  background-color: #e69393;
}
table tr:hover td.TimedOut {
  /*background-color: rgb(159, 128, 131);*/
  background-color: #cfc0c1;
}
/* Styles for tiled links
----------------------------------------------------------*/
ul.tiled-links li {
  display: inline;
}
ul.tiled-links li a {
  display: block;
  display: inline-block;
  width: 150px;
  text-align: center;
  padding: 10px;
  border: 1px solid black;
  margin: 10px;
}
ul.tiled-links {
  width: 600px;
}
/* Styles for CRUD pages
----------------------------------------------------------*/
.child-relation-table {
  margin: 10px 0px;
}
.child-relation-table tr.title th,
.child-relation-table tr.add td {
  text-align: center;
}
.child-relation-table th {
  border: 1px solid white;
}
/* Miscellaneous styles
----------------------------------------------------------*/
.hidden,
.hidden-column {
  display: none;
}
.timespan input[type="text"] {
  width: 20px;
  text-align: right;
}
form.inline-form {
  display: inline;
  display: inline-block;
}
form.inline-form button {
  display: inline;
  display: inline-block;
  padding: 2px;
}
.IPlist {
  font-size: smaller;
}
.websitelist {
  display: block;
}
fieldset > fieldset {
  margin-top: 20px;
}
.warningblock {
  background-color: orange;
  padding: 8px;
  width: 100%;
}
.editor-field-large input {
  width: 600px;
}
input:read-only {
  background-color: lightgray;
}
.checkboxfieldset {
    margin-top: 8px;
    margin-bottom: 8px;
}