﻿html {
}

body {
    background: #fff;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-weight: normal;
    font-family: 'Open Sans' !important;
    font-size: 12px;
    color: #607b86 !important;
    background: url('../Images/body-bg.png') no-repeat top right;
    background-size: 100% 100%;
}

* {
    outline: 0;
}

.virtual-keyboard input[type="checkbox"] {
    display: none;
}

.virtual-keyboard .checkbox-inline {
    padding-left: 0 !important;
}

.virtual-keyboard-active {
    color: #5aaf00 !important;
}

.ui-keyboard {
    left: 0px !important;
    min-width:480px;
    border-radius:0!important;
}


.ib-common-validation {
    /*position: fixed;
    width: 100%;*/
    padding: 5px 15px;
    text-align: center;
    border-top: 1px solid #fff;
    top: 0px;
    left: 0;
    background: #01d1db;
    color: #000;
    margin: 0 -15px;
}

.validation {
    position: absolute;
    bottom: -17px;
    left: 0;
    font-size: 11px;
    color: red !important;
    background: #fff;
    padding: 0;
    z-index: 9;
    width: 100%;
}


.row-border-bottom .row {
    border-bottom: 1px solid #f3f3f3 !important;
    line-height: 24px;
}

.ib-gap-top {
    margin-top: 8px !important;
}

.ib-gap-bottom {
    margin-bottom: 8px !important;
}

.ib-gap-left {
    margin-left: 8px !important;
}

.ib-gap-right {
    margin-right: 8px !important;
}

.ib-login-wraper {
    padding: 0 15px;
    margin: 0 0px;
}

.login-gap-top {
    margin-top: 8px;
}

.login-gap-bottom {
    margin-bottom: 8px;
}

.login-gap-left {
    margin-left: 8px;
}

.login-gap-right {
    margin-right: 8px;
}

.padding-no {
    padding: 0 !important;
}

.color-blue {
    color: #0c94c9 !important;
}

.color-red {
    color: #d3025a !important;
}

.color-green {
    color: #65c400 !important;
}

.color-orange {
    color: #e77b19 !important;
}

.bg-white {
    background: #fff !important;
}

.login-remove-addon-property .input-group-addon {
    border: 0 !important;
    background-color: transparent;
}

.login-remove-addon-property button {
    border: 1px solid red !important;
}

.btn-primary {
    background-color: #01d1db !important;
    color: #fff !important;
    border: 1px solid #01d1db !important;
}

.btn-secondary {
    background-color: #071f2b !important;
    color: #fff !important;
}

.login-btn .btn {
    height: 32px;
}


.btn {
    padding: 0 8px !important;
    font-size: 14px !important;
    line-height: 28px !important;
    height: 28px;
}

.btn-success {
    background: #5ae1e7 !important;
    border-color: #5ae1e7 !important;
}

.btn-danger, .btn-warning {
    background: #0f749a !important;
    border-color: #0f749a !important;
}

.ok-btn {
    padding: 0px 2px !important;
    line-height: 14px;
    font-size: 11px !important;
    background-color: #01d1db !important;
    color: #fff !important;
    border: 1px solid #01d1db !important;
}

.btn-save {
    background-color: #01d1db !important;
    color: #fff !important;
    border: 1px solid #01d1db !important;
}

.btn-add {
    background-color: #071f2b !important;
    color: #fff !important;
    border: 1px solid #071f2b !important;
}

.btn-cancel {
    background-color: #ff7e00 !important;
    color: #fff !important;
    border: 1px solid #ff7e00 !important;
}

.btn-reset {
    background-color: #d3025a !important;
    color: #fff !important;
    border: 1px solid #d3025a !important;
}


.btn-delege {
    background-color: #ff6060 !important;
    color: #fff !important;
    border: 1px solid #ff6060 !important;
}

.btn-submit {
    background-color: #2cb777 !important;
    color: #fff !important;
    border: 1px solid #2cb777 !important;
}

.btn-ok {
    background-color: #2cb777 !important;
    color: #fff !important;
    border: 1px solid #2cb777 !important;
}

.btn-back {
    background-color: #0181db !important;
    color: #fff !important;
    border: 1px solid #0181db !important;
}

