﻿@import url('colorconfig.css');


/*************************
*******Typography******
**************************/

/*===================fonts========================*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');*/
/*@import url('https://fonts.googleapis.com/css?family=Oswald:400,600,700');*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300');

@font-face {
    font-family: 'PFEncoreSansPro-Regular';
    src: url('../../fonts/PFEncoreSansPro-Regular.eot');
    src: url('../../fonts/PFEncoreSansPro-Regular.woff2') format('woff2'), url('../../fonts/PFEncoreSansPro-Regular.woff') format('woff'), url('../../fonts/PFEncoreSansPro-Regular.ttf') format('truetype'), url('../../fonts/PFEncoreSansPro-Regular.svg#PFEncoreSansPro-Regular') format('svg'), url('../../fonts/PFEncoreSansPro-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Thin';
    src: url('../../fonts/Segoe UI-Light.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFHandbookPro-Regular';
    src: url(../../fonts/PFHandbookPro-Regular.woff) format('woff'), url(../fonts/PFHandbookPro-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFHandbookPro-Bold';
    src: url(../../fonts/PFHandbookPro-Bold.eot);
    src: url(../../fonts/PFHandbookPro-Bold.woff2) format('woff2'), url(../fonts/PFHandbookPro-Bold.woff) format('woff'), url(../fonts/PFHandbookPro-Bold.ttf) format('truetype'), url(../fonts/PFHandbookPro-Bold.eot?#iefix) format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFHandbookPro-Light';
    src: url(../../fonts/PFHandbookPro-Light.eot);
    src: url(../../fonts/PFHandbookPro-Light.woff2) format('woff2'), url(../fonts/PFHandbookPro-Light.woff) format('woff'), url(../fonts/PFHandbookPro-Light.ttf) format('truetype'), url(../fonts/PFHandbookPro-Light.svg#PFHandbookPro-Light) format('svg'), url(../fonts/PFHandbookPro-Light.eot?#iefix) format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icon-font';
    src: url(../../fonts/icon-font.eot);
    src: url(../../fonts/icon-font.woff2) format('woff2'), url(../../fonts/icon-font.eot?#iefix) format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'untitled-font-13';
    src: url(../../fonts/untitled-font-13.woff) format('woff'), url(../../fonts/untitled-font-13.ttf) format('truetype'), url(../../fonts/untitled-font-13.svg#untitled-font-13) format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    font-family: 'PFEncoreSansPro-Regular', sans-serif;
    position: relative;
}

.main-wrapper {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.dash-section {
    min-height: 400px;
}

.search-custom-drop {
    width: 200px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: grey;
    line-height: 29px;
    font-size: 11px;
    font-family: 'PFEncoreSansPro-Regular';
}

.select2-container--default .select2-selection--single {
    background-color: #FFF;
    border: 2px solid #eee;
    /*border-radius: 4px;*/
    color: #000000;
    height: 33px;
}

.select2-dropdown {
    background-color: #ffffff;
    border: 1px solid #f1f3f6;
    border-radius: 0;
}

.select2-container {
    margin-top: 3px;
}

/* Jquery datatable start */
table.dataTable th, table.dataTable td {
}

table.dataTable thead th, table.dataTable thead td,
table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 8px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #dadada;
    color: #474747;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: normal;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 0px 10px;    vertical-align: middle;
    height: 28px;
    color: #3b3b3b;
    font-family: 'PFEncoreSansPro-Regular', serif;
    font-size: 12px;
    /*padding-top:12px;
    border: none;*/
    font-weight: normal;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 1px solid #dadada;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    margin-left: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    background: transparent; /*border: 1px solid transparent;*/
}

.rm-more-btn-sec {
    position: absolute;
    background-color: #FFF;
    z-index: 5;
    /*margin-top: -7px;*/
    margin-top: 7px;
    /*border-radius: 7px;*/
    border: 1px solid #ccc;
    /*padding: 10px;*/
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    right: 0px;
    border-top: none;
}

.rm-more-btn-sec:before {
    position: absolute;
    top: -12px;
    right: 4px;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #fff;
    z-index: 6;
}

.rm-more-btn-sec:before {
    position: absolute;
    top: -12px;
    right: 4px;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #fff;
    z-index: 6;
}

.show-drop .rm-more-btn-sec {
    display: block;
}

.rm-more-btn-sec ul li {
    margin: 3px 0;
}

.w3-button .action-round {
    color: #597cab;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 27px;
    border: 1px solid #d6d8de;
    font-size: 1.16667rem;
}

.w3-button .action-round.rebal-req{
    color: #ed6b75;
}

.table-custom tbody tr td > div {
        min-width: 130px;
}

.table-custom button {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: 0;
    position: relative;
}

.table-custom .btn-action-dash {
    width: 130px;
    font-size: 12px !important;
    padding: 3px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0 !important;
    text-align: left;
}

.table-custom .btn-action-dash:hover {
    color: #262626;
    text-decoration: none;
    background-color: #ededed;
}

.table-custom .btn-action-dash .action-icon {
    margin-right: 10px;
}

.paging_full_numbers .pagination > li > a, .paging_full_numbers .pagination > li > span {
    margin-left: -3px;
}

.dataTables_wrapper .paging_full_numbers .paginate_button:hover {
    color: white !important;
    /*border: 1px solid transparent;*/
    background: transparent;
}

/* Jquery datatable end */
.wrapperbg_pages_img {
    background: url(../../../Images/loginbg_img.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.wrapperbg_pages_img3 {
    /*background: url(../../../Images/background3.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

ul li {
    list-style: none;
}

a:hover {
    outline: none;
    text-decoration: none;
}

a:focus, a:active {
    outline: none;
    outline-offset: 0;
}

a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'PFHandbookPro-Regular', sans-serif;
    color: #676767;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px;
}

.btn, button[type="button"] {
    /*font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0px;*/
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-shadow: none;
    font-weight: 600;
}

.btn-default {
    /*-o-box-shadow: 0px 0px 4px 2px #d1d1d1;
    -ms-box-shadow: 0px 0px 4px 2px #d1d1d1;
    -moz-box-shadow: 0px 0px 4px 2px #d1d1d1;
    -webkit-box-shadow: 0px 0px 4px 2px #d1d1d1;
    box-shadow: 0px 0px 4px 2px #d1d1d1;*/
    letter-spacing: 1px;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    min-width: 100px;
}

.btn-default span {
    margin-right: 5px;
    top: 2px;
}

.btn:hover, .btn:focus, .btn:active:focus, .btn.active:focus, select:focus {
    outline: 0;
    outline-offset: 0;
}

/* Bredcrumb */
.vf-breadcrumb {
    display: none;
    background-color: transparent;
    font-size: 11px;
    margin-bottom: 6px;
    padding-left: 0px;
}

.shadow-box {
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/** Button clases **/
/*** btn override bootstrap ****/
.btn {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    
    color: var(--main-text-color);
}

.btn-primary {
    background: #0099cc;
    color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #33a6cc;
}

.btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}

.btn-goal {
    border-radius: 0;
    dash;
}

.btn-goal:active, .btn-goal.active {
    box-shadow: none;
}

.btn-flat {
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    font-size: 1.0rem;
    text-transform: capitalize;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-feedback {
    position: absolute;
    margin-top: -37px;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    letter-spacing: 1px;
    -webkit-transition: transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    background-color: #3d3d44;
    color: #ffffff;
}

.bootstrap-select .btn:focus {
    outline-offset: 0px;
    outline: 0 !important;
}

.open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #ffffff;
}

/* Date range css*/
.daterangepicker select.monthselect:focus, .daterangepicker select.yearselect:focus, .daterangepicker .input-mini:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid;
}

.daterangepicker select.monthselect option {
    margin-bottom: 2px;
}

/*.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    outline: 0;
    box-shadow: none;
    border: 0;
    font-weight: 600;
    font-size: 15px;
    padding: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: center;
    color: #000000;
}*/

.daterangepicker .input-mini {
    margin: 0;
    padding: 0;
    width: 76px;
    border: 0;
    color: #636363;
    font-size: 12px;
}

.daterangepicker .calendar th, .daterangepicker .calendar td, .daterangepicker td.off, .daterangepicker td.off.in-range {
    white-space: nowrap;
    text-align: center;
    min-width: 30px;
    font-weight: normal;
    color: #b9b9b9;
}

.daterangepicker .calendar td {
    color: #000000;
}

.daterangepicker .calendar-date {
    min-height: 260px;
    border: 0;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 31%;
}

.applyBtn, .cancelBtn, .applyBtn:hover {
    min-width: 79px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 4px;
}

/* Date range css end*/

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0 0 9px 0px;
    outline: 0;
    box-shadow: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: 0;
    border-bottom: 1px solid var(--main-hover-color) !important ;
    margin: 0 !important;
}

