﻿html {
    /*    height: 100%;
*/
}

body {
    margin: 0px;
    padding: 0;
    /*font-family: "Times New Roman";*/
    font-family: Calibri;
    -webkit-text-size-adjust: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--main-bgcolor);
    color: var(--font-color);
}

a {
    color: var(--hyperlink-primary);
}

    a:visited {
        color: var(--hyperlink-secondary);
    }

    a img {
        border: none;
    }

.Main {
    display: block;
    padding: 0;
    max-width: 1600px;
    margin: 0px auto;
    padding-bottom: 75px !important;
}

.Footer {
    display: flex;
    position: fixed;
    border-top: 1px solid #C0C0C0;
    border-top: 1px solid var(--footer-border);
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #FFFFFF;
    background-color: var(--footer-bgcolor);
    flex-wrap: nowrap;
    align-items: center;
}

.FooterCopyright {
    flex-grow: 1;
    text-align: left;
    padding: 0px 5px;
}

.FooterDateTime {
    flex-grow: 1;
    text-align: center;
    padding: 5px;
}

.FooterBarcode {
    flex-grow: 1;
    text-align: right;
    padding: 0px 5px 5px;
}

:root {
    font-size: 16px !important;
    font-family: Calibri, Arial, sans-serif;
    /*Menu*/
    --menu-text-primary: white;
    --menu-text-secondary: #ececec;
    --submenu-text-primary: #b6b6b6;
    --submenu-text-secondary: #ececec;
    --menu-bg-primary: #303030;
    --menu-bg-secondary: #141418;
    --submenu-bg-primary: #303030;
    --submenu-bg-secondary: #141418;
    --menu-imagecolor: #ececec;
    /*Site General*/
    --header-bgcolor: white;
    --header-textcolor: #303030;
    --main-bgcolor: white;
    --main-textcolor: black;
    --font-color: black;
    --hyperlink-primary: #303030;
    --hyperlink-secondary: #5c5c5c;
    --footer-border: #808080;
    --footer-bgcolor: white;
    --content-border: #b6b6b6;
    --container-borderlight: #b6b6b6;
    --container-borderdark: #808080;
    --button-bgcolor: #e6e6e6;
    --button-border: #707070;
    --button-textcolor: black;
    /*-----------*/
    --button-hover-border: #808080;
    --button-hover-bgcolor: #ececec;
    --modalpopup-bgcolor: white;
    --tooltip-background: linear-gradient(#F8F8F8,#FFFFFF,#FFFFFF,#F0F0F0);
    --tooltip-bordercolor: #5c5c5c;
    --tooltip-textcolor: #303030;
    --errorbox-textcolor: #960101;
    --errorbox-bgcolor: white;
    --successbox-textcolor: #003800;
    --successbox-bgcolor: white;
    --requiredfield-bgcolor: #fff8d0;
    --numberentrybuttonshortcut-border: #bb0a1e;
    --numberentrybuttonshortcut-textcolor: #bb0a1e;
    --eventdatetimetable-bordercolor: #C0C0C0;
    --eventdatetimetablecell-bordercolor: #C0C0C0;
    --eventdatetimethstart-bgcolor: #E0E0E0;
    --eventdatetimethend-bgcolor: #FFFFFF;
    --gamedrawingtable-bordercolor: #C0C0C0;
    --gamedrawingtableth-bordercolor: #C0C0C0;
    --gamedrawingtablethstart-bgcolor: #E0E0E0;
    --gamedrawingtablethend-bgcolor: #FFFFFF;
    --gamedrawingtabletd-bordercolor: #C0C0C0;
    --fa-secondary-textcolor: #df49a6;
    /*----------*/
    --gametypelink-textcolor: #000000;
    --gametypelink-bordercolor: #C0C0C0;
    --gametypelink-bgcolorstart: #FFFFFF;
    --gametypelink-bgcolorend: #E0E0E0;
    --drawingentrybutton-bgcolor: #E0E0E0;
    --drawingentrybutton-bgcolorstart: #E0E0E0;
    --drawingentrybutton-bgcolormid: #FFFFFF;
    --drawingentrybutton-bgcolorend: #D0D0D0;
    --gamecontainerlink-bgcolorstart: #FFFFFF;
    --gamecontainerlink-bgcolorend: #F0F0F0;
    --gamecontainerlink-bordercolor: black;
    --drawingentrybutton-bordercolor: #C0C0C0;
    --drawingentrybutton-bgcolor: #E0E0E0;
    --drawingentrybutton-bgcolorstart: #E0E0E0;
    --drawingentrybutton-bgcolormid: #FFFFFF;
    --drawingentrybutton-bgcolorend: #D0D0D0;
    --expandingdiv-bordercolor: #808080;
    --expandText-textcolor: blue;
    --containerpanel-bgcolor: #FFFFFF;
    --FAQImportant-textcolor: #808080;
    --grid-bgheader-primary: #cbcbcb;
    /*----------------*/
    --transition-speed: 600ms;
    /*Breadcumbs*/
    --breadcrumb-other: #ececec !important;
    --breadcrumb-othertext: #808080 !important;
    --breadcrumb-otherhover: #5c5c5c !important;
    --breadcrumb-final: #808080 !important;
    --breadcrumb-finalhover: #303030 !important;
    --breadcrumb-text: white !important;
    /*Gridview*/
    --grid-bg-primary: white;
    --grid-bg-secondary: #ececec;
    --gridview-borders: #5c5c5c !important;
}


input, textarea {
    font-family: Arial;
    outline: none;
    font-size: 13px;
}

.SmallFont {
    font-size: 9pt;
}

.NoPadding {
    padding: 0px 0px;
}

.NoPaddingHorz {
    padding-left: 0px;
    padding-right: 0px;
}

.NoPaddingVert, button.NoPaddingVert, .button.NoPaddingVert {
    padding-top: 0px;
    padding-bottom: 0px;
}

button, .button, input[type=submit] {
    border: 1px solid #808080;
    background: #E0E0E0;
    background: #E0E0E0;
    color: var(--button-textcolor);
    border-radius: 2px;
    padding: 2px 0.5em;
    outline: none;
    display: inline-block;
    font-weight: bold;
}

    button:hover, .button::selection,
    button:focus, .button:hover, .button:active,
    .button:focus, input[type=submit]:hover, input[type=submit]:focus {
        background-color: #FFFFFF;
        background-color: var(--button-hover-bgcolor);
        border: 1px solid var(--button-hover-border);
    }

input[type=text] {
    outline: none;
    border-width: 1px;
}

select {
    padding: 1px 0px;
}

textarea {
    font-family: Arial;
}

.quickLinks {
    margin: 10px 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.EventQuickView {
    margin: 1em;
    flex-grow: 1;
    max-width: 600px;
    min-width: 360px;
}
/* -------------------------------------------------------------------- */
/*---------------------Sponsor slide show------------------------------*/

/*--------------------New Sponsor slidshow-----------------------------*/

.swiper-container {
    width: 100%;
    overflow: hidden;
}


.swiper-slide {
    background-position: center;
    background-size: cover;
    background: white;
    height: 200px !important;
    width: 200px;
    border: 1px solid #C0C0C0;
    border-radius: 0.5em;
    margin: 0px 8px;
    border-radius: 5px;
    text-align: center;
    padding: 5px 8px;
    overflow: hidden;
}

    .swiper-slide img {
        /*max-width: 100%;
        max-height: 100%;*/
        vertical-align: middle;
    }


/*-----------------------------------------------------------------*/

/*.SponsorSlider {
    overflow: hidden;
    white-space: nowrap;
}*/

.ContainerPanel {
    background: #FFFFFF;
    margin: auto;
    box-shadow: rgba(0,0,0,0.5) 4px 4px 4px;
    padding: 0em;
    position: relative;
}

.SponsorContainer {
    display: inline-block;
    width: 190px;
    padding: 5px;
    vertical-align: top;
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    /*background: linear-gradient(#F0F0F0,#F8F8F8, #E0E0E0);*/
}

.SponsorImageSpacer {
    height: 150px;
    width: 0px;
    vertical-align: top;
}

.SponsorImage {
    max-height: 150px;
    max-width: 100%;
    vertical-align: top;
}

/*---------------------------------------*/
/* Modal Popups */
.PopupTitle {
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 0.5em;
}

.ModalPopup {
    background: #FFFFFF;
    background: var(--modalpopup-bgcolor);
    padding: 1em;
    border: outset 2px;
    border-radius: 0.5em;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.5);
    display: inline-block;
    vertical-align: middle;
}

.ModalPopupBackground {
    background-color: rgba(0,0,0, 0.25);
}

.ModalPopupShield {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0,0,0, 0.25);
    text-align: center;
    z-index: 10000;
}

