@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans-Italic";
  src: url("../fonts/OpenSans-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}
/* open-sans-regular - latin */

@font-face {
  font-family: "OpenSans-Light";
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans-LightItalic";
  src: url("../fonts/OpenSans-LightItalic.ttf") format("truetype");
}
*{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.container-fluid{
  margin:0 ;
  padding: 0 ;
}
.row{
    margin: auto;
    padding: 0 ;
}
a{
  text-decoration: none;
  font-size: 1.125rem;
}
/*a:hover, a:focus{
  text-decoration: underline;
  color: #383838 !important;
}*/
.text-center{
  width: 100%;
}
.text-left{
  width: 100%;
}
.text-right{
  width: 100%;
}
body{
  font-family: "OpenSans-Regular";
  overflow-x:hidden;
}
li{
    list-style-type: none;
}
.bluecolor{
  color: #383838;
}
.greencolor{
  color: #34a853;
}
.redcolor{
  color: #e02020;
}
#tab4 .input-field>label:not(.label-icon).active, .material_form .input-field label.active {
    position: relative;
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/dropdown.png') right / 18px no-repeat !important;
    padding-right: 20px;
    font-size: 100%;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    background-position: right 8px center !important;
}
.dashboard_account_statement .dashboard_transaction_summary .table-pagination-arrows select.browser-default{
      -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/dropdown.png') right / 15px no-repeat !important;
    padding-right: 4px;
    font-size: 100%;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    background-position: right 4px center !important;
}


select:focus{
  outline: none;
  border: 0;
}

/*Material CSS*/
.material_form .row {
    margin-bottom: 20px;
    overflow: hidden;
}
#divFundslist .row {
    /*background: none;*/
    margin-bottom: 0;
}
#divFundslist select {
padding: 5px 10px;
background-position: right 10px center;
}
.material_form .input-field{
  width: 100%;
  margin-bottom: 0;
  background:none !important;
}
.material_form .input-field input{
      margin-bottom: 0;
    padding: 1px 10px !important;
    color: #6d7482;
    font-family: "OpenSans-SemiBold";
    border: 1px solid #707070 !important;
    border-bottom: 1px solid #F48120 !important;
    border-radius: 4px;
    width:100%;
    box-sizing: inherit;
    -webkit-box-sizing: inherit;
}
.Terms_Conditions {
    color: #F48120 !important;
}

.Terms_Conditions:hover, .Terms_Conditions:focus {
    text-decoration: underline;
    color: #F48120 !important;
}

.AMCemail:hover, .AMCemail:focus {
    text-decoration: underline;
    color: #383838 !important;
}
.material_form .input-field label{
  padding: 0 10px; 
  color: #b3b3b3;
  font-size: 14px;
  width: 100%;
}
.input-field>label:not(.label-icon).active,
.material_form .input-field label.active{
    margin-top:-9px !important;
    padding-top: 0px !important;
    font-size: 16px !important;
}

.input-field>label:not(.label-icon).active, .material_form .input-field label.active{
    /*margin-top: -18px !important;*/
    padding-top: 0px !important;
    font-size: 16px !important;
    color: #5e5e5e !important;
    position: absolute;
    z-index: 999999999;
    font-size: 16px !important;
    top: 0px !important;
    }
.change-pwd .form-group {
    margin-bottom: 30px !important;
}

.dashboard_account_statement .dashboard_buttons {
    text-align: left;
}

.dashboard_account_statement .material_form .row {
    margin-left: -15px;
}


.clsPurchase, .clsRedemption {
    color: #383838 !important;
} 


.dashboard_transaction_summary .input-field>label:not(.label-icon).active,
.dashboard_account_statement .input-field>label:not(.label-icon).active,
#divdatestatus .dashboard_account_statement
{
    position:inherit;
}

.input-field label.align {
padding:0px 10px;
}

.dashboard_txt button.cancel_btn {
    background-color: #fff;
    color: #861f41;
    display: inline !important;
}

.material_form input[type="checkbox"]+span:not(.lever)
  padding-left: 25px;
}
.material_form input[type="checkbox"].filled-in:checked+span:not(.lever):before {
    top: 5px;
    left: 0px;
    width: 7px;
    height: 11px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 3px solid #888484;
    border-bottom: 3px solid #888484;
    -webkit-transform: rotateZ(37deg);
    -ms-transform: rotate(37deg);
        transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
}
.material_form input[type="checkbox"].filled-in:checked+span:not(.lever):after {
    z-index: 0;
    height: 15px;
    width: 15px;
    background-color: #f1f0f0;
    border: 1px solid #ccc;
    top: 6px;
}
.material_form input[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after{
  height: 15px;
    width: 15px;
    background-color: #f1f0f0;
    border: 1px solid #ccc;
    top: 6px;
}
button#btnSignin {
    background: #F48120;
}
.material_form button, .material_form button:hover{
  background-color: #383838;
  text-transform: capitalize;
  color: #fff;
border: 0;
border-radius: 3px;
font-size: 14px;
/*border: 1px solid #206ecb;*/
text-transform: uppercase;
}


.onboarding_left button, .onboarding_left button:hover {
    padding:10px 20px;
}
.material_form input[type="radio"]+span:before, .material_form input[type="radio"]+span:after{
  /*top: -3px;*/
}
.material_form input[type="radio"]:not(:checked), .material_form input[type="radio"]:checked {
    top: 0;
    left: 0;
}
.material_form input[type="checkbox"]:not(:checked), .material_form input[type="checkbox"]:checked{
  top: 0;
    left: 0;
}
.material_form select:focus{
  outline: none;
}



/*Login & Register CSS*/



.new_register_page .logo {
    width: 100%;
}


.new_register_page .register_body{
  width: 100%;
  margin: auto;
}


.register_body{
  padding: 30px 0;
}


.register_page header{
  padding: 15px 0;
}

.new_register_page header{
  padding: 0px;
}


.register_page{
  background-color: #ebebeb;
}
.register_left p{
  font-size: 12px;
  color: #bad5ef;
}



.register_body .col-sm-12{
  padding: 0;
}
/* 
.register_left{
  height: 100%;
  background-image: url('../images/bg.png');
  background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 75px 35px;
    border-radius: 8px 0 0 8px;
}
*/

.register_right{
  height: 100%;
  background-color: #fff;
  padding: 33px 75px;
}
.register_left .descriptive-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0px;
    place-items: center;
    color: #fff;
}
.register_left .descriptive-section img{
  width: 65px;
}
.register_left .descriptive-section .title, .register_right h6{
  font-family: "OpenSans-SemiBold";
  font-size: 15px;
}
.register_left .descriptive-section p{
  margin-bottom: 0;
}
.register_page a{
  font-size: 14px;
}
.register_logo p{
  font-size: 12px;
}

/*New Register Page CSS*/

.new_register_page .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.new_register_page{
  background-color: #fff;
}
.new_register_page .register_left p{
     font-size: 14px !important;
    color: #5e5e5e;
    margin-bottom: 5px !important;
}
.new_register_page .register_body{
   padding: 15px 50px 30px;
}

.new_register_page .register_body .col-sm-12{
  padding: 0;
}

.new_register_page .register_left{
  height: 100%;
  background-image: linear-gradient(to top, #dfdfdf, #e7e7e7, #efefef, #f7f7f7, #ffffff);
  padding: 25px;
}

.new_register_page .register_left .descriptive-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
    margin-bottom: 30px;
    align-items: center;
    color: #fff;
}
.new_register_page .register_left .descriptive-section img{
  width: auto;
}
.new_register_page .register_left .descriptive-section .title{
  font-family: "OpenSans-SemiBold";
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 6px;
  text-transform: uppercase;
  color:#5e5e5e;
}
    .new_register_page .register_right {
        height: 100%;
        background-color: #27377B;
        padding: 50px;
    }

