html {
  font-family: Arial, Helvetica, sans-serif;
  background-color: white;
}

@media screen and (max-width: 1536px) {
  html {
    zoom: 75%;
  }
}

.site {
  display: grid;
  grid-template-columns: 1fr repeat(12, minmax(auto, 10em)) 1fr;
  grid-template-rows: minmax(1em, auto) 1fr auto minmax(1em, auto);
  box-sizing: border-box;
  margin-bottom: -3.1%;
}
@media screen and (min-width: 2560px) {
  .site {
    display: grid;
    grid-template-columns: 1fr repeat(12, minmax(auto, 14em)) 1fr;
    grid-template-rows: minmax(1em, auto) 1fr auto minmax(1em, auto);
    box-sizing: border-box;
    margin-bottom: -3.1%;
  }
}

.space {
  height: 3vh;
}
body {
  margin: 0px;
  overflow-x: hidden;
}

.header {
  grid-column: span 8;
}
.main-content {
  margin-left: 3%;
  margin-right: 12%;
  grid-column: 1/11;
  box-sizing: border-box;
  height: fit-content;
}
.sidebar {
  position: fixed;
  left: 67%;
  top: 0px;
  background-color: #367899;
  height: 100%;
  width: 35%;
}
.sidebar.absolute {
  position: absolute;
  top: 300%;
  height: 99.5%;
}
.sidebar-line {
  text-align: center;
  margin-top: 3%;
  box-sizing: border-box;
}
.result-text {
  margin-bottom: 0%;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  color: #fff;
  font-size: 38px;
  box-sizing: border-box;
}
.result-text-big {
  margin-top: 1%;
  margin-bottom: 0%;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 900;
  color: #ffffff;
  font-size: 50px;
  box-sizing: border-box;
}
.result-text-small {
  margin-bottom: 1%;
  margin-top: 5%;
  margin-left: -4%;
  padding-left: 5.5vh;
  padding-right: 6vh;
  font-weight: 500;
  color: #fff;
  font-size: 32px;
  box-sizing: border-box;
}
.result-text-small2 {
  margin-bottom: 1%;
  margin-top: 2%;
  margin-left: -4%;
  padding-left: 5.5vh;
  padding-right: 6vh;
  font-weight: 500;
  color: #fff;
  font-size: 32px;
  box-sizing: border-box;
}
.href {
  color: #1c2dc7;
}
.href:visited {
  color: #1c2dc7;
}
.info {
  color: #ffffff;
  font-size: 16px;
  text-align: unset;
  position: relative;
  bottom: 0.3em;
  text-decoration: none;
}
.info-image {
  position: relative;
  top: 0.3vh;
}
.info-image-small {
  position: relative;
  top: 0.2vh;
}
.info2 {
  color: #000000;
  font-size: 14px;
  text-align: unset;
  position: relative;
  left: 0.3em;
  bottom: 0.1em;
  text-decoration: none;
}
.info2:visited {
  color: #000000;
  font-size: 16px;
  text-align: unset;
  position: relative;
  text-decoration: none;
}
.info:visited {
  color: #ffffff;
  font-size: 16px;
  text-align: unset;
  position: relative;
  text-decoration: none;
}
.info:hover {
  color: #ff00dd;
  font-size: 16px;
  text-align: unset;
  position: relative;
  bottom: 0.3em;
  text-decoration: none;
}
.info2:hover {
  color: #ff00dd;
  font-size: 14px;
  text-align: unset;
  position: relative;
  left: 0.3em;
  bottom: 0.1em;
  text-decoration: none;
}
.info:visited:hover {
  color: #ff00dd;
  font-size: 16px;
  text-align: unset;
  position: relative;
  text-decoration: none;
}
.info2:visited:hover {
  color: #ff00dd;
  font-size: 14px;
  text-align: unset;
  position: relative;
  text-decoration: none;
}

.provincia {
  display: none;
}
#ter {
  margin-left: 3%;
}

.twin {
  grid-column: 2/5;
  grid-row: 3/4;
}
.twin:last-of-type {
  grid-column: 5/8;
}

