﻿input[type=number] {
    padding-right: 0;
}
input.form-control {
    border-radius: 12px;
}
textarea.form-control {
    resize: vertical;
    border-radius: 12px;
}
.bg-light {
    background: #f3f3f3;
}
.bg-summary {
    background: #17C3B2;
    color: #eaf3f1;
    border-top: 1px solid #17C3B2;
    border-bottom: 1px solid #17C3B2;
}
.bg-summary.border-bottom {
    border-color: #17C3B2;
}
.bg-summary.border-top {
    border-color: #17C3B2;
}

.bg-summary label{
    float:left;
    width:100%;
    margin: 0;
}
.bg-summary h3{
    float:left;
    width:100%;
    margin:5px 0 5px;
    font-weight: bold;
}
.bg-summary .input-group  h3 {
    margin-top: 9px
}
.bg-summary .input-group {
    margin: 5px 0 5px;
    float: left;
}
.bg-summary small{
    float:left;
    width:100%;
    margin:0;
    font-size: 60%;
    font-style: italic;
}
.bg-summary .input-group-addon {
    background: #fff;
    border-color: #17C3B2;
    color: #17C3B2;
}
    .bg-summary .input-group-addon.disabled {
        color: #ffffff80;
    }
.bg-summary input, .bg-summary input:disabled{
    border-color: #44bfa9 !important;
}
.bg-summary input:disabled{
    background-color: #92dccf !important;
}
#application {
    padding: 30px 0;
}
.payment-method-checks .form-group { 
    margin-bottom:0px;
}

.payment-method-checks { 
    margin-bottom:20px;
}
    .payment-method-checks input[type=checkbox].toggle + label {
        margin-bottom: 11px;
    }
    #commence-application, #affordability-income, #affordability-bills, #affordability-living-costs, #affordability-insurance, #affordability-creditors, #affordability-travel, #affordability-leisure {
        padding: 30px 0;
    }

.capture_Image input[type=file] {
    height: 1px;
    width: 1px;
    visibility: hidden;
}

.capture_Image input[type=file] + label i {
    margin-right: 10px;
}

.capture_Image .image-preview {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px;
    min-width: 100%;
    margin-bottom: 15px;
}

#dashboard {
    min-height: calc(100vh - 114px);
}

#dashboard h3 {
    margin-top: 0;
}

#dashboard .border-right {
    border-right: 1px solid #ddd;
}

#dashboard .border-left {
    border-left: 1px solid #ddd;
}
#dashboard .panel {
    border: none;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    margin-bottom: 30px;
}
#dashboard .panel button {
    margin: 12px auto;
    display: block;
}

#dashboard .panel .icon-background {
    color: #ffffff20;
}

#dashboard .panel .fa-stack {
    margin: 34px 0 35px;
}

#dashboard .privacy {
    transition: 0.2s ease all;
    opacity: 0;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

#nav_appSync {
    position: relative;    
}

#nav_appSync .appSync-progress {
    position: absolute;
    overflow: hidden;
    color: #fff;
    background: none;
    height: 5px;
    bottom: 9px;
    width: 90%;
    left: 5%;  
    display: none;
}

#nav_appSync .appSync-progress .bar {
    float: left;
    height: 6px;
    background: #42c7af;
}
#nav_appSync .appSync-progress > span {
    width: 40%;    
    margin: auto 0;
    background: #e2e2e2;
    border-radius: 50px;
    float:left;
    overflow:hidden;    
}
#nav_appSync .appSync-progress > span.upload{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 10%;
}
#nav_appSync .appSync-progress > span.download {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 10%;
}
#nav_appSync .appSync-progress .bar.success {
}


#nav_appSync.processing .appSync-progress {
    display:block;
}
@keyframes rotate {
    from {        
        transform: rotate(0deg);
    }

    to {        
        transform: rotate(360deg);
    }
}
#nav_appSync.success.warning i:after, #nav_appSync.warning i:after {
    background: #f0ad4e;
}
#nav_appSync.success.danger i:after, #nav_appSync.warning.danger i:after , #nav_appSync.danger i:after {
    background: #d9534f !important;
}

#nav_appSync.processing i:after {
    background: #ffffff !important;
    border: 2px solid #42c7af;
    border-left-color: transparent;
    animation: rotate 1s linear infinite;
}
main.container-fluid {
    padding: 0;
}

