/* 
    Created on : 16 Nov, 2022, 12:26:40 PM
    Author     : SANJAY-KUNJAM
*/

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #686868;
    /*font-size: 14px;*/
    background: #ffffff;

    overflow-y: scroll; /* Show scrollbars */
    overflow-x: no-display;
}



/*article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
    box-sizing: border-box;
}*/

header {
    overflow: hidden;
    /*position: relative;*/
    /*width: 100%;*/
}


.logo {
    float: left;
    font-size: 160%;
    line-height: 105%;
    padding: 5px;
    min-width: 500px;
}


a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: none;
    outline: none;
    /*    transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;*/
}

.logo a {
    color: #000;
}

.logo a strong {
    font-weight: 600;
    display: block;
    font-size: 80%;
}

.national_emblem {
    margin-top: 10px;
}

.epfo_logo {
    margin-top: 10px;
}

.epfo_logo_footer {
    margin-top: -3px;
}

.text-muted {
    font-size: 14px;
}

.logo .th1
{
    margin-left: 130px;
    margin-top: -65px;
    font-size: 20px;
    font-weight: 800;
}

.logo .th2
{
    margin-left: 130px;
    margin-top: -20px;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 0px !important;
}

.logo .th3
{
    margin-left: 130px;
    margin-top: 0px;
    font-size: 11px;
    line-height: 1;
    margin-bottom: 5px !important;
    font-style: italic;
}


.azadi{
    /*border-right: solid 1px #c1d6cc;*/
    display: block;
}

@media (max-width: 800px) {
    .azadi {
        display: none;
    }
    .swach {
        display: none;
    }
    .g20 {
        display: none;
    }

    .msewa {
        display: none;
    }

    .rightpanel{
        margin-left: 80px;
        margin-left: 0px !important;
        margin-top: 10px;
    }
    .version{
        display: none;
    }
}


.menu-padding {
    padding-top:40px;
}
.sticky {
    position:fixed;
    top:0;
    width: 100%;
}


.navbar-new {
    background-color: #435865 !important;
    padding-top: 4px;
    padding-bottom: 4px;
}


hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}


.text-info {
    font-size: 12px;
}


.text-info-1{
    color: #e8e8e8 !important;
    font-size: 12px;
    font-weight: bold;

}

.topheader{
    /*background-color: #435865 ;*/
    background-image: linear-gradient(to left,#0A639D,#2151A0,#0A639D);
    height: 48px;
    opacity: 0.8;
}



.footer-error-text{

    background-color: #f8f8f8  !important;
    padding: 1px;
    border-radius: 5px;
    color: orangered !important;
    font-size: 12px;
    font-weight: bold;
}


.footer-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 10%), inset 0 0.125em 0.5em rgb(0 0 0 / 15%);

}

.nav-selected {
    background-color: dimgray;
}



.content{
    max-width: 1390px;
    border-left: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee;
    background-color: #fbfbfb;
    font-size: 14px;
    min-height: 420px;
    padding-left: 20px;
    padding-right: 20px;
}



