p, body, td, input, select, button { font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif; font-size: 14px; }
body { padding: 0px; margin: 0px; background-color: #ffffff; }
a { color: #1155a3; }
.space { margin: 10px 0px 10px 0px; }
.header { background: #003267; background: linear-gradient(to right, #011329 0%,#00639e 44%,#011329 100%); padding:20px 10px; color: white; box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75); }
.header a { color: white; }
.header h1 a { text-decoration: none; }
.header h1 { padding: 0px; margin: 0px; }
.main { padding: 10px; margin-top: 10px; }
.generated { color: #999; }
.generated a { color: #999; }

.topline {
    position: absolute;
    width: 100%;
    height: calc(100dvh - 150px);
    top: 70px;
}

.parent {
    display: flex;
    top: 70px;
}

.left {
    margin-right: 10px;
    width: 300px;
    height: calc(100dvh - 150px);
    top: 70px;
    overflow: auto;
}

.left button {
  background-color: #f3f3f3;
  border: 1px solid #c0c0c0;
  color: #333;
  padding: 8px 0px;

  border-radius: 2px;
  cursor: pointer;
  margin-right: 5px;

  width: 100%;
  display: block;
  margin-bottom: 10px;
}


.right {
    flex-grow: 1;
}

.PageTitle_css {
    position: fixed;
    top: 85px;
    left: 20px;
}

.dp_button_css {
    position: fixed;
    background-color: #3498DB;
    color: white;
    padding: 6px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    width: 188px;
}

.weekend {
    background-image: repeating-linear-gradient(45deg, #00000033, #00000033 10px, transparent 10px, transparent 20px);
}