/* -------------------------------------------------------------------- */
/* Tooltip container */
.tooltip, .tooltipTop, .tooltipRight, .tooltipBottom, .tooltipLeft {
    position: relative;
    display: inline-block;
}

    /* Tooltip text */
    .tooltip .tooltiptext, .tooltipRight .tooltiptext, .tooltipBottom .tooltiptext, .tooltipLeft .tooltiptext {
        display: none;
        width: 320px;
        background: white;
        background: var(--tooltip-background);
        border: 1px solid #808080;
        border: 1px var(--tooltip-bordercolor) solid;
        color: var(--tooltip-textcolor);
        text-align: left;
        padding: 5px;
        border-radius: 6px;
        font-weight: normal;
        /* Position the tooltip text panel*/
        position: absolute;
        z-index: 1;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
        white-space: normal;
        box-shadow: rgba(0,0,0,0.5) 4px 4px 4px;
    }

    .tooltip .tooltiptext {
        /* Position the tooltip text panel*/
        bottom: 20px;
        left: -150px;
        margin-left: 0px;
    }

    .tooltipRight .tooltiptext {
        /* Position the tooltip text panel*/
        top: 0px;
        left: 20px;
        margin-left: 0px;
    }

    .tooltipBottom .tooltiptext {
        /* Position the tooltip text panel*/
        top: 20px;
        left: -150px;
        margin-left: 0px;
    }

    .tooltipLeft .tooltiptext {
        /* Position the tooltip text panel*/
        top: 0px;
        right: 20px;
        margin-left: 0px;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext, .tooltipRight:hover .tooltiptext, .tooltipBottom:hover .tooltiptext, .tooltipLeft:hover .tooltiptext {
        display: block;
        opacity: 1;
    }

/* -------------------------------------------------------------------- */

/* CDS Status Message */
.SuccessMessage {
    color: Green;
}

.ErrorMessage {
    color: Red;
}

.NeutralMessage {
    color: Black;
}
/* --------------------------------------------------------------------  */

@font-face {
    font-family: colleged;
    src: url('/Resources/Styles/Colleged.TTF');
}

/*--------------- Site Header --------------*/
/****- Flex: large screen -****/
.divFlexHeader {
    display: block;
    justify-content: center;
    width: 100%;
    background-color: var(--header-bgcolor);
    color: var(--header-textcolor);
}

.titleFlex {
    padding-top: 4px;
    font-family: 'Times New Roman';
    font-size: 40pt;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    /*text-shadow: 2px 2px #b3d1ff;*/
    /*display: inline-block;*/
    /*width: 57%;*/
}

.subtitleFlex {
    font-family: 'Times New Roman';
    font-size: 27pt;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    /*width: 57%;*/
}

/****- Static: small screen -****/
.divStaticHeader {
    display: none;
}

#screenNarrowImages div {
    height: 0px;
}

