.navbar-inner { 
    background-image: url(../../images/orange/orange-line-main.png); 
}

/* Sidebar calculator */

.calculator-old button.ofg-multiline-button {
    border: 3px solid #885914;
    background-color: #6d6e6c;
    background-image: -ms-linear-gradient(top, #6d6e6c 0%, #4e4f4d 100%);
    background-image: -moz-linear-gradient(top, #6d6e6c 0%, #4e4f4d 100%);
    background-image: -o-linear-gradient(top, #6d6e6c 0%, #4e4f4d 100%);
    background-image: -webkit-linear-gradient(top, #6d6e6c 0%, #4e4f4d 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6d6e6c), color-stop(1, #4e4f4d));
    background-image: linear-gradient(to bottom, #6d6e6c 0%, #4e4f4d 100%);
    text-shadow: 0 -1px 1px #be8d40;
}

.calculator-old button.ofg-multiline-button:hover {
    background-color: #5c5c5a;
    background-image: -ms-linear-gradient(top, #5c5c5a 0%, #414140 100%);
    background-image: -moz-linear-gradient(top, #5c5c5a 0%, #414140 100%);
    background-image: -o-linear-gradient(top, #5c5c5a 0%, #414140 100%);
    background-image: -webkit-linear-gradient(top, #5c5c5a 0%, #414140 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5c5c5a), color-stop(1, #414140));
    background-image: linear-gradient(to bottom, #5c5c5a 0%, #414140 100%);
}

.calculator-old button.ofg-multiline-button:active {
  background-color: #383837;
  background-image: -ms-linear-gradient(top, #383837 0%, #4d4c4b 100%);
  background-image: -moz-linear-gradient(top, #383837 0%, #4d4c4b 100%);
  background-image: -o-linear-gradient(top, #383837 0%, #4d4c4b 100%);
  background-image: -webkit-linear-gradient(top, #383837 0%, #4d4c4b 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #383837), color-stop(1, #4d4c4b));
  background-image: linear-gradient(to bottom, #383837 0%, #4d4c4b 100%);
}

.ofg-calculator-form .ofg-info-panel, .ofg-calculator-profile .ofg-info-panel {
    background: #E27E0C;
    color: #ffffff;
    border: 1px solid #565656;
}

.ofg-calculator-form .ofg-info-panel .title, .ofg-calculator-profile .ofg-info-panel .title {
    color: #ffffff;
}

.ofg-calculator-form .ofg-info-panel .title .date {
    color: #ffffff;
}

.ofg-calculator-form .ofg-info-panel .loanInfoLink a, .ofg-calculator-profile .ofg-info-panel .loanInfoLink a {
    color: #ffffff;
}

.ui-slider-horizontal .ui-slider-range {
    background: url(../../images/orange/slider-fill.png);
}

.ui-slider {
    border: 2px solid #885914;
    background-color: #fdfdfd;
    background-image: -ms-linear-gradient(top, #fdfdfd 0%, #e5e5e5 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd 0%, #e5e5e5 100%);
    background-image: -o-linear-gradient(top, #fdfdfd 0%, #e5e5e5 100%);
    background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #e5e5e5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(1, #e5e5e5));
    background-image: linear-gradient(to bottom, #fdfdfd 0%, #e5e5e5 100%);
}

.ofg-slider-track .ui-slider-handle {
    background: url(../../images/orange/calculator-sprite.png) no-repeat;
    background-position: 0 -68px;
}

.ofg-slider-track .ui-slider-handle .current-value {
    display: none;
}

#sidebar1 form input.ofg-slider-input {
    border: 2px solid #885914;
}

.accordion-heading a.accordion-toggle {
        background: url(../../images/orange/accordion-bullet.png) no-repeat 0 8px;
}

.accordion-heading a.accordion-toggle:hover {
        color: #f28f04;
        background-position: 0 -80px;
}

.accordion-heading.active a.accordion-toggle,
.accordion-heading.active a.accordion-toggle:hover{
        color: #f28f04;
        background-position: 0 -168px;
}

/* Calculator */ 

.widget_vivus_calculator {
    background: url(../../images/orange/calculator-bg.jpg);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2),0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2),0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2),0 0 0 rgba(0, 0, 0, 0);
    background-repeat: repeat-y;
    background-size: cover;
}

.calculator-tabs.ui-state-default,
.calculator-tabs .ui-widget-content .ui-state-default,
.calculator-tabs .ui-widget-header .ui-state-default {
    border-bottom: 0px none #a5a5a5 ! important;
    background: #666666;
    color:#555555;
}

.calculator-tabs.ui-state-hover,.calculator-tabs .ui-widget-content .ui-state-hover,.calculator-tabs .ui-widget-header .ui-state-hover{
    background: #db7204;
}

.calculator-tabs.ui-state-active,.calculator-tabs .ui-widget-content .ui-state-active,.calculator-tabs .ui-widget-header .ui-state-active{
    border: 0.09em solid #df6d13;
    border-bottom: 0px none #a5a5a5 !important;
    background:#b77e41 url(../../images/orange/bg-active-tab.png);
}

.calculator-tabs.ui-state-active#repeated-loan-tab,.calculator-tabs .ui-widget-content .ui-state-active#repeated-loan-tab,.calculator-tabs .ui-widget-header .ui-state-active#repeated-loan-tab{
    background: #b77e41 url(../../images/orange/bg-active-second-tab.png) ;
}

.ofg-slider-button { background: url(../../images/orange/calculator-sprite.png) no-repeat; }
.ofg-slider-dec{left:0;background-position:0 0;}
.ofg-slider-dec:hover{left:0;background-position:-34px 0;}
.ofg-slider-dec:active{left:0;background-position:-68px 0;}
.ofg-slider-dec.ui-state-hover{background-position:-34px 0;}
.ofg-slider-dec.ui-state-active{background-position:-68px 0;}
.ofg-slider-inc{right:100px;background-position:0 -34px;}
.ofg-slider-inc:hover{background-position:-34px -34px;}
.ofg-slider-inc:active{background-position:-68px -34px;}
/* .ofg-slider-inc.ui-state-hover{background-position:-34px -34px;}
.ofg-slider-inc.ui-state-active{background-position:-68px -34px;} */
.ofg-slider-track .ui-slider-handle{border:none;background:url(../../images/orange/calculator-sprite.png) no-repeat;background-position:0 -68px;}.ofg-slider-track .ui-slider-handle.ui-state-hover{background-position:-26px -68px;}
.ofg-slider-track .ui-slider-handle.ui-state-active{background-position:-52px -68px;}
input.ofg-slider-input{position:absolute;top:0;right:0;width:80px;height:34px;margin:0;padding:3px;-moz-box-sizing:border-box;box-sizing:border-box;border:2px solid #617347;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;font-size:20px;font-weight:bold;text-align:center;}
.ofg-slider input.ofg-slider-input{margin:0;padding:2px;}
.ofg-slider-input-unit { display: none; position: absolute; top: -48px; right: 5px; font-weight: bold; }
.ofg-slider-sections{position:relative;margin:0 2px;}
.ofg-slider-sections .ofg-section{position:absolute;top:-35px;width:40px;height:53px;margin-left:-20px;background:url(../../images/slider-section.png) no-repeat center bottom;font-size:13px;font-weight:bold;color:#fff;text-align:center;text-shadow:rgba(0, 0, 0, 0.4) -1px -1px;}
.ofg-slider-sections .last-section{background:none;margin-left:-10px;height:20px;}
.ofg-slider-sections .ofg-section:hover{cursor:pointer;}
.ofg-slider-sections .first-section{display:none};
/* Slider */

.easingslider .easingslider-pagination .easingslider-page span{
    background-image: url(../../images/orange/cycle-nav.png) !important;
}

.easingslider .easingslider-pagination .easingslider-page.active span{
    background-image: url(../../images/orange/cycle-nav.png) !important;
}
/* Meta slider */
.slider-wrapper .flex-control-paging li a{
    background-image: url(../../images/orange/cycle-nav.png) !important;
}

.slider-wrapper .flex-control-paging li a.flex-active{
    background-image: url(../../images/orange/cycle-nav.png) !important;
}

/* Buttons */

a.btn-old,
.login-form-old input.button-primary,
#es_txt_button_pg {
    border: 1px solid #df6d13;
    background-color: #ff9f18;
    background-image: -ms-linear-gradient(top, #ff9f18 0%, #f1910a 100%);
    background-image: -moz-linear-gradient(top, #ff9f18 0%, #f1910a 100%);
    background-image: -o-linear-gradient(top, #ff9f18 0%, #f1910a 100%);
    background-image: -webkit-linear-gradient(top, #ff9f18 0%, #f1910a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff9f18), color-stop(1, #f1910a));
    background-image: linear-gradient(to bottom, #ff9f18 0%, #f1910a 100%);
    -moz-box-shadow: 0 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0);
    text-shadow: 0px -1px #506e1e;
}

a.btn-old:hover,
.login-form-old input.button-primary:hover,
#es_txt_button_pg:hover {
    background-color: #f28e17;
    background-image: -ms-linear-gradient(top, #f28e17 0%, #e48009 100%);
    background-image: -moz-linear-gradient(top, #f28e17 0%, #e48009 100%);
    background-image: -o-linear-gradient(top, #f28e17 0%, #e48009 100%);
    background-image: -webkit-linear-gradient(top, #f28e17 0%, #e48009 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f28e17), color-stop(1, #e48009));
    background-image: linear-gradient(to bottom, #f28e17 0%, #e48009 100%);
}

.back-btn-save{ background: url(../../images/orange/button-icon-save.png); }
.back-btn-print{ background-image: url(../../images/orange/button-icon-print.png); }
.back-btn-chat,.back-btn-chat-white{ background-image: url(../../images/orange/button-icon-chat.png); }
.back-btn-message,.back-btn-message-white{ background-image: url(../../images/orange/button-icon-email.png); }

/* Widgets */

#sidebarhome .widgettitle {
        border-bottom: 5px solid #f28f04;
}

/* Side panel */

#side-panel .side-panel-page .title {
    color: #ff990a;
}

/* Login form */

.login-head-top a,
.login-head-top a:hover,
.login-form-old a,
.login-form-old a:hover {
    color: #ff990a;
}
.login-form-old input[type=text],
.login-form-old input[type=email],
.login-form-old input[type=password] {
    font-size: 13px;
}

/* List form */

ol.ordered-list li h3:before,
.ordered-accordion .accordion-toggle:before {
    background-color: #da8207;
    background-image: -ms-linear-gradient(top left, #f29a1e 0%, #da8207 100%);
    background-image: -moz-linear-gradient(top left, #f29a1e 0%, #da8207 100%);
    background-image: -o-linear-gradient(top left, #f29a1e 0%, #da8207 100%);
    background-image: -webkit-linear-gradient(top left, #f29a1e 0%, #da8207 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #f29a1e), color-stop(1, #da8207));
    background-image: linear-gradient(to bottom right, #f29a1e 0%, #da8207 100%);
}


/* Tabs */

.nav-tabs > li a,
.nav-tabs > li a:hover {
    background: transparent url(../../images/orange/repay-tabs.png) 0 11px no-repeat;
}
.nav-tabs > li.active.repay-tab-ontime a {
    background-position: 0 -39px;
}
.nav-tabs > li.repay-tab-extend a {
    background-position: 0 -89px;
}

.nav-tabs > li.active.repay-tab-extend a {
    background-position: 0 -139px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-bottom: 3px solid #f28f04;
    color: #f28f04;
}

.nav-tabs > li.active:before {
    background-color: #f28f04;
}

/* Pagination */
.pagination {
    margin: 20px 0;
    text-align: right;
}

.pagination ul > li {
    display: inline-block;
    margin-left: 5px;
}

.pagination ul > .active > a{
    color: #fff;
}

.pagination ul > .disabled > a,
.pagination ul > li > a {
    padding: 5px;
    line-height: 10px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    background: #f28f04;
    border-radius: 2px;
}

.pagination ul > .active > a:hover,
.pagination ul > .disabled > a:hover,
.pagination ul > li > a:hover {
    background-color: #f28f04;
    color: #fff;
}

.pagination ul > .active > a:hover{
    background-color: #000;
}


.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}

.pagination ul > .active > a, .pagination ul > .active > span {
    background: #000;
}

body button, body .btn, .button-primary {
    background: #f28f04;
    border-bottom: 3px solid #df6d13;
}

body .btn:hover, body .btn:focus, .btn:active,
.button-primary:hover, .button-primary:focus {
    background-color: #f28f04;
}

#sidebarhome .middle-widget span.first-elem{
    color: #f58220;
}

#sidebarhome .middle-widget span.large-text{
    color: #f58220;
}

.btn-navbar,
.navbar .btn-navbar,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
    background: #f28f04;
    border: 1px solid #df6d13;
}

span.alpha,
ol.ordered-list li h3:before,
.ordered-accordion .accordion-toggle:before {
    background-color: #da8207;
    background-image: -ms-linear-gradient(top left, #f29a1e 0%, #da8207 100%);
    background-image: -moz-linear-gradient(top left, #f29a1e 0%, #da8207 100%);
    background-image: -o-linear-gradient(top left, #f29a1e 0%, #da8207 100%);
    background-image: -webkit-linear-gradient(top left, #f29a1e 0%, #da8207 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #f29a1e), color-stop(1, #da8207));
    background-image: linear-gradient(to bottom right, #f29a1e 0%, #da8207 100%);
}

.back-btn-chat-white, .back-btn-message-white {
    padding-left: 25px;
}

ul.yes-list > li { background-image: url(../../images/orange/icon-yes.png); }

@media screen and (min-width: 980px) {
    #sidebar1 .widget_vivus_calculator {
        background: url(../../images/orange/side-calculator-bg2.jpg);
    }
}


.vivus-seo-block {
	border-top-color: #f28f04;
	background: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
}

/* chatbot CSS */


.chatbot-body {
    position: fixed;
    z-index: 9999;
    padding-top: 64px;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.94);
}

.chatbot-header {
    padding: 11px 15px;
    display: flex;
    flex-direction: column;
    background-color: #51514f;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    color: white;
    font-size: 16px;
    position: absolute;
    font-weight: bold;
    top: 0;
    width: 100%;
}

.chatbot-header-icon {
    height: 23px;
    width: 23px;
    fill: #116c3a;
    cursor: pointer;
    margin: 0 3px 0 10px;
}

.chatbot-chat-icon {
    width: 35px;
    vertical-align: text-top;
    margin-right: 5px;
    margin-top: 5px;
}

.chatbot-open-chat {
    width: 40px
}

.chatbot-talk-to-agent {
    color: #F58221;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 40px;
    margin-top: -5px;
}

.chatbot-input-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    background-color: #ffffff;
    padding: 22px 17px;
    width: 100%;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 -2px 4px 0 rgba(0,0,0,0.07);
}

.chatbot-question-input {
    border: 0;
    font-size: 14px;
    line-height: 20px;
    width: 85%;
    margin-left: 10px;
}

.chatbot-question-input:focus {
    outline: none;
}

.chatbot-question-input::placeholder {
    color: #afafaf;
}

.chatbot-submit-icon-active {
    fill: #f58221 !important;
}


.chatbot-submit-button {
    border: 0;
    background: none;
    padding: 0 10px 0 5px;
    cursor: pointer;
}

.chatbot-submit-button :focus {
    outline: none;
}

.chatbot-submit-icon {
    width: 20px;
    vertical-align: sub;
}

.chatbot-submit-iconsvg {
    fill: #afafaf !important
}

.chatbot-conversation-box {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 0 20px;
}

.chatbot-message-container-main {
    display: flex;
    flex-direction: column
}

.chatbot-empty-div {
    padding-top: 90px
}

.chatbot-message {
    border-radius: 11px;
    padding: 10px 15px 8px;
    font-size: 13px;
    line-height: 16px;
    max-width: 250px;
}

.chatbot-time {
    font-size: 9px;
    text-align: right;
    padding-top: 8px;
    color: #9a9a9a;
}

.chatbot-answer-message {
    background-color: #f58221;
    color: #ffffff;
    margin-left: 20px;
}

.chatbot-question-message {
    color: #46484b;
    background-color: #e6e6e6;
    align-self: flex-end;
}

.chatbot-message-container {
    margin-top: 19px;
    display: flex;
    flex-direction: row;
}

.chatbot-answer-container {
    align-items: flex-start;
}

.chatbot-answer-container svg {
    width: 34px;
    border-radius: 50%;
    box-shadow: 0 2px 44px 0 rgba(0,0,0,0.2);
}
}

.chatbot-typing {
    padding: 0;
    width: 58px;
    margin-left: 20px;
    border-radius: 20px;
}

.chatbot-question-container {
    justify-content: flex-end;
    width: 100%;
}

.chatbot-answer-optionscontainer {
    display: block;
    padding-top: 6px;
}

.chatbot-answer-option {
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
    padding: 5px 10px 5px;
    margin: 0 5px 5px 0;
    transition: all 0.2s ease-in-out;
}

.chatbot-answer-option:hover {
    border-color: #116c3a;
    color: #116c3a;
    transition: all 0.2s ease-in-out;
}

.chatbot-disabled {
    border-color: #d7e7ab;
    color: #d7e7ab;
    cursor: default
}

.chatbot-chat-toggle-container {
    position: fixed;
    z-index: 9999;
    bottom: -85px;
    right: 20px;
    height: 60px;
    transition: 0.5s ease-in-out;
    transition-property: bottom;
    background: linear-gradient(180deg, #f58221 0%, #e16e0d 100%);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    box-shadow: 0 8px 10px 0 rgba(0,0,0,0.2);
    flex-direction: column;
    align-items: flex-end
}

.chatbot-chat-toggle {
    position: relative;
    width: 60px;
    height: 60px;
    background: linear-gradient(180deg, #f58221 0%, #e16e0d 100%);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
}

.chatbot-chat-toggle svg {
    width: 30px;
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    fill: white;
}

.chatbot-visible {
    bottom: 85px;
}

.chatbot-tooltip {
    display: none;
    color: white;
    position: absolute;
    font-size: 13px;
    line-height: 16px;
    background-color: #f58221;
    box-shadow: 0 2px 30px 0 rgba(0,0,0,0.2);
    border-radius: 11px;
    padding: 11px 23px 12px 16px;
    top: -50px;
    width: 220px;
}

.chatbot-tooltip:after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #f58221;
    position: absolute;
    right: 25px;
    bottom: -4px;
    transform: rotate(45deg);
}

.chatbot-tooltip-close {
    width: 8px;
    fill: white;
    position: absolute;
    top: 8px;
    right: 7px;
    cursor: pointer
}

.chatbot-open {
    width: auto;
    height: auto;
    background: none;
}

.chatbot-open svg {
    width: 16px;
    top: 0;
}

@media screen and (min-width: 480px) {
    .chatbot-body {
        bottom: 100px;
        top: auto;
        width: 370px;
        right: 20px;
        height: 640px;
        border-radius: 8px;
        box-shadow: 0 0 25px 0 rgba(120, 120, 120, 1);
        max-height: 80%;
    }

    .chatbot-open {
        top: auto;
        width: 60px;
        height: 60px;
        background: linear-gradient(180deg, #f58221 0%, #e16e0d 100%);
    }

    .chatbot-open  svg {
        width: 20px;
    }

    .chatbot-tooltip {
        display: block;
    }
    .chatbot-visible {
        bottom: 35px;
    }
    .chatbot-input-form {
        padding: 17px;
    }
    .chatbot-header {
        padding: 18px;
        flex-direction: row;
        border-radius: 8px 8px 0 0;
        align-items: center;
        justify-content: space-between;
    }
    .chatbot-chat-icon {
        vertical-align: middle;
        margin-top: 0;
        margin-right: 10px;
        width: 36px;
    }
    .chatbot-talk-to-agent {
        margin: 0;
    }
}