#body-div {
  min-width: 770px;
  min-height: 775px;
}

.index-content {
  padding: 30px;
  width: 100%;
  text-align: center;
}

.title {
  color: #31576e;
  margin-top: 20px;
}

#footer-div {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 50px;
  text-align: center;
  background-color: #ffffff;
}

/*#deustotech-logo-div {
  position: absolute;
  left: 20px;
  bottom: 15px;
}*/

#logo-deustotech {
  margin-right: 20px;
}

#tool-by-text {
  color: #31576e;
  font-size: 13px;
  font-weight: bold;
  margin-right: 5px;
}

#menu-div {
  position: absolute;
  left: 0;
  right: 0;
  top: 280px;
  bottom: 60px;
  min-width: 770px;
  text-align: center;
  justify-content: center;
  display: flex;
}

#drtpt_menu {
  margin-right: 50px;
}

#fot_menu, #drtpt_menu {
  position: relative;
}

.menu-option-div {
  width: 400px;
  height: 100%;  
  max-width: 400px;
  max-height: 400px;
  min-height: 180px;
  opacity: 0.5;
}

.menu-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.menu-title {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 90px;
  font-size: 28px;
  font-weight: bold;
}

.menu-description {
  position: absolute;
  left: 0px;
  right: 0px;
  padding-left: 10px;
  padding-right: 10px;
  bottom: 20px;
  font-size: 18px;
}

.menu-title, .menu-description {
  text-align: center;
  color: #fff;
  background-color: #31576e;
}



#map-content-body {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

#map {
  height: 100%;
  width: 100%;
}

#viewer-controls {
  position: absolute;
  left: 60px;
  top: 10px;
  right: 75px;
  height: 65px;
  background-color: #FBF8F8;
  border-radius: 10px;
  z-index: 999;
}

#solution-viewer-title {
  font-weight: 500;
  position: absolute;
  left: 230px;
  top: 0px;
  font-size: 19px;
}

#load-solution-button {
  background-color: #31576e;
  position: absolute;
  right: 20px;
  top: 13px;
  color: #fff;
}

.geojson-feature-marker{
  color: #31576e;
  font-weight: bold;
  line-height: 22px;
}

#view-selection_buttons_div{
  position: absolute;
  top: 85px;
  width: 325px;
  padding: 20px;
  background-color: #FBF8F8;
  border-radius: 10px;
  z-index: 999;
}

#viewer-label {
  color: #406B85;
  size: 20px;
  font-weight: 500;
}

.filter-div {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

#view-filters-button {
  background-color: #31576e;
  position: absolute;
  right: 130px;
  top: 13px;
  color: #fff;
  display: none;
}

#view-summary-button {
  background-color: #31576e;
  position: absolute;
  right: 268px;
  top: 13px;
  color: #fff;
  display: none;
}

#close-view-summary-button{
  background-color: #31576e;
  position: absolute;
  left: 10px;
  top: 10px;
  color: #fff;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#view-kpis-button {
  background-color: #31576e;
  position: absolute;
  right: 205px;
  top: 13px;
  color: #fff;
  display: none;
}

#close-view-filters-button, #close-kpis-button {
  background-color: #31576e;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.drag_icon {
  cursor: move;
  position: absolute;
  right: 45px;
  top: 12px;
  color: #fff;
}

#load-modal-solution-button {
  background-color: #31576e;
  color: #fff;
}

#cancel-modal-solution-button {
  background-color: #938D8D;
  color: #fff;
}


#load-solution-button:hover, #load-modal-solution-button:hover, #cancel-modal-solution-button:hover, #view-filters-button:hover, #close-view-filters-button:hover {
  color: #f7b86f;
  background-color: #406B85;
}

#cancel-modal-solution-button:hover {
  color: #f7b86f;
  background-color: #B8B2B2;
}

#viewer-filter-controls {
  position: absolute;
  right: 10px;
  top: 85px;
  width: 325px;
  padding: 20px;
  background-color: #FBF8F8;
  border-radius: 10px;
  z-index: 999;
  display: none;
}

#viewer-vehicles-label, #viewer-drtpt-label {
  color: #406B85;
  size: 20px;
  font-weight: 500;
}

#kpis-div {
  position: absolute;
  right: 10px;
  top: 572px;
  width: 325px;
  padding: 20px;
  background-color: #FBF8F8;
  border-radius: 10px;
  z-index: 999;
  display: none;
}

.form-check-input:checked {
  background-color: #60969d !important;
  border-color: #60969d !important;
}

.form-check-input-secondary:checked {
  background-color: #f7b86f !important;
  border-color: #f7b86f !important;
}

.form-check-label-secondary{
  font-size: 13px;
}

#results-summary-div {
  z-index: 999;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.results-sumary-row-div {
  width: 100%; 
  display: flex
}

.result-sumary-data-title {
  width: 150px;
}

.result-comparison-data-title {
  width: 80px;
}

.result-comparison-data-title-wider {
  width: 140px;
}

.result-summary-data-value {
  font-weight: 500;
}

.marker-value-row-div {
  width: 100%; 
  display: flex;
  margin-bottom: 10px;
}

.marker-value-title {
  width: 80px;
}

.marker-title {
  color: #31576e; 
  font-weight: bold; 
  margin-bottom: 15px;
}

#order-filters-div{
  padding-left: 20px;
}

#selected-order-filters, #selected-vehicle-filters{
  margin-top: 10px;
}

.resolved{
  color: #0B6D08;
}

.unresolved{
  color: #F43C18;
}

#vehicle-emissions-div {
  padding-left: 20px;
}

.legend-row {
  width: 100%;
  display: inline-flex;
  margin-left: 10px;
}

.legend-color-box {
  height: 20px;
  width: 40px;
  margin-top: 2px;
  margin-right: 10px;
  border-radius: 5px;
  opacity: 0.7;
}

.legend_text {
  font-size: 14px;
}

.filter-text {
  font-size: 14px;
}

#kpis-list-div {
  margin-top: 10px;
}

.kpi-row {
  width: 100%;
  display: inline-flex;
  margin-left: 10px;
  height: 24px;
}

.kpi-name {
  font-size: 13px;
  font-weight: bold;
  color: #31576e;
  width: 120px;
  margin-left: -5px;
}

.kpi-value {
  margin-left: 3px;
  font-size: 14px;
  color: #31576e;
  width: 89px;
  text-align: right;
}

.kpi-improvement-possitive {
  color: #398132;
}

.kpi-improvement-negative {
  color: #AE4C38;
}

.kpi-improvement-possitive, .kpi-improvement-negative {
  margin-left: 0px;
  font-size: 14px;
  width: 62px;
  text-align: right;
  font-weight: 500;
}

.kpi-improvement-row-div {
  width: 5px;
  margin-left: 5px;
}

.kpi-improvement-row {
  height: 15px;
  margin-bottom: 5px;
}