.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control:-moz-placeholder {
    color: #474747 !important;
    opacity: 1 !important;
}

.form-control:focus::-webkit-input-placeholder,
.form-control:focus::-moz-placeholder,
.form-control:focus:-ms-input-placeholder,
.form-control:focus:-moz-placeholder {
    color: #474747 !important;
    opacity: 1 !important;
}

select.form-control::-ms-expand {
    display: none;
}

/***********************akash code******************/

.label-col label {
    font-size: 12px;
    color: #999;
    margin: 0;
}

.tra-upper-section {
    padding: 15px 15px 0 15px;
}

.tra-lower-section {
    padding: 0 15px;
}

#allocation-pie-holder {
    padding-right: 5px;
}

#suggested-funds-holder {
    padding-left: 5px;
}

/*.table-width th {
    width:150px !important;
}*/
/*div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    width: auto !important;
    margin-bottom: 0 !important;
}
.dataTables_scrollBody {
    width: auto !important;
}
.dataTables_scrollHead {
    width: auto !important;
}

    comment becuase affect in HDReport
*/

#example th:nth-child(1) {
    width: 300px !important;
}

#example th:nth-child(2) {
    width: 130px !important;
}

#example th:nth-child(3) {
    width: 85px !important;
}

#example th:nth-child(4) {
    width: 142px !important;
}

#example th:nth-child(5) {
    width: 70px !important;
}

#example th:nth-child(6) {
    width: 122px !important;
}

#example th:nth-child(7) {
    width: 105px !important;
}

#example th:nth-child(8) {
    width: 105px !important;
}

#example th:last-child {
    width: 30px !important;
}

#example td:nth-child(1) {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

#example td:nth-child(3) {
    text-align: right;
}

#example td:nth-child(7) {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

#example td:nth-child(7) .form-group {
    padding-top: 4px;
}

#example td:nth-child(8) {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    padding-top: 0px;/*12px change by arvind*/
}

#example td:nth-child(9) {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

#example .dot-one {
    position: relative;
    padding-left: 20px;
}

/*#example .gridRetClass:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 18%;
    border-radius: 50%;
    border: 5px solid orange;
}*/
.mobile {
    display: none;
}

.notify-bell {
    right: 0px !important;
    top: 50px;
    border-radius: 5px;
}

.notify-bell:before {
    content: '';
    position: absolute;
    top: -11px;
    right: 16px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
}

.notify-cont {
    padding-left: 15px;
    padding: 0;
    float: right;
    width: 88%;
    padding: 0 10px 10px 0;
    text-transform: capitalize;
    font-size: 12px;
}

.notify-bell .header {
    display: block;
    margin: auto;
    text-align: center;
    padding-bottom: 7px;
    border-bottom: 1px solid #ccc;
    color: #666;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
}

.text-aqua {
    color: #666;
}

.dropdown-notifications .label {
    display: inline;
    padding: 3px 4px 2px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    top: 4px;
    right: 13px;
}

.das-invest-btn-main {
    float: right;
    padding: 4px 15px;
}

.tab-content .divFamily {
    width: 90%; /* change by arvind*/
    margin: 15px auto 0;
}

#7004_selectedSipDate {
    width: 100% !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: transparent;
}

.form-control-feedback {
    position: absolute;
    top: -8px;
    right: 6px;
}

.plus-icon {
    color: #c82026;
    margin-left: 15px;
    cursor: pointer;
}

.form-detail-element {
    text-align: center;
}

/***********************akash code******************/

.button-section {
    border-top: 1px solid #dbdde2;
    padding: 20px 50px;
    clear: both;
    text-align: right;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.mleft5px {
    margin-left: 5px;
}

.switch-left-zero {
    padding-left: 0;
}

.select-container-div {
    position: relative;
    padding-top: 0px;
}

.select-container-div::after {
    content: "\f107";
    vertical-align: middle;
    width: 18px;
    height: 18px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    position: absolute;
    top: 6px;
    right: 0px;
    z-index: 3;
    pointer-events: none;
    text-align: center;
    font-weight: bold;
    color: #959595;
    background-color: transparent;
}

.hd-report-field::after {
    content: "\f107";
    vertical-align: middle;
    width: 18px;
    height: 18px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    position: absolute;
    top: 6px;
    right: 10px;
    z-index: 3;
    pointer-events: none;
    text-align: center;
    font-weight: bold;
    color: #959595;
    background-color: #ffffff !important;
}

.select-container-div.inverse::after {
    background-color: #fbfbfb;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    font-weight: normal;
}

.custom_row_div {
    margin-right: -15px;
    margin-left: -15px;
}

.custom-check-text {
    padding-left: 10px;
    margin-top: -2px;
}

/*** btn override bootstrap ****/
/* custom checkbox */
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    -webkit-position: absolute;
    -moz-position: absolute;
    -ms-position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    /*width: 8px;*/
    height: 8px;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 17px;
    height: 17px;
    border: 1px solid #c7c7c7;
    background: transparent;
    border-radius: 3px;
    box-shadow: none;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 4px;
    left: 3px;
    font-size: 13px;
    line-height: 0.8;
    color: #464953;
    transition: all .2s;
}

.dash-sidebar [type="checkbox"]:not(:checked) + label:after,
.dash-sidebar [type="checkbox"]:checked + label:after {
    color: #fff;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}

/* hover style just for information */
label:hover:before {
    border: 1px solid #4778d9 !important;
}

/* custom checkbox end */

/* Menu header top*/
/*.header-top {
    overflow: hidden;
    overflow-x: hidden;
}*/

.header-top .navbar-nav {
    padding-top: 18px;
    /*margin-left: 10px;*/
}

.header-top .list-inline {
    padding-top: 20px;
    margin-left: 10px;
}

.header-top .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    vertical-align: middle;
    margin: 0;
}

.header-top .menu-toggle-div {
    display: table;
    float: left;
}

.header-top .hamburger {
    position: relative;
    top: 2px;
    margin: 0;
    padding: 0;
    width: 19px;
    height: 28px;
    background: transparent !important;
    border: none !important;
    cursor: pointer;
}

.header-top .navbar-default {
    position: relative;
    margin-bottom: 0px;
    display: block;
    height: 76px;
    vertical-align: middle;
    border-radius: 0;
    border-color: transparent;
    z-index: 1040;
    /*overflow: hidden;*/
}