.new_register_page .register_right h6 {
    font-family: "OpenSans-SemiBold";
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.new_register_page .register_left .descriptive-section p{
  margin-bottom: 0;
}
.new_register_page .register_page a{
  font-size: 14px;
  color: #34A6E8;
}
.new_register_page .register_logo p{
  font-size: 12px;
}
.new_register_page .kfintech_logo{
  height: 54px;
}
.new_register_page .korp_connect_logo{
  height: 34px;
}
.new_register_page h6.register_right_user{
  font-size: 16px;
  margin-bottom: 20px;
}
.new_register_page .register_links a, .new_register_page .register_login {
    color: #fff;
    font-size: 13px;
    display: block;
    text-align: center;
}
.new_register_page .register_links a:hover span {
    color: #fff;
    font-family: "OpenSans-Bold";
}
    .new_register_page .register_links a span {
        color: #F48120;
        font-family: "OpenSans-SemiBold";
    }
    .new_register_page .material_form button, .new_register_page .material_form button:hover {
        background-color: #F48120;
        text-transform: capitalize;
        color: #fff;
        border-radius: 4px;
        margin-bottom: 18px;
        display: block;
    }
.new_register_page .material_form button:hover{
  
}
.new_register_page .material_form button.register_cancel_btn {
    color: #3A4385;
    background-color: #fff;
    border: 0.5px solid #3A4385;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-family: "OpenSans-SemiBold";
    margin-top: 25px;
}
.new_register_page .material_form button.register_cancel_btn a{
  color: #3A4385;
  width: 100%;
  text-align: center;
}
.new_register_page .material_form button.register_cancel_btn a:hover{
  text-decoration: none;
}
.new_register_page .material_form button.register_cancel_btn:hover{
  -webkit-box-shadow: 0px 5px 10px #ccc;
          box-shadow: 0px 5px 10px #ccc;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #3A4385;
    background-color: #fff;
}
.new_register_page .material_form .row {
    margin-bottom: 34px;

}
.new_register_page .material_form .input-field input{
  margin-bottom: 0;
  padding: 5px 15px; 
   color: #6d7482;
    background:#fff !important;
    border-radius: 5px !IMPORTANT;
    max-width:100%;
    width:100%;
     box-sizing: inherit;
    -webkit-box-sizing: inherit;
    border:1px solid #aaa;
}
.new_register_page .material_form .input-field label {
    padding: 0 1px;
    top: 8px;
    color: #495162 !important;
    font-size: 14px;
    width: 100%;
    opacity: 1;
    z-index: 9999;
}
.new_register_page .material_form .input-field input:not(.browser-default):focus:not([readonly])+label{
  color: #495162;
}
.new_register_page .material_form .input-field label.active {
    padding-top: 10px;
    font-size: 17px !important;
    opacity: 1;
    color: #fff !important;
    position:absolute;
    top:10px !important;
    left: 0px;
}
.onboarding_left .input-field {
    margin-top: 0px;
}
.input-field {
    position: relative;
    margin-top: 1.6rem !important;
    margin-bottom: 0px;
    width: 100%;
}
.cont-left {
    background: #383838;
    margin-right: 10px;
}
.register_right .input-field {
   /*margin-top: 0px;*/
    margin-bottom: 20px;
}


input-field>label {
    color: #5e5e5e;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    color: #000 !important;
}


/*Register Footer CSS*/

/*Footer CSS*/

.new_register_page footer a{
  position: relative;
}
.new_register_page footer a:after {
    bottom: -3px;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background-color: #383838;
    -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.new_register_page footer a:hover:after {
    width: 100%;
    left: 0;
}
.new_register_page .footer_outer {
    background-color: #FBEADB;
}

.new_register_page footer.mypadding{
     padding: 38px 0px 0px;
    color: #C7C9D5;
}
.new_register_page footer .row{
      margin-right: 0px;
    margin-bottom: 0px;
}
.disclaimerrefer {
    border: 1px solid #000;
    padding: 15px 10px;
    margin-top: 20px;
    border-radius: 4px;
    font-size: 10px;
}
.disclaimerrefer p {
    margin: 0px 0px 5px;
    font-size: 12px;
    }
.disclaimerrefer p a {
    font-size: 12px;
    }
div#divOtherControls a {
    font-size: 12px;
}
.collapse-btn {
    position:relative;
}
.collapse-btn .c-btn {
    position: absolute;
    top: 25px;
    right: 150px;
}


.new_register_page footer a:hover, footer a:focus{
  text-decoration: none;
}
.new_register_page .footer_subscribe li a:hover::after{
  display: none;
}
.new_register_page .footer_logo img{
  width: 225px;
  margin-bottom: 20px;
}
.new_register_page .footer_logo svg {
    font-size: 0.7em;
}
.new_register_page .footer_logo a{
  color: #bd353b;
  font-family: "OpenSans-Bold";
}
.new_register_page .footer_logo p{
  width: 90%;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 24px;
  color:#5e5e5e;
}
.new_register_page .footer_links li{
  margin-bottom: 10px;
}
.new_register_page footer p, .new_register_page footer li{
  font-size: 14px;
}
.new_register_page footer h6{
  color: #000000;
}
.new_register_page .footer_links ul{
  margin-bottom: 45px;
}
.new_register_page .footer_links li a {
    color: #5e5e5e;
}
.new_register_page footer h6{
     margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
}
.new_register_page .footer_subscribe ul, .new_register_page .footer_subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.new_register_page .footer_subscribe h6{
  margin-right: 1.5em;
}
.new_register_page .footer_subscribe li {
    margin-right: 1.5em;
}
.new_register_page .footer_subscribe li a{
      display: block;
    border: 1px solid #fff;
    border-radius: 75%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px;
}
.new_register_page .footer_subscribe li a:hover{
      -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
              transform: translateY(-5px);
}
.new_register_page .footer_subscribe li svg {
    width: 2em !important;
    height: 2em;
    color: #071330;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
}
.new_register_page .footer_bottom{
    padding: 18px 55px;
    background-color: #070d1b;
}
.new_register_page .footer_bottom p{
  margin-bottom: 0;
  color: #C7C9D5;
  font-size: 0.85em;
  font-family: "OpenSans-SemiBold";
}
.new_register_page footer .offset-lg-1{
  margin: auto 0 auto auto;
}
.new_register_page p.footer_copyright{
      font-size: 13px;
    color: #000;
}
.new_register_page .footer_here {
    width: 90px;
    margin: auto;
    margin-right: 0;
}
.new_register_page footer .col-lg-3 {
    -ms-flex: 0 0 23%;
    -webkit-box-flex: 0;
            flex: 0 0 23%;
    max-width: 23%;
}
.new_register_page .col-lg-3.footer_links_services1{
  -ms-flex: 0 0 29%;
    -webkit-box-flex: 0;
          flex: 0 0 29%;
    max-width: 29%;
}
.new_register_page .col-lg-3.footer_links_services2{
  -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
          flex: 0 0 25%;
    max-width: 25%;
}




/*Onboarding CSS*/

.onboarding_body{
    background-color: #383838;
    height: 100vh;
    padding: 0 30px;
    overflow: hidden;
}
.onboarding_body .container-fluid{
  height: 100%;
}
.onboarding_body .container-fluid .col-sm-12{
  padding: 0;
}
.onboarding_inner{
  height: 100%;
  background-color: #f6f6f6;
  padding: 35px 0;
  padding-bottom: 90px;
  position: relative;
}
.onboarding_body .logo {
    width: 180px;
    margin-bottom: 20px;
    margin-left: 0px;
}
.onboarding_body .logo img{
  width: 100%;
}
.onboarding_left, .onboarding_content{
  height: 100%;
}
.onboarding_content{
      height: 100%;
    width: 100%;
    position: relative;
    padding: 10px 10px 10px 30px;
}
.onboarding_left {
    padding: 0px 40px 0px;
    background-color: #fff;
    min-height: 500px;
    max-height: 520px;
    overflow: auto;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px 0 #ccc;
            box-shadow: 0 0 3px 0 #ccc;
    background-image: url('../images/building.svg');
    background-position: right center;
    background-repeat: no-repeat;
    width: 70%;
}
#invalum td {
    vertical-align:top;
}

#invalum td .input-field {
    margin-top:0px !important;
}
select.browser-default#ddlRoleLevel {
    height: 30px !important;
    padding:8px 10px !important;
}
.onboarding_left h5 {
    font-size: 16px;
    color: #383838;
    margin-bottom: 35px;
    font-family: "OpenSans-SemiBold";
}
.onboarding_left div p {
    font-size: 12px;
    color: #6c7382;
    font-family: "OpenSans-SemiBold";
}
    .onboarding_left div p a {
        font-size: 12px;
    }
.onboarding_left_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    bottom: -15px;
    left: 0;
    padding: 14px 40px;
    -webkit-box-shadow: 0px -4px 5px 0 #e5e3e3;
            box-shadow: 0px -4px 5px 0 #e5e3e3;
    width: 100%;
    background-color: #fff;
    z-index: 99;
}
.onboarding_left_bottom button{
    font-weight: 100;
background-color: #383838;
color: #fff;
padding: 10px 40px;
border-radius: 5px;
border:none;
font-family: "OpenSans-SemiBold";
font-size: 14px;
    }
 .onboarding_left_bottom button:hover {
padding: 10px 40px;
    }
