/* Copyright 2019 Justin Robert Petrillo */

body {
  font-family: Helvetica;
  font-size: 1.5em;
}

.ToolTipIcon {
  height: 1em;
  width: 1em;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black; */ /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: lightyellow;
  /* color: #fff; */
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  border-style: outset;
  border-color: black;
  border-width: medium;
  font-size: 1.25rem;
  font-weight: normal;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.fileInput {
  width: 80%;
  font-family: Helvetica;
}

.stdOuterDiv {
  width: 1240px;
  display: block;
  margin: auto;
}

.centred {
  text-align: center
}

#FOIAssistLabelDiv {
    width: 1240px;
    display: block;
    margin: auto;
}

.stdTopDiv {
  width: 100%;
  // background-color: white;
  margin: auto;
}

.stdBodyDiv {
  display: flex;
  // width: 100%;
  // height: 200px;
  // background-color: red;
  // margin: auto;
}

.inlineBlockDiv {
  display: inline-block;
}

.stdLeftDiv {
  display: block;
  width: 48%;
  height: 100%;
}

.stdMiddleDiv {
  width: 2%;
  height: 100%;
  // background-color: lightgreen;
}

.stdRightDiv {
  display: flex;
  width: 48%;
  height: 100%;
  // background-color: pink;
}

.horizontalRadioDiv {
  display: grid;
  grid-template-columns: 6fr 3fr;
  grid-gap: 20px;
}

.blankLine {
  height: 30px;
}

.guidance {
  font-style: italic;
}

.splitBoxesDiv {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.feeBoxesDiv {
  display: grid;
  grid-template-columns: 8fr 1fr 3fr 1fr 3fr;
  grid-gap: 20px;
}

.otherCostsBoxes {
  display: flex;
  height: 100 px;
}

.largeTextBox {
  width: 100%;
  height: 75%;
  font-size: .75em;
  font-family: Helvetica;
}

.labelledTextAreaDiv {
  height: 6em;
}

input {
  flex-grow: 1;
}

.smallSpace {
  width: 1em;
}

.fippa_only {
  // hidden: true;
}

.hidden {
  display: none;
}

.largeButton {
  height: 4em;
  width: 50%;
  margin: auto;
}

.inputError {
  background-color: pink;
}

.radioLabel {
  width 75%;
}

.oneLineInput {
  height: 2em;
  font-size: .75em;
  width: 80%;
  font-family: Helvetica;
}

:disabled {
  background-color: lightgray;
}

#leftDiv1 {
    display: grid;
    grid-template-columns: 6fr 9fr;
    grid-gap: 20px;
  }

#rightDiv1 {
  flex-direction: column;
}

#currentWordingLabel {
  width: 100%;
}

#requestWordingInput {
  width: 100%;
  height: 6em;
  flex-grow: 1;
  font-size: 0.75em;
  font-family: Helvetica;
}


#middleDiv2 {
  width: 2%;
  //height: 500px;
  background-color: darkgreen;
  margin: auto;
}

#rightDiv2 {
  flex-direction: column;
}

#leftDiv3 {
    display: block;
  }

#leftDiv3 {
    //display: inline-block;
}

#estimatedPercentageComboBox {
  width: 100px;
  margin-left: 20px;
}

#compProgLabel {
  grid-column-start: 1;
  grid-column-end: 4;
}

#otherCostsExplanation {
  height: 100px;
}

#feeEstimateBox {
  background: lightgray;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  border-style: solid;
  padding: 0px 25px;
  border-radius: 20px;
}

#FeeEstimateBoxTitle {
  grid-column-start: 1;
  grid-column-end: 4;
  text-align:center;
}

#ExemptionsList {
  width: 80%;
  margin: auto;
}

#DisclosureAmount {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 80%;
  margin: auto;
}

#SeveringAmount {
  width: 80%;
  margin: auto;
}

#AreConsultationsRequired {
  width: 80%;
  margin: auto;
}

#DraftFeeEstimateLetter {
  height: 40em;
  width: 80%;
  margin: auto;
  font-size: .75em;
  font-family: Helvetica;
}
