html, body {
  width: 100%; }

html {
  font-size: 1rem; }
  @media all and (min-width: 0px) {
    html {
      font-size: 0.5rem; } }
  @media all and (min-width: 768px) {
    html {
      font-size: 0.8rem; }
	 .modal-dialog {
	max-width : 700px;
	 }
	 }
  @media all and (min-width: 992px) {
    html {
      font-size: 0.9rem; } 
	.modal-dialog {
		max-width : 850px;
		 }}
  @media all and (min-width: 1200px) {
    html {
      font-size: 1.0rem; } 
	 .modal-dialog {
		max-width : 1100px;
		 }}

body {
  padding-top: 5px;
  background-color: #B0E0E6; }

#overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #fefefe;
  opacity: 0.7;
  z-index: 99;
  background: rgba(255, 255, 255, 0.8) url(../img/ajax-loader.gif) 50% 50% no-repeat; }
  
#overlay_message
{
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 40%;
	width : 100%;
}

.card {
  background-color: rgba(0, 0, 0, 0.05); }

.card-header {
  font-weight: bold; }

.panel-login > .panel-heading {
  color: #00415d;
  /*	background-color: #fff;
  	border-color: #fff;*/
  text-align: center;
  padding-top: 10px; }

.panel-body {
  color: #00415d;
  /*	background-color: #fff;
  	border-color: #fff;*/
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px; }

.panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
  height: 45px;
  border: 1px solid #ddd;
  font-size: 16px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear; }

.panel-login input:hover,
.panel-login input:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ccc; }