#alert__container {
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgba(255,255,255,.4);
    position: fixed;
    z-index: 15000;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.alert, .prompt {
    position: absolute;
    bottom: auto;
    right: 0;
    margin: 0 0 0;
    padding: 10px 15px;
    display: block;
    z-index: 15000;
    border-radius: 0;
    border: none;
    transition: margin ease-in-out 0.3s;
    font-size: 12px;
    /*text-transform: capitalize;*/
    width: 220px;
    background: #f5f5f5;
    left: 0;
    margin: auto;
    top: 50px;
    height: auto;
    text-align: left;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    color: #4e4e4e;
}
.alert ul{
    padding-left: 20px;
}
.alert.wide, .prompt {
    width: 50%;
}
.alert a, .prompt a {
    /*border-color: #b6d0dc;
    border-bottom: 2px solid #b6d0dc;    */
}
.alert .actions a, .prompt .actions a {
    width: 100%;
    margin: 10px 0 0;
}
.alert.alert-warning a, .prompt.alert-warning a {
    border-color: #e2d4c0;
    border-bottom: 2px solid #e2d4c0;
}
@-webkit-keyframes pop-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9);
    }
    55% {        
        -webkit-transform: scale(1.2);
    }
    70% {
        -webkit-transform: scale(1.0);
    }
    95% {
        -webkit-transform: scale(1.05);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

#alert__container.pop-up, #alert__container.pop-up-prompt {
    display: block;
    /*margin-bottom: 0;
    box-shadow: 0 0 10px 2px rgba(30, 35, 32, 0.3)*/
}
#alert__container.pop-up .alert {
    -webkit-animation: pop-in .5s;
    -moz-animation: pop-in 0.5s;
    -ms-animation: pop-in .5s;
}
#alert__container.pop-up .prompt{
    display:none;
}
#alert__container.pop-up-prompt .prompt {
    -webkit-animation: pop-in .5s;
    -moz-animation: pop-in 0.5s;
    -ms-animation: pop-in .5s;
}
#alert__container.pop-up-prompt .alert{
    display: none;
}
.alert.alert-danger, .prompt.alert-danger {
    color: #fff;
}

.alert.alert-danger, .prompt.alert-danger {
    color: #fff;
}

.alert.alert-warning, .prompt.alert-warning {
    color: #fff;
}

.alert i, .prompt i {
    font-size: 30px;
    margin: 5px 0 10px;
}

#login .title-banner{    
    height: 100vh;    
    top: 0;
    bottom: 0;    
    background: #2A9FD8;
    background: linear-gradient(180deg, #40a9dc 1%, #2A9FD8 100%);
    background: linear-gradient(180deg, #946bd0 1%, #7930e3 100%);    
    color: #fff;
    margin-top: -63px;
}
#login .title-banner h2{
    margin-top: 78px;
}


#loadingApp {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11000;
    background: #2A9FD8;
    background: linear-gradient(180deg, #40a9dc 1%, #2A9FD8 100%);
    background: linear-gradient(180deg, lighten(#7930e3, 5) 1%, #7930e3 100%);
    background: linear-gradient(180deg, #7930e3 1%, #d3b5ff 100%);
    background: #0881bd;
}

.loadingWave {
    height: 100px;
    width: 132px;
    position: absolute;    
    left: 0;
    right: 0;
    margin: auto;
}
#loadingApp .loadingWave {
    position: fixed;    
    bottom: 0;
    top: 0;
    margin: auto;
}
.loadingWave .line {
    animation: expand 2.1s ease-in-out infinite;
    border-radius: 10px;
    display: inline-block;
    transform-origin: center center;
    margin: 0 3px;
    width: 5px;
    height: 5px;
    background: #000;
    float: left;
}
#loadingApp .loadingWave .line {
    background: #fff;
}
#loadingApp .loadingWave .loadingStatus{
    position: absolute;
    width: 100%;
    bottom: -40px;
    text-align: center;
    color: #fff;
    font-size: 10px;    
    text-transform: capitalize;
}
#loadingApp.overlay {
    background: rgba(42, 159, 216,0.2);
    display: none;
}

#loadingApp.overlay .loader .line {
    background-color: #2A9FD8
}

#loadingApp .loadingWave .line:nth-child(1) {
}

.loadingWave .line:nth-child(2) {
    animation-delay: 180ms;
}

.loadingWave .line:nth-child(3) {
    animation-delay: 360ms;
}

.loadingWave .line:nth-child(4) {
    animation-delay: 540ms;
}

.loadingWave .line:nth-child(5) {
    animation-delay: 720ms;
}

.loadingWave .line:nth-child(6) {
    animation-delay: 900ms;
}

