@import url(//fonts.googleapis.com/css?family=Muli);

body {
    margin:0;
    padding:0;
    font-family:helvetica, sans-serif;
    background: var(--almost-white);
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

p {
    line-height: 1.8;
}

a {
    color: var(--medium-dark-color);
    text-decoration:none;
}

a:hover {
    color: var(--dark-color);
    text-decoration:none;
}

h1, h2, h3, h4, h5 , h6 {
    font-family: 'Muli', sans-serif;
    font-weight: normal;
    text-shadow: 1px 1px 1px #fff;
    color: var(--dark-color);
    line-height: 1.5;
    margin: 0;
}

hr {
    border-top: 1px solid var(--grayed-medium-color);
    margin-bottom: 10px;
}

h1 {
    border-bottom:1px solid var(--grayed-medium-color);
    padding:0 0 5px 0;
    margin:10px 0 10px 0;
}

h2 {
    margin:30px 0 20px;
}

h2.special {
    margin:0px;
}

ol {
    line-height:1.5;
    margin-left: 15px;
}

button {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid var(--medium-dark-color);
    color: var(--dark-color);
}

th {
    color: var(--dark-color);
    white-space: nowrap;
}

th a {
    color: var(--dark-color);
}

td, th, table {
    margin-right: 5px;
    margin-top: 5px;
    padding-right: 10px;
    padding-top: 5px;
    border-radius: 4px;
    border-collapse: collapse;
}

textarea.form-control
{
    height: 100px;
}

strong {
    color: var(--dark-color);
}

.title {
    font-size: 36px;
    font-family: 'Muli', sans-serif;
    font-weight: normal;
    text-shadow: 1px 1px 1px #fff;
    color: var(--dark-color);
    line-height: 1.5;
    margin: 0;
}

ul.disc-list li {
    margin-left: 16px;
}

.form-control
{
    color: var(--almost-black);
}

#content {
    padding: 30px 100px;
}

.title-divider {
  border: none;
  border-top: 1px solid var(--grayed-medium-color);
  margin: 0;
}

.divider {
  border: none;
  border-top: 1px solid #ddd;
  margin: 24px 0;
}

/* forms */
form {
    /*overflow:auto;*/
}

form p {
    width:100%;
    overflow:auto;
}

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.flex-row .btn {
    margin-bottom: 10px;
    max-height: 46px;
}

.flex-row-buttons {
    display: flex;
    flex-direction: row;
}

.plain
{
    font-weight: 100 !important;
}

.vcenter .plain
{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.vcenter {
    margin-top: 7px;
    display: flex;
    flex-direction: column;
}

label {
    float:left;
    clear:both;
    color: var(--dark-color);
    margin-bottom:0;
    margin-right: 10px;
}

input, textarea, select, .coord-display {
    /*clear:both;
    float:left;*/
    margin:5px 0 10px !important;
    padding:6px 12px;
    font-size:14px;
    border-radius: 3px;
    background-color: white;
    border: 1px solid var(--light-gray);
}

.text-center input {
    margin: 0 !important;
}

textarea {
    min-height: 72px;
    resize: vertical;
}

input[type=submit], a.button {
    font-weight:bold;
    background: var(--dark-color);
    color: var(--almost-white);
    padding:10px 20px;
    font-size:14px;
    text-transform:uppercase;
    border-radius: 3px;
}

input:focus, textarea:focus, select:focus {
    outline: none;
    border-color: var(--medium-light-color);
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
{
    pointer-events: none;
}

.errorlist {
    color: var(--error-background);
    float:left;
    clear:both;
}

.helptext {
    margin:-10px 0 10px 0;
    color: var(--almost-black);
    clear:both;
    float:left;
    font-size:13px;
}

.submitButton {
    margin-top: 20px;
    color: var(--almost-white);
}

.form-row, .form-row-left
{
    width: 100%;
    display: flex;
    flex-direction: row;
}

.class-sessions, .class-fees {
    flex-direction: row;
    display: flex;
}

.class-sessions-fees {
    flex-direction: row;
    display: flex;
}

.class-limits {
    width: fit-content;
    display: flex;
    flex-direction: column;
}

.class-sessions .class-limits .form-control {
    width: fit-content;
}

.class-limits label {
    min-width: 103px;
}

label[for=length_in_hours] {
    min-width: 120px;
}

label[for=class_count] {
    min-width: 148px;
}

.top-label {
    display: flex;
    flex-direction: column;
}

.form-row-flex {
    justify-content: space-between !important;
}

.form-row {
    justify-content: space-between !important;
}

.form-row-left {
    justify-content: start !important;
}

.form-row-left div {
    padding-right: 20px;
}

#handout_fee, #handout_limit, #material_fee, #material_limit {
    max-width: 100px;
}

.field-group {
    width: fit-content;
}

.field-group label {
    margin-top: 3px;
}

.ac-inst {
    width: 200px;
}

.form-group {
    padding-right: 20px;
    margin-left: 0px;
    margin-bottom: 0px;
}

label.check {
    display: flex !important;
    order: 1;
}

input.check {
    margin-left: 5px !important;
    margin-bottom: 0px !important;
}

.camp-field {
    width: 50%;
}

input {
    border-radius: 3px;
    border: 1px solid var(--light-gray);
}

#user-data label, #contact label, #all-classes label, #audit-log label {
    margin-top: 7px;
    margin-right: 10px;
}

#user-data label, #contact label, #teacher-classes label {
    min-width: 135px;
}

