@font-face {
    font-family: hockey;
    src: url(/fonts/hockey.ttf);
  }

html {
    font-family: Arial, Helvetica, sans-serif;
    scroll-behavior: smooth;
}

hr {
    border-top: 0.25px solid gray;
}

footer {
    text-align: center;
    font-size: 11pt;
    bottom: 10px;
    margin-top: 10px;
}

label {
    margin-bottom: -12px;
}

#arrows {
    display: inline-block;
    margin-left: 7px;
    width: 15px;
    height: 15px;
}

.sortButton {
    color: black;
}

/* for mailing list button text */
#mailingListText {
    color: red;
    font-weight: bold;
    padding-bottom: 10px;
}

#mailingListBtn {

    margin: 10px;
    padding: 8px 35px 8px 35px;
    font-weight: bold;
    border-radius: 5px;
    color: white;
    background-color: red;
}


#mailingListSignup {
    text-align: center;

}

.mailingListInputText {
    text-decoration: underline;
}

.mailingListInput {
    margin: 3px 0px 12px 0px;
}

#smallFoot {
    position: absolute;
    text-align: center;
    font-size: 11pt;
    left: 50%;
    transform: translate(-50%);
    bottom: 10px;
    margin-top: 10px;
    width: 75%;
}

#printBtn {
    position: absolute;
    background-color: white;
    color: black;
    font-weight: bold;
    font-size: 13pt;
    text-align: center;
    top: 20px;
    right: 5vw;
    width: 80px;
    height: 40px;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
}

#rulesContent {
    display: block;
    position: relative;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rulesImg {
    display: block;
    height: 150px;
    width: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

#rules {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    text-align: center;
    font-size: 16pt;
    line-height: 1.5;
    background-color: white;
}

.noUnderline {
    text-decoration: none;
}

.noUnderline:hover {
    text-decoration: underline;
}

#freePayButton {
    border-radius: 10px;
    border-style: none;
    padding: 20px;
    background-color: blue;
    font-size: 16pt;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

#greyedPPBtn {
    width: auto;
    height: 60px;
}

#loadingBG {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

#loadingImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    z-index: 9999;
}

#formWarning {
    font-size: 12pt;
    font-style: italic;
    padding: 12.5px;
}

.centerText {
    text-align: center;
}

#salesFinalText {
    text-align: center;
    color: red;
    font-weight: bold;
}

 /* Style the button that is used to open and close the collapsible content */
 .collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
  }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .collapsible:hover {
    background-color: #ccc;
  }
  
  /* Style the collapsible content. Note: hidden by default */
  .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  #content-open {
    max-height: 0;
    overflow: hidden;
  }

.contentBuffer {

    padding-top: 5px;
    padding-bottom: 5px;
}

#rinkInfoHead {
    position: relative;
    text-align: center;
}

#indexLinkToWebsite {
    position: relative;
    margin-top: -10px;
}

/* On index page */
#websiteLink {
    color: black;
}

.indexSectionTitle {
    font-size: 11pt;
    color: rgb(104, 104, 104);
    font-weight: bold;
}

#eventTitle {
    padding: 20px;
    font-size: 18pt;
}

/* This is for the Events listed on the main customer page */
.eventButton {
    text-align: left;
    width: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;  
    transition: background-color .5s, padding .75s;  
}

 .eventButton.available:hover {
    background-color: #b8b8b86e;
    /* padding: 3px; */
}

.indexEventInfo {
    float: left;
    width: 50%;
}

.indexEventSpots {
    font-weight: bold;
    color: red;
}

.indexEventTitle {
    color: red;
    font-size: 16pt;
    font-weight: bold;
    background-color: transparent;
    margin-left: 10px;
    margin-bottom: 5px;
}

.eventDetails {
    font-size: 12pt;
    margin-left: 10px;
    margin-bottom: 3px;
}

.indexEventDate {
    color: blue;
    font-weight: bold;
}

.indexEventTime {
    color: blue;
    font-weight: bold;
}

.helpDetails {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12pt;
    margin-left: 10px;
    margin-bottom: 3px;
}

.greyedOut {
    color:rgb(61, 61, 61);
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.confirmContent {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
}

.noPointer {
    cursor: default;
}

#adminNav {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.navItems {
    font-family: "hockey", sans-serif;
    font-size: 16pt;
    margin-left: 20px;
    margin-right: 20px;
    color: white;
    box-shadow: rgba(255, 0, 0, 0) 0px 0px;
    background-color: rgb(83, 83, 83);
    padding: 10px;
    border-radius: 20px;
    text-decoration: none;
    transition: color .3s, background-color .3s, box-shadow .5s;
}

