/* .papyrus_area{
background-image: url(img/exercise/papyrus.png),url(img/exercise/torches.gif);
background-position:center;
background-repeat: no-repeat; 
height: 508px;
width:1200px;
position: absolute;
top:15%;
left:6%;
}
 */

	
body {
    background-color: black;
}

 /* navigation bar */
     .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	
.navbar-header {
    float: left;
   
    text-align: center;
    width: 100%;
}
.navbar-brand {float:none;}

  .navbar-default {
    background-color: #d02727;
    border: 0px ;
	border-color: #6073e9;
}

 .navmenu-default{
    background-color: ;
    border-color: #5d5a5d;
}

.navbar-toggle{
	margin-top: 12px;
	margin-left: 15px;
    background-color: #transparent;
   border: 0px solid #fdc942;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #d02727;
    border: 1px solid #fdc942;
	outline: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fdc942;
	 
}

.highlight {
	background:#d02727;
	
	}

/* Calculator */
#container {
	width: 180px;
	padding: 8px 8px 20px 8px;
	margin: 20px auto;
	background-color: #ABABAB;
	border-radius: 4px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #C1C1C1;
	border-left: 2px solid #C1C1C1;
	box-shadow: -3px 3px 7px rgba(0, 0, 0, .6), inset -100px 0px 100px rgba(255, 255, 255, .5);
}

#display {
	display: block;
	margin: 15px auto;
	height: 42px;
	width: 150px;
	padding: 0 10px;
	border-radius: 4px;
	border-top: 2px solid #C1C1C1;
	border-right: 2px solid #C1C1C1;
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #FFF;
	background-color: #FFF;
	box-shadow: inset 0px 0px 10px #030303, inset 0px -20px 1px rgba(150, 150, 150, .2);
	font-size: 28px;
	color: #666;
	text-align: right;
	font-weight: 400;
}

.button {
	display: inline-block;
	margin: 2px;
	width: 32px;
	height: 32px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 4px;
}
.button:focus {
	outline:0;
}
.mathButtons {
	margin: 2px 2px 6px 2px;
	color: #FFF;
	text-shadow: -1px -1px 0px #44006F;
	background-color: #434343;
	border-top: 2px solid #C1C1C1;
	border-right: 2px solid #C1C1C1;
	border-bottom: 2px solid #181818;
	border-left: 2px solid #181818;
	box-shadow: 0px 0px 2px #030303, inset 0px -20px 1px #2E2E2E;
}

.digits {
	color: #181818;
	text-shadow: 1px 1px 0px #FFF;
	background-color: #EBEBEB;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #C1C1C1;
	border-left: 2px solid #C1C1C1;
	border-radius: 4px;
	box-shadow: 0px 0px 2px #030303, inset 0px -20px 1px #DCDCDC;
}

.digits:hover,
.mathButtons:hover,
#clearButton:hover {
	background-color: #FFBA75;
	box-shadow: 0px 0px 2px #FFBA75, inset 0px -20px 1px #FF8000;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #AE5700;
	border-left: 2px solid #AE5700;
}

#clearButton {
	color: #FFF;
	text-shadow: -1px -1px 0px #44006F;
	background-color: #D20000;
	border-top: 2px solid #FF8484;
	border-right: 2px solid #FF8484;
	border-bottom: 2px solid #800000;
	border-left: 2px solid #800000;
	box-shadow: 0px 0px 2px #030303, inset 0px -20px 1px #B00000;
}

.gap {
	color: #181818;
	text-shadow: 1px 1px 0px #FFF;
	background-color: #EBEBEB;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #C1C1C1;
	border-left: 2px solid #C1C1C1;
	border-radius: 4px;
	box-shadow: 0px 0px 2px #030303, inset 0px -20px 1px #DCDCDC;
	}

/* End Calculator */
	
