/* Reset some basic elements */
body, h1, p, input, button, a {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
}
html{
   height:100%;
}
body {
    background-color: #f0f0f0; /* background color */
    background-image: url("/img/bg.png");
    background-position: center bottom;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 50px;
}

.top_logo{
    position: absolute;
    top: 0px;
    padding-left:5%;
}
.nav_container
{
    max-width: 100%;
    margin: auto;
    padding-top: 20px;
    text-align: right;
}
.container {
    max-width: 400px;
    margin: auto;
    background: white;
    padding: 20px;
    margin-top:100px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.container_maingame{
    max-width: 400px;
    margin: auto;
    padding: 20px 20px 0 20px;
    margin-top:50px;
}
.container_text {
    max-width: 400px;
    margin: auto;
    border-radius: 25px;
    background: rgba(255,255,255,0.75);
    padding: 20px;
    margin-top:20px;
    margin-bottom:50px;
    border: 1px solid #E3E3E3;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
	z-index: 999; /* ensure it's above other content */
}
.container_game_top {
    max-width: 400px;
    margin: auto;
    background: white;
    padding: 20px;
    margin-top:100px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.highlight
{
    color:#E87B1E;
    font-weight:bold;
}

h1 {
    color: #333;
    font-size: 1.7em;
}

.btn{
    background-image: linear-gradient(to right, #f7a92d 0%, #ea4e5a  100%);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight:500;
}
.btn_white{
    background-color: white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    color:#E87B1E;
    padding:0;
}
.btn_white:hover{
    background-color:#E3E3E3;
}
.btn_round {
    border-radius: 50%;
    height:45px;
    width:45px;
    font-weight:bold;
}
p, a {
    color: #666;
    line-height: 1.5;
    text-decoration: none;
}
a:hover{
    cursor: pointer;
}
.infoText{
    text-align: left;
    font-size:1.1em !important;
}
.popup-container {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    left: 0;
    bottom: 0; /* Position at the bottom of the screen */
    width: 100%; /* Full width */
    text-align: center; /* Center the content (the image) */
	z-index:1000;
	margin-bottom: -15px;
    /* background-color: rgba(0,0,0,0.4); Dim the background */
}
.popup-container img{
	max-height:250px;
}
.popup-container p a{
    color:#ea4e5a;
    font-weight:bold;
    text-align:right;
    float:right;
    display:block;
    margin-top:1em;

}
.popupText{
	margin: 0 auto 0 auto;
	width:400px;
    height:50%;
	max-height:400px;
	max-width:75%;
	background-color:white;
	border-radius:15px;
	font-family: Ubuntu;
	font-weight: 400;
	font-size: 1em;
	padding:15px;
	text-align:left;
	border: 1px solid #E3E3E3;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
}
.popupText strong{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto";
	margin-bottom:25px;
}
#popupImage {
    margin: 10px 0; /* Some space around the image */
}
input {
    width: auto;
    padding: 10px;
    margin: 10px 0;
    color:#333;
    font-weight:600;
    border: 2px solid #E3E3E3;
    border-radius: 5px;
}

button {
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}


/** Game page styles**/
.container_questions{
    max-width: 400px;
    margin: auto;
    border-radius: 10px;
    background: rgba(255,255,255,0.5);
    padding: 20px;
    margin-top:20px;
    margin-bottom:150px;
    border: 1px solid #E3E3E3;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding-bottom:50px;
}
.container_questions > a > div span{
    margin-left:15px;
    font-weight:500;
}
.container_questions .blockleft{
    height:45px;
    width:100%;
    margin: 10px 0 10px 0;

}
.container_questions .blockleft .blockright{
    /*margin-top:10px;*/
    width:15px;
    background-color:#E3E3E3;
    padding:5px;
    text-align:center;
}
.container_questions .blockleft .blockright .fa-check.check-correct{color:green}
.container_questions .blockleft .blockright .fa-xmark{color:red}
.getal-goed{color:green}
.getal-fout{color:red}
.container_maingame {
    font-size: 1.2em;
    color: #333;
}
.container_maingame div{
    max-width:50%;
}
.blockleft{
    margin: 5px 0px 5px;
    display:block;
    text-align:left;
    float:left;
}
.blockright{
    margin: 5px 0px 5px;
    display:block;
    float:right;
}
.game_bar_btm div {
     text-align:center;
}
.game_bar_btm div a{
    min-width:100px;
    display:block;
    margin:auto 0 auto 0;
}
.game_bar_btm div span{

}
.game_bar_btm{
    bottom: 0;
    overflow:hidden;
    width:100%;
    max-height:100px;
    /*background-color:white;*/
    background-color:rgba(255, 255, 255, 0.85);
    z-index: 5;
    position: fixed;
    padding:15px 0 15px 0;

}
[data-lite-tooltip] { cursor: help; }
#tooltip a {
    color: #fff;
  }
  .lite-tooltip{
    line-height:1.5em;
  }
  .lite-tooltip {
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 35;
    background-color: white;
    color: #333;
    padding: 1.4rem 2rem;
    text-align:left;
    border-radius: 3px;
    border: 1px solid #E3E3E3;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  .lite-tooltip:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #3b4355 transparent transparent transparent;
    display: inline-block;
  }
  .lite-tooltip.lite-tooltip-bottom:before {
    bottom: auto;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #3b4355 transparent;
  }
  .lite-tooltip.lite-tooltip-right:before {
    bottom: auto;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px 6px 6px 0;
    border-color: transparent #3b4355 transparent transparent;
  }
  .lite-tooltip.lite-tooltip-left:before {
    bottom: auto;
    left: auto;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #3b4355;
  }
/* Add more styles as needed */


.ui-widget-header {

    background: #cccccc url(/img/bootstrap/ui_bg_highlight_madurodam_50.png) 50% 50% repeat-x !important;

}

.ui-button{
    border: none !important;
    background: none !important;
    color : #e71d76 !important;
}
.ui-button:active,
.ui-button:link,
.ui-button:visited{
    border: none !important;

}

.questionwrong {
    border: 1px solid red;
}

.inputblocked
{
    background-image: linear-gradient(to right, #bababa 0%, #dddddd 100%) !important;
    border-color: #aaaaaa !important;


}

a.link-disabled {
    pointer-events: none;
    cursor: not-allowed;
}
