  dd {
      margin: 0.5em 0 1em 2em;
  }

  .card {
      margin-bottom: 1em;
  }

  dl {
      margin: 0;
  }

  .rdap-status-code,
  .rdap-event-time {
      border-bottom: 1px dashed silver;
  }

  #object {
      text-transform: lowercase;
  }

  #spinner-msg {
      height: 2em;
      display: inline-block;
      margin: -0.25em 0 0 0;
      padding: 0.25em 0 0 0;
  }

  html {
      position: relative;
      min-height: 100%;
        height: 100%;
  }

  body {
      margin-bottom: 60px;
      height: 100%;
  }

  .footer {
      bottom: 0;
      width: 100%;
      height: 60px;
      /* Set the fixed height of the footer here */
      line-height: 60px;
      /* Vertically center the text there */
      background-color: #f5f5f5;
  }
  .input-group-btn.input-space {
      padding-left: 5px;
  }
  .input-search {
    min-width: 350px;
  }
  .btn-buscar {
    background-color: #38C6F6;
    color: #fff;
    border-color: #38C6F6;
  }
.vencimiento-ok {
    color: #4CAF50;
    font-weight: bold;
}
.vencimiento-warning {
    color: #FF9800;
    font-weight: bold;
}
.vencimiento-danger {
    color: #F44336;
    font-weight: bold;
}
.cajaSeccion
{
    margin-bottom: 35px;
}
.domainstatus-inactive
{
    color: #F44336;
    font-weight: bold;
}
.circulo-estado-ns
{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 3px;
}
.circulo-estado-ns-ok
{
    background-color: #4CAF50;
}
.circulo-estado-ns-warning
{
    background-color: #FF9800;
}
.circulo-estado-ns-danger
{
    background-color: #F44336;
}
.circulo-estado-ns-info
{
    background-color: #2196F3;
}
.circulo-estado-ns-yellow
{
    background-color: #FFC107;
}