html, body
{
  font-family: sans-serif;
  background: #f0f0f0;
  margin: 5px;
}

body
{
  padding-top: 4rem;
}
.main
{

  background: white;
  border: solid 1px #c0c0c0;
  border-radius: 8px;
  padding: 1em;
  margin: 10px;
}

#ajx_dlg_bg
{
  position:fixed;
  top:0;
  left:0;
  background-color:rgba(0,0,0,0.8);
  width:100%;
  height:100%;
}

#ajx_dlg
{
  width: 300px;
  margin-top: -100px;
}

.modal-title img
{
  margin-left: -20px;
  margin-right: 5px;
  width: 30px;
}

.red_bold
{
  color: red;
  font-weight: bold;
}

#footer-txt small
{
  color: darkslategrey;
  font-weight: bold;
}

.card
{
  margin-bottom: 5px;
}

.card-body
{
  padding: 5px;
}

.btn
{
  margin-bottom: 0.5em;
}

.cmdRes
{
  background-color: #f0f0f0;
  border: solid 1px #c0c0c0;
  padding: 5px;
}