﻿/* MORTGAGE DEMO */

/**********************************************************************/
/* CONFIGURATIONS
/**********************************************************************/

.banner {
    height: 100px;
    background-color: #dceef7;
}
.footer {
  background-color: #dceef7;
  border-top: 1px solid #fff;
}
a {
    color: #337ab7;
}
a:hover {
    color: #337ab7;
}
.slider-handle {
    background-color: #337ab7;
}
.textAnswer {
    font-family: 'Gotham Light', sans-serif;
    color: #808080;
}
.input-lg {
    color: #808080;
}
.linkButton {
    color: #337ab7;
    border: 2px solid #337ab7;
}
.linkButton:hover {
    background-color: #fff;
    color: #337ab7;
}
.linkButtonSelected {
    color: #fff;
    background-color: #337ab7;
    border: 2px solid #337ab7;
}
.linkButtonSelected:hover {
    background-color: #337ab7;
    border: 2px solid #337ab7;
    opacity: 1;
    cursor:auto;
}
.question {
    font-family: 'Gotham Light', sans-serif;
    font-size: 40px;
    color: #337ab7;
}
.location {
    font-family: Arial;
    font-size: 32px;
    color: #808080;
}
.progress {
    border-bottom: 0px solid #337ab7;
}
.progress-bar {
    background-color: #337ab7;
}
.summary .detail {
    color: #337ab7;
}
.summary .detailLeftAlign {
    color: #337ab7;
}
.glyphicon-option-horizontal {
    background-color: #337ab7
}
.tpd-skin-portal .tpd-background { border-color: #3D95CE; }
.tpd-skin-portal .tpd-background-title { background-color: #3D95CE; }
.tpd-skin-portal .tpd-title-wrapper { border-bottom: 1px solid #3D95CE; }
.tpd-skin-portal a { color: #3D95CE; }