.header-top .navbar-default .navbar-nav > li > a:hover, .header-top .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
}

.navbar-brand {
    height: auto;
    padding: 15px 0px;
    z-index: 1;
    position: relative;
}

/*.navbar-fixed-top {
    z-index: 1003;
}*/

#Addbreadcrumbs-div {
    color: #606260;
    font-size: 13px;
    margin-bottom: 0px;        padding: 10px 15px;
}

#Addbreadcrumbs-div .material-icons {
    vertical-align: text-bottom;
    font-size: 18px;
}

.header-top .login-details-section {
    margin-right: 10px;
}

.header-top .custom-list {
    padding: 10px 0 10px 15px;
    margin: 0 15px 0 0;
}

.header-top .login-details-section li {
    margin-right: 10px;
    font-size: 11px;
    color: #000;
    min-width: 50px;
    white-space: normal;
    word-wrap: break-word;
    font-family: 'PFEncoreSansPro-Regular';
}

.header-top .login-details-section li .login-details-span {
    /*display: block;*/
    font-size: 13px;
    color: #000;
    font-weight: normal;
    max-width: 155px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'PFEncoreSansPro-Regular';
    margin-left: 10px;
}

.header-top .menu-text {
    font-size: 22px;
    color: var(--header-text-color);
    font-family: 'PFHandbookPro-Regular';
}

/*.navbar-default .navbar-header {
    height: 60px;
    vertical-align: middle;
    position: relative;
}*/
.navbar-default .logo {
    padding-left: 14px;
}

.header-bottom {
    /*padding: 10px 0px;*/
    padding: 0;
}

.header-bottom ul.dash-filter-section {
    margin: /*10px 0px*/ -10px 0px 10px 0px;
}

.header-bottom ul.dash-filter-section li {
    color: /*#b7b8ba*/ /*#ffffff*/ #000000;
    padding-left: 0;
    margin-right: /*15px*/ 8px;
}

.header-bottom ul.dash-filter-section li .highlight {
    color: /*#eaeaeb*/ /*#ffffff*/ #000000;
}

.header-bottom ul.dash-filter-section li img {
    margin-right: 10px;
    margin-left: /*-2px*/ /*95px*/ -4px;
}

.header-bottom ul.dash-filter-section li span {
    font-weight: 400;
}

.header-bottom ul.dash-filter-section li a.filter-toggle-link {
    text-decoration: underline;
    color: /*#ffffff*/ #000000;
    cursor: pointer;
}

/* Dashborad started */
.dash-section .dash-sidebar {
    width: 270px;
    height: auto;
    background-color: /*#4B6570*/ #404040;
    position: absolute;
    padding: 10px;
    color: #fff !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-left: 0;
    opacity: 1;
    z-index: 1;
}

.dash-sidebar .custom-check-section {
    padding: 0;
    max-height: 230px;
    overflow-y: auto;
}

.dash-sidebar .custom-check-section li {
    margin-bottom: 10px;
    font-size: 13px;
}

.dash-sidebar .custom-check-section .number-right {
    float: right;
}

h3.dash-header { /*added by akash*/
    margin: 0 0 0px 0px;
    font-weight: normal;
    color: #262626;
    font-size: 23px;
    line-height: 27px;
    padding: 0;
}

h3.dash-header.border-bottom {
    border-bottom: 1px solid #ecf0f3;
    padding-bottom: 5px;
}

h3.dash-header .small-text {
    font-size: 70%;
    font-weight: normal;
    color: #8a8686;
}

.dash-sidebar .dash-side-filter {
    padding: 10px 0px;
    border-bottom: 1px solid #c7c7ca;
    margin-bottom: 10px;
}

.dash-sidebar .no-border-bottom {
    border-bottom: 1px solid transparent;
}

.dash-sidebar .dash-side-filter .dash-filter-section li {
    margin-bottom: 10px;
    font-size: 13px;
}

.dash-sidebar .dash-side-button .btn-process {
    width: 100%;
    margin-top: 10px;
    background-color: #fafafb;
    border: 1px solid #94959b;
    color: #404041;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
}

.dash-sidebar .date-range-input {
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #a5a7a8;
    color: #060606;
    padding-left: 0;
    margin-bottom: 10px;
}

.dash-sidebar .date-range-input i.fa-caret-down {
    display: none;
}

.dash-sidebar .date-range-input i.fa-calendar {
    float: right;
    margin-top: 9px;
    padding-left: 0;
}

.active-sidebar .daterangepicker.opensleft::after {
    left: 10px;
    right: inherit;
}

.active-sidebar .daterangepicker.opensleft::before {
    left: 9px;
    right: inherit;
}

.active-sidebar .daterangepicker.dropdown-menu {
    min-width: 257px;
    border-radius: 4px;
    border: 0;
}

