﻿body {
    margin: 0px;
    padding: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    line-height: 19px;
    color: #5c5959;
    background-color: transparent;
}

A:link {
    color: #A11A1E;
}

A:visited {
    color: black;
}

A:hover {
    color: #A11A1E;
}

.labelText {
    font-family: Sans-serif;
    font-weight: bold;
    color: #5c5959;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #5c5959;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

.overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: progress; /* Add a pointer on hover */
}

.input {
    text-align: left;
    background-color: #ffffff;
    border: solid #5c5959 2px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    padding: 4px 4px 4px 4px;
    margin-bottom: 4px;
}

.headerTitle {
    font-size: 24px;
    margin: 5px 10px 5px 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    color: #5c5959;
    width: 900px;
}

.headerSignOut {
    font-size: 14px;
    margin: 5px 0 3px 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    color: #5c5959;
}

.headerDesc {
    font-size: 14px;
    margin: 0px 0 20px 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #5c5959;
    width: 900px;
}

.dobEntry {
    float: left;
    margin-right: 20px;
    border: solid #5c5959 2px;
    padding: 4px 4px 4px 4px;
}



.validatedText {
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #D80000 !important;
    font-weight: bold;
}

.button {
    color: #f1f0e7 !important;
    background-color: rgb(177,17,22);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-weight: bold;
    border: none;
    vertical-align: middle !important;
    text-align: center !important;
    font-size: 13px !important;
    width: 125px !important;
    height: 35px !important;
    margin-left: 0px;
}

.buttonhover {
    color: #f1f0e7;
    background-color: #5c5959;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-weight: bold;
    border: none;
    vertical-align: middle !important;
    text-align: center !important;
    font-size: 13px !important;
    width: 125px !important;
    height: 35px !important;
    margin-left: 0px;
}

html#html, body#body, div#dvReport {
    height: 100%;
}

.nav {
    color: #ffffff;
    background-color: #808080;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-weight: bold;
    border: 0px;
    vertical-align: top !important;
    text-align: right !important;
    font-size: 12px !important;
    width: 100% !important;
    height: 20px !important;
    margin: 0px;
}

.navCancel {
    color: rgb(177,17,22);
    background-color: transparent;
    border: none;
    text-decoration: underline;
    margin: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navSignOut {
    color: rgb(177,17,22);
    background-color: transparent;
    border: none;
    text-decoration: underline;
    margin: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
}

.navButton {
    color: inherit;
    background-color: transparent;
    border: none;
}

.navMenu:hover {
    color: inherit;
    background: rgba(177,17,22,0.3);
}

.navMenu {
    color: inherit;
    background: rgba(177,17,22,0.1);
    width: 200px;
    margin: 5px;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    margin-left: 43px;
}

.menuButton {
    background-color: transparent;
    color: rgb(177,17,22);
    font-weight: 900;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: 1px solid rgb(177,17,22);
    font-size: 14px !important;
    padding: 12px;
    border-radius: 5px;
    width: 200px;
}

.navMenuContainer {
    font: bold 16px verdana;
    color: #5c5959;
    padding-top: 3px;
    text-align: left;
    vertical-align: top;
    display: inline-block;
    width: 300px;
}

/*START PLAYER PROFILE INFORMATION PAGE CSS HERE*/
.container {
    display: table;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.banner {
    font: bold 50px verdana;
    text-transform: uppercase;
    color: white;
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 0px 0px 10px maroon, 0px 0px 5px black;
}

.header {
    font: bold 48px verdana;
    color: #ffcc99;
    position: relative;
    z-index: 10;
    text-align: center;
    margin-bottom: 5px;
    text-shadow: 5px 5px 5px #000;
}

.subheader {
    background: url(bgconfirm.png) no-repeat;
    background-size: 100% 100%;
    font: bold 28px verdana;
    color: white;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
    z-index: 10;
    text-align: center;
    width: 500px;
    margin-bottom: 10px;
}

.cardtext {
    background: no-repeat;
    background-size: contain;
    font: bold 18px arial;
    color: white;
    padding-left: 10px;
    padding-top: 15px;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    vertical-align: baseline;
    height: 182px;
    width: 300px;
    display: inline-block;
    text-shadow: 0px 0px 3px #333;
}

.informationtext {
    font: bold 16px verdana;
    color: #5c5959;
    padding-top: 10px;
    text-align: left;
    vertical-align: top;
    display: inline-block;
    width: 300px;
}

.menutext {
    font: bold 16px verdana;
    color: #5c5959;
    padding-top: 10px;
    text-align: left;
    vertical-align: top;
    display: inline-block;
    width: 300px;
}

/*CASINO CONTACT SECTION BEGIN*/
.contactImage {
    background: no-repeat;
    background-size: contain;
    padding-left: 10px;
    padding-top: 15px;
    margin-bottom: 10px;
    position: relative;
    height: 182px;
    width: 300px;
    display: inline-block;
}

.contactText {
    font: bold 16px verdana;
    color: #5c5959;
    padding-top: 10px;
    text-align: left;
    vertical-align: top;
    display: inline-block;
    width: 300px;
}

.contactDesc {
    font: 12px verdana;
}
/*CASINO CONTACT SECTION END*/

/*OFFER SECTION BEGIN*/
.offerContainer { 
    display: flex;
    justify-content: center;
}

.offerImage {
    margin: 5px;
    display:inline;
}

.offerText {
    font: bold 16px verdana;
    color: #5c5959;
    display: inline;
    text-align: left;
    width: 300px;
    padding-top: 10px;
}

.prizeTitle {
    font: bold 14px verdana;
    color: #5c5959;
}

.offerDesc {
    font: 12px verdana;
}
/*OFFER SECTION END*/

#pointsbalance {
    font-size: 50px;
}

#playername {
    position: absolute;
    bottom: 10px;
}

/*TABLE CSS*/
.Table {
    display: table;
}

.Row {
    display: table-row;
}

.Cell {
    display: table-cell;
    border: none;
    padding-left: 1px;
    padding-right: 1px;
}
