﻿@font-face {
    font-family: 'walibi0615bold';
    src: url('/Games/MemoryGame/css/walibi-holland-webfont.eot');
    src: url('/Games/MemoryGame/css/walibi-holland-webfont.eot?#iefix') format('embedded-opentype'), url('/Games/MemoryGame/css/walibi-holland-webfont.woff2') format('woff2'), url('/Games/MemoryGame/css/walibi-holland-webfont.woff') format('woff'), url('/Games/MemoryGame/css/walibi-holland-webfont.ttf') format('truetype'), url('/Games/MemoryGame/css/walibi-holland-webfont.svg#walibi0615bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    -ms-content-zooming: none;
    -ms-touch-action: pan-x pan-y;
	width:100%;
	height:100%;
}


body {
    
    font-family: 'walibi0615bold';
	margin:0;
	width: 100%;
	height: 100%;
}

ul li {
    color: white;
    margin: 20px 100px
}

#main {
    background: #CDE8C5 url('/Games/HazardEliminator/sprites/backgroundStart1.png') repeat-x left;
    background-size: cover;
}

.logo2 {
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 10px;
    position:absolute;
    max-height:20%;
}


.logo1{float:left; max-width:200px}


.playDiv {
    z-index: 100;
    margin: auto;
    max-width:700px;
}

.mgDiv {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    margin: auto;
}

.title {
    width: 1000px;
    height: 98px;
    margin: 0px auto;
    margin-top: 20px;
    background: url('/Games/MemoryGame/sprites/title.png') no-repeat;
}

h1.highScore {
    color: #000;
    margin:10px auto;
    font-size:25px;
    text-align:center;
    display:inline-block;

}

h1.playAgain {
    color: #000;
    text-align: center;
    margin: 10px auto;
    text-align: center;
    background: #fff;
    width: 200px;
    width: 300px;
    border-radius: 10px;
    text-align: center;
    background: #fff;
    display:block;
}


p.closed {
    color: white;
    margin: 0px auto;
    width: 815px;
    text-align: left;
}

.highScores {	
    width:100%;
    height: 60%;
    overflow-y: scroll;
    float:left;
    border: solid 2px white;
    padding: 5px;
    background: url('/Games/MemoryGame/sprites/bg.png');
    float:left;
    max-height:400px;
}

.highScoresContainer {
    width: 100%;
    max-width: 800px;
    margin: 0px auto 0 auto;
}

    .highScores tr {
        color: white;
        padding-bottom: 10px;
    }

        .highScores tr.winner {
            color: yellow;
        }

    .highScores td {
        border-bottom: dotted 3px white;
        padding-top: 8px;
        padding-bottom: 8px;
    }

.playBtn {
    width: 250px;
    height: 100px;
    margin: 20px auto 0px auto;
	z-index:100;
}

    .playBtn img {
        cursor: pointer;
        width:250px;
    }

.playBtn2 {
    width: 247px;
    height: 77px;
    margin: 15px auto 0px auto;
}

    .playBtn2 img {
        cursor: pointer;
    }

a img {
    border: none;
}

.termsBtn {
    width: 200px;
    margin: 0 auto;
    text-align: center;
	display: none;
}

.termsBtn a {
    color: white;
    text-decoration: none;
}

.dialog {
    /*display:none;*/
    position: absolute;
    top: -2100px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    width: 1100px;
    height: 540px;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid 5px #000;
    background: #b499bd;
    margin: auto;
    text-align: center;
    -webkit-transition: all .35s ease-in;
    -moz-transition: all .35s ease-in;
    -ms-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    transition: all .35s ease-in;
}

    .dialog h2, .dialog h3, .dialog input .dialog select {
        text-align: center;
        color: #000;
        margin-bottom: 0px;
    }

    .dialog h2 {
        margin-top: 0px;
    }
	
    .dialog .options {
        margin-bottom: 25px;
		display: none;
    }
	

    .dialog input, .dialog select {
        margin: 0px auto;
        font-size: 22px;
        display: inline-block;
        color: #000;
        padding: 4px;
        width: 320px;
        border: solid 2px white;
    }

    .dialog .closeBtn {
        color: #000;
        font-size: 30px;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .dialog label {
        color: white;
        padding-right: 20px;
    }

    .dialog input[type='checkbox'] {
        width: 20px;
    }

.homeBtn {
    color: white;
    position: absolute;
    left: 5px;
    top: 5px;
    text-shadow: 2px 2px #333;
}

input[type='checkbox'] {
    display: none;
}

    input[type='checkbox'] + label {
        background: url('/img/cbox.png') no-repeat;
        height: 16px;
        width: 16px;
        padding: 5px 20px 10px 30px;
        color: white;
    }

    input[type='checkbox']:checked + label {
        background: url('/img/cbox_ticked.png') no-repeat;
        height: 16px;
        width: 16px;
        padding: 5px 20px 10px 30px;
        color: white;
    }


#wellDone {
    position: absolute;
    display: none;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    width: 1100px;
    height: 170px;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid 5px white;
    background: #000028;
    margin: auto;
    text-align: center;
    -webkit-transition: all .35s ease-in;
    -moz-transition: all .35s ease-in;
    -ms-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    transition: all .35s ease-in;
}

    #wellDone h1 {
        color: white;
    }


