/********FONTSIZE */
/*******FONTWEIGHT**** */
/*********COLORS********** */
/********RADIUS******** */
/********FONTSIZE */
/*******FONTWEIGHT**** */
/*********COLORS********** */
/********RADIUS******** */
/*********BLUE BUTTON******* */
/*********WHITE BUTTON******* */
/*************DETAIL*************** */
@media print {
  a[href]:after {
    content: none !important;
  }
}
.detail-title {
  font-size: 24px;
  color: #000000;
  margin-bottom: 10px;
}

.detail-subtitle {
  font-size: 19px;
  color: #000000;
  margin-bottom: 10px;
}

.detail-goal-title-container {
  display: flex;
  align-items: center;
}

.detail-goal-title-container > span {
  margin-right: 5px;
  color: #626A6E;
}

.detail-goal-title {
  color: #626A6E;
  font-size: 19px;
}

.detail-cod-title-container {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.detail-cod-title-container > h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 5px;
}

.detail-cod-title-container > p {
  margin-bottom: 0px;
}

.detail-table-wrap {
  background: #F2F9F9;
  margin-top: 20px;
}

.govuk-accordion__section-content > :last-child {
  margin-bottom: 20px;
  margin-top: 20px;
}

.detail-accordion-section {
  margin: 10px 0px 10px 0px;
}

.detail-show-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px 10px 0px;
}

.detail-wrap-section-picture {
  margin-top: 30px;
}

.detail-section {
  display: flex;
}

.img-detail {
  width: 300px;
  height: 350px;
}

.detail-small-wrap {
  width: 300px;
  margin-left: 30px;
}

.detail-gray-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #626A6E;
  padding-left: 5px;
}

.detail-title-wrap {
  display: flex;
  align-items: center;
}

.detail-realted-wrap > ul {
  padding-left: 20px;
  color: #005EA5;
}

.detail-related-list {
  margin-bottom: 15px;
}

.detail-black-text {
  line-height: 25px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.detail-blue-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #005EA5;
}

.detail-blue-text:hover {
  color: #14507D;
}

.width-opatrenia {
  width: 630px;
}

.opatrenia-item-wrap {
  margin-top: 10px;
  padding: 15px;
  background: #F2F9F9;
  border-radius: 10px;
}

.opatrenia-item-wrap:nth-child(2n) {
  background-color: #FFFFFF;
}

.idsk-header-web__main--login-action-text-user-name {
  display: flex;
  justify-content: flex-end;
}

.hide-table-mobile-version {
  display: none;
}

.step-value-container {
  display: flex;
  justify-content: flex-start;
  border-top-width: 1px;
  margin-top: -1px;
  flex-direction: column;
}

.step-value-container > ul {
  margin-bottom: 10px;
  margin-top: 10px;
}

.step-value-container > ul > li {
  width: 300px;
}

.binding-container {
  border-bottom: 1px solid #BFC1C3;
}

.binding-step-container {
  display: flex;
}

.w-binding-title {
  width: 180px;
  padding: 10px 0px;
}

.w-binding-text {
  width: 390px;
  padding: 10px 0px;
}

@media (max-width: 640px) {
  .detail-mobil-version-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .detail-img-mobil-version {
    display: none;
  }
  .detail-goal-title-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .detail-small-wrap {
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .width-opatrenia {
    width: auto;
  }
  .hide-table {
    display: none;
  }
  .hide-table-mobile-version {
    display: block;
  }
  .table-mobil-version-container {
    padding: 15px;
  }
  .head-table-mobil-version {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #626A6E;
    border-bottom: 1px solid #BFC1C3;
    margin-top: 30px;
  }
  .js-enabled .govuk-accordion {
    border-bottom: none;
  }
}/*# sourceMappingURL=detail.css.map */