﻿/* FLORIDA CAPITAL BANK */
/* Portal 2018 */

/* See /PLVIDS/slider.base.css for full stylesheet */

/**********************************************************************/
/* OVERRIDE CONFIGURATIONS
/**********************************************************************/
/*
#090276 - Blue
#090276 - Orange
#fff    - White 
#585c60 - Dark Gray: 
#93979c - Medium Gray: 
#e3e4e5 - Light Gray: 
*/

@import url(//fonts.googleapis.com/css?family=Ubuntu);

html, body {
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
    font-family: Ubuntu, 'Gotham Light', sans-serif;
}

.clear {
    clear: both
}

.banner {
    /*height: 65px;*/
    background-color: #FFFFFF;
    color: #3c3d43;
    padding: 10px 10px 0 10px;
}

#logo {
    /*background-color: #fff;
    border: 1px solid #58595b;*/
    max-width: 150px;
    padding: 0px;
    float: left;
}

.progress {
    height: 6px;
    width: 100%;
    margin: auto;
    border-radius: 0;
    /*position: relative;
    top: 770px;*/
    clear: both;
    border-top: 0px solid #090276;
    border-bottom: 0px solid #fff;
    background-color: #090276;
    opacity: 1;
}

.progress-bar {
    background-color: #090276;
    background-image: none;
    /*opacity: 0.5;*/
}

.footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px;
  color: #fff;
  background-color: #ffffff;
  text-align: center;
  border-top: 1px solid #090276;
  vertical-align: middle;
}

.copyright {
    margin-right:15px;
    color:#3c3d43;
    font-size: 17px;
    padding-bottom: 3px;
}

.socialIcons, .socialIcons a {
    color: #090276 ;
}
.socialIcons, .socialIcons a:hover {
    color: #ef3638 ;
}

a {
    color: #090276 ;
}

a:hover {
    color: #ef3638 ;
}

.fa {
    font-size:24px;
    margin-right:10px;
}

#device {
    display: inline;
    position: relative;
    top: 40px;
    left: 20px;
    visibility: hidden;
}

.loanOfficerLink {
    text-align: right;
    font-size: 17px;
    font-weight: normal;
}

.nmlsLink {
    text-align: right;
    font-size: 12px;
}

div.answer.linkButton > i.fa {
    background-color: #090276;
}

