﻿.hide-content{
    display: none;
}

.b_bold{
    font-weight: bold;
}

.b_italic{
    font-style: italic;
}

.b_10px{
    font-size: 10px;
}

.b_12px{
    font-size: 12px;
}

.b_14px{
    font-size: 14px;
}

.b_15px{
    font-size: 15px;
}

.b_16px{
    font-size: 16px;
}

body{
    font-family: Calibri, Verdana;
}

.b_body {
    width: 100%;
    margin: -48px auto 0px auto;
}

.b_top_panel{
    padding: 2px 0px;
    margin-bottom: 20px;
}

#b_top_panel_left{
    padding: 2px 10px;
    width: calc(50% - 15px);
    height: 24px;
    position: fixed;
    top: 2px;
    border-radius: 0px 14px 0px 0px;
}

#b_top_panel_center{
    width: calc(100% - 30px);
    height: 24px;
    position: fixed;
    top: 2px;
    z-index: -1;
}

#b_top_panel_right{
    padding: 0px;
    width: calc(50% - 15px);
    height: 24px;
    position: fixed;
    right: 15px;
    top: 2px;
    border-radius: 0px 0px 0px 14px;
}

.b_top_panel span{
    font-size: 12px;
    font-weight: bold;
}

.b_hr{
    height: 3px; 
}

.hr_1{
    margin-top: 70px;
}

.b_logo_holder{
    height: 100px;
    padding: 1% 1.5%;
}

#b_bank_logo{
    width: 15%;
    height: 90%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    float: left;
    /*border: 1px solid white;*/
}

#b_atyati_logo{
    width: 10%;
    height: 90%;
    margin-top: 10px;
    float: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.b_flash_text_holder{
    padding: 5px 10px 0px 0px;
    color: black;
    font-size: 12px;
}

.b_login_container{
    height: 100%;
    width: 50%;
    padding: 2% 2%;
    margin-left: 25%;
}

.b_login_div{
    height: 100%;
    box-shadow: 10px 10px 10px;
    border-radius: 0px 0px 30px 0px;
    background-color: transparent;
    position: relative;
}

#b_login_header{
    height: 86px;
    font-size: 25px;
    font-weight: bolder;
    padding: 7%;
    text-align: center;
    color: black;
    border-radius: 30px 0px 0px 0px;
}

#b_login_middle{
    height: 261px;
    padding-top: 20px;
}

.b_input_div {
  position: relative;
}

.b_input_text {
    font-size: 14px;
    height: 30px;
  border-radius: 4px;
  outline: none;
  padding: 2px 8px;
  box-sizing: border-box;
  transition: 0.3s;
}

#b_userid_text, .b_input_text {
    width: 90%;
}

.b_input_div .b_input_text {
    padding-left: 40px;
}

.b_input_div i {
  position: absolute;
  left: 20px;
  top: 0px;
  padding: 9px 8px;
  font-size: 16px;
  transition: 0.3s;
}

#b_userid_icon{
    left: 22px;
}

.b_input_div {
    width: 100%;
    margin-top: 10%;
    text-align: center;
    
}

#b_userid_div {
    margin-top: 30%;
    position: absolute;
}

#b_password_div {
    position: relative;
}

#b_cross_icon {
    position: absolute;
    left: 85%;
    color: red;
    cursor: pointer;
}

#b_otp_div a {
    float: right;
    margin-right: 20px;
    font-size: 14px;
}

#b_biometric_btn:hover{
    cursor: pointer;
}

#b_login_footer {
    width: 100%;
    height: 87px;
    font-weight: bold;
    padding: 8% 3%;
    border-radius: 0px 0px 30px 0px;
}

.b_input_btn{
    border: 1px solid black;
    background-color: transparent;
    color: black;
    border-radius: 2px;
    box-shadow: 1px 1px 3px black;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-weight: bold;
}

.b_input_btn:hover{
    box-shadow: 1px 1px 5px 2px black;
}
.b_input_btn:focus{
    outline: none;
}

 .b_login_btns{
     margin-left: 3%;
     width: 130px;
 } 


 #b_reset_btn{
     margin-top: 2px;
     	 width:47%;
 }

 .b_login_btn_icon{
     margin-left: 10px;
 }

 /*#b_atyati_logo{
    width: 8%;
}*/