.grid {
  display: grid;
  grid-template-columns: 2fr 300px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.radio {
  font-family: "Calibri";
  font-size: 22px;
  text-align: center;
  padding-top: 11px;
}

.number-input {
  display: block;
  width: 80%;
  height: 20px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.number-input-small {
  width: 15%;
  height: 20px;
  padding: 6px 12px;
  margin-bottom: 1%;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  margin-right: 0.5%;
}
.number-input-big {
  width: 180%;
  height: 80%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  margin-right: 0.5%;
}
.typeRad {
  font-family: "Calibri";
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.typeRadRadon {
  font-family: "Calibri";
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 5%;
}
.form-select {
  font-family: "Calibri";
  font-size: 22px;
  margin-top: 2%;
  width: 90%;
  height: 50%;
}
.margin-bottom {
  margin-bottom: 15px;
}
.form-group {
  margin-bottom: 30px;
  font-family: "Calibri";
  font-size: 22px;
}
.checkbox {
  margin-left: 40px;
  margin-bottom: 10px;
}
.radio-list {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Customize the label (the container) */
.container {
  font-family: "Calibri";
  font-size: 22px;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 16px;
  cursor: pointer;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #d6d6d6;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tool-tip {
  color: blue;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -125px;

  opacity: 0;
  transition: opacity 0.3s;
}
.tooltiptext-big {
  visibility: hidden;
  width: 500px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  border-radius: 6px;

  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -29vh;

  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: 0px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tooltip .tooltiptext-big::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: 0px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltip:hover .tooltiptext-big {
  visibility: visible;
  opacity: 1;
}

.result {
  position: fixed;
  z-index: 999;
  bottom: 1rem;
  box-shadow: 0 0 1px 5px #fff;
}

.medicalexams {
  padding-left: 5%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.medDose {
  padding-left: 60%;
}

.internalDose {
  padding-left: 59%;
}

.cosmicDose {
  padding-left: 58%;
}

.travelDose {
  padding-left: 35.5%;
}
@media screen and (min-width: 2560px) {
  .travelDose {
    padding-left: 43%;
  }
  .sidebar {
    position: fixed;
    left: 67%;
    background-color: #367899;
    height: 100%;
    width: 35%;
  }
  .sidebar.absolute {
    position: absolute;
    height: 98%;
  }
  .sidebar-line {
    text-align: center;
    margin-top: 3%;
    box-sizing: border-box;
  }
}

.otherDose {
  padding-left: 64%;
}

.terrestrialDose {
  padding-left: 55%;
}
.ter-text {
  margin-bottom: 1.5%;
  margin-top: -0.5%;
}
.radonDose {
  padding-left: 74%;
}

.more-info-footer {
  width: 100%;
  height: 100%;
  margin-left: 3%;
  margin-top: -1%;
}


.sources-moreinfo {
  font-size: 36px;
  font-weight: 600;
  border-bottom-style: groove;
}
.source {
  font-size: 28px;
  font-weight: 600;
}
.sources-grid {
  width: 95%;
  display: grid;
  margin-top: 2%;
  grid-template-columns: repeat(3, 60vh);
  grid-auto-rows: minmax(100px, auto);
  grid-column-gap: 3%;
  margin-right: 5%;
  margin-bottom: 3%;
}

@media screen and (min-width: 1366px) and (max-width: 1366px) {
  .sources-moreinfo {
    font-size: 36px;
    font-weight: 600;
    border-bottom-style: groove;
  }
  .source {
    font-size: 28px;
    font-weight: 600;
  }
  .sources-grid {
    width: 95%;
    display: grid;
    margin-top: 2%;
    grid-template-columns: repeat(3, 83vh);
    grid-auto-rows: minmax(auto, auto);
    grid-column-gap: 100px;
    margin-right: 5%;
    margin-bottom: 3%;
  }
}
.references {
  margin-bottom: 2%;
}
.ter-source {
  margin-right: 0%;
}

.notes {
  font-size: 18px;
  font-weight: 100;
  margin-bottom: 1%;
  line-height: 3vh;
}
.notes-div {
  width: 93.5%;
  margin-bottom: 3%;
  margin-top: 2%;
}
@media screen and (min-width: 1366px) and (max-width: 1366px) {
  .notes {
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 1%;
    line-height: 5vh;
  }
  .notes-div {
    width: 93.5%;
    margin-bottom: 3%;
    margin-top: 2%;
  }

}

.marna {
  font-size: 20px;
  font-weight: 300;
}
.blank {
  width: 100%;
  height: 1vh;
  background-color: white;
}
.lastUpdate {
  position: relative;
  text-align: right;
  right: 2%;
  margin-top: 1.5%;
  color: #ffffff;
}
.lastUpdate-background {
  background-color: rgb(54, 120, 153);
  width: 101.5%;
  position: absolute;
  left: -0.5%;
  height: 8%;
}
@media screen and (max-width: 1024px) {
  .site {
    display: grid;
    grid-template-columns: 1fr repeat(8, minmax(auto, 20vh)) 1fr;
    grid-template-rows: minmax(1em, auto) 1fr auto minmax(1em, auto);
    box-sizing: border-box;
  }
  .main-content {
    margin-left: 3%;
    margin-right: 12%;
    grid-column: 2/10;
    box-sizing: border-box;
  }
  .sidebar {
    position: fixed;
    left: 60%;
    top: 0px;
    background-color: #367899;
    height: 100%;
    width: 43%;
    box-sizing: border-box;
  }
  .sidebar.absolute {
    position: absolute;
    left: 96%;
    width: 68.3%;
    height: 173%;
  }
  .sidebar-line {
    text-align: center;
    margin-top: 3%;
    box-sizing: border-box;
  }
  .medtype {
    font-size: 2vh;
  }
  .result-text {
    margin-top: 7%;
    margin-bottom: 7%;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    color: #fff;
    font-size: 3.5vh;
    box-sizing: border-box;
  }
  .result-text-big {
    margin-top: 0%;
    margin-bottom: 4%;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 900;
    color: #ffffff;
    font-size: 4vh;
    box-sizing: border-box;
  }
  .result-text-small {
    margin-top: 0%;
    margin-left: 0%;
    padding-left: 5.5vh;
    padding-right: 6vh;
    font-weight: 500;
    color: #fff;
    font-size: 3vh;
    box-sizing: border-box;
  }
  .result-text-small2 {
    margin-top: 2%;
    margin-left: -4%;
    padding-left: 5.5vh;
    padding-right: 6vh;
    font-weight: 500;
    color: #fff;
    font-size: 2vh;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1366px) {
  html {
    font-family: Arial, Helvetica, sans-serif;
  }
  .site {
    display: grid;
    grid-template-columns: 1fr repeat(12, minmax(auto, 10em)) 1fr;
    grid-template-rows: minmax(1em, auto) 1fr auto minmax(1em, auto);
    box-sizing: border-box;
  }
  body {
    margin: 0px;
  }

  .header {
    grid-column: span 8;
  }
  .main-content {
    margin-left: 3%;
    margin-right: 12%;
    grid-column: 1/11;
    box-sizing: border-box;
  }
  .sidebar {
    position: fixed;
    left: 67%;
    top: 0px;
    background-color: #367899;
    height: 100%;
    width: 35%;
    box-sizing: border-box;
  }
  .sidebar-line {
    text-align: center;
    margin-top: 3%;
    box-sizing: border-box;
  }
  .result-text {
    margin-bottom: 0%;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    color: #fff;
    font-size: 32px;
    box-sizing: border-box;
  }
  .result-text-big {
    margin-top: 0%;
    margin-bottom: 0%;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 900;
    color: #ffffff;
    font-size: 40px;
    box-sizing: border-box;
  }
  .result-text-small {
    margin-top: 5%;
    margin-left: -4%;
    padding-left: 5.5vh;
    padding-right: 6vh;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    box-sizing: border-box;
  }
  .result-text-small2 {
    margin-top: 2%;
    margin-left: -4%;
    padding-left: 5.5vh;
    padding-right: 6vh;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    box-sizing: border-box;
  }
  .href {
    color: #1c2dc7;
  }
  .href:visited {
    color: #1c2dc7;
  }
  .info {
    color: #ffffff;
    font-size: 16px;
    text-align: unset;
    position: relative;
    bottom: 0.3em;
    text-decoration: none;
  }
  .info2 {
    color: #000000;
    font-size: 14px;
    text-align: unset;
    position: relative;
    left: 0.3em;
    bottom: 0.1em;
    text-decoration: none;
  }
  .info2:visited {
    color: #000000;
    font-size: 16px;
    text-align: unset;
    position: relative;
    text-decoration: none;
  }
  .info:visited {
    color: #ffffff;
    font-size: 16px;
    text-align: unset;
    position: relative;
    text-decoration: none;
  }
  .info:hover {
    color: #ff00dd;
    font-size: 16px;
    text-align: unset;
    position: relative;
    bottom: 0.3em;
    text-decoration: none;
  }
  .info2:hover {
    color: #ff00dd;
    font-size: 14px;
    text-align: unset;
    position: relative;
    left: 0.3em;
    bottom: 0.1em;
    text-decoration: none;
  }
  .info:visited:hover {
    color: #ff00dd;
    font-size: 16px;
    text-align: unset;
    position: relative;
    text-decoration: none;
  }
  .info2:visited:hover {
    color: #ff00dd;
    font-size: 14px;
    text-align: unset;
    position: relative;
    text-decoration: none;
  }

  .provincia {
    display: none;
  }
  #ter {
    margin-left: 3%;
  }

  .twin {
    grid-column: 2/5;
    grid-row: 3/4;
  }
  .twin:last-of-type {
    grid-column: 5/8;
  }

  .grid {
    display: grid;
    grid-template-columns: 2fr 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .radio {
    font-family: "Calibri";
    font-size: 18px;
    text-align: center;
    padding-top: 11px;
  }

  .number-input {
    display: block;
    width: 80%;
    height: 20px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .number-input-small {
    width: 15%;
    height: 20px;
    padding: 6px 12px;
    margin-bottom: 1%;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin-right: 0.5%;
  }
  .number-input-big {
    width: 180%;
    height: 80%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin-right: 0.5%;
  }
  .typeRad {
    font-family: "Calibri";
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .typeRadRadon {
    font-family: "Calibri";
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 5%;
  }
  .form-select {
    font-family: "Calibri";
    font-size: 18px;
    margin-top: 2%;
    width: 90%;
    height: 50%;
  }
  .margin-bottom {
    margin-bottom: 15px;
  }
  .form-group {
    margin-bottom: 30px;
    font-family: "Calibri";
    font-size: 18px;
  }
  .checkbox {
    margin-left: 40px;
    margin-bottom: 10px;
  }
  .radio-list {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* Customize the label (the container) */
  .container {
    font-family: "Calibri";
    font-size: 18px;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 16px;
    cursor: pointer;
  }

  /* Hide the browser's default checkbox */
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #d6d6d6;
  }

  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark {
    background-color: #ccc;
  }

  /* When the checkbox is checked, add a blue background */
  .container input:checked ~ .checkmark {
    background-color: #2196f3;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .container input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .tool-tip {
    color: blue;
  }

  .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted rgb(0, 0, 0);
  }

  .tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -125px;

    opacity: 0;
    transition: opacity 0.3s;
  }

  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: 0px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }

  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

  .result {
    position: fixed;
    z-index: 999;
    bottom: 1rem;
    box-shadow: 0 0 1px 5px #fff;
  }

  .chart {
    width: 60%;
    margin-top: -10%;
    margin-left: 20%;
  }

  .medicalexams {
    padding-left: 5%;
  }

  .clearfix::after {
    content: "";
    clear: both;
    display: table;
  }

  .medDose {
    padding-left: 53%;
  }

  .internalDose {
    padding-left: 52%;
  }

  .cosmicDose {
    padding-left: 51%;
  }

  .travelDose {
    padding-left: 22.5%;
  }

  .otherDose {
    padding-left: 57%;
  }

  .terrestrialDose {
    padding-left: 46%;
  }

  .radonDose {
    padding-left: 69%;
  }
}