.loadingWave .line:nth-child(7) {
    animation-delay: 1080ms;
}

.loadingWave .line:nth-child(8) {
    animation-delay: 1260ms;
}

.loadingWave .line:nth-child(9) {
    animation-delay: 1440ms;
}

.loadingWave .line:nth-child(10) {
    animation-delay: 1620ms;
}

.loadingWave .line:nth-child(11) {
    animation-delay: 1800ms;
}

.loadingWave .line:nth-child(12) {
    animation-delay: 1980ms;
}
.table-responsive .loadingWave{
    transform: scale(0.5);
    position:relative;
}
#stages-tab li {
    cursor: pointer;
    padding: 0;
}

#stages-tab li a {
    width: 100%;
    padding: 14px 10px;
    height: 100%;
    display: block;
}

#loan-plan .loan-plan-title {
    width: 50%;
    display: inline-block;
    float: left;
}

#loan-plan .loan-plan-check {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 15px;
}

#loan-plan .loan-plan-check label,
#loan-plan .loan-plan-check input {
    display: inline-block;
}

#loan-plan select {
    width: 100%;
}

@keyframes expand {
    0% {
        transform: scale(1);
    }

    25% {
        /*transform: scale(2);*/
        height: 75px;
    }
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.panel-sortable .sortable-handle i {
    vertical-align: middle;
    display: table-cell;
}

.table-custom tr td {
    vertical-align: middle !important;
}

.table-custom .number-box {
    padding: 5px;
    background: #11baf3;
    color: #fff;
}

.table-custom .number-box.green {
    background: #71de6a;
}

.table-custom .number-box.purple {
    background: #d817c8;
}

.table-custom .btn {
    width: 40px;
    padding: 6px 0;
}

.payment-panel {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.btn{
    transition: ease all 0.2s;
}
.btn:active, .btn:focus{
    transform: scale(0.95);
}
#loan-plan-selection {
    background: #f3f3f3;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}
#loan-plan-selection .col-xs-2, #loan-plan-selection .col-xs-3, #loan-plan-selection .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
}
#loan-plan-selection .homesmile .selected-term {
    background: #d817c8;
}
#loan-plan-selection .estone .selected-term {
    background: #2a9fd8;
}
#loan-plan-selection .duplicate-term-type {
    background: none;
    border: none;
    color: #0881bd;
    padding: 0;
}
#loan-plan-selection .duplicate-term-type:disabled {
    color: #c8c8c8;
}
.switch {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 34px;
    margin: 8px 0 0 0;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2a9fd8;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #d817c8;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(65px);
}

/*------ ADDED CSS ---------*/
.slider:after {
    content: 'Estone';
    color: white;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    text-align: right;
    width: 100%;
    padding: 0 14px;
}

input:checked + .slider:after {
    content: 'Homesmile';
    text-align: left;
}
/*.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    border-color: #cccccc;
}
.input-group.disabled .input-group-addon {
    background-color: #f3f3f3;
}*/
.privacy-screen {
    position: absolute;
    background: #f1f1f1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.privacy-screen span {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    bottom: 0;
    z-index: 2;
    color: #16c06b;
    text-align: center;
    width: 100%;
    font-size: 30px;
}

.edit-loanplan-btn {
    float: right;
    margin: 20px 0;
}

.dashboard-tooltip + .tooltip > .tooltip-inner {
    background-color: #fff;
    color: #111;
    border: 1px solid #f1f1f1;
    padding: 15px;
    font-size: 20px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

.dashboard-tooltip + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid #fff;
}

.list-blocks label {
    line-height: 44px;
    font-size: 20px;
    margin: 0;
}

.list-blocks .currency {
    float: right;
    line-height: 44px;
    font-size: 20px;
}

.list-blocks .input-area {
    float: right;
    line-height: 44px;
    width: 80px;
    margin-left: 5px;
    font-size: 20px;
}

.list-blocks .input-area.wide {
    width: 160px;
}

.list-blocks .input-area.full {
    width: 100%;
    margin: 0;
    min-height: 200px;
}

.list-blocks-total {
    float: left;
    width: 100%;
    font-size: 24px;
    background: #f3f3f3;
    padding: 20px 0;
    text-align: center;
}

.list-blocks-header {
    display: block;
    background: #dddddd;
    padding: 10px;
}

.list-blocks-header .left {
    line-height: 44px;
    font-size: 18px;
}

.list-blocks-header .right {
    float: right;
    line-height: 44px;
    font-size: 18px;
}

.cashup .panel-default {
    margin-bottom: -1px;
    box-shadow: none;
}