#b_copyright_div{
    position: absolute;
    top: 610px;
    left: 15px;
    
}

#b_copyright_div span{
     font-size: 12px;
}


/*************Slider*******************/

body {
}

.wrap {
    position:relative;
    height:500px;
    width:100%;
    margin:0 auto;
}

#b_flash_region{
    position: absolute;
    width: 50%;
    border-bottom: 0px solid #ec7034;
    padding: 0px 5px;
    z-index: 12;
    color: black;
    font-weight: bold;
    overflow: hidden;
}


#b_flash_region span {
    display: inline-block;
    animation: marquee 15s linear infinite;
}

@keyframes marquee {
    0%   { transform: translate(850px, 0px); }
    100% { transform: translate(-1000px, 0px); }
}

.shape {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:50%;
    overflow:hidden;
    z-index:10;
}
.shape:after {
    content:"";
    position:absolute;
    top:6.4%;
    left:0;
    width:100%;
    height:100%;
    border-radius:0 48% 0 0;
}
.shape2 {
    position:absolute;
    top:0;
    left:50%;
    height:100%;
    width:50%;
    border-radius:0 0 0 50%;
    z-index:10;
}

 .slider {
    position: absolute;
    height: 94%;
    width: 100%;
    top:6%;
    left:0px;
    overflow: hidden;
    z-index:0;
}
.slide {
    position: absolute;
    top: 20%;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: ;
}
.slide h1 {
    position: absolute;
    top: 200px;
    right: 40%;
    height: 10%;
    color: white;opacity:0;
    animation: h1slide 5s infinite;
}
.slide p {
    position: absolute;
    top: 250px;opacity:0;
    left: 0;
    height: 60%;
    color: white;
    animation: pslide 5s infinite;
}
.slide {
    transform: translateX(100%);
    animation: slide 20s infinite linear;
}
.slide:nth-child(2) {
    animation-delay: 5s;
}
.slide:nth-child(3) {
    animation-delay: 10s;
}
.slide:nth-child(4) {
    animation-delay: 15s;
}
@keyframes slide {
    5% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(0);
    }
    30% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes h1slide{
   0% {
     opacity:0;
        right:40%;
    }
  5%{opacity:1;}
    25% {
        right:40%;
    }
    30% {
        right:80%;
    }
    95% {
        right:85%;opacity:1;
    }
  100%{opacity:0;}
}
@keyframes pslide{
   0% {
        left: 0;opacity:0;
    }
  5%{opacity:1;}
    25% {
        left: 0;
    }
    30% {
        left: 20%;
    }
    95% {
        left: 25%;opacity:1;
    }
  100%{opacity:0;}
   
}

.b_slider_img{
    background-size: contain;
    background-repeat: no-repeat;
    height: 50%;
    background-position: center center;
}

#b_biometric_Icon {
    left: 8%;
    width: 9%;
    top: 8%;
    position: absolute;
    border-radius: 50%;
    margin-top: 1%;
}

/******************************/


.b_main_logo_holder{
    margin-top: 2px;
}

#b_user_profile_icon{
    float: right;
    font-size: 60px;
    position: absolute;
    right: 190px;
    top: 15px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

#b_logout_btn{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

#b_side_nav{
    width: 15%;
    float: left;
    overflow: auto;
}

#b_base_container {
    width: 67%;
    float: left;
    overflow: auto;
}

#b_side_notif_div{
    width: 15%;
    position: absolute;
    right: 15px;
    overflow: auto;
}

#b_notif{
    text-align: justify;
    display: block;
    color: white;
    padding: 15px;
}

#b_notif_drag_arrow, #b_sidenav_drag_arrow{
    font-size: 36px;
    position: absolute;
    cursor: pointer;
    transition: 0.3s;
}
#b_notif_drag_arrow{
    right: calc(15% + 20px);
}
#b_sidenav_drag_arrow{
    left: calc(15% + 15px);
}

#b_notif_drag_arrow:hover, #b_sidenav_drag_arrow:hover{
    font-weight: bold;
}

.b_side_option, .b_opt_cat{
    width: 100%;
    background-color: transparent;
    color: white;
    cursor: pointer;
    transition: 0.0s;
    outline: none;
}
.b_side_option{
    padding: 5px 40px;
}
.b_opt_cat {
    padding: 10px 20px;
}