.glyphicon-phone-alt {
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.glyphicon-info-sign {
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.glyphicon-option-horizontal {
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 3px;
    text-align: center;
    -webkit-border-radius:26px;
    -moz-border-radius:26px;
    border-radius:26px;
    border:0px solid #ccc;
    width:26px;
    height:26px;
    padding-top: 5px;
    color: #fff;
    background-color: #090276;
    cursor: pointer;
}

/* portal */
.tpd-skin-portal .tpd-content,
.tpd-skin-portal .tpd-title,
.tpd-skin-portal .tpd-close { color: #fff; }
.tpd-skin-portal .tpd-background-content { background-color: #fff; }
.tpd-skin-portal .tpd-background {
  border-width: 1px;
  border-color: #93979c;
  
}
.tpd-skin-portal .tpd-title {
    font-size: 18px;
    text-transform: capitalize;
}
.tpd-skin-portal .tpd-background-title { background-color: #090276; }
/* line below the title */
.tpd-skin-portal .tpd-title-wrapper { border-bottom: 1px solid #090276; }
/* shadow */
.tpd-skin-portal .tpd-background-shadow { box-shadow: 0 0 8px rgba(0,0,0,.15); }
/* spinner */
.tpd-skin-portal .tpd-spinner-spin {
  border-color: rgba(255,255,255,.2);
  border-left-color: #fff;
}
/* links */
.tpd-skin-portal a { color: #58595b; text-decoration: underline; }
.tpd-skin-portal a:hover { text-decoration: none; }
.tpd-skin-portal .tpd-background 
{
    border-radius: 15px;
}
.tpd-skin-portal .tpd-no-stem .tpd-background-box,
.tpd-skin-portal .tpd-no-stem .tpd-shift-stem { display: none; }
.tpd-skin-portal .tpd-no-stem .tpd-background-box-top { display: block; }

.tipPhoto {
    margin-bottom: 20px;
    max-width: 350px;
    border: 1px solid silver;
}

.tipName {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid silver;
}

.tipLabel {
    font-size: 17px;
    width: 100px;
    font-weight: bold;
    /*opacity: 0.75;*/
    vertical-align: top;
    color: #58595b;
}

.tipData {
    font-size: 17px;
    display: inline-block;
    color: #58595b;
}

.tipData a {
    color: #090276;
    text-decoration: underline;
}
.tipData a:hover {
    color: #ef3638;
    text-decoration: underline;
}

#carousel {
    margin-top: 120px;
    /*width: 1920px;*/
    width: 100%;
}
.wrapper {
    margin: 0 10%;
    
}

.lionSlider {
    list-style-type: none;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin: auto auto;
}

.lionSlider li {
    position: absolute;
    left: 0;
    width: 88%;
    /*margin: 0 3%;*/
    margin: 0 6% 50px 6%;
}

.btnPrevSlide {
    display: block;
    float: left;  
    z-index: 99999;
    position: fixed;
    left: 15px;
    top: 45%; /*140px;*/
    background-image:url('../../9999/sys/images/arrow.png');
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    height: 100px;
    width: 25px;
    opacity: 0.50;
    cursor: pointer;
    border: 0 none;
}

.btnPrevSlide:hover {
    opacity: 0.75;
}

.btnNextSlide {
    display: block;
    float: right;  
    z-index: 99999;
    position: fixed;
    right: 15px;
    top: 45%; /*140px;*/
    background-image:url('../../9999/sys/images/arrow.png');
    height: 100px;
    width: 25px;
    opacity: 0.35;
    cursor: pointer;
    border: 0 none;
}

.btnNextSlide:hover {
    opacity: 0.75;
}

.glyphicon-map-marker {
    font-size: 30px;
    margin-right: 10px;
    position: relative;
    top: 3px;
    color: orange;
}

.glyphicon-exclamation-sign {
    font-size: 30px;
    margin-right: 10px;
    position: relative;
    top: 3px;
    color: red;
}

.form-control {
    color: #58595b;
}

.message {
    font-family: Ubuntu, 'Gotham Light', sans-serif;
    font-style: normal;
    font-size: 32px;
    color: #58595b; /*#090276;*/
    margin-bottom: 20px;
    display: block;
    clear: both;
    /*visibility: hidden;*/
}

.addressWarning {
    font-family: Ubuntu, 'Gotham Light', sans-serif;
    font-style: normal;
    font-size: 24px;
    color: red;
    margin-bottom: 20px;
    display: block;
    clear: both;
    /*visibility: hidden;*/
}

.summary
{
    text-align: left;
    width: 80%;
}

.summary div 
{
    border-bottom: 1px solid silver;
    text-align: right;
    padding: 5px 0;
    font-size: 18px;
    color: #005db9;
}

.summary label 
{
    font-weight: bold;
    float: left;
}

.summary .detail 
{
    /*min-width: 100px;*/
    display: inline-block;
    text-decoration: underline;
    color: #090276;
    cursor: pointer;
}

.summary .detailLeftAlign 
{
    /*min-width: 100px;*/
    display: inline-block;
    text-decoration: underline;
    color: #090276;
    text-align: left;
    cursor: pointer;
}

.summary.detail:hover, .summary.detailLeftAlign:hover
{
    text-decoration: none;
    cursor: pointer;
}

.icon-ehl_2
{
    color: #090276;
}

/*************************************************************************************************************/


.slider-horizontal .slider-selection {
    background: silver;
    opacity: 0.50;
}

.slider-tick.in-selection {
    background-color: silver;
    background-image: none;
    opacity: 1;
}

.slider-handle {
    top: -2px;
    width: 25px;
    height: 25px;
    background-color: #090276;
    background-image: none;
    /*background-image: -webkit-linear-gradient(top,#149bdf 0,#0480be 100%);
    background-image: -o-linear-gradient(top,#149bdf 0,#0480be 100%);
    background-image: linear-gradient(to bottom,#149bdf 0,#0480be 100%);
    background-repeat: repeat-x;*/
}

.textAnswerSlider {
    /*font-family: 'Gotham Light', sans-serif;*/
    font-style: normal;
    font-size: 40px;
    color: #58595b;
}

.textAnswerSliderLabel {
    /*font-family: 'Gotham Light', sans-serif;*/
    font-style: normal;
    font-size: 40px;
    color: #58595b;
}

.alignRight {
    text-align:right;
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.alignLeft {
    text-align:left;
    /*padding-right: 5px !important;*/
    padding-left: 3px !important;
}

.linkButton {
    width: 300px;
    margin: auto auto;
    background-color: #fff;
    color: #090276;
    font-weight: normal;
    font-size: 24px;
    padding: 10px 0;
    margin-bottom: 10px;
    border: 2px solid #090276;
    border-radius: 30px;
    cursor: pointer;
    opacity: 1;
    font-family: Ubuntu, 'Gotham Light', sans-serif;
}

.linkButton:hover {
    background-color: #fff;
    color: #090276;
    opacity: 1;
}

.linkButtonSelected {
    background-color: #090276;
    color: #fff !important;
    opacity: 1;
    font-family: Ubuntu, 'Gotham Light', sans-serif;
}

.linkButtonSelected:hover {
    background-color: #090276;
    color: #fff;
    opacity: 1;
}

.input-lg {
    height: 66px;
    padding: 10px 16px;
    font-size: 30px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.slider-tick-label {
    font-size: 12px;
    color: #58595b;
}

.noBorder {
    border: 0;
    color: #58595b;
    font-size: 40px;
    box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 1px;
}

/* OLD STUFF */
/*.sliderContainer {
    padding: 20px;
    width: 90%;
    margin: auto auto;
    position: relative;
}*/

.question {
    font-family: Ubuntu, 'Gotham Light', sans-serif;
    font-style: normal;
    font-size: 32px;
    color: #585c60;
    margin-bottom: 20px;
    display: block;
    clear: both;
}



/*.btn {
    outline: none;
}

#preloader {
    position: relative;
    top: -215px;
    left: 415px;
    z-index: 20000;
    visibility: visible;
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #ccc;
    border: solid 1px #ccc;
    background-image: none;
}*/