.onboarding_left_bottom a {
    text-decoration: none;
    font-family: "OpenSans-SemiBold";
    font-size: 14px;
    color: #000000;
}
.onboarding_left_bottom .right_buttons a {
    margin-left: 40px;
}
.onboarding_left_bottom a.next_btn {
    font-weight: 100;
    background-color: #383838;
    color: #fff;
    padding: 8px 50px;
    border-radius: 5px;
}
.onboarding_right{
      position: absolute;
    left: 72%;
    top: 43%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30%;
}
.onboarding_right li {
    color: #fff;
    font-weight: 500;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-items: center;
    margin-bottom: 30px;
}
.onboarding_right li span {
    margin-right: 30px;
    border-radius: 50%;
    padding: 5px;
    background-color: #fff;
    width: 45px;
    height: 45px;
    color: #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    place-items: center;
    -webkit-box-shadow: -5px 0px 5px 0 #ccc;
            box-shadow: -5px 0px 5px 0 #ccc;
    font-weight: 600;
    font-size: 18px;
}
.onboarding_right li.active span {
    color: #97144d;
}
.onboarding_right li.visited span {
    color: #383838;
    background-color: #383838;
    border: 2px solid #fff;
}
.onboarding_right li h6{
      font-family: "OpenSans-SemiBold";
    font-size: 14px;
    color: #000;
}
.onboarding_mobile_links{
  display: none;
}
.min_approvers input[type="text"]{
  height: 30px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.min_approvers .input-field label{
  -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
          transform: translateY(7px);
  color: #000000;
  font-size: 12px;
}
.min_approvers .input-field label.active{
  display: none;
}
.min_approvers table{
  font-size: 13px;
  color: #666;
  border-top: 1px solid #ccc;
}
.min_approvers table th{
  font-family: "OpenSans-SemiBold";
  padding: 10px 10px;
  font-size: 12px;
}
.min_approvers table tr{
  border: 0;
}
.min_approvers table thead {
    -webkit-box-shadow: 0px 4px 5px -4px #ccc;
            box-shadow: 0px 4px 5px -4px #ccc;
}
.min_approvers table a{
  text-decoration: underline;
}
.min_approvers table td{
  padding: 10px 5px;
}
.onboarding_body select {
    background-color: #f3f7fc;
    border: 0;
    border-bottom: 1px solid #9e9e9e;
    padding: 5px 10px;
    height: auto;
    color: #6b98d7;
    border-radius: 0;
}
.min_approvers table td, .min_approvers table th{
  width: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.min_approvers table td:last-child, .min_approvers table th:last-child{
  width: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.onboarding_body .min_approvers_add {
    color: #206ecb;
    font-size: 12px;
    text-decoration: underline;
}
.onboarding_upload img{
  width: 50px;
}
.onboarding_upload h6{
    font-size: 14px;
    margin-bottom: 10px;
    color: #686f7f;
    font-family: "OpenSans-SemiBold";
}
form.onboarding_upload .upload_txt p{
    color: #186bce;
    font-family: "OpenSans-Regular";
}
.onboarding_upload input{
  position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.onboarding_upload .row{
  padding: 20px 20px;
  border-radius: 5px;
  border: 1px solid #1d6ccd;
}
.onboarding_radio p{
  font-size: 13px;
    color: #686f7f;
}
.onboarding_radio .row{
  background-color: #fff;
}
.onboarding_radio .material_form input[type="radio"]+span:before, .onboarding_radio .material_form input[type="radio"]+span:after{
  top: 1px;
}
.onboarding_radio_selected{
  font-size: 14px;
  color: #686f7f;
  font-family: "OpenSans-SemiBold";
}
.onboarding_upload .download_template {
    border-color: #f7b500;
    background-color: #fefbf2;
}
.onboarding_upload .download_template h6{
  color: #186bce;
}
.onboarding_success img {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #2da94f;
    border-radius: 50%;
    padding: 30px;
    margin: auto;
    margin-bottom: 40px;
}
.onboarding_success h6{
  font-family: "OpenSans-Bold";
  font-size: 18px;
}
.onboarding_success p{
  width: 75%;
  margin: auto;
}




/*Dashboard CSS*/

.dashboard_page header {
    -webkit-box-shadow: 0px 0px 3px 0px lightgrey;
    box-shadow: 0px 0px 3px 0px lightgrey;
    background-color: #fff;
    padding: 0px;
    height: 80px;
    border-bottom: 1px solid #ccc;
}
.dashboard_header select.browser-default {
    border: 0;
    /*height: 2rem;*/
}
.dashboard_page .header_transact_toggle {
    padding: 7px 20px;
    background-color: #383838;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 3px;
    text-transform: uppercase;
}
.dashboard_page a:hover,.dashboard_page a:focus{
  text-decoration: none;
}
.dashboard_page .header_profile p{
  line-height: 1;
  margin: 0 10px;
}
.dashboard_page .header_profile .profile_name {
    font-size: 13px;
    font-weight: 500;
}
.dashboard_page .header_profile .profile_role {
    font-size: 12px;
}
.dashboard_inner{
    padding: 15px 50px;
    /*overflow: hidden;*/
    height: 100vh !important;
    /* height: calc(100vh - 66px); */
    background: #fff;
    
}
.dashboard_page .dashboard_header {
    padding: 0px 0px;
    /*border-radius: 4px;*/
    /*border: 1px solid #707070;
    box-shadow: -2px 3px 6px 0px #cdc9c9;
    background-image: linear-gradient(to top, #dfdfdf, #e7e7e7, #efefef, #f7f7f7, #ffffff);*/
}

.dashboard_page .dashboard_header a {
    padding: 5px 20px;
    background-color: #F48120;
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 3px;
    text-transform: uppercase;
}
[type="checkbox"].filled-in:checked+span:not(.lever):before {
    
    border-right: 2px solid #383838 !important;
    border-bottom: 2px solid #383838 !important;
}

.corporateva .row {
    margin-bottom: 20px !important;
}
.corporateva .input-field {
    margin-bottom: 0px !important;
}
.corporateva .redemption_input_txt {
    margin-bottom:0px;
    background:#fff !important;
}
.errorcorpval{
    color:#000 !important;
}
.header_transact, .header_profile {
         position: relative;
    /* width: 40%; */
    margin-left: 96px;
    display: inline-block;
    /* float: right; */
    text-align: right;
}

.transact_sub_menu, .profile_sub_menu{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 99;
   -webkit-box-shadow: 0px 3px 3px 0px #a18a8a;
    box-shadow: 0px 3px 3px 0px #a18a8a;
    border-top: 3px solid #F48120;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: left;
}
.transact_sub_menu li a, .profile_sub_menu li a{
  display: block;
  padding: 10px;
  color: #383838;
  font-size: 13px;
}

.profile_sub_menu li:last-child {
    border-bottom: 0px solid #efefef;
}


.transact_sub_menu li a:hover, .profile_sub_menu li a:hover{
       /*background-color: #97144d;*/
    color: #97144d;
    /*border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;*/
}

.transact_sub_menu li:last-child a:hover, .profile_sub_menu li:last-child a:hover{
    background-color: #383838;
    color: #fff !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


.dashboard_info{
  height: 82%;
}
.dashboard_info .row{
  height: 100%;
}
.dashboard_info .col-lg-3{
  padding: 0;
  height: 100%;
}
.dashboard_info .col-lg-9{
  padding-right: 0;
  height: 100%;
}
.dashboard_left, .dashboard_right{
    height: 100%;
    background-color: #fff;
    border-radius: 2px;
    max-height: 100%;
    overflow: auto;
    width: 100%;
    border: 1px solid #707070;
    padding: 30px;
    border-radius:4px;
}

.dashboard_left {
    padding: 20px 0;
    background: #27377B;
}
.dashboard_left ul{
  padding: 0;
}
.dashboard_left li{
  list-style-type: none;  
}
.dashboard_left .sub_links{
  display: none;
}
.dashboard_left .sub_links.active{
  display: block;
}
.dashboard_left_category{
  font-family: "OpenSans-SemiBold";
}
.dashboard_left li a{
  color: #fff;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  padding: 8px 25px;
  font-family: "OpenSans-SemiBold";
}
.dashboard_left li a.active{
   color: #fff;
    font-family: "OpenSans-SemiBold";
    background: #383838;
}
.dashboard_left li a img{
    text-align: right;
    right: 20px;
    position: absolute;
}
.dashboard_left li a.link_active{
    font-weight: 600;
}
.dashboard_left .sub_links li a{
  padding-left: 50px;
  font-family: "OpenSans-Regular";
}

.dashboard_heading {
    padding: 0px;
    margin-bottom: 20px;
}
.dashboard_heading h6, .dashboard_heading_right p{
    color: #868d9d;
    margin: 0;
    font-family: "OpenSans-SemiBold"
}
.dashboard_heading_right p span{
    font-size: 13px;
    color: #37aa56;
}
.dashboard_processing{
  background-color: #f4faff;
  padding: 20px 0;
}
.dashboard_dot_section {
  width: 80%;
  margin: auto;
  text-align: center;
}
.dashboard_name_section {
  width: 80%;
  margin: auto;
  text-align: center;
}
.dashboard_dot_section .success-dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #34a853;
}
.dashboard_dot_section .success-line {
    height: 3px;
    background: #34a853;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.dashboard_dot_section .proccess-line {
    height: 3px;
    background: #186bce;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.dashboard_dot_section .start-dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #b7f6cc;
}
.dashboard_dot_section .plain-line {
    height: 3px;
    background: white;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.dashboard_dot_section .plain-dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #d2e2f5;
}
.dashboard_name_section .name {
    font-weight: 200;
    font-size: 13px;
    text-align: center;
    color: #F48120;
}
.dashboard_name_section .mt-1:last-child{
    margin-right: -15px;
}
.dashboard_name_section .mt-1:first-child{
    margin-left : -15px;
}
.dashboard_header select.browser-default{
    font-size: 15px;
    font-weight: 500;
    color: #5e5e5e;
    padding: 5px 0;
    background: none;
}
.dashboard_disclaimer {
    padding: 20px;
    background-color: #fdf4f4;
}
.dashboard_txt h6{
  font-family: "OpenSans-Bold";
  font-size: 14px;
  color:#383838;
}
.dashboard_txt {
    padding: 30px 15px;
}

.dashboard_heading {
    
}

.dashboard_right .dashboard_txt {
    padding: 25px 0px;
}

.dash-fund {
    font-style: normal;
    font-size: 14px;
    font-family: "OpenSans-Bold";
}
.dashboard_create_folio select{
  width: 55%;
}
.dashboard_new_payment select{
  width: 100%;
}
#piechart_Amcwise div div div svg g text {
    font-size:12px;
}
.dashboard_txt select {
    background-color: #f7fcff;
    border: 0;
    border-bottom: 2px solid #ccc;
    /*padding: 15px 10px;*/
    height: auto;
    color: #6b98d7;
    background-position: right 10px center;
}
.dashboard_txt span{
  font-size: 13px !important;
  height: auto !important;
  line-height: 1.5 !important;
}

.dashboard_fund_list {
    border: 1px solid #efefef;
}

.dashboard_txt button{
      padding: 10px 15px;
    background-color: #F48120;
    color: #fff;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
    border: 1px solid #F48120;
    text-transform: uppercase;
}

 .dashboard_txt button.btn-succ {
      background-color: #383838;
    }


  .dashboard_txt button.btn-can {
    background: #fff;
    color: #383838;
    border:1px solid #383838;
    }

  .dashboard_left_a:hover, .dashboard_left_a:focus {
    text-decoration: underline;
    color: #fff !important;
    background-color: #2a2640;
}


.dashboard_txt button.cancel_btn{
  background-color: #fff;
  color: #383838;
}
.transact_mobile, .dashboard_mobile_right, .dashboard_left_close{
  display: none !important;
}
.dashboard_heading h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            text-transform: uppercase;
            color:#383838 !important;
            text-align:left;
}
.dashboard_heading span {
    font-size: 11px;
    height: auto;
    line-height: 1.5;
    font-family: "OpenSans-Light";
    text-transform: none;
}
.success_name p.name{
  color: #34a853;
}
.dashboard_select_folio .row.mb-5{
  width: 55%;
  margin: 0;
}
.input-field .helper-text{
  color: #186bce;
  background-color: #fff;
}
.dashboard_radio_btn span {
    font-size: 14px !important;
    font-family: "OpenSans-SemiBold";
}
.dashboard_txt_left{
  width: 55%;
  float: left;
}
.dashboard_txt_right{
  width: 45%;
  float: left;
  padding-left: 20px;
}
.dashboard_txt_right .scheme_details{
  background-color: #eee;
  padding: 10px 20px;
      color: #868d9d;
}
.dashboard_txt_right .scheme_details p{
  font-family: "OpenSans-SemiBold";
}
.dashboard_new_payment .material_form input[type="checkbox"].filled-in:checked+span:not(.lever):before, .dashboard_new_payment .material_form input[type="checkbox"].filled-in:not(:checked)+span:not(.lever):before{
  top: 0px;
}
.dashboard_new_payment .material_form input[type="checkbox"].filled-in:checked+span:not(.lever):after, .dashboard_new_payment .material_form input[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after{
  top: 1px;
}
.dashboard_right{
  padding-bottom: 3em;
}
.dashboard_scheme_balance {
    background-color: #eaf6ed;
    padding: 10px;
    color: #868d9d;
    margin-bottom: 15px;
}
.dashboard_scheme_balance p{
  font-family: "OpenSans-SemiBold";
}
.dashboard_scheme_balance span{
  font-size: 11px !important;
}
.dashboard_txt_right .switch_details {
    background-color: #eaf6ed;
    padding: 10px 20px;
    color: #868d9d;
}
.dashboard_txt_right .switch_details p {
    font-family: "OpenSans-SemiBold";
}
.dashboard_header h6{
      color: #0076cb;
      font-size: 1em;
  font-family: "OpenSans-SemiBold";
}
.dashboard_header img {
    /*border-right: 1px solid #999;
    padding-right: 10px;
    margin-right: 20px;*/
}
.dashboard_header a.upload_excel{
  background-color: #206ecb;
}
.bulk_uploads_page .dashboard_left h6{
  font-family: "OpenSans-SemiBold";
      padding: 10px 30px;
      font-size: 1em;
}
.bulk_uploads_page .dashboard_left a{
  font-family: "OpenSans-SemiBold";
  position: relative;
}
.bulk_uploads_page .dashboard_left li a span {
    background-color: #5386ce;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    right: 10px;
}
.bulk_uploads_page .dashboard_heading h6{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  place-items: flex-end;
}
.bulk_uploads_page button.cancel_btn {
    padding: 7px 25px;
    background-color: #F48120;
    color: #fff;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 3px;
    font-size: 14px;
    /*border: 1px solid #206ecb;*/
    text-transform: uppercase;
}
.bulk_uploads_page .bulk_upload_check_info {
    width: 25%;
    padding-right: 10px;
    margin-bottom: 20px;
}
.bulk_uploads_page .bulk_upload_check_info label{
  padding: 10px 20px;
    margin: 0;
    border-radius: 5px;
        background-color: #f7fcff;
}
.bulk_uploads_page .bulk_upload_check_info label span{
  font-family: "OpenSans-SemiBold";
  font-size: 13px !important;
      color: #206ecb !important;
}
.dashboard_quick_transactions table tbody tr:nth-child(even){
  background-color: #fafafa;
}
.dashboard_quick_transactions table{
      font-size: 13px;
    color: #666;
    border: 1px solid #707070;
    border-radius: 4px;
}
.dashboard_quick_transactions table th{
  font-family: "OpenSans-SemiBold";
  padding: 10px 10px;
  white-space: nowrap;
      background: #383838;
    color: #ffffff;
    text-transform: none;
    border-radius: 0px;
}
.dashboard_heading_right.d-flex {
    /*background: #F48120;*/
    padding: 5px 10px;
    border-radius: 5px;
}

    .dashboard_heading_right.d-flex a {
        color: #206ecb;
        font-size: 13px;
        font-weight: normal;
        padding: 6px;
    }
    .dashboard_quick_transactions table th:first-child {
        border-top-left-radius:4px;
    }

     .dashboard_quick_transactions table th:last-child {
        border-top-right-radius:4px;
    }


.dashboard_quick_transactions table tr{
  border: 0;
}
.dashboard_quick_transactions table thead {
    -webkit-box-shadow: 0px 4px 5px -4px #ccc;
            box-shadow: 0px 4px 5px -4px #ccc;
}
.dashboard_quick_transactions table a{
  text-decoration: underline;
  color:#5e5e5e;
    cursor: pointer;
}
.dashboard_quick_transactions{
  padding: 15px 0;
}
.dashboard_quick_transactions table td{
  padding: 10px 8px;
  color:#5e5e5e;
}
.dashboard_txt::after{
  content: '';
  display: table;
  clear: both;
}
.dashboard_scheme_info {
    width: 28%;
}
.dashboard_success p{
  font-family: "OpenSans-SemiBold";
}
.dashboard_success_info {
    color: #868d9d;
}
.dashboard_success button{
    font-family: "OpenSans-Regular";
}
.dashboard_bulk_approvers select{
      padding: 5px 10px !important;
}
.dashboard_nav_calculation form.material_form select{
      background-color: transparent;
    border: 0;
    border-bottom: 1px solid #9e9e9e;
    color: #6d7482;
    font-family: "OpenSans-SemiBold";
}
.dashboard_nav_calculation form.material_form .row{
  width: 40%;
  margin: 0;
  position: relative;
}
.dashboard_nav_calculation form.material_form .row label{
  margin-bottom: -10px;
  font-size: 11px;
}
.dashboard_nav_calculation form.material_form .input-field label{
  font-size: 14px;
}
.dashboard_nav_calculation form.material_form input{
  margin-top: 2px;
}
.dashboard_nav_calculation form.material_form .row img {
    position: absolute;
    right: 10px;
    top: 10px;
}
.dashboard_user_roles .user_info {
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    background-color: #fafafa;
    margin-bottom: 10px;
    border: 1px solid #fafafa;
}
.dashboard_user_roles .user_info:nth-child(even) {
    background-color: #fafafa;
}
.dashboard_user_roles .user_info:hover {
       background-color: #fafafa;
    border: 1px solid #F48120;
}
.dashboard_user_roles .user_checkbox {
    width: 30px;
}
.dashboard_user_roles .user_checkbox input{
      position: relative;
    opacity: 1;
    pointer-events: unset;
    margin-top: 7px;
}
.dashboard_user_roles .user_name{
  width: 175px;
}
.dashboard_user_roles .user_pan{
  width: 155px;
}
.dashboard_user_roles p{
  margin-top: 0;
  margin-bottom: 7px;
  color: #888;
  font-size: 14px;
  font-family: "OpenSans-SemiBold";
} 
.dashboard_user_roles span{
  margin-bottom: 5px;
  font-size: 11px;
  color: #99adbb;
}
.dashboard_user_roles .user_number{
  width: 145px;
}
.dashboard_user_roles .user_email{
  width: 200px;
}
.dashboard_user_roles .user_role{
  width: 125px;
}
.dashboard_user_role_selected {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    place-items: center;
    background-color: #efefef;
    -webkit-box-shadow: 0 0 5px 0 #ccc;
            box-shadow: 0 0 5px 0 #ccc;
            z-index:9999;
}
.dashboard_user_role_selected a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  margin: 0 20px;
  font-weight: 600;
  font-size: 14px;
  color:#383838;
}
div#ui-datepicker-div {
    z-index: 999999999 !important;
}
.dashboard_user_role_selected a img{
  margin-right: 10px;
}
.dashboard_user_role_selected .user_delete{
  color: #e02020;
}
.dashboard_user_role_selected .user_edit{
  color: #0d68d1;
}
.dashboard_user_changepassword form{
  width: 40%;
  margin: 2em auto;
}
.dashboard_user_changepassword form button{
  width: 100%;
}
.dashboard_config_fund .helper-text{
  font-size: 11px !important;
}
.dashboard_fund_transaction form .row{
  width: 40%;
  margin: 0;
}
.form-cls {
     width: 40%;
  margin: 0;
}
    .form-cls label {
        margin-bottom: 0 !important;
    }
.form-cls select {
    padding:5px !important;
}
.dashboard_fund_list h6{
  color: #666;
  font-family: "OpenSans-SemiBold";
}
.dashboard_fund_transaction {
    padding: 10px 0px;
}
.dashboard_fund_list_heading{
   font-size: 12px !important;
    display: block;
    background-color: #efefef;
    padding: 8px 15px;
    color: #5e5e5e;
    margin-bottom: 10px;
}
.dashboard_fund_list_txt span {
    color: #897a7a;
}
.dashboard_fund_list_txt p {
    color: #5e5e5e;
    font-size: 14px;
    font-family: "OpenSans-SemiBold";
}
.dashboard_account_statement{
  padding: 0px;
}
.dashboard_account_statement form .row{
  width: 40%;
}
.dashboard_account_statement_heading{
  border-bottom: 2px solid #5e5e5e;
}
.dashboard_account_statement_heading a {
    padding: 2px 15px;
    text-decoration: none;
    color: #888;
    font-size: 15px;
    border-bottom: 2px solid transparent;
}
.dashboard_account_statement_heading a.active {
  color: #383838;
    border-bottom: 4px solid #383838;
}
.dashboard_account_statement table input[type="checkbox"]{
      position: relative;
    opacity: 1;
    pointer-events: unset;
}
.dashboard_account_statement form .row img{
  position: absolute;
  right: 20px;
  top: 10px;
}
.dashboard_account_statement div .row img{
    position: absolute;
    right: 5px;
    top: 37px;
}
.dashboard_change_role select{
  height: 35px !important;
  font-size: 13px;
}
.dashboard_user_roles .user_actions {
    width: 70px;
    font-size: 13px;
}
.dashboard_change_role{
  display: none;
}
.dashboard_portfolio_chart img{
  width: 100%;
}
.dashboard_portfolio_txt span{
      color: #5e5e5e;
    font-size: 13px !important;
}
.dashboard_portfolio_txt p{
  color: #5e5e5e;
  font-family: "OpenSans-SemiBold";
} 
.dashboard_karvy_portfolio p{
  font-family: "OpenSans-SemiBold";
}
.dashboard_karvy_portfolio table tr.t-footer {
    -webkit-box-shadow: 0 0 5px 0 #ccc;
            box-shadow: 0 0 5px 0 #ccc;
    font-family: "OpenSans-SemiBold";
}
.dashboard_ext_portfolio{
  color: #777;
}
.corporate_dashboard .input-field img {
    position: absolute;
    right: 10px;
    top: 10px;
}
.corporate_dashboard .row{
  height: auto;
}
.corporate_dashboard_page .dashboard_inner{
  overflow: unset;
  height: auto;
}
.corporate_dashboard_page .dashboard_quick_transactions table th:nth-child(2), .corporate_dashboard_page .dashboard_quick_transactions table td:nth-child(2){
  max-width: 250px;
}
.corporate_details_info{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
}
p.corporate_details_title {
    width: 30%;
}
p.corporate_details_txt span {
    font-size: 1em !important;
}
.corporate_details_input{
  width: 70%;
}
.corporate_details_input .input-field input, select.corporate_details_input{
  color: #186bce;
  font-family: "OpenSans-Regular";
  padding: 15px 10px;
height: auto;
color:
#6b98d7;
background-position: right 10px center;
}
select.corporate_details_input{
  width: 60%;
}
.corporate_registration .onboarding_upload input{
  position: relative;
  opacity: 1;
}
.corporate_registration .onboarding_upload .form-group{
  width: 100%;
}
.corporate_dashboard_page .profile_sub_menu{
  width: 270px;
  left: unset;
  right: 0;
}
.corporate_dashboard_page .header_profile_toggle{
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}
.dashboard_tabs_content .hide{
  display: none;
}
.pagination li a{
  font-size: 14px;
      color: #888;
}
.header_profile_toggle img[alt="dropdown-icon"]{
 height: 20px;
 -ms-flex-item-align: center;
     -ms-grid-row-align: center;
     align-self: center;
}
.table-pagination {
    border: 1px solid #ccc;
    width: 98%;
    margin: auto;
    margin-top: 20px;
    border-radius: 5px;
    padding: 5px;
    background-color: #fcfcfc;
    font-size: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.table-pagination-arrows a {
        background-color: #F48120;
    padding: 5px 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
    width: 35px;
    color: #fff;
    border-radius: 3px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.table-pagination select{
  width: auto;
    padding: 0;
    padding-right: 20px;
    padding-left: 15px;
    border: 1px solid #ccc; 
    height: 25px;
}
.table-pagination input{
  width: 40px !important;
    padding: 0 !important;
    border: 1px solid #ccc !important;
    height: 25px !important;
    margin-bottom: 0 !important;
}
.table-pagination button{
  padding: 5px 10px;
}

/* axis write css */

.top-band {
    height:37px;
}

header .whitebg {
    background-color: #fff;
    width: 75%;
    float: right;
    /*background: #fff url(../images/menucurve.jpg) no-repeat;*/
    background-position: 0 0;
    padding-top: 14px;
    text-align: right;
}


align-items-end.d-flex.logo {
    float: left;
    width: 20%;
    display: inline-block;
}

.topbg {
        height: 33px;
    background: #861f41;
    width: 100%;
    display: block;
}

.logo {
       display: inline-block;
    vertical-align: top;
    width: 25%;
    float: left;
    background: #ffffff;
    padding-bottom: 18px;
    text-align: right;
    padding-top: 14px !important;
}

body.dashboard_page {
    background: #fff;
}
.logo {
        padding-top: 0;
    margin-top: -1.2rem;
}

.dashboard_page #main-nav {
    /* width: 1024px; */
    width: 75%;
    height: auto;
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0px auto;
    /* background-color: #852272; */
    background: #083466;
    font-size: 12px;
    font-weight: normal;
    top: 69px;
    margin: 0 auto;
    left: 26%;
}

p.copyright {
    padding: 15px;
}

.maroontheme .row:before, .maroontheme .container:before {
    display: table;
    content: " ";
}

.maroontheme .row:after, .maroontheme .container:after {
    clear:both;
}



.header_profile.d-flex.ml-4 {
    display: inline-block !important;
    float: right;
}

.dashboard_txt .input-field input[type="text"] {
    border-radius: 4px;
    border: 1px solid #707070;
    padding:0px 9px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.pie-chart {
    border: 1px solid #707070;
    border-radius: 4px;
}

.h-title {
    margin-top:7px !important;
}

.dashboard_portfolio_txt {
    
}
.footer-bottom {
           /*background: #383838;*/
    display: block;
    padding: 11px 35px 18px;
    position: relative;
    width: 100%;
}

.footer-bottom .row {
    margin-bottom: 0px;
}

p.toppara a {
    color: #F48120 !important;
}

.longin-head {
    font-weight:600; 
    text-align: left; 
    color: #fff; 
    font-family: 'OpenSans-SemiBold'; 
    font-size: 22px;
}

.register_left h2 {
       color: #383838;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 700;
}

.login-dashboard, .forgot-password-page, #registrationdiv {
    border: 1px solid #27377B;
    box-shadow: -2px 3px 6px 0px #cdc9c9;
}

.login-dashboard .row, .forgot-password-page .row, #registrationdiv .row {
        margin-bottom:0px;
 }
.login-column {
    background: #27377B;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 15px;
    padding: 10px;
}

.footer-top {
    padding:0px 35px;
}

.bottompara {
    font-size: 14px; 
    color: #5e5e5e; 
    font-weight: 600;
    
}

.maroontheme {
    position: fixed;
    top: 0;
    width: 100%;
}
.maroontheme {
    /*background: #861f41;*/
    position: relative;
    z-index: 9999;
}

.maroontheme:after {
    content: "";
    width: 100%;
    bottom: 0;
    position: absolute;
    background: #fff;
}
.topBand {
    background: #edecec;
    position: relative;
    z-index: 10001;
}
.maroontheme .topBand {
    background: 0 0;
}

.topMenu {
    box-shadow: 0 3px 6px #c3c3c3;
    background: #fff;
    position: relative;
    z-index: 9999;
    width: 100%;
}
.maroontheme .topMenu {
    /*background: 0 0;*/
    box-shadow: none;
    position: relative;
}

.maroontheme .topMenu .logoSect {
    padding-top: 0;
    margin-top: 20px;
}

.topMenu .logoSect {
    display: inline-block;
    vertical-align: top;
    padding-top: 2rem;
    padding-bottom: 0;
}
.maroontheme .topMenu .whitebg {
    background-color: #fff;
    width: 70%;
    float: right;
    /*background: #fff url(../images/menucurve.jpg) no-repeat;*/
    background-position: 0 0;
    background-size: contain;
}

    .maroontheme .topMenu .whitebg:after {
    content: "";
    /*background: #fff;*/
    position: absolute;
    height: 100%;
    width:100%;
    left: 100%;
    margin-left: -15px;
    top: 0;
    min-height: 5.9rem;
}


:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.d-inline-block {
    display: inline-block;
}
.maroontheme .topMenu .navbarSect {
    margin-left: 2.8rem;
}
.maroontheme .topMenu .loginSect {
    padding: 2rem 0 0;
}

.topMenu .loginSect {
    padding: 1.7rem 0 2.7rem 0;
    position: relative;
    float: right;
    transition: all .2s ease-in-out;
}

.topMenu .navbarSect ul li {
    display: inline-block;
}

.accessibility * {
    line-height: 1.5!important;
}
.fleft {
    float: left;
}
/*.topBand {
    height: 30px;
}*/
.maroontheme *{
    line-height:1.5!important
}
.maroontheme .row:before {
    display: table;
    content: " ";
}
.maroontheme .row:after {
    clear: both;
}
.maroontheme .container:before {
    display: table;
    content: " ";
}
.maroontheme .container:after {
    clear: both;
}
.head-right-logo {
   height: 35px;
}

body {
    background:#5e5e5e;
}
.dashboard_txt span.rppage {
        display: inline-block;
    vertical-align: middle;
    line-height: 30px !important;
}
.table-pagination-records .browser-default {
    height: 32px!important;
    width: 60px;
    padding: 0 10px;
    margin-top: 0px;
    background: url('../images/dropdown.svg') right / 11px no-repeat #7c646c;
    color: #fff;
    background-position: 35px 11px;
}

input.page-enter {
    width: 30px !important;
    background: #f5f1f1 !important;
    border: 1px solid #efefef !important;
    height: 32px !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    padding: 0px 5px !important;
    text-align: center;
}

.dashboard_account_statement .table-pagination-arrows {
    border: 1px solid #383838;
    padding: 5px 8px;
    border-radius: 5px;
}

.profile_sub_menu li {
    border-bottom: 1px solid #efefef;
}


.logo-container {
    width: 100%;
    height: 100px;
    padding-top: 30px;
}
.corp-section {
}

.form-group {
    margin-bottom: 22px !important;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #383838;
    background-color: #383838;
}
@media screen and (min-width: 1200px) {
    .maroontheme .container {
    max-width: inherit;
    width: 100%;
    padding: 0px 35px;
    }
}
.bottompara a {
    color: #F48120;
}

.addcompany {
    margin-top:6px;
}



.header_profile #txtUseName {
}