.b_opt_caret {
    float: right;
    transition: 0.3s;
    margin-top: 5px;
}

.b_div_cat {
    display: none;
}

#TabsDiv{
    height: 33px; 
    padding-left: 17%;
}

.Tabs {
    width: 100px;
    height: 25px;
    margin-top: 8px;
    margin-left: 5px;
    float: left;
    cursor: pointer;
}

.Tab1, .Tab3 {
    width: 78px;
    float: left;
    text-align: center;
    padding: 3px;
}

.Tab2 {
    float: right;
    padding: 0px;
    width: 18px;
}

.Tab3{
    cursor: pointer;
    border-radius: 3px;
    transition: 0.5s;
}

.CrossIcon{
    margin-left: 2px;
}

#RenderHere{
    padding: 20px 20px 20px 40px;
}

#TabNav{
    display: inline;
    margin: 0 auto;
}

#b_render_region{

}

#DIV-agent-details{
    /*margin-top: -7px;*/
    float: right;
    color: white;
    font-size: 13px;
}

#DIV-agent-details table td{
    padding: 0px 0px 0px 5px;
}

#b_popover{
    width: 500px;
    height: 260px;
    border-radius: 10px;
    background-color: white;
    position: absolute;
    top: 98px;
    right: 30px;
    padding: 0px 10px 10px 10px;
    box-shadow: 10px 10px 10px;
    display: none;
}

#b_pop_header{
    width: 100%;
    height: 50px;
}

#b_pop_atyati_logo{
    width: 150px;
    height: 50px;
    margin-left: 160px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#b_pop_body{
    margin-top: 5px;
}

#b_pop_body_left{
    width: 150px;
    height: 150px;
    float: left;
    padding-left: 5px;
    padding-top: 5px;
}

#b_pop_user_pic{
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

#b_pop_body_right{
    width: 323px;
    height: 150px;
    float: left;
    margin-left: 5px;
    padding-left: 10px;
}

#b_pop_footer{
    width: 96%;
    height: 45px;
    position: absolute;
    top: 210px;
}

#b_triangle{
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid white;
    position: absolute;
    top: 79px;
    right: 200px;
    display: none;
}

.b_tabs_scroll {
    position: absolute;
    font-size: 20px;
    margin-top: 7px;
    cursor: pointer;
    display: none;
}

.b_tabs_scroll:active {
    font-size: 19px;
}

#b_tabs_scroll_left {
    left: 16%;
}

#b_tabs_scroll_right {
    right: 16%;
}

#b_side_nav::-webkit-scrollbar, #b_base_container::-webkit-scrollbar, #b_side_notif_div::-webkit-scrollbar {
    width: 12px;
}

#b_side_nav::-webkit-scrollbar-track, #b_base_container::-webkit-scrollbar-track, #b_side_notif_div::-webkit-scrollbar-track {
    border-radius: 6px;
}

#b_side_nav::-webkit-scrollbar-thumb, #b_base_container::-webkit-scrollbar-thumb, #b_side_notif_div::-webkit-scrollbar-thumb {
    border-radius: 6px;
}


.b_tag_row{
    color: white;
    font-weight: bold;
    height: 37px;
} 


/***************AEPS starts here**************/

.b_table{
    width: 100%;
}

.b_table tr{
    padding: 3px;
    border-radius: 3px;
}

.b_table td{
    padding: 5px 10px;
    width: 25%;
}

.b_table .label-col{
    width: 10%;
    padding-left: 40px;
    font-size: 12px;
    text-align: right;
}

.b_table .valid-col{
    width: 15%;
    font-weight: bold;
}

.b_table .label-col span{
    color: red;
}

.b_table .AEPSInputs{
    width: 80%;
    height: 20px;
    padding-left: 10px;
    font-size: 12px;
}

.b_table select{
    height: 20px;
}

.b_table textarea{
    width: 100%;
    padding-left: 5px;
    font-size: 12px;
}

#b_deno_btn{
    width: 29%;
}

#Amount{
    width: 50%;
    height: 20px;
    padding-left: 5px;
    font-size: 12px;
}

#OriginalAmount{
    height: 20px;
    font-size: 12px;
    padding-left: 5px;
}

.b_table .aeps_btn_holder{
    text-align: center;
}