div.screenWide {
    display: block;
}

div.screenNarrow {
    display: none;
}

.GameResultsWide {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; /* make main axis horizontal (default setting) */
    justify-content: center; /* center items horizontally, in this case */
}

.GameResultsNarrow {
    display: none;
}

.SerialNumberWide {
    /*width: 5em;*/
}

.SerialNumberNarrow {
    display: none;
}

.GameResultsName {
    width: 7.5em;
}

.GameResultsNarrow .GameResultsPrize {
    width: 300px;
    white-space: normal;
}

.GameResultsWide .GameResultsPrize {
    white-space: nowrap;
}
/*------------------------------------------*/
.pageTitle {
    font-family: Calibri, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 20pt;
    margin-top: 0.25em;
    margin-bottom: 0.5em;
    text-align: center;
    font-weight: bold;
    color: black;
}

.customerLogoImage, .CDSLogoImage {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

    .customerLogoImage img, .CDSLogoImage img {
        width: 100%;
        max-width: 100%;
        max-height: 100px;
    }

.ErrorMessageBox {
    color: var(--errorbox-textcolor);
    background-color: var(--errorbox-bgcolor);
    font-weight: bold;
    display: block;
    padding: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.SuccessMessageBox {
    color: var(--successbox-textcolor);
    background-color: var(--successbox-bgcolor);
    font-weight: bold;
    display: block;
    padding: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.RequiredField {
    background: #FFFFE0;
    background: var(--requiredfield-bgcolor);
}

.BorderedPanel {
    padding: 8px;
    border: 1px solid #C0C0C0;
    border-top-color: #E0E0E0;
    border-left-color: #E0E0E0;
    border: 1px solid var(--container-borderdark);
    border-top-color: var(--container-borderlight);
    border-left-color: var(--container-borderlight);
    border-radius: 8px;
}

.FilledBackgroundPanel {
    background: linear-gradient(#F8F8F8, #F0F0F0);
}

.WhiteGreyBackgroundPanel {
    background: linear-gradient(#FFFFFF, #F0F0F0);
}

.DarkBackgroundPanel {
    background: linear-gradient(#F8F8F8, #E0E0E0);
}

.GreenBackgroundPanel {
    background: linear-gradient(#FCFFFC, #F0FFF0);
}

.HoverBackgroundPanel:hover {
    background: linear-gradient(#F8FFF8, #F0FFF0);
}

.GreenHoverBackground:hover {
    background: linear-gradient(#F8FFF8, #F0FFF0);
}

.BlackHoverBackground:hover {
    background: linear-gradient(#606060, #000000);
    color: #FFFFFF !important;
}

.ShadowBox {
    box-shadow: rgba(0,0,0,0.5) 4px 4px 4px;
}

.UpperCase {
    text-transform: uppercase;
}

.AlignLeft, .AlignLeft > TR > TH, .AlignLeft > TR > TD, .AlignLeft > tbody > tr > th, .AlignLeft > tbody > tr > td {
    text-align: left !important;
}

.AlignRight, .AlignRight > TR > TH, .AlignRight > TR > TD, .AlignRight > tbody > tr > th, .AlignRight > tbody > tr > td {
    text-align: right !important;
}

.AlignCenter, .AlignCenter > TR > TH, .AlignCenter > TR > TD, .AlignCenter > tbody > tr > th, .AlignCenter > tbody > tr > td {
    text-align: center !important;
}

.AlignTop {
    vertical-align: top;
}

.AlignBottom, .AlignBottom > TR > TH, .AlignBottom > TR > TD, .AlignBottom > tbody > tr > th, .AlignBottom > tbody > tr > td {
    vertical-align: bottom !important;
}

.AlignMiddle {
    vertical-align: middle;
}

    .AlignMiddle.CheckBox {
        display: inline-block;
    }

        .AlignMiddle.CheckBox label, .AlignMiddle.CheckBox input[type=checkbox] {
            vertical-align: middle;
        }

.NoWrap {
    white-space: nowrap;
}
/*----- Breadcrumbs -----*/

.BreadcrumbContainer {
    margin-left: 8px;
    font-size: 10pt;
    text-align: left;
    line-height: normal !important;
    margin-top: -4px;
}

/*.Breadcrumb {
        display: inline-block;
        white-space: nowrap;
        font-weight: bold;
        font-family: Arial;
        font-size: 10pt;
        vertical-align: middle;
    }*/
.Breadcrumb a {
    display: inline-block;
    background: var(--breadcrumb-other);
    color: var(--breadcrumb-othertext);
    text-align: center;
    position: relative;
    padding: 4px 10px 4px 30px !important;
    /*margin: 0px 10px 0px 0px;*/
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

    .Breadcrumb a::after {
        content: ' ';
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-left: 18px solid var(--breadcrumb-other);
        position: absolute;
        right: -17px;
        top: 0;
        /*font-size: 20pt;*/
        z-index: 1;
    }

.BreadcrumbContainer span:first-child a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 10px !important;
}

    .BreadcrumbContainer span:first-child a::before {
        display: none;
    }

.BreadcrumbContainer span:last-child a {
    padding-right: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #7f7f83;
    background-color: var(--breadcrumb-final);
    color: #fff;
    color: var(--breadcrumb-text);
}

    .BreadcrumbContainer span:last-child a::after {
        display: none;
    }

.BreadcrumbContainer span a:hover {
    background: var(--breadcrumb-otherhover);
    color: #fff;
    color: var(--breadcrumb-text);
}

.BreadcrumbContainer span:last-child a:hover::after {
    border-left-color: #30303d;
    color: #fff;
    color: var(--breadcrumb-text);
}

.BreadcrumbContainer span:last-child a:hover {
    background: #303030;
    background: var(--breadcrumb-finalhover);
    color: #fff;
    color: var(--breadcrumb-text);
}

.BreadcrumbContainer span a:hover::after {
    border-left-color: var(--breadcrumb-otherhover);
    color: #fff;
    color: var(--breadcrumb-othertext);
}

.Breadcrumb a::before {
    content: ' ';
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 18px solid var(--main-bgcolor);
    position: absolute;
    left: -2px;
    top: 0;
}


.BreadcrumbSeperator {
    font-size: 16pt;
    vertical-align: middle;
    display: inline-block;
}
/*------------------------*/

/*.cvmfaLogo {
    float: left;
    display: inline-block;
    width: 260px;
}

.cdsLogo {
    float: right;
    display: inline-block;
    width: 235px;
}*/

.lines {
    height: 5px;
    width: 25px;
    background-color: black;
    margin: 5px 0;
}
/****- Not sure these are used -****/
.menuNav {
    height: auto;
    width: auto;
    margin-left: 60px;
    margin-right: 25px;
    background-color: transparent;
    border: none;
    color: black;
    font-weight: bold;
    font-size: 20px;
}

.topNav {
    text-align: center;
}
/****---------------------------****/

.eventTitle {
    font-family: Calibri, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 20pt;
    margin-top: 4px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    color: black;
}

.eventSubtitle {
    font-family: Calibri, Arial, sans-serif;
    font-size: 16pt;
    margin-top: 4px;
    margin-bottom: 10px;
    text-align: center;
    font-style: italic;
    color: black;
}

.eventContent {
    font-family: Calibri, Arial, sans-serif;
    font-size: 13pt;
    margin-top: 4px;
    margin-bottom: 10px;
    text-align: center;
    color: black;
}

    .eventContent .bold {
        font-weight: bold;
    }

.drawingNumberEntry td, .drawingNumberEntry th, .drawingNumberEntry tr {
    padding-top: 0px;
    padding-bottom: 0px
}

/*#pageContent_btnClearLookupNumbers {
    border-radius: 10px;
    border: 1px solid #780613;
    color: white;
    font-weight: bold;
    font-size: 14pt;
    background: #bb0a1e;
    background-image: linear-gradient(to bottom, #bb0a1e, #780613);
    padding: 4px 8px;
}*/

.nav-item a:link, .nav-item a:visited {
    color: white;
    color: var(--menu-text-primary) !important;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}

.nav-item a:hover, .nav-item a:active {
    color: white;
    color: var(--menu-text-secondary) !important;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}

a {
    color: var(--hyperlink-primary);
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}

    a:hover {
        color: var(--hyperlink-secondary);
        /*margin: 0px;*/
        text-decoration: none;
    }

/*------------same width/height------------*/
.basic-grid {
    display: grid;
    grid-gap: 1rem;
    /*automatically looks and finds all of the items in the grid to auto adjust them*/
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: black;
    color: white;
    padding: 8px;
}
/*------------------------------------------*/

/*------------------Miscellaneous------------------------*/
.dxtcLite > .dxtc-content {
    overflow: initial !important;
}

.FAQQuestion {
    font-weight: bold;
    font-style: italic;
    color: var(--FAQImportant-textcolor);
    font-size: 20px;
}

.contactInfoExpandingDiv {
    transition: height 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out;
    height: 70px;
    min-height: 70px;
    border: 1px solid #808080;
    border-radius: 5px;
    max-width: 368px;
    margin: 0px auto;
    overflow: hidden;
    padding: 0px 8px 2px 8px;
    background-color: white;
    max-height: 500px;
    z-index: 1;
}


a.GameTypeLink {
    display: block;
    white-space: nowrap;
    font-weight: bold;
    font-family: Arial;
    font-size: 10pt;
    vertical-align: middle;
    text-decoration: none;
    border: 1px solid #C0C0C0;
    border-radius: 4px;
    padding: 4px 6px;
    color: #000000;
    background: linear-gradient(#FFFFFF,#E0E0E0);
    margin-bottom: 4px;
}

    a.GameTypeLink:hover {
        background: linear-gradient(#606060,#000000);
        color: #FFFFFF;
        background: linear-gradient(var(--bg-primary),var(--bg-secondary));
        color: var(--text-primary);
    }

.addressFields {
    padding-top: 8px;
}

@media (max-width: 640px) {
    .HideOnMobile {
        display: none;
    }

    .DisplayBlockOnMobile {
        display: block;
    }
}

.DrawingEntryButton {
    font-weight: bold;
    font-size: 12pt;
    padding: 4px 0.5em;
    text-align: center;
    border: outset 1px #C0C0C0;
    border-radius: 4px;
    background: #E0E0E0;
    background: linear-gradient(#E0E0E0,#FFFFFF,#D0D0D0);
    cursor: pointer;
}

    .DrawingEntryButton:hover {
        color: #FFFFFF;
        background: linear-gradient(#606060,#000000);
    }

a.DrawingEntryButton {
    display: inline-block;
}

.GameContainer {
    width: 400px;
    margin: 8px auto;
    font-size: 12pt;
    font-weight: bold;
}

    .GameContainer a {
        display: block;
        border: 1px solid black;
        background: linear-gradient(#FFFFFF,#F0F0F0);
        border-radius: 8px;
        padding: 8px;
        color: #000000;
    }

        .GameContainer a:hover {
            background: #FFF0E0;
            background: linear-gradient(#FFF8F0,#FFE0C0);
        }

/*------------------------------------------------*/

/*-----------------Site Settings------------------*/

.expandingDiv {
    transition: height 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out;
    height: 1.125em;
    border: 1px solid #808080;
    border-radius: 5px;
    /*max-width: 500px;*/
    max-width: 75%;
    margin: 0px auto;
    overflow: hidden;
    /*z-index: 100;*/
    padding: 0px 8px 2px 8px;
    position: absolute;
    right: 0;
    top: 0px;
    background-color: white;
    /*background: linear-gradient(#F8F8F8,#FFFFFF,#FFFFFF,#F0F0F0);
            box-shadow: #808080 4px 4px 4px;*/
    max-height: 500px;
}

.expandText::before {
    content: "Show More";
    float: right;
    color: var(--hyperlink-primary);
    font-weight: bold;
    margin-left: 8px;
    cursor: pointer;
}

.shrinkText::after {
    content: "Show Less";
    color: var(--hyperlink-primary);
    font-weight: bold;
    float: right;
    margin-left: 8px;
    cursor: pointer;
}

.SideMenuItem, .SideMenuItem:hover {
    display: block;
}

.NavbarSample {
    background-color: #141418;
    background-color: var(--menu-bg-primary);
}

.LinkTextSample {
    display: inline-block;
    margin: 2px 0.25em;
    color: #E0E0E0;
    color: var(--hyperlink-primary);
}

.FooterSample {
    border-top: 1px solid var(--footer-border);
    padding-top: 8px;
    background-color: var(--footer-bgcolor);
}

.EditSettingsFlexTable {
    display: table;
    border-spacing: 0.5em 0em;
}

.EditSettingsFlexRow {
    display: table-row;
}

.EditSettingsFlexCell {
    display: table-cell;
    vertical-align: top;
}

.customThemeLink {
    text-align: right;
}

@media only screen and (max-width: 1000px) {
    .EventQuickView {
        max-width: none;
        min-width: 360px;
    }
}

@media screen and (max-width: 890px) {
    .expandingDiv {
        position: inherit;
    }

    .customThemeLink {
        text-align: left
    }
}

@media screen and (max-width: 620px) {
    .EditSettingsFlexTable {
        display: block;
    }

    .EditSettingsFlexRow {
        display: block;
    }

    .EditSettingsFlexCell {
        display: block;
        margin-bottom: 0.5em;
    }
}

/*----------------------------------------*/

/*------------Number Search page------------*/
.numberSearchDiv {
    display: inline-block;
}

.numberSearchGridDiv {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}


@media only screen and (min-width: 641px) {
    .numberSearchDiv {
        min-height: 5.2rem;
    }

    .numberSearchGridDiv {
        width: 45%;
    }
}

@media only screen and (max-width: 640px) {
    .numberSearchDiv, .numberSearchGridDiv {
        width: 100%;
        float: none !important;
    }
}
/*------------------------------------------*/

/*-------------Check My Numbers page-------------*/
.checkNumbersFlexContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 8px;
}

.checkNumbersRaffleContainer {
    white-space: nowrap;
    margin: 0.25em 1em;
    flex-grow: 1;
    /*border-right: 1px solid black;*/
}

.checkNumbersOtherContainer {
    white-space: nowrap;
    margin: 0.25em 1em;
    flex-grow: 1;
}

.checkNumbersRaffleTitle {
    font-family: Arial;
    font-size: 14pt;
}

.checkNumbersOtherTitle {
    font-family: Arial;
    font-size: 14pt;
}

/*-----------------------------------------------*/

.gridView {
    border-collapse: collapse;
    font-family: Calibri !important;
    border: 1px solid #C0C0C0;
    border: 1px solid var(--gridview-borders);
}

    .gridView th, .gridView td {
        padding: 4px 8px;
        text-align: left;
        border: 1px solid #C0C0C0;
        border: 1px solid var(--gridview-borders);
    }

.gridViewThin {
    border-collapse: collapse;
    font-family: Calibri !important;
    border: 1px solid #C0C0C0;
    border: 1px solid var(--gridview-borders);
}

    .gridViewThin th, .gridViewThin td {
        padding: 2px 6px;
        text-align: left;
        border: 1px solid #C0C0C0;
        border: 1px solid var(--gridview-borders);
    }

.gridViewHeaderStyle {
    /*background: #30303d;
    background: linear-gradient(#30303d,#141418);
    color: #ECECEC;
    font-size: 14pt;
    font-weight: 400;
            background: var(--menu-bg-primary);
    background: linear-gradient(var(--menu-bg-primary),var(--menu-bg-secondary));
    color: var(--menu-text-secondary);*/
    background: #F0F0F0;
    background: var(--menu-bg-primary);
    background: linear-gradient(var(--grid-bgheader-primary), white);
    color: black;
    /*padding: 0px 8px 0px 2px !important;*/
    font-size: 12pt;
    font-weight: bold;
}

.gridViewDarkHeaderStyle {
    background: #404040;
    background: linear-gradient(#606060,#000000);
    color: white;
    font-size: 12pt;
    font-weight: bold;
    border-color: white;
}

.gridViewItemStyle {
    font-size: 12pt;
    white-space: nowrap;
    vertical-align: top;
    background-color: var(--grid-bg-primary);
}

.gridViewAlternatingItemStyle {
    font-size: 12pt;
    white-space: nowrap;
    border-color: #C0C0C0;
    background-color: var(--grid-bg-primary);
    background-color: #E0E0E0;
    background-color: var(--grid-bg-secondary);
    vertical-align: top;
}

.gridViewHorizontalBorders td, .gridViewHorizontalBorders th {
    border-style: solid none !important;
}

.gridViewVerticalBorders td, .gridViewVerticalBorders th {
    border-style: none solid !important;
}

.gridViewNoBorders, .gridViewNoBorders td, .gridViewNoBorders th {
    border-style: none !important;
}

.drawingNumberEntry {
    font-weight: bold;
}

.drawingNumberEntryButtonShortcut {
    border-radius: 10px;
    border: 2px solid var(--numberentrybuttonshortcut-border);
    color: var(--numberentrybuttonshortcut-textcolor);
    font-weight: bold;
    font-size: 14pt;
    padding: 4px 4px;
    text-transform: uppercase;
}

.drawingNumberEntryTextbox {
    border-radius: 4px;
    font-weight: bold;
}

.drawingNumberEntry th {
    padding-bottom: 10px;
}

.drawingNumberEntry td {
    padding-bottom: 8px;
}

.carousel {
    transition: 0.6s ease-in-out top;
}

    .carousel.vertical .active {
        top: 0;
    }

    .carousel.vertical .next {
        top: 400px;
    }

    .carousel.vertical .prev {
        top: -400px;
    }

        .carousel.vertical .next.left,
        .carousel.vertical .prev.right {
            top: 0;
        }

    .carousel.vertical .active.left {
        top: -400px;
    }

    .carousel.vertical .active.right {
        top: 400px;
    }

    .carousel.vertical .item {
        left: 0;
    }

/*---------------------------------*/


/*scrolling logos carousel*/
#myCarousel {
    display: none;
}
/*This is hiding the scrolling logos on the right entirely*/

.CustomTabStyle .ajax__tab_header {
    font-family: 'Times New Roman';
    font-size: 12px;
}

/*.raffleNumberSearchButton {
    border-radius: 10px;
    border: 1px solid #780613;
    color: white;
    font-weight: bold;
    font-size: 14pt;
    background: #bb0a1e;
    background-image: linear-gradient(to bottom, #bb0a1e, #780613);
    padding: 4px 8px;
}*/

/*-----------Display Manager page-------------*/

.DisplayManager {
    border-collapse: collapse;
}

    .DisplayManager th {
        text-align: right;
        padding: 4px 6px;
        white-space: nowrap;
        /*width: 86px;*/
    }

    .DisplayManager td {
        padding: 4px 6px;
        /*width: 100%;*/
    }

/*------------Event and Game page------------*/

.FormInputTable {
    border-collapse: collapse;
}

    .FormInputTable > tr > th, .FormInputTable > tbody > tr > th, .FormInputTable > thead > tr > th {
        padding: 2px 6px;
        text-align: right;
        white-space: nowrap;
    }

    .FormInputTable > tr > td, .FormInputTable > tbody > tr > td, .FormInputTable > thead > tr > td {
        padding: 2px 6px;
    }

.EventDateTimeTable {
    border-collapse: collapse;
    border: 1px solid #C0C0C0;
    border: 1px solid var(--gridview-borders);
    border-radius: 5px;
    font-size: 12pt;
    background: white;
}

    .EventDateTimeTable th, .EventDateTimeTable td {
        padding: 2px 6px 0px 6px;
        text-align: left;
        border-top: 1px solid #C0C0C0;
        border-top: 1px solid var(--gridview-borders);
    }

    .EventDateTimeTable th {
        padding: 0px 6px;
        background: linear-gradient(var(--grid-bgheader-primary), white);
        font-size: 11pt;
    }

.GameDrawingTable {
    border-collapse: collapse;
    border: 1px solid #C0C0C0;
    border: 1px solid var(--gamedrawingtable-bordercolor);
    background: white;
}

td .GameDrawingTable {
    margin: -2px -6px;
}

.GameDrawingTable th {
    padding: 2px 6px;
    border-bottom: 1px solid #C0C0C0;
    border-bottom: 1px solid var(--gamedrawingtableth-bordercolor);
    background: linear-gradient(var(--gamedrawingtablethstart-bgcolor),var(--gamedrawingtablethend-bgcolor));
}

.GameDrawingTable td {
    padding: 2px 6px;
    border-bottom: 1px solid #C0C0C0;
    border-bottom: 1px solid var(--gamedrawingtabletd-bordercolor);
}

.EventGameTable {
    border-collapse: collapse;
}

    .EventGameTable th {
        text-align: right;
        padding: 4px 6px;
        white-space: nowrap;
        /*width: 86px;*/
    }

    .EventGameTable td {
        padding: 4px 6px;
        /*width: 100%;*/
    }


    .EventGameTable .LocationContact {
        text-align: left;
        padding: 4px 6px;
    }

/*--------------------------------------------*/

/*body::-webkit-scrollbar {
     width: 0.25rem;
    
}

  body::-webkit-scrollbar-track {
     background: #1e1e24;
    
}

  body::-webkit-scrollbar-thumb {
     background: #6649b8;
    
}*/

main {
    display: block;
    padding: 0rem .5rem 0rem 2.8rem;
    background-color: var(--main-bgcolor);
    color: var(--font-color);
}

.navbar {
    font-family: Calibri, Arial, sans-serif;
    border-top: 2px solid var(--main-bgcolor);
    border-bottom: 2px solid var(--main-bgcolor);
}

.navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.nav-item {
    flex-basis: auto;
}

    .nav-item:last-child {
        margin-top: auto;
    }

    .nav-item li ul {
        display: none;
        position: absolute;
    }

    .nav-item li:hover ul li {
        display: block;
        height: auto;
        width: 8em;
    }

    .nav-item li ul li {
        clear: both;
        border-style: none;
    }

    .nav-item:hover .nav-subitem {
        display: block;
        background-color: var(--menu-bg-primary);
    }

.nav-subitem {
    display: none;
    position: unset;
    list-style-type: none;
    z-index: 101;
    margin-left: 2rem;
    padding: 0rem;
}

    .nav-subitem li {
        padding: 0.25rem;
        margin: 0rem;
        background-color: black;
        background-color: var(--submenu-bg-primary);
    }

        .nav-subitem li:hover {
            background-color: #404040;
            background-color: var(--submenu-bg-secondary);
        }

        .nav-subitem li a {
            font-size: 1.25rem;
        }

.nav-link {
    display: flex;
    align-items: center;
    color: white;
    color: var(--menu-text-primary);
    text-decoration: none;
    filter: grayscale(100%) opacity(0.7);
    transition: var(--transition-speed);
}

    .nav-link:hover {
        filter: grayscale(0%) opacity(1);
        background: #141418;
        background: var(--menu-bg-secondary) !important;
        color: #ececec;
        color: var(--menu-text-secondary);
    }

    .nav-link .icon-contract {
        display: flex;
    }

    .nav-link .icon-expand {
        display: none;
    }

.navbar:hover .icon-contract {
    display: none !important;
}

.navbar:hover .icon-expand {
    display: flex !important;
}

.nav-link:hover .icon-expand {
    display: flex;
}

.link-text {
    white-space: nowrap;
    margin-left: 0;
    margin-right: 0.5rem;
    display: block;
}

    .link-text:hover {
        color: white;
        color: var(--menu-text-secondary);
    }


.nav-link svg {
    width: 1.5rem;
    min-width: 1.5rem;
    max-height: 1.5em;
    margin: 0.5rem;
}

.fa-primary {
    color: var(--menu-imagecolor);
}

.fa-secondary {
    color: var(--fa-secondary-textcolor);
}

.fa-primary, .fa-secondary {
    transition: var(--transition-speed);
}

.logo {
    /*font-weight: bold;*/
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-bottom: 0px;
    text-align: center;
    color: var(--menu-text-secondary);
    background: var(--menu-bg-secondary);
    font-size: 1.6rem;
    /*letter-spacing: 0.1ch;*/
    width: 100%;
    white-space: nowrap;
    font-family: "Times New Roman";
}

    .logo svg {
        transform: rotate(0deg);
        transition: var(--transition-speed);
    }

.logo-text {
    margin-left: .1rem;
}

.navbar:hover .logo svg {
    transform: rotate(-180deg);
}

.subtitle {
    /*font-family: 'Times New Roman';
    margin-bottom: 1rem;
    margin-top: 4px;
    text-align: left;
    background: transparent !important;
    font-size: .95rem !important;
    width: 100%;
    white-space: normal !important;
    color: var(--menu-text-primary);
    height: 1.5rem !important;
    text-indent: -.5rem;*/
    display: none;
}


/* Large screens */
@media only screen and (min-width: 1200px) {
    #headerMenu {
        background-color: white;
        position: sticky;
        top: 0;
        z-index: 99;
    }

    .navbar {
        /*bottom: 0;*/
        max-width: 100vw;
        width: 100%;
        background: #141418;
        background-color: var(--menu-bg-primary);
    }

    .logo {
        display: none;
    }

    .navbar-nav {
        flex-direction: row;
        max-width: 1600px;
        margin: 0px auto;
        /*padding-right: 128px;*/
    }

    .subtitleContainer {
        display: none;
    }

    .nav-link {
        /*justify-content: center;*/
    }

    .navbar-nav li {
        margin: 0px auto;
    }

        .navbar-nav li ul li {
            margin: initial !important;
        }

    .nav-item:hover .nav-subitem {
        display: block;
        background-color: var(--menu-bg-primary);
        position: absolute;
    }
}

/* Small screens */
@media only screen and (max-width: 1199px) {
    footer {
        margin-left: 0px;
    }

    .copyrightContainer {
        margin-left: 40px;
    }

    /*--------------- Site Header --------------*/
    /****- Flex: large screen -****/
    .divFlexHeader {
        display: none;
        height: 0px;
    }

    /****- Static: small screen -****/
    .divStaticHeader {
        display: inline;
        width: 92%;
        padding-left: 7%;
    }

    .customerLogoImage, .CDSLogoImage {
        display: inline-block;
        width: 44%;
        vertical-align: top;
        text-align: center;
    }

        .customerLogoImage img, .CDSLogoImage img {
            width: 100%;
            max-width: 100%;
            max-height: 100px;
        }

    .title {
        padding-top: 4px;
        font-family: 'Times New Roman';
        font-size: 30pt;
        vertical-align: middle;
        text-align: center;
        font-weight: bold;
        display: block;
        width: 99%;
        padding-left: 1.3rem;
    }

    .subtitleContainer {
        display: block !important;
    }

    .subtitle {
        font-family: 'Times New Roman';
        margin-bottom: 1rem;
        margin-top: 4px;
        text-align: left;
        color: var(--menu-text-secondary);
        background: transparent !important;
        font-size: .95rem !important;
        white-space: nowrap;
        color: var(--menu-text-primary);
        height: 1.5rem !important;
        /*text-indent: .5rem;*/
        display: block;
    }
    /*------------------------------------------*/

    .link-text {
        display: none;
        /*margin-left: .5rem;*/
    }

    .nav-link {
        height: 3rem;
        font-size: 1.8rem;
    }

        .nav-link svg {
            display: none;
        }

    .navbar {
        transition: width 300ms ease;
        position: fixed;
        top: 0;
        width: 2.5rem;
        height: 3rem;
        background: #141418;
        background-color: var(--menu-bg-primary);
        border-bottom: none;
        border-top: none;
        overflow: hidden;
    }

    .navbar-nav li {
        margin: 0px;
    }

    .navbar:hover {
        width: 20rem;
        height: 100vh;
        overflow: auto;
    }

        .navbar:hover .nav-link svg {
            display: inline-block;
            width: 1.5rem;
            min-width: 1.5rem;
            margin: 0.5rem;
        }

        .navbar:hover .link-text {
            display: inline-block;
        }

    .nav-subitem {
        /*padding-inline-start: 0px;*/
    }

    .nav-item:hover .nav-subitem {
        display: block;
        background-color: var(--menu-bg-primary);
    }

    .logo, .logo .nav-link {
        max-height: 3rem;
    }
}


@media only screen and (max-width: 860px) {

    /*--------------- Site Header --------------*/
    /****- Flex: large screen -****/
    .divFlexHeader {
        display: none;
        height: 0px;
    }

    .divFlexHeader {
        display: none;
        height: 0px;
    }


    /****- Static: small screen -****/
    .divStaticHeader {
        display: inline;
        width: 89%;
        padding-left: 10%;
    }

    .customerLogoImage, .CDSLogoImage {
        display: inline-block;
        width: 44%;
        vertical-align: top;
        text-align: center;
    }

        .customerLogoImage img, .CDSLogoImage img {
            width: 100%;
            max-width: 100%;
            max-height: 100px;
        }



    /****- Not sure these are used -****/
    .title {
        display: block;
        width: 90%;
        padding-left: 9%;
    }
    /*------------------------------------------*/

    .homeButton {
        margin-top: 32px;
    }

    .link-text .logo-text {
        white-space: nowrap;
    }

    .subtitle .link-text {
        margin-left: 8px;
        white-space: normal;
    }

    .subtitle {
        white-space: normal;
    }
}

/*Phone Landscape*/
@media only screen and (max-width: 770px) {

    body {
    }

    footer {
        margin-left: 0px;
    }

    main {
        padding: 0rem .5rem 0rem 2.8rem;
    }

    .link-text .logo-text {
        white-space: nowrap;
    }

    .subtitle .link-text {
        margin-left: 8px;
        white-space: normal;
    }

    .subtitle {
        white-space: normal;
    }

    .navbar:hover {
        background-color: var(--menu-bg-primary);
    }

        .navbar:hover .nav-link svg {
        }

        .navbar:hover .navOtherItems {
        }

    .customerLogoImage img, .CDSLogoImage img {
        width: 100%;
        max-width: 100%;
        max-height: 60px;
    }

    /****- Flex: large screen -****/
    div.divFlexHeader {
        display: none;
    }

    /****- Static: small screen -****/
    div.divStaticHeader {
        display: inline;
        width: 100%;
    }

    /****- Not sure these are used -****/
    .title {
        line-height: 80%;
        height: 98px;
    }

    .title {
        display: block;
        width: 88%;
        padding-left: 11%;
    }

    /*------------------------------------------*/
}

/*Phone Portrait*/
@media only screen and (max-width: 480px) {

    body {
    }

    .copyrightContainer {
        margin-left: 8px;
    }

    .link-text .logo-text {
        white-space: nowrap;
    }

    main {
        padding: 0rem .5rem 0rem .5rem;
    }

    .subtitle .link-text {
        margin-left: 8px;
        white-space: normal;
    }

    .subtitle {
        white-space: normal;
    }

    .customerLogoImage img, .CDSLogoImage img {
        width: 100%;
        max-width: 100%;
        max-height: 100px;
    }

    .nav-link {
        height: 2rem;
    }

        .nav-link svg {
            width: 1rem;
            min-width: 1rem;
            margin: 0.5rem;
        }

    .navbar {
        height: 2rem;
        width: 2em;
    }

        .navbar:hover .nav-link {
            font-size: 16pt;
        }

            .navbar:hover .nav-link svg {
                display: inline-block;
                width: 1rem;
                min-width: 1rem;
                margin: 0.5rem;
            }

    .nav-subitem li {
        padding: 0.25rem;
    }

        .nav-subitem li a {
            font-size: 1rem;
        }

    div.screenWide {
        display: none;
    }

    div.screenNarrow {
        display: block;
        padding: 0px 3px;
        vertical-align: top;
    }

    .GameResultsWide {
        display: none;
    }

    .GameResultsNarrow {
        display: block;
    }

    .SerialNumberWide {
        display: none;
    }

    .SerialNumberNarrow {
        display: inline-block;
    }

    .GameResultsPrize {
        width: auto;
        max-width: 150px;
        min-width: 100px;
        white-space: normal;
    }

    .gridViewItemStyle {
        font-size: 10pt;
        white-space: normal;
    }

    .gridViewAlternatingItemStyle {
        font-size: 10pt;
        white-space: normal;
    }
}

/* DevExpress overrides */
.dxtcLite {
    font: inherit;
}