.btn-Confirm {
    background-color: #2cb777 !important;
    color: #fff !important;
    border: 1px solid #2cb777 !important;
}

.btn-login {
    background-color: #65c400 !important;
    color: #fff !important;
    border: 1px solid #65c400 !important;
}

.btn-generic {
    background-color: #071f2b !important;
    color: #fff !important;
    border: 1px solid #071f2b !important;
}

.uib-datepicker-popup {
    width: auto !important;
    max-width: inherit;
    min-width: 190px;
}

    .uib-datepicker-popup .btn-default {
        color: #333;
        background-color: #fff;
        border-color: #f3f3f3;
    }

        .uib-datepicker-popup .btn-default:hover {
            border-color: #00d1d9;
            background-color: #00d1d9;
        }

    .uib-datepicker-popup .active {
        background-color: #00d1d9;
        border-color: #00d1d9;
        box-shadow: none;
    }

    .uib-datepicker-popup ul li {
        display: inline-block;
        list-style: none;
        max-width: inherit;
        vertical-align: middle;
    }

    .uib-datepicker-popup .dropdown-menu {
        min-width: 190px;
    }

    .uib-datepicker-popup.dropdown-menu {
        border-radius: 0;
    }

    .uib-datepicker-popup th {
        outline: 0px;
    }


