﻿.calculator a { color: #0c4f78; outline: none; }
.calculator { margin: 0; padding: 0; }
.calculator 
{
    /*background-color: #ebebeb;*/
    font-family: 'Lato';
    font-weight: 300;
    font-size: 14px;
    color: black;
    line-height: 16px; /*20px;*/
}
.calculator h1 { color: #0c4f78; font-size: 24px; font-weight: 300; margin: 0 0 20px 0; padding: 0; text-transform: uppercase; }
.calculator h2 { font-size: 18px; font-weight: 300; margin: 0; padding: 0; }
.calculator h3 { color: #0c4f78; font-size: 18px; font-weight: 300; margin: 0; padding: 20px 0 4px 0; }
.calculator img { border: none; }
.calculator img.border { border: 1px solid #0c4f78; }
.calculator p { margin: 0 0 15px 0; padding: 0; }
.calculator strong { color: #0c4f78; font-weight: 400; }
#container.calculator { margin: 0 auto; padding: 40px 0 20px 20px; width: 940px; }
.calculator .box-content { 
    background-color: #e2e8ef; 
    border: 1px solid #fff; 
    float: left; 
    margin: 0 60px 30px 0; 
    padding: 25px 28px 30px 28px;
    position: relative; 
    width: 543px; /*484px; */
}
.calculator .clear { clear: both; }
.calculator .right { margin-right: 0; width: 260px; }
.calculator h2
{
    background-color: #a0b3cc;
    color: #0c4f78;
    display:inline-block;
    font-size: 18px;
    margin: 0 0 20px -43px;
    padding: 10px 30px 10px 40px;
    position: relative;
}
.calculator h2:before
{
    background-attachment: scroll;
    background-image: url('images/headline-top.png');
    background-position: left top;
    background-repeat: no-repeat;
    content: " ";
    height: 3px;
    left: 0;
    margin-top: -3px;
    position: absolute;
    top: 0;
    width: 12px;
}
/*.calculator .box-content:after
{
    background-attachment: scroll;
    background-image: url('images/shadow-540.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    content: " ";
    height: 30px;
    margin-bottom: -31px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 540px;
}*/
.calculator .right:after
{
    background-image: url('images/shadow-320.jpg');
    width: 320px;
}
.calculator .btn-calculator { background-color: #c4a05b; color: #fff; cursor: pointer; display: block; font-size: 16px; height: 40px; line-height: 30px; padding: 5px 0 5px 0; text-align: center; text-decoration: none; text-transform: uppercase; width: 322px; }
.calculator .btn-calculator:hover { background-color: #cdaa68; }
.calculator .img-calculator { border: 1px solid #a0b3cc; margin-bottom: 5px; }
.calculator .td1 { width: 520px; padding-right: 80px; vertical-align: top; }
.calculator .td2 { width: 320px; vertical-align: top; }
.calculator table { border: none; margin: 0; padding: 0; }
.calculator td { vertical-align: top; }
.calculator .info
{
    background-attachment: scroll;
    background-image: url('images/shadow-542.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    border-bottom: 1px solid #fff;
    background-color: #ebebeb;
    display: none;
    margin: 0 -29px 0 -29px;
    padding: 40px 20px 20px 28px;
    width: 541px; /*494px;*/
}
.calculator .info strong {
    color: #0c4f78; font-size: 16px; font-weight: normal;
}
.calculator .field-left {
    float: left;
    font-size: 16px;
    line-height: 35px;
    margin-top: 20px;
    width: 250px;
}
.calculator .field-middle {
    float: left; line-height: 35px; padding-bottom: 0px; width: 208px; margin-top: 20px;
}
.calculator .field-middle input {
    border: 1px solid #a0b3cc;
    color: #0c4f78;
    font-size: 16px;
    height: 35px;
    padding: 0 10px 0 10px;
    text-align: center;
    width: 70px;
    line-height: 35px;
}
.calculator .field-middle input:hover {
    border: 1px solid #0c4f78;
}
.calculator .field-middle span { padding: 0 20px 0 10px; }
.calculator .field-middle table { border: none; margin: 0; padding: 0; }
.calculator .field-middle td { margin: 0; padding: 0; vertical-align: middle; }
.calculator .field-right {
    float: left; width: 22px; margin-top: 20px;
}
.calculator .icon-info { cursor: pointer; height: 35px; width: 35px; }
.calculator .no-echo { width: 176px; float: left; background-color: Green; color: White; text-align: center; text-transform: uppercase; font-size: 14px; line-height: 20px; padding: 3px 0 3px 0; }
.calculator .echo { width: 308px; float: left; background-color: Red; color: White; text-align: center; text-transform: uppercase; font-size: 20px; line-height: 46px; font-weight: normal; }
.calculator .no-rhc { width: 153px; float: left; background-color: Green; color: White; text-align: center; text-transform: uppercase; font-size: 14px; line-height: 20px; padding: 3px 0 3px 0; }
.calculator .rhc { width: 331px; float: left; background-color: Red; color: White; text-align: center; text-transform: uppercase; font-size: 20px; line-height: 46px; font-weight: normal; }
.calculator .radio-button
{
    background-attachment: scroll;
    background-image: url('images/toggle-button.png');
    background-position: left top;
    background-repeat: no-repeat;
    height: 35px;
    line-height: 35px;
    padding-left: 35px;
}
.calculator .checked { background-image: url('images/toggle-button-checked.png'); }
.calculator .result { height: 117px; /*70px;*/ padding-top: 47px; position: relative; }
.calculator .score
{
    background-attachment: scroll;
    background-image: url('images/score.png');
    background-position: left top;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 18px;
    height: 47px;
    left: -41px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 82px;
}
.calculator .scale-left { bottom: 0; left: -10px; position: absolute; }
.calculator .scale-right { bottom: 0; position: absolute; right: -10px; }
.calculator .scale-step-35 { bottom: 0; left: 145px; position: absolute; }
.calculator .scale-step-300 { bottom: 0; left: 165px; position: absolute; }
.calculator .scale-step-370 { bottom: 0; position: absolute; right: 150px; }
.calculator .result-links { line-height: 16px; visibility: hidden; float: right; }
.calculator .result-links .btn-calculator { 
    width: 490px; 
    background-color: darkred; 
    height: 60px;
    line-height: 50px;
}
.calculator .result-links .btn-calculator a { 
    font-size: 20px;
    font-weight: bold;
    color: white;
}
.calculator .result-links .btn-calculator img { 
    margin: 0px 15px -5px 0px;
}
.calculator .result-text { background-color: #a0b3cc; color: #0c4f78; font-size: 16px; padding: 20px; text-transform: uppercase; visibility: hidden; }
.calculator .result-text span { font-size: 24px; }
.calculator .styled-select select {
   background: transparent;
   width: 133px;
   padding: 0 0 0 5px;
   color: #0c4f78;
   font-size: 16px;
   line-height: 20px;
   line-height: 1\9;
   padding: 5px\9;
   border: 0;
   border-radius: 0;
   height: 35px;
   -webkit-appearance: none;
}
.calculator .styled-select {
   width: 110px;
   height: 35px;
   overflow: hidden;
   background: url('images/dropdown.png') no-repeat right #fff;
   border: 1px solid #a0b3cc;
   float:_left;
}
.calculator .styled-select:hover { background-image: url('images/dropdown-hover.png') }
.calculator .thumbnail { position: relative; display: block; width: 484px; height: 366px; }
.calculator .zoom { position: absolute; right: 0; bottom: 0; }