.webform-component {
    border: 1px solid #cccccc;
    padding: 20px 13px;
    margin: 20px 0;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08) inset;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08) inset;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: auto !important;
    position: relative;
}
.webform-component > label {
    display: inline-block;
    padding: 0;
    margin-bottom: 0px;
    font-size: 19.5px;
    line-height: 36px;
    color: #333333;
    border: 0;
    /* position: absolute;
    top: -18px; */
    background: #fff;
}
.webform-component-fieldset .webform-component-fieldset {
    box-shadow: none;
    border-color: #ccc;
}
.webform-component-fieldset .webform-component {
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 10px;
}
.webform-component-fieldset .webform-component label {
    position: relative;
    top: 0;
}
.easme-wf-question-container {
}
.easme-wf-question-container .easme-wf-question-container {
    border: 0;
}
.easme-wf-question-container .recommendation-container {
    padding-left: 10px;
}
.easme-wf-question-container .recommendation-container .recommendation-container {
    padding-left: 0;
}

.easme-wf-recommendation-container.common {
    padding: 5px 10px;
    background: #efefef;
}

.node-webform .form-required {
    display: none;
}

.recommendation-container legend a {
    font-size: 14px;
}

.recommendation-container .fieldset-legend .summary {
    display: none;
}

.easme-wf-btn {
    padding: 5px;
    border: 1px solid #ccc;
    display: block;
    margin: 20px auto;
    max-width: 150px;
    text-align: center;
}

.easme-wf-btn:hover {
    text-decoration: none;
    background: #ccc;
    color: #fff;
}

.webform-component--matrix .form-item {
    display: inline-block;
    display: block;
    float: left;
    width: 19%;
}

.webform-component--matrix--header--blank:after {

    content: '\00a0';
}

.webform-component--matrix .form-control {
    width: 80%;
}

.easme_wf--no_labels label {
    display: none;
}

.webform-component--matrix .webform-component-fieldset > .form-item label {
    display: block;
}

.easme_wf_kpi_tool_form .webform-component--year {
    display: none;
}

.easme_wf_kpi_tool_form .webform-component--intro {
    margin-left: 130px;
}

.easme_wf_kpi_report_part_2_table td {
    width: 25%;
}

.sme-webform-report form ul li:before {
    content: normal !important;
}

.easme_wf_kpi_tool_form .easme_wf_kpi_tool_form__matrix-row__label {
    margin: 0 !important;
    padding: 0;
    position: relative;
}


/**
 * Bootstrap tooltips.
 */
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 200px;
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}