
/********************/
/*Finance calculator*/
/*********************/
#finance-calc-view {
font-family: FordAntennaRegular, Arial, Verdana, Tahoma, Helvetica, sans-serif;
margin:10px;
}
#finanCalcModule label
{
color: rgb(34, 163, 230);
display: block;
font-size: 16px;
font-style: normal;
font-variant: normal;
font-weight: normal;
}
#finanCalcModule h4,
#fcSummaryBasket h4{
color: rgb(51, 51, 51);
font-family: FordAntennaCondBold, arial, verdana, sans-serif;
font-size: 18px;
}
#finanCalcModule h4{
padding: 0 10px 10px 10px;
}
#fcSummaryBasket h4{
padding: 10px 0 5px 0px;
}
#finanCalcModule input,
#finanCalcModule select{
border:1px solid #d4d4d5;
border-radius:3px;
color: rgb(68, 91, 106);
padding: 10px;
margin-bottom:20px;
background: #FFF;
font-size: 14px;
/*-webkit-appearance: none;*/
}
#finanCalcModule select,
#finanCalcModule input {
width: 100%;
display: block;
color: #000;
}
#finanCalcModule select:disabled,
#finanCalcModule input:disabled {
color: #959595;
}
#fcSummaryTable .bold,
#finanCalcModule .bold {
font-weight: bold;
}
#fcSummaryTable .highlight,
#finanCalcModule .highlight {
background: #B3E8FC;
}
#finanCalcModule .message-label,
#finanCalcModule .message-value {
padding: 10px;
}
#finanCalcModule td.message-label{
width:60%;
}
#finanCalcModule td.message-value {
width:40%;
}
#finanCalcModule a.submit-button {
background: -moz-linear-gradient(top, #2ac3f3 0%, #0095da 97%, rgba(255, 255, 255, 0.3) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2ac3f3), color-stop(100%, #0095da));
background: -webkit-linear-gradient(top, #2ac3f3 0%, #0095da 97%);
background: -o-linear-gradient(top, #2ac3f3 0%, #0095da 97%);
background: -ms-linear-gradient(top, #2ac3f3 0%, #0095da 97%);
background: linear-gradient(to bottom, #2ac3f3 0%, #0095da 97%);
float: right;
color: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 8px 20px;
margin: 0 0 20px 0;     
}
#finanCalcModule br.clear{
clear:both;
}
#finanCalcModule .netherlands-table {
border: 1px solid rgb(197, 192, 192);
border-collapse: initial;
}
/* Buttons Styles */
#finanCalcModule .fc-button {
display: table;
float: right;
margin: 0 0 20px 0;       
}
#summary-view #fcSummaryBasket .fc-button {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-family: FordAntennaRegular, Arial, Verdana, Tahoma, Helvetica, sans-serif;
display: table;
margin: 0 0 10px 0;
}
#summary-view #fcSummaryBasket .fc-button,
#finanCalcModule #GlobalFinanceHeader {
width:100%;
cursor: pointer;
}
#summary-view #fcSummaryBasket .fc-button,
#finanCalcModule .fc-summary {
background: -moz-linear-gradient(top, #2ac3f3 0%, #0095da 97%, rgba(255, 255, 255, 0.3) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2ac3f3), color-stop(100%, #0095da));
background: -webkit-linear-gradient(top, #2ac3f3 0%, #0095da 97%);
background: -o-linear-gradient(top, #2ac3f3 0%, #0095da 97%);
background: -ms-linear-gradient(top, #2ac3f3 0%, #0095da 97%);
background: linear-gradient(to bottom, #2ac3f3 0%, #0095da 97%);
#summary-view #fcSummaryBasket .fc-wrapper {
border:1px solid red;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
}
}
#finanCalcModule .fc-global-header {
background: #425968;
}
#finanCalcModule .fc-button .fc-wrapper {
display: table-row;
color: #fff;
}
#summary-view #fcSummaryBasket .fc-button .fc-label,
#finanCalcModule .fc-button .fc-label {
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;      
}
#summary-view #fcSummaryBasket .fc-button .fc-image,
#finanCalcModule .fc-button .fc-image {
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;        
}
#summary-view #fcSummaryBasket .fc-button .fc-image,
#summary-view #fcSummaryBasket .fc-button .fc-label,
#finanCalcModule .fc-button .fc-image,
#finanCalcModule .fc-button .fc-label {
display: table-cell;
vertical-align: middle;
width: auto;
padding: 8px 20px;          
}
#summary-view #fcSummaryBasket .fc-button .fc-image,
#summary-view #fcSummaryBasket .fc-button .fc-label{
width:100%;
}
#summary-view #fcSummaryBasket .fc-button .fc-image span,
#finanCalcModule .fc-button .fc-image span{
background: url('/cs/ContentServer?pagename=ENGInE/EP2/common/GetImageByName&imageName=FCPlusIconImage') no-repeat;
width: 17px;
height: 17px;
display: block;
float: right;
}
#summary-view #fcSummaryBasket .fc-button.opened .fc-image span,
#finanCalcModule .fc-button.opened .fc-image span{
background: url('/cs/ContentServer?pagename=ENGInE/EP2/common/GetImageByName&imageName=FCPlusIconImage') no-repeat;
background-position: 0 -17px;  
}
#finanCalcModule  .fc-banner{
border:1px solid #000;
margin-bottom: 20px;
}
/* Buttons Styles End */
#finanCalcModule a.submit-button.disabled {
background: #ccc;
color: #eee;
}
#finanCalcModule #financeCalc.error,
#finanCalcModule #calcErrors{
display:block;
color: rgb(34, 163, 230);
font-size: 12px;
margin: 0 4px;
font-weight: bold;
}
#summary-view #fcSummaryBasket,
#finanCalcModule .summary-calc {
word-wrap: break-word;
/*word-break: break-all;*/
}
#finanCalcModule #calcSubText {
padding: 0 5px 10px 5px;
}
#finanCalcModule #summaryDisclamer, 
#finanCalcModule #monthlyDisclamer{
padding: 10px 5px;
}
#summary-view #fcSummaryTable{
color: #425968;
background: #FFF; 
display: inline-block;
border: 1px solid #000;
margin: 0px 0 10px 0;
}
#summary-view #fcSummaryBasket #summaryDisclamer{
font-family: Helvetica, 'Helvetica Neue', Arial;
font-size: 14px;
font-weight: normal;
line-height: normal;
padding:10px;
}
#summary-view #fcSummaryBasket #summaryDisclamer .bold{
font-family: FordAntennaBold, Arial, Verdana, Tahoma, Helvetica, sans-serif;
}
#summary-view #fcSummaryBasket table,
#summary-view #fcSummaryBasket table td{
border-collapse: initial;
color: #425968;   
}
#summary-view #fcSummaryBasket tr:nth-of-type(even) {
background: #f9f9f9;
}
#finanCalcModule #calcSubText,
#finanCalcModule #summaryDisclamer, 
#finanCalcModule #monthlyDisclamer
{
color: rgb(70, 92, 107);
display: block;
font-family: Helvetica, 'Helvetica Neue', Arial;
font-size: 14px;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 20px;
}
#finanCalcModule .error {
border:2px solid rgb(34, 163, 230);
}
#summary-view #fcSummaryTable,
#finanCalcModule #financeCalc,
#finanCalcModule #summary {
width:100%;
overflow:hidden;
mini-height : 300px;
height:auto;
}
#summary-view #fcSummaryTable.collapse,
#finanCalcModule #financeCalc.collapse,
#finanCalcModule #summary.collapse{
height:0;
display: none;
}
#finanCalcModule.hidden,
#financeCalc .hidden {
display: none;
}
#fcSummaryBasket {
display:none;
} 
/*************************/
/*Finance calculator end*/
/***********************/
/* ==========================================================================
Media Queries for responsive layouts
========================================================================== */
@media only screen and (min-width : 769px) and (orientation:landscape) {
#finanCalcModule input,
#finanCalcModule select{
padding: 10px;
}
#finanCalcModule #summaryDisclamer .netherlands-table {
border: 1px solid #465C6B;
border-collapse: initial;
border-spacing: initial;
}
#finanCalcModule #summaryDisclamer .netherlands-table .message-label,
#finanCalcModule #summaryDisclamer .netherlands-table .message-value {
border-collapse: collapse;
border: 0;
color: #465C6B;
}   
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px)  {
/*  #fcSummaryBasket {
display:block;
} */
#finanCalcModule #summaryDisclamer .netherlands-table .message-label,
#finanCalcModule #summaryDisclamer .netherlands-table .message-value {
color: #465C6B;
}
#fcSummaryBasket .netherlands-table,
#finanCalcModule #summaryDisclamer .netherlands-table {
border: 1px solid #465C6B;
border-spacing: initial;
}