.form-group label {
    font-size: 14px !important;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

.login-val-txt {
    font-size: 11px;
    margin-top: 34px !important;
}

.login-input-mid-txt {
    margin-top: 34px !important;
}

/*--start bootstrap custom --*/
input[type="radio"], input[type="checkbox"] {
    margin: 2px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.form-control, .input-group-addon, .btn {
    border-radius: 0 !important;
}

.btn {
    padding: 2px 8px !important;
}

    .btn.input-group-addon {
        padding: 0px 8px !important;
    }

.btn-success {
    background: #d3025a !important;
    border-color: #d3025a !important;
}

.btn-danger, .btn-warning {
    background: #0f749a !important;
    border-color: #0f749a !important;
}


.ok-btn {
    padding: 2px 8px !important;
    line-height: 14px;
    font-size: 11px !important;
    background-color: #01d1db !important;
    color: #fff !important;
    border: 1px solid #01d1db !important;
}

.form-control {
    height: 32px !important;
    padding: 2px 12px !important;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal;
}

.login-txt {
    background: #f3f3f3;
    min-height: 660px;
    margin: 0 -15px;
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
    float: left;
    position: relative;
}

.login-txt-bg {
    background: #f3f3f3;
}

.bank-logo {
    margin-top: 90px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #404578;
}

.login-input {
    /*background: #fff;*/
    /*min-height: 670px;*/
    margin: 0 -15px;
    padding: 0 15px;
    /*display: inline-block;*/
    vertical-align: top;
    /*float: left;*/
}


.input-group-addon .fa {
    font-size: 18px !important;
}

.login-txt-welcome {
    background: #65c400;
    color: #fff;
    min-width: 250px;
    margin: 30px 0 0 -15px;
    padding: 10px;
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}

.login-txt-para {
    color: #fff;
    padding: 20px;
}

    .login-txt-para ul {
        width: 100%;
        display: table;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        border-bottom: 1px solid #ddd;
    }

        .login-txt-para ul li {
            display: table-cell;
            margin: 0 0 0 0;
            padding: 10px 5px;
            list-style: none;
            vertical-align: top;
            color: #555;
        }

    .login-txt-para .fa {
        font-size: 24px;
        color: #d3025a;
    }

.login-contact {
    position: absolute;
    bottom: 5px;
    color: #3f4181;
    text-align: right;
    right: 20px;
    margin: 0 0 0 0;
}

    .login-contact .fa {
        font-size: 12px;
        padding: 0 5px 0 0;
    }

.login-input-inner {
    margin: 120px 0 0 0;
    padding: 0 0 0 0;
}

.login-header {
    margin: 0 0 36px 0;
    padding: 0 0 0 0;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.login-user-option {
    font-size: 12px;
    margin: 0 0 15px 0;
}

    .login-user-option .fa {
        font-size: 16px;
        padding: 5px;
    }

.login-btn {
    vertical-align: top;
    overflow: auto;
    margin-top: 16px;
}

    .login-btn button {
        width: 48%;
        float: left;
        vertical-align: top;
    }

        .login-btn button:first-child {
            margin-right: 5px;
        }

/*/*--Start login registration  ---*/
.login-registration-input {
    background: #fff;
    min-height: 670px;
    margin: 0 -15px;
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.login-registration-input-inner {
    margin: 0 auto;
}

.login-reg-header {
    margin: 30px 0 30px 0;
    padding: 0 0 0 0;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.login-disclaimer-btm {
    display: none;
    width: 100px;
    margin: 20px auto;
    line-height: 20px !important;
}

.login-reg-input-item {
}

.reg-txt-msg {
    /*margin: 10px 10%;
    padding: 8px 15px 0px 15px;*/
    /*border: 1px solid #f3f3f3;*/
    font-size: 13px;
}

.reg-success-msg {
    /*margin: 10px 10%;
    padding: 8px 15px 0px 15px;*/
    /*border: 1px solid #f3f3f3;*/
    font-size: 16px;
}


/*--End login registration  ---*/

/*--Start login forgotpassword  ---*/
.login-forgotpassword-input {
    background: #fff;
    min-height: 670px;
    margin: 0 -15px;
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.login-forgotpassword-input-inner {
    width: 100%;
}

.login-fpwd-header {
    margin: 30px 0 30px 0;
    padding: 0 0 0 0;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.login-fpwd-input-item {
}

.fpwd-txt-msg {
    /*margin: 10px 10%;
    padding: 8px 15px 0px 15px;*/
    /*border: 1px solid #f3f3f3;*/
    font-size: 13px;
}

.fpwd-success-msg {
    /*margin: 10px 10%;
    padding: 8px 15px 0px 15px;*/
    /*border: 1px solid #f3f3f3;*/
    font-size: 16px;
}
/*--End login forgotpassword  ---*/
.ib-contact-num {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .ib-contact-num .form-control:first-child {
        width: 48px !important;
        display: inline-block;
        float: left;
    }

    .ib-contact-num .form-control:nth-child(2) {
        width: -moz-calc(100% - 54px);
        width: -webkit-calc(100% - 45px);
        width: -o-calc(100% - 54px);
        width: calc(100% - 54px);
        display: inline-block;
        float: left;
    }


.date-picker, .input-group.global-date-picker {
    border: 1px solid #fff !important;
    outline: 0;
}

    .date-picker:focus, .input-group.global-date-picker:focus {
        border: 1px solid #66afe9 !important;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 8px rgba(102, 175, 233, 0.8) !important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.8) !important;
    }


/*--Start session section --*/
.session-out {
    width: 300px;
    margin: 20px auto;
    padding: 10px;
    border: 1px solid #e0e6e6;
    text-align: center;
}

.session-out-logo {
    text-align: center;
    margin: 50px auto 20px auto;
}

.text-center {
    text-align: center;
}
/*--End session section --*/

@media screen and (max-width: 768px) {
    .validation {
        position: absolute;
        bottom: -15px;
    }
}

@media screen and (max-width: 425px) {

    .bank-logo {
        margin-top: 0;
    }

    .login-txt-welcome {
        margin: 0 0 0 0;
        padding: 2px;
        display: block;
    }

    .login-txt-para {
        display: none;
    }

    .login-disclaimer-btm {
        display: block;
    }

    .login-txt {
        min-height: inherit;
        padding: 0 0 10px 0;
        margin: 0 0;
        display: block;
        float: inherit;
    }

    .login-contact {
        position: absolute;
        bottom: 5px;
        color: #3f4181;
        text-align: center;
        right: 0;
        margin: 0 0 0 0;
        width: 100%;
    }

    .login-input {
        /*min-height: 450px;*/
    }

    .login-input-inner {
        margin: 20px 0 0 0;
    }

    .login-btn button {
        width: 48%;
    }

    .login-reg-header {
        font-size: 20px;
    }

    .login-val-txt {
        font-size: 11px;
        margin-top: 0;
    }

    .login-user-option .col-sm-6 {
        width: 49% !important;
        display: inline-block;
    }

    .login-registration-input-inner {
        width: 100%;
        margin: 0 auto;
    }
}


@media screen and (max-width: 320px) {
    .login-user-option .col-sm-6 {
        width: 100% !important;
        display: block;
    }
}
