/* Minification failed. Returning unminified contents.
(18,97): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 15px;
    height: 100%;
    font-weight: 300;
    /*background: #e5e9ec;
    background: -webkit-linear-gradient(#e5e9ec 50%, #dfdfdf) fixed no-repeat; /* For Safari 5.1 to 6.0 */
    /* background: -o-linear-gradient(#e5e9ec 50%, #dfdfdf) fixed no-repeat; /* For Opera 11.1 to 12.0 */
    /* background: -moz-linear-gradient(#e5e9ec 50%, #dfdfdf) fixed no-repeat; /* For Firefox 3.6 to 15 */
    /* background: linear-gradient(#e5e9ec 50%, #dfdfdf) fixed no-repeat; /* Standard syntax */*/
}

/* Reset CSS */
.white-bg {
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
}

a, a:hover, a:focus {
    text-decoration: none;
}

.clear {
    clear: both;
}

.btn {
    border: 0;
    padding: 10px 20px; /*box-shadow:3px 3px 0px #dbdbdb;*/
    font-weight: 600;
    text-transform: uppercase;
    background: #ffbc5c;
    border-radius: 0 !important;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

    .btn:hover {
        background: #55bc5c;
        color: #fff;
    }

.btn-primary {
    background: #1982c3;
}

.btn.btn-primary:focus {
    outline: 0;
    background-color: #1982c3; /*box-shadow:3px 3px 0px #dbdbdb;*/
}

.btn, .btn.md-primary { /*color:#fff;*/
}

.text-danger {
    color: #ee4639;
}

.text-success {
    color: #56a239;
}

.btn.btn-submit, .main-container .btn-primary.btn.btn-submit:hover, .btn-primary.btn.btn-submit:focus {
    background: #1982c3;
    color: #fff !important; /*box-shadow:3px 3px 0px #dbdbdb;*/
    padding: 10px 40px;
    margin: 0 5px;
}

.btn.btn-reset, .main-container .btn-primary.btn.btn-reset:hover, .btn-primary.btn.btn-reset:focus {
    background: #ee4639 !important;
    color: #fff !important; /*box-shadow:3px 3px 0px #dbdbdb;*/
    padding: 10px 40px;
    margin: 5px;
}

.btn:not(.btn-raised):not(.btn-link):hover, .btn:not(.btn-raised):not(.btn-link):focus, .input-group-btn .btn:not(.btn-raised):not(.btn-link):hover, .input-group-btn .btn:not(.btn-raised):not(.btn-link):focus {
    background-color: #ffbc5c;
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check, label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check {
    color: #fff;
    border: 1px solid #1982c3;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 10px;
}

.modal.modal-primary .modal-header {
    background: #2083e1;
    border-radius: 0;
    padding: 10px 15px;
    border: 0;
}

.modal.modal-primary .modal-content {
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.modal.modal-primary.warning-modal .modal-header {
    background: #ee4639;
}

.modal.modal-primary .modal-header .close {
    color: #fff;
    opacity: 1;
    font-weight: 100;
    font-size: 25px;
    margin-top: -5px;
}

    .modal.modal-primary .modal-header .close:focus {
        outline: 0;
    }

.btn-link {
    font-weight: 300;
}

.main-wrapper {
}

.main-container {
    padding: 30px 0 0;
}

.login-page .main-container {
    padding: 0;
}

.form-group .bootstrap-select.btn-group {
    height: 36px;
    width:100%;
}

.bootstrap-select > .btn-default:before {
    background: url(../images/select-arrow.png) 100% 40% no-repeat;
    height: 15px;
    width: 15px;
    top: 10px;
}

.btn-help {
    top: 7px;
    color: #1982c3;
}

.bootstrap-select .bs-searchbox {
    margin-top: 0;
    height: 45px;
}

    .bootstrap-select .bs-searchbox:before {
        top: 3px;
        height: 35px;
    }

.checkbox span.checkbox-text {
    font-size: 14px;
    float: left; /*padding-left:30px;*/
    color: #5a5a5a;
}

span.checkbox-material, span.checkbox-material.checkbox-text {
    float: left;
}

span.checkbox-material {
}

    span.checkbox-material.checkbox-text {
        padding: 0;
        margin: 0;
        width: 90%;
    }

.checkbox .checkbox-material:before, label.checkbox-inline .checkbox-material:before {
    top: -1px;
    left: -1px;
}

.header-wrapper {
    background: none;
}

    .header-wrapper.float-top {
        box-shadow: none;
        position: relative;
        width: 100%;
    }

.top-navbar {
    background: none;
    border: 0;
    border-radius: 0;
    margin: 0;
}

    .top-navbar .navbar-nav {
        float: right;
        margin: 16px 0 0;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: none;
    color: #e46c0a;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span {
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 400;
}

.container-wrapper {
    overflow: hidden;
    padding: 20px 0 30px;
}

.left-panel-wrap, .right-panel-wrap {
    float: left;
    width: 35%;
}

.left-panel-wrap {
    background: #fff;
    box-shadow: 0 0 30px #d2d2d2;
}

.right-panel-wrap {
    width: 65%;
}

ul.cal-left-menu, .left-panel-form {
    float: left;
}

ul.cal-left-menu {
    width: 35%;
}

.left-panel-form {
    width: 65%;
}

.left-form-wrap {
    padding: 0 20px;
}

h2.common-heading, h3.top-right-heading {
    font-size: 25px;
    color: #1982c3;
    font-weight: 700;
    margin: 0;
    padding: 30px 0 20px;
}

h3.top-right-heading {
    color: #616161;
    font-weight: 300;
    padding: 10px 0 0;
    text-align: right;
    font-size: 18px;
}

    h3.top-right-heading span {
        font-weight: bold;
        padding: 0 0 0 3px;
    }

    h3.top-right-heading a, h3.top-right-heading a:hover {
        color: #7a7a7a;
    }

ul.cal-left-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #f7f7f7;
    box-shadow: 0 0 25px #d2d2d2;
    min-height: 800px;
}

    ul.cal-left-menu li {
        display: block;
        position: relative;
    }

        ul.cal-left-menu li a {
            display: block;
            padding: 20px 0;
            border-top: 1px solid #dbdbdb;
        }

        ul.cal-left-menu li:first-child a {
            border-top: 0;
        }

        ul.cal-left-menu li a span.icon-cal {
            text-align: center;
            display: block;
        }

            ul.cal-left-menu li a span.icon-cal:before {
                color: #fff;
                padding: 11px 0 0;
                width: 54px;
                height: 55px;
                display: inline-block;
                border-radius: 100%;
                background: #5f5f5f;
                font-size: 33px;
                text-align: center;
            }

        ul.cal-left-menu li a i {
            display: block;
            font-style: normal;
            text-align: center;
            text-transform: uppercase;
            color: #5c5c5c;
            font-weight: 300;
            padding: 4px 0 0;
        }

        ul.cal-left-menu li a span.icon-cal.bond-icon:before {
            font-size: 29px;
            padding: 13px 0 0 4px;
        }

        ul.cal-left-menu li.active {
            background: #fff;
        }

            ul.cal-left-menu li.active:before {
                position: absolute;
                left: 0;
                top: 0;
                width: 3px;
                height: 100%;
                background: #ee4639;
                content: "";
            }

            ul.cal-left-menu li.active span.icon-cal:before {
                background: #ee4639;
            }

            ul.cal-left-menu li.active a i {
                color: #000;
            }

.left-form-wrap md-input-container {
    margin: 6px 0;
}

    .left-form-wrap md-input-container label {
        font-weight: 300;
        color: #424242;
        font-size: 15px;
    }

    .left-form-wrap md-input-container .md-input {
        border-color: #bfbfbf;
    }

.left-form-wrap .md-primary {
    display: block;
    margin: 0 auto;
}

.common-form {
}

    .common-form .form-group {
    }

        .common-form .form-group .form-control {
            font-weight: 300;
            color: #424242;
            font-size: 15px;
            border: 0;
            border-bottom: 1px solid #bfbfbf;
            border-radius: 0;
            box-shadow: none;
            padding: 8px 0;
            height: 38px;
        }

        .common-form .form-group input.form-control:focus {
            border-color: #1982c3;
        }

.form-control[disabled] {
    background: none;
}

.calculator-form .form-group {
    margin: 0 0 20px;
}

.right-panel-container {
    padding: 0 30px;
}

.tabsdemoDynamicHeight md-content {
    background-color: transparent !important;
}

    .tabsdemoDynamicHeight md-content md-tabs {
        background: #f6f6f6;
        border: 1px solid #e1e1e1;
    }

        .tabsdemoDynamicHeight md-content md-tabs md-tabs-wrapper {
            background: white;
        }

    .tabsdemoDynamicHeight md-content h1:first-child {
        margin-top: 0;
    }

ul.portfolio-tabs {
    margin: 0;
    padding: 30px 0 0;
    list-style: none;
    display: flex;
}

    ul.portfolio-tabs li {
        display: inline-block;
        opacity: 0.6;
        width: 24.6%;
        padding: 0 0 20px;
        border-left: 1px solid #fff;
    }

        ul.portfolio-tabs li:first-child {
            border-left: 0;
        }

        ul.portfolio-tabs li a {
            display: block;
            background: #ee4639;
            padding: 40px 10px 25px;
            color: #fff;
            text-align: center;
            position: relative;
        }

            ul.portfolio-tabs li a span.tabs-icon-circle {
                display: block;
                width: 68px;
                height: 68px;
                border-radius: 100%;
                background: rgba(255,255,255,0.2);
                margin: -78px auto 0;
                position: relative;
                z-index: 999;
            }

                ul.portfolio-tabs li a span.tabs-icon-circle span.tabs-icon-circle-inner {
                    display: block;
                    border: 6px solid rgba(255,255,255,0.6);
                    border-radius: 100%;
                    width: 60px;
                    height: 60px;
                    margin: 0 auto;
                    position: relative;
                    top: 4px;
                }

                    ul.portfolio-tabs li a span.tabs-icon-circle span.tabs-icon-circle-inner span.inner-circle {
                        width: 48px;
                        height: 48px;
                        background: #ee4639;
                        display: block;
                        border-radius: 100%;
                        margin: 0 auto;
                        padding: 7px 0 0;
                        font-size: 31px;
                        text-align: center;
                    }

            ul.portfolio-tabs li a i {
                display: block;
                font-style: normal;
                font-weight: 300;
                text-transform: uppercase;
                font-size: 14px;
                padding: 16px 0 0;
            }

            ul.portfolio-tabs li a span.tabs-value {
                font-size: 18px;
                font-weight: 400;
                display: block;
            }

        ul.portfolio-tabs li.active {
            opacity: 1;
        }

        ul.portfolio-tabs li:nth-child(1) a {
            background: #ee4639;
        }

        ul.portfolio-tabs li:nth-child(2) a {
            background: #1982c3;
        }

        ul.portfolio-tabs li:nth-child(3) a {
            background: #56a239;
        }

        ul.portfolio-tabs li:nth-child(4) a {
            background: #19a6c0;
        }

        ul.portfolio-tabs li:nth-child(1) a span.tabs-icon-circle span.tabs-icon-circle-inner span.inner-circle {
            background: #ee4639;
        }

        ul.portfolio-tabs li:nth-child(2) a span.tabs-icon-circle span.tabs-icon-circle-inner span.inner-circle {
            background: #1982c3;
        }

        ul.portfolio-tabs li:nth-child(3) a span.tabs-icon-circle span.tabs-icon-circle-inner span.inner-circle {
            background: #56a239;
        }

        ul.portfolio-tabs li:nth-child(4) a span.tabs-icon-circle span.tabs-icon-circle-inner span.inner-circle {
            background: #19a6c0;
            font-size: 26px;
            padding: 10px 0 0 4px;
        }

        ul.portfolio-tabs li.active a:before {
            position: absolute;
            bottom: -12px;
            left: 45%;
            width: 26px;
            height: 26px;
            content: "";
            background: none;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
        }

        ul.portfolio-tabs li:nth-child(1).active a:before {
            background: #ee4639;
        }

        ul.portfolio-tabs li:nth-child(2).active a:before {
            background: #1982c3;
        }

        ul.portfolio-tabs li:nth-child(3).active a:before {
            background: #56a239;
        }

        ul.portfolio-tabs li:nth-child(4).active a:before {
            background: #19a6c0;
        }

.calculator-table-wrap {
    background: #fff;
    box-shadow: 0 0 20px #c6c6c6;
    margin: 20px 0 0;
}

table.calculator-table {
    margin: 0 0 20px;
}

    table.calculator-table tr {
    }

        table.calculator-table tr th, table.calculator-table tr td {
            font-size: 15px;
            padding: 8px 15px;
            font-weight: 300;
        }

        table.calculator-table tr th {
            background: #5f5f5f;
            color: #fff;
            border-left: 1px solid #9d9d9d;
        }

            table.calculator-table tr th:first-child {
                border: 0;
            }

        table.calculator-table tr td {
            color: #616161;
            font-size: 14px;
            border-bottom: 1px solid #dcdcdc;
            padding: 5px 15px;
        }

            table.calculator-table tr td.blue-text {
                color: #1982c3;
                font-weight: 400;
            }

            table.calculator-table tr td span.icon-sign {
                font-size: 16px;
            }

            table.calculator-table tr td span.icon-thumbsup {
                color: #75b4db;
            }

            table.calculator-table tr td span.icon-thumbsdown {
                color: #ed9791;
            }

            table.calculator-table tr td span.icon-cancel {
                color: #ed9791;
            }

.white-tooltip + .tooltip > .tooltip-inner {
    background-color: #75b4db;
    color: #fff;
    box-shadow: 0 0 2px #aaa;
}

.white-tooltip + .tooltip > .tooltip-arrow {
    border-top-color: #75b4db;
}

.red-tooltip + .tooltip > .tooltip-inner {
    background-color: #ed9791;
    color: #fff;
    box-shadow: 0 0 2px #aaa;
}

.red-tooltip + .tooltip > .tooltip-arrow {
    border-top-color: #ed9791;
}

.tenure-wrap {
    padding: 15px 20px 20px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

    .tenure-wrap:after {
        position: absolute;
        right: 13px;
        bottom: 0;
        text-transform: uppercase;
        font-size: 12px;
        color: #757575;
        font-weight: 300;
        content: "months";
    }

.tenure-h, .tenure-box, .tenure-value-box {
    display: inline-block;
}

.tenure-h {
    margin: 0;
    padding: 0;
    color: #525252;
    font-weight: 300;
}

.tenure-box {
    min-width: 250px;
    margin: 0 10px 0 15px;
    border: 1px solid #ddd !important;
    border-radius: 0;
}

.tenure-value-box {
    border: 1px solid #d1d1d1;
    background: #f9f9f9;
    color: #757575;
    padding: 5px;
    width: 40px;
    text-align: center;
}

.tenure-box .ui-widget-header {
    background: #1982c3;
    border-radius: 0;
}

.tenure-box .ui-widget-content {
    background: #f0f0f0;
    border-radius: 0;
}

.tenure-box .ui-slider-handle {
    background: #fff;
    border: 0;
    box-shadow: 0 0 5px #aaa;
    border-radius: 0;
    cursor: pointer;
}

    .tenure-box .ui-slider-handle:focus {
        outline: 0;
    }

.calculato-proceed-btn-wrap {
    padding: 10px 20px 20px;
    display: block;
    overflow: hidden;
}

    .calculato-proceed-btn-wrap p, .calculato-proceed-btn-wrap button {
        display: inline-block;
    }

    .calculato-proceed-btn-wrap p {
        padding: 10px 0 0;
        margin: 0;
        font-size: 18px;
        font-weight: 300;
        color: #525252;
    }

        .calculato-proceed-btn-wrap p span {
            color: #1982c3;
            font-size: 20px;
            font-weight: 400;
        }

    .calculato-proceed-btn-wrap button {
        float: right;
    }

.btn.proceed-btn {
    background: #1982c3 url("../images/proceed-btn-arrow.png") 88% 47% no-repeat;
    padding: 10px 28px 10px 18px;
}

.btn.add-btn {
    background: #1982c3 url("../images/add-btn-icon.png") 10% 47% no-repeat;
    padding: 10px 18px 10px 42px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 20px;
}

.calculator-form {
    display: none;
    text-align: center;
}

    .calculator-form.active {
        display: block;
    }

table.calculator-table span.for-mobile {
    display: none;
}


/* KYC CSS */
.header-wrapper {
    background: #fff;
    border-bottom: 1px solid #c5c5c5;
}

.main-wrapper {
    margin-top: 30px;
}

.common-heading-wrap {
    padding: 10px 0 30px;
}

h2.common-kyc-heading {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #0074bd;
    font-weight: 400;
    text-align: center; /*text-transform:none;*/
}

    h2.common-kyc-heading span { /*color:#ee4639;*/ /*font-weight:700;*/
    }

.kyc-center-form-wrap {
    background: #fff;
    box-shadow: 0 0px 20px 0 rgba(156, 156, 156, 0.1);
}

.kyc-center-form-header { /*background:#1982c3;*/
    padding: 14px;
    position: relative;
    overflow: hidden;
    background: #1982c3; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #1982c3, #2e98da); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #1982c3, #2e98da); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #1982c3, #2e98da); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #1982c3, #2e98da); /* Standard syntax (must be last) */
    /*top: -18px;
    width: 98%;*/
    margin: 0 auto;
    /*box-shadow: 0 12px 20px -10px rgba(0, 103, 255, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 79, 255, 0.2);*/
}

h2.kyc-heading {
    padding: 0;
    margin: 0;
    color: rgba(255,255,255,0.8);
    font-size: 18px;
    font-weight: 300;
    text-transform: none; /*position:relative;*/
}

    h2.kyc-heading:before {
        position: absolute;
        bottom: 0;
        width: 78px;
        height: 48px;
        background: #ee4639;
        right: 0;
        content: "";
        z-index: 1;
    }

.kyc-center-form-header:before, .kyc-center-form-header:after {
    position: absolute;
    bottom: -2px;
    width: 50%;
    height: 2px;
    content: "";
    display: none;
}

.kyc-center-form-header:before {
    background: rgba(238,70,57,0.5);
    left: 0;
}

.kyc-center-form-header:after {
    background: rgba(25,130,195,0.5);
    right: 0;
}

h2.kyc-heading span.icon {
    color: rgba(255,255,255,0.8);
}

.icon-018-user:before, .icon-017-locked:before {
    position: absolute;
    left: 0;
    font-size: 24px;
    top: -1px;
}

.icon-018-user:before {
    left: 12px;
    top: 10px;
}

h2.kyc-heading span.heading-text { /*padding:2px 0 0 32px;*/
    display: inline-block;
}

h2.kyc-heading span.already-member-text {
    float: right;
    font-size: 16px;
    display: inline-block;
    padding: 0;
    position: relative;
    z-index: 2;
}

h2.kyc-heading a.sign-in-btn {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
    display: inline-block;
    margin: 0 0 0 32px;
}

h2.kyc-heading span.icon-017-locked {
    padding: 4px 0 0 30px;
}

.profile-page h2.kyc-heading span.heading-text {
    padding: 0 0 0 30px;
}

h2.login-heading:before {
    display: none;
}

.kyc-center-form-container {
    padding: 30px; /*overflow:hidden;*/
    position: relative;
}
    /*.kyc-center-form-container:before, .kyc-center-form-container:after{position:absolute; top:0; width:50%; height:2px; content:""; display:none;}
.kyc-center-form-container:before{background:rgba(238,70,57,0.5); left:0;}*/
    .kyc-center-form-container:after {
        background: rgba(25,130,195,0.5);
        right: 0;
        display: block;
        content: "";
        bottom: 0;
        width: 0;
        height: 0;
        position: relative;
        clear: both;
    }

.kyc-center-tabs {
    border: 0;
    padding: 0 0 15px;
}

    .kyc-center-tabs label.btn {
        background: #ececec;
        position: relative;
        text-transform: none;
        transition: none;
        border: 0;
        margin-left: 0;
    }

    .kyc-center-tabs label.btn {
        border-radius: 20px 0 0 20px;
    }

        .kyc-center-tabs label.btn + label.btn {
            border-radius: 0 20px 20px 0;
            margin-left: 0;
        }

        .kyc-center-tabs label.btn.active {
            background: #1982c3;
            outline: 0;
        }

            .kyc-center-tabs label.btn.active:before {
                position: absolute;
                bottom: -7px;
                width: 15px;
                height: 15px;
                background: #1982c3;
                left: 46%;
                content: "";
                transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                -o-transform: rotate(45deg);
            }

.kyc-center-form-container .kyc-center-tabs label.btn:hover {
    background: #ececec;
    color: #424242;
}

.kyc-center-tabs label.btn.active:hover, .kyc-center-tabs label.btn.active.focus {
    background: #1982c3;
    color: #fff;
}

.kyc-center-tabs label {
    color: #424242;
}


.form-group .input-group {
    display: block;
    overflow: hidden;
}

.form-group.label-floating label.control-label, .form-group.label-placeholder label.control-label {
    color: #424242;
    font-weight: 300;
}

.form-group .input-group .form-control {
    padding: 6px 0;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #ccc;
    height: 36px;
}

.form-group.label-select label.control-label {
    color: rgb(66, 66, 66);
    font-weight: 300;
    font-size: 14px;
    position: absolute;
    top: -25px;
    left: 0px;
    z-index: 9;
    cursor: auto;
    padding: 0px;
    margin: 0px;
}

    .form-group.label-select label.control-label:focus {
        color: #1982c3;
    }

.checkbox.label-checkbox {
    margin-top: 20px;
}

.admin-search-btn-wrap {
    padding: 20px 0 10px;
}

.bootstrap-select.btn-group .btn .filter-option, .bootstrap-select.btn-group .dropdown-menu li a span.text {
    text-transform: none;
    color: #828181;
}

.bootstrap-select.btn-group .btn .caret {
    color: #000;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    color: #000;
}

.btn-group.bootstrap-select .dropdown-menu li.selected a span.text, .btn-group.bootstrap-select .dropdown-menu li.active a span.text {
    color: #fff;
    background: #2083e1;
}

.btn-group.bootstrap-select .dropdown-menu li:first-child.active a span.text {
    background: none;
}

.img-captcha-input-box input:focus {
    outline: 0;
}

.form-control {
    padding: 6px 0;
    color: #828181;
}

.form-group.is-focused .form-control {
    padding-left: 0;
}

    .form-group.is-focused .form-control.dropup.open {
        padding: 6px 0;
    }

.checkbox {
    margin: 0;
}

    .checkbox label, .radio label {
        padding: 0;
    }

    .checkbox .checkbox-material .check, label.checkbox-inline .checkbox-material .check {
        width: 18px;
        height: 18px;
        border: 1px solid #aaa;
        border-radius: 0;
    }

    .checkbox label .checkbox-material {
        font-size: 12px;
        font-weight: 300;
    }

.radio-box-wrap {
}

img.img-captcha {
    margin: 30px 0 10px;
}

.img-captcha-input-box {
}

    .img-captcha-input-box input {
        border: 0;
        background: #ebebeb;
        padding: 8px 10px;
        color: #000;
        font-weight: 300;
    }

    .img-captcha-input-box .icons8-Refresh {
        background: #5b99bf;
        padding: 5px;
        width: 38px;
        height: 37px;
        vertical-align: top;
    }

.field-validation-error, label.error {
    color: #e95757 !important;
    font-weight: 300 !important;
    display: inline-block;
    padding-top: 5px;
}

.color-border-bottom {
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    display: none;
}

    .color-border-bottom:before, .color-border-bottom:after {
        position: absolute;
        top: 0;
        width: 50%;
        height: 2px;
        content: "";
    }

    .color-border-bottom:before {
        background: rgba(238,70,57,0.5);
        left: 0;
    }

    .color-border-bottom:after {
        background: rgba(25,130,195,0.5);
        right: 0;
    }


.login-form-content {
    padding-top: 10px;
}

    .login-form-content .form-group .form-control {
        font-weight: 300;
    }

    .login-form-content .form-group.is-focused .form-control {
        font-weight: 300;
        box-shadow: none;
    }

.form-group .checkbox label, .form-group .radio label, .form-group label {
    font-size: 14px;
    font-weight: 600;
}

.no-margin {
    margin: 0;
}

body.bd-scroll {
    padding: 0;
}

.dashboard-wrapper {
    padding: 30px 0 0;
    background: url("../images/dashboard-bg.jpg") top center no-repeat;
    background-size: cover;
}

ul.dashboard-menu {
    margin: 0;
    padding: 0;
    list-style: none; /*width:200px;*/
    box-shadow: none;
    background: #fff;
    text-align: center;
    border-bottom: 2px solid rgba(0,0,0,0.2);
}

    ul.dashboard-menu li {
        display: inline-block;
        text-align: center;
        padding: 10px 20px 0;
        position: relative;
    }

        ul.dashboard-menu li:before, ul.dashboard-menu li:after {
            position: absolute;
            content: "";
            z-index: 2;
        }

        ul.dashboard-menu li:before {
            height: 4px;
            width: 170px;
            left: -90px;
            top: 30px;
            border: 0;
            background: #dbdbdb;
        }

        ul.dashboard-menu li:after {
            width: 10px;
            height: 10px;
            border: 1px solid #bdbdbd;
            border-radius: 50%;
            top: -10px;
            left: 95px;
            display: none;
        }

        ul.dashboard-menu li:first-child:before, ul.dashboard-menu li:first-child:after {
            display: none;
        }

        ul.dashboard-menu li a {
            display: block;
            position: relative;
            z-index: 3;
            width: 52px;
            margin: 0 auto;
        }

            ul.dashboard-menu li a span {
                display: block;
                width: 48px;
                height: 48px; /*border:1px solid #8d8d8d;*/
                border-radius: 50%;
                margin: 0 auto;
                font-size: 26px;
                padding: 9px 0 0;
                color: #fff;
                background: #757575;
            }

                ul.dashboard-menu li a span.icon-initiate-product {
                    font-size: 30px;
                    padding: 6px 0 0;
                }

                ul.dashboard-menu li a span.icon-012-fingerprint {
                    font-size: 27px;
                }

        ul.dashboard-menu li p {
            font-size: 15px;
            font-weight: 300;
            color: #757575;
            text-align: center;
            margin: 0;
            padding: 5px 0 10px;
            position: relative;
            z-index: 3;
        }

        ul.dashboard-menu li.active a span {
            border-color: #1982c3;
            color: #1982c3;
            background: #fff;
        }

        ul.dashboard-menu li.done a span {
            border-color: #1982c3;
            color: #fff;
            background-color: #1982c3;
        }

        ul.dashboard-menu li.done:before, ul.dashboard-menu li.active:before {
            background: #1982c3;
        }

        ul.dashboard-menu li.done p {
            color: #000;
        }

        ul.dashboard-menu li.active p {
            color: #1982c3;
        }

        ul.dashboard-menu li a span:after {
            display: block;
            width: 42px;
            height: 42px;
            border: 1px solid #d2d2d2;
            border-radius: 50%;
            position: absolute;
            background: #757575;
            content: "";
            top: 3px;
            margin: 0 0 0 3px;
        }

        ul.dashboard-menu li a span:before {
            position: relative;
            z-index: 1;
        }

        ul.dashboard-menu li.done a span:after {
            background: #1982c3;
            border-color: #fff;
        }

        ul.dashboard-menu li.active a span {
            border: none;
            background: #1982c3;
        }

            ul.dashboard-menu li.active a span:before {
                color: #1982c3;
            }

            ul.dashboard-menu li.active a span:after {
                background: #fff;
                border-color: #fff;
                top: 1px;
                margin: 0 0 0 1px;
                width: 46px;
                height: 46px;
            }

        ul.dashboard-menu li.active a:before {
            display: block;
            width: 40px;
            height: 40px;
            background: #67bff7;
            border-radius: 50%;
            position: absolute;
            content: "";
            left: 6px;
            top: 4px;
            -webkit-transition: all 1.5s ease-out;
            -moz-transition: all 1.5s ease-out;
            transition: all 1.5s ease-out;
            -webkit-animation: circle-wave 1.5s infinite;
            -moz-animation: circle-wave 1.5s infinite;
            animation: circle-wave 1.5s infinite;
        }

@-webkit-keyframes circle-wave {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1.8);
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        -o-transform: scale(1.8);
    }
}

@-moz-keyframes circle-wave {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1.8);
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        -o-transform: scale(1.8);
    }
}