.shadow {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.dash-section .dash-box {
    padding: 25px;
    background: #ffffff;
    min-height: 60px;
    margin-bottom: 25px;
    border-radius: 3px;
    border: 1px solid #eaedf2;
}

.dash-box .gridRetClass {
    min-height: 24px;
}

.dash-main-content {
    padding: 0px;
    width: calc(100% - 290px);
    /* width:80%;*/
    position: relative;
    float: right;
}

.highcharts-tooltip-box {
    fill: #FFF;
    stroke-width: 1;
}

.highcharts-tooltip text {
    fill: white;
}

.full-width .dash-sidebar {
    margin-left: -290px;
    opacity: 0;
}

.full-width .dash-main-content {
    width: 100%;
    padding-left: 0;
}

/* Tab section start */
.form-section {
    width: 780px;
    margin: 0px auto;
    position: relative;
    padding: 20px 0px;
}

.form-section .nav-tabs > li > a {
    color: #646464;
    background-color: #f9f9f9;
    font-weight: normal;
    letter-spacing: 1px;
    border: 1px solid #f9f9f9;
    min-width: 120px;
    margin-right: 4px;
}

.form-section .nav-tabs > li .switch-tab-icon {
    width: 19px;
    margin-right: 8px;
}

.form-section .nav-tabs > li.active > a, .form-section .nav-tabs > li.active > a:focus, .form-section .nav-tabs > li.active > a:hover, .form-section .nav-tabs > li > a:hover {
    color: #555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-bottom-color: transparent;
    box-shadow: none;
}

.form-section .tab-content {
    background-color: #ffffff;
    padding: 10px 0px;
    border-radius: 6px;
    border-top-left-radius: 0;
    -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.form-section .top-section {
    padding: 10px 10px 10px 10px;
}

.form-section .tab-data-section {
    border-top: 1px solid #dbdde2;
    padding: 10px 10px 10px 10px;
}

.form-section .button-section {
    border-top: 1px solid #dbdde2;
    padding: 10px 25px 0 25px;
    clear: both;
    text-align: right;
}

.form-section .button-section-redm {
    border-top: 1px solid #dbdde2;
    padding: 20px 25px 0px 25px;
    clear: both;
    text-align: right;
    margin: 0 -10px;
}

.scheme-content1 {
    padding: 0 0 0 10px;
    font-size: 1.0rem;
}

.form-section .form-content {
    background-color: #ffffff;
    padding: 10px 0px;
    border-radius: 6px;
    -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.form-section .form-content label.radio-inline {
    color: #252525;
    line-height: 20px;
}

/*Tab section*/

.formTab-section .nav-tabs > li > a {
    color: #646464;
    background-color: #f9f9f9;
    font-weight: normal;
    letter-spacing: 1px;
    border: 1px solid #f9f9f9;
    min-width: 120px;
    margin-right: 4px;
}

.formTab-section .nav-tabs > li .switch-tab-icon {
    width: 19px;
    margin-right: 8px;
}

.formTab-section .nav-tabs > li.active > a, .formTab-section .nav-tabs > li.active > a:focus, .formTab-section .nav-tabs > li.active > a:hover, .formTab-section .nav-tabs > li > a:hover {
    color: #555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-bottom-color: transparent;
    box-shadow: none;
}

.formTab-section .tab-content {
    background-color: #ffffff;
    padding: 10px 0px;
    border-radius: 6px;
    border-top-left-radius: 0;
    -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.formTab-section .top-section {
    padding: 10px 10px 10px 10px;
}

.formTab-section .tab-data-section {
    border-top: 1px solid #dbdde2;
    padding: 10px 10px 10px 10px;
}

.formTab-section .button-section {
    border-top: 1px solid #dbdde2;
    padding: 10px 25px 0 25px;
    clear: both;
    text-align: right;
}

.formTab-section .button-section-redm {
    border-top: 1px solid #dbdde2;
    padding: 20px 25px 0px 25px;
    clear: both;
    text-align: right;
    margin: 0 -25px;
}

.scheme-content1 {
    padding: 0 0 0 10px;
    font-size: 1.0rem;
}

.formTab-section .form-content {
    background-color: #ffffff;
    padding: 10px 0px;
    border-radius: 6px;
    -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.formTab-section .form-content label.radio-inline {
    color: #252525;
    line-height: 20px;
}

.redemption-section {
    width: 90%;
    margin: 0px auto;
    position: relative;
    padding: 20px 0px;
}

.redemption-section .scheme-data {
    padding: 0;
    font-size: 1.0rem;
    word-break: break-all;
    padding-right: 4px;
}

.redemption-section .header-resp {
    color: #c2c2c2;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
    height: 31px;
}

.form-redemption [type="checkbox"]:not(:checked) + label, .form-redemption [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 18px !important;
    cursor: pointer;
    width: 8px;
    height: 8px;
    margin-top: 3px;
}

/* Tab section end */
/* - */
.footer-bottom {
    /*background: url("../../../Images/footer.jpg") no-repeat;*/
    background-position: center center;
    background-size: cover;
    color: #ffffff;
    width: 100%;
}

.footer-bottom .images_text_align {
    text-align: right;
}

.footer-bottom .images_text_align a {
    padding-left: 10px;
    color:  var(--footer-text-color);
}

.footer-bottom .images_text_align a:hover {
    color: #fff;
}
.copy-right{
     color:  var(--footer-text-color);
}
.footer-bottom .border_top_footer {
    border-top: 1px solid var(--footer-text-color);
    padding: 10px 0;
}

.footer-bottom .footer-list {
    padding-bottom: 5px;
    position: relative;
}

.footer-bottom .footer-list ul li {
    padding: 5px 0;
}

.footer-bottom .footer-list ul li a {
    color: var(--footer-text-color);
    text-decoration: none;
}

.footer-bottom .footer-list ul li a:hover {
    color:  var(--footer-text-color);
}

.footer-bottom .footer-logo {
    padding: 25px 23px 35px 0;
}

.modal {
    z-index: 2000;
}

.modal-open .container-fluid, .modal-open .container {
    -webkit-filter: blur(2px) grayscale(90%);
    filter: blur(2px);
}

.popup-div .modal-header {
    border-bottom: 1px solid #d3d3d3;
    background-color: #e3e3df;
    color: #686864;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 15px 25px;
}

.popup-div .modal-header .modal-title {
    padding: 15px 25px;
}

.popup-div .modal-body {
    padding: 15px;
}

.popup-div .modal-footer {
    padding: 15px 25px;
    border-top: 1px solid #d3d3d3;
}

.popup-div .attchement-section {
    border-top: 1px solid #d3d3d3;
}

.popup-div .attchement-section ul {
    padding: 0;
    margin: 0;
}

.popup-div .attchement-section li {
    padding: 10px 25px;
    border-bottom: 1px solid #d3d3d3;
    font-weight: 600;
    text-decoration: underline;
}

.popup-div .attchement-section li:last-child {
    border-bottom-width: 0px;
}

.popup-div .attchement-section .attchement-icon {
    color: #b5b5b5;
    margin-right: 10px;
}

.popup-div .attchement-section p {
    text-decoration: underline;
    color: #454545;
    font-weight: 600;
}

.popup-div .attchement-section .attachement-close {
    cursor: pointer;
    color: #b5b5b5;
    font-weight: 600;
    font-size: 20px;
    margin-top: -5px;
}

.popup-div .form-group label {
    color: #c1c1c1;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
}

.icon-attach-file {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 10px;
}

.attach-file-div {
    float: left;
    display: table;
    text-decoration: underline;
    cursor: pointer;
    color: #454545;
    font-weight: 600;
}

.attach-file-div .fa-2x {
    line-height: 1.3em;
    vertical-align: -15%;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f6f7f8;
}

table.dataTable thead .sorting::after {
    /*background: url("../../../Images/arrowdown1510.png") no-repeat 0 0;*/
}

table.dataTable thead .sorting_desc::after {
    /*background: url("../../../Images/arrowdown1510.png") no-repeat 0 0;*/
}

table.dataTable thead .sorting_asc::after {
    /*background: url("../../../Images/arrowup1510.png") no-repeat 0 0;*/
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_desc_disabled::after, table.dataTable thead .sorting_asc_disabled::after {
    position: absolute !important;
    bottom: 1px;
    right: 2px;
    opacity: 0.75 !important;
    width: 24px;
    height: 24px;
}

#divShowTransactions table.dataTable thead .sorting::after, #divShowTransactions table.dataTable thead .sorting_asc::after, #divShowTransactions table.dataTable thead .sorting_desc::after, #divShowTransactions table.dataTable thead .sorting_desc_disabled::after, #divShowTransactions table.dataTable thead .sorting_asc_disabled::after {
    bottom: 1px;
}

/* Dashborad End */
.img-user {
    width: 32px;
    height: 32px;
    float: left;
    margin-top: 5px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

/* Dashbord code start */
table.dataTable .fundbox-links {
    padding-left: 0px;
    font-family:'PFEncoreSansPro-Regular';;
}

.main-content-row table.dataTable.nowrap th, table.dataTable.nowrap td {
    padding: 5px 10px;/*5px*/
    color: #666;
    font-size: 11px;
    font-weight: normal;
}

.main-content-row table.dataTable tr td.dataTables_empty {
    padding: 15px;
}

.main-content-row .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid transparent;
    padding: 10px;
}

.main-content-row .table-bordered {
    border: 1px solid #f0f0f0;
}

.main-content-row table.dataTable thead .sorting::after,
.main-content-row table.dataTable thead .sorting_asc::after,
.main-content-row table.dataTable thead .sorting_desc::after,
.main-content-row table.dataTable thead .sorting_asc_disabled::after,
.main-content-row table.dataTable thead .sorting_desc_disabled::after {
    position: absolute;
    bottom: 4px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
}

.btn-action-icon {
    border: 0;
    background-color: transparent;
    color: #A4A4A4;
}

.btn-action-icon:hover, .btn-action-icon:focus, .btn-action-icon:hover {
    color: #858687;
}

.scheme-content .btn-details {
    margin-right: 15px;
}

.custom-popup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 400px;
}

.popup-main-section {
    margin: 30px auto;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.popup-main-section .tab-content > .tab-pane {
    width: 90%;
    margin: 0px auto;
}

.popup-main-section .btn-close-pop {
    cursor: pointer;
    color: #b5b5b5;
    font-weight: 600;
    font-size: 30px !important;
    margin-top: -3px;
    background-color: transparent;
    border: 0;
    padding: 0;
    outline: 0;
    line-height: 38px;
}

.form-group label {
    color: #929292;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 400;
}

.popup-main-section .form-group .checkbox-inline {
    padding-left: 0px;
    color: #252525;
    font-size: 12px;
}

.popup-main-section .form-group label.radio-inline {
    color: #252525;
    line-height: 20px;
    font-size: 14px;
}

.form-group label.checkbox-inline [type="checkbox"]:not(:checked) + label, .form-group label.checkbox-inline [type="checkbox"]:checked + label {
    padding-left: 18px;
}

.custom-width {
    top: 15%;
    width: 671px;
}

.custom-popup .goal-form-driver-text {
    color: #fff;
    font-size: 15px;
    padding: 10px 0px;
}

.popup-main-section .form-outer {
    width: 100%;
    background-color: #f2f2f2;
}

.popup-main-section .select-container-div::after {
    background-color: #f2f2f2;
}

.popup-main-section .popup-main-header {
    color: #fff;
    font-size: 15px;
    padding: 10px 15px;
}

.custom-pad-popup {
    margin: 25px 0 !important;
}

.popup-main-section .header-left {
    width: 93%;
}

.popup-main-section .popup-main-header h4 {
    color: #262626;
    font-size: 20px;
    line-height: 22px;
}

.custom-popup .goal-small-head-text {
    font-size: 16px;
    padding: 10px 0;
}

/* popup tab */
.popup-main-section .nav-tabs {
    border-bottom: 0px solid #ff9100;
}

.popup-main-section .nav-tabs li {
    width: 50%;
}

.popup-main-section .nav-tabs > li > a {
    margin: 0;
    font-size: 14px;
    border: 0;
    -webkit-transition: .15s linear;
    -o-transition: .15s linear;
    transition: .15s linear;
    color: #3d3d3d;
    border-bottom: 4px solid transparent;
}

.popup-main-section .form-control {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0px;
}

.popup-main-section label.switch-label {
    font-size: 12px;
}

.popup-main-section .btn, .popup-main-section button[type="button"] {
    font-size: 11px;
    border-radius: 0;
}

/* Account page start */
.account-panel .panel-header h3 i.fa {
    margin-right: 5px;
}

/* Transaction page */
.extra-pad {
    padding: 5px 0px;
}

/* Reports */
.dx-pager .dx-pages .dx-page {
    padding: 6px 12px;
    border-radius: 0;
    border: 1px solid #b1b1b1;
    margin-left: -2px;
}

.dx-texteditor {
    border: 0;
    border-bottom: 1px solid #7b7b7b;
    border-radius: 0;
}

.dx-tag-content {
    background-color: #fff;
    border-radius: 0;
}

.report-filter-section {
}

.report-filter-section .dxeButtonEdit_Metropolis {
    background-color: white;
    width: 100%;
    border: 0;
}

.dxgvSearchPanel_Metropolis > table {
    width: auto;
    max-width: 200px;
    border: 0;
    border-bottom: 1px solid #7b7b7b;
    border-radius: 0;
}

.dxeButtonEdit_Metropolis {
    background-color: transparent;
    border: 0;
    font-family: 'PFEncoreSansPro-Regular', sans-serif;
    font-size: 12px;
    height: 31px;
}

.dxeButtonEdit_Metropolis .dxeEditArea_Metropolis {
    background-color: transparent;
}

.dxeButtonEditButton_Metropolis, .dxeCalendarButton_Metropolis, .dxeSpinIncButton_Metropolis, .dxeSpinDecButton_Metropolis, .dxeSpinLargeIncButton_Metropolis, .dxeSpinLargeDecButton_Metropolis, .dxeColorEditButton_Metropolis {
    background-color: transparent;
}

.dx-dropdowneditor-icon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.dx-datagrid-content .dx-datagrid-table.dx-datagrid-table-fixed {
    border: 1px solid #ddd;
    /*border-right: 1px solid #ddd;*/
}

.dx-datagrid-header-panel {
    border-bottom-width: 0;
}

.dx-datagrid-headers .dx-datagrid-table {
    border-bottom-width: 0;
}

.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    font-weight: 600;
    text-align: center !important;
    color: #222;
}

.report-section-main {
    position: relative;
}

.report-section-main .options {
    position: absolute;
    top: 8px;
    left: 0;
    width: 200px;
    display: table;
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
}

.report-section-main .expand-check {
    float: left;
    margin-right: 5px;
}

.report-filter-select {
    margin-right: 10px;
    padding: 0;
    position: relative;
}

.dx-dropdowneditor.dx-state-hover .dx-dropdowneditor-icon, .dx-dropdowneditor.dx-state-active .dx-dropdowneditor-icon {
    background-color: transparent;
}

.report-filter-section .form-control {
    padding: 0 !important;
}

.report-filter-section .dx-tag-content {
    margin: 4px 0 0 0px;
    padding: 3px 25px 4px 0px;
    text-align: left;
}

.report-filter-section .dx-texteditor-input {
    margin: 0;
    padding: 7px 9px 8px 0px;
}

.report-filter-section .dx-tagbox-single-line .dx-tag-container {
    overflow-x: hidden;
}

.history-report .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover,
.history-report .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    cursor: default;
}

.history-report .nav-tabs > li > a, .nav-tabs > li > a {
    font-size: 17px;
}

.dx-datagrid-summary-item {
    color: #555;
    font-weight: normal;
}

.dx-datagrid-table-fixed .dx-row.dx-group-row td {
    background-color: #ffffff;
    font-weight: 600;
}

.date-left-section {
    float: left;
}

.download-div {
    float: right;
    margin-left: 10px;
    margin-top: 5px;
}

.download-div ul li {
    font-size: 9px;
    padding: 0;
    margin-left: 5px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.flot-div {
    float: right;
}

.filter-div-top {
    position: relative;
    margin-left: 100px;
    /*/min-width: 400px;*/
}

.btn-report {
    margin-left: 10px;
}

/* Loader */
/*modalclasses*/
.dashPageLoader {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    display: block;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.7;
}

.dash-loader-div {
    background: #fff;
    border: 0px solid #dbdbdb;
    font-size: 1.5rem;
    /*color: #333;*/
    padding: 12px;
    margin-top: 12%;
}

.dash-loader-spinner {
    padding: 9px;
}

.dash-loader-text {
    padding: 0;
}

/* Loader for Account By Anurag */
/*modalclasses*/
.AccountPageLoader {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    display: block;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.7;
}

.Acc-loader-div {
    background: #fff;
    border: 0px solid #dbdbdb;
    font-size: 1.5rem;
    /*color: #333;*/
    padding: 12px;
    margin-top: 12%;
}

.Acc-loader-spinner {
    padding: 9px;
}

.Acc-loader-text {
    padding: 0;
}

/**/

/* Loader for Transaction Confiramtion Page By Anurag */
/*modalclasses*/
.TransConfirmPageLoader {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    display: block;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.7;
}

.TransConfirm-loader-div {
    background: #fff;
    border: 0px solid #dbdbdb;
    font-size: 1.5rem;
    /*color: #333;*/
    padding: 12px;
    margin-top: 12%;
}

.TransConfirm-loader-spinner {
    padding: 9px;
}

.TransConfirm-loader-text {
    padding: 0;
}

/**/

/* Loader for Customer Mand Page By Anurag */
/*modalclasses*/
.CustomerMandLoader {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    display: block;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.7;
}

.CustomerMand-loader-div {
    background: #fff;
    border: 0px solid #dbdbdb;
    font-size: 1.5rem;
    /*color: #333;*/
    padding: 12px;
    margin-top: 12%;
}

.CustomerMand-loader-spinner {
    padding: 9px;
}

.CustomerMand-loader-text {
    padding: 0;
}

/**/

.spinner {
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.form-divcpw {
    width: 100%;
    font-size: 1.0rem;
    padding: 0 10px;
    padding-top: 0;
}

/* Change password */
.change-password-section {
    min-height: 320px;
    background-color: rgba(255, 255, 255, 0.96);
    width: 390px;
    border: 1px solid #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    margin: 24px auto;
}

.change-pass-header {
    padding: 15px 20px 15px 35px;
    text-align: left;
}

.hide-bal-check {
    margin-bottom: 10px;
}

.hide-bal-check .chkLoad label {
    width: auto;
}

.err-red {
    color: #ED4441;
}

.default-butn {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
    border-radius: 4px !important;
    background-color: #ff9700 !important;
    color: #ffffff;
    border-color: #ff9700 !important;
    text-transform: capitalize !important;
    font-weight: 600 !important;
    letter-spacing: 0.6px;
}

/* Reports */
.dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-radiobutton-icon::before, .dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-checkbox-icon {
    border: 1px solid #ddd;
}

/* Date-picker */

/* convert dropdown in transaction page */
.convert-drop {
    border: 1px solid #ddd;
    line-height: 19px;
    margin: 0;
    padding: 5px 9px 8px;
    background: #fff;
    color: #333;
    font-size: 1em;
    height: 36px;
}

.convert-drop-trans {
    line-height: 19px;
    padding: 5px 0px;
    background: #fff;
    font-size: 1em;
}

.convert-drop-opt {
    padding: 7px 9px;
}

.jst-minutes {
    float: left;
}

.jst-seconds {
    float: left;
}

/*PG Confirmation*/

.pg_confirmation_msg {
    background: #fff;
    /*margin-top: 10%;*/
    border: 2px solid #fff;
    /*border-radius: 5px;*/
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.message_header {
    background: rgba(247, 246, 247, 0.9);
    padding: 25px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.border-warning:after {
    content: '';
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 0px;
    border-bottom: 1px solid #f8a900;
}

.border-fail:after {
    content: '';
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 0px;
    border-bottom: 1px solid #cd4747;
}

.border-support:after {
    content: '';
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 0px;
    border-bottom: 1px solid #00b8e6;
}

.border-success:after {
    content: '';
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 0px;
    border-bottom: 1px solid #4fb71b;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

/*   Transaction   */

.suggestion-headers h4 {
    padding: 10px 0px;
    border-bottom: 2px solid #e1e1e2;
    color: #343434;
}

.border-bottom {
    border-bottom: 1px solid #e1e1e2;
}

.review-detail {
    padding: 10px 10px;
}

.review-detail span {
    color: #343434;
}

.review-box {
    background: #fff;
    border-top: 1px solid #e1e1e2;
}

.client-detail-footer {
    margin-top: 20px;
}

.client-detail-footer span {
    font-size: 11px;
}

.client-detail-footer p {
    font-size: 13px;
    color: #343434;
}

.btn-div {
    margin-bottom: 20px;
}

.footer-btn span {
    font-size: 14px;
}

/*Account*/
.col-xs-7point5 {
    width: 61.333333%;
}

.pdf-icon {
    font-size: 2.3em;
}

.form-main-section {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.panel-body-row .select-container-div::after {
    background-color: transparent;
}

.filterrow .select-container-div::after {
    background-color: transparent;
}

.border_left {
    border-left: 1px solid #d9d9d9;
}

.selectpicker {
    padding: 4px;
    font-size: 12px;
}

/*Risk Profile*/
.risk-profile {
    /*background-color: #ffffff;*/
    padding: 0px 0px;
    /* border-radius: 6px;
        -o-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
        -ms-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);*/
    margin: 0px auto;
}

.reco-title {
    color: #000;
    text-align: center;
    /* font-weight: bold; */
    font-size: 17px;
    margin-bottom: 7px;
}

#QASetContainer {
    margin: 0px;
    margin-bottom: 20px;
}

#QASetContainer input[type="radio"] {
    margin: 5px !important;
    float: left;
    margin-top: 3px !important;
}

/*#QASetContainer label {
    color:#000;
}*/

div.questions {
    background: none !important;
}

.questions label {
    display: block !important;
    max-width: 100% !important;
    margin-bottom: 0px !important;
    font-weight: 400 !important;
    padding: 7px 3px !important;
    font-size: 11px !important;
    border-bottom: 1px solid #eee;
    letter-spacing: 0.5px !important;
    background: #fff;
}

.single-question {
    border-bottom: 1px solid #eee !important;
    margin-top: 10px !important;
    background: #f0ad4e !important;
    padding: 2px 7px !important;
    color: #fff !important;
}

.single-question label {
    border: 0 !important;
    background: none;
    font-size: 13px !important;
}

.question-heading {
    margin-top: 0px;
    font-weight: 500;
    font-size: 13px !important;
    letter-spacing: 0.5px;
    border: none;
    background: none;
}

.bottom-button-container {
    margin-bottom: 20px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

#save-register-mandate {
    margin-top: 10px;
}

.blur-screen {
    opacity: 0.2;
    -webkit-filter: blur(2px) grayscale(90%);
    filter: blur(2px);
}

/*#p-gain-top-per {
    color:#000;
}*/
.ui-slider-range {
    background-position: left !important;
    background-size: 100% 100% !important;
}

.ui-slider-handle.ui-state-default.ui-corner-all {
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3) inset;
    height: 18px;
    top: -6px;
    width: 18px;
    outline: 0;cursor: pointer;
}

.main-header .navbar-custom-menu,
.main-header .navbar-right {
    float: right;
}

.form-redemption {
    width: 90%;
    min-height: 450px;
}

@media (max-width: 1150px) {
    .main {
        display: none;
    }

    .mobile {
        display: inherit;
    }

    .btn, button[type="button"] {
        margin-bottom: 5px;
    }
}

@media (max-width: 991px) {
    .main-header .navbar-custom-menu a,
    .main-header .navbar-right a {
        color: inherit;
        background: transparent;
    }

    #allocation-pie-holder {
        padding-right: 15px;
    }

    #suggested-funds-holder {
        padding-left: 15px;
    }

    .input-holder-TCP {
        font-size: 8px;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .input-holder-TCP {
        margin: 10px 0;
    }

    #button-payment {
        width: 100%;
    }

    #button-payment1 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .popup-main-section .nav-tabs > li > a {
        font-size: 13px;
    }

    .tab-content .divFamily {
        width: 100%;
        margin: 15px auto 0;
    }
}

@media (max-width: 320px) {
    .suggestion-headers {
        font-size: 12px;
    }
}

.gridRetVal {
    padding-right: 9px;
}

.sk-cube-grid {
    width: 60px;
    height: 60px;
    margin: 0px auto;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.border-rgt {
    border-right: 1px solid #b1b1b1;
}

.margintop {
    margin-top: 15px;
}

/*404 page*/
.page-icon {
    margin: 30px auto;
}

.error-pageheading {
    font-size: 16px;
    color: #4a4a4a;
}

.simple-header {
    height: 72px;
    padding: 5px 0px;
}

.slide-move-setion {
    position: absolute;
    z-index: 1020;
    display: block;
    padding: 5px 3px;
    font-size: 11px;
    visibility: visible;
    margin-top: 0;
    bottom: 120%;
    margin-left: -11px;
}

.slide-move-content {
    max-width: 45px;
    padding: 1px 4px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
    border: 1px solid #8b8c97;
    background-color: #ffffff;
    color: #808080;
}

.ui-slider-horizontal {
    height: 8px;
    margin-top: 8px;
}

.slider-points .point-content {
    font-size: 11px;
    margin: 3px 0px 0px;
}

.footer-small-text {
    font-size: 13px;
}

.fixed {
    position: fixed;
    bottom: 0;
    z-index: 950;
}

.ui-widget {
    font-family: 'Open Sans', sans-serif;
}

.ui-datepicker {
    background-color: #fff !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.ui-datepicker .ui-datepicker-next {
    position: absolute;
    width: 1.8em;
    height: 1.8em;
    border: 0;
    top: 0;
    right: 0;
    background-color: transparent;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
    left: 0;
    top: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.ui-datepicker .ui-widget-header .ui-icon {
    background-image: url("../../../Images/ui-icons_444444_256x240.png");
}

.ui-datepicker .ui-datepicker-header {
    border: 0;
    background: transparent;
    color: #333333;
    font-weight: bold;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default {
    border: 0;
    background: transparent;
    color: #000000 !important;
    white-space: nowrap;
    text-align: center;
    min-width: 30px;
    font-weight: normal;
    font-size: 14px;
}

.ui-datepicker .ui-state-hover, .ui-datepicker .ui-widget-content .ui-state-hover {
    background-color: #eee;
}

.ui-datepicker .ui-datepicker th {
    border: 0;
    white-space: nowrap;
    text-align: center;
    min-width: 30px;
    font-weight: normal;
    color: #b9b9b9;
    padding: 5px;
    font-size: 14px;
}

.ui-datepicker .ui-state-active, .ui-datepicker .ui-widget-content .ui-state-active {
    background: #ffce68;
    border: 1px solid #ffce68;
    color: #000000 !important;
}

/*.err-message-holder {
    position: fixed;
    width: 97%;
    z-index: 9999;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}*/
.process-ddl {
    width: 211px !important;
}

.col-lg-2point5 {
    width: 13.3%;
}

.scheme-row-content .scheme-content .fundbox-compare {
    position: absolute;
    /*bottom: -29px;left: 0px;*/
    bottom: -1px;
    left: 100px;
    cursor: pointer;
    display: block;
    font-size: 10px;
    border: 1px solid #d6d8de;
    border-radius: 15px !important;
    background-color: #ffffff;
    /*padding: 3px 5px;*/
    padding: 3px 3px;
}

.scheme-row-content .scheme-content .fundbox-compare i {
    margin-right: 1px;
}

.select-fund-btn {
    padding-top: 0;
    padding-bottom: 6px;
    margin-top: -2px;
}

.values-section {
    text-align: left;
}

/*.values-section .num-format, .scheme-mtm, .second-stat-label {
    font-family: 'Oswald', sans-serif;
}*/

.pull-xs-left {
    float: right;
}

.view-detail-btn {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 70%;
    margin-top: 20px;
    box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px inset;
    background: linear-gradient(rgb(249, 249, 249) 5%, rgb(233, 233, 233) 100%) rgb(249, 249, 249);
    color: rgb(102, 102, 102);
    text-shadow: rgb(255, 255, 255) 0px 1px 0px;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #aeb7b7;
}

/* funcard div */
.funcard-div {
    width: 90%;
    position: relative;
}

.funcard-div .frame-class {
    width: 100%;
    min-height: 490px;
    border: 1px solid #f7f7f7;
}

.funcard-div .modal-body {
    padding: 0;
}

.funcard-div .close {
    font-size: 25px;
    top: 3px;
    opacity: 1;
    color: #333;
    position: absolute;
    right: 2px;
    width: 30px;
    height: 30px;
    background-color: #f7f7f7;
    border-radius: 50%;
    padding-bottom: 4px;
    z-index: 1;
}

.funcard-div .modal-header {
    border-bottom: 0;
    background-color: #f7f7f7;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.goal-popup {
    max-width: 500px;
    left: 0;
    right: 0;
    margin: 30px auto;
    top: 0;
    width: 100%;
}

.rm-goal-popup {
    width: 100%;
    left: 0;
    right: 0;
    margin: 30px auto;
    top: -51%;
    max-width: 500px;
}

.goal-list-holder-client {
    z-index: 2050;
    position: absolute;
    top: 0%;
    /*width:100%;*/
}

.goal-list-holder {
    z-index: 2050;
    position: fixed;
    /*top:-120%;
    width:100%;*/
}

.rm-goal-list-holder {
    z-index: 2050;
    position: absolute;
    /*top:-120%;
    width:100%;*/
}

.goal-own-container {
    margin-top: 9px;
    margin-bottom: 15px;
}

.goals-body-holder {
    background-color: #f9f9f9;
}

.hd-report-field .form-control {
    background-color: #FFF;
    border: 2px solid #eee;
    padding: 0px 10px;
    border-radius: 4px;
    height: 35px;
    line-height: 24px;

}

.custom-autocomplit {
    position: absolute;
    z-index: 1000;
    font-weight: normal;
    font-family: PFEncoreSansPro-Regular, sans-serif;
    font-size: 12px;
}

.custom-autocomplit .ui-widget.ui-widget-content {
    border: 1px solid #a0a09f;
    background: #f9f9f8;
    border: 1px solid #ccc;
    border-top: 1px solid #adadac !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: auto;
    padding: 10px;
    min-height: 100px; /* added by arvind */
    max-height: 200px;
    overflow-y: auto;
}

.custom-autocomplit .ui-autocomplete li {
    height: 30px;
    padding: 5px 3px 3px 3px;
    width: 100%;
    border: 1px solid transparent;
    border-bottom: 1px solid #e5e5e5;
}

.custom-autocomplit .ui-menu .ui-state-focus, .custom-autocomplit .ui-menu .ui-state-active {
    margin: 0;
}

.scheme-row-content {
    background: #fff;
    color: #333;
    box-shadow: none;
    /*border-top: 1px solid #dbdde2;*/
    padding: 5px 0px;
    margin: 0px -10px;
    margin-top: 9px;
    border-bottom: 1px solid #eee;
}

.preview-box {
    margin: 0 2% 1% 0.5%;
    border-right: 1px solid #D8D8D8;
    /*margin-right:10px;*/
    /*border:0;*/
    background: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    /*padding:0.09rem 0.2rem 0.09rem 3.5rem;*/
    padding: 5px 0.2rem 5px 0.5rem;
}

.preview-stat { /*added by akash*/
    font-size: 17px;
    text-align: left;
    font-weight: normal;
    color: #262626;
    line-height: 2rem;
}

.preview-pane {
    padding: 0;
    margin-bottom: 6px;
    /*border:1px solid #ccc;*/
}

.funcard-div .dash-loader-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 50px;
}

.funcard-div #funcardLoder {
    position: absolute;
    top: 0px;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.7;
}

.resendotp {
    text-align: left;
    font-size: 10px;
    padding-top: 3px;
    margin-bottom: 10px;
    margin-left: 45px;
}

.process-btn {
    margin-top: 25px;
    margin-left: 10px;
}

.denomination-ddl::after {
    content: " ";
    height: 15px;
    position: absolute;
    top: 32px;
    vertical-align: middle;
    right: 9px;
    z-index: 3;
    text-align: center;
    color: #333;
    background-color: #ffffff;
    border: 4px solid #333;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.denomination-ddl-trans::after {
    right: 15px;
    background-color: transparent;
}

.dx-tagbox.dx-tagbox-default-template.dx-tagbox-only-select:not(.dx-texteditor-empty) .dx-tag-container {
    padding-bottom: 0px;
}

/*#footer
{
 height: 100px;
 width:100%;
 bottom:0;
 }

.main-wrapper {
  min-height: 100%;
    margin-bottom: -100px;
}*/
/*.main-wrapper:after {
  content: "";
  display: block;
}
.footer-bottom, .main-wrapper:after {

    height: 100px;
}*/

#pendingTxnContainer .tabs-holder-content .main-content-row .trans-report-div {
    max-width: 100% !important;
}

.welcome-section-header {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 25px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    position: relative;
}

.welcome-section-header h3 {
    margin: 0;
}

.welcome-section-header:after {
    content: '';
    position: absolute;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    border-bottom: 1px solid #ff9005;
}

.welcome-section-content {
    background: #ffffff;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.welcome-section-content .user-info-section {
    padding-top: 15px;
}

.welcome-section-content .user-info-section .user-name {
    font-weight: bold;
    font-size: 18px;
    color: #676767;
}

.welcome-section-content .user-info-section span {
    display: block;
    font-weight: normal;
    color: #a2a2a2;
    font-size: 14px;
    margin-top: 3px;
}

.welcome-section-content .user-info-section img {
    margin: 0px auto;
    width: 98px;
}

.welcome-section-content .message-section {
    width: 78%;
    margin: 30px auto;
}

.welcome-section-content .contact-section {
    width: 100%;
    margin: 0px auto 30px auto;
}

/*my rm issue if width 100%*/
.welcome-section-content .contact-section span {
    margin: 0px 0 /*0*/ /*7px*/ 10px;
    vertical-align: middle;
    padding-left: 5px;
}

.welcome-section-content .contact-section .text-cright {
    text-align: /*right*/ center;
}

.welcome-section-content .contact-section .text-left {
    text-align: /*right*/ center;
}

/*//added*/
.welcome-section-content .contact-section .contact-content {
    margin-bottom: 5px;
    font-size: /*11px*/ 14px;
    padding: 0;
}

.welcome-section-content .button-section {
    text-align: center !important;
    padding: 20px 0px !important;
}

.welcome-section-content .button-section .btn {
    min-width: 190px;
}

.welcome-section-content .button-section .btn .btn-icon {
    width: 19px;
    margin-right: 5px;
}

#divWelcomeScreen.form-section {
    padding: 0;
}

.welcome-section-content .modal-footer {
    background-color: #dbe4db;
}

#divWelcomeScreen.form-section {
    padding: 0;
}

/*.welcome-section-content .button-section .btn-share-icon{-ms-transform: rotate(7deg);-webkit-transform: rotate(7deg);transform: rotate(-41deg);}*/
/* Welcome section [END] */

/*notification icon*/
.notification_icon {
    margin-left: 25px;
    margin-top: -10px;
}

#aContainer .dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    text-align: left !important;
}

