/* layout */
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-row.reverse{
  flex-direction: row-reverse;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-column.reverse {
  flex-direction: column-reverse;
}
.flex-grow {
  flex-grow: 1;
}
/*.header-column {
  position: absolute;
  overflow: visible;
  width: 0px;
}*/
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-items-baseline {
  justify: baseline;
}
.align-items-center{
  align-items: center;
}
.align-content-center{
  align-content: center;
}
.align-self-center {
  align-self: center;
}
div.error-msg {
  border-color: rgb(200, 100, 97);
  border-width: medium;
  border-radius: 5px;
  background-color: rgb(236, 121, 118);
  z-index: 9999;
  text-shadow: none;
}
div.log table tbody {
  text-align: end;
}
div.log td {
  padding-left: 2em;
  border-right-style: solid;
  border-top-style: solid;
  border-width: thin;
}
div.log tr {
  border-width: thin;
}
.remote-column-group {
  width: 100%;
  justify-content: space-around;
}
.antenna-container {
  min-width: 380px;
  min-height: 400px;
}
.content-row{
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: .75rem;
  padding-right: .75rem;
}
.content-row:first{
  padding-left: 1.5rem;
}
.row-header {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
/* added content */
#beamslist:empty{
  display: block;
  background: url("images/ajax-loader.gif");
}
.beam-table{
  width: auto !important;
  white-space: nowrap;
}
.ui-table-cell-label{
  line-height: 0;
}
