.tx-dosagecalc {
  min-height: 646px;
  position: relative; }
  .tx-dosagecalc .selector #selector-title {
    background: #51769E;
    border-radius: 7px 7px 1px 1px;
    font-family: 'Aller W01 Bold';
    font-size: 31px;
    color: #FFFFFF;
    padding: 20px 40px;
    border-bottom: 7px solid white;
    position: relative; }
    .tx-dosagecalc .selector #selector-title .icon-down {
      background-image: url(/typo3conf/ext/dosagecalc/Resources/Public/Icons/dosage-calc-icon-down.svg);
      background-position: right center;
      background-repeat: no-repeat;
      display: block;
      position: absolute;
      right: 40px;
      height: 53px;
      width: 60px;
      top: 10px; }
    .tx-dosagecalc .selector #selector-title:hover {
      cursor: pointer;
      cursor: hand; }
  .tx-dosagecalc .selector #options {
    padding: 0px 0px;
    background-color: #2C517A;
    line-height: 30px;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 0px;
    max-height: 0px;
    width: 100%;
    position: absolute;
    transition: height 1s ease;
    left: 0px;
    top: 84px; }
    .tx-dosagecalc .selector #options.open {
      max-height: none;
      padding: 40px 40px;
      display: block;
      height: 564px;
      transition: height 200ms ease;
      overflow-y: scroll;
      border-radius: 0 0 10px 10px; }
    .tx-dosagecalc .selector #options .option {
      padding: 10px 0;
      font-size: 20px;
      color: #FFFFFF;
      border-top: 1px solid #51769E; }
      .tx-dosagecalc .selector #options .option:hover {
        cursor: pointer;
        cursor: hand;
        text-decoration: underline; }
    .tx-dosagecalc .selector #options .spacer {
      min-height: 50px;
      padding: 10px 0;
      border-top: 1px solid #51769E;
      font-size: 22px;
      color: #FFFFFF;
      font-family: 'Aller W01 Bold'; }
  .tx-dosagecalc .application-container {
    background-color: #E9EDF1;
    min-height: 564px;
    background-image: url(/typo3conf/ext/dosagecalc/Resources/Public/Images/dosage-calc-default-image.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0 0 10px 10px; }
    .tx-dosagecalc .application-container .application {
      background-color: #E9EDF1;
      display: none;
      line-height: 48px;
      padding: 20px 40px;
      min-height: 566px;
      border-radius: 0 0 10px 10px; }
      .tx-dosagecalc .application-container .application.open {
        display: block; }
      .tx-dosagecalc .application-container .application h3 {
        font-size: 29px;
        color: #063767;
        line-height: 34px;
        padding-bottom: 37px;
        border-bottom: 1px solid #063767;
        font-family: 'Aller W01 Bold'; }
      .tx-dosagecalc .application-container .application .dosage {
        padding: 37px 0 20px 0;
        border-bottom: 1px solid #063767;
        margin-bottom: 37px; }
        .tx-dosagecalc .application-container .application .dosage h4 {
          margin: 0;
          padding: 0;
          font-family: 'Aller W01 Bold';
          font-size: 22px;
          color: #063767;
          line-height: 29px; }
  .tx-dosagecalc ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px; }
  .tx-dosagecalc ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(215, 215, 215, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

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