#pContainer .dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    text-align: left !important;
}

#wrap_section, .min-height-480 {
    min-height: 440px;
}

.rm-landing-content {
    padding: 20px 0;
}

.full-width-tab {
    width: 100%;
}

/*
    dx grid
*/
.dx-datagrid.dx-datagrid-borders > .dx-datagrid-pager, .dx-datagrid.dx-datagrid-borders > .dx-datagrid-headers, .dx-datagrid.dx-datagrid-borders > .dx-datagrid-rowsview {
    border-top: 0;
}

.dx-datagrid.dx-datagrid-borders > .dx-datagrid-headers, .dx-datagrid.dx-datagrid-borders > .dx-datagrid-rowsview, .dx-datagrid.dx-datagrid-borders > .dx-datagrid-total-footer {
    border-left: 0;
    border-right: 0;
}

.dx-datagrid-content .dx-datagrid-table.dx-datagrid-table-fixed {
    border: 0;
}

.dx-datagrid-content .dx-datagrid-table .dx-row > td {
    vertical-align: middle;
}

.dxeListBox {
    width: auto;
}

.report-filter {
    margin: 10px auto;
    float: right;
}

ul.report-filter li {
    float: left;
    margin-left: 12px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #565656;
    color: white;
}

.select2-results__option:hover {
    background-color: #565656;
    color: white;
}

