@charset "utf-8";
/* CSS Document */
html, body {
  height: 100%;
  margin: 0;
}
body,td,th {
}
body {
	color: #FFFFFF;
	font-size: medium;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	background-color: #000000;
	padding: 0px;
}

/*HIDE THE GAME DURING LOADING AND RESIZING*/
#game_wrapper {
	display: none;
	background-image:url("https://www.justgiraffes.com/exotic/assets/images/jungle_background.jpg");
	background-repeat:repeat;
}

.floatClear{
	clear:both;
	display:block;
}

.transition {
    -webkit-transform: scale(1.6); 
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
}

/*PLAY AREA*/
.game_food{
    width: 64px;
    height: 64px;
	text-align:center;
    line-height: 100px;
    display: none;
	background-image:url("https://www.justgiraffes.com/exotic/assets/images/icon_steak.png");
	background-position: fixed;
	background-repeat: no-repeat;
	line-height:100%;
}
.game_food span{
    display: inline-block;
    font-weight: 900;
    margin-top: 32px;
}
.xxx_game_body{
	display: flex;              /* establish flex container */
    flex-direction: column;     /* stack flex items vertically */
    justify-content: center;    /* center items vertically, in this case */
    align-items: center;        /* center items horizontally, in this case */
    height: 300px;
    border: 1px solid black;
	background-image:url("https://www.justgiraffes.com/exotic/assets/images/jungle_background.jpg");
	background-repeat:repeat;
}
.game_header{
    height: 160px;
}
.footer{
	background-image:url("https://www.justgiraffes.com/exotic/assets/images/jungle_background.jpg");
}
.game_footer{
	background-color: #000000;
	background-image:url("https://www.justgiraffes.com/exotic/assets/images/just_giraffes_sm.png");
	background-position: center center;
	background-repeat: no-repeat;
}
.containment_zone{
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-ms-user-select: none;
color: #fff;
text-shadow: 1px 1px #000000;
display: inline-block;
vertical-align: middle;
line-height: normal;
	/*background-image:url("https://www.justgiraffes.com/exotic/assets/images/jungle_background.jpg");*/
}

.ext_tiger_cage {
background-repeat:no-repeat;
background-position:center;
background-size:cover;	
border:1px solid transparent;
margin:4px;
/*width:120px;
height:120px;*/
display:inline-block;
box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  /*flex-basis: 86px;*/
}

.mcBlockHighlight {
    border:1px solid #fff;
	cursor:crosshair;
}

.tiger_cage{
min-height:100%;
min-width:100%;
line-height:100%;
text-align: center;
overflow: hidden;
display: inline-block;
display: flex;
flex-direction: column;
justify-content: center;
background-image:url("https://www.justgiraffes.com/exotic/assets/images/cage_closed.png");
background-repeat:no-repeat;
background-position:center;
background-size:cover;
}

.tiger_cage span {
-webkit-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-ms-user-select: none;
color: #fff;
text-shadow: 1px 1px #000000;
display: inline-block;
vertical-align: middle;
line-height: normal;
}

a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}
#footer{
	padding:10px;
	margin:0 auto;
	text-align:center;
	font-size:small;
	/*position:relative;*/
	/*width:950px;*/
}