.btn-login {
  background-color: #59B2E0;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border-color: #59B2E6; }

.btn-login:hover,
.btn-login:focus {
  color: #fff;
  background-color: #53A3CD;
  border-color: #53A3CD; }

.forgot-password {
  text-decoration: underline;
  color: #888; }

.forgot-password:hover,
.forgot-password:focus {
  text-decoration: underline;
  color: #666; }

.btn-register {
  background-color: #1CB94E;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border-color: #1CB94A; }

.btn-register:hover,
.btn-register:focus {
  color: #fff;
  background-color: #1CA347;
  border-color: #1CA347; }

/* Code Page */
#code {
  height: 60px;
  width: 50%;
  margin: 0 auto;
  font-size: 40px; }

.table th, .table td {
  padding: 0rem; }


.large-table th, .large-table td {
  padding: 0.1rem; 
  font-size: 1rem; 
 }
  
.table_icon, .table_button {
  width: 2em;
  height: 2em; }
  
.large_table_button {
  height: 2em; }
    
.show_value_history, .show_value_distribution{
  cursor: pointer;
}

.table_button {
  cursor: pointer; }

.table_flag {
  height: 1em; }

.table_gender {
  height: 1.5em; }

.table_image {
  cursor: pointer; }

.country_flag, .table_image {
  height: 2em; }
  
.history_image {
  height: 1em; 
  cursor: pointer;
  }

.navbar {
  padding: 0.1rem 1rem; }

.brand_image {
  height: 4vh; }
  @media (max-height: 640px) {
    .brand_image {
      height: 30px; } }
	 
.preview_image {
  height="120";
  max-width= "200;
}	

.breadcrumbs {
  position: relative;
  width: 100%;
  float: left;
  margin: 5px 5px; }

.breadcrumbs > ul {
  list-style-type: none;
  list-style: none; }

.breadcrumbs > ul > li {
  position: relative;
  float: left;
  transform: skewX(-15deg);
  background-color: #fff;
  z-index: 1;
  transition: all 0.5s;
  margin-left: 5px; }

.breadcrumbs > ul > li:hover {
  background-color: #CFD8DC; }

.breadcrumbs > ul > li > a {
  display: block;
  padding: 0px 5px;
  font-size: 1rm;
  transform: skewX(15deg);
  text-decoration: none;
  color: #444;
  font-weight: 300; }

.breadcrumbs > ul > li > p {
  display: block;
  padding: 0px 5px;
  font-size: 1rm;
  transform: skewX(15deg);
  text-decoration: none;
  color: #444;
  font-weight: 300;
  margin-bottom: 0px; }

.breadcrumbs > ul > li:last-child {
  background-color: #78909C; }

.breadcrumbs > ul > li:last-child > p {
  color: #fff; }

input[list="admin_select"] {
  width: 12em;
  border: none;
  background: #eee; }

#admin_select {
  width: 12em;
  margin: 0;
  margin-left: -12.75em; }

.mycontainer {
  width: 80%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 1280px) {
    .mycontainer {
      width: 90%; } }
  @media (max-width: 960px) {
    .mycontainer {
      width: 100%; } }

.full_container {
  width: 100%;
  padding-right: 2%;
  padding-left: 2%;
  margin-right: auto;
  margin-left: auto; }

.date_select {
  padding-right: 0px; }

.participant_img, .competition_img {
  width: 100%; }

.event_flag {
  height: 4em; }

.participant_small {
  height: 2em; }

.detail-data label {
  font-weight: bold; }

input[type="radio"], input[type=checkbox] {
  zoom: 1,5; }

.largercheckbox input[type="radio"], .largercheckbox input[type=checkbox] {
  width: 20px;
  height: 20px; }
  .largercheckbox input[type="radio"] :checked, .largercheckbox input[type=checkbox] :checked {
    margin-left: 25px;
    border: 1px solid blue; }
.largercheckbox input[type=checkbox]:checked + label {
  font-weight: bold; }
.largercheckbox label {
  margin-left: 5px;
  margin-top: -10px; }

#accordion_participant div div div .card_body {
  padding-bottom: 0px; }

.time-select {
  width: 80%;
  display: inline; }

.results_status_radio {
  margin-left: 5px;
  transform: scale(2); }

.empty-radio-box {
  background-color: rgba(255, 0, 0, 0.3); }

.result-card {
  padding-bottom: 0px;
  padding-top: 0.25em; }

.negative-score {
  color: #FF0000;
  font-weight: bold; }

.positive-score {
  color: #008000;
  font-weight: bold; }
 
 .part-div{
	border: 1px solid #aaaaaa;
	font-size: 0.8rem;
 }
 
 .modal-content {
  background-color: #B0E0E6; }
  
  .select_room {
  cursor: pointer; }
  
  
  .empty-radio-box {
  background-color: rgba(255, 0, 0, 0.3); }
  
   
.free-bed-div {
	border: 1px solid #aaaaaa;
	font-size: 0.8rem;
}

.room-part-div {
	border: 1px solid #aaaaaa;
	font-size: 0.8rem;
}

.accommodation-div {
	border: 1px solid #aaaaaa;
	font-size: 0.8rem;
}


.room_trash {
  height: 3em; }
  
.room_participants {
	height: auto;
	max-height: 30vh;
	overflow: auto;
}


.step_icon {
  height: 2em; 
  cursor: pointer; }
  
   .transport-div {
	border: 1px solid #aaaaaa;
	font-size: 0.8rem;
	height: 50px;
}

   .missing-div {
	border: 1px solid #aaaaaa;
	font-size: 0.8rem;
}

.transport-header-div {
	border: 5px solid #aaaaaa;
}

.transport_participants {
	height: auto;
	max-height: 50px;
	overflow: auto;
}

.group_assignment_group {
	height: 50vh;
	max-height: 50vh;
	overflow: auto;
}

.playoff_frame {
	display: flex;
	flex-direction: column;
	align-items: center;

	height: 70vh;
	max-height: 70vh;
	overflow: auto;
}


.playoff_group {
	border: 1px solid #aaaaaa;
	font-size: 0.8rem;
}

.playoff_data {
	height: 20vh;
	max-height: 20vh;
	overflow: auto;
}

.numbers {
  width: 100%;
  text-align: center;
  font-family: Arial;
  font-size: 500%;
  font-weight: bold;
  color: #00415d;
  text-shadow: 
     -1px -1px 1px hsl(190,50%,90%), 
     1px 1px 1px hsl(190,50%,50%);
  /* options are normal, bold, bolder, lighter */
  font-style: normal;
  /* options are normal or italic */
  //color: #ffffff;
  /* change color using the hexadecimal color codes for HTML */ }
  @media all and (max-width: 1500px) {
    .numbers {
      font-size: 400%; } }
  @media all and (max-width: 1170px) {
    .numbers {
      font-size: 300%; } }
	  
.large_numbers {
  width: 100%;
  text-align: center;
  font-size: 8rem;
  font-weight: bold;
  color: #00415d;
  text-shadow: 
     -1px -1px 1px hsl(190,50%,90%), 
     1px 1px 1px hsl(190,50%,50%);
  /* options are normal, bold, bolder, lighter */
  font-style: normal;
  /* options are normal or italic */
  //color: #ffffff;
  /* change color using the hexadecimal color codes for HTML */ }
  @media all and (max-width: 1500px) {
    .large_numbers {
      font-size: 400%; } }
  @media all and (max-width: 1170px) {
    .large_numbers {
      font-size: 300%; } }

.timecontrol {
  width: 16px;
  height: 16px; }
  @media all and (max-width: 1320px) {
    .timecontrol {
      width: 12px;
      height: 12px; } }
  @media all and (max-width: 640px) {
    .timecontrol {
      width: 10px;
      height: 10px; } }
  @media all and (max-width: 480px) {
    .timecontrol {
      width: 8px;
      height: 8px; } }

.gameadmin {
  text-align: center; }
  
.admin_btn {
  width: 90px;
  height: 90px; }
  
.inactivebutton {
  opacity: 0.3; }
.game_status {
  width: 48px;
  height: 48px; }
  @media all and (max-width: 1170px) {
    .game_status {
      width: 32px;
      height: 32px; } }
	  
.playoff_competitor {
	padding: 40px;
}


.playoff_result {
  display: inline; }
  
  
.puzzle_result_column_frame{
	padding: 10px;
	margin-right: 0px;
	margin-left: 0px;
}  
  
.puzzle_result_column{
	width: 6vh;
}

.playoff_btn{
	display: inline;
	font-size: 0.8rem;	
	margin: 3px;
}

.playoff_position{
  font-size: 6rem;
  font-weight: bold;
  color: #00415d;
}

#playoff_table td {
	font-size: 1.7rem;	
	font-weight: bold;
	vertical-align : middle;
}
#playoff_table tr {
	font-size: 1.7rem;	
	font-weight: bold;
}

/*# sourceMappingURL=main.css.map */