.navItems:hover {
    font-family: "hockey", sans-serif;
    font-size: 16pt;
    margin-left: 20px;
    margin-right: 20px;
    color: rgb(255, 255, 255);
    box-shadow: rgb(255, 0, 0) 2px 2px;
    background-color: rgb(61, 61, 61);
    padding: 10px;
    border-radius: 20px;
    text-decoration: none;
}

.adminLoginLabelText {
    color: white;
    padding-bottom: 5px;
}
#adminLoginBtn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

#adminLoginFormLoc {
    display: block;
    width: 100%;
}

#adminLoginForm {
    position: absolute;
    margin-top: 50px;
    left: 50%;
    transform: translate(-50%);
}

.adminLoginFields {
    margin-bottom: 7px;
}

/* Admin Flyer Drag and Drop Area */
#drop-area {
    border: 2px dashed #ccc;
    border-radius: 20px;
    width: 250px;
    font-family: sans-serif;
    margin: 10px 0px 10px 0px;
    padding: 35px;
    font-size: 12pt;
}

#drop-area.highlight {
    border-color: blue;
}

#logout {
    position: absolute;
    top: 10px;
    right: 20px;
}

#logoutBtn {
    font-family: "hockey", sans-serif;
    text-decoration: underline;
    font-size: 17pt;
    background: transparent;
    padding: 5px;
    margin: 5px;
    border: none;
    color: red;
    cursor: pointer;
    transition: color .3s;
}

#logoutBtn:hover {
    font-family: "hockey", sans-serif;
    text-decoration: underline;
    font-size: 17pt;
    background: transparent;
    padding: 5px;
    margin: 5px;
    border: none;
    color: rgb(206, 0, 0);
    cursor: pointer;
}

#popupBG {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    visibility: hidden;
    transition: background-color .5s;
    z-index: 8;
}

#deleteConfirmPopup {
    position: absolute;
    border-radius: 5px;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    visibility: hidden;
    background-color: white;
    width: 65vw;
    height: 50vh;
    z-index: 9;
}

#popupText {
    position: relative;
    text-align: center;
    margin-top: 130px;
    font-size: 16pt;
    font-weight: bold;
    color: red;
}

/* Buttons in Delete Confirmation popup */
#delPopupDelBtn {
    position: absolute;
    background-color: red;
    border-radius: 10px;
    padding: 8px;
    bottom: 50px;
    left: 50px;
    width: 200px;
    z-index: 10;
}

#delPopupCancelBtn {
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 200px;
    z-index: 10;
}

#logoCenter {
    display: block;
    position: relative;
    width: 150px;
    height: 150px;
    top: 10px;
    left: 50%;
    transform: translate(-50%);
}





















