﻿



body {
    /*color:#6c6c6c*/
    font-family: Times New Roman;
    background-image: url(../images/Green-Background-with-Black-Line-in-the-Center.webp);
    font-size: 0.5em;
    min-height: 100%;
    overflow: hidden;
    background-size: cover;
}

ol {
    padding: 10px 40px;
}

span {
    padding-left: 20px;
    /*margin-bottom:  120px;*/
}

#time {
    font-size: 25px;
   color:white;
}

#moves {
    position: absolute;
    left: -280px;
    top: 10px;
    font-size: 22px;
}




a {
    font-size: 28px;
    border-radius: 10px;
    width: 200px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border-color: transparent;
    color: #1E1E1E;
    cursor: pointer;
}

#newGameWin {
    font-size: 28px;
    
    font-family: Times New Roman;
    cursor: pointer;
    border: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

#newGame {
    font-size: 28px;
    background-color:transparent;
    font-family: Times New Roman;
    cursor: pointer;
    border: 0;
	color:white;
    background-image: url(../images/newGame.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

#restartGame {
    font-size: 28px;
    font-family: Times New Roman;
    cursor: pointer;
	background-color:transparent;
    border: 0;
	color:white;
    background-image: url(../images/restartGame.webp);
    background-size: contain;
    background-repeat: no-repeat;
     background-position:center;
}

#optionsGame {
    font-size: 28px;
    font-family: Times New Roman;
    cursor: pointer;
    border: 0;
	color:white;
	background-color:transparent;
    background-image: url(../images/optionsGame.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center;
}

#undo {
    /*width: 100px;*/
    font-size: 28px;
    font-family: Times New Roman;
  margin-left:20px;
    /*height:54px;*/
    font-weight:bold;
	background-color:transparent;
    background-image: url(../images/undoButton.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center;
    color: white;
    cursor: pointer;
    /*box-shadow: 4px 4px 4px 4px #1E1E1E;*/
    border: 0
}

    #undo:active {
        top: 55px;
    }

a:link, a:visited {
    color: white;
    font-weight: 700;
    text-decoration: none;
}

a:hover {
    color: #f2ee44 !important;
    cursor: pointer;
}

.bottom-promo {
    margin-top: 15px;
}

#promo-links .featured-link {
    color: orange;
    font-weight: 700;
    text-shadow: #000 0 0 5px;
}

img {
    border-style: none;
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
}





.inner-page {
    display: none;
    min-height: 300px;
}

div#play-page {
    position: absolute;
	left:19%;
	top:30px;
    height: 600px;
}

#promo-links {
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 5px;
}

.bigbutton {
    margin: auto;
    padding: 5px;
    color: rgb(85, 85, 85);
    font-size: 20px;
    font-weight: 700;
}

.dialog {
    border-radius: 15px;
    border: 1px solid rgb(0, 0, 0);
    color: black;
    background-color: rgba(255,255,255,0.6);
}

.dialog-button {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(68, 68, 68) grey grey rgb(68, 68, 68) !important;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    background-color: rgba(255,255,255,0.6);
}

.dialog-button {
    border-radius: 6px;
}

.rounded {
    border-radius: 6px;
}

.dialog-button span {
    padding: 1px 5px 0px;
    color: rgb(51, 51, 51);
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
}

.error {
    color: red;
    font-weight: 700;
}

.foundation {
    text-align: center;
    line-height: 40px;
    font-size: 50px;
    text-shadow: #000 0 0 2px;
}

    .foundation p {
        margin-top: 20px;
    }

#page {
    margin: 0px 0px 0px 0px;
    border-radius: 5px;
    border: 0px;
    width: 940px;
    /*padding-bottom: 20px;*/
    position: relative;
}

#menu {
    position: absolute;
    right: -100px;
    top: 10px;
	
    padding-right: 20px;
    text-align: center;
    color: white;
	background-color:transparent;
}

ul#menu li {
    list-style: none;
    padding-right: 20px;
    font-size: 15px;
    display: inline;
    color: white;
}



#pagecontent {
    margin: 5px;
    font-size: 14px;
}

    #pagecontent a {
        color: white;
    }

    #pagecontent ol, #pagecontent ul {
        padding: 10px 60px;
    }

        #pagecontent ol li, #pagecontent ul li {
            margin-bottom: 10px;
        }

    #pagecontent p {
        padding: 10px 35px;
    }

    #pagecontent h2 {
        margin: 10px;
    }

.avatar {
    position: absolute;
}

    .avatar small {
        display: block;
        text-align: center;
    }

    .avatar div {
        border: 0px solid rgb(255, 255, 255);
        width: 50px;
        height: 50px;
        cursor: pointer;
    }

#rules-page {
    height: 540px;
    overflow: scroll;
    overflow-x: hidden;
    visibility: hidden;
}





    #rules-page h3 {
        margin-top: 20px;
    }


#player-count {
    position: absolute;
    width: 166px;
    left: 362px;
    top: 310px;
}

#release-notes {
    width: 80%;
    margin: auto;
}

    #release-notes ul li ul {
        padding-left: 30px;
        font-size: 12px;
    }

#result-box {
    text-align: center;
}