.container {
  position: ;
  text-align: center;
  color: white;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

p.nav_title{
	color:#fdc942;
	text-align: center;
	font-family:Monotype Corsiva;
	font-size:24px;
	padding:15px 15px;
	line-height:20px;
}


.page_title{
font-family:Monotype Corsiva;
	font-size:24px;
	color:black;
	font-weight: bold;
}

p.body_text{
	font-family:Monotype Corsiva;
	font-size:22px;
	 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	text-align: justify;
	width:600px;
	color:black;
}
.page_center{
	font-family:Monotype Corsiva;
	font-size:22px;
	 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	width:600px;
	color:black;

}




.papyrus_content{
width:620px;
text-align:center;
position:absolute;
top:5%;
left:25%;
}
	


.hide {
 display: none;
}

/* Modal Content */
.modal {
   
    padding-top: 100px; /* Location of the box */
    
}
	
.modal-content {
    background-color: rgba(0,0,0,0.5);
   left:33%;
    padding: 20px;
    border: 1px solid #888;
    width: 500px;
	position:absolute;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#ven_text{
color:white;
 margin: auto;
    padding: 10px;
    width: 400px;
}

td {
  height: 22pt;
	width: 22pt;
	
}
input[type="checkbox"] {
    width: 8px;
	
}

table {border: none;}	
	
td:hover {
border: 1px solid red  !important;

}

	
/* Buttons Styles */
.info {
  text-align: left;
  position: absolute;
  top: 130px;
  left:120px;
  transform: translate(-50%, -50%);
  color:#7f6107;
  position:relative;
}


.btn-start{
background-color:green;
border-radius: 12px;
border: 0px solid green;
font-size: 20px;
font-family:Monotype Corsiva;
color: white;
margin: 2px 20px;
padding: 10px 15px;
cursor: pointer;
  -webkit-box-shadow: inset 1px 1px 10px #333;
   -moz-box-shadow:    inset 1px 1px 10px #333;
   box-shadow:         inset 1px 1px 10px #333;
}

.btn-start:hover {
    box-shadow: 0 5px 10px 0 #fdc942;
}
.btn-start:focus {outline:0;}

.btn-yes{
background-color:green;
border-radius: 12px;
border: 0px solid green;
font-size: 20px;
font-family:Monotype Corsiva;
color: white;
margin: 2px 20px;
padding: 5px 15px;
cursor: pointer;
  -webkit-box-shadow: inset 1px 1px 10px #333;
   -moz-box-shadow:    inset 1px 1px 10px #333;
   box-shadow:         inset 1px 1px 10px #333;
margin-top: 30px;
}

.btn-yes:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.btn-yes:focus {outline:0;}

.btn-no{
background-color:red;
border-radius: 12px;
border: 0px solid green;
font-size: 20px;
font-family:Monotype Corsiva;
color: white;
margin: 2px 20px;
padding: 5px 15px;
cursor: pointer;
  -webkit-box-shadow: inset 1px 1px 10px #333;
   -moz-box-shadow:    inset 1px 1px 10px #333;
   box-shadow:         inset 1px 1px 10px #333;
margin-top: 20px;
}

.btn-no:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.btn-no:focus {outline:0;}



.btn-next{
    background-color: #fdc942;
    border-radius: 12px;
    border: none;
    font-size: 20px;
    font-family:Monotype Corsiva;
    color: black;
    padding: 5px 15px; /* Adjust padding to control button size */
    cursor: pointer;
    -webkit-box-shadow: inset 1px 1px 10px #333;
    -moz-box-shadow: inset 1px 1px 10px #333;
    box-shadow: inset 1px 1px 10px #333;

    display: inline-block; /* Ensures it behaves like a button */
    text-align: center;
    text-decoration: none;
    width: auto; /* Ensures it only fits the text inside */
    height: auto; /* Adjusts height based on content */
    line-height: 1.1; /* Prevents excessive height */
	margin-top: 30px; 
}
.btn-next:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	color: black;
}
.btn-next:focus {outline:0;}


a:hover 
{
     color:white; 
     text-decoration:none; 
     cursor:pointer;  
}

.btn-submit{
background-color:#d02727;
border-radius: 12px;
border: 0px solid green;
font-family:Monotype Corsiva;
font-size: 20px;
color: white;
margin: 2px 20px;
padding: 5px 15px;
cursor: pointer;
  -webkit-box-shadow: inset 1px 1px 10px #333;
   -moz-box-shadow:    inset 1px 1px 10px #333;
   box-shadow:         inset 1px 1px 10px #333;
}
.btn-submit:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.btn-submit:focus {outline:0;}

.btn-restart{
background-color:green;
border-radius: 12px;
border: 0px;
font-size: 20px;
font-family:Monotype Corsiva;
color: white;
margin: 2px 20px;
padding: 5px 15px;
cursor: pointer;
  -webkit-box-shadow: inset 1px 1px 10px #333;
   -moz-box-shadow:    inset 1px 1px 10px #333;
   box-shadow:         inset 1px 1px 10px #333;
}
.btn-restart:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	color: white;
}
.btn-restart:focus {outline:0;}

.btn-add{
background-color:green;
border-radius: 12px;
border: 0px;
font-size: 22px;
 font-weight: bold;
color: white;
margin: 2px 15px;
padding: 5px 10px;
padding-top:1px;
padding-bottom:2px;
	
cursor: pointer;
  -webkit-box-shadow: inset 1px 1px 10px #333;
   -moz-box-shadow:    inset 1px 1px 10px #333;
   box-shadow:         inset 1px 1px 10px #333;
}
.btn-add:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	color: white;
}
.btn-add:focus {outline:0;}	