@media only screen and (max-width: 500px) {

    .confirmContainer {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

    .hideOnMobile {
        display: visible;
    }

    body {
        padding-left: 5vw;
        padding-right: 5vw;
        padding-top: 1vh;
        padding-bottom: 1vh;
    }

    .centered {
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }

    #logo {
        display: block;
        position: relative;
        width: 150px;
        height: 150px;
        top: 10px;
        left: 50%;
        transform: translate(-50%);
    }

    #maintLogo1 {
        display: block;
        position: relative;
        width: 80px;
        height: auto;
        top: 10px;
        left: 50%;
        transform: translate(-50%);
    }

    #maintLogo2 {
        display: block;
        position: relative;
        width: 150px;
        height: auto;
        top: 10px;
        left: 50%;
        transform: translate(-50%);
    }

    #soldOutPopupBG {
        position: fixed;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0);
        visibility: hidden;
        transition: background-color .5s;
        z-index: 8;
    }

    #soldOutPopup {
        position: absolute;
        border-radius: 5px;
        top: 40%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: block;
        visibility: hidden;
        background-color: white;
        width: 75vw;
        height: 45vh;
        z-index: 9;
    }

    #soldOutPopupText {
        position: absolute;
        top: 10%;
        padding: 10px;
        position: relative;
        text-align: center;
        font-size: 14pt;
        font-weight: bold;
        color: red;
    }

    #soldOutCancelBtn {
        position: absolute;
        font-size: 14pt;
        bottom: 15%;
        left: 50%;
        transform: translate(-50%);
        width: 50%;
        padding: 5px;
    }

    #rulesBtnOk {
        position: absolute;
        color: white;
        background-color: blue;
        border-radius: 5px;
        width: 42%;
        left: 5%;
        bottom: 25px;
        height: 50px;
    }
    
    #rulesBtnNo {
        position: absolute;
        color: black;
        background-color: white;
        border-radius: 5px;
        width: 42%;
        right: 5%;
        bottom: 25px;
        height: 50px;
    }

    /* Customer page */
    .eventImageLoc {
        position: absolute;
        margin-top: 3px;
        right: 45px;
        height: 110px;
        width: 110px;
        overflow: hidden;
        border:rgba(116, 116, 116, 0.267) 1px solid;
    }

    .eventImage {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* This is for the submit buttons on the admin page */
    .adminBtn {
        font-size: 14pt;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        padding: 5px;
    }

    .adminBtnBG {
        padding: 5px;
    }

    /* Label at the top of admin tables */
    .adminTableLabel {
        font-size: 15pt;
        color: white;
        background-color: red;
        border-radius: 3px;
        margin-top: 50px;
        padding: 5px;
    }

    .adminList {
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
    }

    .editSkaterInput {
        width: 15vw;
    }

    .editSkaterBtn {
        border-radius: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 75%;
    }

    table {
        font-family: arial, sans-serif;
        border-collapse: collapse;
        width: 100%;
    }
    
    td, th {
        border: 1px solid #dddddd;
        text-align: left;
        padding: 10px;
        font-size: 14pt;
    }
    
    tr:nth-child(even) {
        background-color: #dddddd;
    }

    tr:nth-child(odd) {
        background-color: #ffffff;
    }

    #waiverPageEventTitleLoc {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        font-size: 12pt;
        font-weight: bold;
    }

    #noticeTextLoc {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        font-size: 12pt;
        font-weight: bold;
        color: red;
        text-align: left;
    }

    #noticeText {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        font-size: 12pt;
        font-weight: bold;
        color: red;
    }

    #waiver {
        position: relative;
        text-align: left;
        width: 75vw;
        left: 50%;
        transform: translate(-50%);
    }

    #waiverCheckbox {
        width: 25px;
        height: 25px;
        float: left;
        margin-top: 7px;
    }

    #waiverCheckboxText {
        margin-left: 30px;
        font-size: 9pt;
    }

    #sameEmailCheckbox {
        width: 25px;
        height: 25px;
        float: left;
    }

    #sameEmailCheckboxText {
        margin-left: 30px;
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 9pt;
    }

    #waiverLoc {
        margin-left: 20px;
        margin-right: 20px;
    }

    .waiverInput {
        display: block;
        width: 95%;
    }
    
    .waiverInputStyle {
        display: block;
        width: 95%;
    }

    .ticketInfoLbl {
        font-size: 14pt;
        font-weight: bold;
        color: rgb(104, 104, 104);
        margin-top: -5px;
        margin-bottom: 15px;
    }

    #ppBtn {
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    #freePayButton {
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}



















