html {
  overflow-y: scroll;
}
body {
  background-color: #484848;
  .color: #ffffff;
}
main {
  background-color: #eeeeee;
  background-color: #c0c0c0;
  background-color: #dcdcdc;
  background-color: #b28b60;
  color: #000000;
  display: grid;
  margin: 0 auto 10px auto;
  margin: 0 auto;
  min-height: 100vh;
}
main div.content {
  padding-top: 10px;
  padding-bottom: 23px;
  position: relative;
}
header {
  /*
  background-color: #41280d;
  border-radius: 16px;
  height: 32px;
  */
}
footer {
  /*
  background-color: #41280d;
  border-radius: 16px;
  height: 32px;
  */
}
main div.modified {
  background-color: #484848;
  border-top: 1px solid #888;
  bottom: 0;
  color: #888;
  position: absolute;
  text-align: right;
  width: 100%;
}
main div.modified p {
  font-family: 'freeSansItalic';
  font-size: 12px;
  padding: 5px 5px 5px 0;
}
div#overlayBG,
div#umlOverlayBG {
  background-color: rgba(192,192,192,0.5);
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 10;
}
form {
  background-color: #ccc;
  border: 1px solid #667;
  font-family: 'liberation_sansregular';
}
form.popup {
  .background-color: #ccc;
  .border: 1px solid #667;
  display: none;
  .font-family: 'liberation_sansregular';
  left: 50%;
  position: fixed;
  top: 50%;
  z-index: 11;
}
form button {
  cursor: pointer;
  font-family: 'liberation_sansbold';
  font-size: 13px;
  width: 60px;
}
form div {
  border: 1px solid #abc;
  margin: 5px;
  padding: 5px;
}
form div.inline {
  display: inline-block;
  margin: 5px 0 0 0;
}
form div.inline.first {
  margin: 5px 0 0 5px;
}
form div.inline.last {
  margin: 5px 5px 0 0;
}
form div:last-of-type {
  text-align: center;
}
form.popup h1 {
  background-color: rgb(198,217,241);
  font-family: 'liberation_sansbold';
  font-size: 20px;
  padding: 3px 5px;
  text-align: center;
}
form input[type="text"] {
  box-sizing: border-box;
  font-family: 'liberation_sansregular';
  font-size: 16px;
  padding-left: 3px;
  width: 100%;
}
form label {
  font-family: 'liberation_sansbold';
  display: block;
  padding: 0 0 0 3px;
}
form label.inline {
  display: inline;
  line-height: 20px;
  padding: 0;
}
form select {
  box-sizing: border-box;
  font-family: 'liberation_sansregular';
  font-size: 16px;
  height: 27px;
}
form[name="umlPassPhrase"] {
  background: #ccc;
  border: 1px solid #667;
  border-radius: 12px;
  color: #000;
  display: none;
  left: 50%;
  position: fixed;
  top: 25%;
  width: 300px;
  z-index: 11;
}
form[name="umlPassPhrase"] button {
  display: block;
  font-family: 'freeSansBold';
  font-size: 13px;
  margin: 0 auto;
  padding: 0;
  width: 60px;
}
form[name="umlPassPhrase"] div {
  border: 1px solid #ccc;
  margin: 3px;
  padding: 3px;
}
form[name="umlPassPhrase"] label {
  font-family: 'freeSansBold';
}
form[name="umlPassPhrase"] input {
  box-sizing: border-box;
  font-family: 'freeSansRegular';
  font-size: 12px;
  width: 100%;
}
table.dbData {
  border: 1px solid black;
  margin: 10px auto;
}
table.dbData a {
  display: inline-block;
  height: 22px;
  vertical-align: bottom;
  width: 22px;
}
table.dbData a.create {
  background-image: url('/image/create-22x22.png');
}
table.dbData a.update {
  background-image: url('/image/update-22x22.png');
}
table.dbData a.delete {
  background-image: url('/image/delete-22x22.png');
}
table.dbData a:hover {
  background-position: -22px 0px;
}
table.dbData td {
  border-right: 1px solid #667;
  font-family: 'liberation_sansregular';
  padding: 0 3px;
  vertical-align: middle;
}
table.dbData td.center {
  text-align: center;
}
table.dbData td.right {
  text-align: right;
}
table.dbData td:last-of-type {
  border-right: 0;
  padding: 0;
}
table.dbData th {
  font-family: 'liberation_sansbold_italic';
  padding: 2px 3px 1px 3px;
  vertical-align: bottom;
}
table.dbData tr:nth-of-type(even) {
  background-color: rgb(255,255,255);
  border-top: 1px solid #667;
}
table.dbData tr:nth-of-type(odd) {
  background-color: rgb(242,242,242);
  border-top: 1px solid #667;
}
table.dbData tr:first-of-type {
  background-color: rgb(198,217,241);
  border-top: 0;
}
@media only screen and (min-width: 768px) {
  header {
    /*
    margin: 0 20px;
    */
  }
  section {
    /*
    margin: 0 40px;
    */
  }
  footer {
    /*
    margin: 0 20px;
    */
  }
}
@media only screen and (min-width: 1025px) {
  main {
    width: 1024px;
    .min-height: 100vh;
    .margin-bottom: -23px;
  }
  header {
    /*
    margin: 0 50px;
    */
  }
  section {
    /*
    margin: 0 90px;
    */
  }
  footer {
    /*
    margin: 0 50px;
    */
  }
  div#modified {
    margin: 0 auto;
    width: 1024px;
  }
}

