﻿.calculatorNavBtns {
    position: relative;
    height: 50px;
}

.calculator .button {
    display: inline-block;
    position: absolute;
}

.calculator .button:last-child {
    right: 0;
}

.calculator .button:first-child {
    right: auto;
}

.calculator .button {
    font-size: 16px;
}
.calculator h2 {
    /*font-size: 30px;
    font-weight: bold;*/
}

.calculator h3 {
    font-size: 15px;
    font-weight: bold;
    /*text-align: center;*/
}

.calculator h5.tab-title {
    /*background: none repeat scroll 0 0 #d51067;*/
    color: #1B2B59;
    padding: 18px 6px 8px 0px;
    margin-bottom: 26px;
    font-size: 25px;
    border-bottom:4px solid #d51067;
}

.calculator ul {
    
    padding-left: 0;
}

.calculator ul li {
    list-style-type: none;
}

.calculator li label {
    display: inline-block;
    margin: 0 30px;
    text-align: left;
    width: 250px;
}




.calculator #SummaryDetails {
    /*width: 80%;*/
    margin: 25px auto;
}

.errMsg {
    font-size: 16px;
    margin-left: 13px;
    display: none;
}

.calculator .row input.lg-cntrl {
    max-width: 150px !important;   
    display: inline-block;
}

.calculator .md-cntrl {
    width: 90% !important;
    display: inline-block;
}

.calculator .sm-cntrl {
    max-width: 90px;
    display: inline-block;
}

.calculator button {
    font-size: 16px;
}

.calculator-big {
    font-size: 20px!important;
}

.calculator .row input::selection {
    background: #000;
}

.calculator .container-fluid {
    Padding-left: 0px;
    padding-right: 0px;
}

.calculator {
    Padding-left: 0px;
    padding-right: 0px;
}

.calculator h3 {
    margin-top: 10px;
    font-size: 18px;
    border-bottom: 1px solid #989898;
    padding-bottom: 12px;
    margin-bottom: 28px;
}

.calculator {
    color: #505050;
}

.calculator .row {
    min-height: 37px;
}

.calculator .row input {
    width: 100%;
}

.calculator .row select {
    min-width: 120px;
    min-height: 26px;
    max-width: 183px;

    /*background: -webkit-linear-gradient(top bottom, #D0E4EF, #E1E8ED);
    background: -o-linear-gradient(top bottom, #D0E4EF, #E1E8ED); 
    background: -moz-linear-gradient(top bottom, #D0E4EF, #E1E8ED); 
    background: linear-gradient(to bottom, #D0E4EF, #E1E8ED);*/ 
}

.err {
    color: #000 !important;
    box-shadow: 1px 1px 2px #aaa, 0 0 1em #FF5E5E, 0 0 0.2em #FF5E5E;
}

.padlbl {
    padding-top: 5px;
}

.max-display {
    padding: 32px 15px 32px 15px;
    font-size: 50px;
    background-color: #d1eaea;
    min-height: 280px;
    text-align: center;
    border-radius: 8px;
    margin: 12px;
    line-height: 28px;
}


.calculator select.input-wide {
    max-width: 280px;
}

.calculator input.form-checkbox {
    width: auto;
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    margin-left: 7px;
    margin-top: 8px;
}

.calculator input.form-percent {
    max-width: 75px;
}

.calculator input.form-pound-fix {
    max-width: 117px
}

.icr-results {
    background-color: #c5e2f6;
    padding: 15px;
    font-weight: bold;
    padding-bottom: 30px;
}

.calculator .row {
    min-height: 37px;
}

.calculator.row select {
    min-width: 120px;
    min-height: 26px;
    max-width: 183px;

    /*background: -webkit-linear-gradient(top bottom, #D0E4EF, #E1E8ED);
    background: -o-linear-gradient(top bottom, #D0E4EF, #E1E8ED); 
    background: -moz-linear-gradient(top bottom, #D0E4EF, #E1E8ED); 
    background: linear-gradient(to bottom, #D0E4EF, #E1E8ED);*/ 
}

.calculator .row input::selection {
    background: #000;
}

.calculator .container-fluid {
    Padding-left: 0px;
    padding-right: 0px;
}

.calculator {
    Padding-left: 0px;
    padding-right: 0px;
}

.calculator h3 {
    margin-top: 10px;
}

.icr-results a {
    color: #d51067;
    font-weight: bold;
}

.icr-results a:hover, .icr-results a:visited {
    color: #d51067;
}  

.icr-results h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.icr-results h3 {
    text-align: center;
    font-size: 18px;
}

.icr-results h1 {
    text-align: center;
    font-size: 46px;
    border-bottom: none;
    font-weight: bolder;
    color: #d51067;
    background-color: #fcf8e3;
    padding-top: 18px;
    border: 1px #000 solid;
    border-radius: 6px;
    text-align: center;
}

.icr-results p {
    font-size: 12px;
    text-align: justify;
}

.calculator .lg-cntrl {
    max-width: 150px;   
    display: inline-block;
}

.calculator .md-cntrl {
    width: 90% !important;
    display: inline-block;
}

.calculator .sm-cntrl {
    max-width: 90px;
    display: inline-block;
}

.calculator button {
    font-size: 16px;
}

.calculator-big {
    font-size: 20px!important;
}

.calculator .row input.checkbox {
    width: auto;
}



.calculator table.prop {
    width: 100%;
    empty-cells: show;
    border-collapse: separate;
    margin: 0 auto;
}

.calculator table.prop thead {
    border-color: #989898;
    background: #1B2B59;
}

.calculator table.prop thead tr th {
    border-right: 0.3px solid #ddd;
}

.calculator table.prop thead tr th:last-child {
    border-right: none;
} 

.calculator table.prop thead tr th h5{
    color: #fff;
    padding: 0 5px;
}

.calculator table.prop tbody tr td {
    padding: 0 5px;
    border-left: .2px solid #1B2B59;
    border-bottom: .2px solid #1B2B59;
}

.calculator table.prop tbody tr td:last-child {
    border-right: .2px solid #1B2B59;
}

.result-section {
    border-radius: 5px;
    background-color: #eee;
    padding: 0px 22px 21px 15px !important;
}

.calculator table {
    width: 100%;
}

.padb6 {
    padding-bottom: 6px;
}

.calculator ul.para-points li {
    list-style: disc;

}

.resi-results {
    line-height: normal;
}

.resi-results p  {
    font-size: 14px;
    line-height: normal;
    text-align: justify;
}

.top-tip {
    background-color: #fff;
    content: "";
    display: inline-block;
    color: #DC0567;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left:12px;
    padding-right:12px;
    font-weight: bold;
    margin-top: 4px; 
}

.top-tip-content {
    border-left: 1px solid #000;
    content: "";
    display: inline-block;
    color: #DC0567;
    padding-left:12px;
    padding-right:12px;
}


.calculator button.btn-sm { font-size: 14px;}

.btn-right {
    margin-left: 15px; 
    margin-top: 15px;
    float:right;
    right: 0 !important;
}

.bridgingNavBtns {
    min-height: 60px !important;
}

.calc-field {
    border: 1px solid #ccc;
    padding: 24px;
    border-radius: 8px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: aliceblue;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 14px;
}