/*POP-UPS and Overlays*/
.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
}
.pop_survived {
	background-color: #669933;
	background-image:url("https://www.justgiraffes.com/exotic/assets/images/background_pattern_survived.png");
}
.pop_infected {
	background: firebrick;
	background-image:url("https://www.justgiraffes.com/exotic/assets/images/background_pattern_infected.png");
}
.overlay_background {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
}
.survived_text{
	color: #669933; /*Text Color*/
}
.infected_text{
	color: firebrick; /*Text Color*/
}
.reveal-modal {
	/*background: #000;*/
    margin: 0 auto;
    position: relative; 
    z-index: 41;
    top: 50%;
    padding: 0px;
}
.survived_spinner{
	border: 5px solid #ff9900;
}
.infected_spinner{
	border: 5px solid firebrick;
}
.spinner {
    margin: 0 auto;
    height: 120px;
    width: 120px;
    animation: rotate 1.0s infinite linear;
    border-right-color: transparent;
    border-radius: 50%;
	position:relative;
}
.survived_spinner_span{
	background-image:url("https://www.justgiraffes.com/exotic/assets/images/icon_utensils.png");
}
.infected_spinner_span{
	background-image:url("https://www.justgiraffes.com/exotic/assets/images/skull_crossbones.png");
}
.spinner span{
    /* margin: 0 auto; */
    height: 64px;
    width: 64px;
    animation: rotate1 2.0s infinite linear;
	background-position: center;
	background-repeat: no-repeat;
	content: ' ';
	display: inline-block;
	position:absolute;
	top: 50%;
	left: 50%;
	margin:-32px;
	background-image:url("https://www.justgiraffes.com/exotic/assets/images/icon_utensils.png");
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotate1 {
    0% {
        transform: rotate(0deg);
		opacity: .1;
    }
    50% {
        transform: rotate(-180deg);
		opacity: 1;
    }
    100% {
        transform: rotate(-360deg);
		opacity: 0;
    }
}
.joefooter{
	text-align: center;
	max-height: 100px;
	position:relative;
	/*bottom: 10;*/
	overflow: hidden;
}

	.parent {
    display: flex;
    overflow: hidden;
    /*margin: 1em 0;*/
    color: #fff;
    border: 2px dotted #aa3144;
    align-items: center;
	width: 100%;
	font-size: x-large;
	}

    /*
	Turned off to allow score to be larger.
	.parent > div {
        flex: 1;
    }*/
	.left {
	flex: 2 1 auto;
    padding: 1px;
    background-color: black;
    text-align: left;
	padding-left: 5px;
	}

	.right {
	flex: 1 1 auto;
    padding: 1px;
    background-color: black;
	text-align: right;
    padding-right: 5px;    
	}
	
.player_d_name_edit{
	display: none;              
/*    position: absolute;       */
/*	left: 0;                    */
/*    top: 0;                   */
/*    width: 100%;              */
/*    background: black;        */
/*    padding: 15px;            */
/*    z-index: 1000;            */
/*    height: 100%;				*/
}
#changeNameForm{
	text-align: center;
}
.box {
  display: flex;
  flex-flow: column;
  height: 100%;
  max-width: 425px;
  max-height: 825px;
}

.box .row {
  /*border: 1px dotted grey;*/
  padding: 0;
  margin: 0;
}

.box .row.header {
  flex: 0 1 auto;
  /* The above is shorthand for:
  flex-grow: 0,
  flex-shrink: 1,
  flex-basis: auto
  */
}

.box .row.content {
  flex: 1 1 auto;
}

.box .row.footer {
  flex: 0 1 10px;
}

.ui-top-graphic {
	position: absolute;
	top: 5px;
}
.ui-top-team {
	position: absolute;
	top: 15px;
	right: 15px;
}
.ui-top-container {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}
.ui-top-banner {
	height: 112px;
	width: 100%;
	background-image: url("https://www.justgiraffes.com/exotic/assets/images/background_purpletiger.jpg");
}
.ui-top-toolbar {
	height: 40px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: black;
	color: white;
}
.joe, .carole{
	display: block;
}
.ui-top-right-corner {
	position: absolute;
	top: 5px;
	right: 5px;
}