@media only screen and (min-width: 500.1px) {
    .confirmContainer {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    body {
        padding-left: 5vw;
        padding-right: 5vw;
        padding-top: 1vh;
        padding-bottom: 1vh;
    }

    .centered {
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }

    #logo {
        display: block;
        position: relative;
        width: 210px;
        height: auto;
        top: 10px;
        left: 50%;
        transform: translate(-50%);
    }

    #maintLogo1 {
        display: block;
        position: relative;
        width: 80px;
        height: auto;
        top: 10px;
        left: 50%;
        transform: translate(-50%);
    }

    #maintLogo2 {
        display: block;
        position: relative;
        width: 210px;
        height: auto;
        top: 10px;
        left: 50%;
        transform: translate(-50%);
    }

    #soldOutPopupBG {
        position: fixed;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0);
        visibility: hidden;
        transition: background-color .5s;
        z-index: 8;
    }

    #soldOutPopup {
        position: absolute;
        border-radius: 5px;
        top: 40%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: block;
        visibility: hidden;
        background-color: white;
        width: 400px;
        height: 250px;
        z-index: 9;
    }

    #soldOutPopupText {
        position: absolute;
        top: 10%;
        padding: 10px;
        position: relative;
        text-align: center;
        font-size: 14pt;
        font-weight: bold;
        color: red;
    }

    #soldOutCancelBtn {
        position: absolute;
        font-size: 14pt;
        bottom: 15%;
        left: 50%;
        transform: translate(-50%);
        width: 50%;
        padding: 5px;
    }

     #rulesBtnOk {
        position: absolute;
        color: white;
        background-color: blue;
        border-radius: 5px;
        width: 200px;
        margin-left: -250px;
        bottom: 40px;
        height: 50px;
    }
    
    #rulesBtnNo {
        position: absolute;
        color: black;
        background-color: white;
        border-radius: 5px;
        margin-left: 50px;
        width: 200px;
        bottom: 40px;
        height: 50px;
    }


    /* Customer page */
    .eventImageLoc {
        position: absolute;
        margin-top: 3px;
        right: 45px;
        height: 110px;
        width: 110px;
        overflow: hidden;
        border:rgba(116, 116, 116, 0.267) 1px solid;
    }

    .eventImage {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* This is for the submit buttons on the admin page */
    .adminBtn {
        font-size: 14pt;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        padding: 5px;
    }

    .adminBtnBG {
        padding: 5px;
    }

    /* Label at the top of admin tables */
    .adminTableLabel {
        position: relative;
        font-size: 15pt;
        color: white;
        background-color: red;
        border-radius: 3px;
        margin-top: 50px;
        padding: 5px;
    }

    .adminList {
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
    }

    .editSkaterInput {
        width: 15vw;
    }

    .editSkaterBtn {
        border-radius: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 75%;
    }

    table {
        font-family: arial, sans-serif;
        border-collapse: collapse;
        width: 100%;
    }
    
    td, th {
        border: 1px solid #dddddd;
        text-align: left;
        padding: 10px;
        font-size: 14pt;
    }
    
    tr:nth-child(even) {
        background-color: #dddddd;
    }

    tr:nth-child(odd) {
        background-color: #ffffff;
    }

    #paypal-button {
        display: none;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        border-radius: none;
    }

    #freePayButton {
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }

    #waiverPageEventTitleLoc {
    }

    #waiverEventText {
        text-align: center;
        font-size: 14pt;
        font-weight: bold;
    }

    #noticeTextLoc {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
        font-size: 14pt;
        font-weight: bold;
        color: red;
        text-align: center;
    }

    #waiver {
        position: relative;
        text-align: left;
        width: 75%;
        left: 50%;
        transform: translate(-50%);
    }

    #waiverCheckbox {
        width: 20px;
        height: 20px;
        float: left;
        margin-top: 7px;
    }

    .waiverCheckboxLoc {
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }

    #waiverCheckboxText {
        margin-left: 30px;
        margin-top: 10px;
        font-size: 11pt;
    }

    #sameEmailCheckbox {
        width: 20px;
        height: 20px;
        float: left;
    }

    #sameEmailCheckboxText {
        padding-top: 3px;
        margin-left: 30px;
        font-size: 11pt;
        margin-bottom: 20px;
    }

    #waiverLoc {
        margin-left: 20px;
        margin-right: 20px;
    }

    .waiverInput {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    
    .waiverInputStyle {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    
    .ticketInfoLbl {
        font-size: 14pt;
        font-weight: bold;
        color: rgb(104, 104, 104);
        margin-top: 10px;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    #ppBtn {
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

}












@media only screen and (max-width: 799.9px) {
    .hideOnMobile {
        display: none;
    }
}













@media only screen and (min-width: 800px) {

    .hideOnMobile {
        display: visible;
    }

    /* Customer page */
    .eventImageLoc {
        position: relative;
        margin-top: 3px;
        float: right;
        right: 45px;
        height: 110px;
        width: 110px;
        overflow: hidden;
        border:rgba(116, 116, 116, 0.267) 1px solid;
    }
    
    .eventImage {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .fbLoc {
        margin-top: 30px;
    }

    .myColMain {
        float: left;
        width: 60%;
        padding: 10px;
    }
    
    .myColOther {
        float: right;
        width: 37%;
    }
    
    .myRow::after {
        content: "";
        display: table;
        clear: both;
    }

    .confirmContainer {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}








@media only screen and (min-width: 1200.1px) {

    .hideOnMobile {
        display: visible;
    }

    body {
        padding-left: 5vw;
        padding-right: 5vw;
        padding-top: 1vh;
        padding-bottom: 1vh;
    }

    #customerPage {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    #adminPage {
        margin-left: 15vw;
        margin-right: 15vw;
    }

    #signupPage {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
    
    #editSkatersPage {
        margin-left: 5vw;
        margin-right: 5vw;
    }

    .centered {
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 540px;
    }

    /* This is for the submit buttons on the admin page */
    .adminBtn {
        font-size: 14pt;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 520px;
        padding: 5px;
    }

    .adminBtnBG {
        padding: 5px;
    }

    /* Label at the top of admin tables */
    .adminTableLabel {
        font-size: 15pt;
        color: white;
        background-color: red;
        border-radius: 3px;
        margin-top: 50px;
        padding: 5px;
    }

    .adminList {
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
    }

    .editSkaterInput {
        width: 15vw;
    }

    .editSkaterBtn {
        border-radius: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 75%;
    }

    table {
        font-family: arial, sans-serif;
        border-collapse: collapse;
        width: 100%;
    }
    
    td, th {
        border: 1px solid #dddddd;
        text-align: left;
        padding: 10px;
        font-size: 14pt;
    }
    
    tr:nth-child(even) {
        background-color: #dddddd;
    }

    tr:nth-child(odd) {
        background-color: #ffffff;
    }
}