body {
    background-color: #252525;
    margin: 0px;
    padding: 0px;
    color-scheme: dark;
    font-family: Inter, sans-serif;
}

.body-no-scroll {
    overflow: hidden;
}

label, p {
    color: white;
}

.card {
    background-color: #343434;
    border-color: #696969;
    padding: 10px;
}

main {
    display: flex;
    flex-direction: row;
    max-width: 90%;
    width: 1000px;
    margin: auto;
}

main.margin-top {
    margin-top: 50px;
}



.card.margin-top {
    padding-top: 30px;
}

#schedule-body .card.margin-top {
    margin-top: 40px;
}

#column-left, #column-right {
    width: 100%;
    margin: 10px;
    padding: 10px;
}

.schedule-content {
    border-left: 2px solid white;
    padding-left: 10px;
    margin-bottom: 10px;
}

.schedule-content p {
    margin: 0px;
}

.accordion-header button div {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.accordion-header button div p {
    flex: 1;
    width: 100%;
    margin: 0px;
}



#add-ships-heading {
    width: 87%;
    margin-left: 20px;
}



.person-icon, .filter-icon, .trash-icon {
    margin-bottom: 2px;
    margin-right: 5px;
    filter: brightness(1000%);
}

.card-text {
    margin: 10px 0px;
}

.disabled-label {
    color: gray;
}

.card-text input[type=text], .card-text input[type=tel], .card-text input[type=email], .card-text input[type=number] {
    display: block;
    padding: 5px 10px;
}

#email {
    width: 100%;
}

.centered {
    margin: 5% auto 5% auto;
    width: 1000px;
    max-width: 90%;
    text-align: center;
}

#schedule-body .centered {
    width: 90%;
    max-width: 2000px;
}


.floating-corner {
    position: fixed;
    bottom: 0px;
    right: 0px;
    margin: 20px;
    display: flex;
    flex-direction: row;
    z-index: 1;
}

.floating-corner p {
    margin: 10px 20px;
    color: #0087E9;
    font-style: italic;
}

.floating-corner img {
    width: 44px;
    height: 44px;
    border-radius: 10px; 
}

.floating-corner a {
    margin-left: 10px;
}

a {
    text-decoration: none;
    background-color: #1172B9;
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

a:hover, a:active {
    background-color:#0087E9;
    text-decoration: none;
    color: white;
}

#google-img {
    margin-right: 5px;
}

.spacer {
    width: 100%;
    height: 10px;
}

.heading {
    text-align: center;
    width: 100%;
    display: block;
}

.schedule-row {
    display: flex;
    justify-content: space-between;
}


.schedule-ship-capacity {
    margin-top: 5px;
}

.remove-margin {
    margin: 0px;
}

#column-right {
    width: 60%;
}

input[type='checkbox'] {
    accent-color: black;
}

input[type='checkbox']:checked {
    accent-color: #1172B9;
}

input[type='text'], input[type='tel'], input[type='email'], input[type='number'] {
    background-color: #252525;
    border: none;
    /* border: 1px solid #696969; */
    /* border-bottom: 3px solid #1172B9; */
    border-radius: 3px;
    width: 100%;
    
}

#day-selection input {
    margin-right: 10px;
}

strong {
    color: #0087E9;
    font-family: Orbitron, sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
}

.accordion-button {
    background-color: #252525;
    border: none;
}

.accordion-button:not(.collapsed) {
    background-color: #252525;
}

.accordion-collapse {
    background-color: #343434;
}

.accordion-row {
    display: flex;
    flex-direction: row;
    width: 95%;
}

.accordion-row p {
    flex: 1;
    width: 100%;
}

.accordion-column-1, .accordion-row p.accordion-column-1, .accordion-header button div p.accordion-column-1 {
    flex: 0 0 40%;
}

em {
    font-style: normal;
}

em.blue, label.blue {
    font-weight: 600;
    color: #0087E9;
}

em.white {
    font-weight: 600;
    color: white;
}

.flexrow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.check-label-top {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-right:15px;
}

.check-label-top input {
    margin-top: 30%;
}



#student-div {
    width: 20%;
}

#school-div {
    flex: 1;
}

#register {
    width: 100%;
    display: block;
    margin: 0px;
    text-align: center;
}

table {
    width: 100%;
    margin: 25px 0px;
    color: white;
    table-layout: fixed;
}

th, td {
    text-align: left;
    vertical-align: top;
    border: 2px solid #343434;
    padding: 10px;
    border-radius: 5px;
  }

td {
    background-color: #292929;
}

#schedule-body .td-actions a {
    background-color: #212121;
    padding: 5px 10px;
}

#schedule-body .td-actions a:hover {
    background-color: #ff4400;
}


th {
    background-color: #212121;
}

th select {
    background-color: #252525;
    border: 1px solid #343434;
    padding: 5px 15px;
    border-radius: 5px;
    max-width: 90%;
    display: block;
}

th p {
    font-weight: normal;
}

table ul {
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
}

tr.table-hoverable:hover td {
    background-color: #303030;
}

.unregister-button {
    background-color: #212121;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
}

.unregister-button:hover {
    background-color: #ff4d2e;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
}


.error {
    color: #ff4d2e;
    margin: 10px 0px -20px 0px;
}

.inactive {
    display: none;
    visibility: hidden;
}

#schedule-school-div, #schedule-email-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 5px 0px;
}

#schedule-school-div select, #schedule-email-div select {
    padding: 7px 10px;
    background-color: #252525;
    margin-left: 10px;
    border: none;
    border-radius: 5px;
    width: 40%;
}

#schedule-school-div select:hover, #schedule-email-div select:hover {
    background-color: #292929;
    cursor: pointer;
}

.alert-container {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 1;
}

.alert-container.show {
    display: block;
}

.alert {
    background-color: #343434;
    border: 1px solid #696969;
    border-radius: 5px;
    padding: 10px;
    width: 80%;
    max-width: 1000px;
    margin: 40px auto;
    padding: 40px 40px 50px 40px;
}

.alert a {
    background-color: #212121;
    color: white!important;
}

.alert a:hover {
    background-color: #1172B9;
}

.alert a#delete-link:hover {
    background-color: #ff4d2e;
}

.top-button {
    display: block;
    margin: 0px 0px 10px 0px;
    background-color: #343434;
    border: 1px solid #696969;
}

.top-button:hover {
    border-color: #0087E9;
}

a {
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    
}

h1 {
    font-family: Orbitron, sans-serif;
    color: #1172B9;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0px;
}

.logo {
    margin: 0px 10px;
}

header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 30px 0px 20px 0px;
}

#year-selector-container {
    text-align: center;
}

#year-selector {
    background-color: #252525;
    display: inline;
    width: auto;
    margin-left: 10px;
    color: white;
}

#schedule-total-cost {
    font-weight: normal;
    margin: 0px;
    padding: 3px;
}