#all-classes label {
    min-width: 80px;
}

#audit-log button {
    margin-left: 10px;
}

#all-classes select {
    margin-bottom: 10px;
}

.table-grid, .table-grid td, .table-grid th {
    border: 1px solid var(--dark-color);
    padding: 4px;
    height: 30px;
}

.table-grid {
    width: 100%;
    table-layout: fixed;
}

.time-list {
    margin-bottom: 0px;
}

select {
    height: 34px;
}

.tag-container {
    display: flex;
    flex-direction: row;
    min-height: 125px;
}

.profile-data input[type=text], .profile-data input[type=email], .profile-data select, .tag-entry {
    width: 300px;
}

.error-field {
    border: 2px solid var(--error-background);
}

.login-error {
    color: var(--error-background);
}

li.login-error {
    list-style-type: none;
    font-size: 16px;
}

.big-text {
    font-size: 24px;
}

.hey {
    font-size: 60px;
}

.schedule-alert {
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
}

[type="radio"], [type="checkbox"]
{
    accent-color: var(--dark-color);
}

[type="checkbox"]
{
    margin-left: 5px !important;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24;
  vertical-align: bottom;
}

.admin-fields
{
    border-bottom:1px solid var(--grayed-medium-color);
    margin-bottom: 5px;
}

.smoll-text
{
    margin-top: 0;
    font-size: 9pt;
    line-height: 1.2;
    color: #fff;
}

.custom-title {
    width: 15%;
}

.custom-topic {
    width: 15%;
}

.custom-description {
    width: 40%;
}

.custom-sessions {
    width: 30%;
    min-width: 480px;
    text-align: right;
}

.instructor-sessions {
    text-align: right;
}

th.custom-sessions {
    padding-right: 12px !important;
}

textarea .talltext {
    height: 120px;
}

ul.plain {
    list-style:none;
    margin-left: 5px;
}

.add-bottom-margin {
    margin-bottom: 10px;
}

.spacey {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

.wide-button {
    min-width: 200px;
    max-width: 300px;
}

.space-below {
    margin-bottom: 10px;
}

.sync-status {
    margin-top: 10px;
    font-weight: bold;
}

.field-box {
    width: 800px;
}

.field-box, .field-box-insert {
    background-color: var(--faint-gray);
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid var(--light-gray);
}

#instructions img {
    max-height: 400px;
    border-radius: 4px;
    border: 1px solid var(--light-gray);
}

.inst-img {
    display: flex;
    flex-direction: row;
}

.inst-img a {
    margin-right: 20px;
    margin-bottom: 10px;
}

.purdy th {
    background-color: var(--medium-light-color);
}

#audit-log {
    margin-bottom: 10px;
}

#instructor-form {
    margin: 15px 0;
}
#instructor-form input[type=text] {
    width: 200px;
}

ul.waiver {
    padding-left: 15px;
}

.fc .fc-bg-event {
    opacity: 1 !important;
}

[role="presentation"] table, [role="grid"] {
    margin-top: 0 !important;
}

[role="grid"] {
    padding-top: 0 !important;
    padding-right: 0 !important;
}

.validation-div {
    display: none;
}

.validation-div-show {
    display: block;
    color: var(--error-background);
    font-size: 13px;
    margin-bottom: 5px !important;
}

.dash {
    display: flex;
    flex-direction: column;
}

.class-buttons {
    display: flex;
    flex-direction: row;
}

.class-btn {
    background: var(--dark-color);
    padding: 6px 15px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: var(--light-hover-color) !important;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
}

.dash-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.legend {
  border: 1px solid #ddd;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  max-inline-size: 1000px;
}

.legend-label {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 15px;
}

.color-block {
    outline: 1px solid var(--light-gray);
    border: 1px solid var(--light-gray);
    border-radius: 3px;
    padding: 2px 5px;
    font-size: var(--fc-small-font-size);
    margin: 2px;
    margin-right: 4px;
    height: 20px;
    width: 30px;
}

#app {
    margin-bottom: 20px;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.short-text {
    width: 70px;
}

button.hideme {
    margin: 0px;
    padding: 0px;
    background-color: var(--almost-white);
    border: none;
    color: var(--medium-dark-color);
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: var(--dark-color);
    border-color: var(--dark-color);
}

.pagination > li > a,
.pagination > li > span {
    color: var(--dark-color);
}

#map-container {
  touch-action: pan-x pan-y;
}

#page-map-canvas {
  flex:1;
  position:relative;
  overflow:hidden;
  cursor:grab;
  touch-action: pan-x pan-y;
  border-radius: 0 0 6px 6px;
}

#page-map-stage {
    position:absolute;
    top:0; left:0;
    transform-origin:0 0;
}

#page-map-rect {
    position:absolute;
    display:none;
    overflow:visible;
}

body.embed-body {
    min-height: 360px;
}