.glyphicon-refresh {
    font-size: 22px;
	color:#fdc942;
}	



.btn-application {
	position:relative;
	float:left;
	padding:9px 10px;
	margin-top:5px;
	margin-right:15px;
	margin-bottom:5px;
	border-radius:4px;
	display: block; 
}	
.btn-application:hover {
    box-shadow: 0 0 20px #fdc942;
}			
	
[data-tooltip] {
    display: inline-block;
    position: relative;
    cursor: help;
    padding: 0px;
	z-index: 1;
}
/* Tooltip styling */
[data-tooltip]:before {
    content: attr(data-tooltip);
    display: none;
    position: absolute;
    background: #000;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.4;
    min-width: 100px;
    text-align: center;
    border-radius: 4px;
	 
}
/* Dynamic horizontal centering */
[data-tooltip-position="top"]:before,
[data-tooltip-position="bottom"]:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

[data-tooltip-position="top"]:before {
    bottom: 100%;
    margin-bottom: 6px;
	
}


/* Tooltip arrow styling/placement */
[data-tooltip]:after {
    content: '';
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
/* Dynamic horizontal centering for the tooltip */
[data-tooltip-position="top"]:after,
[data-tooltip-position="bottom"]:after {
    left: 50%;
    margin-left: -6px;
}

[data-tooltip-position="top"]:after {
    bottom: 100%;
    border-width: 6px 6px 0;
    border-top-color: #000;
}

/* Show the tooltip when hovering */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    display: block;
    z-index: 50;
}
#information_panel_title {
	margin-top: 15px;
	font-weight: bold;
	text-align:center;
}

#info_prob_deposit, #info_size_deposit, #info_reliability_geo,
#i_results_geophysic, #i_number_drills, #info_extraction_cost, #info_marginal_grade {
    padding-left: 7%;
}
	
#Page2, #Page3, #Page4, #Page5, #Page6, #Page7, #Page8, #Page9, #Page10, 
#Page11, #Page12, #Page13, #Page14, #Page15, #Page16, #Page17, #Page18, #Page19, #Page20, #Page21 {
    display: none;
}

#Page12_body, #Page14_body, #Page15_body, #Page16_body   {
	margin-top: 20px;
}

#page4_body {
    text-align: center;
    padding-top: 25%;
	font-weight: bold;
}

#results_geophysic{
	 padding-top: 25%;
	 text-align: center;
	
}

#page7_body {
    text-align: center;
    padding-top: 25%;
	font-weight: bold;
}

#page8_body {
    padding-left: 130px;

}

#page9_body {
    text-align: center;
    padding-top: 25%;
}

#page11_body {
   display:inline;
    font-size:22px;
}

#page17_body {
   display:inline;
    font-size:22px;
}

#page18_body {
    text-align: center;
    padding-top: 25%;
	font-weight: bold;
}

#page19_title {
    text-align: center;
    padding-top: 15%;
	font-weight: bold;
}


#message_evaluation, #result_evaluation, #evaluation, #number_drills  {
	text-align:center;
}

#page11_title, #page13_title, #page17_title{
	display:inline;
	font-size:22px;	
}	

#drills, #estimated, #exploitation {
    margin-left: 10%;
	 text-align: center;
}

/* #message_Guser{
	color: white;
	text-align: center;
	width: 1200px;
	position: absolute;
	top: 10%;
}
 */
#message_Guser {
  color: white;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  font-family: Monotype Corsiva;
  font-size: 22px;
}

table.scoreboard tr {
    background-color: rgba(215, 27, 62, 0.7) !important;
    color: white !important;
    text-align: left;
}

table.scoreboard tr:nth-child(even) {
    background-color: rgba(43, 5, 12, 0.7) !important;
}

table.scoreboard th {
    color: white !important;
    background-color: green !important;
    text-align: center !important;
    padding: 10px !important;
}

table.scoreboard td {
    padding: 10px !important;
    text-align: center !important;
    font-weight: normal !important;
}

.scoreboard tr {
    background-color: rgba(215, 27, 62, 0.7);
    color:white;
    text-align:left;
}

     .scoreboard tr:nth-child(even){
		    background-color: rgba(43, 5, 12, 0.7);
        }
	.scoreboard td:hover {
border: 0px solid red  !important;
	}



	
	.scoreboard th{
		color: yellow;
	}
	.scoreboard tr {
    background-color: red !important;
}

#resultsContainer {
    display: flex;
    justify-content: center;
    align-items: center; /* Optional for vertical centering */
    flex-direction: column;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

table.scoreboard {
    width: 60%; /* or a specific width like 80% */
    margin: 0 auto;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 18px;
}