.b_table .aeps_btn_holder input{
    width: 120px;
    margin-left: 9px;
    font-weight: bold;
    color: white;
}

.b_aeps_cardtype_btn{
    width: 70px;
    display: none;
}

#b_aeps_deno_window {
    width: calc(100% - 30px);
    height: calc(100% - 14px);
    position: absolute;
    top: 2px;
    left: 15px;
    opacity: 0.3;
    z-index: 10;
}

#b_aeps_deno_div{
    background-color: white;
    position: absolute;
    /*top: 0;
    left: 0;*/
    z-index: 11;
}

.b_deno_val_txt{
    width: 50px;
    height: 25px;
    text-align: center;
    float: right;
    outline: none;
    border-radius: 4px;
    font-size:9px;
}

/*#b_aeps_deno_window, #b_aeps_deno_div{
    display: none;
}*/

#b_deno_table td{
    width: 200px;
    height: 25px;
    font-weight: bold;
    text-align: center;
}

#b_deno_table td i{
    margin-left: 10px;
    font-size: 16px;
}

#b_deno_table .b_deno_header_footer{
    color: white;
}

.b_deno_opt{
    margin-top: 3px;
    margin-right: 20px;
    float: right;
}

.b_deno_equal_icon{
    float: left;
    margin-left: 30px;
}

.b_deno_amt_val{
    float: right;
    margin-right: 80px;
}

#b_aeps_deno_save_btn{
    width: 100px;
    color: white;
    font-size: 13px;
}

#b_deno_close_icon{
    float: right;
    color: red;
    margin: 4px 10px;
    cursor: pointer;
}

#b_deno_error_row{
    display: none;
}

#b_demo_error_msg{
    color: red;
}

.b_deno_span_tags{
    font-size: 13px;
}

.b_transaction_mode{
    text-align: center;
}

.ErrorDiv{
    width: 100%;
    margin-bottom: 10px;
    display: none;
}

.ErrorDiv span, .red-cross-icon{
    color: red;
    font-weight: bold;

}

#dialog-confirm{
    text-align: justify;
    padding:20px;
    font-size: 13px;
}



.ResponseTable .label-col{
    padding-left: 10px;
    font-weight: bold;
}

.ResponseTable label{
    font-size: 12px;
    font-weight: bold;
}

.ResponseTable .ResponseResultTD{
    text-align: center;
}

.ResponseDiv{
    width: 50%;
    margin: 0 auto;
    display: none;
}

.RespDivValText{
    font-size: 12px;
    font-weight: bold;
}

#AEPS-amt-row{
    transition: 0.5s;
}


/***************AEPS ends here**************/

/***************Account opening starts here*********/

.acc_open_btn_holder{
    text-align: center;
}

#b_AccOpen_sub_btn, #b_AccOpen_reset_btn, #b_AccOpen_print_btn{
    width: 100px;
    margin-right: 20px;
}

.AccOpenInputs, .InsuranceInputs, .RupayInputs, .TPDInputs, .APYInputs, .cashposnInputs, .SHGInputs, .IMPSInputs, .WebAppInputs, .ChangePWDInputs{
    width: 100%;
    height: 20px;
    padding: 0px 5px;
    font-size: 12px;
    margin-top: 5px;
}

.AccOpenTextArea, .InsuranceTextArea{
    width: 100%;
    /*padding: 2px 3px;*/
    font-size: 12px;
}

.AccOpenTable .label-col{
    width: 18%;
    padding: 2px 10px;
}

.AccOpenTable .input-col{
    padding-top: 0px;
    padding-bottom: 0px;
}

.AccOpenTable tr{
    height: 25px;
}

#AccOpenCaptureBtn{
    float: left;
}

.ImageAdjacentCols{

}

.ImageAdjacentInputs{
    width: 54%;
}

#AccOpenPhotoCol{
    padding: 7px;
    height: 200px;
}

#AccOpenPhotoTable{
    width: 100%;
}

#AccOpenPhotoCol, #AccOpenSignCol{
    /*height: 300px;*/
}

#AccOpenUserPhotoTD{
    text-align: center;
}

#AccOpenUserImage{
    font-size: 105px;
    height: 150px;
}

#AccOpenUpImgBtn{

}

#AccOpeneKycTD{
    text-align: center;
}

