/*$Id$*/
/*$Id$*/
/* $Id$ */
/* $Id$ */
/* $Id$ */
/*$Id$*/
#errorPage {
  position: absolute;
  margin: auto;
  inset-inline-start: 0;
  inset-inline-end: 0;
  top: 15%;
  width: 600px;
  text-align: center;
  font-family: var(--font-family);
}

.logged-out {
  background-size: 300px 200px;
  width: 300px;
  height: 200px;
  margin: auto;
}

.fontBold {
  font-weight: var(--font-weight-bold);
  font-family: var(--font-family-bold);
  color: #262626;
  font-size: var(--font21);
}

.newBtn {
  background-color: #f2f2f2;
  border: 1px solid #cccccc;
  outline: medium none;
  cursor: var(--cursor-pointer);
  border-radius: 3px 3px 3px 3px;
  color: #000000;
  font-size: var(--font12);
  overflow: visible;
  padding: 2px 10px;
  float: left;
  text-align: center;
  margin-inline-end: 5px;
  line-height: 26px;
  height: 30px;
  text-shadow: 0 1px 0 #FFFFFF;
  width: 150px;
}

.editViewBtn {
  color: #ffffff;
  background-color: #1ab394;
  border-color: #1ab394;
  text-shadow: none;
  font-size: var(--font15);
}

.editViewBtn:hover {
  background-color: #25c3aa;
  border-color: #25c3aa;
}

.mar-top-20 {
  margin-top: 20px;
}

.mar-top-10 {
  margin-top: 10px;
}

.desc {
  font-size: var(--font15);
  color: #404040;
}

.footer {
  display: flex;
  justify-content: center;
}