.cashup .panel-default:last-of-type {
    margin-bottom: 20px;
}

.cashup .panel-body {
    padding: 10px;
    border: 1px solid #dddddd;
}

.toggle-inline label.toggler {
    margin: 8px 0 0 0;
    float: left;
}

.toggle-inline label.text {
    line-height: 44px;
    margin-right: 10px;
    font-size: 14px;
    float: left;
}

.chart-holder {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.chart-holder.no-margin {
    margin: 0;
}
#unauthorized{    
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgba(255,255,255,.4);
    position: fixed;
    z-index: 15000;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    display:none;
}

#unauthorized .log-back-in {
    position: fixed;
    bottom: 0;
    right: 0;    
    padding: 10px 15px;
    display: block;
    z-index: 15000;    
    border: none;
    transition: margin ease-in-out 0.3s;
    font-size: 12px;
    text-transform: capitalize;
    width: 320px;
    background: #2A9FD8;
    left: 0;
    margin: auto;
    top: 0;
    height: 240px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    color: #fff;
}

#unauthorized.pop-up{
    display:block;
}
#unauthorized.pop-up .log-back-in {
    -webkit-animation: pop-in .5s;
    -moz-animation: pop-in 0.5s;
    -ms-animation: pop-in .5s;
}
#unauthorized .padlock {
    position: relative;
    text-align: center;        
    width: 32px;
    display: block;
    margin: 10px auto 0;
}
#unauthorized .padlock .bar {
    border: 5px solid #fff;
    display: block;
    width: 30px;
    margin-left: 8px;
    height: 30px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom: none;
    position: absolute;
    transition: all cubic-bezier(0.71, -0.33, 0.59, 2.63) 0.4s;
}
#unauthorized .padlock .bar:after {
    position: absolute;
    content: '';
    background: #2A9FD8;
    width: 5px;
    height: 15px;
    right: -5px;
    bottom: -4px;
}
#unauthorized .padlock .body {
    position:absolute;
    z-index: 10;
    background: #fff;
    border: 2px solid #2A9FD8;
    width: 46px;
    height: 32px;
    border-radius: 7px;
    display: block;
    top: 24px;
}
#unauthorized .padlock.locked .bar{
    margin-top: 7px;
}
#unauthorized .form{
    margin-top: 90px;
}
#unauthorized .form label{
    font-size: 12px;
}
#unauthorized .form input{
    text-align:center;
    margin-bottom: 10px;
    border-color: #2A9FD8;
}
#unauthorized .form .sign-in {
    float: right;
    color: #2A9FD8;
    font-size: 22px;
    background: none;
    border: none;
    margin-top: -47px;
    margin-right: 7px;
}
#unauthorized .form .close-app {
    background: #3eaee5;
    padding: 5px 10px;
    border-radius: 4px;
    border: none;
    margin-top: 5px;
}
.dropdown-menu-tooltip {
    width: 380px;
}
.dropdown-menu-tooltip ul {
    padding: 15px 5px;
}
.dropdown-menu-tooltip ul li{
    list-style: none;
    margin-bottom: 15px;
}
.dropdown-menu-tooltip ul li:last-child{
    margin: 0;  
}
.payment-row .payment-controls {
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    float:left;
    width: 100%;
    overflow:hidden;
}

.payment-row .payment-controls input {
    float: left;
    width: 60%;
    border: none;
    border-right: 1px solid #ddd;
    line-height: 1.5;
    height: 33px;
    padding: 0 5px 0 10px;
}

.payment-row .payment-controls select {
    float: left;
    width: 40%;
    border: none;
    line-height: 1.5;
    height: 33px;
}

.btn-take-visit-picture {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #7930e3;
    border-color: #7930e3;
    border-bottom: 2px solid #4a1598;
}
.btn-take-visit-picture input{
    display:none;
}
.k-map{
    height: 300px;
}
.border-0{
    border-radius: 0px;
}
#customers .panel-accordian, #customers .panel-accordian .panel-heading {
    background: #fff !important;
}
.panel-heading.new-customer-only {
    background: #dedede !important;
    color: #727272 !important;
    /*background: #17C3B2 !important;*/
}
.splash-cover {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    padding: 60px;
}
.splash-cover .splash-inner {
    height: 100%;
    border-radius: 50px;
    overflow: hidden;
}
.splash-cover h1{
    font-weight: bold;
    margin-bottom: 20px;
}
.splash-cover .btn{
    margin-top: 30px;
}
.btn-white {
    background: #fff;
    color: #045f8c;
}