html, body {
  width: 100%; }

html {
  font-size: 1rem; }

  @media all and (min-width: 0px) {
  @media all and (min-width: 576px) {
	 .modal-dialog {
	max-width : 550px;
	 }
	 .modal-dialog-small {
	max-width : 400px;
	 }
	 }
 @media all and (min-width: 768px) {
	 .modal-dialog {
	max-width : 700px;
	 }
	 .modal-dialog-small {
	max-width : 400px;
	 }
	 }
  @media all and (min-width: 992px) {
	.modal-dialog {
		max-width : 850px;
		 }
	 .modal-dialog-small {
	max-width : 400px;
	 }
	 
.editTourPage {
	height: 450px;
}
.editCoursePage {
	height: 450px;
}

	 }
  @media all and (min-width: 1200px) {
	 .modal-dialog {
		max-width : 1100px;
		 }
	 .modal-dialog-small {
	max-width : 400px;
	 }
	}

body {
  padding-top: 5px;
  background-image: url("../img/berg.png");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  font-family: Calibri, Arial, Tahoma;
  color:#000;
  font-size: 1rem;
  text-decoration: none;
  }
  
a{
	 color:#1A237E; 
}

.project-name{
	 color:#FFFFFF; 
}
select {
	border: none;
	border-radius: 2px;
}

button a {
	color:#58ab27;
	text-decoration: none;
}

button a:hover {
	color:white;
	text-decoration: none;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #004D40;
    border-color: #004D40;
}

.btn-dark {
    color: #fff;
    background-color: #004D40;
    border-color: #004D40;
}

#overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #fefefe;
  opacity: 0.7;
  z-index: 100000000;
  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; }

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

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

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

.table{
	width: 100%;
}

.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;
  }
 

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

.brand_image {
  height: 8vh; }
  @media (max-height: 640px) {
    .brand_image {
      height: 30px; } }
	 
.preview_image, .project_flag{
  height: 120px;
  max-width: 200px;
}	

.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: #004D40; }

.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; }

.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); }

 
 .modal-content {
  background-color:  rgba(88, 171, 39, 0.9); 
  color:  #FFF; 
}
  
  .empty-radio-box {
  background-color: rgba(255, 0, 0, 0.3); }
  
.navi-tab{
	 padding-left: 25px;
	 padding-right: 25px;
}
.tablink{
  text-decoration: none;
}

.tablink:hover,
.tablink:focus {
  text-decoration: none;
}

.tablink div{
	 min-height: 130px; 
}

.tablink-icon{
	width: 100%;
}

.edit_attribute, .edit_group, .show_group, .edit_object, .show_object, .edit_import, .edit_export, .edit_experiment_template, .view_experiment{
	cursor: pointer;
}

.nav-pill-frame{
	margin: 5px;
}

.timeline-chart{
	min-height: 400px;
}

#export_objects_text{
	width: 100%;
	 background-color: #26A69A; 
}

.wrapped{
white-space: pre-wrap;
}

#client {
    border: 0px solid #000;
    margin: 0px auto 0px auto;
	
}

.client {
	padding-left:3px;
}

.alert-filter{
	 background-color: #58ab27; 
	 color: #FFF; 
	 border-color: #FFF; 
}

.event_image {
  height: 6em; 
  }
  
  .eventlink{
  text-decoration: none;
  color: #FFF;
}

.eventlink:hover,
.eventlink:focus {
  text-decoration: none;
}

.eventlink-icon{
	width: 100%;
/*
	height: 10vh;
	max-height: 120px;
*/
}

.eventlink-status-icon{
	width: 100%;
}

.eventlink-type-icon{
	height: 20px;
}


.div_hidden{
	display:none;
}

.invalid_input{
	border: 3px solid #FF0000;
}
td {
	padding:2px;
}

.btn{
    color: #58ab27;
    background-color: #FFF;
	border-color: #58ab27;

}

.btn:hover{
	background-color: #58ab27;
	border-color: #FFF;
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}

.error_msg {
    color: #FF0000;
}

#tour_table td, #tour_template_table td, #tour_type_table td, #course_type_table td, #age_group_table td, #guide_table td, #course_table td, #course_template_table td {
    cursor: pointer;
}

#participant_table.dataTable tbody td {
    word-break: break-word;
    vertical-align: top;
}

.icon_select {
  list-style-type: none;
}

.icon_select li {
  display: inline-block;
}

.icon_select input[type="radio"][id^="icon"] {
  display: none;
}

.icon_select label {
  border: 1px solid #fff;
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
}

.icon_select label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.icon_select label img {
  height: 32px;
  width: 32px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

.icon_select :checked + label {
  border-color: #ddd;
  background-color: #A0522D;
}

/*
.icon_select :checked + label:before {
  content: "✓";
  color: #58ab27;
  background-color: #FFF;
  transform: scale(0.7);
}*/

.icon_select :checked + label img {
  transform: scale(0.9);
  box-shadow: 0 0 5px #333;
  z-index: -1;
}


.image_select {
  list-style-type: none;
}

.image_select li {
  display: inline-block;
}

.image_select input[type="radio"] {
  display: none;
}

input:read-only {
	background-color: #58ab27;
	color: #FFF;
}

input:focus:read-only {
	background-color: #58ab27;
	color: #FFF;
}

.image_select label {
  border: 1px solid #fff;
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
}

.image_select label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.image_select label img {
  height: 64px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

.image_select :checked + label {
  border-color: #ddd;
  background-color: #FF1493;
}

/*
.image_select :checked + label:before {
  content: "✓";
  color: #58ab27;
  background-color: #FFF;
  transform: scale(0.7);
}*/

.image_select :checked + label img {
  transform: scale(0.9);
  box-shadow: 0 0 5px #333;
  z-index: -1;
}

#guide_image_frame {
	max-height: 400px;
	overflow-y: auto;
}

#tour_image_frame,  #course_image_frame{
	max-height: 100px;
	overflow-y: auto;
}


.inactive_tour {
    background-color: #f1aeb5;
	padding-left: 5px;
}

