body {
  background-color: #ddd;
  color: #fff;
  border-width: 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 85%;
  margin: 0 auto;
}
.hide {
  display: none;
}
#body {
  color: #000;
  margin-top: 2em;
  padding: 0 1em 1em 1em;
}
#header {
  padding: 1em;
}
#header h1 {
  top: 5px;
  left: 100px;
  text-shadow: 3px 3px 3px #444;
  background-color: #569;
  padding-left: 15px;
}
#user {
  background-color: rgba(88,96,90,0.85);
  width: 300px;
  border: 1px solid #485196;
  border-bottom: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  vertical-align: center;
}
#menu {
  background-color: #abb;
  color: #000;
  border-top: 0;
  width: 300px;
  border: 1px solid #888;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  vertical-align: top;
}
#menu li {
  list-style: none;
}
#menu a {
  text-decoration: none;
}
a {
  color: #000;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.button {
  background-color: #a1bde4;
  color: #fff;
  border: 1px solid #99a;
  cursor: default;
  margin-left: 3px;
  padding: 10px;
  font-size: 135%;
  -webkit-box-shadow: 3px 3px 3px #888;
  box-shadow: 3px 3px 3px #888;
  outline: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline-offset: -2px;
}
.button:hover {
  background-color: #69a3d3;
}
.button:disabled {
  color: #777;
  background-color: #111;
}
a.button {
  text-decoration: none;
}
.pointer {
  cursor: pointer;
}
.even {
  background-color: #172137;
}
.tabla td,
.tabla th {
  padding: 1px 4px;
}
.jobbra {
  text-align: right;
}
.smallB {
  padding: 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.jsgrid-control-field {
  width: 30px !important;
}
.raktartipus {
  color: #999;
}
#bodymenu {
  padding-left: 3em;
  padding-bottom: 2em;
}
#bodymenu a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.material-icons {
  color: #000;
  margin-right: 5px;
}