.cheader{
    background-image: linear-gradient(white, #eeeeee);
    color: maroon;
    font-weight: 700;
    font-size: 15px;
}


.cbody10{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

.hr1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.bold {
    font-weight: 700 !important;
}

.texth{
    color: #435865;
}


/* pop over */
.popover {
    /*background-color: tomato;*/
}
.popover.bottom .arrow::after {
    border-bottom-color: tomato;
}
.popover-content {
    background-color: tomato;
}

/* pop over */



/* time line */

.timeline {
    border-left: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
    margin-left: 10px;
}

.timeline .timeline-item {
    position: relative;
}

.timeline .timeline-item:before {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .timeline-item:before {
    /*background-color: hsl(0, 0%, 90%);*/
    left: -38px;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
}



.tlp {
    border: 1px solid ;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    margin-left: -40px;
    background-color: #eeeeee;
}

.tlp-green {
    border: 1px solid green ;
    background-color: lightcyan;
}

.tlp-red {
    border: 1px solid maroon ;
    background-color: moccasin;
}

.tlp-claims {
    font-size: 12px;
}


.refresh{
    margin-left:5px;
    height: 20px;
    font-size: 20px;
    color: #3c8dbc;
}

/* time line */




/* TAB */

.ui-widget-content {
    border: 0 !important;
}

.ui-tabs-nav {
    background-color: #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #6c757d;
    background: #6c757d;
    font-weight: normal;
    color: #ffffff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: pointer;
}

/* TAB */



.table-1
{
    background-color: rgb(187 188 233 / 44%);
}


.popover1 {
    cursor: pointer;
}


/* V-Tab */

div.v-tab-container{
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    /*border-radius: 4px;*/
    -moz-border-radius: 4px;
    border-top:1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex;
    /*margin-top: 20px;*/
    /*margin-left: 50px;*/
    /*-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
    /*box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
    /*-moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}
div.v-tab-menu{
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}
div.v-tab-menu div.list-group{
    margin-bottom: 0;
    border-left: 0;
}
div.v-tab-menu div.list-group>a{
    margin-bottom: 0;
    border-left: 0;
    height: 40px;
}
div.v-tab-menu div.list-group>a .glyphicon,
div.v-tab-menu div.list-group>a .fa {
    color: #5A55A3;
}
div.v-tab-menu div.list-group>a:first-child{
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top: 0;
    border-left: 0;
}
div.v-tab-menu div.list-group>a:last-child{
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-left: 0;
    border-bottom: 0;
}
div.v-tab-menu div.list-group>a.active,
div.v-tab-menu div.list-group>a.active .glyphicon,
div.v-tab-menu div.list-group>a.active .fa{
    background-color: #5A55A3;
    color: #ffffff;
    margin-top: 0px;
}
div.v-tab-menu div.list-group>a.active:after{
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
}

div.v-tab-content{
    background-color: #ffffff;
    padding-left: 20px;
    padding-top: 10px;
}

div.v-tab div.v-tab-content:not(.active){
    display: none;
}

/* V-Tab */





/* Test CSS */

.gradient-custom-2 {
    /* fallback for old browsers */
    background: #fccb90;

    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
}

@media (min-width: 768px) {
    .gradient-form {
        height: 100vh !important;
    }
}
@media (min-width: 769px) {
    .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
    }
}

/* Test CSS */


.dropdown-menu {
    font-size: 12px !important;
}


.theader {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgb(255 255 255 / 80%) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgb(255 255 255 / 80%) inset;
    text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
    font-weight: bold;
    color: #343a40;
}


.form-select {
    font-size: 14px;
    /*webkit-appearance:  auto !important;*/
    /*appearance: auto !important;*/
}


.tdp5{
    padding: 5px !important;
}

.cont {
    background-color: rgb(240 248 255 / 42%);
}

.obb {
    color: darkgreen;
    background-color: cornsilk;
    vertical-align: middle
}

.wth{
    color: orangered;

}

.form-control{
    padding: 5px !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.form-control-login{
    padding: 8px !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0px;
}

.form-control-line{
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    margin-top: 5px;
}



.marquee_text{
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 0px;
    margin-left: 90px;
    margin-right: 90px;
    color: white;
    height: 48px;
}


.footer{
    background-color: #435865 !important;
    padding-bottom: 20px;
}


.modal-backdrop {
    position: fixed;
    /*top: 5000px;*/
    /*left: 5000px;*/
}

.version {
    font-size: 8.5px;
    font-style: normal;
    color: coral;
    margin-left: 5px;
    margin-top: 6px;
}




/***** CSP-issue CSS  *****/
.row-login-1{
    margin-left: 0;
    margin-right: 0
}
.marquee_span{
    color: white;
    margin-left: 50px;

}

.div_login_msg{
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
}
.py-1-login{
    min-height: 600px;
}
.card-body-login{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;

}
.password1{
    display: none;
}
.captcha{
    width: 120px;
}

.login-button{
    width: 100%;
    /*height: 50px;*/
}

.py-1-hc
{
    border-bottom: 1px solid #eeeeee;
    background-color: #fbfbfb;
}

.g20-h{
    height: 105px;
}

.card-header-login{
    background-color: #0dcaf0;
    color: white;
}
.ul-login{
    list-style-type: none;
}


.slide-img-c{
    height: 650px !important;
}


.slide-img{
    height: 650px;

}


.row-fc-1{
    margin-left: 0;
    margin-right: 0;
}

.footer-div{
    padding-left: 100px;
    padding-right: 100px;
}

.footer-epfo{
    color: #c0c0c0;
}

.home-alert{
    margin-top:-20px;
    font-weight:bold;
}

.home-balance{
    font-size: 15px;
    font-weight: 700;
}

.home-hr1{
    margin-bottom: 20px;
}
.va-middle{
    vertical-align: middle;
}
.va-bottom{
    vertical-align: bottom;
}

.bb-0{
    border-bottom: 0;
}

.content-gd{
    border-top: solid 1px #eeeeee;
    padding-top: 50px;
}
.row-loader{
    text-align: center;
    color: #435865;
}

.navbar_top-zi{
    z-index: 999;
}

.main-nav{
    font-size: 14px !important;
}

.navbar-nav-nav{
    margin-left: 5px;
}
.navbar-text-nav{
    color: #ffecb5 !important;
}


.row-pb-1{
    padding: 10px;
}

.pb-overview{
    color: orangered;
}

.mt-20{
    margin-top: 20px;
}

.mh-300{
    min-height: 300px;
}
.mb-50{
    margin-bottom: 50px;
}


.pb-tab-container{
    font-size: 13px;
}


.pb-container{
    display: flex;
    width: 100%;
}

.pb-container-div-1{
    width: 120px;
    border-right: 1px solid rgba(0, 0, 0, 0.125) ;
}

.pb-container-div-2{
    width: 100%;
    overflow-x: scroll;
}

.pt-10{
    padding-top: 10px;
}
.pb-10{
    padding-bottom: 10px;
}


.pad-10{
    padding: 10px;
}
.pad-5{
    padding: 5px;
}

.color-orangered{
    color: orangered;
}

.color-black{
    color: black !important;
}
.color-red{
    color: red !important;
}
.color-brown{
    color: brown !important;
}
.color-green{
    color: green !important;
}
.color-lightcoral{
    color: lightcoral;
}
.color-darkred {
    color: darkred;
}
.color-darkorange{
    color: darkorange;
}
.color-darkgreen{
    color: darkgreen;
}
.color-darkviolet{
    color: darkviolet;
}
.color-maroon{
    color:maroon;
}


.color-cb{
    color: rgb(255, 99, 132);
}

.color-bg-white{
    background-color: #fff;
}

.color-bg-1{
    background-color: #dce9f9;
}

.color-ee{
    color:rgb(255, 99, 132);
}
.color-er{
    color:rgb(0 136 204);
}


.ml-20{
    margin-left: 20px;
}

.table-pb{
    white-space:nowrap;
    width: 100%;
    margin-top:10px;
    margin-bottom:10px;
}

.row-404-os-1 {
    margin-left: 0;
    margin-right: 0;
}

.display-none{
    display: none;
}
.edli-date-1{
    width: 140px;
}
.edli-button{
    width: 100px;
    margin-left: 11px;
}
.sm-card{
    margin-top: -20px;
}
.sm-card-body{
    padding-top: 10px;
    padding-bottom: 10px;
}
.sm-select{
    font-weight: 700;
    margin-top: 8px;
}
.pen-card{
    border: 0;
    border-radius: 0px;
}
.pen-card-header{
    background-color: #fff;
    text-align: center;
    color: maroon;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.pen-card-body{
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.pen-ul{
    list-style-type: none;
}
.table-100{
    width: 100%;
}
.edli-card-header{
    margin-left: -12px;
    margin-right: -12px;
    padding: 5px;
}

.edli-card-header-1{
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 25px;
    padding-right: 25px;
}

.edli-card-header-2{
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 25px;
    padding-right: 25px;

}
.fs-13
{
    font-size: 13px;
}

.epf-card-header{
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 25px;
    padding-right: 25px;
}

.pen-card-header{
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 25px;
    padding-right: 25px;
}

.pen-col-div-1{
    height: 400px;
    overflow-y:scroll;
}

.mt-m20{
    margin-top: -20px;
}
.ta-right{
    text-align: right;
}
.ta-center{
    text-align: center;
}
.table-type-1{
    white-space:nowrap;
    width: 100%;
    margin-top:10px;
    margin-bottom:10px;
}

.fa-center{
    position:fixed;
    top:50%;
    left:50%;
}

.ha-100{
    min-height: 200px;
}



.abry-row{
    background-color: ghostwhite;
    color: blue;
}

/***** CSP-issue CSS  *****/



.ml-5{
    margin-left: 5px;
}
.fw-700{
    font-weight: 700;
}





/* OTP */

.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.otp-field input {
    height: 45px;
    width: 42px;
    border-radius: 6px;
    outline: none;
    font-size: 1.125rem;
    text-align: center;
    border: 1px solid #ddd;
}
.otp-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
    display: none;
}

.resend {
    font-size: 12px;
}

.modal-header .close, .modal-header .mailbox-attachment-close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

button.close, button.mailbox-attachment-close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.close, .mailbox-attachment-close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
/* OTP */






.login_error{
    margin-bottom:0px;
    background-color:orangered;
}

.mr5{
    margin-right:5px;
}



.social_menu {
    position: fixed;
    left: 1px;
    /*border-top: 1px solid #ccc;*/
    padding: 5px;
    width: 200px;
    top: 230px;
    font-size: 13px;
}

.social_menu ul {
    margin: 0;
    padding: 0;
    width: 185px;
    list-style-type: none;
}

.social_menu ul li a {
    color: darkred;
}

.social_menu ul li a:hover {
    color: darkgray;
}

.w100 {
    width: 100%;
}

.gap{
    margin: 10px;
}


.blink {
    animation: blinker 1.0s linear infinite;
    color: red;
    font-family: sans-serif;
    font-size: 18px;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}