@-o-keyframes circle-wave {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1.8);
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        -o-transform: scale(1.8);
    }
}

@keyframes circle-wave {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1.8);
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        -o-transform: scale(1.8);
    }
}

.dashboard-mobile-menu {
    display: none;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.dashboard-menu-container {
    width: 84%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.dashboard-mobile-menu ul.dashboard-menu {
    border: 0;
    overflow: hidden;
    width: 2000px;
    background: none;
    text-align: left;
}

.dashboard-menu-wrapper.dashboard-mobile-menu .arrow-icon {
    top: 34%;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    display: block;
    position: relative;
}

    .dashboard-menu-wrapper.dashboard-mobile-menu .arrow-icon:before {
        font-size: 28px;
        color: #858585;
    }

    .dashboard-menu-wrapper.dashboard-mobile-menu .arrow-icon:hover:before {
        color: #1982c3;
    }

.dashboard-mobile-menu .dashboard-left-arrow-wrap, .dashboard-mobile-menu .dashboard-right-arrow-wrap {
    overflow: hidden;
    height: 95px;
}

.dashboard-mobile-menu .dashboard-menu-container, .dashboard-mobile-menu .dashboard-left-arrow-wrap, .dashboard-mobile-menu .dashboard-right-arrow-wrap {
    float: left;
}

.dashboard-mobile-menu ul.dashboard-menu li {
    display: block;
    float: left;
    width: 200px;
}

    .dashboard-mobile-menu ul.dashboard-menu li:before {
        width: 180px;
    }

.dashboard-mobile-menu ul.dashboard-menu li { /*background:#f5f5f5;*/
}

    .dashboard-mobile-menu ul.dashboard-menu li.done {
    }

    .dashboard-mobile-menu ul.dashboard-menu li.active {
    }


ul.dashboard-menu li a span .zmdi-hc-fw {
    display: none;
}

h3.top-right-heading span.icon-014-logout {
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #ddd;
    color: #ee4639;
}

    h3.top-right-heading span.icon-014-logout:before {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        display: inline-block;
        position: relative;
        top: 2px;
    }

h3.top-right-heading a:hover span.icon-014-logout {
    color: #ee4639;
}

.center-btn-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: hidden;
}

.checkbox-wrap {
    padding-top: 20px;
}

    .checkbox-wrap span.checkbox-material {
        font-size: 14px;
    }

.dashboard-right-wrapper h2.kyc-heading { /*padding:0 0 0 50px; line-height:28px;*/
}

.dashboard-right-wrapper .kyc-center-form-header {
    padding: 4px 10px;
}

    .dashboard-right-wrapper .kyc-center-form-header h2.kyc-heading:before {
        height: 38px;
        width: 40px;
        transform: none;
        right: inherit;
        left: 0;
        bottom: 0;
        z-index: inherit;
    }

.dashboard-right-wrapper h2.kyc-heading span.heading-text { /*padding:2px 0 0 0;*/
    font-size: 16px;
}

.dashboard-right-wrapper h2.kyc-heading span.icon:before {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 24px;
}

.current-tab-header {
    background: #1982c3;
    padding: 7px 14px;
    margin: 0;
}

.dashboard-right-wrapper .current-tab-header h2.kyc-heading:before {
    background: #ee4639;
}

.dashboard-right-wrapper h2.kyc-heading {
}

    .dashboard-right-wrapper h2.kyc-heading span.icon-018-user:before { /*top:3px;*/
    }

    .dashboard-right-wrapper h2.kyc-heading span.icon-011-resume { /*padding:-3px;*/
    }

        .dashboard-right-wrapper h2.kyc-heading span.icon-011-resume:before { /*font-size:24px; top:4px; left:0;  margin:0 6px 0 0;*/
        }

span.accordian-arrow {
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 99;
    width: 10px;
    height: 10px;
    content: "";
    background: url("../images/accordian-up-arrow.png") 40% 50% no-repeat;
}

.current-tab-header span.accordian-arrow {
    background-image: url("../images/accordian-down-arrow.png");
}

.no-padding {
    padding: 0;
}

table.document-upload-table {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

    table.document-upload-table tr {
    }

        table.document-upload-table tr th, table.document-upload-table tr td {
            font-size: 16px;
            font-weight: 300;
            background: none;
            color: #252525;
            border: 1px solid #e0e0e0;
            padding: 5px 15px;
        }

        table.document-upload-table tr th {
            background: #848484;
            color: #fff;
            padding: 8px 15px;
            border-color: #9d9d9d;
        }

        table.document-upload-table tr td {
        }

            table.document-upload-table tr td a {
                color: #252525;
                display: inline-block;
            }

            table.document-upload-table tr td span.icon {
            }

                table.document-upload-table tr td span.icon:before {
                    display: block;
                    font-size: 20px;
                }

                table.document-upload-table tr td span.icon i {
                    font-style: normal;
                    display: block;
                    font-size: 14px;
                }


.kyc-center-form-wrap .panel-group {
    margin: 0;
    padding: 5px 0 0;
}

.panel-group .panel {
    border-radius: 0;
    border: 0;
}

.kyc-center-form-container {
    border-top: 0 !important;
    border-radius: 0 !important;
}

.kyc-center-form-wrap .kyc-center-form-header.panel-heading {
    padding: 0;
    border-radius: 0;
}

.ms-collapse .panel .panel-heading .panel-title a {
    position: static; /*padding:12px 10px;*/
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    display: block;
}

.kyc-center-form-wrap .kyc-center-form-header.panel-heading h2.kyc-heading { /*padding:0 0 0 54px;*/
    background-color: #eaeaea !important;
    border-bottom: 1px solid #c3c3c3;
}

.dashboard-right-wrapper .kyc-center-form-header.panel-heading h2.kyc-heading:before { /*left:-1px; bottom:0;*/
    background: #e0e0e0;
}

.dashboard-right-wrapper .kyc-center-form-header.panel-heading h2.kyc-heading span.icon-011-resume:before { /*top:10px; left:14px;*/
}

.dashboard-right-wrapper .kyc-center-form-header.panel-heading .panel-title a:after {
    top: 13px;
    right: 12px;
    color: #656565;
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
}

.dashboard-right-wrapper .kyc-center-form-header.panel-heading .panel-title.actives a:after {
    color: #fff;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

.kyc-center-form-wrap .kyc-center-form-header.panel-heading h2.kyc-heading.actives {
    background-color: #868686 !important;
}

    .kyc-center-form-wrap .kyc-center-form-header.panel-heading h2.kyc-heading.actives a {
    }

        .kyc-center-form-wrap .kyc-center-form-header.panel-heading h2.kyc-heading.actives a span {
            color: #fff;
        }

            .kyc-center-form-wrap .kyc-center-form-header.panel-heading h2.kyc-heading.actives a span:before {
                color: #fff;
            }

.dashboard-right-wrapper .kyc-center-form-header.panel-heading h2.kyc-heading.actives:before {
    background: #5a5a5a;
}

.btn.btn-raised.btn-primary {
    background: #2083e1;
    color: #fff !important;
    box-shadow: none !important;
    padding: 10px 40px;
    margin: 5px;
}

.btn.btn-raised.btn-success {
    background: #4caf50;
    color: #fff !important;
    box-shadow: none !important;
    padding: 10px 40px;
    margin: 5px;
}

.dashboard-right-wrapper h2.kyc-heading span.icon-011-resume {
    color: #000;
}

.dashboard-right-wrapper .kyc-center-form-header.panel-heading h2.kyc-heading span.icon-011-resume:before {
    color: #6b6b6b;
}

.kyc-center-form-wrap.left-menu-page {
    background: none;
    box-shadow: none;
    padding: 0 30px;
}

.form-container-padding {
    margin: 0 0 30px;
    background: #fff;
    box-shadow: none;
}

.form-common-padding {
}


.btn.btn-raised:not(.btn-link):hover.btn-success {
}

.modal .modal-content .modal-body {
    background: #fff;
    overflow: hidden;
}

.modal.modal-primary .modal-header .modal-title { /*padding:0 20px;*/
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    color: #fff;
}
/*.modal .modal-content .modal-header .close{margin:10px;}*/
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    background: #1982c3;
}

.dtp div.dtp-date, .dtp div.dtp-time {
    background: #219ed6;
}

.dtp div.dtp-actual-year {
    color: #68f0ff;
}

.modal-footer {
    clear: both;
    text-align: center;
}

.form-group .bootstrap-select.btn-group .btn:hover { /*color:#000;*/
}

.kyc-center-form-container .section-title {
    margin: 0 0 30px !important;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
}

    .kyc-center-form-container .section-title div {
        color: #000;
        font-size: 20px;
        text-transform: uppercase;
        border: 0;
    }

.form-sub-heading {
    margin: 0 0 20px;
    text-transform: uppercase;
}


.dashboard-right-wrapper .common-heading-wrap {
    padding: 30px 0;
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    margin-bottom: 18px;
    margin-top: 10px;
    padding-left: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox label, .radio label, label {
    font-size: 16px;
    line-height: 20px;
    color: #828181;
    font-weight: 400;
}

    .radio label, label.radio-inline {
        cursor: pointer;
        padding-left: 20px;
        position: relative;
        color: rgba(0,0,0,.26);
    }

.form-group.is-focused .radio label, .form-group.is-focused label.radio-inline {
    color: rgba(0,0,0,.26);
}

    .form-group.is-focused .radio label:hover, .form-group.is-focused .radio label:focus, .form-group.is-focused label.radio-inline:hover, .form-group.is-focused label.radio-inline:focus {
        color: rgba(0,0,0,.54);
    }

fieldset[disabled] .form-group.is-focused .radio label, fieldset[disabled] .form-group.is-focused label.radio-inline {
    color: rgba(0,0,0,.26);
}

.radio span, label.radio-inline span {
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

.radio .circle, label.radio-inline .circle {
    border: 2px solid rgba(0,0,0,.54);
    height: 15px;
    width: 15px;
    border-radius: 100%;
}

.radio .check, label.radio-inline .check {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background-color: #03a9f4;
    -webkit-transform: scale3d(0,0,0);
    transform: scale3d(0,0,0);
}

    .radio .check:after, label.radio-inline .check:after {
        display: block;
        position: absolute;
        content: "";
        background-color: rgba(0,0,0,.87);
        left: -18px;
        top: -18px;
        height: 50px;
        width: 50px;
        border-radius: 100%;
        z-index: 1;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        margin: 0;
        -webkit-transform: scale3d(1.5,1.5,1);
        transform: scale3d(1.5,1.5,1);
    }

.radio input[type=radio]:focus:not(:checked) ~ .check:after, label.radio-inline input[type=radio]:focus:not(:checked) ~ .check:after {
    -webkit-animation: rippleOff 500ms;
    animation: rippleOff 500ms;
}

.radio input[type=radio]:focus:checked ~ .check:after, label.radio-inline input[type=radio]:focus:checked ~ .check:after {
    -webkit-animation: rippleOn 500ms;
    animation: rippleOn 500ms;
}

.radio input[type=radio], label.radio-inline input[type=radio] {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 0;
    width: 0;
    overflow: hidden;
}

    .radio input[type=radio]:checked ~ .check, .radio input[type=radio]:checked ~ .circle, label.radio-inline input[type=radio]:checked ~ .check, label.radio-inline input[type=radio]:checked ~ .circle {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .radio input[type=radio]:checked ~ .check, label.radio-inline input[type=radio]:checked ~ .check {
        background-color: #1982c3;
    }

    .radio input[type=radio]:checked ~ .circle, label.radio-inline input[type=radio]:checked ~ .circle {
        border-color: #1982c3;
    }

    .radio input[type=radio]:checked ~ .check, label.radio-inline input[type=radio]:checked ~ .check {
        -webkit-transform: scale3d(.55,.55,1);
        transform: scale3d(.55,.55,1);
    }

    .radio input[type=radio][disabled] ~ .check, .radio input[type=radio][disabled] ~ .circle, label.radio-inline input[type=radio][disabled] ~ .check, label.radio-inline input[type=radio][disabled] ~ .circle {
        opacity: .26;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=26)";
    }

    .radio input[type=radio][disabled] ~ .check, label.radio-inline input[type=radio][disabled] ~ .check {
        background-color: #000;
    }

    .radio input[type=radio][disabled] ~ .circle, label.radio-inline input[type=radio][disabled] ~ .circle {
        border-color: #000;
    }

.checkbox input[type=checkbox]:checked + .checkbox-material .check:before, label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before {
    color: #1982c3;
}

.btn.btn-fab.btn-fab-mini.attachment-icon {
    border-radius: 0;
    background: none;
    box-shadow: none;
    position: absolute;
    top: -8px;
    right: 12px;
}

.common-center-wrapper {
    padding-top: 30px;
}

    .common-center-wrapper .dashboard-right-wrapper {
        width: 100%;
        float: none;
    }


/* New CSS */

body.login-page { /*background:#e5e9ec;*/
}

    body.login-page .header-wrapper {
        display: none;
    }

.loadingcss {
    display: none;
}

.login-heading i {
    text-transform: lowercase;
    font-style: normal;
    font-size: 40px;
}

.login-wrapper {
    width: 30%;
    margin: 0 auto 0;
    text-align: center;
}

h2.login-heading {
    color: #1982c3;
    font-weight: 300;
    font-size: 30px;
    padding: 0 0 35px;
    margin: 0;
}

.login-container {
    background: #fff;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0.2);
}

.login-content {
    padding: 40px 60px 30px;
}

    .login-content h3 {
        margin: 0;
        padding: 0 0 40px;
        font-size: 18px;
        font-weight: 400;
        color: #0074bd;
        position: relative;
    }

        .login-content h3:before {
            position: absolute;
            width: 100%;
            height: 1px;
            background: #ddd;
            left: 0;
            top: 15%;
            content: "";
            z-index: 1;
        }

        .login-content h3 span {
            background: #fff;
            display: inline-block;
            padding: 0 15px;
            position: relative;
            z-index: 2;
        }

    .login-content .form-group { /*margin:0 0 25px;*/
        width: 100%;
    }

        .login-content .form-group .form-control {
            border: 1px solid #dcdcdc;
            padding: 8px 15px;
            height: 45px;
            border-radius: 0;
            font-size: 16px;
            font-weight: 300;
            box-shadow: none;
            background: #fff;
            padding-left: 50px;
            font-family: inherit;
        }

    .login-content .modal .form-group .form-control {
        padding-left: 15px;
    }

    .login-content .form-group .checkbox {
        text-align: left;
        position: relative;
        padding: 0 0 0 30px;
    }

        .login-content .form-group .checkbox .icheckbox_flat {
            top: -17px;
        }

        .login-content .form-group .checkbox label {
            width: 95%;
            left: 5px;
            top: 0;
        }

    .login-content .form-group.icon {
        position: relative;
    }

        .login-content .form-group.icon:before {
            position: absolute;
            left: 0;
            top: 0;
            border-right: 1px solid #dcdcdc;
            text-align: center;
            height: 45px;
            width: 40px;
            color: #afafaf;
            padding: 12px 8px 0 9px;
        }

    .login-content .icon-016-contact:before {
        font-size: 17px;
        padding: 14px 8px 0 9px !important;
    }

    .login-content .icon-015-smartphone:before {
        font-size: 20px;
    }

.btn-blue {
    box-shadow: none;
    width: auto;
    background: #1982c3;
    border: 0;
    color: #fff;
}

.login-content .form-group .btn-blue {
    width: 100%;
    background: #1982c3;
    border: 0;
    padding: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-transform: none;
    box-shadow: 8px 10px 20px 0 rgba(46,61,73,.20);
    border-radius: 0;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

    .login-content .form-group .btn-blue:hover, .login-content .form-group .btn-blue:focus, .btn-blue:hover, .btn-blue:focus {
        background: #1982c3;
        color: #fff;
        box-shadow: 2px 2px 6px 0 rgba(46,61,73,.30);
    }

.btn-blue-flat {
    box-shadow: none;
    width: auto;
    background: #1982c3;
    border: 0;
    color: #fff;
}

.form-group .btn-blue-flat {
    background: #1982c3;
    border: 0;
    padding: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-transform: none;
    border-radius: 0;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

    .form-group .btn-blue-flat:hover, .form-group .btn-blue-flat:focus, .btn-blue-flat:hover, .btn-blue-flat:focus {
        background: #1982c3;
        color: #fff;
    }

.login-content .form-group.icon-018-user:before {
    font-size: 22px;
}

label.timer {
    font-weight: 300;
}

label.icon-ios-clock-outline:before {
    position: relative;
    top: 4px;
    font-weight: 300;
    padding: 0 5px 0 0;
    font-size: 20px;
}

.selecter .selecter-selected {
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #ccc;
}

.selecter.bottom.open .selecter-selected {
    border-radius: 0;
    -webkit-border-radius: 0;
    border-color: #1982c3;
}

.selecter .selecter-item.selected, .selecter .selecter-item.selected:hover {
    border-bottom-color: #1982c3;
    background-color: #1982c3;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.selecter.bottom.open .selecter-options {
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.selecter.open .selecter-selected {
    border-radius: 0;
    -webkit-border-radius: 0;
}

.selecter .selecter-options {
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.form-group.label-floating {
    position: relative;
}

    .form-group.label-floating .control-label {
        position: absolute;
        top: 7px;
        left: 0;
        padding: 0;
        margin: 0;
        z-index: 9;
        cursor: auto;
        transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
    }

    .form-group.label-floating.active .control-label {
        top: -20px;
        cursor: default;
        font-size: 14px;
    }

.form-group {
    margin-bottom: 0;
        margin: 30px 0px 10px 0px;
    position: relative;
}

    .form-group .input-group .form-control {
        transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
    }

    .form-group.underline .form-control {
        border-color: #1982c3;
    }

    .form-group.label-floating.underline .control-label {
        color: #1982c3;
    }

.form-control.selectpicker {
    visibility: hidden;
}

.kyc-center-tabs label.btn.active {
    color: #fff;
}

.bootstrap-select.form-control {
    box-shadow: none;
    margin: 0;
}

    .bootstrap-select.form-control .dropdown-toggle {
        background: none;
        box-shadow: none;
        border-bottom: 1px solid #ccc;
        border-radius: 0;
        padding: 8px 0;
    }

        .bootstrap-select.form-control .dropdown-toggle:hover, .bootstrap-select.form-control .dropdown-toggle:focus {
            background: none;
        }

.bootstrap-select .btn:focus {
    outline: 0 !important;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    outline: 0;
}

.register-checkbox {
    margin: 10px 0 0;
}

.label-select .dropdown-menu {
    border-radius: 0; /*box-shadow:none;*/
    border: 1px solid rgba(0,0,0,0.2);
    margin: -1px 0 0;
    background: #fff;
}

    .label-select .dropdown-menu .bs-searchbox {
    }

        .label-select .dropdown-menu .bs-searchbox input.form-control {
            border-radius: 0;
            box-shadow: none;
            padding: 5px 10px;
        }

.bootstrap-select.btn-group .dropdown-menu.inner {
}

    .bootstrap-select.btn-group .dropdown-menu.inner li {
    }

        .bootstrap-select.btn-group .dropdown-menu.inner li a {
            font-weight: 300;
            padding: 8px 20px;
        }

            .bootstrap-select.btn-group .dropdown-menu.inner li a:hover {
            }

        .bootstrap-select.btn-group .dropdown-menu.inner li.selected a {
            background: #2083e1;
        }

@-webkit-keyframes click-wave {
    0% {
        width: 20px;
        height: 20px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        width: 50px;
        height: 50px;
        margin-left: -18px;
        margin-top: -18px;
        opacity: 0.0;
    }
}

@-moz-keyframes click-wave {
    0% {
        width: 20px;
        height: 20px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        width: 50px;
        height: 50px;
        margin-left: -18px;
        margin-top: -18px;
        opacity: 0.0;
    }
}

@-o-keyframes click-wave {
    0% {
        width: 20px;
        height: 20px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        width: 50px;
        height: 50px;
        margin-left: -18px;
        margin-top: -18px;
        opacity: 0.0;
    }
}

@keyframes click-wave {
    0% {
        width: 20px;
        height: 20px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        width: 50px;
        height: 50px;
        margin-left: -18px;
        margin-top: -18px;
        opacity: 0.0;
    }
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 2px;
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.15s ease-out 0;
    -moz-transition: all 0.15s ease-out 0;
    transition: all 0.15s ease-out 0;
    background: #fff;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    outline: none;
    position: relative;
    margin-right: 0.5rem;
    z-index: 1000;
    margin: 0 !important;
    left: 0;
    border: 1px solid #b9b9b9;
}

    .option-input:focus {
        outline: 0;
    }

    .option-input:hover {
        background: #fff;
    }

    .option-input:checked {
        background: #1982c3;
        border: 1px solid transparent;
    }

        .option-input:checked::before {
            width: 16px;
            height: 16px;
            position: absolute; /*content: '\2716';*/
            display: block;
            font-size: 10px;
            text-align: center;
            line-height: 17px;
        }

        .option-input:checked::after {
            -webkit-animation: click-wave 0.65s;
            -moz-animation: click-wave 0.65s;
            animation: click-wave 0.65s;
            background: #40e0d0;
            content: '';
            display: block;
            position: relative;
            z-index: 100;
        }

    .option-input.radio {
        border-radius: 50%;
    }

        .option-input.radio::after {
            border-radius: 50%;
        }

.icon-tick:before {
    display: none;
}

.steps-top-wrapper {
    background: #fff;
}

.dashboard-menu-wrapper {
}

.dashboard-inner-wrapper {
    padding: 25px 0 0;
}

    .dashboard-inner-wrapper h2.kyc-heading:before {
        display: none;
    }

    .dashboard-inner-wrapper .kyc-center-form-header {
        padding-left: 45px;
    }

.common-checkbox span.checkbox-text {
    font-size: 14px; /*padding-top:3px;*/
}

.form-group.is-fileinput {
    width: 100% !important;
}

    .form-group.is-fileinput input[type="file"] {
    }

    .form-group.is-fileinput .input-group {
    }

.header-wrapper.menu-header {
    border-bottom: 0;
}

.top-nav-wrapper {
    background: #fff;
    border-top: 1px solid #ececec; /*border-bottom:1px solid #c5c5c5;*/
}

.fullwidth-menu {
    border-radius: 0;
    margin: 0;
    border: 0;
    min-height: 0;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.08);
}

    .fullwidth-menu ul {
        float: none;
        text-align: center;
    }

        .fullwidth-menu ul li.full-width {
            padding: 0;
            display: inline-block;
            float: none;
            border-right: 1px solid #c5c5c5;
        }

            .fullwidth-menu ul li.full-width a {
                color: #464646;
                font-weight: 400;
                padding: 12px 30px 10px;
                font-size: 16px;
                margin-left: 28px;
            }

                .fullwidth-menu ul li.full-width a.icon:before {
                    position: absolute;
                    top: 11px;
                    left: 0;
                    font-size: 20px;
                }

            .fullwidth-menu ul li.full-width:first-child {
                margin-left: 0;
                border-left: 1px solid #c5c5c5;
            }

            .fullwidth-menu ul li.full-width a:hover {
                background: none;
            }

            .fullwidth-menu ul li.full-width:hover a, .fullwidth-menu ul li.full-width a, .fullwidth-menu ul li.full-width a:focus {
                color: #1982c3;
                background: none;
            }

            .fullwidth-menu ul li.full-width ul.dropdown-menu {
                box-shadow: none;
                padding: 10px;
                border-radius: 0;
                border-color: #c5c5c5;
            }

                .fullwidth-menu ul li.full-width ul.dropdown-menu .yamm-content {
                }

                    .fullwidth-menu ul li.full-width ul.dropdown-menu .yamm-content a {
                        color: #484848;
                        margin-left: 0;
                        display: block;
                        padding: 8px 15px;
                        font-weight: 300;
                        font-size: 14px;
                        text-transform: uppercase;
                        border-top: 1px dotted #ddd;
                    }

                .fullwidth-menu ul li.full-width ul.dropdown-menu li:first-child .yamm-content a {
                    border: 0;
                }

                .fullwidth-menu ul li.full-width ul.dropdown-menu .yamm-content a:hover {
                    color: #1982c3;
                }

            .fullwidth-menu ul li.full-width a.icon-user:before {
            }

            .fullwidth-menu ul li.full-width a.icon-ios-monitor-outline:before {
                font-size: 24px;
                left: -4px;
            }

            .fullwidth-menu ul li.full-width a.icon-reception-bell:before {
                font-size: 24px;
                left: -4px;
                top: 9px;
            }

/*.fullwidth-menu ul.navbar-nav li.dropdown:nth-child(1) ul.dropdown-menu{margin-left:-1px;}
.fullwidth-menu ul.navbar-nav li.dropdown:nth-child(2) ul.dropdown-menu{margin-left:-5px;}
.fullwidth-menu ul.navbar-nav li.dropdown:nth-child(3) ul.dropdown-menu{margin-left:-4px;}
.fullwidth-menu ul.navbar-nav li.dropdown:nth-child(4) ul.dropdown-menu{margin-left:-4px;}
.fullwidth-menu ul.navbar-nav li.dropdown:nth-child(5) ul.dropdown-menu{margin-left:-5px;}
.fullwidth-menu ul.navbar-nav li.dropdown:nth-child(6) ul.dropdown-menu{margin-left:-5px;}
.fullwidth-menu ul.navbar-nav li.dropdown:nth-child(7) ul.dropdown-menu{margin-left:-5px;}*/

.create-profile-header h2.kyc-heading {
    padding-left: 30px;
}

    .create-profile-header h2.kyc-heading:before {
        display: none;
    }

.fullwidth-menu .dropdown-menu > li {
    float: left;
    width: 33.333%;
}

/* Mobile Slide Menu*/
.mobile-menu-wrap {
    display: none;
}

.navbar-nav > li.mobile-menu-slide {
    display: none;
}

.mobile-menu-icon {
    float: right;
    margin: 16px 0 0;
    display: none;
}

    .mobile-menu-icon span {
        display: block;
        width: 26px;
        height: 3px;
        margin: 4px 0 0;
        background: #1982c3;
    }

.mm-menu {
    background: #fbfbfb;
}

.mm-panels {
}

    .mm-panels .mm-navbar .mm-title {
        color: #1982c3;
    }

    .mm-panels .zmdi {
        display: none;
    }

    .mm-panels .nav.navbar-nav.mm-listview, .mm-panels .navbar-nav > li {
        float: none;
    }

        .mm-panels .navbar-nav > li > a.icon {
            padding: 18px 10px 18px 45px;
        }

            .mm-panels .navbar-nav > li > a.icon:before {
                top: 10px;
            }

.mm-listview > li:not(.mm-divider):after {
    left: 0;
}

.mm-listview .mm-next {
    width: 100%;
}

.mm-listview > li > a, .mm-listview > li > span {
    color: #474747;
}

.mm-panels .dropdown-menu.mm-listview {
    position: relative;
    top: 0;
    float: none;
    border-radius: 0 !important;
}

.mm-listview li.log-out a {
    color: #ee4639;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    border: 0;
    padding: 5px;
}

.mm-panels .mobile-search-box {
    padding: 10px;
    position: relative;
}

.mm-panels .icon-search::before {
    position: absolute;
    right: 18px;
    top: 18px;
}

.mm-panels .search-input {
    width: 100%;
    padding: 5px 25px 5px 10px;
    border: 1px solid #c5c5c5;
}

p.center-heading {
    margin: 0;
    font-size: 16px;
    background: #f1f1f1;
    padding: 10px 15px;
    font-weight: 400;
    color: #333;
}

    p.center-heading span {
        display: inline-block;
        color: #1982c3;
        font-weight: 400;
    }

p.client-name {
}

p.company-name {
}

.dashed-border-left {
    border-left: 1px dotted #1982c3;
}

.form-group .autopopulate {
    color: #000;
}

.range-slider-wrap {
    padding: 20px 0 0;
}

    .range-slider-wrap p.text-normal {
        font-weight: 300;
        margin: 0 0 10px;
        color: #6b6b6b;
    }

    .range-slider-wrap input[type="range"] {
    }

.gray-box-wrapper {
    background-color: #f3f3f3;
    padding: 30px 20px 10px;
    margin: 20px 0;
    overflow: hidden;
}

    .gray-box-wrapper h4 {
        font-size: 16px !important;
        font-weight: 300;
        text-transform: none;
        margin: 0 0 10px;
        padding: 0 0 10px;
        border-bottom: 1px dotted #d0d0d0;
    }

    .gray-box-wrapper p.calculator-para {
        color: #1982c3;
        font-size: 16px;
        padding: 0;
        margin: 0 0 20px;
    }

        .gray-box-wrapper p.calculator-para:before {
            font-size: 12px;
            display: inline-block;
            padding: 0 2px 0 0;
        }

h2.eshop-calculater-center-heading {
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    padding: 10px 15px;
    margin: 10px 0 30px;
    background: #1982c3;
    text-transform: none;
    font-weight: 300;
}

h2.loan-calculator-heading {
    color: #333;
    font-size: 16px;
    padding: 10px 15px;
    margin: 0 0 10px;
    text-transform: none;
    font-weight: 400;
    background: #f5f5f5;
}

.for-mobile {
    display: none;
}

.admin-page-wrapper {
    margin: 0 auto;
    width: 98%;
    padding: 30px 0 0;
}

.admin-page-container {
    overflow: hidden;
    background: #fff;
    border: 1px solid #d7dfe3;
    border-radius: 5px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    padding: 20px 0 30px;
}

.admin-search-form {
    position: fixed;
    width: 350px;
    height: 100%;
    top: 0;
    right: -490px;
    z-index: 999999990;
    border-left: 1px solid #e2e2e2;
    padding: 25px 30px 0;
    background: #fff url("../images/form-slide-bg.png") center bottom no-repeat;
    box-shadow: 0 10px 30px 12px rgba(183, 183, 183, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px 5px rgba(228, 228, 228, 0.1);
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

    .admin-search-form a.icon-right-arrow-circular-button {
        position: relative;
        font-size: 20px;
        color: #ee4639;
        top: -10px;
        display: block;
        width: 35px;
        text-align: center;
        padding: 4px 0 0;
        height: 32px;
        border: 1px solid #d0d0d0;
        border-radius: 0 20px 20px 0;
        border-left: 0;
        left: -30px;
    }

    .admin-search-form .form-control {
        background: none;
        color: #fff;
    }

    .admin-search-form .form-group .input-group .form-control, .admin-search-form .form-control {
        color: #424242;
    }

    .admin-search-form .form-group label {
    }

    .admin-search-form .bootstrap-select.form-control .dropdown-toggle {
    }

    .admin-search-form .bootstrap-select.btn-group .btn .filter-option {
    }

    .admin-search-form .bootstrap-select.btn-group .dropdown-menu .bs-searchbox input.form-control {
        box-shadow: none;
    }

    .admin-search-form .bootstrap-select.btn-group .btn .caret {
    }

    .admin-search-form .form-group.label-floating, .admin-search-form .form-group {
        margin: 20px 0;
    }

        .admin-search-form .form-group.label-floating.active .control-label {
            top: -15px;
        }

    .admin-search-form .checkbox {
        padding: 0;
    }

        .admin-search-form .checkbox input[type=checkbox] {
            top: 1px;
            width: 18px;
            height: 18px;
        }

    .admin-search-form .option-input:checked::before {
        width: 15px;
        height: 15px;
        font-size: 10px;
        top: -1px;
    }

    .admin-search-form .checkbox label {
        padding: 0 0 0 13px;
        font-size: 14px;
    }

    .admin-search-form .admin-search-btn-wrap {
        margin: 25px 0 0;
    }

.bootstrap-select.btn-group .dropdown-menu {
    border-radius: 0;
    z-index: 999999999; /*background:#f7f7f7; top:142%;*/
}

.bootstrap-select.open:before { /*position:absolute; bottom:-7px; right: 13px; width: 15px; height: 15px; color: #bfbfbf; content: "\54"; font-size: 25px; font-family: "kyc-font"; z-index: 9999;*/
}

.bootstrap-select.btn-group .dropdown-menu .bs-searchbox input.form-control {
    border-radius: 0;
    color: #424242;
    padding: 5px 15px;
}

.bootstrap-select.btn-group .dropdown-menu li.no-results {
    color: #424242;
}

.search-slide .admin-search-form {
    right: 0;
}

.admin-search-form .col-lg-1, .admin-search-form .col-lg-10, .admin-search-form .col-lg-11, .admin-search-form .col-lg-12, .admin-search-form .col-lg-2, .admin-search-form .col-lg-3, .admin-search-form .col-lg-4, .admin-search-form .col-lg-5,
.admin-search-form .col-lg-6, .admin-search-form .col-lg-7, .admin-search-form .col-lg-8, .col-lg-9 {
    float: none;
    width: 100%;
    padding: 0;
}

.right-side-toggle {
    position: relative;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

.right-side-toggle {
    background: #1982c3;
    width: 35px;
    height: 35px;
    position: fixed;
    top: 114px;
    right: 34px;
    padding: 25px;
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

    .right-side-toggle i {
        position: absolute;
        top: 16px;
        left: 16px;
        color: #fff;
        font-size: 19px;
        height: 20px;
        width: 20px;
    }

    .right-side-toggle:hover {
        background: #ee4639;
    }

.export-form {
    padding: 0 0 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

    .export-form .form-group {
        margin: 0;
        display: inline-block;
        text-align: center;
        width: 110px;
        padding: 0;
    }

        .export-form .form-group.partition {
            padding: 0 20px;
            border-left: 1px dotted #c5c5c5;
            border-right: 1px dotted #c5c5c5;
        }

        .export-form .form-group .checkbox {
        }

            .export-form .form-group .checkbox label {
                display: block;
                padding: 1px 0 0 4px;
            }

.btn.btn-raised.btn-primary.export-btn {
    border-radius: 30px !important;
    padding: 5px 20px;
    font-size: 14px;
    text-transform: none;
    box-shadow: 0 2px 10px #ddd !important;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

    .btn.btn-raised.btn-primary.export-btn:hover { /*background:#ee4639;*/
    }

.export-form .bootstrap-select.btn-group .btn .caret {
    right: 0;
}

.admin-table-container {
    margin: 20px 0 0;
}

    .admin-table-container .dataTables_length {
        float: left;
    }

    .admin-table-container .dataTables_filter {
        float: right;
    }

    .admin-table-container .dataTables_info {
        clear: both;
        display: block;
    }

div.dataTables_wrapper div.dataTables_length label {
    font-weight: 300;
}

div.dataTables_wrapper div.dataTables_length select {
    border-radius: 0;
    padding: 5px;
    margin: 0 5px;
    box-shadow: none;
}

div.dataTables_wrapper div.dataTables_filter input {
    border-radius: 0;
    padding: 5px 10px;
    box-shadow: none;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 15px 0 0;
}

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        border-radius: 0;
    }

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
    border-right: 1px solid #ddd;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    font-family: 'kyc-font';
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    opacity: 1;
    color: #c5c5c5;
}

table.dataTable thead th {
    color: #1982c3;
    font-size: 14px;
    font-weight: 500;
}

table.dataTable td.Left.sorting_1 a {
    color: #1982c3;
    font-size: 14px;
    font-weight: 400;
}

table.dataTable thead .sorting:after {
    content: "\57";
}

table.dataTable thead .sorting_asc:after {
    content: "\58";
}

table.dataTable thead .sorting_desc:after {
    content: "\56";
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
    position: absolute;
    border: 1px solid #1982c3;
    box-shadow: none;
    background: none;
    color: #1982c3;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
    border: 1px solid #ee4639;
    color: #ee4639;
    background: none;
    font-size: 27px;
    line-height: 10px;
}

table.dataTable > tbody > tr.child ul {
    display: block;
}

.mm-opening .admin-search-form {
    display: none;
}

.kyc-accordian-header {
    clear: both;
}

h3.kyc-accordian-title {
    margin: 0;
    padding: 15px 0 12px;
    text-align: center;
    font-size: 18px;
    color: #ee4639;
}

.accordian-panel-group {
    margin: 0;
}

    .accordian-panel-group .panel-default .panel-collapse .panel-body {
        border: 1px solid #1982c3;
        border-top: 0;
        margin-bottom: 5px;
    }

.panel-default > .panel-heading {
    background: #f2f2f2;
    color: #4a4a4a;
    border-radius: 0;
    border-bottom: 1px solid #b9b9b9;
    transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
}

    .panel-default > .panel-heading .panel-title {
    }

.ms-collapse .panel .panel-heading .panel-title a {
    font-size: 17px;
}

    .ms-collapse .panel .panel-heading .panel-title a:before {
        position: relative;
        top: 2px;
        display: inline-block;
        margin: 0 5px 0 0;
    }

.panel-default > .panel-heading.actives {
    background: #1982c3;
    border: 0;
    color: #fff;
    margin-top: 5px;
}

.accordian-panel-group:nth-child(1) .panel-default > .panel-heading.actives {
    margin-top: 0;
}

.ms-collapse .panel .panel-heading.actives .panel-title a {
}

    .ms-collapse .panel .panel-heading.actives .panel-title a:before {
        content: "\31";
    }

.accordion-btn-wrap {
    margin: 15px 0 0;
}

.checkbox {
    padding: 10px 0 25.2px;
    margin-top: 20px;
}

    .checkbox input[type=checkbox] {
        top: 11px;
    }

    .checkbox label {
        padding: 0 0 0 30px;
        font-weight: 300;
        font-size: 15px;
    }

.register-checkbox {
    margin: 0;
}

.checkbox.register-checkbox input[type=checkbox] {
    top: 13px;
}

.register-checkbox span.checkbox-text {
    font-size: 14px;
    color: #424242;
    font-weight: 300;
    padding-left: 30px;
}

.login-content .checkbox input[type=checkbox] {
    top: 4px;
}

.login-content .form-group .checkbox label {
    padding: 0;
}

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
        color: #929292;
        font-weight: 300;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
        z-index: 1;
        cursor: pointer;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled {
            cursor: not-allowed;
        }

            .radio input[type="radio"]:disabled + label {
                opacity: 0.65;
            }

                .radio input[type="radio"]:disabled + label::before {
                    cursor: not-allowed;
                }

.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #1982c3;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #1982c3;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

label.radio-heading {
    color: rgb(66, 66, 66);
    font-size: 14px;
    font-weight: 300;
}

label.radio-text {
    font-size: 14px;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

ul.ms-timeline {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.ms-timeline li {
        background: #fff;
        padding: 20px 10px;
        border-radius: 5px;
        margin: 0 0 20px;
        box-shadow: 2px 2px 10px #e5e9ec;
    }

        ul.ms-timeline li .ms-timeline-date {
            font-size: 18px;
            color: #1982c3;
            font-weight: 400;
            padding: 0 0 10px;
            text-transform: uppercase;
            text-align: center;
        }

h4.color-warning {
    font-size: 15px;
    color: #2f2f2f;
    text-transform: none;
    font-weight: 400;
}

table.table-bordered.dataTable td a[name="Edit"], table.table-bordered.dataTable td a.edit, table.table-bordered.dataTable td a[name="View"], table.inside-table td a.remove {
    position: relative;
    font-size: 0;
    text-align: center;
}

    table.table-bordered.dataTable td a[name="Edit"]:before, table.table-bordered.dataTable td a.edit:before, table.table-bordered.dataTable td a[name="View"]:before, table.inside-table td a.remove:before {
        font-family: "kyc-font";
        content: "\32"; /*position:absolute; left:3px; top:-3px;*/
        font-size: 18px;
        color: #1982c3;
    }

    table.table-bordered.dataTable td a[name="Edit"]:hover:before, table.table-bordered.dataTable td a.edit:hover:before, table.table-bordered.dataTable td a[name="View"]:hover:before, table.inside-table td a.remove:hover:before {
        color: #ee4639;
    }

    table.table-bordered.dataTable td a[name="View"]:before {
        content: "\52";
        font-size: 16px;
    }

    table.inside-table td a.remove:before {
        content: "\59";
    }





.pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span:focus, .pagination > .active > span:hover { /*background-color:#ee4639; border-color:#ee4639;*/
}

table.dataTable {
    font-size: 14px;
}

body .dtp > .dtp-content > .dtp-date-view > header.dtp-header, body .dtp div.dtp-date, .dtp div.dtp-time, body .dtp table.dtp-picker-days tr > td > a.selected {
    background: #1982c3;
}

.mm-panel.mm-hasnavbar.mm-opened .dropdown-menu {
    box-shadow: none;
    padding: 0;
    border: 0;
    background: none;
}

    .mm-panel.mm-hasnavbar.mm-opened .dropdown-menu li {
    }

        .mm-panel.mm-hasnavbar.mm-opened .dropdown-menu li:after {
            display: none;
        }

        .mm-panel.mm-hasnavbar.mm-opened .dropdown-menu li a {
            color: #474747;
            padding: 10px 20px;
            border-top: 1px solid #ddd;
        }

        .mm-panel.mm-hasnavbar.mm-opened .dropdown-menu li:first-child a {
            border: 0;
        }

        .mm-panel.mm-hasnavbar.mm-opened .dropdown-menu li a:before {
            display: none;
        }

.document-upload-page {
}

.document-upload input[type="file"] {
    position: absolute;
    z-index: 9;
    top: 33px;
    left: 5px;
    background: none;
}

.document-upload .icon-002-attach {
    background: none;
    border: 0;
    font-size: 20px;
    position: absolute;
    z-index: 99;
    right: 5px;
    top: 6px;
}

.document-upload .input-group .form-control {
    background: none;
    border-bottom: 1px solid #c5c5c5;
}

.changepassword {
}

    .changepassword h2.login-heading {
        font-size: 20px;
    }

    .changepassword .login-content {
        padding: 20px;
    }

.changepassword-heading {
    padding-bottom: 5px;
    position: relative;
    margin: 0 0 20px;
}

    .changepassword-heading:before {
        width: 80px;
        height: 2px;
        background: #1982c3;
        left: 42%;
        bottom: 0;
        content: "";
        position: absolute;
    }

    .changepassword-heading h4 {
        padding: 10px 0;
        margin: 0;
        text-transform: none;
        font-size: 16px;
        font-weight: 400;
        position: relative;
    }

        .changepassword-heading h4 span {
            color: #ee4639;
        }

.changepassword .login-content .form-group .form-control {
    border: 0;
    border-bottom: 1px solid #dcdcdc;
    padding: 0;
    height: 35px;
}

.inline-checkbox-wrap {
    height: 15px;
}

.inline-checkbox {
    float: left;
    margin: 0 10px 0 0 !important;
}

.add-field-wrap {
    overflow: hidden;
    width: 50%;
    margin: 0 auto;
    clear: both;
}

.add-field-row {
    padding: 0;
}

    .add-field-row label label {
        padding: 0;
    }

a.back-icon {
    float: right;
    clear: both;
    margin: 0 30px 0 0;
    padding: 0 0 0 27px;
    position: relative;
}

    a.back-icon::before {
        position: absolute;
        left: 0;
        top: 0px;
        font-size: 20px;
    }

.add-field-checkbox-btn {
    text-align: center;
    padding: 0 0 30px;
}

    .add-field-checkbox-btn .checkbox, .add-field-checkbox-btn .btn-primary {
        display: inline-block;
    }

    .add-field-checkbox-btn .checkbox {
    }

    .add-field-checkbox-btn .btn.btn-raised.btn-primary {
        background: none;
        color: #444 !important;
        text-transform: none;
        padding: 5px 15px 4px;
        border: 1px solid #ddd;
        position: relative;
        padding-left: 35px;
    }

        .add-field-checkbox-btn .btn.btn-raised.btn-primary:before {
            font-size: 17px;
            position: absolute;
            left: 10px;
            top: 6px;
        }

        .add-field-checkbox-btn .btn.btn-raised.btn-primary:hover {
            background: #1982c3;
            color: #fff !important;
            border-color: transparent;
        }

.add-icon-btn {
    background: #caebff;
    color: #000 !important;
    text-transform: none;
    padding: 8px 15px;
    border: 1px solid #91bfdc;
    position: relative;
    padding-left: 35px;
}

    .add-icon-btn:before {
        font-size: 17px;
        position: absolute;
        left: 10px;
        top: 9px;
    }

    .add-icon-btn:hover {
        background: #1982c3;
        color: #fff !important;
        border-color: transparent;
    }

.remove-icon-btn {
    background: #ffdede;
    border-color: #dc9191;
    padding: 4px 10px;
    font-size: 12px;
    padding-left: 27px;
}

    .remove-icon-btn:before {
        content: "\59";
        font-size: 14px;
        top: 5px;
        left: 6px;
    }

    .remove-icon-btn:hover {
        background: #ee4639;
    }

button[type="button"].icon-close-cross-thin-circular-button {
    background: #ffdede;
    border: 1px solid #dc9191;
    padding: 4px 10px;
    font-size: 12px;
    padding-left: 27px;
    position: relative;
}

    button[type="button"].icon-close-cross-thin-circular-button:before {
        content: "\59";
        font-size: 14px;
        top: 5px;
        left: 6px;
        position: absolute;
    }

    button[type="button"].icon-close-cross-thin-circular-button:hover {
        background: #ee4639;
        border-color: transparent;
        color: #fff;
    }


.add-panel-wrapper {
}

    .add-panel-wrapper h4.panel-title {
    }

        .add-panel-wrapper h4.panel-title a {
        }

    .add-panel-wrapper .panel-title a {
        padding: 0;
    }

    .add-panel-wrapper .panel-default > .panel-heading {
    }

.mm-slideout {
    z-index: auto;
}

h4.blue-subtitle {
    padding: 10px 15px;
    margin: 0 0 26px;
    background: #e5f3fd;
    font-size: 12px;
}

.admin-submit-form {
    margin: 0 30px;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

    .admin-submit-form .form-group .input-group .form-control, .admin-submit-form .form-group .bootstrap-select.btn-group {
        background: none;
    }

.top-nav-wrapper .container {
    width: 90%;
}

.export-form.top-border {
    margin: 15px 0 0;
    padding: 0 0 15px;
}

table.inside-table {
    background: #fff;
}

    table.inside-table tr th, table.inside-table tr td {
        padding: 5px 10px;
    }

    table.inside-table tr th {
        color: #1982c3;
    }

    table.inside-table tbody tr td span.for-mobile {
        color: #1982c3;
        font-weight: 400;
        padding: 0 10px 0 0;
        display: none;
    }

    table.inside-table tbody tr td {
        border: 1px solid #ddd !important;
    }

.checkbox.common-chckbox-wrap {
    margin: 20px 0 0;
    padding: 10px 0;
}

table.sortControls tr th {
    color: #1982c3;
    font-weight: 400;
}

.accordian-panel-group .remove-icon-btn {
    margin-top: 20px;
}

.modal {
    z-index: 999999999999999;
}

table.common-grid-table {
}

    table.common-grid-table tr th {
        color: #1982c3;
        font-weight: 400;
    }

    table.common-grid-table .form-group .input-group .form-control, table.common-grid-table .form-group .bootstrap-select.btn-group {
        background: none;
    }

.kyc-accordian-header h3.kyc-accordian-title {
    background: #1982c3;
    color: #fff;
    margin: 0;
    padding: 10px 50px;
    text-align: left;
    font-size: 17px;
    position: relative;
    font-weight: 400;
}

    .kyc-accordian-header h3.kyc-accordian-title:before {
        height: 100%;
        width: 40px;
        left: 0;
        top: 0;
        background: #ee4639;
        color: #fff;
        position: absolute;
        padding: 8px 0 0 10px;
        font-size: 20px;
    }

.panel-default > .panel-heading {
    padding: 0;
}

    .panel-default > .panel-heading.actives {
        background: #d3e8f7;
        color: #003656;
        margin-top: 0;
    }

.accordian-panel-group .panel-default .panel-collapse .panel-body {
    border: 1px solid #d3e8f7;
}

.ms-collapse .panel .panel-heading .panel-title a {
    text-transform: none;
    padding: 8px 15px;
    position: relative;
    padding-left: 50px;
}

    .ms-collapse .panel .panel-heading .panel-title a:before {
        background: #adadad;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 39px;
        color: #fff;
        padding: 12px 0 0 10px;
    }

.ms-collapse .panel .panel-heading.actives .panel-title a:before {
    background: #99b9d0;
    padding: 11px 0 0 11px;
}

.section-container {
    margin: 0 0 30px; /*background: #fff;*/
}

    .section-container .accordian-panel-group {
        padding: 0;
    }

.admin-page-container-form {
    background: none;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.admin-page-container-report {
}

.loadingcss {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.5);
    z-index: 9999999999999;
    overflow: hidden;
    text-align: center;
    padding-top: 10%;
}

    .loadingcss div {
        padding: 10px 0 0;
        color: #1982c3;
    }

.bootstrap-datetimepicker-widget.dropdown-menu {
    float: none;
    border-radius: 0;
}

.form-group .input-group.datepicker-wrap {
    overflow: visible;
}

.datepicker .glyphicon-chevron-right:before, .datepicker .glyphicon-chevron-left:before {
    content: "\45";
    font-family: "kyc-font";
}

.datepicker .glyphicon-chevron-left:before {
    content: "\46";
}

.picker-switch .glyphicon-trash {
    border-top: 1px solid #ddd;
}

    .picker-switch .glyphicon-trash:before {
        /*font-family: "kyc-font";
        content: "\42";*/
        font-size: 18px;
        top: -4px;
        font-weight: bold;
        position: relative;
    }

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover, .bootstrap-datetimepicker-widget table td.day:hover {
    border-radius: 0;
}

.custom-accordian-wrap {
    border: 1px solid #ddd;
    padding-bottom: 30px;
}

    .custom-accordian-wrap .kyc-accordian-header h3.kyc-accordian-title {
        padding: 10px 15px;
    }

    .custom-accordian-wrap .panel-group {
        margin-bottom: 0;
    }

.btn.btn-sm {
    padding: 5px 10px;
    text-transform: none;
}

.upload-view-file {
    position: absolute;
    top: 30px;
    right: 10px;
    z-index: 9;
}

.upload-icon-document {
    border: 0;
    background: none;
    font-size: 25px;
    padding: 0;
    color: #1982c3;
    margin: 0;
}

    .upload-icon-document:focus {
        outline: 0;
    }

    .upload-icon-document:before {
    }

h3.blue-dark-subtitle {
    background: #d3e8f7;
    color: #0074bd;
    margin: 20px 0;
    padding: 6px 15px;
    font-size: 17px;
    text-transform: none;
    font-weight: 400;
}

.admin-search-form .field-validation-valid {
    display: inline-block;
}

.tool-tip {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #1982c3;
    cursor: pointer;
    left: 5px;
}

    .tool-tip:before {
        content: "\e086";
    }

.tooltip.top .tooltip-arrow {
    border-top-color: #0074bd;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #0074bd;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #0074bd;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #0074bd;
}

.tooltip-inner {
    color: #0074bd;
    background-color: #f9f9f9;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #0074bd;
    max-width: none;
}

img.show-default:before {
    content: "\33";
    display: block;
    position: absolute;
    height: 50px;
    width: 50px;
    margin-left: -5px;
    /*background-image: url(../../../Content/image/view.png);*/
    cursor: pointer;
}

span.view-file {
    position: absolute;
    right: 0;
    top: 28px;
}

.show-default:before {
    font-family: "kyc-font" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    border: 0;
    background: none;
    font-size: 25px;
    padding: 0;
    color: #1982c3;
    margin: 0;
    content: "\33";
    position: absolute;
    background: #fff;
}

.drop-down-level-2 {
    padding-left: 35px !important;
}

.drop-down-level-3 {
    padding-left: 50px !important;
}

.drop-down-level-4 {
    padding-left: 65px !important;
}

.form-group.label-floating.radio-button-list {
    margin-top: 0;
    margin-bottom: 0;
}

    .form-group.label-floating.radio-button-list .control-label {
        position: static;
    }

.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #eea236;
}

    .btn-warning:hover {
        color: #fff !important;
        background-color: #ec971f !important;
        border-color: #eea236 !important;
    }

.Left {
    text-align: left;
}

.Right {
    text-align: right;
}

.Center {
    text-align: center;
}

[data-validations*="[Uppercase]"] {
    text-transform: uppercase;
}

span.user-name {
    border-right: 1px solid #ddd;
    margin-right: 10px;
    text-transform: initial;
    padding-right: 10px !important;
    color: #757575;
    font-weight: 400 !important;
    font-family: 'Roboto', sans-serif;
}

@media screen and (max-width:1280px) {
    .top-nav-wrapper .container {
        width: 100%;
    }

    .login-wrapper {
        width: 45%;
    }

    .dashboard-wrapper img {
        max-width: 100%;
    }

    table.table-bordered.dataTable td a[name="Edit"], table.table-bordered.dataTable td a.edit, table.table-bordered.dataTable td a[name="View"], table.inside-table td a.remove {
        display: inline-block;
    }
}

@media screen and (max-width:1200px) {
    .header-wrapper.menu-header {
        border-bottom: 1px solid #c5c5c5;
    }

    .admin-page-wrapper {
        padding: 20px 0 0;
    }

    .common-heading-wrap {
        padding: 0 0 20px;
    }

    .right-side-toggle {
        top: 133px;
        right: 45px;
    }

    table.dataTable > tbody > tr.child span.dtr-title {
        min-width: 95px;
    }

    table.table-bordered.dataTable td:last-child a {
        display: inline-block;
    }

        table.table-bordered.dataTable td:last-child a:before { /*position: relative; left:0; top:0;*/
        }

    .mm-panel.mm-hasnavbar.mm-opened .dropdown-menu {
        display: block;
    }
}

@media screen and (max-width:1110px) {
    ul.dashboard-menu {
        border-radius: 0;
        border-bottom-width: 1px;
    }

    .dashboard-menu-wrapper {
        display: none;
    }

    .dashboard-mobile-menu {
        display: block;
    }

    ul.dashboard-menu li::before {
        top: 43px;
    }
}

@media screen and (max-width:1024px) {
    .login-wrapper {
        width: 55%;
        margin: 2% auto 0;
    }

    .search-slide .admin-search-form {
    }

    .accordian-panel-group .col-md-3, .accordian-panel-group .col-md-4 {
        width: 50%;
    }

    .add-icon-btn {
        padding-left: 30px;
    }
}

@media screen and (max-width:991px) {
    .row {
        clear: both;
    }

    .form-group {
        padding: 0;
    }

        .form-group.label-select label.control-label {
            top: -15px;
        }

    .accordian-panel-group .panel-default .panel-collapse .panel-body {
        padding: 35px 15px 0;
    }

    .admin-search-form .form-group.label-floating, .admin-search-form .form-group {
        margin: 20px 0;
        padding: 0;
    }

    .form-group .input-group {
        display: inline-block;
        width: 100%;
    }

    .header-wrapper .col-md-4, .header-wrapper .col-md-8 {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width:980px) {
    .header-wrapper .col-md-4, .header-wrapper .col-md-8 {
        width: 50%;
        float: left;
    }

    .left-panel-wrap, .right-panel-wrap {
        float: none;
        width: 95%;
        margin: 0 auto;
    }

    ul.cal-left-menu {
        width: 100%;
        min-height: inherit;
        display: flex;
        border: 1px solid #ddd;
        float: none;
    }

        ul.cal-left-menu li {
            display: block;
            width: 35%;
        }

            ul.cal-left-menu li.active::before {
                width: 100%;
                height: 3px;
            }

            ul.cal-left-menu li a {
                border-left: 1px solid #ddd;
                border-top: 0;
                padding: 10px 0;
            }

            ul.cal-left-menu li:first-child a {
                border-left: 0;
            }

    h2.common-heading {
        text-align: center;
    }

    .left-panel-form {
        float: none;
        width: 100%;
    }

    .calculator-form .form-group {
        margin: 0 10px 10px;
        width: 46%;
        display: inline-block;
    }

    .btn.add-btn {
        top: 15px;
    }

    .right-panel-container {
        padding: 0;
    }

    .login-content .form-group {
        margin: 0;
    }

    .loan-calculator-page .col-sm-6 {
        width: 100%;
        float: none;
    }

    h2.loan-calculator-heading {
        margin: 0 0 30px;
    }

    .kyc-center-tabs {
        padding: 0 0 30px;
    }

    .form-sub-heading {
        padding: 0 0 20px;
    }

    .checkbox {
        margin-top: -25px;
    }

    .dashboard-inner-wrapper .checkbox {
        padding: 10px 0;
    }

    .export-form .form-group .checkbox {
        padding: 10px 0 0;
    }
}

@media screen and (max-width:768px) {
    .login-wrapper {
        width: 80%;
    }

    .navbar-nav > li.mobile-menu-slide {
        display: block;
    }
    /*.dashboard-mobile-menu .dashboard-menu-container{background:#f9f9f9;}*/
    ul.dashboard-menu li:first-child:before, ul.dashboard-menu li:first-child:after {
        display: block;
    }

    .dashboard-menu-wrapper.dashboard-mobile-menu .icon-angle-left {
        left: 21px;
    }

    .dashboard-menu-wrapper.dashboard-mobile-menu .icon-angle-right {
        right: 24px;
    }

    p.company-name {
        margin: 5px 0 0;
    }

    p.for-mobile {
        display: block;
    }

    .dashed-border-left {
        border: 0;
        margin: 30px 0 0;
    }

    .admin-table-container {
        border: 0;
    }

    .dashboard-mobile-menu ul.dashboard-menu li {
        width: 200px;
    }

    .accordian-panel-group .col-md-3, .accordian-panel-group .col-md-4 {
        width: 100%;
    }

    a.back-icon {
        float: none;
        margin: 0 auto;
        padding: 0 0 16px 27px;
        position: relative;
        width: 126px;
        display: block;
    }

    .add-field-wrap {
        width: 90%;
    }

    .add-field-checkbox-btn {
        padding: 0 0 10px;
    }

    .add-panel-wrapper {
        clear: both;
    }

    .checkbox.common-chckbox-wrap {
        margin: 0;
        padding: 10px 0 15px;
    }

    .add-icon-btn {
        margin: 0 auto;
        display: block;
        width: 150px;
    }

    .remove-icon-btn {
        margin: 0 auto 15px;
    }

    .add-icon-btn:before {
        top: 11px;
    }

    .remove-icon-btn::before {
        top: 6px;
    }

    .top-nav-wrapper {
        display: none;
    }

    .mobile-menu-wrap {
        display: block;
    }

    .top-right-heading, .fullwidth-menu {
        display: none;
    }

    .mm-menu.mm-offcanvas.mm-opened {
        visibility: visible;
    }

    .mobile-menu-icon {
        display: block;
    }

    .right-side-toggle {
        top: 64px;
        right: 24px;
        width: 30px;
        height: 30px;
        padding: 22px;
    }

        .right-side-toggle i {
            top: 13px;
            left: 13px;
        }
}

@media screen and (max-width:620px) {
    .calculator-form .form-group {
        width: 45%;
    }

    .right-panel-container {
        padding: 25px 0 0;
    }

    .dashboard-menu-wrapper.dashboard-mobile-menu .icon-angle-left {
        left: 14px;
    }

    .dashboard-menu-wrapper.dashboard-mobile-menu .icon-angle-right {
        right: 14px;
    }
}

@media screen and (max-width:612px) {
    .calculator-table-wrap {
        margin: 0;
        box-shadow: none;
    }

    ul.portfolio-tabs {
        display: block;
        padding: 0;
        overflow: hidden;
    }

        ul.portfolio-tabs li {
            width: 50%;
            float: left;
            border: 0;
            padding: 0;
            opacity: 0.3;
        }

            ul.portfolio-tabs li.active a::before {
                display: none;
            }

            ul.portfolio-tabs li a span.tabs-icon-circle {
                margin: -28px auto 0;
            }

    table.calculator-table, table.calculator-table tbody, table.calculator-table tr, table.calculator-table tr th, table.calculator-table tr td {
        width: 100%;
        display: block;
    }

        table.calculator-table tr {
            margin: 20px 0px;
            box-shadow: 0px 0px 20px #C6C6C6;
            padding: 15px;
        }

            table.calculator-table tr:first-child {
                display: none;
            }

            table.calculator-table tr th {
                display: none;
            }

            table.calculator-table tr td {
                padding: 8px 0;
            }

                table.calculator-table tr td[align="right"] {
                    border: 0px;
                    padding: 15px 0 0;
                    text-align: left;
                }

                    table.calculator-table tr td[align="right"] a {
                        display: inline-block;
                        border: 1px solid #ddd;
                        border-radius: 100%;
                        text-align: center;
                        width: 30px;
                        height: 30px;
                        margin: 0 5px 0 0;
                        padding: 4px 0 0;
                    }

        table.calculator-table span {
            display: inline-block;
        }

            table.calculator-table span.for-mobile {
                display: inline-block;
                color: #000;
                font-weight: 400;
                padding: 0 10px 0 0;
            }

    .admin-table-container .dataTables_length, div.dataTables_wrapper div.dataTables_filter {
        float: none;
        display: block;
    }

    div.dataTables_wrapper div.dataTables_filter {
        padding: 10px 0 0;
    }
}

@media screen and (max-width:500px) {
    .header-wrapper .col-md-4, .header-wrapper .col-md-8 { /*width:100%; float:none; text-align:left;*/
    }

    .main-container {
        padding: 10px 0 0;
    }

    ul.cal-left-menu li a i {
        font-size: 14px;
    }

    .calculator-form .form-group {
        margin: 0 0 10px;
        width: 100%;
        display: block;
    }

    .common-form .form-group .form-control {
    }

    .tenure-wrap {
        text-align: center;
        padding: 10px 20px;
        width: 100%;
    }

        .tenure-wrap::after {
            position: relative;
            right: inherit;
            bottom: inherit;
            display: block;
            padding: 3px 0 0;
        }

    .calculato-proceed-btn-wrap {
        padding: 0 20px 20px;
        text-align: center;
    }

        .calculato-proceed-btn-wrap p {
            padding: 0;
        }

    .btn.proceed-btn {
        float: none;
        margin: 20px auto 0;
    }

    .header-wrapper.float-top {
        position: fixed;
        z-index: 99;
        top: 0;
    }

        .header-wrapper.float-top .col-md-4, .header-wrapper.float-top .col-md-8 {
            width: 50%;
            float: left;
            text-align: left;
            padding: 0;
        }

    /*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{padding-right:0; padding-left:0;}*/

    .common-heading-wrap {
        padding: 10px 0 22px;
    }

    .kyc-center-tabs {
        padding: 0 0 30px;
    }

    /*.right-side-toggle{top:70px; right:20px;}*/

    .header-wrapper .col-md-4, .header-wrapper .col-md-8 {
        padding: 0;
    }

    .login-wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .login-content {
        padding: 40px 30px 30px;
    }

    .dashboard-menu-wrapper.dashboard-mobile-menu .icon-angle-left {
        left: 5px;
    }

    .dashboard-menu-wrapper.dashboard-mobile-menu .icon-angle-right {
        right: 5px;
    }

    .admin-submit-form {
        margin: 0 20px;
    }
    /*.admin-submit-form .col-lg-3, .admin-submit-form .col-md-3, .admin-submit-form .col-sm-6, .admin-submit-form .col-xs-12{padding:0;}*/
    table.inside-table {
        border: 0;
    }

        table.inside-table, table.inside-table thead, table.inside-table thead tr, table.inside-table thead tr th, table.inside-table tbody, table.inside-table tbody, table.inside-table tbody tr, table.inside-table tbody tr td {
            display: block;
            border-bottom: 1px solid #ddd;
        }

            table.inside-table thead {
                display: none;
            }

            table.inside-table tbody tr {
                margin: 0 0 10px;
            }

                table.inside-table tbody tr td span.for-mobile {
                    display: inline-block;
                }

                table.inside-table tbody tr td {
                    text-align: left !important;
                }

            table.table-bordered.dataTable td a[name="Edit"], table.table-bordered.dataTable td a.edit, table.table-bordered.dataTable td a[name="View"], table.inside-table td a.remove {
                display: inline-block;
            }

            table.inside-table tbody tr td a.remove::before {
                top: 3px;
                position: relative;
            }
}

@media screen and (max-width:400px) {
    .search-slide .admin-search-form {
        width: 100%;
        border: 0;
    }
}

@media screen and (max-width:360px) {
    .kyc-center-form-header {
        padding: 14px 12px;
    }

    h2.kyc-heading span.already-member-text {
        font-size: 14px;
        padding: 4px 0px 0px;
    }

    h2.kyc-heading a.sign-in-btn {
        font-size: 14px;
        padding: 0px 0px 0px 10px;
    }

    h2.kyc-heading::before {
        bottom: -14px;
        height: 50px;
        right: -50px;
    }

    .kyc-center-form-container {
        padding: 30px 20px;
    }

        .kyc-center-form-container .col-md-12 {
            padding: 0;
        }

        .kyc-center-form-container .kyc-center-tabs label.btn {
            padding: 10px 15px;
        }

    .checkbox label {
        margin-right: 0;
    }

    span.checkbox-material.checkbox-text {
        width: 80%;
    }

    .btn.btn-submit, .main-container .btn-primary.btn.btn-submit:hover, .btn-primary.btn.btn-submit:focus {
        padding: 10px 20px;
    }

    .main-container .col-md-12 {
        padding: 0;
    }
}

.logo-bg {
    text-align: center;
    background-color: #f6f6f6;
}

.bgpattern {
    background: url('../images/bg_left.png') top left no-repeat;
    position: relative;
    padding: 168px 0px 85px 0px;
    width: 100%;
    min-height: 50%;
    margin: 0 auto;
}

    .bgpattern:after {
        position: absolute;
        /*right: 12px;*/
        right: 0px;
        bottom: 0px;
        width: 530px;
        height: 516px;
        content: "";
        background: url('../images/bg_right.png') bottom right no-repeat;
    }

#info_left {
    /* position: absolute; */
    top: 0;
    bottom: 0;
    right: 0;
    height: 490PX;
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.08);
}

#info_right {
    /* position: absolute; */
    top: 0px;
    bottom: 0;
    right: 0;
    min-height: 490PX;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: right bottom;
    /* -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1); */
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: -10px 1px 20px 0px #cac6c6;
}

    #info_right:before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: #ffffff;
        /* border-width: 36px; */
        margin-left: -36px;
    }

    #info_right:after, #info_right:before {
        bottom: 77%;
        left: 0%;
        border: solid transparent;
        content: " ";
        height: 0px;
        width: 0;
        position: absolute;
        pointer-events: none;
        /* top: 20%; */
        transform: rotate(-90deg) translate(0, -6%);
        /* box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.02); */
        box-shadow: blue;
        /* border: 1px solid #BFBFBF; */
        /* background-color: white; */
        /* box-shadow: -6px -5px 5px 0px #aaaaaa; */
    }

    #info_right:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #ffffff;
        border-width: 18px;
        margin-left: -30px;
    }

.input-group .input-group-addon {
    border: 0;
    background: 0 0;
}

.input-group-addon {
    font-size: 16px;
    font-weight: 200;
    color: inherit;
}

label.control-label {
    font-size: 14px;
    line-height: 1.07143;
    font-weight: 600;
    margin: 0;
}

.icon-color {
    color: #fe6e6e;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#info_left .form-group .input-group {
    display: table;
    overflow: hidden;
    /* display: table; */
}

.container .form-group1 {
    /*margin-left: 40%;
    text-align: center;*/
    white-space: nowrap;
}

.container .control-label {
    font-weight: bold;
    font-size: 14px;
}

.container .contentsize {
    width: 30% !important;
}

.icon-colorwhite {
    color: #ffffff;
    /* width: 20%; */
}

.icon-colorred {
    color: #fd2222;
    font-size: 20px;
}

#basic_modal1 .formlabel {
    color: #fd2222;
    font-size: 16px;
}

.icon-phone-chat:before {
    content: "\68";
    /* width:20%; */
    /* height:20%; */
}

span .icon-phone-chat {
    text-align: center;
    margin-left: 50%;
    font-size: 40px;
}

#VerifyOtp .modal-title {
    padding: 40px;
}

#basic_modal1 .modal-title {
    font-size: 14px;
    color: #ffffff;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #2083e1;
}

.contentsize {
    width: 40%;
}

@media (min-width: 150px) and (max-width: 990px) {
    #info_left {
        height: 380PX;
    }

    #info_right:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #ffffff;
        border-width: 18px;
        margin-left: -30px;
    }

    #info_right:after, #info_right:before {
        bottom: 99%;
        left: 50%;
        /* border: solid transparent; */
        content: " ";
        height: 0px;
        width: 0;
        position: absolute;
        pointer-events: none;
        /* top: -0%; */
        transform: rotate(0deg) translate(0, -6%);
        /* box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.02); */
        box-shadow: blue;
        /* border: 1px solid #BFBFBF; */
        /* background-color: white; */
        /* box-shadow: -6px -5px 5px 0px #aaaaaa; */
    }

    #info_right {
        -webkit-box-shadow: 0 8px 6px -6px black;
        -moz-box-shadow: 0 8px 6px -6px black;
        box-shadow: -10px 1px 20px 0px #cac6c6;
    }

    /*.bgpattern {
        position: static;
    }*/

    .bgpattern:before {
        background: url('../images/bg_left.png') top left no-repeat;
        position: relative;
        padding: 168px 0px 85px 0px;
        width: 100%;
        margin: 0 auto;
    }

    .contentsize {
        width: 100% !important;
    }
}

@charset "UTF-8";

@font-face {
  font-family: "upimodule";
  src:url("fonts/upimodule.eot");
  src:url("fonts/upimodule.eot?#iefix") format("embedded-opentype"),
    url("fonts/upimodule.woff") format("woff"),
    url("fonts/upimodule.ttf") format("truetype"),
    url("fonts/upimodule.svg#upimodule") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "upimodule" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "upimodule" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cancel:before {
  content: "\6b";
}
.icon-power-button-symbol:before {
  content: "\6d";
}
.icon-clerk-with-tie:before {
  content: "\61";
}
.icon-clock:before {
  content: "\62";
}
.icon-credit-card:before {
  content: "\63";
}
.icon-cross-mark-on-a-black-circle-background:before {
  content: "\64";
}
.icon-mobile:before {
  content: "\65";
}
.icon-id-card:before {
  content: "\66";
}
.icon-mail-black-envelope:before {
  content: "\67";
}
.icon-manager:before {
  content: "\68";
}
.icon-phone-chat:before {
  content: "\69";
}
.icon-user:before {
  content: "\6a";
}