#AsyncFileUpload1_ctl04 {
    border: 0;
}

#AsyncFileUpload1_ctl01 {
    border: 0;
    border-bottom: 1px solid #7b7b7b;
}

.xrayBox {
    margin: 10px;
    padding: 25px;
    background: #ffffff;
    min-height: 60px;
    margin-bottom: 25px;
    border-radius: 3px;
    border: 1px solid #eaedf2;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.num-format {
    font-family: oswald, sans-serif;
}

.holding-dummy-class {
}

.btn-invest {
    min-width: 112px;
}

.btn-invest .fa {
    margin-right: 5px;
}

.edit_btn {
    margin: 2px 0px;
    cursor: pointer;
    padding: 5px 10px;
    line-height: 10px;
    min-width: 60px !important;
}

/*added by arvind suggest by narayan*/
.form-group {
    /*margin-bottom: 10px;*/
}

/* animation */
@keyframes slideDownAnimation {
    0% {
        transform: translateY(-50%);
        opacity: 0;
    }

    50% {
        transform: translateY(0%);
        opacity: 1;
    }

    100% {
        transform: translateY(50%);
        opacity: 0;
    }
}

.slideDownAnimate, .slideDownAnimate:focus, .slideDownAnimate:hover {
    animation: slideDownAnimation 2s linear infinite;
}

