.calculator-header-wrapper {
    padding-top: 20px;
    margin-bottom: 40px;
}

.calculator-header-line {
    position: absolute;
    background: #eff1f0;
    width: 100%;
    height: 2px;
    left: 0;
}

.calculator-title {
    display: block;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.calculator-navigation-step {
    position: relative;
    padding: 0 1%;
    float: left;
    color: #666;
}

.calculator-navigation-step.active .calculator-step-number {
    background: #fff;
    border-color: #0073ce;
}

.calculator-header-wrapper {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.calculator-step-number {
    border: 2px solid #eff1f0;
    background: #eff1f0;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    line-height: 38px;
    font-size: 15px;
    margin: auto;
    height: 40px;
    width: 40px;
    top: -20px;
    left: 0;
    right: 0;
}

.calculator-step-title {
    text-align: center;
    margin-top: 25px;
}

.calculator-selectable-step {
    margin: 0 -1.5%;
}

.calculator-selectable-step .calculator-item {
    border: 2px solid #fff;
    cursor: pointer;
    text-align: center;
    padding: 10px;
    width: 30.33%;
    margin: 0 1.5%;
    float: left;
}

.calculator-selectable-step .calculator-item:focus,
.calculator-selectable-step .calculator-item:hover {
    border-color: #db0000
}

.calculator-selectable-step .selectable-step-image {
    position: relative;
    height: 135px;
    width: 100%;
}

.calculator-selectable-step .selectable-step-title {
    margin-top: 10px;
    height: 30px;
    line-height: 15px;
    overflow: hidden;
}

.calculator-selectable-step .calculator-item img {
    display: block;
    text-align: center;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: auto;
    bottom: 0;
    top: 0;
    position: absolute;
    right: 0;
    left: 0;
}

.calculator-entering-step {
    color: #a2a2a2;
    font-size: 14px;
}

.calculator-entering-step input {
    border: 2px solid #a0a0a0;
    color: #404040;
    width: 70px;
    margin: 0 15px 5px;
    padding: 3px 5px;
}

.calculator-entering-step button {
    padding: 0 40px;
    margin-right: 15%;
}

.calculator-content-step-title {
    font-size: 25px;
    margin-bottom: 20px;
}

.calculator-content-step {
    margin-bottom: 20px;
    display: none;
}

.calculator-content-step.active {
    display: block;
}

.calculator-result-wrapper {
    padding: 20px 0;
}

.calculator-result-header {
    padding-bottom: 15px;
}

.calculator-result-content {
    margin-bottom: 30px;
}

.btn-calculator-result-print {
    position: absolute;
    right: 15px;
    top: -1px;
}

.btn-calculator-result-print .fa {
    font-size: 28px;
}

.calculator-result-header-date {
    font-size: 12px;
    text-align: right;
    padding: 5px 0;
}

.calculator-result-wrapper .row {
    margin-left: -15px;
    margin-right: -15px;
}

.calculator-result-logo-wrapper img {
    max-width: 100% !important;
    padding-bottom: 10px;
}

.calculator-result-question-form {
    border-top: 1px solid #ccc;
    padding-top: 25px;
}

.calculator-result-question-form textarea {
    height: 85px;
}

.calculator-result-question-input-block {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.calculator-result-question-input-block select,
.calculator-result-question-input-block input {
    width: 100%;
}

.calculator-result-question-input-block label {
    display: table-cell;
    width: 70px;
    color: #aaa;
}

.calculator-result-question-input-block label span {
    display: none;
}

.calculator-result-table {
    border-top: 1px solid #ccc;
    width: 100%;
}

.calculator-result-table td {
    border-bottom: 1px solid #ccc;
    padding: 4px;
}

.calculator-result-table td.calculated-value {
    text-align: center;
    width: 35%;
}

.calculator-result-table tr.result-summary td {
    font-size: 25px;
    line-height: 35px;
    border: none;
}

.calculator-result-table tr.result-summary td.calculated-value {
    color: #db0909;
}