#results-div {
    width: 100%;
    position: absolute;
    bottom: 200px;
}

.results {
    width: 400px;
    margin: auto;
    display: none;
}

    .results h3 {
        padding: 10px;
    }

    .results p img {
        float: right;
        margin-left: 5px;
    }

.button-panel {
    clear: both;
    text-align: center;
    padding: 10px;
}

#change-player {
    width: 300px;
    position: absolute;
    left: 200px;
    top: 150px;
    z-index: 50000;
    display: none;
}

    #change-player h3 {
        margin: 8px 0;
    }




#messageBox {
    position: absolute;
    width: 100%;
    top: 365px;
    left: 0;
    padding: 0;
}

#pagecontent #messageBox p {
    width: 50%;
    height: 35px;
    font-size: 12px;
    font-weight: 700;
    margin: 0 auto;
    border: solid 1px #000;
    padding: 3px 6px;
    color: #333;
    background-color: #EDF35A;
}



#options-page small {
    display: block;
    text-align: center;
    color: white;
}

#menu li a.selected {
    text-decoration: underline;
}



.playlink {
    display: block;
    text-align: center;
}

/*#changes {
font-size:13px;
}*/

#options {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    width: 800px;
    margin-top: -20px;
}

#menu {
    display: -ms-flexbox;
    margin-top: -10px;
}

p > a:link {
    background-image: url(../images/newGame.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

#restartGameButton {
    background-image: url(../images/restartGame.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    margin-left: 25px;
}



#options-page {
    position: absolute;
    top: 150px;
    left: 30%;
    width: 600px;
    height: 357px;
    z-index: 10000;
    border:5px outset #FADBE2;
    /*border-color: #FFCD44;
    border: 5px outset #FFCD44;*/
    /*color: #eff732*/
    display: none;
    background-image: url(../images/options-background.webp);
    background-size: contain;
    /*background: -webkit-linear-gradient(top,#242121,#6c6c6c);
    background: -moz-linear-gradient(top,#242121,#6c6c6c);
    background: linear-gradient(to bottom,#242121,#6c6c6c);*/
}

#closeOptions {
	color:white;
}


#options-page button {
    width: 81px;
    height: 46px;
    border: none;
    margin-top: 10px;
    margin-left: 250px;
	color:white;
	font-size: 25px;
    cursor: pointer;
	background-color:transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/closeButton.webp);
}

#options-page h2 {
    text-shadow: none;
    color: white;
    font-weight: bold;
    font-size: 25px;
    margin-top:20px;
}

#options-page p {
}

.inner-page {
    display: block!important;
    min-height: 100px!important;
}

.glow {
    box-shadow: #fff 0 0 35px;
}

#win-screen {
    display: none;
    top: 310px;
    padding-bottom: 5px;
    font-size:28px;
    height: 100px;
    left: -60px;
    width: 100%;
    position: absolute;
    text-align: center;
    z-index: 5000;
    border-radius: 20px;
}

#beginnerImage {
    background-image: url(/..images/beginnerLevel.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    margin-left: 25px;
    font-size: 22px;
    color: white;
    font-weight: bold;
}

#intermediateImage {
    background-image: url(../images/intermediateLevel.webp);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 25px;
    font-size: 22px;
    color: white;
    font-weight: bold;
}

#advancedImage {
    background-image: url(../images/advancedImage.webp);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 25px;
    font-size: 22px;
    color: white;
    font-weight: bold;
}

#changesText {
    margin-left: -10px;
    margin-top: -10px;
    font-size: 15px;
    color: white;
    font-weight: bold;
}

#win-screen h1 {
    font-size: 40px;
    font-weight:bold;
    color:white;
    height:150px;
    background-position-x:center;
    text-align:center;
    line-height:150px;
    padding-top: 5px;
    padding-bottom: 10px;
    background-image:url(../images/Scarab.webp);
    background-repeat:no-repeat;
}

.cell {
    width: 89px;
    height: 120px;
    position: absolute;
    background-image: url(../images/base.webp);
}

    .cell p {
        padding: 0!important;
    }




.foundation {
    text-align: center;
    text-shadow: #000 0 0 2px;
}

    .foundation p {
        margin-top: 0px;
    }

.card {
    border-radius: 9px;
    width: 89px;
    height: 120px;
    background-image: url(../images/basic-cards.webp);
    position: absolute;
    cursor: pointer;
}



#score {
    font-size: 23px;
    font-weight:bold;
	
   color:white;
}

#scoreLabel {
    font-size: 23px;
    font-weight:bold;
   color:white;
}

#info-bar {
    display:inherit;
    -ms-flex-wrap: nowrap;
    width: 70px;
    position: absolute;
    right:150px;
	top:20px;
}

#play-page #messageBox {
    text-align: center;
    width: 100%;
}

    #play-page #messageBox p {
        border: 0;
        color: white;
        background: 0 0;
        width: 100%;
        height: 30px;
        vertical-align: top;
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
    }

/*p {
    line-height: 40px;
}*/


.stock {
    cursor: pointer;
    text-align: center;
}

    .stock p {
        margin-top: 30px;
    }

#messageBox {
    position: absolute;
    width: 100%;
    top: 160px;
    left: 0;
    padding: 0;
}
