@import url("https://fonts.googleapis.com/css?family=Merriweather|Noto+Sans&display=swap");
:root {
  --epigad-blue: rgba(0,0,127,1) //ateno blue ; }

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

header {
  background: #00007f; }

/* YUI overwrites */
body {
  margin-left: 0px;
  font-family: 'Noto Sans', sans-serif; }

#leftmenu {
  width: 15%; }

#main {
  width: 85%; }

.gutterbox {
  padding-right: 10px;
  padding-left: 10px; }

table, thead, tbody, tr, th, td {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: Sans; }

.table-striped > tbody > tr:nth-child(odd) > td {
  background-color: lightblue; }

.table-hover > tbody > tr:hover td {
  background-color: cornflowerblue; }
.table-hover > tbody > tr:hover th {
  background-color: darkblue; }

.max80 {
  width: 80px;
  height: auto;
  white-space: pre-wrap;
  /*white-space: -moz-pre-wrap; */
  word-wrap: break-word; }

.max60 {
  width: 60px;
  height: auto;
  white-space: pre-wrap;
  /*white-space: -moz-pre-wrap; */
  word-wrap: break-word; }

.max40 {
  width: 40px;
  height: auto;
  white-space: pre-wrap;
  /*white-space: -moz-pre-wrap; */
  word-wrap: break-word; }

.max30 {
  width: 30px;
  height: auto;
  white-space: pre-wrap;
  /*white-space: -moz-pre-wrap; */
  word-wrap: break-word; }

#myButton {
  padding: 0;
  margin: 0;
  font-size: 77%;
  height: auto; }

#editor_container {
  width: 600px;
  border: 1px solid #999;
  margin: 2em;
  background-color: #f2f2f2; }

#editor {
  height: 300px;
  background-color: #fff; }

#buttons, #out {
  padding: 10px; }

#buttons {
  border-bottom: 1px solid #999; }

#out {
  font-weight: bold;
  border-top: 1px solid #999; }

/* SITE */
h1, h2 {
  margin: 0.2em 0.1em;
  border-bottom: 1px solid black;
  font-family: 'Merriweather', serif;
  font-size: 110%; }

h3 {
  margin: 0.2em 0.1em;
  border-bottom: 1px solid black;
  font-family: 'Merriweather', serif;
  font-size: 105%; }

h4, h5, h6 {
  margin: 1em 0;
  font-size: 102%;
  font-family: 'Merriweather', serif; }

ul.sb-remove-style, ol.sb-remove-style {
  margin: 0.1em 0em;
  padding-left: 30px;
  list-style: none; }

li {
  margin: 0; }

dl {
  margin: 1em 0; }

dt {
  font-weight: bold; }

dd {
  margin-left: 40px; }

/*
a {
  color: inherit;
}

a:link {
  color: #0000FF;
}

a:visited {
  color: #800080;
}

a:hover {
  background-color: #aaf;
  text-decoration: underline;
}
*/
img {
  margin: 0;
  border: 0;
  vertical-align: baseline; }

div.img {
  margin: 0.5em 0em 0.5em 1em; }

em {
  font-weight: bold;
  font-style: normal; }

strong {
  font-weight: bold;
  font-style: normal; }

hr {
  /* visibility: hidden; */
  /* visibility: display; */ }

.copyright:after {
  content: "2002-2007"; }

/* ******************** header ******************** */
div.header {
  padding-left: 0px;
  background-color: #04057b; }

div.header p {
  margin: 0em 0em 0em 0em; }

div.header form {
  float: right;
  margin: -3.0em 1.0em 0.5em 0em; }

div.header h1 {
  background-color: transparent;
  color: #800080;
  /* same as debian.org */ }

div.header a {
  background-color: #04057b; }

div.header a:hover {
  background-color: transparent;
  text-decoration: none; }

div.header a:visited {
  color: #000; }

div.login {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  padding: .1em 1em;
  font-size: 75%;
  float: right; }

/* ******************** sidebar ******************** */
div.section {
  margin-left: 0.5em;
  font-size: 93%; }

div.section h2 {
  border-bottom: 1px black dotted; }

div.sidebar {
  margin: 0;
  padding-left: .5em; }

.navbar {
  background: var(--epigad-blue); }

nav#sidebar {
  min-width: 150px;
  max-width: 150px; }
  nav#sidebar ul li {
    list-style-image: url(/assets/img/button.gif);
    font-size: 85%; }

nav#sidebar.active {
  margin-left: -250px; }

/* ******************* CRUD table ******************* */
div.crud {
  font-size: 85%; }

div.docu {
  font-size: 100%; }

table.crud_thead tr th {
  table-layout: fixed;
  border: 0px solid white;
  padding: 0px;
  margin: 0px;
  font: 85% bold;
  /* overflow: auto; */
  text-align: center;
  /* vertical-align: bottom; */
  vertical-align: top;
  background-color: #eef; }

table.crud_table {
  table-layout: fixed;
  padding: 0;
  margin: 0;
  font-size: 85%;
  overflow: auto;
  border: 0px solid white;
  border-collapse: separate;
  background-color: white;
  text-align: left;
  /* vertical-align: bottom; */
  vertical-align: top; }

table.crud_table td {
  overflow: visible;
  border: 1px solid white;
  padding: 1px;
  border-spacing: 1px;
  font-size: 77%; }

table.crud_table tr.even {
  padding: 0;
  margin: 0;
  background-color: #ffe; }

table.crud_table tr.odd {
  padding: 0;
  margin: 0;
  background-color: #fef; }

/* ******************* content form ******************* */
textarea {
  width: 100%;
  font-family: sans-serif;
  font-size: 100%;
  color: black;
  padding: 0px;
  margin-bottom: 5px; }

tr.alternate {
  background-color: #e3eaf0; }

/* DHTML */
.tr0 {
  background-color: #ffffcc; }

.tr1 {
  background-color: #ccffcc; }

/* tr:hover { background-color: #b5cadc; } */
td {
  vertical-align: top; }

.search {
  font-size: 77%; }

.search h3 {
  font-weight: bold;
  border-bottom: 1px black solid; }

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch; }

.tiny {
  font-size: 68%; }

/* headers for sorting tables */
.pushsort {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 85%;
  font-weight: bold;
  background-color: transparent; }

.pushbutton {
  margin: 0;
  padding: 0;
  font-size: 77%;
  font-weight: bold;
  text-align: center;
  /* background-color: transparent; */ }

/* ******************** content ******************** */
div.content {
  margin-left: 20px; }

.pagecontent {
  font-size: 100%;
  width: 90%; }

.pagecontent h2 {
  font-size: 120%;
  border-bottom: 1px black solid; }

/* layout controls */
#siteidentity {
  background-color: #01007f;
  background-image: url(/assets/img/banner.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  height: 80px; }

nav#leftmenu ul li {
  list-style-image: url(/assets/img/button.gif);
  font-size: 85%; }
