html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
}
a.LoginLink {
  color: #6c6c6c;
  font-size: 12px;
}
div.PageBody {
  margin: 0 20px 20px 20px;
  box-sizing: border-box;
}
.thh {
  vertical-align: middle;
}
.thh a {
  white-space: nowrap;
}
.thh a i {
  vertical-align: middle;
}
a.link_disabled {
  color: #696969;
  text-decoration: line-through;
}
table.tableForm {
  width: 100%;
  box-sizing: border-box;
}
table.tableForm td {
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}
img.pic {
  border: 1px solid #8a8f97;
}
img.editpic {
  max-height: 218px;
  max-width: 100%;
}
div.loading {
  position: absolute;
  width: 100%;
  height: calc(100% - 128px);
  background: #ffffff;
  box-sizing: border-box;
  margin-left: -24px;
  z-index: 10000;
  opacity: 0.7;
  text-align: center;
  vertical-align: middle;
}
table.devices {
  width: 100%;
  height: calc(100vh - 110px);
  vertical-align: top;
}
table.devices td.header {
  height: 26px;
}
table.devices td.header h1 {
  margin: 0 0 0 15px;
  font-size: 20px;
}
table.devices td.shops {
  width: 300px;
  vertical-align: top;
  border-right: 1px solid #c2c2c2;
}
table.devices td.items {
  vertical-align: top;
}
div.cont {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: scroll;
}
.material-icons {
  color: #929292;
}
h1 {
  font-size: 25px;
  margin: 10px 0 10px 0;
}
p {
  margin: 10px 0 10px 0;
  color: #6c6c6c;
}
p.error {
  color: #ff0000;
}
.Dashboard_Paper {
  display: inline-block;
  float: left;
  width: 300px;
  min-height: 150px;
  margin: 0 20px 20px 0;
}
.Dashboard_Paper h1 {
  display: block;
  padding: 5px 20px 5px 20px;
  background-color: #00B4CE;
  margin: 0 0 5px 0;
  color: #ffffff;
  font-weight: normal;
  text-align: left;
  font-size: 22px;
}
.Dashboard_Paper table {
  width: 100%;
  margin: 20px 0 20px 0;
}
.Dashboard_Paper table td {
  text-align: left;
  padding: 2px 20px 0 20px;
}
pre.Description {
  background-color: #CCCCCC;
  padding: 10px;
}
div.gui_report div.DatePicker {
  display: inline-block;
  margin-right: 10px;
}
div.RecommPNG {
  height: 300px;
  text-align: center;
}
div.RecommPNG img.Recomm {
  height: 300px;
}
div.RecommPNG img.Map {
  height: 300px;
}
div.Blinker {
  position: absolute;
  right: 10px;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 10px;
}
div.Off {
  background-color: #ff0000;
}
div.On {
  background-color: #00c200;
}
div.Counter {
  position: absolute;
  right: 32px;
  top: 15px;
  color: #ffffff;
  background-color: #438AF1;
  padding: 2px 6px;
  font-size: 14px;
  border-radius: 100px;
}
div.DeviceInfo {
  padding-left: 10px;
}
div.DeviceInfo h3 {
  font-size: 15px;
  font-weight: normal;
  color: #8a8f97;
  margin: 0 0 0 0;
}
div.DeviceInfo button.IconRight {
  float: right;
}
div.MessageCont {
  width: 100%;
  height: calc(100% - 180px);
  position: relative;
  overflow: scroll;
}
div.MessageScroll {
  padding-left: 10px;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}
div.Message {
  margin: 12px 0 12px 0;
}
div.Message div.dt {
  font-size: 11px;
  color: #9a9897;
  margin-bottom: 5px;
  padding: 0 10px 0 10px;
}
div.Message div.data {
  background-color: #E5E5EA;
  padding: 5px 8px 5px 8px;
  border-radius: 10px;
  display: inline-block;
  max-width: 70%;
  font-size: 13px;
  word-wrap: break-word;
}
div.Outgoing {
  text-align: right;
}
div.Outgoing div.data {
  background-color: #438AF1;
  color: #ffffff;
}
div.CommandLine {
  padding: 0 0 0 10px;
}
/*# sourceMappingURL=main.css.map */