.image-col-label{
    padding-left: 2%;
}

.AccOpenImgSelIcon{
    cursor: pointer;
}

#Pan, #AccOpenPanLabel, #AccOpenPanTD span{
    float: left;
}

#Pan{
    float: right;
    width: 76%;
    margin-left: 10px;
    margin-top: 3px;
}

.AccopenTopBorderNone{
    border-top: 1px solid white;
}

.b_general_text{
    font-size: 12px;
    font-weight: bold;
}

#AccOpenEkycBtn{
    width: 100px;
}

#AccOpenUpSignDiv{
    width: 60%;
    height: 45px;
    float: left;
    /*background-image: url("/Content/Images/Others/user_image.png");*/
    overflow-y: scroll;
}

.AccOpenUpSignLabel{
    margin-top: 15px;
}

#AccOpenCopyCommAdd, #AccOpenMinorCheck{
    float: right;
}

.b_TD_text_align_center{
    text-align: center;
}

#AccOpenAttachBtn{
    width: 100px;
}

.b_TD_dark_back{
    color: white;
    font-weight: bold;
}

#AccOpenOTPBox{
    width: 23%;
    margin-left: 5%;
}

.b_census_btn {
    height: 22px;
    width: 49%;
}

#CensusDiv{
    width: 100px;
    height: 100px;
    background-color: grey;
    position: absolute;
    display: none;
}

/***************Account opening ends here**************/


/****************Insurance starts here*****************/

.InsuranceTable .label-col{
    width: 20%;
}



/****************Insurance ends here*****************/


/****************APY starts here*****************/

.APYTable .label-col{
    width: 20%;
}



/****************APY ends here*****************/


.cashposnTable .label-col{
    width: 20%;
}

/****************Loader starts here*****************/

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;

  border-top-width: 16px;
  border-top-style: solid;
  border-top-color: #0078C3;
  
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;

  position: absolute;
  left: 45%;
  top: 40%;
  z-index: 101;
}

.loader-model{
  position: absolute;
  left: 15px;
  top: 2px;
  /*height: 99%;*/
  height: 650px;
  width: 98%;
  z-index: 100;
  opacity: 0.3;
}



/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/****************Loader ends here*****************/


/****************Rupay starts here*****************/

#btnSwipe{
    width: 120px;
}

/****************Rupay ends here*****************/


/****************Rupay starts here*****************/

.TPDInputs{
    width: 60%;
}

/****************Rupay ends here*****************/



/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .switch-slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.switch-slider.round {
  border-radius: 10px;
}

.switch-slider.round:before {
  border-radius: 50%;
}




.UIDBlock, .BUIDBlock{
    width: 107px;
    letter-spacing: 17px;
    padding: 0px 5px;
    font-weight: bold;
}


.RUPAYTable .label-col{
    width: 20%;
}

.RUPAYTable .input-col{
    width: 30%;
}

.RUPAYTable .empty-col{
    width: 20%;
}

#RUPAY-amt-tray{
    display: none;
}

.SHGBtns{
    width: 100px;
}

#SHG-amt-tray{
    display: none;
}

.IMPSInputs{
    outline-color: #ec7034;
}

.IMPSTable_UBI .label-col{
    width: 15%;
}

.imps_ubi_btn{
    width: 10%;
}

.AadhaarSeedingTable .label-col{
    width: 18%;
}

#EnrollEnqTable tr td {
    width: 33%;
}

.enq_btn{
    width: 100px;
}

.WebAppInputs, .WebAppInputs_TextArea {
    outline-color: #ec7034;
}

.unmaskEyeIcon:hover {
    cursor: pointer;
}


/*#ConsentModalContent {
    width: 500px;
}*/


.modal-backdrop {
    background-color: white;
    opacity: 0.5;
}

.modal-content {
    width: 50%;
    top: 100px;
    left: 25%;
    /*left: 120px;*/
}


/*   AePS Header */

.aeps-header-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
    height: 15vh; /* NPCI minimum requirement */
    background-color: #ffffff;
    border-bottom: 1px solid #dcdcdc;
}

    .aeps-header-strip img {
        max-height: 80px;
        object-fit: contain;
    }
  .aeps-header-strip {
    align-items: center;
  }


/*#ConsentForm {
    width: 75%;
}*/