.line-content-calc {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.calc_line_bg_even {
  background-color: rgb(230, 244, 247) !important;
}
.calc_line_bg_odd {
  background-color: rgb(242, 242, 242) !important;
}
body {
  font-family: lato, Arial;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.bloc-calculator h4 {
  color: #00dab9;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
  margin-top: 0;
}
.bloc-calculator h5 {
  color: #00dab9;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
  margin-top: 0;
}

.bloc-calculator {
  padding: 15px;
  margin-bottom: 15px;
}

.bloc-calculator p {
  -webkit-hyphens: none !important;
  hyphens: none !important;
  word-break: keep-all !important;
  text-align: justify;
}

h2.heading-2 {
  color: #1b91ad;
  margin-bottom: 40px;
  text-transform: none;
  font-weight: normal;
}

h3.heading-3 {
  color: #548235;
  margin-bottom: 40px;
  margin-top: 2%;
  text-transform: none;
  font-weight: normal;
}

h4.heading-4 {
  color: #1b91ad;
  margin-bottom: 40px;
  margin-top: 2%;
  text-transform: none;
  font-weight: normal;
  text-align: center;
}

select {
  max-width: 180px;
  min-width: 180px;
  width: 180px;
}

.green-btn {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
  background: #1b91ad;
  border: 1px solid #1b91ad;
  padding: 10px 50px;
  color: aliceblue;
  border-radius: 6px;
  line-height: 1.3333333;
  text-align: center;
  font-family: lato, Arial;
}

.white-btn {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
  background: #fff;
  border: 1px solid #1b91ad;
  padding: 10px 50px;
  color: #1b91ad;
  border-radius: 6px;
  line-height: 1.3333333;
  text-align: center;
  font-family: lato, Arial;
}

ngb-tabset .nav-tabs .nav-link {
  background: transparent;
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
}

ngb-tabset .nav-tabs .nav-link.active {
  background-color: #00dab9;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
}

.formcontainer {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.ariane a {
  color: grey;
  font-size: 14px;
}

.ariane {
  margin-top: 30px;
  color: grey;
  font-size: 14px;
}

button:disabled,
button[disabled] {
  opacity: 0.2;
}

.requiredinfos {
  text-align: right;
  font-size: 14px;
  opacity: 0.5;
  font-weight: bold;
}

.recaplabel {
  font-weight: bold;
}

.resultTable {
  table-layout: fixed;
  width: 100px;
}
.resultLabel {
  font-weight: bold;
}

.durationlabel {
  font-size: 15px;
}
.minSelect {
  max-width: 80px;
  min-width: 80px;
  width: 80px;
}
.paragraphUg {
  color: black;
  font-size: 18px;
}

.paragraphUg table {
  font-size: 12px;
}

.paragraphUg table td {
  border: black 1px solid;
}

.paragraphUg b {
  color: black;
  font-size: 18px;
  font-weight: 500;
}

.btn-help {
  background-color: #2c91a7;
  color: white;
}
.btn-circle.btn-sm {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 21px;
  border-radius: 50%;
  padding: 1px 4px;
}
.btn-circle.btn-sm,
.btn-circle.btn-sm:focus,
.btn-circle.btn-sm:hover {
  border-width: 1px;
}

.vitaeLogo {
  display: inline-block;
  width: 270px;
  height: 80px;
  background: url('../../../content/images/LOGO_vitae.svg') no-repeat center top;
  background-size: contain;
}

.vitaeBreastCancerLogo {
  display: inline-block;
  width: 270px;
  height: 159px;
  background: url('../../../content/images/logo-vitae-rose.png') no-repeat center top;
  background-size: contain;
}

.vitaeColonCancerLogo {
  display: inline-block;
  width: 270px;
  height: 159px;
  background: url('../../../content/images/logo-vitae-rose.png') no-repeat center top;
  background-size: contain;
}

.vitaeBreastCancerLogoEn {
  display: inline-block;
  width: 270px;
  height: 159px;
  background: url('../../../content/images/logo-vitae-breast-cancer.svg') no-repeat center top;
  background-size: contain;
}

.vitaeColonCancerLogoEn {
  display: inline-block;
  width: 270px;
  height: 159px;
  background: url('../../../content/images/logo-vitae-breast-cancer.svg') no-repeat center top;
  background-size: contain;
}

.vitaeBreastCancerLogo.mt-3.mb-3 {
  margin-top: -2rem !important;
}
.vitaeColonCancerLogo.mt-3.mb-3 {
  margin-top: -2rem !important;
}

.vitaeBreastCancerLogoEn.mt-3.mb-3 {
  margin-top: -2rem !important;
}

.vitaeColonCancerLogoEn.mt-3.mb-3 {
  margin-top: -2rem !important;
}

.text-warning-disclaimer {
  color: coral;
}

.genral-info-input-width {
  width: 80%;
  height: 30px;
  min-width: 80%;
  max-width: 80%;
  max-height: 30px;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.genral-info-input-width-duration {
  width: 80%;
  height: 30px;
  min-width: 80%;
  max-width: 80%;
  max-height: 30px;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.breast-cancer-genral-info-input-width {
  width: 30%;
  height: 30px;
  min-width: 30%;
  max-width: 30%;
  max-height: 30px;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.colon-cancer-genral-info-input-width {
  width: 30%;
  height: 30px;
  min-width: 30%;
  max-width: 30%;
  max-height: 30px;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.breast-cancer-specific-cases-input-width {
  width: 90%;
  height: 30px;
  min-width: 90%;
  max-width: 90%;
  max-height: 30px;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.colon-cancer-specific-cases-input-width {
  width: 90%;
  height: 30px;
  min-width: 90%;
  max-width: 90%;
  max-height: 30px;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.breast-cancer-genral-info-month-input-width {
  width: 30%;
  height: 30px;
  min-width: 30%;
  max-width: 30%;
  max-height: 30px;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.colon-cancer-genral-info-month-input-width {
  width: 30%;
  height: 30px;
  min-width: 30%;
  max-width: 30%;
  max-height: 30px;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.breast-cancer-genral-info-year-input-width {
  width: 30%;
  height: 30px;
  min-width: 30%;
  max-width: 30%;
  max-height: 30px;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.colon-cancer-genral-info-year-input-width {
  width: 30%;
  height: 30px;
  min-width: 30%;
  max-width: 30%;
  max-height: 30px;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.currently-pregnant-input-width {
  width: 95px;
  max-width: 95px;
  min-width: 95px;
  height: 30px;
  max-height: 30px;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.white-btn-reset {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  background: #fff;
  border: 1px solid #1b91ad;
  padding: 6px 30px;
  color: #1b91ad;
  border-radius: 4px;
  line-height: 1.3333333;
  text-align: center;
  font-family: lato, Arial;
}

.paragraphUg a {
  color: #1b91ad;
  font-size: 18px;
  font-weight: bold;
}

.paragraphPostponeInfo {
  color: black;
  font-size: 18px;
  text-align: center;
}

.session-modal-header {
  background-color: rgb(242, 242, 242) !important;
}

.text-warning-disclaimer-bc-disabled {
  color: coral;
  font-size: 18px;
  display: inline-block;
}

.text-warning-disclaimer-bc {
  color: coral;
  font-size: 18px;
}

.text-warning-result-disclaimer {
  color: coral;
  font-size: 18px;
}

.disabled-disclaimer-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