@keyframes downAnimation {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }

    100% {
        transform: translateY(0);
    }
}

.downAnimate, .downAnimate:focus, .downAnimate:hover {
    animation: downAnimation 2s linear infinite;
}

@keyframes slideAnimation {
    0% {
        transform: translateX(50%);
        opacity: 0;
    }

    50% {
        transform: translateX(0%);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%);
        opacity: 0;
    }
}

.slideAnimate,
.slideAnimate:hover,
.slideAnimate:focus {
    animation: slideAnimation 1.5s linear infinite;
}

@keyframes blinkAnimation {
    0% {
        color: #ffffff;
    }

    50% {
        color: #f0ad4e;
    }
    /*#f0ad4e c7222a*/
    100% {
        color: #ffffff;
    }
}

.blinkAnimate {
    animation: blinkAnimation 1.5s linear infinite;
}

.btn-invest span {
    margin-right: 0;
    top: 0;
    padding: 0;
}

body::-webkit-scrollbar, div::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

body::-webkit-scrollbar-track, div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}
/**invest now button rm**/
.rm-invest-btn {
    float: right !important;
}
.animationload {
    background-color: rgba(125,125,125,0.4);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.customloader {
    animation: 1.5s linear 0s normal none infinite running customloader;
    background: #327996 none repeat scroll 0 0;
    border-radius: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
}
.customloader::after {
    animation: 1.5s linear 0s normal none infinite running customloader_after;
    border-color: var(--main-bg-color) transparent;
    border-radius: 80px;
    border-style: solid;
    border-width: 10px;
    content: "";
    height: 80px;
    left: -15px;
    position: absolute;
    top: -15px;
    width: 80px;
}
@keyframes customloader {
    0% {
        transform: rotate(0deg);
    }
    50% {
        background: var(--main-bg-color) none repeat scroll 0 0;
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
}