/* The Overlay (background) */
.menuoverlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  /*
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  */
  background-image: url("https://www.justgiraffes.com/exotic/assets/images/background_menu-tiger.jpg");
  background-size: cover;
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.menuoverlay-content {
  position: relative;
  /*top: 5%; */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 0px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.menu_info_text_box {
	/*width: 100%;					   */
	/*margin: 0;                       */
	/*background-color: black;         */
	/*border:solid #ff6633;            */
	/*border-width: 4px 0px;           */
	/*padding: 20px;                   */
	/*color: white;                    */
    width: 90%;
    margin: 0 auto;
    background-color: black;
    border: solid #ff6633;
    border-width: 4px 0px;
    padding: 15px;
    color: white;
    border-radius: 20px;
	overflow: hidden;
}

/* The navigation links inside the overlay */
.menuoverlay a {
  padding: 2px;
  text-decoration: none;
  /*font-size: 36px;*/
  color: #818181;
  display: inline-block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.menuoverlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.menuoverlay .closebtn {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 15px;
}

/* Position the button */
.menuoverlay .menubtnstyle {
	width:206px;
	height:50px;
	background-image: url("https://www.justgiraffes.com/exotic/assets/images/button_menu_green.png");
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -103px;
	text-align: center;
}

.menuoverlay .menubtnstyle span {
-webkit-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-ms-user-select: none;
color: #000;
font-size: 15px;
font-weight: bold;
text-shadow: 1px 1px #fff;
display: inline-block;
vertical-align: middle;
line-height: 50px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .menuoverlay a {font-size: 20px}
  .menuoverlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/**/
.spinner_overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.5);
  overflow-x: hidden;
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
/**/
.gameoverlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.gameoverlay-content {
  position: relative;
  /*top: 5%;*/
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 0px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* Position the button */
.gameoverlay .menubtnstyle {
	width:206px;
	height:50px;
	background-image: url("https://www.justgiraffes.com/exotic/assets/images/button_menu_green.png");
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -103px;
	text-align: center;
}

.gameoverlay .menubtnstyle span {
-webkit-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-ms-user-select: none;
color: #000;
font-size: 15px;
font-weight: bold;
text-shadow: 1px 1px #fff;
display: inline-block;
vertical-align: middle;
line-height: 50px;
}
.menuTopicUnderline{
	display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ff6633;
	margin-bottom: 4px;
}
/*LOADING TEXT*/
#loadingText{
	margin: 0 auto;
    text-align: center;
}
#leaderboard{
	overflow-y: scroll;
    width: 100%;
	height: 50%;
}
#leaderboard .highlight{
	color: #ffffff;
	background-color: #ff6633;
	font-weight: 900;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.versionText{
	color: #666;
	font-size: smaller;
}

/*TIGERNADO*/
.tigernadoText{
z-index:1000;
position: relative;
animation: swing 2s infinite ease-in-out;
background-image: url("https://www.justgiraffes.com/exotic/assets/images/text_tigernado.png");
background-position: center center;
background-repeat: no-repeat;
width: 100%;
height: 120px;

}
.tigernadoContainer{
	display: none;
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 120px;
    overflow: hidden;  
	left:0;
	bottom:250;
}
.tigernado{
	position: absolute;
    background: url("https://www.justgiraffes.com/exotic/assets/images/sprites_tigernado.png");
    width: 120px;
    height: 120px;
	left:-120px;
	bottom:0;
}

@keyframes swing {
  0% { transform: rotate(-15deg); }
  25% {transform:scale(.95);}
  50% { 
  transform: rotate(15deg);
  transform: scale(2.1);
  }
  75% {transform:scale(.95);
  transform: rotate(15deg);
  }
  100% {
	transform: rotate(-15deg);
  }
}
#justGiraffesPresents {
	background-color: #000000;
	background-image: url("https://www.justgiraffes.com/exotic/assets/images/logo_justgiraffesgames.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	height: 100%;
	width: 100%;
	position: fixed; /* Stay in place */
	z-index: 5000; /* Sit on top */
	left: 0;
	top: 0;
	overflow-x: hidden;
	transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
.mainmenu_btn {
	width: 279px;
	height: 63px;
	background-position: top left;
	background-position: fixed;
	background-repeat: no-repeat;
	margin: 0 auto;
	display: block;
	margin-top: 12px;
}
#mainMenu{
	background-image: url("https://www.justgiraffes.com/exotic/assets/images/background_main_menu.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	height: 100%;
	width: 100%;
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	overflow-x: hidden;
	transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
#mainMenu div {
	opacity: 0;
}
#mainMenu img {
	margin: 0 auto;
	display: block;
	padding-top: 20px;
}
#mainMenuLogo {
	margin: 0 auto;
}
#mainMenu .mainmenu_btn:active{
	background-position: bottom left;
}
#mainMenu .mainmenu_btn:hover{
	background-position: bottom left;
}

.mainmenu_btn:nth-child(odd){
    transform: rotate(-5deg);
}
#appVersion{
	position: absolute;
	right: 6;
	bottom: 6;
	color: #666666;
}
#gameover{
	position: absolute;
	height: 90%;
	width: 100%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	animation: gameover 2s infinite ease-in-out;
}
.gameover_lose{
	background-image: url("https://www.justgiraffes.com/exotic/assets/images/text_gameover.png");
}
.gameover_win{
	background-image: url("https://www.justgiraffes.com/exotic/assets/images/text_youwin_r2.png");
}

@keyframes gameover {
  0%, 100% { transform: scale(1.0); }
  50% { transform: scale(.95);}
}
#outcomebg{
	position: relative;
	height: 317px;
	width: 100%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.outcomebg_lose{
	background-image: url("https://www.justgiraffes.com/exotic/assets/images/background_youlose.png");
}
.outcomebg_win{
	background-image: url("https://www.justgiraffes.com/exotic/assets/images/background_youwin.png");
}
#outcomebg .gameoverlay-content{
	padding-top: 317px;
}
#outcomebg img{
	float: left;
	display: block;
}
#text_gameoutcome{
overflow: hidden;
}
#score_gameoutcome{
    text-align: right;
    color: orange;
}
#text_gameoutcome{
	    overflow: hidden;
    text-align: left;
    line-height: normal;
    font-size: small;
}
#game_outcome_screen{
	height: 100%;
	width: 100%;
	position: absolute; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	overflow-x: hidden;
	transition: 0.5s;
	background-image:url("https://www.justgiraffes.com/exotic/assets/images/jungle_background.jpg");
	background-repeat:repeat;
}