.header_profile #Role {
   
}
.header_profile p span {
    line-height: 35px !important;
    display: inline-block;
    color:#797979;
}
.dashboard_account_statement .dashboard_transaction_summary select.browser-default {

    top: 31px;
}

.corporate-reg label {
        color: #fff !important;
}

.button-container .submit-btn {
   display: inline-block;
}

.dashboard_buttons {
    text-align: center;
}

.dashboard_buttons button {
    text-align: center;
    display: inline-block;
}

.form-group.dropdown label {
       position: relative;
    font-size: 13px !important;
    display: inline-block;
    margin-bottom: .5rem;
    padding: 0px;
    color: #5e5e5e !important;
    transform: inherit;
}


.form-group.dropdown .input-field>label:not(.label-icon).active {

    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transform:inherit;
    -webkit-transform:inherit;
}

.material_form .form-group.dropdown .input-field label.active {
    padding-top: 0px;
}
.form-group .input-field {
    position: relative;
    margin-top:inherit !important;
    margin-bottom:inherit !important;
    width: 100%;
}

#Bulk_Approval .dashboard_txt {
    padding:0px;
}


.dashboard_txt [type="radio"]:not(:checked)+span:before, [type="radio"]:not(:checked)+span:after {
    border: 2px solid #383838;
}

