/*
=========================================================
DECISION HELPER CSS
=========================================================
 * Innehåller styling för beslutsträdet
 *
 * Copyright (C) 2014 Limepark AB
=========================================================*/

/*
---------------------------------------------------------
GENERELLT
---------------------------------------------------------*/

.sv-limepark-app-decision-helper {
  margin-bottom: 30px;
}

/*
---------------------------------------------------------
FORMATMALLAR
---------------------------------------------------------*/

.sv-limepark-app-decision-helper h2 {
  margin-bottom: 5px;
  margin-top: 30px;
}

.sv-limepark-app-decision-helper h2:first-child {
  margin-top: 15px;
}

.lp_decision-helper-result-intro,
.lp_decision-helper-intro {
  margin-bottom: 13px;
}

.sv-limepark-app-decision-helper .env-block h3:first-child {
  margin-top: 0;
}

.sv-limepark-app-decision-helper .normal {
  margin-bottom: 13px;
  margin-top: 0;
}

/*
---------------------------------------------------------
CHECKLISTA
---------------------------------------------------------*/

.sv-limepark-app-decision-helper .env-checkbox__fake,
.sv-limepark-app-decision-helper .env-form-radio__fake {
  margin-right: var(--env-spacing-x-small);
}

.sv-limepark-app-decision-helper .lp_decision-helper-checkpoint-wrapper,
.sv-limepark-app-decision-helper .env-form-radio,
.sv-limepark-app-decision-helper .env-checkbox {
  margin-bottom: var(--env-spacing-small);
}

.sv-limepark-app-decision-helper .lp_decision-helper-checkpoint-wrapper .env-checkbox {
  margin-bottom: 0;
}

.sv-limepark-app-decision-helper .env-checkbox label,
.sv-limepark-app-decision-helper .env-form-radio label {
  margin-bottom: 0;
}

body .lp_decision-helper-checkpoint-wrapper .lp_decision-helper-text,
body .lp_decision-helper-checkpoint-wrapper .lp_decision-helper-content {
  margin-left: calc(1.25em + var(--env-spacing-x-small) + 2px);
}

.lp_decision-helper-text {
  margin-bottom:10px;
}