.rowScore {
    background-color: transparent;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}

    .rowScore.highlighted {
        background-color: #b499bd;
        -moz-transition: all 1s linear;
        -ms-transition: all 1s linear;
        -o-transition: all 1s linear;
        -webkit-transition: all 1s linear;
        transition: all 1s linear;
    }

    .rowScore:hover {
        background-color: #b499bd;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }


.dialog .redBorder {
    border: solid 2px red;
    background-color: #FFCC99;
}

#exportData {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    display: inline-block;
    width: auto;
    text-decoration:none;
}

#editUsersLink {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    display: inline-block;
    width: auto;
    text-decoration:none;
}


#btnArchive {
    color: #fff;
    font-size: 15px;
    background: #000;
    border: solid 1px #fff;
    border-radius: 7px;
    padding: 12px;
    cursor: pointer;
    text-decoration: none;
}


.ui-button-text-only .ui-button-text {
    padding: 3px 10px !important;
}


input[type='radio'].interest_level {
    display: none;
}

 /*   input[type='radio'].interest_level + label {
        background: url('/img/tl_grey.png') no-repeat;
        height: 32px;
        width: 32px;
        padding: 5px 0px 10px 32px;
        margin-right: 150px;
    }

    input[type='radio'].interest_level.low:checked + label {
        background: url('/img/tl_red.png') no-repeat;
    }

    input[type='radio'].interest_level.medium:checked + label {
        background: url('/img/tl_orange.png') no-repeat;
    }

    input[type='radio'].interest_level.high:checked + label {
        background: url('/img/tl_green.png') no-repeat;
    }*/



    .playAgain a {
        color:#ab1c1c;
        text-decoration:none;
    }

        .playAgain a:hover {
            color:#000;
        }

.dialog h3:nth-child(9) { display: none; }



@media (min-width:730px) and (max-height: 800px)
{
    .logo2 {
        max-height: 150px !important;
    }

    .highScores {
        height: 250px !important;
    }
}


@media (max-height:650px)
{
    .logo2 {
        display:none !important;
    }

}


@media (max-width:730px) and (min-height:750px) {

    .logo2 {
        max-height: 160px !important;
    }
}



    @media (max-width:730px) {

        .logo2 {
            max-height: 100px
        }

        h1.highScore {
            display: none;
        }


        #terms {
            display: none;
        }

        .logo1 {
            width: 140px;
            margin: 0 auto 20px auto;
            display: block;
            float: none
        }



        .playDiv {
            width: 100%;
        }


        .highScoresContainer {
            width: 90%;
        }


        .playDiv {
            top: 170px;
        }


        .playBtn img {
            width: 150px;
        }

        .playBtn {
            width: 150px;
            height: 50px
        }


        .dialog {
            width: 100% !important;
            border: none;
        }

        .playBtn span {
            font-size: 1.5em;
            padding-top: 5px
        }

        .playAgain a {
            font-size: 0.8em
        }

        .playBtn.instructions span {
            padding-top: 0 !important;
        }

        .mainBody {
            background-color: #2a87ff;
            background-repeat: repeat-x;
            background: url('/sprites/bg_game_mob.png') no-repeat;
            background-size: cover;
        }

        .highScores {
            height: 300px;
        }
    }


    @media only screen and (max-width: 900px) and (max-height: 1800px) and (min-height: 900px) {

        .dialog {
            top: -4000px;
            height: 680px;
            width: 100%;
            box-sizing: border-box
        }
    }


    /*@media only screen and (max-width: 600px) {

    .dialog {
        height: 750px;
    }
}*/