.dashboard_txt [type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after {
    background-color: #383838;
}

.dashboard_txt [type="radio"]:checked+span:after, 
.dashboard_txt [type="radio"].with-gap:checked+span:before, 
.dashboard_txt [type="radio"].with-gap:checked+span:after {
    border: 2px solid #383838;
}






/*Mobile CSS*/

@media only screen and (max-width: 600px){

.register_left{
  display: none;
}
.register_right{
  border-radius: 8px;
  padding: 30px;
}
.dashboard_page header {
    padding: 15px 1em;
}
.dashboard_inner {
    padding: 1em 0.5em;
    overflow: unset;
    height: auto;
}
.mobile_sidenav{
  display: none;
}
.dashboard_info .col-sm-12{
  padding: 0;
}
.dashboard_create_folio select{
  width: 100%;
}
.header_transact_toggle span, .header_transact_toggle img, .dashboard_page .header_profile p{
  display: none;
}
img.transact_mobile, .dashboard_left_close{
  display: block !important;
}
.dashboard_page .header_transact_toggle {
    padding: 7px;
}
.transact_sub_menu, .profile_sub_menu {
    top: 100%;
    left: unset;
    right: 0;
    width: 130px;
    max-width: 180px;
}
.transact_sub_menu{
  width: 180px;
}
.dashboard_page .dashboard_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0 10px;
}
.dashboard_page .dashboard_header form{
  margin-bottom: 10px;
    border-bottom: 1px solid #f4f4f5;
    padding-bottom: 10px;
}
.dashboard_page .dashboard_header a {
    width: auto;
    margin: auto;
}
.dashboard_mobile_right{
  margin-bottom: 10px;
    border-bottom: 1px solid #f4f4f5;
    padding: 15px 20px;
}
.dashboard_mobile_right h6{
  color: #186bce;
  font-family: "OpenSans-SemiBold";
}
.dashboard_mobile_right img{
  padding: 5px;
}
.dashboard_inner{
  position: relative;
}
.mobile_sidenav{
  position: absolute;
    top: 0;
    display: block;
    left: -100vw;
    z-index: 99;
    max-height: 100vh;
    overflow: auto;
    border-top: 5px solid #5386ce;
}
.mobile_sidenav.active{
  left: 0;
}
.dashboard_mobile_right{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.dashboard_left{
  border-radius: 0;
}
li.dashboard_left_close a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    margin-bottom: 0;
    margin: auto 0 auto auto;
}
body.active{
  overflow: hidden;
}
.dashboard_left ul {
    padding: 0;
    max-height: 90%;
    overflow: auto;
}
.dashboard_heading {  
    -webkit-box-orient: vertical;  
    -webkit-box-direction: normal;  
        -ms-flex-direction: column;  
            flex-direction: column;
}
.dashboard_heading h6{
  margin-bottom: 15px !important;
}
.dashboard_name_section .mt-1{
  opacity: 0;
}
.dashboard_name_section .mt-1.active{
  opacity: 1;
}
.dashboard_select_folio .row.mb-5{
  width: 100%;
}
.dashboard_txt span{
  font-size: 11px !important;
}
.dashboard_txt_left, .dashboard_txt_right{
  width: 100%;
}
.dashboard_txt_right{
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.switch_amount .dashboard_name_section .ml-4, .switch_target .dashboard_name_section .ml-4, .switch_target .dashboard_name_section .ml-3{
  margin-left: 0 !important;
}
.dashboard_header h6 {
    font-size: 0.9em;
    margin-bottom: 10px !important;
}
.bulk_uploads_page .bulk_upload_check_info {
    width: 50%;
}
.dashboard_scheme_info {
    width: 100%;
}
.dashboard_buttons{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dashboard_buttons button {
    margin-bottom: 10px;
    width: 60%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
} 
.dashboard_nav_calculation form.material_form{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dashboard_nav_calculation form.material_form .row{
  margin-bottom: 15px !important;
  width: 100%;
  margin-right: 0 !important;
}
.dashboard_user_roles .user_info {
    display: block;
}
.dashboard_user_roles .user_name, .dashboard_user_roles .user_pan, .dashboard_user_roles .user_number, .dashboard_user_roles .user_email,  .dashboard_user_roles .user_role {
  width: 100%;
}

.dashboard_user_changepassword form{
  width: 90%;
  margin: 2em auto;
}
.dashboard_account_statement form .row{
  width: 100%;
  margin-bottom: 15px !important;
}
.dashboard_account_statement form .d-flex{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dashboard_account_statement_heading{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dashboard_account_statement_heading a{
  font-size:  13px;
  width: 50%;
}
.dashboard_portfolio_chart .col-md-6{
  padding: 0;
}
.onboarding_mobile_links{
  display: block;
}
.onboarding_body {
    height: auto; 
    padding: 0;
}
.onboarding_inner{
  padding: 0;
}
.onboarding_body .logo {
    width: 60%;
    margin-bottom: 0;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
}
.onboarding_content{
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.onboarding_right {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    width: 100%;
    padding: 40px 20px;
    background-color: #186bce;
}
.onboarding_right li{
  display: none;
  margin-bottom: 0;
}
.onboarding_right li.active{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.onboarding_right li h6{
  font-size: 16px;
}
.onboarding_right_content ul, .onboarding_mobile_links ul{
  margin-bottom: 0;
}
.onboarding_mobile_links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.onboarding_mobile_links li {
    list-style-type: none;
    width: 12px;
    height: 12px;
    background-color: #a2c3eb;
    border-radius: 50%;
    margin: 0 5px;
    display: block;
}
.onboarding_mobile_links li.active {
    background-color: #fff;
}
.onboarding_left {
    padding: 30px 20px;
    padding-bottom: 120px;
    background-image: none;
}
.onboarding_left_bottom{
  padding: 20px;
  position: fixed;
}
.onboarding_left_bottom .right_buttons a:nth-child(1) {
    margin-left: 0;
}
.onboarding_left_bottom a.next_btn{
  padding: 8px 40px;
}
.min_approvers form.material_form{
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.min_approvers form.material_form p{
  margin-left: 0 !important;
}
.min_approvers table thead{
  display: none;
}
.min_approvers table td, .min_approvers table th, .min_approvers table tr{
  width: 100%;
}
.min_approvers table td:last-child, .min_approvers table th:last-child{
  width: 100%;
}
.min_approvers table td:last-child img{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.min_approvers table{
  border:0;
  -webkit-box-shadow: 0 0 5px 0 #ccc;
          box-shadow: 0 0 5px 0 #ccc;
  margin-bottom: 10px;
}
.min_approvers table tbody{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; 
}
.onboarding_success br{
  display: none;
}
p.corporate_details_title {
    width: auto;
    float: left;
}
.corporate_details_info{
  display: block;
}
.corporate_details_input {
    width: 100%;
}
select.corporate_details_input {
    width: 100%;
    margin-bottom: 20px !important;
}
.corporate_registration .dashboard_buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.corporate_registration .onboarding_upload  {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.corporate_registration .onboarding_upload .row{
  margin-bottom: 20px !important;
}
.corporate_registration .onboarding_upload button{
  display: block;
}
.table-pagination-arrows, .table-pagination-records,.table-pagination-number{
  margin-bottom: 15px;
}





}







/*Tablet CSS*/

@media only screen and (min-width: 601px) and (max-width:1200px){

.register_right {
    padding: 75px 50px;
}
.transact_mobile, .dashboard_mobile_right, .dashboard_left_close{
  display: block !important;
}
.dashboard_page header, .dashboard_inner{
  padding: 0px;
}
.register_left{
  display: none;
}
.register_right{
  border-radius: 8px;
  padding: 30px;
}
.dashboard_inner {
    overflow: unset;
    height: auto;
}
.mobile_sidenav{
  display: none;
}
.dashboard_info .col-sm-12{
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
    max-width: 100%;
}
.dashboard_success_info .col-md-6{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
    max-width: 50%;
}
.dashboard_inner{
  position: relative;
}
.mobile_sidenav{
  position: absolute;
    top: 0;
    display: block;
    left: -100vw;
    z-index: 99;
    max-height: 100vh;
    overflow: auto;
    border-top: 5px solid #5386ce;
}
.mobile_sidenav.active{
  left: 0;
}
.dashboard_mobile_right{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.dashboard_left{
  border-radius: 0;
}
li.dashboard_left_close a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    margin-bottom: 0;
    margin: auto 0 auto auto;
}
body.active{
  overflow: hidden;
}
.dashboard_left ul {
    padding: 0;
    max-height: 90%;
    overflow: auto;
}
.dashboard_heading {  
    -webkit-box-orient: vertical;  
    -webkit-box-direction: normal;  
        -ms-flex-direction: column;  
            flex-direction: column;
}
.dashboard_heading h6{
  margin-bottom: 15px !important;
}
.dashboard_name_section .mt-1{
  opacity: 0;
}
.dashboard_name_section .mt-1.active{
  opacity: 1;
}
.dashboard_page .dashboard_header form{
  margin-bottom: 10px;
    border-bottom: 1px solid #f4f4f5;
    padding-bottom: 10px;
}
.dashboard_page .dashboard_header a {
    width: auto;
    margin: 0;
    height: 35px;
}
.dashboard_mobile_right{
  margin-bottom: 10px;
    border-bottom: 1px solid #f4f4f5;
    padding: 15px 20px;
}
.bulk_uploads_page .dashboard_heading{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.dashboard_scheme_info {
    width: 40%;
}
.onboarding_right li h6{
  display: none;
}
.onboarding_right li span{
  margin-right: 0;
}
.onboarding_right{
  width: auto;
  left: 96%;
}
.onboarding_left {
  max-height: 800px;
}
.onboarding_body .container-fluid > .row{
  height: 100%;
}
.min_approvers form.material_form{
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.min_approvers form.material_form p{
  margin-left: 0 !important;
}
.min_approvers table thead{
  display: none;
}
.min_approvers table td, .min_approvers table th, .min_approvers table tr{
  width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.min_approvers table td:last-child, .min_approvers table th:last-child{
  width: 100%;
}
.min_approvers table td:last-child img{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.min_approvers table{
  border:0;
  -webkit-box-shadow: 0 0 5px 0 #ccc;
          box-shadow: 0 0 5px 0 #ccc;
  margin-bottom: 10px;
}
.min_approvers table tbody{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; 
}
.onboarding_body{
  overflow: auto;
}
.onboarding_success br{
  display: none;
}
.dashboard_buttons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dashboard_buttons button{
  margin-bottom: 15px;
}
select.corporate_details_input {
    width: 50%;
}

.table-pagination-arrows, .table-pagination-records,.table-pagination-number, .table-pagination-page{
  margin-bottom: 15px;
}




}


@media only screen and (min-width: 601px) and (max-width:770px){

.onboarding_body .container-fluid .col-md-9 {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
}
.onboarding_body form.material_form.col-md-9{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
    max-width: 80%;
}




}




/*Mobile CSS*/

@media only screen and (max-width: 600px){

.new_register_page header{
  padding: 12px 10px;
}
.new_register_page header::after{
  content: '';
  display: table;
  clear: both;
}
.new_register_page .korp_connect_logo {
    width: 50%;
    height: auto;
}
.new_register_page .kfintech_logo {
    height: auto;
    width: 70%;
    float: right;
}
.new_register_page .register_left, .register_left_outer{
  display: none;
}
.new_register_page .register_right{
  border-radius: 8px;
  padding: 30px 20px !important;
}
.new_register_page .mobile_sidenav{
  display: none;
}
.new_register_page footer.mypadding{
  padding: 2em 1em;
  padding-bottom: 0;
}
.new_register_page .footer_logo p {
    width: 100%;
}
.new_register_page footer .col-md-6{
  margin-bottom: 2em;
}
.new_register_page .footer_subscribe {
    display: block;
    align-items: center;
}
.new_register_page .footer_bottom{
  padding: 1.5em 1em;
}
.new_register_page .footer_logo{
  margin-bottom: 3em;
}
.new_register_page .footer_links ul {
    margin-bottom: 20px;
}
.new_register_page .footer_logo p br{
  display: none;
}
.new_register_page .register_right h6{
  margin-bottom: 35px;
}
.new_register_page footer .col-lg-3, .new_register_page .col-lg-3.footer_links_services1, .new_register_page .col-lg-3.footer_links_services2 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
}
.new_register_page .footer_links li.invisible{
  display: none;
}
.new_register_page .footer_links_services1 ul{
  margin-bottom: 0;
}




}

.new_register_page header::after{
  content: '';
  display: table;
  clear: both;
}





/*Tablet CSS*/

@media only screen and (min-width: 601px) and (max-width:1200px){

.new_register_page .register_right {
    padding: 75px 50px;
}
.new_register_page header::after{
  content: '';
  display: table;
  clear: both;
}
.new_register_page .register_left{
  display: none;
}
.new_register_page form .row{
  display: block;
}
.new_register_page .register_right{
  border-radius: 8px;
  padding: 30px;
}
.new_register_page footer .col-md-6{
  margin-bottom: 2em;
}
.new_register_page .footer_logo{
  margin-bottom: 2em;
}
.new_register_page .footer_logo p {
    margin-bottom: 25px;
    width: 100%;
}
.new_register_page .footer_logo p br{
  display: none;
}
.new_register_page .footer_links{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}
.new_register_page footer.mypadding {
    padding: 74px 15px;
    padding-bottom: 10px;
}




}

/*@media screen and  (min-width: 992px) {
    .maroontheme .topMenu .whitebg:after {
    content: "";
    background: #fff;
    position: absolute;
    height: 100%;
    width:100%;
    left: 100%;
    margin-left: -15px;
    top: 0;
    min-height: 5.9rem;
}
}*/


/*1024 CSS*/

@media only screen and (min-width: 1001px) and (max-width:1360px){

.new_register_page .register_left {
     display: block; 
}



}


/*Large Device CSS*/

@media only screen and (min-width: 1370px){

.new_register_page .register_page .logo, .new_register_page .register_body, footer {
    width: 100%;
    margin: auto;
    max-width: 1360px;
}


}





/*Internet Explorer CSS*/

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
.header_profile_toggle img[alt="dropdown-icon"]{
  height: 7px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.dashboard_left li a img{
  height: 7px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
select::-ms-expand {
    display: none;
}
.onboarding_left{
  min-height: 500px;
  max-height: 600px;
}
.onboarding_left form{
  margin-bottom: 100px;
}

   
}
.field-validation-error {
    color:red;
}
.browse-border {
    padding: 20px 20px;
border-radius: 5px;
border: 1px solid #1d6ccd;
}
select.browser-default {
    background-color: #f7fcff;
    border: 1px solid #707070;
    /*border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid #9e9e9e;*/
    padding: 3px 10px;
    height: 41px;
    color: #5e5e5e;
    background-position: right 10px center;
    border-radius: 4px;
    position:relative;
}
.material_form label {
    font-size: 13px !important;
    color: #5e5e5e;
}
.dashboard_account_statement select.browser-default {
    padding: 0px 36px 0px 5px !important;
    margin-top: 0px;
}
.dashboard_account_statement .table-pagination-records select.browser-default {
    top: 0px;
    margin-left:10px;
    height: 32px!important;
    width: 60px;
    padding: 0 5px;
    margin-top: 0px;
    color:#5e5e5e;
}
#divPan select.browser-default{
    top:0px;
}
.change-pwd {
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}

/*.dashboard_user_changepassword button {
    width: 100%;
    text-align:center;
}*/


.datepicker-table-wrapper table .datepicker-day-button{ padding: 0px 0px !important ; 
                                                        background-color:#fff !important;
                                                        color:#000 !important;
                                                        border: 0 !important;
                                                       
                                                        display: block !important;
                                                        border-radius: 0px !important;
                                                        font-size: 14px !important; border: none !important; 
                                                        text-transform: uppercase !important;}

.datepicker-table-wrapper table td {padding: 0 !important;


}


.confirmation-btns {
    width: 100%;
}
.btn-flat.datepicker-cancel.waves-effect , .btn-flat.datepicker-done.waves-effect {
    float: left;
    display: inline;
    padding: 0px;
        padding-right: 0px;
        padding-left: 0px;
    margin: 3px;
    padding-left: 9px;
    padding-right: 9px;
}
.datepicker-date-display {
    flex: 2px !important;
}

.month-prev , .month-next {
    border: none !important;
    background: #fff !important;
}
.select-wrapper.select-month .select-dropdown.dropdown-trigger.valid { box-shadow: none !important;border:none !important;}

.select-wrapper.select-month .select-dropdown.dropdown-trigger  , .select-dropdown.dropdown-trigger{ border:none !important;}
.modal {
 height:auto !important}


#modal-188d3a20-4488-ae5f-d108-f9ad77a3293a {
    width: 350px !important;
}

.datepicker-modal {
    max-width: auto !important;
}
.datepicker-modal {

    max-width: 450px;

}
.select-dropdown.dropdown-trigger {
 width:85px !important}
.datepicker-footer {
    display: none;
}
#modal-cb475ffb-3c69-40c7-d79e-c93fa302d581 {
    display: none !important;
}

.dashboard_user_roles .user_info .user_info {
    border: 0px !important;
    padding: 0px !important;
}
.input-field input { position:relative  !important; z-index:999 !important
 }
input:not([type]), input[type="text"]:not(.browser-default), input[type="password"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="url"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="date"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="tel"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="search"]:not(.browser-default), textarea.materialize-textarea {
font-size: 14px;
}
input.invalid:not([type]), input.invalid:not([type]):focus, input.invalid[type="text"]:not(.browser-default), input.invalid[type="text"]:not(.browser-default):focus, input.invalid[type="password"]:not(.browser-default), input.invalid[type="password"]:not(.browser-default):focus, input.invalid[type="email"]:not(.browser-default), input.invalid[type="email"]:not(.browser-default):focus, input.invalid[type="url"]:not(.browser-default), input.invalid[type="url"]:not(.browser-default):focus, input.invalid[type="time"]:not(.browser-default), input.invalid[type="time"]:not(.browser-default):focus, input.invalid[type="date"]:not(.browser-default), input.invalid[type="date"]:not(.browser-default):focus, input.invalid[type="datetime"]:not(.browser-default), input.invalid[type="datetime"]:not(.browser-default):focus, input.invalid[type="datetime-local"]:not(.browser-default), input.invalid[type="datetime-local"]:not(.browser-default):focus, input.invalid[type="tel"]:not(.browser-default), input.invalid[type="tel"]:not(.browser-default):focus, input.invalid[type="number"]:not(.browser-default), input.invalid[type="number"]:not(.browser-default):focus, input.invalid[type="search"]:not(.browser-default), input.invalid[type="search"]:not(.browser-default):focus, textarea.materialize-textarea.invalid, textarea.materialize-textarea.invalid:focus, .select-wrapper.invalid > input.select-dropdown, .select-wrapper.invalid > input.select-dropdown:focus {
    border-bottom: 1px solid #efefef;
    -webkit-box-shadow: 1px solid #efefef;
    box-shadow: 1px solid #efefef;
}
