#logo img
{
  padding: 10px 0 0 10px !important;
}

.user_box
{
  padding:4px !important;
  margin-top: 0 !important;
}

.user_box .sep
{
  border-right:1px solid #e8e8e8;
  margin-right:3px;
  padding-right:6px;
}

select
{
  max-width: 100% !important;
}

sup
{
  vertical-align: super;
  font-size: smaller;
}

.positive
{
  color: green;
}

.negative
{
  color: red;
}

.warn
{
  color: #f68b01;
}

.in-progress
{
  color: #483d8b;
}

hr.break
{
  width: 40%;
}

div.alert-box.success
{
  background: inherit;
  border: none;
  color: #7FAE00;
  margin-top: 5px;
}

div.alert-box div.entry
{
  margin-top: 4px;
}

div.alert-box.warning, div.alert-box.error
{
  margin-bottom: 0;
}

div.alert-box.warning a
{
  color: grey;
}

div.alert-box.error a
{
  color: darkgrey;
}

.inactive
{
  text-decoration: line-through;
}

header
{
  min-height: 0;
  padding-bottom: 20px;
}

.log
{
  font-family: monospace, monospace;
  border: 1px dotted;
}

.tfaLogOut
{
  float: right;
  font-size: 11px;
  margin-bottom: 20px;
}
